From c4eed17a2e806dae0d2580f68e273b53c5bad9cd Mon Sep 17 00:00:00 2001 From: inmarket Date: Sat, 26 Aug 2017 09:39:59 +1000 Subject: Fix a problem with gwinImage where an animated GIF can leave a running timer when it is destroyed. --- changelog.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'changelog.txt') diff --git a/changelog.txt b/changelog.txt index 4bc85283..b44253db 100644 --- a/changelog.txt +++ b/changelog.txt @@ -44,6 +44,9 @@ FIX: Fixed to allow gwinSetText with static text on a TextEdit control FIX: Fixed to ChibiOS realloc on a TextEdit control FEATURE: Added support for CMSIS V2.0 operating systems (eg RTX5) REMOVED: Removed long deprecated functions gfxSemCounter() and gfxSemCounterI() +FIX: gwinDetachToggle() is now a visible part of the API +CHANGE: Update OSX makefiles (allows for 64bit building) +FIX: Fixed resetting a timer on gwinImage objects when using animated GIFs *** Release 2.7 *** -- cgit v1.2.3 From 0388755df1e3d65aa6d17f90965bcf5037c204ab Mon Sep 17 00:00:00 2001 From: inmarket Date: Sat, 26 Aug 2017 11:15:56 +1000 Subject: Add gwinTextEditSendKey() and gwinTextEditSendSpecialKey() --- changelog.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'changelog.txt') diff --git a/changelog.txt b/changelog.txt index b44253db..22a6ea73 100644 --- a/changelog.txt +++ b/changelog.txt @@ -47,6 +47,7 @@ REMOVED: Removed long deprecated functions gfxSemCounter() and gfxSemCounterI() FIX: gwinDetachToggle() is now a visible part of the API CHANGE: Update OSX makefiles (allows for 64bit building) FIX: Fixed resetting a timer on gwinImage objects when using animated GIFs +FEATURE: Added gwinTextEditSendKey() and gwinTextEditSendSpecialKey() *** Release 2.7 *** -- cgit v1.2.3 From db7971734fc940851b6d91a77a60906622f6c491 Mon Sep 17 00:00:00 2001 From: inmarket Date: Sat, 26 Aug 2017 15:22:38 +1000 Subject: First attempt at the JPG decoder. Compiles but may not run. --- changelog.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'changelog.txt') diff --git a/changelog.txt b/changelog.txt index 22a6ea73..cfcb932f 100644 --- a/changelog.txt +++ b/changelog.txt @@ -48,6 +48,7 @@ FIX: gwinDetachToggle() is now a visible part of the API CHANGE: Update OSX makefiles (allows for 64bit building) FIX: Fixed resetting a timer on gwinImage objects when using animated GIFs FEATURE: Added gwinTextEditSendKey() and gwinTextEditSendSpecialKey() +FEATURE: Implemented the JPG image decoder *** Release 2.7 *** -- cgit v1.2.3