aboutsummaryrefslogtreecommitdiffstats
path: root/releases.txt
diff options
context:
space:
mode:
authorAndrew Hannam <andrewh@inmarket.com.au>2012-11-17 01:42:12 +1000
committerAndrew Hannam <andrewh@inmarket.com.au>2012-11-17 01:42:12 +1000
commita762a629aa49a046453de7fd2d65680e73c9123a (patch)
tree04bdc52d3fcdb57c66d74064f782c25e1ae3e43e /releases.txt
parent633d64b393af843c00255bfa6efd500492ea118b (diff)
downloaduGFX-a762a629aa49a046453de7fd2d65680e73c9123a.tar.gz
uGFX-a762a629aa49a046453de7fd2d65680e73c9123a.tar.bz2
uGFX-a762a629aa49a046453de7fd2d65680e73c9123a.zip
GEVENT, GTIMER & GINPUT subsystems
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.
Diffstat (limited to 'releases.txt')
-rw-r--r--releases.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/releases.txt b/releases.txt
index 83680ae1..caadade2 100644
--- a/releases.txt
+++ b/releases.txt
@@ -14,6 +14,9 @@ FIX: gdisp Win32 driver fixes
DEPRECATE: console deprecated - replaced with gwin functionality
FEATURE: ILI9320 GDISP driver
FEATURE: gdisp Win32 driver - full orientation support
+FEATURE: GEVENT - for passing event structures from Sources to Listeners
+FEATURE: GTIMER - thread context based once-off and periodic timers.
+FEATURE: GINPUT - extensible, multiple device-type, input sub-system.
*** changes after 1.3 ***