diff options
author | inmarket <andrewh@inmarket.com.au> | 2014-08-20 17:44:40 +1000 |
---|---|---|
committer | inmarket <andrewh@inmarket.com.au> | 2014-08-20 17:44:40 +1000 |
commit | 2b47a0708602b45b0b5db120a496bf92232aa4b1 (patch) | |
tree | 6c5965b6bf1d109b853efe64777bbc7ee5548882 /docs | |
parent | c06bff3304ed234c3a7f96fd049755ac59228ef7 (diff) | |
parent | 0f3f8f68f87233bf59c3fa68c3dfe1f492a1a478 (diff) | |
download | uGFX-2b47a0708602b45b0b5db120a496bf92232aa4b1.tar.gz uGFX-2b47a0708602b45b0b5db120a496bf92232aa4b1.tar.bz2 uGFX-2b47a0708602b45b0b5db120a496bf92232aa4b1.zip |
Merge branch 'master' into newmouse
Diffstat (limited to 'docs')
-rw-r--r-- | docs/releases.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/releases.txt b/docs/releases.txt index 8af1409b..66f2cc14 100644 --- a/docs/releases.txt +++ b/docs/releases.txt @@ -20,11 +20,16 @@ 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 FEATURE: Add GFILE support for PetitFS +FEATURE: Added SPFD54124B GDISP driver by user shilow +FEATURE: Added GWIN GL3D window type +FEATURE: Generalised all GWIN events to use a common prefix structure. +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 *** Release 2.1 *** |