sdk
8 years agoecere/gfx/3D/Object: Fixed broken Merge(), mix-up in translucent primitives
Jerome St-Louis [Mon, 21 Dec 2015 18:51:03 +0000 (13:51 -0500)]
ecere/gfx/3D/Object: Fixed broken Merge(), mix-up in translucent primitives
- This corrects intent of commit 27bffcf3986d3f19be37c03317e47d70a8d2940e which only checked mesh flag of root node
- This was preventing materials from being applied to models in walkAround sample
- There were 2 bugs in translucent primitives merging: memcpy size and indices/indices32 mix-up, which was probably
  the original crash intended to be fixed.

8 years agoextras/html/htmlParser: Fixed consecutive <br> resulting in a single line change
Jerome St-Louis [Sat, 12 Dec 2015 01:30:30 +0000 (20:30 -0500)]
extras/html/htmlParser: Fixed consecutive <br> resulting in a single line change
- Problem introduced by 7948fd17eea7422d19f60845bc0633fe084bbd67

8 years agoide/designer/Properties Sheet: Fixed counter-intuitive selection colors
Jerome St-Louis [Sat, 12 Dec 2015 00:52:52 +0000 (19:52 -0500)]
ide/designer/Properties Sheet: Fixed counter-intuitive selection colors
- This has been a major source of confusion since we switched to a dark theme

8 years agoide/designer/CodeEditor: Fixed controls property values being modified when variable
Jerome St-Louis [Sat, 12 Dec 2015 00:50:19 +0000 (19:50 -0500)]
ide/designer/CodeEditor: Fixed controls property values being modified when variable
- Was broken by 302ffd77aab8695d403b1557ee6bf8ffd8fc7aad (i18n strings support)

8 years agotarball: Updated installer, LICENSE, NEWS and README for 0.44.12 0.44.12
Jerome St-Louis [Wed, 9 Dec 2015 18:26:46 +0000 (13:26 -0500)]
tarball: Updated installer, LICENSE, NEWS and README for 0.44.12
- Updated bootstrap
- Updated pots
- Bug fix release

8 years agoLICENSE: fix shorter separator line.
Rejean Loyer [Mon, 15 Sep 2014 07:37:07 +0000 (03:37 -0400)]
LICENSE: fix shorter separator line.

8 years agotarball: fix realclan typo in master Makefile.
Rejean Loyer [Fri, 6 Nov 2015 21:50:14 +0000 (16:50 -0500)]
tarball: fix realclan typo in master Makefile.

8 years agoide/designer/Property Sheet: Fixed uninitialized variable
Jerome St-Louis [Wed, 9 Dec 2015 15:17:38 +0000 (10:17 -0500)]
ide/designer/Property Sheet: Fixed uninitialized variable
- This was causing random changes on other RGB components while editing a color in the property sheet

8 years agoide/ProjectSettings: some drawing update fix.
Rejean Loyer [Thu, 5 Nov 2015 20:51:46 +0000 (15:51 -0500)]
ide/ProjectSettings: some drawing update fix.

8 years agoide: fix unwanted linker error message.
Rejean Loyer [Sun, 7 Dec 2014 00:14:55 +0000 (19:14 -0500)]
ide: fix unwanted linker error message.

8 years agoide: fix about menu items not opening files/folders if environment variable XDF_DATA_...
Rejean Loyer [Sun, 7 Dec 2014 00:13:16 +0000 (19:13 -0500)]
ide: fix about menu items not opening files/folders if environment variable XDF_DATA_DIRS is not defined.

8 years agoide: fix active bith depth dropbox is not updated with value from workspace file.
Rejean Loyer [Sun, 7 Dec 2014 00:11:43 +0000 (19:11 -0500)]
ide: fix active bith depth dropbox is not updated with value from workspace file.

8 years agoide: fix -debug-start command line switch.
Rejean Loyer [Mon, 15 Sep 2014 06:23:07 +0000 (02:23 -0400)]
ide: fix -debug-start command line switch.

8 years agoextras/md5: Replacing RSA implementation with public domain code
Jerome St-Louis [Fri, 22 May 2015 20:50:42 +0000 (16:50 -0400)]
extras/md5: Replacing RSA implementation with public domain code

8 years agoextras/CSVParser: Fixed escaped backslash followed by double quote
Jerome St-Louis [Mon, 22 Sep 2014 22:57:24 +0000 (18:57 -0400)]
extras/CSVParser: Fixed escaped backslash followed by double quote

8 years agoextras/CSVParser: support for double double-quote for 'escaped' quotes within quotes
Jerome St-Louis [Fri, 19 Sep 2014 22:18:57 +0000 (18:18 -0400)]
extras/CSVParser: support for double double-quote for 'escaped' quotes within quotes
- LibreOffice seems to export to CSV this way

8 years agoextras/CSVParser: Escaping support
Jerome St-Louis [Wed, 9 Dec 2015 17:14:12 +0000 (12:14 -0500)]
extras/CSVParser: Escaping support

8 years agoeda/CheckBool: Fixed use of OnEdit's 'obsolete' parameter
Jerome St-Louis [Wed, 29 Jul 2015 17:55:06 +0000 (01:55 +0800)]
eda/CheckBool: Fixed use of OnEdit's 'obsolete' parameter
- Was assuming it was button when in reality it was DataBox

8 years agoecere: fix ecere.epj's outdated versions of dependencies in include paths.
Rejean Loyer [Mon, 15 Sep 2014 13:30:04 +0000 (09:30 -0400)]
ecere: fix ecere.epj's outdated versions of dependencies in include paths.

8 years agoecere/gui/controls/PathBox: fix absent file and folder icons with transparent backgro...
Rejean Loyer [Thu, 5 Nov 2015 20:58:25 +0000 (15:58 -0500)]
ecere/gui/controls/PathBox: fix absent file and folder icons with transparent background instead of white.

8 years agoecere/gui/controls/ListBox: Fix for translucent ListBox
Jerome St-Louis [Wed, 9 Dec 2015 22:32:35 +0000 (17:32 -0500)]
ecere/gui/controls/ListBox: Fix for translucent ListBox

8 years agoecere/gui/controls/ListBox: Fixed IDE crash expanding 'currentField'
Jerome St-Louis [Wed, 2 Dec 2015 22:11:50 +0000 (17:11 -0500)]
ecere/gui/controls/ListBox: Fixed IDE crash expanding 'currentField'
- Marked DataField for no expansion

8 years agoecere/gui/controls/DropBox: Extra safety to avoid crashes
Jerome St-Louis [Sat, 28 Mar 2015 09:15:45 +0000 (05:15 -0400)]
ecere/gui/controls/DropBox: Extra safety to avoid crashes

8 years agoecere/gui/drivers/XInterface: Fixed uninitialized warnings
Jerome St-Louis [Thu, 18 Jun 2015 05:13:10 +0000 (01:13 -0400)]
ecere/gui/drivers/XInterface: Fixed uninitialized warnings

8 years agoecere/gui/drivers/XInterface: Fixed scrolling broken by previous commit
Jerome St-Louis [Wed, 17 Jun 2015 14:17:30 +0000 (10:17 -0400)]
ecere/gui/drivers/XInterface: Fixed scrolling broken by previous commit
- 'middle' modifier was being set

8 years agoecere/gui/drivers/XInterface: Fixed key flags on mouse wheel events
Jerome St-Louis [Wed, 17 Jun 2015 03:23:23 +0000 (23:23 -0400)]
ecere/gui/drivers/XInterface: Fixed key flags on mouse wheel events

8 years agoecere/gui/drivers/Win32Interface: Fixed crashes on null objects
Jerome St-Louis [Fri, 22 May 2015 20:53:20 +0000 (16:53 -0400)]
ecere/gui/drivers/Win32Interface: Fixed crashes on null objects

8 years agoecere/gui/drivers/Win32Interface: Fixed activation issues in OpenGL
Jerome St-Louis [Sat, 28 Mar 2015 09:14:57 +0000 (05:14 -0400)]
ecere/gui/drivers/Win32Interface: Fixed activation issues in OpenGL
- Issues with SavingDataBox creating a DropBox

8 years agoecere/gfx3D/Object: Fixed crashes on light without target
Jerome St-Louis [Sat, 18 Apr 2015 04:55:28 +0000 (00:55 -0400)]
ecere/gfx3D/Object: Fixed crashes on light without target

8 years agoecere/gfx3D/Object: Fixed Merge() crashing on non-mesh object
Jerome St-Louis [Sat, 18 Apr 2015 03:16:43 +0000 (23:16 -0400)]
ecere/gfx3D/Object: Fixed Merge() crashing on non-mesh object

8 years agoecere/gfx/3D/Object: Fixed leak of objects on Object::Merge()
Jerome St-Louis [Sun, 15 Mar 2015 21:43:13 +0000 (17:43 -0400)]
ecere/gfx/3D/Object: Fixed leak of objects on Object::Merge()

8 years agoecere/gfx/drivers/OpenGL: Fixed mipmapping
Jerome St-Louis [Wed, 9 Dec 2015 17:16:45 +0000 (12:16 -0500)]
ecere/gfx/drivers/OpenGL: Fixed mipmapping
 - Was wrongly setting MIPMAP filter on MAG_FILTER instead of MIN_FILTER
 - 1x1 level was not being set

8 years agoecere/EARArchive: Fixed junk data saved if out of range compression option is passed
Jerome St-Louis [Sat, 4 Apr 2015 17:35:34 +0000 (13:35 -0400)]
ecere/EARArchive: Fixed junk data saved if out of range compression option is passed

8 years agoecere/sys/EARArchive: No need to set up freeblocks in read-only
Jerome St-Louis [Fri, 17 Apr 2015 16:44:56 +0000 (12:44 -0400)]
ecere/sys/EARArchive: No need to set up freeblocks in read-only

8 years agoecere/sys/JSON: Improved look up of classes across modules
Jerome St-Louis [Tue, 16 Jun 2015 08:21:11 +0000 (04:21 -0400)]
ecere/sys/JSON: Improved look up of classes across modules

8 years agoecere/sys/JSON: Fixed issues on 32 bit ARM platform
Jerome St-Louis [Sat, 13 Jun 2015 05:51:34 +0000 (01:51 -0400)]
ecere/sys/JSON: Fixed issues on 32 bit ARM platform
- GuiConfigWindow template argument properties were not being invoked properly

8 years agoecere/sys/JSON: Fixed remaining class type confusion
Jerome St-Louis [Sat, 28 Mar 2015 09:10:03 +0000 (05:10 -0400)]
ecere/sys/JSON: Fixed remaining class type confusion
- Normal class was going throug the uint64 handler

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