From 3ba3be201cddf3c6a4606f49028fc6640da0b28e Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Thu, 13 Aug 2015 01:13:36 +0200 Subject: Adding gwinSetFocus() and gwinGetFocus() --- docs/releases.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') diff --git a/docs/releases.txt b/docs/releases.txt index 03045d13..9f7c16be 100644 --- a/docs/releases.txt +++ b/docs/releases.txt @@ -9,6 +9,8 @@ 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() + *** Release 2.3 *** FEATURE: Added more events to the slider widget -- cgit v1.2.3 From f7075e25ed9bcd701395745161f9ee086c025e21 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Fri, 14 Aug 2015 20:48:41 +0200 Subject: More work on the TextEdit --- docs/releases.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/releases.txt b/docs/releases.txt index 9f7c16be..07c97bb2 100644 --- a/docs/releases.txt +++ b/docs/releases.txt @@ -10,6 +10,9 @@ 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 *** Release 2.3 *** -- cgit v1.2.3 From 668b161f0eead1b9687305281eb59be0e0713bbe Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Fri, 14 Aug 2015 23:51:28 +0200 Subject: Adding color to widget style for focused widgets --- docs/releases.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') diff --git a/docs/releases.txt b/docs/releases.txt index 07c97bb2..804f2c1b 100644 --- a/docs/releases.txt +++ b/docs/releases.txt @@ -13,6 +13,7 @@ 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 *** Release 2.3 *** -- cgit v1.2.3 From 058a873e9e425207db8b99be083e87cf956b9827 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Sun, 16 Aug 2015 14:37:12 +0200 Subject: Adding GWIN_FOCUS_HIGHLIGHT_WIDTH --- docs/releases.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') diff --git a/docs/releases.txt b/docs/releases.txt index 804f2c1b..c82119a7 100644 --- a/docs/releases.txt +++ b/docs/releases.txt @@ -14,6 +14,7 @@ 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 *** -- cgit v1.2.3