aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin/slider.c
Commit message (Collapse)AuthorAgeFilesLines
* GWIN renaming, tidy up, color stylesinmarket2013-07-071-45/+45
|
* Remove widget structure members when they are not needed for input trackinginmarket2013-07-061-152/+154
| | | | Also doco update for Enabled Flag
* 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-17/+74
|
* Add a simple GWIN window manager, Change the way GWIN visibility worksinmarket2013-06-081-3/+4
|
* GWIN fixesinmarket2013-06-061-4/+15
|
* New simplified gwin using a pseudo class structure.inmarket2013-06-061-201/+201
|
* added slider enable/disable APIJoel Bodenmann2013-05-271-0/+7
|
* GOS module, for operating system independanceinmarket2013-05-251-2/+0
| | | | | GMISC fast floating point trig GMISC fast fixed point trig
* Reinsertion of doxygen headersAndrew Hannam2013-05-061-0/+10
| | | | Reinsertion of doxygen headers that got lost in license change
* updated license headersJoel Bodenmann2013-05-031-25/+3
|
* Revert "updated license headers"Joel Bodenmann2013-05-021-9/+0
| | | | This reverts commit 0a26d9983b6d1deab272ff6dde98f7c77ff2a56c.
* updated license headersJoel Bodenmann2013-05-021-0/+9
|
* Add GINPUT Dial, simplify GWIN input assignmentAndrew Hannam2013-04-071-19/+48
| | | | | | | | Added GINPUT Dial support and a driver that uses GADC to read the dial. Added support for Dial inputs to the GWIN slider. Updated the slider demo for Dial Inputs. Simplified the assigning of inputs to GWIN "widgets" button and slider. Updated the demo's to match the new input to button assignment.
* GWIN slider + image supportAndrew Hannam2013-04-061-0/+281