aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin/gwin_slider.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixing slider widget renderingJoel Bodenmann2015-12-181-1/+1
|
* Fixing slider widget renderingJoel Bodenmann2015-12-181-10/+13
|
* Make all include paths in ugfx relative.inmarket2015-11-211-1/+1
| | | | The only include path now needed is for drivers (in particular GDISP drivers)
* Add some keyboard widget supportinmarket2015-08-171-1/+1
|
* Passing keyboard events to widgets (not finished yet)Joel Bodenmann2015-08-121-0/+5
|
* Added ability to compile ugfx as a single file (excluding driver and board ↵inmarket2015-06-081-28/+28
| | | | | | files). Simply compile src/gfx_mk.c
* Updates to the slider to fix positioning issues.inmarket2014-12-131-15/+31
| | | | Also fixes negative ranges, ranges > 65536 and very small ranges.
* Extended slider events. Updated the demo to match.inmarket2014-12-061-59/+102
| | | | Actually reduced code size :)
* Rename lots of files to help prevent compile time name conflicts.inmarket2014-08-201-0/+376