From ae50541fd7114cc12e9d520f43065b41d4a5d597 Mon Sep 17 00:00:00 2001 From: inmarket Date: Fri, 18 Jul 2014 09:28:52 +1000 Subject: Update releases documentation --- docs/releases.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/releases.txt b/docs/releases.txt index 2d5bb648..737ea552 100644 --- a/docs/releases.txt +++ b/docs/releases.txt @@ -15,6 +15,9 @@ FEATURE: Added support for eCos FEATURE: Added PCF8812 gdisp driver FEATURE: Added PCD8544 gdisp driver FEATURE: Added Raspberry Pi board support +FEATURE: Added R61505U gdisp driver +FIX: Fix threading issues in GEvent for callbacks +FEATURE: Added geventEventComplete() *** Release 2.1 *** -- cgit v1.2.3 From f08f35a9e478f5290989e3ec01a9eb96b4014dbb Mon Sep 17 00:00:00 2001 From: inmarket Date: Tue, 29 Jul 2014 11:01:08 +1000 Subject: Support for rawrtos real time operating system --- docs/releases.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/releases.txt b/docs/releases.txt index 737ea552..46a58ab4 100644 --- a/docs/releases.txt +++ b/docs/releases.txt @@ -18,7 +18,7 @@ FEATURE: Added Raspberry Pi board support FEATURE: Added R61505U gdisp driver FIX: Fix threading issues in GEvent for callbacks FEATURE: Added geventEventComplete() - +FEATURE: Added support for the rawrtos real time operating system *** Release 2.1 *** FIX: Significant improvements to the way the MCU touch driver works. -- cgit v1.2.3 From 9826378b9608362c4ad6efa3271e6f6de1e2b30e Mon Sep 17 00:00:00 2001 From: inmarket Date: Tue, 29 Jul 2014 12:00:47 +1000 Subject: Operating System initialisation can now be turned off in gfxconf.h --- docs/releases.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') diff --git a/docs/releases.txt b/docs/releases.txt index 46a58ab4..d658deee 100644 --- a/docs/releases.txt +++ b/docs/releases.txt @@ -19,6 +19,7 @@ FEATURE: Added R61505U gdisp driver FIX: Fix threading issues in GEvent for callbacks FEATURE: Added geventEventComplete() FEATURE: Added support for the rawrtos real time operating system +FEATURE: Operating System initialisation is now optional *** Release 2.1 *** FIX: Significant improvements to the way the MCU touch driver works. -- cgit v1.2.3 From 89d0d4ecaed5a8ca53214f111c9b70ed070d87f8 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Tue, 5 Aug 2014 10:00:54 +0200 Subject: whitespaces --- docs/releases.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') diff --git a/docs/releases.txt b/docs/releases.txt index d658deee..aaf820e9 100644 --- a/docs/releases.txt +++ b/docs/releases.txt @@ -21,6 +21,7 @@ FEATURE: Added geventEventComplete() FEATURE: Added support for the rawrtos real time operating system FEATURE: Operating System initialisation is now optional + *** Release 2.1 *** FIX: Significant improvements to the way the MCU touch driver works. FEATURE: Add support for edge to edge touch calibration. -- cgit v1.2.3 From b2b09319e47fe37dc293a0c80bb7ac3a563f13e2 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Wed, 6 Aug 2014 18:21:44 +0200 Subject: doc --- docs/releases.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/releases.txt b/docs/releases.txt index aaf820e9..5840efab 100644 --- a/docs/releases.txt +++ b/docs/releases.txt @@ -18,7 +18,7 @@ FEATURE: Added Raspberry Pi board support FEATURE: Added R61505U gdisp driver FIX: Fix threading issues in GEvent for callbacks FEATURE: Added geventEventComplete() -FEATURE: Added support for the rawrtos real time operating system +FEATURE: Added support for the RawOS real time operating system FEATURE: Operating System initialisation is now optional -- cgit v1.2.3 From d85375c4b4aa793192f68c656fa46a19cdab6c98 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Fri, 8 Aug 2014 09:47:19 +0200 Subject: doc --- docs/releases.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') diff --git a/docs/releases.txt b/docs/releases.txt index 5840efab..0b30dd0b 100644 --- a/docs/releases.txt +++ b/docs/releases.txt @@ -20,6 +20,7 @@ FIX: Fix threading issues in GEvent for callbacks FEATURE: Added geventEventComplete() FEATURE: Added support for the RawOS real time operating system FEATURE: Operating System initialisation is now optional +FEATURE: Added optional transparency to container *** Release 2.1 *** -- cgit v1.2.3 From 14f372bef8db5d919a35d8b8db48583ca1aeb8ce Mon Sep 17 00:00:00 2001 From: inmarket Date: Fri, 8 Aug 2014 19:02:07 +1000 Subject: doco --- docs/releases.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') diff --git a/docs/releases.txt b/docs/releases.txt index 0b30dd0b..6814fd0b 100644 --- a/docs/releases.txt +++ b/docs/releases.txt @@ -21,6 +21,7 @@ FEATURE: Added geventEventComplete() FEATURE: Added support for the RawOS real time operating system FEATURE: Operating System initialisation is now optional FEATURE: Added optional transparency to container +FEATURE: Prevent mouse events going to obscured widgets *** Release 2.1 *** -- cgit v1.2.3 From 10902154aec652a3fcdf028b2c6ff16743464973 Mon Sep 17 00:00:00 2001 From: inmarket Date: Tue, 12 Aug 2014 16:43:45 +1000 Subject: GFILE: restructure files, add File Listing, add C String files Fix compile error for ChibiOS BaseStreamFile based GFILES'. --- docs/releases.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') diff --git a/docs/releases.txt b/docs/releases.txt index 6814fd0b..2908535e 100644 --- a/docs/releases.txt +++ b/docs/releases.txt @@ -22,6 +22,8 @@ FEATURE: Added support for the RawOS real time operating system FEATURE: Operating System initialisation is now optional FEATURE: Added optional transparency to container FEATURE: Prevent mouse events going to obscured widgets +FEATURE: Add GFILE support for file lists +FEATURE: Add GFILE support for C strings as files *** Release 2.1 *** -- cgit v1.2.3