sdk
12 years agoextras:gui:controls:PasswordBox: added new PasswordBox control.
Rejean Loyer [Mon, 19 Mar 2012 02:04:39 +0000 (22:04 -0400)]
extras:gui:controls:PasswordBox: added new PasswordBox control.

12 years agoextras:types:CountryCode: re-introducing functionality removed by a7d522a3822bbe30235...
Rejean Loyer [Sat, 31 Mar 2012 16:51:51 +0000 (12:51 -0400)]
extras:types:CountryCode: re-introducing functionality removed by a7d522a3822bbe302357f445ad984c5f44982bb9

12 years agoide: removed redundant activation of output view during build and other actions....
Rejean Loyer [Sat, 31 Mar 2012 07:27:00 +0000 (03:27 -0400)]
ide: removed redundant activation of output view during build and other actions. fixed menus disappearing (getting deactivated) during a build. two recent commits on scrollbars and activation are also helping with this.

12 years agoide: fixed AdjustBuildMenus to update popup menu as well.
Rejean Loyer [Fri, 30 Mar 2012 16:05:29 +0000 (12:05 -0400)]
ide: fixed AdjustBuildMenus to update popup menu as well.

12 years agoeda:driver:sqlite: use libsqlite3 on linux to comply with debian policies (#729)...
Rejean Loyer [Fri, 30 Mar 2012 02:06:32 +0000 (22:06 -0400)]
eda:driver:sqlite: use libsqlite3 on linux to comply with debian policies (#729). this adds dependency on libsqlite3-dev on linux.

12 years agoecere/gui/drivers/Win32, ecere/sys/mutex: Added lock count support for Mutex, fully...
Jerome St-Louis [Thu, 29 Mar 2012 07:09:38 +0000 (03:09 -0400)]
ecere/gui/drivers/Win32, ecere/sys/mutex: Added lock count support for Mutex, fully unlocking GUI when destroying a root Win32 window (Solves #697, on top of previous commit preventing the situation altogether)

12 years agoecere/gui/Window: Not activating inactive windows on visibilty toggling
Jerome St-Louis [Thu, 29 Mar 2012 07:08:52 +0000 (03:08 -0400)]
ecere/gui/Window: Not activating inactive windows on visibilty toggling

12 years agoecere/gui/Window Scrollbars: Optimization to reduce operations on turning on scrollba...
Jerome St-Louis [Thu, 29 Mar 2012 06:59:55 +0000 (02:59 -0400)]
ecere/gui/Window Scrollbars: Optimization to reduce operations on turning on scrollbars (Only one SetRange Action per scrollbar)

12 years agoinstaller: Fixed the mingw/bin/bin path being added for UPX, as well as a mixup which...
Jerome St-Louis [Thu, 29 Mar 2012 05:21:27 +0000 (01:21 -0400)]
installer: Fixed the mingw/bin/bin path being added for UPX, as well as a mixup which ended up adding paths twice

12 years agolicenses: added OpenSSL and SQLCipher licenses for end-user purposes. for example...
Rejean Loyer [Tue, 27 Mar 2012 21:46:24 +0000 (17:46 -0400)]
licenses: added OpenSSL and SQLCipher licenses for end-user purposes. for example if someone uses EDASQLiteCipher in their application.

12 years agoide: fixed go to error didn't work with "In file included from" error message.
Rejean Loyer [Tue, 27 Mar 2012 20:34:55 +0000 (16:34 -0400)]
ide: fixed go to error didn't work with "In file included from" error message.

12 years agoide: fixed build output parsing when dealing with "In file included from" message...
Rejean Loyer [Tue, 27 Mar 2012 20:00:50 +0000 (16:00 -0400)]
ide: fixed build output parsing when dealing with "In file included from" message for files in added project. fixed ../ appearing before message (#530 & #607).

12 years agoide:debugger: fixed lack of debug session management when calling make. only build...
Rejean Loyer [Tue, 27 Mar 2012 15:07:33 +0000 (11:07 -0400)]
ide:debugger: fixed lack of debug session management when calling make. only build was properly handled. fixed debug menu disabled after clean while in debug session (#696).

12 years agoide/epj2make/makefile: moved TARGET_TYPE conditional stuff to makefile. fixed per...
Rejean Loyer [Tue, 27 Mar 2012 02:59:20 +0000 (22:59 -0400)]
ide/epj2make/makefile: moved TARGET_TYPE conditional stuff to makefile. fixed per config/platform target type wasn't implemented (#698).

12 years agoide:debugger:breakpoints: fixed breakpoints not being restored after a crash when...
Rejean Loyer [Thu, 22 Mar 2012 20:26:53 +0000 (16:26 -0400)]
ide:debugger:breakpoints: fixed breakpoints not being restored after a crash when doing a run to cursor. note that run to cursor works by disabling breakpoints. (#695)

12 years agoide/Debugger: Moved app.Lock() to proper place! Resulted in IDE lock-ups and/or memor...
Jerome St-Louis [Tue, 27 Mar 2012 18:22:57 +0000 (14:22 -0400)]
ide/Debugger: Moved app.Lock() to proper place! Resulted in IDE lock-ups and/or memory corruption.

12 years agoecere/gui/WindowController: Added OnLoadGraphics/OnUnloadGraphics to WindowController
Jerome St-Louis [Tue, 20 Mar 2012 18:37:12 +0000 (14:37 -0400)]
ecere/gui/WindowController: Added OnLoadGraphics/OnUnloadGraphics to WindowController

12 years agoide/menus: Took out overloaded 'e' hot key for Real Clean Menu Item
Jerome St-Louis [Tue, 20 Mar 2012 05:07:40 +0000 (01:07 -0400)]
ide/menus: Took out overloaded 'e' hot key for Real Clean Menu Item

12 years agoide/debugger:compiler/libec: Fixed memory corruption (resulting in a crash) occurring...
Jerome St-Louis [Tue, 20 Mar 2012 05:02:11 +0000 (01:02 -0400)]
ide/debugger:compiler/libec: Fixed memory corruption (resulting in a crash) occurring when garbage (or insanely huge) double variables are watched

12 years agoide:BreakpointsPanel: show empty cell grid for inconsequent 0 and -1 input valus...
Rejean Loyer [Tue, 20 Mar 2012 03:10:59 +0000 (23:10 -0400)]
ide:BreakpointsPanel: show empty cell grid for inconsequent 0 and -1 input valus after edit. empty grid cell looks nicer and is consistent with the way the grid is loaded. handle a bit of invalid input.

12 years agoide:debugger: completed conditional breakpoints (by expression and by call stack...
Rejean Loyer [Mon, 19 Mar 2012 10:38:38 +0000 (06:38 -0400)]
ide:debugger: completed conditional breakpoints (by expression and by call stack depth) and ignore breaks vs hits functionality

12 years agoide:Project/Makefile: added realclean feature making use of realclean makefile target...
Rejean Loyer [Mon, 19 Mar 2012 05:44:14 +0000 (01:44 -0400)]
ide:Project/Makefile: added realclean feature making use of realclean makefile target (renamed from distclean) to completely remove the intermediate objects directory

12 years agoide/ecere/extras: activeBorder -> formColor
Rejean Loyer [Sun, 18 Mar 2012 23:00:36 +0000 (19:00 -0400)]
ide/ecere/extras: activeBorder -> formColor

12 years agoide: completed proper implementation of portable paths for portable ide's configurati...
Rejean Loyer [Thu, 15 Mar 2012 22:57:06 +0000 (18:57 -0400)]
ide: completed proper implementation of portable paths for portable ide's configuration file

12 years agodocumentor: Fixed Editor character processing: a ! in front of the key.ctrl check...
Jerome St-Louis [Sat, 17 Mar 2012 04:44:13 +0000 (00:44 -0400)]
documentor: Fixed Editor character processing: a ! in front of the key.ctrl check had mysteriously dissappeared (#660)

12 years agocompiler/libec: Fix for crash parsing consecutive class headers without blocks (...
Jerome St-Louis [Fri, 16 Mar 2012 20:36:51 +0000 (16:36 -0400)]
compiler/libec: Fix for crash parsing consecutive class headers without blocks (#691)

12 years agosamples/gui/toolBarDemo: Tweaks to the ToolBar sample
Jerome St-Louis [Thu, 15 Mar 2012 20:53:54 +0000 (16:53 -0400)]
samples/gui/toolBarDemo: Tweaks to the ToolBar sample

12 years agoeda: Fixed i18n strings typos; samples/db/MovieCollection: Fixed default driver to...
Jerome St-Louis [Thu, 15 Mar 2012 07:21:49 +0000 (03:21 -0400)]
eda: Fixed i18n strings typos; samples/db/MovieCollection: Fixed default driver to be SQLite (had Oracle for testing new driver)

12 years agoecere/ToolBar: Fixed crash in ToolButton with default MenuItem NotifyClicked; Improve...
Jerome St-Louis [Thu, 15 Mar 2012 04:22:46 +0000 (00:22 -0400)]
ecere/ToolBar: Fixed crash in ToolButton with default MenuItem NotifyClicked; Improved ToolBar sample

12 years agoecere/printing: Fix for printing drivers broken by new default of nativeDecorations...
Jerome St-Louis [Wed, 14 Mar 2012 21:39:55 +0000 (17:39 -0400)]
ecere/printing: Fix for printing drivers broken by new default of nativeDecorations = true

12 years agoinstaller: Rebuilt 0.44 installer, updated build date 0.44 ryoanji
Jerome St-Louis [Tue, 13 Mar 2012 07:42:44 +0000 (03:42 -0400)]
installer: Rebuilt 0.44 installer, updated build date

12 years agoide: More appropriate resolution for background
Jerome St-Louis [Tue, 13 Mar 2012 07:40:30 +0000 (03:40 -0400)]
ide: More appropriate resolution for background

12 years agoide: Fixes to the 3DS model viewing functionality
Jerome St-Louis [Tue, 13 Mar 2012 07:39:26 +0000 (03:39 -0400)]
ide: Fixes to the 3DS model viewing functionality

12 years agoear;ecere/EARArchive: Fix for reporting errors when adding to archive; Fix for re...
Jerome St-Louis [Tue, 13 Mar 2012 07:36:03 +0000 (03:36 -0400)]
ear;ecere/EARArchive: Fix for reporting errors when adding to archive; Fix for re-attempting opening archive for writing (Resources were randomly skipped & missing!!)

12 years agoinstaller: Fix for duplicate paths being added; Added missing license files in extras...
Jerome St-Louis [Sat, 10 Mar 2012 04:53:37 +0000 (23:53 -0500)]
installer: Fix for duplicate paths being added; Added missing license files in extras; Took out binutils duplicates

12 years agoecere/gui/Window: Fix for icon sometimes not showing up on Windows XP
Jerome St-Louis [Sat, 10 Mar 2012 02:51:22 +0000 (21:51 -0500)]
ecere/gui/Window: Fix for icon sometimes not showing up on Windows XP

12 years agoide: settings, installer: Fixed migration of existing global settings
Jerome St-Louis [Sat, 10 Mar 2012 02:09:55 +0000 (21:09 -0500)]
ide: settings, installer: Fixed migration of existing global settings

12 years agoear: Fix for crash displaying files times with LANGUAGE=zh_CN (Longer time strings)
Jerome St-Louis [Thu, 8 Mar 2012 23:13:00 +0000 (18:13 -0500)]
ear: Fix for crash displaying files times with LANGUAGE=zh_CN (Longer time strings)

12 years agoecere/gui: Fix for not selecting driver from ECERE_DRIVER when compiled with ECERE_ON...
Jerome St-Louis [Thu, 8 Mar 2012 23:04:36 +0000 (18:04 -0500)]
ecere/gui: Fix for not selecting driver from ECERE_DRIVER when compiled with ECERE_ONEDRIVER (Fixed installer crash with ECERE_DRIVER=OpenGL)

12 years agoinstaller: Fixed crash on configuration by setting the SettingsContainer's dataClass...
Jerome St-Louis [Thu, 8 Mar 2012 17:44:00 +0000 (12:44 -0500)]
installer: Fixed crash on configuration by setting the SettingsContainer's dataClass to IDESettings; JSON: Fixed ambiguous (wrong) || and &&

12 years agoinstaller: Updated IDE settings code
Jerome St-Louis [Thu, 8 Mar 2012 16:58:39 +0000 (11:58 -0500)]
installer: Updated IDE settings code

12 years agoinstaller: Fix for UPX location inside bin
Jerome St-Louis [Thu, 8 Mar 2012 15:45:17 +0000 (10:45 -0500)]
installer: Fix for UPX location inside bin

12 years agoinstaller: Updated build date for 0.44
Jerome St-Louis [Thu, 8 Mar 2012 15:29:01 +0000 (10:29 -0500)]
installer: Updated build date for 0.44

12 years agoinstaller: Fixed renaming tao.pdf to full name; ide/About: Fixed credit line too...
Jerome St-Louis [Thu, 8 Mar 2012 15:28:01 +0000 (10:28 -0500)]
installer: Fixed renaming tao.pdf to full name; ide/About: Fixed credit line too long

12 years agoide: Added 0.44 Ryoanji graphics
Jerome St-Louis [Thu, 8 Mar 2012 06:02:14 +0000 (01:02 -0500)]
ide: Added 0.44 Ryoanji graphics

12 years agoinstaller: Fixed mingwrt docs path
Jerome St-Louis [Thu, 8 Mar 2012 05:59:58 +0000 (00:59 -0500)]
installer: Fixed mingwrt docs path

12 years agoecere/gui; installer: Transparent list box tweaks
Jerome St-Louis [Thu, 8 Mar 2012 05:20:24 +0000 (00:20 -0500)]
ecere/gui; installer: Transparent list box tweaks

12 years agoide/epj2make:makefiles: fixed ear commands were escaping spaces in resource paths...
Rejean Loyer [Thu, 8 Mar 2012 04:38:51 +0000 (23:38 -0500)]
ide/epj2make:makefiles: fixed ear commands were escaping spaces in resource paths as well as quoting.

12 years agoinstaller.epj: specified target name in common.
Rejean Loyer [Thu, 8 Mar 2012 04:37:33 +0000 (23:37 -0500)]
installer.epj: specified target name in common.

12 years agoinstaller: use PathBox for main install destination.
Rejean Loyer [Thu, 8 Mar 2012 04:33:19 +0000 (23:33 -0500)]
installer: use PathBox for main install destination.

12 years agoinstaller: Clickable logo
Jerome St-Louis [Thu, 8 Mar 2012 04:16:48 +0000 (23:16 -0500)]
installer: Clickable logo

12 years agoinstaller: Fix for not adding paths for libVanilla and extras
Jerome St-Louis [Thu, 8 Mar 2012 04:13:01 +0000 (23:13 -0500)]
installer: Fix for not adding paths for libVanilla and extras

12 years agoinstaller: Use of licensing dialog in Installer
Jerome St-Louis [Thu, 8 Mar 2012 03:42:55 +0000 (22:42 -0500)]
installer: Use of licensing dialog in Installer

12 years agoide: Updated Makefile, gave more room for title in about box
Jerome St-Louis [Thu, 8 Mar 2012 03:19:06 +0000 (22:19 -0500)]
ide: Updated Makefile, gave more room for title in about box

12 years agoide/About: Made new About box resizable (lot of stuff so it's worth it)
Jerome St-Louis [Thu, 8 Mar 2012 03:13:30 +0000 (22:13 -0500)]
ide/About: Made new About box resizable (lot of stuff so it's worth it)

12 years agoide: New Credits and Licensing dialogs; Added missing installer and model resources
Jerome St-Louis [Thu, 8 Mar 2012 03:00:22 +0000 (22:00 -0500)]
ide: New Credits and Licensing dialogs; Added missing installer and model resources

12 years agoinstaller: Integrated background with transparent controls
Jerome St-Louis [Thu, 8 Mar 2012 02:12:33 +0000 (21:12 -0500)]
installer: Integrated background with transparent controls

12 years agoecere/gui/controls/ListBox: Support for text without opaque background in ListBox
Jerome St-Louis [Wed, 7 Mar 2012 20:06:01 +0000 (15:06 -0500)]
ecere/gui/controls/ListBox: Support for text without opaque background in ListBox

12 years agoecere/src/gui/controls/Label: Proper support for transparent GroupBox
Jerome St-Louis [Wed, 7 Mar 2012 20:05:18 +0000 (15:05 -0500)]
ecere/src/gui/controls/Label: Proper support for transparent GroupBox

12 years agoecere/gui/Window: Fix for endless loop in FormDesigner/CodeEditor when Create() fails...
Jerome St-Louis [Wed, 7 Mar 2012 20:03:58 +0000 (15:03 -0500)]
ecere/gui/Window: Fix for endless loop in FormDesigner/CodeEditor when Create() fails (introduced by recent fix)

12 years agoinstaller: Moved README and LICENSE to doc/ so they get installed
Jerome St-Louis [Wed, 7 Mar 2012 17:40:50 +0000 (12:40 -0500)]
installer: Moved README and LICENSE to doc/ so they get installed

12 years agosamples:eC:staticLink: reverted bad replace of ../../../ecere by /sdk/ecere in static...
Rejean Loyer [Wed, 7 Mar 2012 17:21:35 +0000 (12:21 -0500)]
samples:eC:staticLink: reverted bad replace of ../../../ecere by /sdk/ecere in staticLinc.epj file.

12 years agosamples:guiAndGfx:toolBars: updated to use newly integrated ToolBar from ecere.
Rejean Loyer [Wed, 7 Mar 2012 16:59:23 +0000 (11:59 -0500)]
samples:guiAndGfx:toolBars: updated to use newly integrated ToolBar from ecere.

12 years agosamples:games:cards:poker: fixed case sensitive file name issue under linux.
Rejean Loyer [Wed, 7 Mar 2012 16:44:19 +0000 (11:44 -0500)]
samples:games:cards:poker: fixed case sensitive file name issue under linux.

12 years agoinstaller: Installing extras along samples in %APPDATA%
Jerome St-Louis [Wed, 7 Mar 2012 17:29:28 +0000 (12:29 -0500)]
installer: Installing extras along samples in %APPDATA%

12 years agoinstaller: Now taking ecere packages directly from ..\obj\win32
Jerome St-Louis [Wed, 7 Mar 2012 16:57:20 +0000 (11:57 -0500)]
installer: Now taking ecere packages directly from ..\obj\win32

12 years agoide/about: Updated version number; installer: added pictureRotateAlpha sample
Jerome St-Louis [Wed, 7 Mar 2012 16:46:55 +0000 (11:46 -0500)]
ide/about: Updated version number; installer: added pictureRotateAlpha sample

12 years agosamples/guiAndGfx: Added pictureRotateAlpha
Jerome St-Louis [Wed, 7 Mar 2012 16:44:56 +0000 (11:44 -0500)]
samples/guiAndGfx: Added pictureRotateAlpha

12 years agoinstaller: Migration to the main SDK repository for the Installer of 0.44
Jerome St-Louis [Wed, 7 Mar 2012 16:41:10 +0000 (11:41 -0500)]
installer: Migration to the main SDK repository for the Installer of 0.44

12 years agoecere/gui/Window: Fixed updating title bar of windows higher up on document modified...
Jerome St-Louis [Wed, 7 Mar 2012 15:08:50 +0000 (10:08 -0500)]
ecere/gui/Window: Fixed updating title bar of windows higher up on document modified status change (IDE's new Mainframe/Stacker/Workspace hierarchy)

12 years agoide: Correctly handling (once again) non existing files passed on command line, with...
Rejean Loyer [Wed, 7 Mar 2012 15:07:47 +0000 (10:07 -0500)]
ide: Correctly handling (once again) non existing files passed on command line, with a nice New project dialog for projects

12 years agoide/NewProjectDialog: Fixed crash/hang on New Project caused by tweaking ProjectNode...
Jerome St-Louis [Wed, 7 Mar 2012 14:32:45 +0000 (09:32 -0500)]
ide/NewProjectDialog: Fixed crash/hang on New Project caused by tweaking ProjectNode::configurations property

12 years agoecere/gui/Window: Fix for getting title of Saving message box from rootWindow
Jerome St-Louis [Wed, 7 Mar 2012 14:31:40 +0000 (09:31 -0500)]
ecere/gui/Window: Fix for getting title of Saving message box from rootWindow

12 years agosamples: Updated LICENSE
Jerome St-Louis [Wed, 7 Mar 2012 14:22:33 +0000 (09:22 -0500)]
samples: Updated LICENSE

12 years agoide/Project: Fixed crash on 'unset' trying to delete the ProjectNode::options propert...
Jerome St-Louis [Wed, 7 Mar 2012 14:21:33 +0000 (09:21 -0500)]
ide/Project: Fixed crash on 'unset' trying to delete the ProjectNode::options property which also deletes

12 years agoecere/sys: Support for 64 bit reporting of available space
Jerome St-Louis [Wed, 7 Mar 2012 11:56:50 +0000 (06:56 -0500)]
ecere/sys: Support for 64 bit reporting of available space

12 years agoREADME: Added info on Documentor
Jerome St-Louis [Wed, 7 Mar 2012 11:07:53 +0000 (06:07 -0500)]
README: Added info on Documentor

12 years agoREADME: Added online Tao link
Jerome St-Louis [Wed, 7 Mar 2012 10:06:35 +0000 (05:06 -0500)]
README: Added online Tao link

12 years agoREADME: Added links for Chess & Fractals on GitHub
Jerome St-Louis [Wed, 7 Mar 2012 09:31:56 +0000 (04:31 -0500)]
README: Added links for Chess & Fractals on GitHub

12 years agoREADME: Added eC link
Jerome St-Louis [Wed, 7 Mar 2012 09:28:49 +0000 (04:28 -0500)]
README: Added eC link

12 years agoREADME: Took out extra space
Jerome St-Louis [Wed, 7 Mar 2012 09:23:40 +0000 (04:23 -0500)]
README: Took out extra space

12 years agoREADME: Longer description
Jerome St-Louis [Wed, 7 Mar 2012 09:22:04 +0000 (04:22 -0500)]
README: Longer description

12 years agoREADME: IRC web chat on next line
Jerome St-Louis [Wed, 7 Mar 2012 09:15:49 +0000 (04:15 -0500)]
README: IRC web chat on next line

12 years agoREADME: Added IRC link, fixed Debian reference
Jerome St-Louis [Wed, 7 Mar 2012 09:15:06 +0000 (04:15 -0500)]
README: Added IRC link, fixed Debian reference

12 years agoREADME: Fixed grammar error, added info
Jerome St-Louis [Wed, 7 Mar 2012 09:09:34 +0000 (04:09 -0500)]
README: Fixed grammar error, added info

12 years agoREADME: Added FOSS notice.
Jerome St-Louis [Wed, 7 Mar 2012 09:07:25 +0000 (04:07 -0500)]
README: Added FOSS notice.

12 years agoUpdated LICENSE, INSTALL; Added README
Jerome St-Louis [Wed, 7 Mar 2012 09:06:00 +0000 (04:06 -0500)]
Updated LICENSE, INSTALL; Added README

12 years agoide: added missing menu item Import folder on Resources node right click.
Rejean Loyer [Wed, 7 Mar 2012 07:40:06 +0000 (02:40 -0500)]
ide: added missing menu item Import folder on Resources node right click.

12 years agoecere/sys/DualPipe: Fixed redirection of stderr to Windows when only processing stdou...
Jerome St-Louis [Wed, 7 Mar 2012 08:09:06 +0000 (03:09 -0500)]
ecere/sys/DualPipe: Fixed redirection of stderr to Windows when only processing stdout (Fixed long time issue #281 with missing header files causing cryptic errors)

12 years agoecere:json: fixed lack of new line char at end of json file. solves git complaining...
Rejean Loyer [Wed, 7 Mar 2012 03:51:51 +0000 (22:51 -0500)]
ecere:json: fixed lack of new line char at end of json file. solves git complaining about project (epj) files.

12 years agosamples: quick build testing under linux. improved most epj files.
Rejean Loyer [Wed, 7 Mar 2012 02:17:58 +0000 (21:17 -0500)]
samples: quick build testing under linux. improved most epj files.

12 years agoecere/gfx/Text: Fixed bug where \t spacing would sometimes not be computed
Jerome St-Louis [Wed, 7 Mar 2012 05:36:43 +0000 (00:36 -0500)]
ecere/gfx/Text: Fixed bug where \t spacing would sometimes not be computed

12 years agoide:debugger: completed gui part of breakpoint hit counter implementation. prevented...
Rejean Loyer [Tue, 6 Mar 2012 00:58:45 +0000 (19:58 -0500)]
ide:debugger: completed gui part of breakpoint hit counter implementation. prevented unwarranted activation of ide on soft breakpoint hits.

12 years agocompiler:ecp: return the preprocessor error code if any.
Rejean Loyer [Tue, 6 Mar 2012 13:01:20 +0000 (08:01 -0500)]
compiler:ecp: return the preprocessor error code if any.

12 years agoide:debugger: hangle geb error message "during startup program exited with code ...
Rejean Loyer [Tue, 6 Mar 2012 10:54:03 +0000 (05:54 -0500)]
ide:debugger: hangle geb error message "during startup program exited with code ..." to cover missing dll program exit under windows.
http://ecere.com/mantis/view.php?id=682

12 years agoecere: fixed null pointer crash with new nativeDecorations as default on ide exit...
Rejean Loyer [Tue, 6 Mar 2012 09:14:52 +0000 (04:14 -0500)]
ecere: fixed null pointer crash with new nativeDecorations as default on ide exit under windows.

12 years agoide: remove project file name from title bar after a project close.
Rejean Loyer [Tue, 6 Mar 2012 09:13:52 +0000 (04:13 -0500)]
ide: remove project file name from title bar after a project close.

12 years agoinclude.mk: moved windows openssl detection intelligence from sqliteCipher's makefile...
Rejean Loyer [Tue, 6 Mar 2012 08:54:01 +0000 (03:54 -0500)]
include.mk: moved windows openssl detection intelligence from sqliteCipher's makefile to include.mk

12 years agoecere:ShellOpen: if gnome or kde desktop session cannot be detected, use xdg-open...
Rejean Loyer [Tue, 6 Mar 2012 07:56:41 +0000 (02:56 -0500)]
ecere:ShellOpen: if gnome or kde desktop session cannot be detected, use xdg-open script which in turn tries to detect a known desktop session.
http://ecere.com/mantis/view.php?id=313

12 years agoide:CodeEditor: fixed update of line number drawing code and moving of breakpoints...
Rejean Loyer [Tue, 6 Mar 2012 03:17:01 +0000 (22:17 -0500)]
ide:CodeEditor: fixed update of line number drawing code and moving of breakpoints when autocomplete is adding lines
http://ecere.com/mantis/view.php?id=673