Commit Graph

30 Commits (2e8eaa34717f99c9696867b62ff5f19e76a7ccf8)

Author SHA1 Message Date
inmarket 2e8eaa3471 Added type gJustify to replace V2.x justify_t, and values gJustifyXXX replace justifyXXX 2018-07-08 12:19:30 +10:00
inmarket 2ab2d77fcb Change coord_t to gCoord 2018-07-08 10:54:19 +10:00
inmarket 41271d632b Added new type definitions - moving towards V3.0 2018-06-23 13:02:07 +10:00
inmarket 0388755df1 Add gwinTextEditSendKey() and gwinTextEditSendSpecialKey() 2017-08-26 11:15:56 +10:00
inmarket f1db3e940d Fix gwinTextEdit() problems 2017-08-09 09:02:33 +10:00
inmarket 184f1e0d9b Cleanup 2015-12-22 13:20:05 +10:00
Joel Bodenmann 185c970da9 Compiler warning 2015-12-19 00:51:47 +01:00
Joel Bodenmann a1c81e3449 Fixing textedit widget rendering 2015-12-19 00:51:18 +01:00
Joel Bodenmann 371e68beee Allowing the cursor to be set anywhere in the string of a TextEdit widget 2015-12-13 18:46:53 +01:00
inmarket c5a86757bd Make all include paths in ugfx relative.
The only include path now needed is for drivers (in particular GDISP drivers)
2015-11-21 19:27:08 +10:00
Joel Bodenmann 86aef5990a Doxygen (documenting each built-in rendering function for widgets) 2015-11-03 20:39:16 +01:00
Joel Bodenmann 79dfee0806 Typo 2015-10-19 07:16:24 +02:00
inmarket 5e8e0b7744 Working TextEdit with on-screen keyboard (and real keyboard) 2015-10-13 00:58:31 +10:00
inmarket 3fea023248 Add some keyboard widget support 2015-08-17 00:18:54 +10:00
inmarket a569bbfc1e Border fix 2015-08-16 22:20:53 +10:00
inmarket af76c04767 Compile fixes 2015-08-16 22:05:32 +10:00
inmarket 15e7342fd7 Updates to focus. 2015-08-16 21:53:47 +10:00
Joel Bodenmann 63c5e4949f Adding KEYUP events 2015-08-16 01:35:46 +02:00
Joel Bodenmann bd353d37e3 Typo 2015-08-16 01:24:18 +02:00
Joel Bodenmann 668b161f0e Adding color to widget style for focused widgets 2015-08-14 23:51:28 +02:00
Joel Bodenmann 7f70789bc3 Adding border option to TextEdit widget 2015-08-14 21:12:56 +02:00
Joel Bodenmann f7075e25ed More work on the TextEdit 2015-08-14 20:48:41 +02:00
Joel Bodenmann 668257c872 Prevent buffer overflow 2015-08-14 18:55:36 +02:00
Joel Bodenmann 03bc3f25a7 CleanUp 2015-08-14 18:53:43 +02:00
Joel Bodenmann 2c99e8c686 Adding handler for the DELETE button to the TextEdit widget 2015-08-14 18:53:05 +02:00
Joel Bodenmann b828bf567b Optimizing string shift operations by using memcpy() 2015-08-14 18:47:55 +02:00
Joel Bodenmann fcaa429729 First working Version of TextEdit widget 2015-08-14 18:33:16 +02:00
Joel Bodenmann 37a088efb7 Compiler warning 2015-08-13 01:12:34 +02:00
Joel Bodenmann f1ede211fb First (simple) implementation of textbox behavior 2015-08-12 20:22:34 +02:00
Joel Bodenmann 46ba0420c3 Adding TextEdit dummy widget (not implemented yet) 2015-08-12 19:36:14 +02:00