sdk
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

9 years agoaudio: Fixed previous non-implemented PauseAudio(true)
Jerome St-Louis [Wed, 6 Aug 2014 23:11:35 +0000 (19:11 -0400)]
audio: Fixed previous non-implemented PauseAudio(true)
- Also changed the parameter from an int to a bool

9 years agoMakefile: Defaulting ECERE_AUDIO to n on platforms where it is not supported
Jerome St-Louis [Wed, 6 Aug 2014 23:09:02 +0000 (19:09 -0400)]
Makefile: Defaulting ECERE_AUDIO to n on platforms where it is not supported

9 years agocompiler/ecs: Deleting module instances in reverse order as creation within each...
Jerome St-Louis [Wed, 6 Aug 2014 23:03:32 +0000 (19:03 -0400)]
compiler/ecs: Deleting module instances in reverse order as creation within each module
- To follow up with recent instance deletion following reverse module orders
 (2b769cb3bf7bd4ffee5b0ed6c9b057b12aa6c915), now also reversing order within one module.
- compiler/ecp: null crash fix

9 years agocompiler/libec: Improvements to units operations
Jerome St-Louis [Wed, 6 Aug 2014 22:57:14 +0000 (18:57 -0400)]
compiler/libec: Improvements to units operations
- Not giving ambiguity warning when comparing related units on both side of comparison operator
- Not giving ambiguity warning on multiplication/division, giving base data type instead (powers / ratios)
- WARNING: Radians a = Pi/2; Degrees b = a * 180 / Pi; // This will now understand as Degrees the ratio of 180*a by Pi!!!
  (Degrees conversions had to be fixed in units.ec)

9 years agocompiler/libec: Fixed disappearing cast on units within brackets
Jerome St-Louis [Wed, 6 Aug 2014 22:54:08 +0000 (18:54 -0400)]
compiler/libec: Fixed disappearing cast on units within brackets
- Radians b = Degrees { 30 }; int ixX = (int)(b);

9 years agoide/debugger/watches: Fixes for watching units
Jerome St-Louis [Wed, 6 Aug 2014 22:51:55 +0000 (18:51 -0400)]
ide/debugger/watches: Fixes for watching units

9 years agocompiler/libec: Fixed PrintLn(Degrees { 1 })
Jerome St-Louis [Wed, 6 Aug 2014 21:51:21 +0000 (17:51 -0400)]
compiler/libec: Fixed PrintLn(Degrees { 1 })
- Was losing typedObject destType when processing instance

9 years agocompiler/libec: Fixed missed replace in type matching fix ( 981767e16256c835738562f42...
Jerome St-Louis [Wed, 6 Aug 2014 21:45:39 +0000 (17:45 -0400)]
compiler/libec: Fixed missed replace in type matching fix ( 981767e16256c835738562f4280e06140dcc0067 )

9 years agocompiler/libec: Fixed cast to derived class going through String conversion property
Jerome St-Louis [Wed, 6 Aug 2014 21:42:52 +0000 (17:42 -0400)]
compiler/libec: Fixed cast to derived class going through String conversion property

9 years agocompiler/libec: Fixed null pointer compiler crashes
Jerome St-Louis [Wed, 6 Aug 2014 21:41:23 +0000 (17:41 -0400)]
compiler/libec: Fixed null pointer compiler crashes

9 years agoide/debugger/watches: Friendlier print out of float/doubles values
Jerome St-Louis [Wed, 6 Aug 2014 21:32:18 +0000 (17:32 -0400)]
ide/debugger/watches: Friendlier print out of float/doubles values
- Using float/double's OnGetString methods instead of PrintFloat/PrintDouble

9 years agocompiler/libec: Fixed setting class properties on static classes
Jerome St-Louis [Wed, 6 Aug 2014 21:01:06 +0000 (17:01 -0400)]
compiler/libec: Fixed setting class properties on static classes

9 years agocompiler/libec: Fixed deletion of class:struct where value being deleted is modified...
Jerome St-Louis [Wed, 6 Aug 2014 20:40:16 +0000 (16:40 -0400)]
compiler/libec: Fixed deletion of class:struct where value being deleted is modified by destructor

9 years agogfx/gui (win32): Fixed warning with latest MinGW-w64 headers
Jerome St-Louis [Wed, 6 Aug 2014 20:23:26 +0000 (16:23 -0400)]
gfx/gui (win32): Fixed warning with latest MinGW-w64 headers
- Bumped _WIN32_WINNT definition to 0x0502

9 years agoecere/com: (#1044) Added option to disable memory manager
Jerome St-Louis [Wed, 6 Aug 2014 20:13:36 +0000 (16:13 -0400)]
ecere/com: (#1044) Added option to disable memory manager
- Also fixed a potential leak on invoking renew0 with a 0 size on an existing buffer
- Added a CheckConsistency() call to check MemoryGuard blocks integrity, added info to buffer over/underruns

9 years agodeps: Took out DirectX headers
Jerome St-Louis [Fri, 1 Aug 2014 06:39:25 +0000 (02:39 -0400)]
deps: Took out DirectX headers
- Things build fine with the MinGW-w64 supplied headers now.
- Added missing D3DPRESENT_DONOTWAIT

9 years agoinstaller: Updates to mingw-runtime
Jerome St-Louis [Fri, 1 Aug 2014 06:32:38 +0000 (02:32 -0400)]
installer: Updates to mingw-runtime
Will be packaging 9492747f2e9932f755cf9be3ae8b69157718b88f from git://git.code.sf.net/p/mingw-w64/mingw-w64

9 years agocompiler/libec: Added grammar rule for __builtin_offset
Jerome St-Louis [Fri, 1 Aug 2014 07:58:09 +0000 (03:58 -0400)]
compiler/libec: Added grammar rule for __builtin_offset

9 years agochange V into (V)
penghaijie [Fri, 25 Jul 2014 03:01:51 +0000 (11:01 +0800)]
change V into (V)

9 years agochange $ECERE_AUDIO into $(ECERE_AUDIO)
penghaijie [Fri, 25 Jul 2014 02:37:29 +0000 (10:37 +0800)]
change $ECERE_AUDIO into $(ECERE_AUDIO)

9 years agoinstaller: Fixed extra bin/ being added for EcereAudio
Jerome St-Louis [Fri, 1 Aug 2014 03:33:06 +0000 (23:33 -0400)]
installer: Fixed extra bin/ being added for EcereAudio

9 years agoecere/gui/Window: Fixed logged errors appearing
Jerome St-Louis [Thu, 17 Jul 2014 18:30:28 +0000 (14:30 -0400)]
ecere/gui/Window: Fixed logged errors appearing
- LoadGraphics was being called while Window is not yet created and no display present

9 years agoecere/gui/XInterface: (#850) Fixed unmaximizing issue on GNOME Flashback (Metacity)
Jerome St-Louis [Thu, 17 Jul 2014 18:09:39 +0000 (14:09 -0400)]
ecere/gui/XInterface: (#850) Fixed unmaximizing issue on GNOME Flashback (Metacity)
- Fixed absPosition of menu bar not being set to proper value after unmaximizing
  through dragging window on GNOME Flashback (Metacity)
- This was causing menu bar to not be redrawn / processing clicks properly
- Passing value of 'unmaximized' to 'force', which was previously changed to false
  by f3ece7c9aaada43876cb424132b7f56259033a9a (avoiding forcing on stacking only changes)
- A fix for a seemingly similar problem on Unity ( 85ad13a7fd22eae3ed60f29ff69c912635a97dfb )
  may have contributed to this problem, as it prevented resetting the root window state

9 years agoinstaller: Fixed libpng, zlib 0.44.10PR1
Jerome St-Louis [Tue, 15 Jul 2014 08:29:50 +0000 (04:29 -0400)]
installer: Fixed libpng, zlib

9 years agoinstaller: 0.44.10 PR1
Jerome St-Louis [Tue, 15 Jul 2014 08:26:22 +0000 (04:26 -0400)]
installer: 0.44.10 PR1

9 years agoi18n: Synced templates
Jerome St-Louis [Tue, 15 Jul 2014 08:16:08 +0000 (04:16 -0400)]
i18n: Synced templates

9 years agoMakefile: Fixed broken option to disable ECERE_AUDIO
Jerome St-Louis [Tue, 15 Jul 2014 08:05:43 +0000 (04:05 -0400)]
Makefile: Fixed broken option to disable ECERE_AUDIO

9 years agoVarious fixes for Android
Jerome St-Louis [Tue, 15 Jul 2014 08:02:43 +0000 (04:02 -0400)]
Various fixes for Android
- ecere/Service: Fixed warning on redefining __statement macro
- Object3DSFormat: Fixed broken 3DS, using 16 bit indices for 3DS
- crossplatform.mk: Added cpv command to avoid clueless fatal errors when copying non-existing files
- ide: Fixed Debug menu items not re-enabling after switching configuration
- samples: Updated and fixed configs full of bugs for Android

9 years agocompiler/libec: Prioritizing enum values over globals
Jerome St-Louis [Sun, 13 Jul 2014 23:36:03 +0000 (19:36 -0400)]
compiler/libec: Prioritizing enum values over globals
- Fixes errors with minor()/major() functions with ErrorLevel definitions on Android

9 years agoecere: Fixed warnings on Android
Jerome St-Louis [Sun, 13 Jul 2014 23:35:00 +0000 (19:35 -0400)]
ecere: Fixed warnings on Android

9 years agoOS X: Removed unused path as libpng is not auto-built anymore
Jerome St-Louis [Sun, 13 Jul 2014 08:53:13 +0000 (04:53 -0400)]
OS X: Removed unused path as libpng is not auto-built anymore

9 years agocompiler/libec: Patch to avoid warnings when strlen is being defined
Jerome St-Louis [Sun, 13 Jul 2014 08:48:16 +0000 (04:48 -0400)]
compiler/libec: Patch to avoid warnings when strlen is being defined