aboutsummaryrefslogtreecommitdiffstats
path: root/src/gevent.c
Commit message (Collapse)AuthorAgeFilesLines
* RestructureAndrew Hannam2012-12-061-291/+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.
* Ginput and structure changesAndrew Hannam2012-11-261-5/+49
| | | | | | | | 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
|
* GEVENT doxygenJoel Bodenmann2012-11-191-34/+70
|
* GEVENT, GTIMER & GINPUT subsystemsAndrew Hannam2012-11-171-0/+216
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.