aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin/gwin_textedit.c
Commit message (Expand)AuthorAgeFilesLines
* Textedit fix - as per Neon1inmarket2018-11-171-4/+15
* For all source files update integer types to the new gI8 etc type namesinmarket2018-11-031-6/+6
* Update license headerTibo Clausen2018-10-011-1/+1
* Added type gFontmetric to replace V2.x fontmetric_t, and values gFontXXX repl...inmarket2018-07-081-2/+2
* Added type gJustify to replace V2.x justify_t, and values gJustifyXXX rep...inmarket2018-07-081-1/+1
* Change coord_t to gCoordinmarket2018-07-081-2/+2
* Added new type definitions - moving towards V3.0inmarket2018-06-231-4/+4
* Add gwinTextEditSendKey() and gwinTextEditSendSpecialKey()inmarket2017-08-261-85/+105
* Fix gwinTextEdit() problemsinmarket2017-08-091-35/+60
* Cleanupinmarket2015-12-221-1/+0
* Compiler warningJoel Bodenmann2015-12-191-0/+2
* Fixing textedit widget renderingJoel Bodenmann2015-12-191-10/+14
* Allowing the cursor to be set anywhere in the string of a TextEdit widgetJoel Bodenmann2015-12-131-1/+26
* Make all include paths in ugfx relative.inmarket2015-11-211-1/+1
* Doxygen (documenting each built-in rendering function for widgets)Joel Bodenmann2015-11-031-3/+1
* TypoJoel Bodenmann2015-10-191-1/+1
* Working TextEdit with on-screen keyboard (and real keyboard)inmarket2015-10-131-110/+119
* Add some keyboard widget supportinmarket2015-08-171-2/+2
* Border fixinmarket2015-08-161-1/+1
* Compile fixesinmarket2015-08-161-11/+9
* Updates to focus.inmarket2015-08-161-44/+16
* Adding KEYUP eventsJoel Bodenmann2015-08-161-0/+5
* TypoJoel Bodenmann2015-08-161-1/+1
* Adding color to widget style for focused widgetsJoel Bodenmann2015-08-141-3/+12
* Adding border option to TextEdit widgetJoel Bodenmann2015-08-141-4/+27
* More work on the TextEditJoel Bodenmann2015-08-141-9/+12
* Prevent buffer overflowJoel Bodenmann2015-08-141-0/+5
* CleanUpJoel Bodenmann2015-08-141-1/+0
* Adding handler for the DELETE button to the TextEdit widgetJoel Bodenmann2015-08-141-1/+10
* Optimizing string shift operations by using memcpy()Joel Bodenmann2015-08-141-16/+6
* First working Version of TextEdit widgetJoel Bodenmann2015-08-141-19/+122
* Compiler warningJoel Bodenmann2015-08-131-1/+1
* First (simple) implementation of textbox behaviorJoel Bodenmann2015-08-121-4/+19
* Adding TextEdit dummy widget (not implemented yet)Joel Bodenmann2015-08-121-0/+113