aboutsummaryrefslogtreecommitdiffstats
path: root/docs/releases.txt
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2014-09-26 16:34:29 +1000
committerinmarket <andrewh@inmarket.com.au>2014-09-26 16:34:29 +1000
commita18511cdc10c5b45222d870bf4fb203b5c7e4aeb (patch)
tree76a4f798948907b82b26421586dfab4187206fd9 /docs/releases.txt
parent19e2e7a60c7d81ec758ec5ff2b718149804ed8c6 (diff)
downloaduGFX-a18511cdc10c5b45222d870bf4fb203b5c7e4aeb.tar.gz
uGFX-a18511cdc10c5b45222d870bf4fb203b5c7e4aeb.tar.bz2
uGFX-a18511cdc10c5b45222d870bf4fb203b5c7e4aeb.zip
doco
Diffstat (limited to 'docs/releases.txt')
-rw-r--r--docs/releases.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/releases.txt b/docs/releases.txt
index adf7ca12..aa01972b 100644
--- a/docs/releases.txt
+++ b/docs/releases.txt
@@ -31,11 +31,14 @@ FIX: Improve memory usage for the GWIN Frame widget.
FEATURE: Added transparent custom draws for GWIN containers and frame widgets
FEATURE: Added image custom draws for GWIN containers and frame widgets
FEATURE: Added GDRIVER infrastructure. Ported GDISP to use it.
+FEATURE: Ported GINPUT MOUSE to GDRIVER infrastructure.
+FEATURE: Mouse/Touch now support both pen and finger mode.
+DEPRECATE: gwinAttachMouse() is now handled automaticly.
*** Release 2.1 ***
FIX: Significant improvements to the way the MCU touch driver works.
-FEATURE: Add support for edge to edge touch calibration.
+FEATURE: Add support for edge to edge touch calibration.
FEATURE: Added progressbar widget
FEATURE: Added gdispGDrawThickLine() by user jpa-
DEPRECATE: TDISP module removed
@@ -78,7 +81,7 @@ FEATURE: GDISP Streaming API and demos.
DEPRECATE: GDISP_NEED_ASYNC is now deprecated.
DEPRECATE: 3rd party boing demo is now deprecated (replaced by GDISP Streaming demo)
FIX: Remove GOS definitions from demo conf files so that it can be supplied by a makefile.
-FEATURE: Repair GDISP low level driver interfaces so they can now be included in the doxygen documentation.
+FEATURE: Repair GDISP low level driver interfaces so they can now be included in the doxygen documentation.
FEATURE: New driver interface for GDISP
FEATURE: Multiple display support
FEATURE: Multiple controller support