aboutsummaryrefslogtreecommitdiffstats
path: root/demos/modules/gwin/slider
Commit message (Collapse)AuthorAgeFilesLines
* gDelayNone/gDelayForever to replace TIME_IMMEDIATE/TIME_INFINITEinmarket2018-07-081-1/+1
|
* Added new type definitions - moving towards V3.0inmarket2018-06-231-3/+3
|
* Change new colors to GFX_RED instead of GFXRED. Use the new color defsinmarket2018-03-101-3/+3
|
* First set of V3 macro changesinmarket2018-02-271-22/+22
|
* Revert unnecessary change in the sliders demo config file from previous commitJoel Bodenmann2015-07-221-1/+0
|
* Adding first version of STM32F7 discovery touch driverJoel Bodenmann2015-07-221-0/+1
|
* Updates to slider demoinmarket2014-12-132-1/+11
|
* Extended slider events. Updated the demo to match.inmarket2014-12-062-7/+27
| | | | 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
|
* Add demo makefiles and update example master makefiles to match.inmarket2014-02-191-0/+3
|
* Replace NULL's with 0 as NULL is not defined by the Raw32 GOS.inmarket2013-12-211-2/+2
|
* Fix spelling error and migrate demo gfxconf.h changes to all demos including ↵inmarket2013-10-281-3/+3
| | | | the new streaming and multiple display demos
* uncommented GOS selection in GDISP and GWIN demosJoel Bodenmann2013-10-281-5/+5
|
* updated GDISP and GWIN demosJoel Bodenmann2013-10-282-42/+45
|
* added slider demoJoel Bodenmann2013-07-172-0/+151
|
* Remove Slider demo. It is replaced by the Wdigets demoinmarket2013-07-074-187/+0
|
* License header updatesinmarket2013-06-152-6/+29
|
* License header fixes to some demos.inmarket2013-06-061-18/+25
|
* Had extra elements to gitignore and fix image problems created by githubinmarket2013-06-021-0/+0
|
* gdispInit() -> gfxInit() in all demosJoel Bodenmann2013-05-302-1/+1
|
* GOS module, for operating system independanceinmarket2013-05-252-7/+6
| | | | | GMISC fast floating point trig GMISC fast fixed point trig
* Add GINPUT Dial, simplify GWIN input assignmentAndrew Hannam2013-04-073-13/+25
| | | | | | | | 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-063-0/+146