aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin/gwin_textedit.c
Commit message (Expand)AuthorAgeFilesLines
* 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