aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin/gwin_radio.c
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* Add some keyboard widget supportinmarket2015-08-171-1/+1
|
* 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-8/+8
| | | | | | files). Simply compile src/gfx_mk.c
* Add the ability to flash a gwin window/widget.inmarket2015-01-251-1/+11
| | | | | 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).
* Rename lots of files to help prevent compile time name conflicts.inmarket2014-08-201-0/+280