aboutsummaryrefslogtreecommitdiffstats
path: root/demos/applications/notepad/main.c
Commit message (Collapse)AuthorAgeFilesLines
* updated notepad demo textJoel Bodenmann2013-09-281-1/+1
|
* Update notepad demo for anti-aliased fontsinmarket2013-07-291-2/+2
|
* First cut - beautiful new font handling by PetteriAimoneninmarket2013-07-281-8/+8
|
* License header updatesinmarket2013-06-151-0/+2
|
* GOS module, for operating system independanceinmarket2013-05-251-6/+1
| | | | | GMISC fast floating point trig GMISC fast fixed point trig
* changed the license of all demos to BSDJoel Bodenmann2013-04-081-18/+25
|
* updated copyright - 2013Joel Bodenmann2013-03-061-1/+1
|
* removed GDISP_LLD() macro - fixJoel Bodenmann2013-02-111-0/+113
|
* removed GDISP_LLD() macroJoel Bodenmann2013-02-111-113/+0
|
* notepad demo updateJoel Bodenmann2012-12-161-0/+1
|
* Add GDISP font routines. Fix demo bugsAndrew Hannam2012-12-071-14/+21
| | | | | | | | 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-061-27/+12
| | | | | | | | | | | | | 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-201-0/+120