aboutsummaryrefslogtreecommitdiffstats
path: root/demos/modules/gwin/slider/main.c
Commit message (Collapse)AuthorAgeFilesLines
* Updates to slider demoinmarket2014-12-131-1/+6
|
* Extended slider events. Updated the demo to match.inmarket2014-12-061-7/+26
| | | | Actually reduced code size :)
* Demos updated to remove now deprecated function gwinAttachMouseinmarket2014-09-261-3/+0
|
* Create a generic GWIN event.inmarket2014-08-201-1/+1
| | | | | | The frame now sends a GEVENT_GWIN_CLOSE event on closing. Unfortunately some gwin events have had a field renamed in order to generalise the structure. Demo's updated to match.
* Add gwinClearInit() and gwinWidgetClearInit() to clear gwin initialisation ↵inmarket2014-05-091-3/+1
| | | | | | structures. Incorporate into demo's
* Demo updates to fix compile issues.inmarket2014-02-191-1/+1
|
* Replace NULL's with 0 as NULL is not defined by the Raw32 GOS.inmarket2013-12-211-2/+2
|
* updated GDISP and GWIN demosJoel Bodenmann2013-10-281-0/+29
|
* added slider demoJoel Bodenmann2013-07-171-0/+61
|
* Remove Slider demo. It is replaced by the Wdigets demoinmarket2013-07-071-97/+0
|
* License header updatesinmarket2013-06-151-0/+2
|
* License header fixes to some demos.inmarket2013-06-061-18/+25
|
* GOS module, for operating system independanceinmarket2013-05-251-7/+1
| | | | | GMISC fast floating point trig GMISC fast fixed point trig
* Add GINPUT Dial, simplify GWIN input assignmentAndrew Hannam2013-04-071-13/+18
| | | | | | | | 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/+89