diff options
Diffstat (limited to 'docs/releases.txt')
-rw-r--r-- | docs/releases.txt | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/docs/releases.txt b/docs/releases.txt index c82119a7..7c49f185 100644 --- a/docs/releases.txt +++ b/docs/releases.txt @@ -9,12 +9,13 @@ FEATURE: Added GFXSINGLEMAKE=yes|no to the ugfx makefile to compile ugfx as a si FEATURE: New board STM32F746G-Discovery FEATURE: New gdisp driver STM32LTDC FEATURE: Better support for Raw32 platforms -FEATURE: Implementing widget focusing. See gwinSetFocus() and gwinGetFocus() -FEATURE: Adding more font metrics (BaselineX and BaselineY) -FEATURE: Adding gdispGetStringWidthCount() -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 +FEATURE: Renaming GFX_NO_OS_INIT to GFX_OS_NO_INIT +FEATURE: Implementing widget focusing. See gwinSetFocus() and gwinGetFocus() +FEATURE: Adding more font metrics (BaselineX and BaselineY) +FEATURE: Adding gdispGetStringWidthCount() +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 *** |