aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2015-10-06 12:10:11 +1000
committerinmarket <andrewh@inmarket.com.au>2015-10-06 12:10:11 +1000
commit80299276b7134693a6f02fb8fa791d0a15ed1eab (patch)
treee1824bd6b9aa27a71372f67c6a0f96b9f625abd7 /docs
parent754d2e072b51bc43c72a37d46e22337d594f18dc (diff)
parenta35ee53d0a28cb0b6b61944a1ed698a0cef85839 (diff)
downloaduGFX-80299276b7134693a6f02fb8fa791d0a15ed1eab.tar.gz
uGFX-80299276b7134693a6f02fb8fa791d0a15ed1eab.tar.bz2
uGFX-80299276b7134693a6f02fb8fa791d0a15ed1eab.zip
Merge branch 'master' into TextEdit
Diffstat (limited to 'docs')
-rw-r--r--docs/releases.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/releases.txt b/docs/releases.txt
index 7c49f185..c4e1073e 100644
--- a/docs/releases.txt
+++ b/docs/releases.txt
@@ -10,14 +10,14 @@ FEATURE: New board STM32F746G-Discovery
FEATURE: New gdisp driver STM32LTDC
FEATURE: Better support for Raw32 platforms
FEATURE: Renaming GFX_NO_OS_INIT to GFX_OS_NO_INIT
-FEATURE: Implementing widget focusing. See gwinSetFocus() and gwinGetFocus()
+FEATURE: New demo applications/combo
FEATURE: Adding more font metrics (BaselineX and BaselineY)
FEATURE: Adding gdispGetStringWidthCount()
+FEATURE: Implementing widget focusing. See gwinSetFocus() and gwinGetFocus()
FEATURE: Adding TextEdit widget
FEATURE: Added color to widget style for focused widgets
FEATURE: Added GWIN_FOCUS_HIGHLIGHT_WIDTH as an option in the configuration file
-
*** Release 2.3 ***
FEATURE: Added more events to the slider widget
FIX: Clean up visibility issues