aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin/gwin_checkbox.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix keyboard handling for gwin checkbox and buttoninmarket2016-08-241-4/+3
|
* Move GWIN widget internal flags into the public header so that all the state ↵inmarket2016-02-171-3/+0
| | | | flags are available for custom draw routines.
* 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)
* Adding boarder highlight if focused to checkbox widgetJoel Bodenmann2015-10-191-0/+6
|
* Fixing checkbox keyboard handlerJoel Bodenmann2015-10-191-1/+1
|
* Add some keyboard widget supportinmarket2015-08-171-2/+2
|
* Coding style, comments, duplicate symbols and other minor fixesinmarket2015-08-161-2/+2
|
* Adding keyboard event handler to checkbox widgetJoel Bodenmann2015-08-161-1/+18
|
* 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-17/+17
| | | | | | files). Simply compile src/gfx_mk.c
* Add the ability to flash a gwin window/widget.inmarket2015-01-251-0/+10
| | | | | Only the button draws for checkbox's and radio's currently do anything about it. Widget demo updated to show this on Checkbox 3 (the toggle button).
* Implement a "Toggle Button" using a checkbox with a custom draw.inmarket2015-01-231-0/+41
| | | | Updated the widgets demo to show this.
* Fix 1 pixel display error in checkbox for text on left rendering.inmarket2014-12-161-1/+13
| | | | Also add better comments to code.
* Rename lots of files to help prevent compile time name conflicts.inmarket2014-08-201-0/+195