aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin/slider.c
Commit message (Expand)AuthorAgeFilesLines
* Rename lots of files to help prevent compile time name conflicts.inmarket2014-08-201-376/+0
* Create a generic GWIN event.inmarket2014-08-201-1/+1
* 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-5/+5
* Reworking the GWIN doxygen documentation.Joel Bodenmann2014-05-201-8/+1
* Multiple changes to GWIN to support containers.inmarket2014-05-101-7/+7
* Integrate the include files with each module. Simplifies structure of code.inmarket2014-02-191-1/+1
* gwinSliderSetPosition() fixed (calls _gwidgetRedraw() instead of gwinRedraw()Joel Bodenmann2013-12-011-1/+1
* gwinSliderSetPosition() automatically redraws the widgetJoel Bodenmann2013-12-011-0/+2
* No doxygen comments in any C file now. They are all in the h filesinmarket2013-10-281-1/+1
* Bugfix... how could we miss this?Joel Bodenmann2013-10-281-0/+2
* Add multiple display support to GWIN.inmarket2013-10-241-24/+24
* fixed license headersJoel Bodenmann2013-07-211-1/+1
* 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
* 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
* Reinsertion of doxygen headersAndrew Hannam2013-05-061-0/+10
* updated license headersJoel Bodenmann2013-05-031-25/+3
* Revert "updated license headers"Joel Bodenmann2013-05-021-9/+0
* updated license headersJoel Bodenmann2013-05-021-0/+9
* Add GINPUT Dial, simplify GWIN input assignmentAndrew Hannam2013-04-071-19/+48
* GWIN slider + image supportAndrew Hannam2013-04-061-0/+281