aboutsummaryrefslogtreecommitdiffstats
path: root/releases.txt
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2013-11-10 21:35:23 +1000
committerinmarket <andrewh@inmarket.com.au>2013-11-10 21:35:23 +1000
commita8ce005e2621b0108863297948cea0fa52c8bf2a (patch)
treefc85cccd36f79cd17d59c038281dea2ea86a5b1e /releases.txt
parent1646f9da1a5052bbc6d7fbb1db0c1b411bff46bd (diff)
downloaduGFX-a8ce005e2621b0108863297948cea0fa52c8bf2a.tar.gz
uGFX-a8ce005e2621b0108863297948cea0fa52c8bf2a.tar.bz2
uGFX-a8ce005e2621b0108863297948cea0fa52c8bf2a.zip
Update changes list
Diffstat (limited to 'releases.txt')
-rw-r--r--releases.txt19
1 files changed, 18 insertions, 1 deletions
diff --git a/releases.txt b/releases.txt
index 32a838e9..d3a274b7 100644
--- a/releases.txt
+++ b/releases.txt
@@ -5,12 +5,29 @@
current release: 2.0
*** changes after 1.9 ***
-FEATURE: GDISP Streaming
+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: New driver interface for GDISP
FEATURE: Multiple display support
FEATURE: Multiple controller support
+FEATURE: Application pixel format no longer has to match the low level driver pixel format.
+FEATURE: Many more pixel formats are now supported.
+FEATURE: Many performance optimisations
+FEATURE: Vertical scrolling is now supported if the low level driver supports read_pixel.
FEATURE: Add gdispFlush() for those controllers that need it
FEATURE: Add GDISP_NEED_AUTOFLUSH and GDISP_NEED_TIMERFLUSH to automatically flush when required.
+FEATURE: Add support for generic portrait and landscape orientation modes
+FEATURE: Add macro GDISP_DEFAULT_ORIENTATION so an application can specify a default orientation.
+FEATURE: Driver files renamed to allow compiles when all object files go in the same directory
+FEATURE: New directory structure for board files. Predefined boards have all the hardware definitions predefined.
+FEATURE: Board defintions, example projects and makefiles for Win32.
+FEATURE: Board defintions, example projects and makefiles for X.
+FEATURE: Board defintions, example projects and makefiles for Olimex SAM7-EX256 board.
+FEATURE: Board defintions, example projects and makefiles for Mikromedia STM32-M4 board.
+FEATURE: New invsqrt() routine added to GMISC
*** changes after 1.8 ***
FEATURE: GWIN list boxes.