aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin/gwin_radio.c
Commit message (Collapse)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 ↵inmarket2018-07-081-7/+7
| | | | replace justifyXXX
* Change color_t to gColorinmarket2018-07-081-2/+2
|
* Change coord_t to gCoordinmarket2018-07-081-4/+4
|
* Added new type definitions - moving towards V3.0inmarket2018-06-231-5/+5
|
* Merge branch 'master' of Steffen/uGFX into masterinmarket2018-06-231-1/+29
|\
| * Add keyboard input to radio widgetSteffen Schroeter2018-01-191-1/+29
| |
* | Change new colors to GFX_RED instead of GFXRED. Use the new color defsinmarket2018-03-101-4/+4
|/
* 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