aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin/gwin_keyboard.c
Commit message (Collapse)AuthorAgeFilesLines
* Move GWIN widget internal flags into the public header so that all the state ↵inmarket2016-02-171-6/+0
| | | | flags are available for custom draw routines.
* 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
| | | | The only include path now needed is for drivers (in particular GDISP drivers)
* 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 ↵inmarket2015-06-081-15/+15
| | | | | | files). Simply compile src/gfx_mk.c
* Add GWIN virtual keyboard widgetinmarket2015-04-121-0/+471