aboutsummaryrefslogtreecommitdiffstats
path: root/demos/applications
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | This reverts commit e8a769c3823eef72a9e064d3bf992152ed261ad2.
* 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 ↵inmarket2015-10-061-2/+3
| | | | applications/combo demo
* 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
| | | | the new streaming and multiple display demos
* 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
| | | | | GMISC fast floating point trig GMISC fast fixed point trig
* 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
| | | | | | | | Add GDISP font routines to Open and Close a font by name. Allows wildcard searching for fonts. Old global font variables are now only optionally included (soon to be deprecated). More demo fixing
* RestructureAndrew Hannam2012-12-066-139/+151
| | | | | | | | | | | | | Create global include file called gfx.h which knows about sub-system dependancies. Deprecate Touchscreen (GINPUT touch is now working properly) Merge Graph into GWIN Change directory structure to reflect sub-system structure Many small bugs fixed Split Nokia6610 gdisp driver into GE8 and GE12 controller versions Fixed broken demos. GFX sub-systems are now clearly defined and new ones should be much easier to add.
* gtimer demoJoel Bodenmann2012-11-204-0/+310