aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorAndrew Hannam <Andrew Hannam>2016-07-19 18:54:17 +1000
committerAndrew Hannam <Andrew Hannam>2016-07-19 18:54:17 +1000
commit19e54c88ece76e66415f5d1c71dfbb6ee8d51b0c (patch)
treeb7157b3f51344fde8e5b41251213b47100f5880e /docs
parente5f69dbcf4d462cb94592a45a0d5ec1eefd14468 (diff)
downloaduGFX-19e54c88ece76e66415f5d1c71dfbb6ee8d51b0c.tar.gz
uGFX-19e54c88ece76e66415f5d1c71dfbb6ee8d51b0c.tar.bz2
uGFX-19e54c88ece76e66415f5d1c71dfbb6ee8d51b0c.zip
Add support for reparenting, capture and control of Win32 Emulator windows.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/releases.txt b/docs/releases.txt
index 648c9901..1fd4bb01 100644
--- a/docs/releases.txt
+++ b/docs/releases.txt
@@ -11,7 +11,11 @@ FEATURE: Added gwinPrintg()
FIX: Fix sprintg and related functions handling of NULL pointers.
FIX: Fixing width calculation of gdispGDrawString() and gdispGFillString().
FEATURE: Added QImage display driver.
-FEATURE: Added support for Qt platform
+FEATURE: Added support for Qt as a GOS platform
+FEATURE: Add ability to set a parent for a win32 ugfx emulator window
+FEATURE: Add ability to inject mouse events for a Win32 ugfx emulator window
+FEATURE: Add ability to turn on and off mouse processing for a win32 ugfx emulator window
+FEATURE: Add ability to capture mouse events on the win32 ugfx emaultor window
*** Release 2.5 ***