aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin/slider.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-5/+5
| | | | | 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/+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
| | | | You can now create windows on multiple displays.
* 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
| | | | 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