From 41271d632b74f5cf47c30d3b699eb6b2786f2136 Mon Sep 17 00:00:00 2001 From: inmarket Date: Sat, 23 Jun 2018 13:02:07 +1000 Subject: Added new type definitions - moving towards V3.0 --- changelog.txt | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'changelog.txt') diff --git a/changelog.txt b/changelog.txt index 7793206b..4ec4d020 100644 --- a/changelog.txt +++ b/changelog.txt @@ -15,8 +15,16 @@ FEATURE: Added GFX_COMPAT_V2 to maintain source compatibility with V2.x programs FEATURE: Added GFX_COMPAT_OLDCOLORS to allow V2.x Red, Green, Blue color names. It is turned on by default. CHANGE: Added GFX_RED, GFX_BLUE, GFX_GREEN etc to replace V2.x Red, Gree, Blue color names CHANGE: Added GFXON/GFXOFF to replace V2.x TRUE/FALSE for configuration options. +CHANGE: Added gBool type and gTrue/gFalse to replace TRUE/FALSE for booleans. +CHANGE: Added types gI8, gU8 .. gI32, gU32 to replace V2.x int8_t etc +CHANGE: Added types gPtr and gPtrDiff +FEATURE: Added gI64 and gU64 when the compiler supports it. GFX_TYPE_64 macro is defined as GFXON if it does. +FEATURE: Fixed headers to ensure size_t, NULL are always defined. size_t is not used as it may be 64bit. FIX: Added gfxRealloc() to Qt port FIX: Fixed UC1610 driver private area initialisation +FIX: Fixed ST7735 driver and added kapacuk changes +FEATURE: Added keyboard support to radio buttons (by Steffan) +FEATURE: Added internal use only GFX_COMPILESTAGE (used to control compilation) *** Release 2.8 *** -- cgit v1.2.3