diff options
author | inmarket <andrewh@inmarket.com.au> | 2014-08-12 16:45:06 +1000 |
---|---|---|
committer | inmarket <andrewh@inmarket.com.au> | 2014-08-12 16:45:06 +1000 |
commit | 5460a923ab25d27e522fe175563633665c477e02 (patch) | |
tree | e43734965f66092d3d076a599b3b8a188b005bc0 /docs | |
parent | 0e74c164c3eac14f6e99d1a5cc4e0563faeff5d0 (diff) | |
parent | 10902154aec652a3fcdf028b2c6ff16743464973 (diff) | |
download | uGFX-5460a923ab25d27e522fe175563633665c477e02.tar.gz uGFX-5460a923ab25d27e522fe175563633665c477e02.tar.bz2 uGFX-5460a923ab25d27e522fe175563633665c477e02.zip |
Merge branch 'master' into newmouse
Diffstat (limited to 'docs')
-rw-r--r-- | docs/releases.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/releases.txt b/docs/releases.txt index 2d5bb648..2908535e 100644 --- a/docs/releases.txt +++ b/docs/releases.txt @@ -15,6 +15,15 @@ FEATURE: Added support for eCos FEATURE: Added PCF8812 gdisp driver FEATURE: Added PCD8544 gdisp driver FEATURE: Added Raspberry Pi board support +FEATURE: Added R61505U gdisp driver +FIX: Fix threading issues in GEvent for callbacks +FEATURE: Added geventEventComplete() +FEATURE: Added support for the RawOS real time operating system +FEATURE: Operating System initialisation is now optional +FEATURE: Added optional transparency to container +FEATURE: Prevent mouse events going to obscured widgets +FEATURE: Add GFILE support for file lists +FEATURE: Add GFILE support for C strings as files *** Release 2.1 *** |