From 7c5a6c928fa7129cf754c9c73c5c7ae39372ba9d Mon Sep 17 00:00:00 2001 From: inmarket Date: Sat, 3 Nov 2018 10:51:23 +1000 Subject: For all source files update integer types to the new gI8 etc type names --- changelog.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'changelog.txt') diff --git a/changelog.txt b/changelog.txt index 4192d6c1..917f5160 100644 --- a/changelog.txt +++ b/changelog.txt @@ -32,7 +32,9 @@ CHANGE: Added type gJustify to replace V2.x justify_t, and values gJ CHANGE: Added type gFontmetric to replace V2.x fontmetric_t, and values gFontXXX replace fontXXX CHANGE: Added type gOrientation to replace V2.x orientation_t, and values gOrientationX replace GDISP_ROTATE_X CHANGE: Added macros JUSTIFYMASK_HORIZONTAL, JUSTIFYMASK_VERTICAL to replace macros JUSTIFYMASK_LEFTRIGHT, JUSTIFYMASK_TOPBOTTOM -FEATURE: Added types gPtr and gPtrDiff +FEATURE: Added types gPtr, gPtrDiff and gAny +FEATURE: Added type gMemSize and config macro GFX_MEM_LT64K +FEATURE: Added type gFileSize 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 -- cgit v1.2.3