aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin/gwin_keyboard.c
Commit message (Expand)AuthorAgeFilesLines
* For all source files update integer types to the new gI8 etc type namesinmarket2018-11-031-5/+5
* Update license headerTibo Clausen2018-10-011-1/+1
* 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-4/+4
* Tidy up function names in the gwin virtual keyboardinmarket2016-08-241-6/+6
* Fix function SendKeyboardEvent name conflict in single file buildOleg Gerasimov2016-08-201-6/+6
* Move GWIN widget internal flags into the public header so that all the state ...inmarket2016-02-171-6/+0
* Improving keyboard widget default renderer (thanks to TriZet)Joel Bodenmann2015-12-101-70/+150
* Improving keyboard widget default renderer (thanks to TriZet)Joel Bodenmann2015-12-091-31/+50
* Warning removal as supplied by woodstckinmarket2015-11-251-1/+1
* Make all include paths in ugfx relative.inmarket2015-11-211-1/+1
* Fixing conflicting type qualifiers for ‘VirtualKeyboard_English1’Joel Bodenmann2015-11-151-1/+1
* Doxygen (documenting each built-in rendering function for widgets)Joel Bodenmann2015-11-031-1/+0
* Add some keyboard widget supportinmarket2015-08-171-1/+20
* Passing keyboard events to widgets (not finished yet)Joel Bodenmann2015-08-121-0/+5
* Added ability to compile ugfx as a single file (excluding driver and board fi...inmarket2015-06-081-15/+15
* Add GWIN virtual keyboard widgetinmarket2015-04-121-0/+471