diff options
author | Tectu <joel@unormal.org> | 2012-12-16 08:58:59 -0800 |
---|---|---|
committer | Tectu <joel@unormal.org> | 2012-12-16 08:58:59 -0800 |
commit | 4743790cd40832205f701a280acd622cd003a9fd (patch) | |
tree | 088919aae5e2673621f6090dc79adac862c8c8a6 /releases.txt | |
parent | 09fc35864aa695cc46dcb95ed3951a365622b709 (diff) | |
parent | f31a1f7f4aeb09bc09d49944daaf2f38fddd94e7 (diff) | |
download | uGFX-4743790cd40832205f701a280acd622cd003a9fd.tar.gz uGFX-4743790cd40832205f701a280acd622cd003a9fd.tar.bz2 uGFX-4743790cd40832205f701a280acd622cd003a9fd.zip |
Merge pull request #26 from inmarket/master
Many tidyups and restructure.
Diffstat (limited to 'releases.txt')
-rw-r--r-- | releases.txt | 22 |
1 files changed, 13 insertions, 9 deletions
diff --git a/releases.txt b/releases.txt index caadade2..20cab579 100644 --- a/releases.txt +++ b/releases.txt @@ -6,18 +6,22 @@ current stable: 1.4 *** changes after 1.4 ***
-FEATURE: Added three point calibration
-FIX: Touchpad renamed into Touchscreen
-FIX: tsIRQ() renamed into tsPressed()
-FEATURE: Touchscreen support added to gdisp Win32 driver
-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.
-
+FEATURE: GWIN - full button, console and graph support
+FEATURE: Numerous touch calibration improvements
+FEATURE: Win32 driver - now support gdisp & ginput mouse/touch/toggle
+FEATURE: Win32 driver - full gdisp orientation support
+FEATURE: ILI9320 GDISP driver
+FEATURE: Nokia6610 GDISP driver split in to GE8 and GE12 variants
+FEATURE: Many GDISP drivers changed to use a board interface definition
+FEATURE: GFX source restructure with new gfx.h include file.
+DEPRECATE: console deprecated - replaced with gwin functionality
+DEPRECATE: graph deprecated - replaced with gwin functionality
+DEPRECATE: touchscreen deprecated - replaced with ginput functionality
+FEATURE: Numerous documentation improvements
+FEATURE: Added a number of module demo and test programs
*** changes after 1.3 ***
FIX: Nokia 6610 fix
|