aboutsummaryrefslogtreecommitdiffstats
path: root/demos/modules/gwin/widgets
Commit message (Expand)AuthorAgeFilesLines
* Introduce type gImage to replace v2.x gdispImageJoel Bodenmann2019-04-101-1/+1
* gDelayNone/gDelayForever to replace TIME_IMMEDIATE/TIME_INFINITEinmarket2018-07-081-1/+1
* Added type gOrientation to replace V2.x orientation_t, and values gOrientatio...inmarket2018-07-081-1/+1
* Added type gFont to replace V2.x font_tinmarket2018-07-081-1/+1
* Change coord_t to gCoordinmarket2018-07-081-2/+2
* Added new type definitions - moving towards V3.0inmarket2018-06-231-74/+74
* Change new colors to GFX_RED instead of GFXRED. Use the new color defsinmarket2018-03-101-4/+4
* First set of V3 macro changesinmarket2018-02-271-58/+58
* Fixing 'progress' color of built-in widget stylesJoel Bodenmann2015-12-191-1/+1
* Revert "Adding justification parameter to gwinLabelCreate()"Joel Bodenmann2015-11-071-5/+5
* Adding justification parameter to gwinLabelCreate()Joel Bodenmann2015-11-061-5/+5
* Updates to focus.inmarket2015-08-161-3/+4
* Add the ability to flash a gwin window/widget.inmarket2015-01-252-0/+15
* Implement a "Toggle Button" using a checkbox with a custom draw.inmarket2015-01-231-3/+7
* New Tabset Widget.inmarket2015-01-032-133/+202
* Demos updated to remove now deprecated function gwinAttachMouseinmarket2014-09-261-5/+0
* Create a generic GWIN event.inmarket2014-08-201-11/+11
* Fixing color in gwin widgets demoJoel Bodenmann2014-08-081-1/+1
* Widgets demo: Unsetting of clip area is no longer required with the new GWIN ...inmarket2014-05-221-3/+0
* Bug fix to widgets demo. It should never have used <stdio.h> which is not ava...inmarket2014-05-122-5/+7
* Updates for small displays for the widgets demo.inmarket2014-05-121-30/+50
* updated gwin widget demoJoel Bodenmann2014-05-111-6/+6
* last try to get this shit right with that damned GWIN demoJoel Bodenmann2014-05-111-1/+1
* Improve GWIN widget demo layoutingJoel Bodenmann2014-05-111-1/+2
* Improving look of GWIN widget demoJoel Bodenmann2014-05-111-2/+6
* Extending GWIN widget demoJoel Bodenmann2014-05-112-32/+60
* simplify gwin widgets demo codeJoel Bodenmann2014-05-111-17/+17
* More freeflowing of the widgets demo for smaller displays.inmarket2014-05-111-5/+5
* Update widgets demo to use Containers.inmarket2014-05-112-119/+124
* Add gwinClearInit() and gwinWidgetClearInit() to clear gwin initialisation st...inmarket2014-05-091-1/+1
* Introducing GWIN_PROGRESSBAR_AUTO for the automatic incremental function of t...Joel Bodenmann2014-05-081-0/+1
* Updates to the widgets demo:inmarket2014-05-015-1798/+304
* Fix list label in widget demoinmarket2014-05-011-1/+1
* Fixing gwin demoJoel Bodenmann2014-04-261-0/+1
* Updated gwin/widgets demo. Does now no longer use ChibiOS/RT logoJoel Bodenmann2014-04-247-648/+1664
* Fixed progressbar in widgets demoJoel Bodenmann2014-04-232-87/+239
* Added progressbarJoel Bodenmann2014-04-232-16/+32
* Added smooth scrolling list to GWIN demoJoel Bodenmann2014-04-231-4/+24
* whitespaces - widgets demoJoel Bodenmann2014-04-231-67/+143
* Add demo makefiles and update example master makefiles to match.inmarket2014-02-191-0/+3
* On ARM gcc compiler it appears that non-referenced character arrays are "opti...inmarket2014-02-151-1/+1
* Update image demo's to use GFILE ROMFS.inmarket2014-02-075-11/+35
* Update demo's with images in theminmarket2014-02-072-2/+5
* Updates to console history. This now works well.inmarket2014-01-171-1/+4
* Replace NULL's with 0 as NULL is not defined by the Raw32 GOS.inmarket2013-12-211-29/+29
* Remove orientation changes in demos because this is now handled by using GDIS...inmarket2013-11-161-4/+0
* Add support for a default application orientation.inmarket2013-11-091-1/+2
* Make the hardware depedant options clearer for the widgets demoinmarket2013-10-291-1/+5
* Fix spelling error and migrate demo gfxconf.h changes to all demos including ...inmarket2013-10-281-3/+3
* uncommented GOS selection in GDISP and GWIN demosJoel Bodenmann2013-10-281-5/+5