aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin/checkbox.c
Commit message (Expand)AuthorAgeFilesLines
* Add multiple display support to GWIN.inmarket2013-10-241-10/+10
* Fix text padding of a right aligned checkboxinmarket2013-07-291-1/+1
* fixed license headersJoel Bodenmann2013-07-211-1/+1
* GWIN renaming, tidy up, color stylesinmarket2013-07-071-32/+44
* Remove widget structure members when they are not needed for input trackinginmarket2013-07-061-59/+63
* GWIN Init structures are const (read-only to GWIN)inmarket2013-07-011-1/+1
* GWIN reduce Initialisation parameters and fix visibility issuesinmarket2013-06-241-2/+4
* License header updatesinmarket2013-06-151-1/+1
* Clean up GWIN Event assignment. Optimise event efficiency.inmarket2013-06-101-14/+36
* Add a simple GWIN window manager, Change the way GWIN visibility worksinmarket2013-06-081-2/+3
* New simplified gwin using a pseudo class structure.inmarket2013-06-061-128/+97
* checkbox cleanupJoel Bodenmann2013-06-041-1/+1
* added custom render interface for checkboxesJoel Bodenmann2013-06-031-1/+14
* checkbox event fixJoel Bodenmann2013-06-031-1/+2
* member state of checkbox is now called isCheckedJoel Bodenmann2013-06-021-6/+6
* some more checkbox fixesJoel Bodenmann2013-06-021-0/+1
* GWIN checkbox fixJoel Bodenmann2013-06-021-0/+11
* added default themeJoel Bodenmann2013-06-021-47/+39
* added basic implementation of checkboxes (functional)Joel Bodenmann2013-06-021-0/+171