aboutsummaryrefslogtreecommitdiffstats
path: root/src/gtimer.c
Commit message (Collapse)AuthorAgeFilesLines
* RestructureAndrew Hannam2012-12-061-316/+0
| | | | | | | | | | | | | 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.
* doxygenJoel Bodenmann2012-11-261-0/+2
|
* Ginput and structure changesAndrew Hannam2012-11-261-19/+35
| | | | | | | | GINPUT Touch including drivers GTIMER fixes GEVENT fixes GWIN button completion Structure changes to better seperate sections of a sub-system
* cleanup of source filesJoel Bodenmann2012-11-211-5/+0
|
* GTimer doxygen bugfixJoel Bodenmann2012-11-191-0/+1
|
* GEVENT, GTIMER & GINPUT subsystemsAndrew Hannam2012-11-171-0/+302
GEVENT - for passing event structures from Sources to Listeners GTIMER - thread context based once-off and periodic timers. GINPUT - extensible, multiple device-type, input sub-system. gevent & gtimer are code complete, ginput is definition complete but not code complete.