sdk
8 years agoecere/sys/JSON: add ColorAlpha de/stringification into JSON parser/writer.
Rejean Loyer [Tue, 24 Mar 2015 17:00:32 +0000 (13:00 -0400)]
ecere/sys/JSON: add ColorAlpha de/stringification into JSON parser/writer.

8 years agoecere/sys/JSON: Fixed issues deserializing structs
Jerome St-Louis [Tue, 24 Mar 2015 04:01:45 +0000 (00:01 -0400)]
ecere/sys/JSON: Fixed issues deserializing structs

8 years agoecere/sys/JSON: Fixed crash on unknown member
Jerome St-Louis [Fri, 20 Mar 2015 06:02:12 +0000 (02:02 -0400)]
ecere/sys/JSON: Fixed crash on unknown member
- Also fixed strtol warnings on Linux

8 years agoecere/sys/JSON: Fixed more issues with struct classes and properties
Jerome St-Louis [Tue, 17 Mar 2015 04:24:48 +0000 (00:24 -0400)]
ecere/sys/JSON: Fixed more issues with struct classes and properties

8 years agoecere/sys/JSON: (de)serializing unit classes as numbers
Jerome St-Louis [Mon, 16 Mar 2015 05:29:27 +0000 (01:29 -0400)]
ecere/sys/JSON: (de)serializing unit classes as numbers

8 years agoecere/sys/JSON: Fixes for Arrays of structs and unsigned integers
Jerome St-Louis [Mon, 16 Mar 2015 04:15:40 +0000 (00:15 -0400)]
ecere/sys/JSON: Fixes for Arrays of structs and unsigned integers

8 years agoecere/sys/JSON: Fixed support for writing struct properties
Jerome St-Louis [Mon, 16 Mar 2015 02:59:00 +0000 (22:59 -0400)]
ecere/sys/JSON: Fixed support for writing struct properties

8 years agoecere/com/instance: Fixes for templates with third library
Jerome St-Louis [Mon, 15 Dec 2014 07:34:51 +0000 (02:34 -0500)]
ecere/com/instance: Fixes for templates with third library
- Need to verify whether the order changes negatively affects any project

8 years agoecere/com/instance: Fixed crashes on intermediate classes declared later
Jerome St-Louis [Tue, 16 Jun 2015 06:55:15 +0000 (02:55 -0400)]
ecere/com/instance: Fixed crashes on intermediate classes declared later
- Part of virtual methods tables were left uninitializeds
- Updated bootstrap

8 years agoecere/com/instance: Fixed crashes on Ecere classes templatized in other modules
Jerome St-Louis [Tue, 16 Jun 2015 06:54:09 +0000 (02:54 -0400)]
ecere/com/instance: Fixed crashes on Ecere classes templatized in other modules

8 years agoecere/com/instance: Commented out code testing Template fixes
Jerome St-Louis [Wed, 9 Dec 2015 22:42:51 +0000 (17:42 -0500)]
ecere/com/instance: Commented out code testing Template fixes

8 years agoecere/com/instance: Class Template Fix
Jerome St-Louis [Wed, 9 Dec 2015 22:26:49 +0000 (17:26 -0500)]
ecere/com/instance: Class Template Fix

8 years agoecere/com/dataTypes: Fixed issues stringifying enums
Jerome St-Louis [Sat, 5 Dec 2015 23:59:52 +0000 (18:59 -0500)]
ecere/com/dataTypes: Fixed issues stringifying enums
- Updated bootstrap

8 years agoecere/com/dataTypes: Fixed OnGetDataFromString()
Jerome St-Louis [Sat, 18 Apr 2015 06:30:10 +0000 (02:30 -0400)]
ecere/com/dataTypes: Fixed OnGetDataFromString()
- Fixed 'float' member property
- This was not working on Linux and was preventing from setting font size

8 years agoecere/containers/Array: Implemented faster deserialization
Jerome St-Louis [Sat, 4 Apr 2015 17:34:32 +0000 (13:34 -0400)]
ecere/containers/Array: Implemented faster deserialization
- Default Container implementation was doing 'count' reallocs

8 years agoecere/com/Containers/Array: Clear fix on resize
Jerome St-Louis [Wed, 9 Dec 2015 22:20:03 +0000 (17:20 -0500)]
ecere/com/Containers/Array: Clear fix on resize

8 years agoecere/com/containers/Map: Faster implementation of RemoveAll()
Jerome St-Louis [Thu, 29 Oct 2015 00:39:00 +0000 (20:39 -0400)]
ecere/com/containers/Map: Faster implementation of RemoveAll()

8 years agoecere/com/Map;: Fixed memory leaks
Jerome St-Louis [Wed, 9 Dec 2015 17:09:53 +0000 (12:09 -0500)]
ecere/com/Map;: Fixed memory leaks
- Keys of Maps from Delete() and Free()

8 years agocom/containers; dataTypes: Null checks
Jerome St-Louis [Tue, 17 Nov 2015 05:04:23 +0000 (00:04 -0500)]
com/containers; dataTypes: Null checks
- Support for returning non-capitalized enum strings if OnGetString()'s tempString parameter is null

8 years agoecere/com/Containers: Implemented OnCompare
Jerome St-Louis [Tue, 17 Mar 2015 18:58:32 +0000 (14:58 -0400)]
ecere/com/Containers: Implemented OnCompare

8 years agocompiler/libec: Null checks
Jerome St-Louis [Tue, 16 Jun 2015 08:23:42 +0000 (04:23 -0400)]
compiler/libec: Null checks

8 years agodeps/jpeg-9a: Removed non-existing files from project
Jerome St-Louis [Tue, 16 Jun 2015 08:24:46 +0000 (04:24 -0400)]
deps/jpeg-9a: Removed non-existing files from project

8 years agoecere/gui/dialogs/FindDialog: Fixed autoCreate to default to false
Jerome St-Louis [Tue, 16 Jun 2015 08:19:58 +0000 (04:19 -0400)]
ecere/gui/dialogs/FindDialog: Fixed autoCreate to default to false

8 years agoecere/gfx/bitmaps/GIFFormat: Fixes to build with Giflib 5.0.x
Jerome St-Louis [Tue, 16 Jun 2015 08:17:02 +0000 (04:17 -0400)]
ecere/gfx/bitmaps/GIFFormat: Fixes to build with Giflib 5.0.x

9 years agosamples/net/browser/browser.epj: Fixed bad relative paths
Jerome St-Louis [Thu, 19 Feb 2015 20:56:06 +0000 (15:56 -0500)]
samples/net/browser/browser.epj: Fixed bad relative paths

9 years ago.gitattributes: Marked SQLite files as vendored
Jerome St-Louis [Thu, 19 Feb 2015 09:03:33 +0000 (04:03 -0500)]
.gitattributes: Marked SQLite files as vendored

9 years ago.gitattributes: tweaks
Jerome St-Louis [Wed, 18 Feb 2015 13:54:54 +0000 (08:54 -0500)]
.gitattributes: tweaks

9 years ago.gitattributes: tweaks
Jerome St-Louis [Wed, 18 Feb 2015 13:50:27 +0000 (08:50 -0500)]
.gitattributes: tweaks

9 years agoREADME: Updated version
Jerome St-Louis [Wed, 18 Feb 2015 13:47:02 +0000 (08:47 -0500)]
README: Updated version

9 years ago.gitattributes: vendored testing
Jerome St-Louis [Wed, 18 Feb 2015 04:52:46 +0000 (23:52 -0500)]
.gitattributes: vendored testing

9 years ago.gitattributes: added harfbuzz to vendored
Jerome St-Louis [Wed, 18 Feb 2015 04:47:21 +0000 (23:47 -0500)]
.gitattributes: added harfbuzz to vendored

9 years ago.gitattributes: Added vendor overrides for Linguist
Jerome St-Louis [Wed, 18 Feb 2015 04:35:02 +0000 (23:35 -0500)]
.gitattributes: Added vendor overrides for Linguist

9 years agoinstaller: updated Makefile and project filename version 0.44.11
Jerome St-Louis [Tue, 17 Feb 2015 03:32:22 +0000 (22:32 -0500)]
installer: updated Makefile and project filename version

9 years agoinstaller: updated release version and date
Jerome St-Louis [Tue, 17 Feb 2015 00:43:04 +0000 (19:43 -0500)]
installer: updated release version and date

9 years agoNEWS: Added notes for 0.44.11 release (bug fixes)
Jerome St-Louis [Tue, 17 Feb 2015 00:14:41 +0000 (19:14 -0500)]
NEWS: Added notes for 0.44.11 release (bug fixes)

9 years agoi18n: updated templates
Jerome St-Louis [Sun, 15 Feb 2015 19:43:07 +0000 (14:43 -0500)]
i18n: updated templates

9 years agocompiler/bootstrap: updated
Jerome St-Louis [Sun, 15 Feb 2015 19:10:33 +0000 (14:10 -0500)]
compiler/bootstrap: updated

9 years agoecere/sys/JSON: Fixed serialization of bit classes
Jerome St-Louis [Sun, 15 Feb 2015 21:16:45 +0000 (16:16 -0500)]
ecere/sys/JSON: Fixed serialization of bit classes

9 years agoecere/gui/Window: Call OnMouseLeave on Release for Android
Jerome St-Louis [Sat, 7 Feb 2015 03:22:57 +0000 (22:22 -0500)]
ecere/gui/Window: Call OnMouseLeave on Release for Android

9 years agoecere/gui/RepButton: Fixed pushed offset
Jerome St-Louis [Sat, 7 Feb 2015 02:13:18 +0000 (21:13 -0500)]
ecere/gui/RepButton: Fixed pushed offset
- Was broken to fix double line moves by Ctrl-Up/Down in DirectoriesBox
  in 30cc42fcfe486eefd27c6a034777787fabf1da34 to

9 years agoecere/gui: Big Checkboxes in HIGH_DPI mode
Jerome St-Louis [Sat, 7 Feb 2015 02:04:16 +0000 (21:04 -0500)]
ecere/gui: Big Checkboxes in HIGH_DPI mode

9 years agoecere/gui/Window: Fix for stopping window movement
Jerome St-Louis [Tue, 3 Feb 2015 01:18:45 +0000 (20:18 -0500)]
ecere/gui/Window: Fix for stopping window movement

9 years agogui/drivers/Win32Interface: Fixed hangs on alpha-blended windows
Jerome St-Louis [Mon, 2 Feb 2015 04:38:57 +0000 (23:38 -0500)]
gui/drivers/Win32Interface: Fixed hangs on alpha-blended windows

9 years agoecere/gfx/OpenGLDisplayDriver: Fixed glesRotated()
Jerome St-Louis [Sun, 15 Feb 2015 19:01:37 +0000 (14:01 -0500)]
ecere/gfx/OpenGLDisplayDriver: Fixed glesRotated()

9 years agoecere/com/instance: Workaround for AVLNode cross-bitness
Jerome St-Louis [Sun, 21 Dec 2014 15:22:51 +0000 (10:22 -0500)]
ecere/com/instance: Workaround for AVLNode cross-bitness
- Issues with private members were displacing key to wrong offset

9 years agoecere/com: Avoid going through OnCopy() for units, bit classes and enums
Jerome St-Louis [Thu, 18 Dec 2014 18:08:02 +0000 (13:08 -0500)]
ecere/com: Avoid going through OnCopy() for units, bit classes and enums

9 years agoecere/gfx/OpenGLDisplayDriver: Fixed memory leaks
Jerome St-Louis [Mon, 15 Dec 2014 07:36:36 +0000 (02:36 -0500)]
ecere/gfx/OpenGLDisplayDriver: Fixed memory leaks

9 years agoecere/gfx/drivers/OpenGL: Disabling flippingBuffer on GL ES
Jerome St-Louis [Wed, 3 Dec 2014 10:05:08 +0000 (05:05 -0500)]
ecere/gfx/drivers/OpenGL: Disabling flippingBuffer on GL ES
- Save on some precious memory
- Warning: GrabScreen will crash... TODO: Allocate as needed

9 years agoecere/gui/drivers/Android: Tweaks to LOGI vs. LOGV
Jerome St-Louis [Wed, 3 Dec 2014 10:03:15 +0000 (05:03 -0500)]
ecere/gui/drivers/Android: Tweaks to LOGI vs. LOGV

9 years agoepj2make,ide: fix bad memory delete related to executableLauncher/execPrefixCommand...
Rejean Loyer [Thu, 16 Oct 2014 04:36:49 +0000 (00:36 -0400)]
epj2make,ide: fix bad memory delete related to executableLauncher/execPrefixCommand and gnuToolchainPrefix/gccPrefix backward compatibility properties. fix json format updating.

9 years agoecere/gui/drivers/Android: Fixed GUI lock mutex warnings
Jerome St-Louis [Tue, 2 Dec 2014 04:08:48 +0000 (23:08 -0500)]
ecere/gui/drivers/Android: Fixed GUI lock mutex warnings
- Evolution was resetting the mutex somehow

9 years agoecere/com/containers/LinkList: Fixed issue in 32 bit
Jerome St-Louis [Tue, 2 Dec 2014 04:07:27 +0000 (23:07 -0500)]
ecere/com/containers/LinkList: Fixed issue in 32 bit
- Incompatible prototype being used for LinkList::Delete
   (64 bit template parameter vs. pointer)

9 years agoide: fix unable to open generated .c files from clang build log.
Rejean Loyer [Sun, 13 Jul 2014 18:53:49 +0000 (14:53 -0400)]
ide: fix unable to open generated .c files from clang build log.

9 years agoide: fix goto line from find in files not working because results (code) mistaken...
Rejean Loyer [Tue, 3 Jun 2014 15:51:19 +0000 (11:51 -0400)]
ide: fix goto line from find in files not working because results (code) mistaken for valgrind output.
 - improve go to file/line from output logs

9 years agoecere/gfx/LFBDisplayDriver: Fixed wrong returned 'ascent' on Font
Jerome St-Louis [Mon, 10 Nov 2014 10:20:10 +0000 (05:20 -0500)]
ecere/gfx/LFBDisplayDriver: Fixed wrong returned 'ascent' on Font

9 years agoecere/sys/File.ec: GetString() fix
Jerome St-Louis [Sun, 15 Feb 2015 18:46:37 +0000 (13:46 -0500)]
ecere/sys/File.ec: GetString() fix

9 years agoecere/com/instance.ec (realloc) fix
Jerome St-Louis [Sun, 15 Feb 2015 18:46:07 +0000 (13:46 -0500)]
ecere/com/instance.ec (realloc) fix

9 years agoecere/gfx/drivers/OpenGL: Not locking vertex arrays when VBOs are available
Jerome St-Louis [Fri, 24 Oct 2014 02:57:13 +0000 (22:57 -0400)]
ecere/gfx/drivers/OpenGL: Not locking vertex arrays when VBOs are available
- These are no longer useful with modern hardware (Post HW T&L) and were causing problems when using glDrawElements() with a null VBO.

9 years agoecere: gui/Window: add public get only property normalSizeAnchor for private member...
Rejean Loyer [Fri, 22 Aug 2014 04:09:06 +0000 (00:09 -0400)]
ecere: gui/Window: add public get only property normalSizeAnchor for private member of the same name.
 - for GuiConfigData.ec functionality.

9 years agoecere/sys/BufferedFile: Fixed useless allocation
Jerome St-Louis [Wed, 22 Oct 2014 18:23:51 +0000 (14:23 -0400)]
ecere/sys/BufferedFile: Fixed useless allocation
- Was rendering MemoryGuard unusable and just a bad idea

9 years agoecere/gfx/LFBDisplayDriver: Made font ascent available through property
Jerome St-Louis [Wed, 22 Oct 2014 05:00:46 +0000 (01:00 -0400)]
ecere/gfx/LFBDisplayDriver: Made font ascent available through property

9 years agoecere/com/containers/Map: Fixed issues deleting maps of struct to struct
Jerome St-Louis [Tue, 21 Oct 2014 07:22:28 +0000 (03:22 -0400)]
ecere/com/containers/Map: Fixed issues deleting maps of struct to struct

9 years agoeda/drivers/SQLite: Printing query errors
Jerome St-Louis [Mon, 22 Sep 2014 22:06:54 +0000 (18:06 -0400)]
eda/drivers/SQLite: Printing query errors

9 years agoide/debugger: Fixed crash on watching array[index]
Jerome St-Louis [Mon, 22 Sep 2014 07:15:18 +0000 (03:15 -0400)]
ide/debugger: Fixed crash on watching array[index]

9 years agocompiler/libec/dbpass: Processing EDA/DB keywords within for each statements
Jerome St-Louis [Fri, 19 Sep 2014 22:20:02 +0000 (18:20 -0400)]
compiler/libec/dbpass: Processing EDA/DB keywords within for each statements

9 years agoecere/gui/DropBox: Added lastRow property
Jerome St-Louis [Fri, 19 Sep 2014 22:18:34 +0000 (18:18 -0400)]
ecere/gui/DropBox: Added lastRow property

9 years agoecere/gfx/bitmaps/GIF: Fixed support for GifLib 5
Jerome St-Louis [Wed, 3 Dec 2014 09:58:55 +0000 (04:58 -0500)]
ecere/gfx/bitmaps/GIF: Fixed support for GifLib 5

9 years agoecere/sys/GlobalAppSettings: Fixed global settings issues on Linux
Jerome St-Louis [Fri, 24 Oct 2014 07:01:19 +0000 (03:01 -0400)]
ecere/sys/GlobalAppSettings: Fixed global settings issues on Linux
- There was 3 major problems causing memory corruption, hangs on exit, crashes on startup, settings not saving

9 years agoide/project: Fixed missing file error report with GNU Make 4.0
Jerome St-Louis [Thu, 18 Sep 2014 01:19:08 +0000 (21:19 -0400)]
ide/project: Fixed missing file error report with GNU Make 4.0

9 years agoecere/gui/controls/Menu: copyText option in Menu; Fixed activation issue on 3-levels...
Jerome St-Louis [Sat, 13 Sep 2014 03:48:52 +0000 (23:48 -0400)]
ecere/gui/controls/Menu: copyText option in Menu; Fixed activation issue on 3-levels popups

9 years agoecere/ecere.epj: Fixed additional library path for zlib
Jerome St-Louis [Mon, 18 Aug 2014 09:18:47 +0000 (05:18 -0400)]
ecere/ecere.epj: Fixed additional library path for zlib

9 years agoNEWS: Corrected 0.44.10 official release date
Jerome St-Louis [Thu, 7 Aug 2014 21:37:59 +0000 (17:37 -0400)]
NEWS: Corrected 0.44.10 official release date

9 years agoinstaller: Updated for 0.44.10; i18n: updated 0.44.10
Jerome St-Louis [Thu, 7 Aug 2014 19:55:03 +0000 (15:55 -0400)]
installer: Updated for 0.44.10; i18n: updated

9 years agosamples/sineTone: added -lm; toolTips: disabling alphaBlend on Linux
Jerome St-Louis [Thu, 7 Aug 2014 19:21:21 +0000 (15:21 -0400)]
samples/sineTone: added -lm; toolTips: disabling alphaBlend on Linux

9 years agoecere/gui/3D Desktop; samples/orbitWithMouse: Fixes to run in window with native...
Jerome St-Louis [Thu, 7 Aug 2014 18:45:32 +0000 (14:45 -0400)]
ecere/gui/3D Desktop; samples/orbitWithMouse: Fixes to run in window with native decorations

9 years agoide/FindInFilesDialog: Fixed memory corruption
Jerome St-Louis [Thu, 7 Aug 2014 16:35:54 +0000 (12:35 -0400)]
ide/FindInFilesDialog: Fixed memory corruption
- Out of bounds array write
- Made IDE very unstable on OS X as soon as finding in files

9 years agoide; fix linker warnings count as errors.
Rejean Loyer [Sun, 13 Jul 2014 19:15:29 +0000 (15:15 -0400)]
ide; fix linker warnings count as errors.

9 years agoecere: Fixed OS X build
Jerome St-Louis [Thu, 7 Aug 2014 16:10:09 +0000 (12:10 -0400)]
ecere: Fixed OS X build

9 years agoecere/com/containers; samples/gui/OpenRider: Fixed memory leaks
Jerome St-Louis [Thu, 7 Aug 2014 08:16:53 +0000 (04:16 -0400)]
ecere/com/containers; samples/gui/OpenRider: Fixed memory leaks
- structs were leaking on deserialization

9 years agosamples/gui/OpenRider: Fixed deserialization still broken
Jerome St-Louis [Thu, 7 Aug 2014 07:57:38 +0000 (03:57 -0400)]
samples/gui/OpenRider: Fixed deserialization still broken

9 years agoecere/com/instance: Fixed MemoryGuard printf for overrun
Jerome St-Louis [Thu, 7 Aug 2014 07:49:52 +0000 (03:49 -0400)]
ecere/com/instance: Fixed MemoryGuard printf for overrun

9 years agosamples; coursework: Fixed random seeding with time not working
Jerome St-Louis [Thu, 7 Aug 2014 07:44:48 +0000 (03:44 -0400)]
samples; coursework: Fixed random seeding with time not working
- double value would overflow DWORD range on long Windows uptime, and always on Unix as GetTime() returns time since the epoch

9 years agoecere/gfx3D/LFBDisplayDriver: Fixed AllocateMesh() result value
Jerome St-Louis [Thu, 7 Aug 2014 06:54:05 +0000 (02:54 -0400)]
ecere/gfx3D/LFBDisplayDriver: Fixed AllocateMesh() result value
- Fixes terrainCameraDemo DNA model build not showing up

9 years agoecere/gfx3D/OpenGLDisplayDriver: Fixed broken fog density
Jerome St-Louis [Thu, 7 Aug 2014 06:53:32 +0000 (02:53 -0400)]
ecere/gfx3D/OpenGLDisplayDriver: Fixed broken fog density

9 years agosamples: fixed warnings
Jerome St-Louis [Thu, 7 Aug 2014 06:34:52 +0000 (02:34 -0400)]
samples: fixed warnings

9 years agoecere/containers/Map: Fixed warning in 32 bit
Jerome St-Louis [Thu, 7 Aug 2014 05:57:31 +0000 (01:57 -0400)]
ecere/containers/Map: Fixed warning in 32 bit

9 years agosamples/audio; Installer: Added SineTone sample 0.44.10PR2
Jerome St-Louis [Thu, 7 Aug 2014 04:55:14 +0000 (00:55 -0400)]
samples/audio; Installer: Added SineTone sample
- i18n: Updated templates
- Updated installer date, release for PR2

9 years agoecere/gfx3D: Made FastInvSqrt public
Jerome St-Louis [Thu, 7 Aug 2014 04:38:05 +0000 (00:38 -0400)]
ecere/gfx3D: Made FastInvSqrt public

9 years agocompiler/libec: Removed remaining Strapfile
Jerome St-Louis [Thu, 7 Aug 2014 02:53:23 +0000 (22:53 -0400)]
compiler/libec: Removed remaining Strapfile

9 years agoecere/gfx3D/Vector3D: Using Fast Inverse Square Root for Normalize()
Jerome St-Louis [Thu, 7 Aug 2014 02:51:44 +0000 (22:51 -0400)]
ecere/gfx3D/Vector3D: Using Fast Inverse Square Root for Normalize()
 - http://en.wikipedia.org/wiki/Fast_inverse_square_root

9 years agoecere/gfx3D/Plane: Added sphere intersection function
Jerome St-Louis [Thu, 7 Aug 2014 02:44:12 +0000 (22:44 -0400)]
ecere/gfx3D/Plane: Added sphere intersection function

9 years agoecere/gfx/drivers/Direct3D8,9: Fixes for bitmaps (textures)
Jerome St-Louis [Thu, 7 Aug 2014 02:42:27 +0000 (22:42 -0400)]
ecere/gfx/drivers/Direct3D8,9: Fixes for bitmaps (textures)
- Storing textures in driverData rather than 'picture'
- Fixes crash on exit from ModelViewer

9 years agoecere/gfx3D/Mesh;Display/drivers: Support for adding vertices and features
Jerome St-Louis [Thu, 7 Aug 2014 01:59:02 +0000 (21:59 -0400)]
ecere/gfx3D/Mesh;Display/drivers: Support for adding vertices and features

9 years agoecere/gui/Window: Auto-deleting controller on destruction
Jerome St-Louis [Thu, 7 Aug 2014 01:54:41 +0000 (21:54 -0400)]
ecere/gui/Window: Auto-deleting controller on destruction
 - This was somehow lost when moving controller from ControllableWindow...

9 years agoextras/MD5: const fix; MD5Digest64 to return result in 2 uint64
Jerome St-Louis [Thu, 7 Aug 2014 01:53:39 +0000 (21:53 -0400)]
extras/MD5: const fix; MD5Digest64 to return result in 2 uint64

9 years agoecere/gui/EditBox/Syntax Highlighting: Fix for long doubles
Jerome St-Louis [Thu, 7 Aug 2014 01:52:55 +0000 (21:52 -0400)]
ecere/gui/EditBox/Syntax Highlighting: Fix for long doubles

9 years agoide/CodeEditor/autocomplete: Fixed potential crash
Jerome St-Louis [Thu, 7 Aug 2014 01:52:01 +0000 (21:52 -0400)]
ide/CodeEditor/autocomplete: Fixed potential crash

9 years agoecere/containers: Map/CustomAVLTree optimizations
Jerome St-Louis [Thu, 7 Aug 2014 01:47:35 +0000 (21:47 -0400)]
ecere/containers: Map/CustomAVLTree optimizations
- Index with creation will not scan again to place new item
- Add/Find inner loop optimizations
- Free: Avoid rebalancing for each item

9 years agoecere/containers: Iterator::Index() now returning false when creating new entry
Jerome St-Louis [Thu, 7 Aug 2014 01:06:54 +0000 (21:06 -0400)]
ecere/containers: Iterator::Index() now returning false when creating new entry
- Added GetAtPosition() implementation to CustomAVLTree
- Defining index type of CustomAVLTree to be the key type
   (Iterators for CustomAVLTree/AVLTree must now be declared as Iterator<KeyType, KeyType>)
- Added a 'justAdded' return parameter to Container::GetAtPosition()

9 years agoextra/tiles; eda/drivers/sqlite;sqlitecipher: Fixed warnings
Jerome St-Louis [Wed, 6 Aug 2014 23:14:23 +0000 (19:14 -0400)]
extra/tiles; eda/drivers/sqlite;sqlitecipher: Fixed warnings