aboutsummaryrefslogtreecommitdiffstats
path: root/demos/applications/combo
Commit message (Collapse)AuthorAgeFilesLines
* Introduce type gImage to replace v2.x gdispImageJoel Bodenmann2019-04-101-1/+1
|
* Tidy u gfxSem, gfxMutex and various Macros by converting to new types gSem, ↵inmarket2018-11-032-2/+2
| | | | gMutex etc
* For all source files update integer types to the new gI8 etc type namesinmarket2018-11-031-1/+1
|
* Added type gThread to replace V2.x gfxThreadHandleinmarket2018-07-082-2/+2
|
* gThreadpriorityLow/Normal/High to replace LOW_/NORMAL_/HIGH_PRIORITYinmarket2018-07-082-2/+2
|
* gDelayNone/gDelayForever to replace TIME_IMMEDIATE/TIME_INFINITEinmarket2018-07-081-1/+1
|
* Added type gOrientation to replace V2.x orientation_t, and values ↵inmarket2018-07-081-1/+1
| | | | gOrientationX replace GDISP_ROTATE_X
* Added type gFont to replace V2.x font_tinmarket2018-07-081-1/+1
|
* Change color_t to gColorinmarket2018-07-081-1/+1
|
* Change coord_t to gCoordinmarket2018-07-082-6/+6
|
* Added new type definitions - moving towards V3.0inmarket2018-06-234-81/+81
|
* Change new colors to GFX_RED instead of GFXRED. Use the new color defsinmarket2018-03-102-6/+6
|
* First set of V3 macro changesinmarket2018-02-272-59/+59
|
* Updating logo(s) in applications/combo demoJoel Bodenmann2016-06-265-616/+953
|
* Revert "Adding justification parameter to gwinLabelCreate()"Joel Bodenmann2015-11-071-5/+5
| | | | This reverts commit e8a769c3823eef72a9e064d3bf992152ed261ad2.
* Adding justification parameter to gwinLabelCreate()Joel Bodenmann2015-11-061-5/+5
|
* Stop overwriting by the bounce ball when switching away from it in the ↵inmarket2015-10-061-2/+3
| | | | applications/combo demo
* Merge branch 'master' into TextEditinmarket2015-10-061-1/+1
|
* New applications/combo demoinmarket2015-10-0614-0/+1598