aboutsummaryrefslogtreecommitdiffstats
path: root/changelog.txt
diff options
context:
space:
mode:
authorinmarket <inmarket@ugfx.org>2017-03-11 14:39:53 +1000
committerinmarket <inmarket@ugfx.org>2017-03-11 14:39:53 +1000
commitd8c9ca184f29800f6c23d02bc450ea0e67981990 (patch)
tree04170629b4b1f755fab2eb04eaf711c3571830a7 /changelog.txt
parent9500ed2bcc8c579bd56f4e4cdb27376ebc727046 (diff)
downloaduGFX-d8c9ca184f29800f6c23d02bc450ea0e67981990.tar.gz
uGFX-d8c9ca184f29800f6c23d02bc450ea0e67981990.tar.bz2
uGFX-d8c9ca184f29800f6c23d02bc450ea0e67981990.zip
Fix font baseline_x problem, decrease word-wrap stack usage, add text justification options
Diffstat (limited to 'changelog.txt')
-rw-r--r--changelog.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/changelog.txt b/changelog.txt
index e5cfb1a2..4a74a094 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -23,6 +23,13 @@ FEATURE: Significantly improved the FreeRTOS port
FEATURE: Added support for operating system initialisation in FreeRTOS
FEATURE: Added GFX_OS_CALL_UGFXMAIN configuration option to allow uGFXMain() to be automatically called
FEATURE: Added GFX_OS_UGFXMAIN_STACKSIZE configuration option to control uGFXMain() stack size
+FIX: Fixed where a font with more than 255 glyphs could fail to display some glyphs
+FIX: Fixed where a font with a large x baseline could be incorrectly clipped or word-wrapped
+IMPROVE: Significantly decrease the stack usage required for word-wrapping
+FEATURE: Added justifyTop, justifyMiddle & justifyBottom text justification to GDISP
+FEATURE: Added justifyWordWrap, justifyNoWordWrap text justification to GDISP (requires GDISP_NEED_TEXT_WORDWRAP)
+FEATURE: Added justifyPad, justifyNoPad text justification to GDISP
+FEATURE: Added GDISP_NEED_TEXT_BOXPADLR and GDISP_NEED_TEXT_BOXPADTB configuration options
*** Release 2.7 ***