aboutsummaryrefslogtreecommitdiffstats
path: root/demos/modules/gwin/widgets/main.c
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 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
* 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-251-0/+14
* Implement a "Toggle Button" using a checkbox with a custom draw.inmarket2015-01-231-3/+7
* New Tabset Widget.inmarket2015-01-031-133/+200
* 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-121-5/+4
* 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-111-32/+59
* 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-111-119/+117
* Add gwinClearInit() and gwinWidgetClearInit() to clear gwin initialisation st...inmarket2014-05-091-1/+1
* Updates to the widgets demo:inmarket2014-05-011-6/+6
* 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-241-3/+2
* Fixed progressbar in widgets demoJoel Bodenmann2014-04-231-1/+7
* Added progressbarJoel Bodenmann2014-04-231-16/+31
* Added smooth scrolling list to GWIN demoJoel Bodenmann2014-04-231-4/+24
* whitespaces - widgets demoJoel Bodenmann2014-04-231-67/+143
* Update image demo's to use GFILE ROMFS.inmarket2014-02-071-6/+9
* Update demo's with images in theminmarket2014-02-071-2/+1
* 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
* updated GDISP and GWIN demosJoel Bodenmann2013-10-281-0/+1
* fixed orientation stuff in widgets demoJoel Bodenmann2013-10-261-4/+4
* Add initial orientation to the widgets demo.inmarket2013-10-241-0/+4
* Merge branch 'master' into fontsinmarket2013-08-011-1/+1
|\
| * Update widget demo so list 3 is multi-selectinmarket2013-08-011-1/+1
* | Merge branch 'master' into fontsinmarket2013-08-011-19/+31
|\|
| * Add image support to GWIN Listboxes.inmarket2013-08-011-4/+13
| * Add GWIN List multi-select supportinmarket2013-08-011-19/+22
* | Merge branch 'master' into fontsinmarket2013-08-011-4/+34
|\|
| * Update gwin widgets and lists demosinmarket2013-08-011-4/+34