aboutsummaryrefslogtreecommitdiffstats
path: root/demos/applications
Commit message (Expand)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, g...inmarket2018-11-032-2/+2
* For all source files update integer types to the new gI8 etc type namesinmarket2018-11-033-3/+3
* 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 gOrientatio...inmarket2018-07-081-1/+1
* Added type gFont to replace V2.x font_tinmarket2018-07-082-2/+2
* Added type gJustify to replace V2.x justify_t, and values gJustifyXXX rep...inmarket2018-07-081-5/+5
* Change color_t to gColorinmarket2018-07-083-3/+3
* Change coord_t to gCoordinmarket2018-07-082-6/+6
* Added new type definitions - moving towards V3.0inmarket2018-06-236-83/+83
* Change new colors to GFX_RED instead of GFXRED. Use the new color defsinmarket2018-03-103-26/+26
* First set of V3 macro changesinmarket2018-02-274-82/+82
* Move demo games into demo/games directoryAndrew Hannam2016-07-28164-45631/+0
* Adding applications/justget10 demoJoel Bodenmann2016-07-2791-0/+26616
* Adding applications/minesweeper demoJoel Bodenmann2016-07-2751-0/+14818
* Updating logo(s) in applications/combo demoJoel Bodenmann2016-06-265-616/+953
* Revert "Adding justification parameter to gwinLabelCreate()"Joel Bodenmann2015-11-071-5/+5
* Adding justification parameter to gwinLabelCreate()Joel Bodenmann2015-11-061-5/+5
* Fixing demosJoel Bodenmann2015-10-301-1/+1
* Replace all inline definitions with GFXINLINEinmarket2015-10-237-48/+48
* Stop overwriting by the bounce ball when switching away from it in the applic...inmarket2015-10-061-2/+3
* Merge branch 'master' into TextEditinmarket2015-10-0614-0/+1598
|\
| * New applications/combo demoinmarket2015-10-0614-0/+1598
|/
* December 2014 Winning Demo Competition Entry - Tetrisinmarket2015-01-2122-0/+4197
* Demo updates to fix compile issues.inmarket2014-02-192-2/+0
* Add demo makefiles and update example master makefiles to match.inmarket2014-02-192-0/+6
* Fix spelling error and migrate demo gfxconf.h changes to all demos including ...inmarket2013-10-282-25/+9
* updated notepad demo textJoel Bodenmann2013-09-281-1/+1
* Update notepad demo for anti-aliased fontsinmarket2013-07-292-7/+8
* First cut - beautiful new font handling by PetteriAimoneninmarket2013-07-282-13/+10
* License header updatesinmarket2013-06-154-0/+8
* GOS module, for operating system independanceinmarket2013-05-254-16/+12
* changed the license of all demos to BSDJoel Bodenmann2013-04-084-48/+100
* updated copyright - 2013Joel Bodenmann2013-03-062-2/+2
* removed GDISP_LLD() macro - fixJoel Bodenmann2013-02-114-0/+268
* removed GDISP_LLD() macroJoel Bodenmann2013-02-114-268/+0
* benchmark demo updateJoel Bodenmann2012-12-222-202/+0
* benchmark demo cleanupJoel Bodenmann2012-12-221-23/+13
* Add benchmarks applicationetmatrix2012-12-222-0/+212
* notepad demo updateJoel Bodenmann2012-12-162-1/+2
* Simplify demo gfxconf.h filesAndrew Hannam2012-12-072-78/+0
* Add GDISP font routines. Fix demo bugsAndrew Hannam2012-12-073-15/+38
* RestructureAndrew Hannam2012-12-066-139/+151
* gtimer demoJoel Bodenmann2012-11-204-0/+310