Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move demo games into demo/games directory | Andrew Hannam | 2016-07-28 | 164 | -45631/+0 |
| | |||||
* | Adding applications/justget10 demo | Joel Bodenmann | 2016-07-27 | 91 | -0/+26616 |
| | |||||
* | Adding applications/minesweeper demo | Joel Bodenmann | 2016-07-27 | 51 | -0/+14818 |
| | |||||
* | Updating logo(s) in applications/combo demo | Joel Bodenmann | 2016-06-26 | 5 | -616/+953 |
| | |||||
* | Revert "Adding justification parameter to gwinLabelCreate()" | Joel Bodenmann | 2015-11-07 | 1 | -5/+5 |
| | | | | This reverts commit e8a769c3823eef72a9e064d3bf992152ed261ad2. | ||||
* | Adding justification parameter to gwinLabelCreate() | Joel Bodenmann | 2015-11-06 | 1 | -5/+5 |
| | |||||
* | Fixing demos | Joel Bodenmann | 2015-10-30 | 1 | -1/+1 |
| | |||||
* | Replace all inline definitions with GFXINLINE | inmarket | 2015-10-23 | 7 | -48/+48 |
| | |||||
* | Stop overwriting by the bounce ball when switching away from it in the ↵ | inmarket | 2015-10-06 | 1 | -2/+3 |
| | | | | applications/combo demo | ||||
* | Merge branch 'master' into TextEdit | inmarket | 2015-10-06 | 14 | -0/+1598 |
|\ | |||||
| * | New applications/combo demo | inmarket | 2015-10-06 | 14 | -0/+1598 |
|/ | |||||
* | December 2014 Winning Demo Competition Entry - Tetris | inmarket | 2015-01-21 | 22 | -0/+4197 |
| | |||||
* | Demo updates to fix compile issues. | inmarket | 2014-02-19 | 2 | -2/+0 |
| | |||||
* | Add demo makefiles and update example master makefiles to match. | inmarket | 2014-02-19 | 2 | -0/+6 |
| | |||||
* | Fix spelling error and migrate demo gfxconf.h changes to all demos including ↵ | inmarket | 2013-10-28 | 2 | -25/+9 |
| | | | | the new streaming and multiple display demos | ||||
* | updated notepad demo text | Joel Bodenmann | 2013-09-28 | 1 | -1/+1 |
| | |||||
* | Update notepad demo for anti-aliased fonts | inmarket | 2013-07-29 | 2 | -7/+8 |
| | |||||
* | First cut - beautiful new font handling by PetteriAimonen | inmarket | 2013-07-28 | 2 | -13/+10 |
| | |||||
* | License header updates | inmarket | 2013-06-15 | 4 | -0/+8 |
| | |||||
* | GOS module, for operating system independance | inmarket | 2013-05-25 | 4 | -16/+12 |
| | | | | | GMISC fast floating point trig GMISC fast fixed point trig | ||||
* | changed the license of all demos to BSD | Joel Bodenmann | 2013-04-08 | 4 | -48/+100 |
| | |||||
* | updated copyright - 2013 | Joel Bodenmann | 2013-03-06 | 2 | -2/+2 |
| | |||||
* | removed GDISP_LLD() macro - fix | Joel Bodenmann | 2013-02-11 | 4 | -0/+268 |
| | |||||
* | removed GDISP_LLD() macro | Joel Bodenmann | 2013-02-11 | 4 | -268/+0 |
| | |||||
* | benchmark demo update | Joel Bodenmann | 2012-12-22 | 2 | -202/+0 |
| | |||||
* | benchmark demo cleanup | Joel Bodenmann | 2012-12-22 | 1 | -23/+13 |
| | |||||
* | Add benchmarks application | etmatrix | 2012-12-22 | 2 | -0/+212 |
| | |||||
* | notepad demo update | Joel Bodenmann | 2012-12-16 | 2 | -1/+2 |
| | |||||
* | Simplify demo gfxconf.h files | Andrew Hannam | 2012-12-07 | 2 | -78/+0 |
| | |||||
* | Add GDISP font routines. Fix demo bugs | Andrew Hannam | 2012-12-07 | 3 | -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 | ||||
* | Restructure | Andrew Hannam | 2012-12-06 | 6 | -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 demo | Joel Bodenmann | 2012-11-20 | 4 | -0/+310 |