aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin/radio.c
Commit message (Collapse)AuthorAgeFilesLines
* Add widget tag support (and fix a couple of doxygen problems)inmarket2014-07-151-0/+3
|
* Significant changes to the window redrawing methodology.inmarket2014-05-211-2/+2
| | | | | Move and Resize should probably work for containers now Still to be tested - nested containers, progressbar timers while redrawing its container, move/resize on containers.
* Reworking the GWIN doxygen documentation.Joel Bodenmann2014-05-201-8/+1
|
* Multiple changes to GWIN to support containers.inmarket2014-05-101-7/+5
|
* Increasing corner size of tabsJoel Bodenmann2014-05-011-1/+1
|
* Make some GWIN constants into #definesinmarket2014-05-011-6/+9
|
* Much improved appearance for buttons and tabs.inmarket2014-05-011-22/+76
| | | | Also add GWIN_FLAT_STYLING to allow low color (eg monochrome) displays to get the old simplified look.
* Integrate the include files with each module. Simplifies structure of code.inmarket2014-02-191-1/+1
|
* Add multiple display support to GWIN.inmarket2013-10-241-17/+17
| | | | You can now create windows on multiple displays.
* fixed license headersJoel Bodenmann2013-07-211-1/+1
|
* GWIN renaming, tidy up, color stylesinmarket2013-07-071-71/+40
|
* Add Radio buttons (can also be used as a Tab group)inmarket2013-07-061-0/+260