sdk
11 years agoeda/IdList: Fixes for a reasonable-length list of Id to be displayed as text (Re...
Jerome St-Louis [Sun, 29 Jul 2012 00:36:31 +0000 (20:36 -0400)]
eda/IdList: Fixes for a reasonable-length list of Id to be displayed as text (Re-enabled OnDisplay, Increased base class OnDisplay buffer to 16384 characters); Fix for sorting a list of IdList containing null objects

11 years agodeps/libffi: Added static Win32 libffi.a since it requires MSYS to build; Updated...
Jerome St-Louis [Sat, 28 Jul 2012 22:22:24 +0000 (18:22 -0400)]
deps/libffi: Added static Win32 libffi.a since it requires MSYS to build; Updated Makefile to build if building the SDK from MSYS console

11 years agoeda/EDASQLite: Improved SQL Custom Functions support, now taking an arbitrary set...
Jerome St-Louis [Sat, 28 Jul 2012 21:50:34 +0000 (17:50 -0400)]
eda/EDASQLite: Improved SQL Custom Functions support, now taking an arbitrary set of arguments/return values by making use of libffi

11 years agoeda/TableEditor: Fixed memory leaks on memory allocated for struct classes
Jerome St-Louis [Sat, 28 Jul 2012 21:19:37 +0000 (17:19 -0400)]
eda/TableEditor: Fixed memory leaks on memory allocated for struct classes

11 years agoeda: Added BindQueryData typed_object interface to Row
Jerome St-Louis [Sat, 28 Jul 2012 02:07:16 +0000 (22:07 -0400)]
eda: Added BindQueryData typed_object interface to Row

11 years agocompiler/libec: Fix for crash occurring sometimes when duplicating a class within...
Jerome St-Louis [Fri, 27 Jul 2012 20:19:46 +0000 (16:19 -0400)]
compiler/libec: Fix for crash occurring sometimes when duplicating a class within a file (Dangling Context parent for class declarations)

11 years agoi18n/SQLiteCipher: Updated SQLiteCipher translation template (proper paths using /)
Jerome St-Louis [Fri, 27 Jul 2012 17:51:10 +0000 (13:51 -0400)]
i18n/SQLiteCipher: Updated SQLiteCipher translation template (proper paths using /)

11 years agoi18n: Updated Translation templates
Jerome St-Louis [Thu, 26 Jul 2012 23:55:29 +0000 (19:55 -0400)]
i18n: Updated Translation templates

11 years agoide/GlobalSettingsDialog: Fixes for compilers selector bar to properly select and...
Jerome St-Louis [Thu, 26 Jul 2012 23:53:05 +0000 (19:53 -0400)]
ide/GlobalSettingsDialog: Fixes for compilers selector bar to properly select and make visible current compiler button on switching back to the Compilers tab

11 years agoide/GlobalSettingsDialog: Fix to confirm closing dialog when changes were made (Was...
Jerome St-Louis [Thu, 26 Jul 2012 23:52:21 +0000 (19:52 -0400)]
ide/GlobalSettingsDialog: Fix to confirm closing dialog when changes were made (Was only working from Cancel button, not Close (X) box)

11 years agoeda/gui/TableEditor: Fixed memory leaks
Jerome St-Louis [Thu, 26 Jul 2012 23:51:47 +0000 (19:51 -0400)]
eda/gui/TableEditor: Fixed memory leaks

11 years agoecere/gui: DataBox/Label (Tooltips): Fixes to chain through OnDestroy() so that circu...
Jerome St-Louis [Thu, 26 Jul 2012 23:50:45 +0000 (19:50 -0400)]
ecere/gui: DataBox/Label (Tooltips): Fixes to chain through OnDestroy() so that circular linking between tooltip and tipped control is properly broken

11 years agoecere/gui: Stacker, SelectorBar: Further Improvements to the Stacker logic to solve...
Jerome St-Louis [Thu, 26 Jul 2012 23:47:10 +0000 (19:47 -0400)]
ecere/gui: Stacker, SelectorBar: Further Improvements to the Stacker logic to solve remaining problems with releasing destroyed controls
- OnChildAddedOrRemoved is now called on creation/destruction/reparenting; Controls are updated one by one from this call as opposed to updating all in UpdateControls()
- DoResize improvements, optimization ( called less often ) and fixes (bits.reverse was being modified instead of local bool r)

11 years agoeda: Simpler approach to Id row caching by storing row directly inside the Table...
Jerome St-Louis [Thu, 26 Jul 2012 03:41:24 +0000 (23:41 -0400)]
eda: Simpler approach to Id row caching by storing row directly inside the Table object rather than in a Map

11 years agoecere/gui/Stacker: Patched previous commit to work for controls added to Stacker...
Jerome St-Louis [Wed, 25 Jul 2012 12:07:28 +0000 (08:07 -0400)]
ecere/gui/Stacker: Patched previous commit to work for controls added to Stacker before auto creation took place; Disabled annoying _DEBUG_LINE by default in TableEditor

11 years agoecere/gui: Window & Stacker: Fixed memory leaks relating to the order of creation...
Jerome St-Louis [Wed, 25 Jul 2012 10:14:23 +0000 (06:14 -0400)]
ecere/gui: Window & Stacker: Fixed memory leaks relating to the order of creation/destruction of windows within a Stacker

11 years agoeda/Id class: Performance optimization for caching Row objects per table in OnGetStri...
Jerome St-Louis [Wed, 25 Jul 2012 08:15:12 +0000 (04:15 -0400)]
eda/Id class: Performance optimization for caching Row objects per table in OnGetString implementation

11 years agoecere/gui/ScrollBar: Fix for computing scrollbar position when range is too big ...
Jerome St-Louis [Wed, 25 Jul 2012 03:51:30 +0000 (23:51 -0400)]
ecere/gui/ScrollBar: Fix for computing scrollbar position when range is too big (#758 -- int32 overflow on multiplication of position by width/height)

11 years agoecere/gui/Stacker: Fix to UpdateControls() to ignore non-client controls (e.g. Window...
Jerome St-Louis [Tue, 24 Jul 2012 20:19:01 +0000 (16:19 -0400)]
ecere/gui/Stacker: Fix to UpdateControls() to ignore non-client controls (e.g. Window Scrollbars); Fix for taking out destroyed controls (OnChildAddedOrRemoved still not getting called upon destruction though, parent = null must be done for that...)

11 years agoecere/gui/Stacker: Unsetting 'modifyVirtualArea' property upon setting auto size...
Jerome St-Louis [Tue, 24 Jul 2012 20:17:51 +0000 (16:17 -0400)]
ecere/gui/Stacker: Unsetting 'modifyVirtualArea' property upon setting auto size to true (Conflict causing redundant positioning calls)

11 years agoecere/gui: Exposed previously unexposed 'dontAutoScrollArea' property (Controls autom...
Jerome St-Louis [Tue, 24 Jul 2012 20:16:59 +0000 (16:16 -0400)]
ecere/gui: Exposed previously unexposed 'dontAutoScrollArea' property (Controls automatically scrolling to an activated control)

11 years agoecere/gui: Fixed auto-setting of 'drawBehind' property to not become 'false' if a...
Jerome St-Louis [Tue, 24 Jul 2012 20:15:21 +0000 (16:15 -0400)]
ecere/gui: Fixed auto-setting of 'drawBehind' property to not become 'false' if a translucent value is set for opacity (0 < opacity < 1.0)

11 years agoecere/gui: Solved a crash on setting parent to null before destroying/destructing
Jerome St-Louis [Tue, 24 Jul 2012 20:14:45 +0000 (16:14 -0400)]
ecere/gui: Solved a crash on setting parent to null before destroying/destructing

11 years agoecere/gui: Proper fix for 71ebaed351b8fe8ac9ce3b63a396898c8b46efcb (Alt-F4 was broken...
Jerome St-Louis [Tue, 24 Jul 2012 20:13:47 +0000 (16:13 -0400)]
ecere/gui: Proper fix for 71ebaed351b8fe8ac9ce3b63a396898c8b46efcb (Alt-F4 was broken for maximized applications without a menu bar)

11 years agoecere, eda: GUI Tweaks to fix autoSize behaviors
Jerome St-Louis [Sat, 14 Jul 2012 15:29:53 +0000 (11:29 -0400)]
ecere, eda: GUI Tweaks to fix autoSize behaviors

11 years agoide/Toolbar: Fix for Save tool button not working
Jerome St-Louis [Fri, 13 Jul 2012 07:18:40 +0000 (03:18 -0400)]
ide/Toolbar: Fix for Save tool button not working

11 years agoeda/SQLite driver: Fix for bug introduced by bca6e55e4c53c25cfe88e9996784f3d191f832a9...
Jerome St-Louis [Fri, 13 Jul 2012 05:09:51 +0000 (01:09 -0400)]
eda/SQLite driver: Fix for bug introduced by bca6e55e4c53c25cfe88e9996784f3d191f832a9 (BindCursorData relied on valid curStatement)

11 years agoecere/gui/ListBox: Fix for mistakenly reporting consistency failure in _DEBUG mode...
Jerome St-Louis [Fri, 13 Jul 2012 04:11:44 +0000 (00:11 -0400)]
ecere/gui/ListBox: Fix for mistakenly reporting consistency failure in _DEBUG mode while expanding a row on Add()

11 years agoide/ProjectView: Fix for functions returning without a value
Jerome St-Louis [Fri, 13 Jul 2012 03:19:53 +0000 (23:19 -0400)]
ide/ProjectView: Fix for functions returning without a value

11 years agoecere/gui/ListBox: Fix for proper update of row indices when reordering or reparentin...
Jerome St-Louis [Fri, 13 Jul 2012 03:17:35 +0000 (23:17 -0400)]
ecere/gui/ListBox: Fix for proper update of row indices when reordering or reparenting rows (using DataRow::Move() and 'parent' property); This would mainly affect the list box scroll area, e.g. ProjectView with improved project reload support

11 years agoecere/gui/Window ScrollBars: Fix for bug introduced by earlier optimization of window...
Jerome St-Louis [Fri, 13 Jul 2012 03:15:43 +0000 (23:15 -0400)]
ecere/gui/Window ScrollBars: Fix for bug introduced by earlier optimization of window scrollbars, range was being checked without being re-computed

11 years agoide/Project: On closing the IDE, properly report which projects are modified (#626)
Jerome St-Louis [Thu, 12 Jul 2012 22:03:09 +0000 (18:03 -0400)]
ide/Project: On closing the IDE, properly report which projects are modified (#626)

11 years agoecere/sys/File monitors: Disabled reentrancy for file monitors: No notification will...
Jerome St-Louis [Thu, 12 Jul 2012 21:48:51 +0000 (17:48 -0400)]
ecere/sys/File monitors: Disabled reentrancy for file monitors: No notification will be issued until the first notification returned.
Since notifications usually spawn a MessageBox with Modal(), it was really messing up the modalness to spawn a new modal dialog while one is already up
This seems to solve #757 (at least the Windows issues)

11 years agoide/Project: Fixes for monitoring newly created projects, and unmonitoring during...
Jerome St-Louis [Thu, 12 Jul 2012 21:25:57 +0000 (17:25 -0400)]
ide/Project: Fixes for monitoring newly created projects, and unmonitoring during a Save

11 years agoecere/gui: Fix for properly handling system hotkeys when system buttons are placed...
Jerome St-Louis [Thu, 12 Jul 2012 21:23:53 +0000 (17:23 -0400)]
ecere/gui: Fix for properly handling system hotkeys when system buttons are placed in menu bars, and not (un)maximizing when bringing up project node properties in the IDE

11 years agoide/Project/epj monitoring: Added support for notifying of modification of added...
Jerome St-Louis [Thu, 12 Jul 2012 06:17:12 +0000 (02:17 -0400)]
ide/Project/epj monitoring: Added support for notifying of modification of added projects (#511), by using a FileMonitor inside Project class rather than ProjectView::OnFileModified

11 years agoecere/sys/File Monitoring: Quick fix for crashes when reloading both .ec and .epj...
Jerome St-Louis [Thu, 12 Jul 2012 04:29:07 +0000 (00:29 -0400)]
ecere/sys/File Monitoring: Quick fix for crashes when reloading both .ec and .epj files at once (#756) -- Making sure 'next' object is still valid

11 years agoide/Debugger: Improvement to last commit for issue #755 for setting breakpoint when...
Jerome St-Louis [Wed, 11 Jul 2012 21:27:50 +0000 (17:27 -0400)]
ide/Debugger: Improvement to last commit for issue #755 for setting breakpoint when not debugging and not dropping .main.ec breakpoints on load

11 years agoide/debugger: Debugger support for automatically resolving location of symbol loader...
Jerome St-Louis [Wed, 11 Jul 2012 20:42:16 +0000 (16:42 -0400)]
ide/debugger: Debugger support for automatically resolving location of symbol loader modules (*.main.ec) (#755)

11 years agoide/Project: Fix for broken QuickProject #736 (Was setting both Project::configuratio...
Jerome St-Louis [Wed, 11 Jul 2012 18:59:55 +0000 (14:59 -0400)]
ide/Project: Fix for broken QuickProject #736 (Was setting both Project::configurations data member and topNode's ProjectNode::configurations property, can't do that anymore)

11 years agocompiler/i18n: Modified .bowl/.pot generation to always use '/' for paths, so as...
Jerome St-Louis [Wed, 11 Jul 2012 05:08:02 +0000 (01:08 -0400)]
compiler/i18n: Modified .bowl/.pot generation to always use '/' for paths, so as not to have differences between .pot created on Windows or Unix systems; Only genearting .pot file when building from a release.* directory; Fixed broken .pot header (msgstr) that was preventing base path from working in PoEdit; Updated all .pot files

11 years agoide/Debugger/GDBDialog: Fix for parsing empty arguments (Was generating 'Bad' items)
Jerome St-Louis [Tue, 10 Jul 2012 22:29:25 +0000 (18:29 -0400)]
ide/Debugger/GDBDialog: Fix for parsing empty arguments (Was generating 'Bad' items)

11 years agoide/Debugger: Fix for avoiding confusion between internal breakpoint in main and...
Jerome St-Louis [Tue, 10 Jul 2012 22:28:32 +0000 (18:28 -0400)]
ide/Debugger: Fix for avoiding confusion between internal breakpoint in main and an actual breakpoint placed there by the user (had me thinking breakpoints were not working in C++ files!)

11 years agoide/Project: Added a distinct C++ compiling/linking command (default to g++) to work...
Jerome St-Louis [Tue, 10 Jul 2012 21:30:42 +0000 (17:30 -0400)]
ide/Project: Added a distinct C++ compiling/linking command (default to g++) to work various issues (#526), including static libgcc mixed with a shared libstdc++ (g++ 4.5 by default does -shared-libgcc, but not gcc)

11 years agoecere/instance: Tweaks to instance.ec to remove the need for --enable-stdcall-fixup...
Jerome St-Louis [Tue, 10 Jul 2012 15:18:46 +0000 (11:18 -0400)]
ecere/instance: Tweaks to instance.ec to remove the need for --enable-stdcall-fixup; Updated bootstrap code

11 years agoeda/gui: Added support for non-String name field in TableDropBoxes
Jerome St-Louis [Mon, 9 Jul 2012 01:53:53 +0000 (21:53 -0400)]
eda/gui: Added support for non-String name field in TableDropBoxes

11 years ago eda/TableEditor: Support for first/last/middle name search logic (2 methods: Collati...
Jerome St-Louis [Sun, 8 Jul 2012 20:19:29 +0000 (16:19 -0400)]
 eda/TableEditor: Support for first/last/middle name search logic (2 methods: Collation with fuzzy OnCompare or Templated CustomFunction+LIKE pattern)

11 years agoeda/TableEditor: OnInitizlize typo fix
Jerome St-Louis [Sun, 8 Jul 2012 20:19:09 +0000 (16:19 -0400)]
eda/TableEditor: OnInitizlize typo fix

11 years agoecere/DataTypes: missing channel argument in OnUnserialize
Jerome St-Louis [Sun, 8 Jul 2012 20:18:34 +0000 (16:18 -0400)]
ecere/DataTypes: missing channel argument in OnUnserialize

11 years agoecere/gui/typeEdit: Took out non-commented out debugging code that was introduced...
Jerome St-Louis [Sun, 8 Jul 2012 05:44:37 +0000 (01:44 -0400)]
ecere/gui/typeEdit: Took out non-commented out debugging code that was introduced by earlier commit

11 years agoEDA/SQLite driver: Support for stepping backwards and forward in multiple criterias...
Jerome St-Louis [Sun, 8 Jul 2012 05:39:47 +0000 (01:39 -0400)]
EDA/SQLite driver: Support for stepping backwards and forward in multiple criterias Find()

11 years agoEDA/GUI/TableEditor: Tweak for SelectPrevious/SelectNext to skip first or last entry...
Jerome St-Louis [Sat, 7 Jul 2012 21:40:27 +0000 (17:40 -0400)]
EDA/GUI/TableEditor: Tweak for SelectPrevious/SelectNext to skip first or last entry when already pointing to it after having reached the end

11 years agoEDA/SQLite driver: Support for iterating backwards (and then forward again) in Find...
Jerome St-Louis [Sat, 7 Jul 2012 21:39:04 +0000 (17:39 -0400)]
EDA/SQLite driver: Support for iterating backwards (and then forward again) in Find results with 'Select(previous)' (no FindMultiple support yet)

11 years agoecere/COM: Fix to FixDerivativesBase so that overridden methods in base classes decla...
Jerome St-Louis [Sat, 7 Jul 2012 18:40:43 +0000 (14:40 -0400)]
ecere/COM: Fix to FixDerivativesBase so that overridden methods in base classes declared later are carried over to derived classes

11 years agoecere/gui/Stacker: Fix for scrolling buttons icons not showing up when vertical;...
Jerome St-Louis [Sat, 7 Jul 2012 17:06:03 +0000 (13:06 -0400)]
ecere/gui/Stacker: Fix for scrolling buttons icons not showing up when vertical; Fix for buttons to enable/disable when scrolling with scrollbar; Additional property to turn off scrolling buttons

11 years agoecere/gui/Stacker: Scrolling update tweak on toggling visibility/resizing child controls
Jerome St-Louis [Sat, 7 Jul 2012 16:21:57 +0000 (12:21 -0400)]
ecere/gui/Stacker: Scrolling update tweak on toggling visibility/resizing child controls

11 years agoeda:TableEditor,eda:FieldBox; improved lookup techinques.
Rejean Loyer [Sat, 7 Jul 2012 16:18:21 +0000 (12:18 -0400)]
eda:TableEditor,eda:FieldBox; improved lookup techinques.

11 years agoeda:Field,eda:drivers:EDB/SQLite; added table property to field.
Rejean Loyer [Sat, 7 Jul 2012 16:17:10 +0000 (12:17 -0400)]
eda:Field,eda:drivers:EDB/SQLite; added table property to field.

11 years agoecere/gui/Stacker: Computation of extra space for left/right scroller icons seems...
Jerome St-Louis [Fri, 6 Jul 2012 22:03:32 +0000 (18:03 -0400)]
ecere/gui/Stacker: Computation of extra space for left/right scroller icons seems to have been mixing x/y?? fixed.

11 years agoDataBox/Type Edition: Fixed missing chaining of EditBox's OnActivate that would preve...
Jerome St-Louis [Fri, 6 Jul 2012 20:30:18 +0000 (16:30 -0400)]
DataBox/Type Edition: Fixed missing chaining of EditBox's OnActivate that would prevent automatic 'select all' on F2/editing (e.g. watches)

11 years agoeda, sqlite driver, TableEditor: Tweak so that Prev() and Next() work when ponting...
Jerome St-Louis [Fri, 6 Jul 2012 19:22:17 +0000 (15:22 -0400)]
eda, sqlite driver, TableEditor: Tweak so that Prev() and Next() work when ponting a row to a particular ID, yet not breaking Find() on one particular ID to return only that ID with no prev/next

11 years agoeda/TableEditor: Temporary fix for bad warning relating to Containers
Jerome St-Louis [Fri, 6 Jul 2012 16:34:45 +0000 (12:34 -0400)]
eda/TableEditor: Temporary fix for bad warning relating to Containers

11 years agoeda:gui:TableEditor; better use of acovel search, multiple tables, fullString vs...
Rejean Loyer [Thu, 5 Jul 2012 23:18:26 +0000 (19:18 -0400)]
eda:gui:TableEditor; better use of acovel search, multiple tables, fullString vs allSubstrings, background building of word list. adjust background loading workload based on timer delay. added sqlite search technique, multiple tables, background listing. added row type conversion to datarow char* type when listing.

11 years agoeda:gui:controls:FieldBox; fixed null nameField class property crash. and couple...
Rejean Loyer [Thu, 5 Jul 2012 15:38:35 +0000 (11:38 -0400)]
eda:gui:controls:FieldBox; fixed null nameField class property crash. and couple of notes about renaming TableEditor to TableControl.

11 years agoecere:gui:typeEdit.ec,ecere:gui:controls:DataBox,eda:MultiLineString; additional...
Rejean Loyer [Thu, 5 Jul 2012 15:28:43 +0000 (11:28 -0400)]
ecere:gui:typeEdit.ec,ecere:gui:controls:DataBox,eda:MultiLineString; additional autoSize changes and workaround for transparent databox drawing issue.

11 years agospaces
Rejean Loyer [Mon, 25 Jun 2012 00:01:24 +0000 (20:01 -0400)]
spaces

11 years agoextras:gui:controls:SearchBox: added new SearchBox control.
Rejean Loyer [Sun, 24 Jun 2012 23:41:29 +0000 (19:41 -0400)]
extras:gui:controls:SearchBox: added new SearchBox control.

11 years agoextras:gui:controls:ToolBar: minor. for use of button classes in explorer since ToolB...
Rejean Loyer [Sun, 24 Jun 2012 16:09:58 +0000 (12:09 -0400)]
extras:gui:controls:ToolBar: minor. for use of button classes in explorer since ToolBar is now in ecere lib.

11 years agoeda:gui:TableEditor: don't load a word list if no searchFields are specified.
Rejean Loyer [Sun, 24 Jun 2012 16:07:45 +0000 (12:07 -0400)]
eda:gui:TableEditor: don't load a word list if no searchFields are specified.

11 years agoecere:gui:controls:DataBox: autoSize fix.
Rejean Loyer [Sat, 23 Jun 2012 21:36:41 +0000 (17:36 -0400)]
ecere:gui:controls:DataBox: autoSize fix.

11 years agoecere:gui:controls:EditBox: autoSize fix.
Rejean Loyer [Sat, 23 Jun 2012 21:35:12 +0000 (17:35 -0400)]
ecere:gui:controls:EditBox: autoSize fix.

11 years agoecere:gui:controls:Stacker: autoSize fix.
Rejean Loyer [Sat, 23 Jun 2012 21:34:24 +0000 (17:34 -0400)]
ecere:gui:controls:Stacker: autoSize fix.

11 years agoeda:gui:controls:fieldbox: do not override manualy set text/caption when setting...
Rejean Loyer [Sun, 10 Jun 2012 14:23:43 +0000 (10:23 -0400)]
eda:gui:controls:fieldbox: do not override manualy set text/caption when setting field.

11 years agoeda:gui:tableditor: re-enabled full text search. fixed search wasn't returning any...
Rejean Loyer [Sun, 10 Jun 2012 14:22:22 +0000 (10:22 -0400)]
eda:gui:tableditor: re-enabled full text search. fixed search wasn't returning any results. fixed a few memory leaks.

11 years agoeda/drivers: sqlite and sqliteCipher: update epj files for command line tools to...
Rejean Loyer [Fri, 8 Jun 2012 23:25:37 +0000 (19:25 -0400)]
eda/drivers: sqlite and sqliteCipher: update epj files for command line tools to be console apps in all configs.

11 years agoeda/drivers/sqlite: removed ecere lib from SQLiteShellCmd.epj.
Rejean Loyer [Thu, 31 May 2012 00:33:42 +0000 (20:33 -0400)]
eda/drivers/sqlite: removed ecere lib from SQLiteShellCmd.epj.

11 years ago.gitignore: added .mk and .cf
Rejean Loyer [Thu, 31 May 2012 00:29:01 +0000 (20:29 -0400)]
.gitignore: added .mk and .cf

11 years agoecere/DataBox: Fix for prior optimization breaking cases where OnDisplay was overridden
Jerome St-Louis [Fri, 8 Jun 2012 23:09:02 +0000 (19:09 -0400)]
ecere/DataBox: Fix for prior optimization breaking cases where OnDisplay was overridden

11 years agoecere/EditBox/Syntax Highlighting: Fix for multi-line preprocessor directives with...
Jerome St-Louis [Mon, 4 Jun 2012 18:42:05 +0000 (14:42 -0400)]
ecere/EditBox/Syntax Highlighting: Fix for multi-line preprocessor directives with space before #define (What #675 was really about)

11 years agoBuild System: Fixed linking issues with SQLiteCipher occurring when OPENSSL_CONF...
Jerome St-Louis [Mon, 4 Jun 2012 01:17:58 +0000 (21:17 -0400)]
Build System: Fixed linking issues with SQLiteCipher occurring when OPENSSL_CONF is not set on Windows; ecere/gui/DataBox: Fixed compile warnings

11 years agoeda/idList: Added support for non-String name Fields
Jerome St-Louis [Sat, 2 Jun 2012 08:09:55 +0000 (04:09 -0400)]
eda/idList: Added support for non-String name Fields

11 years agoeda/drivers/sqliteCipher: Tweaks to build SQLCipherShellCmd
Jerome St-Louis [Sat, 2 Jun 2012 08:07:08 +0000 (04:07 -0400)]
eda/drivers/sqliteCipher: Tweaks to build SQLCipherShellCmd

11 years agoecere/gui/Stacker: Optimization to avoid re-setting the position on children when...
Jerome St-Louis [Sat, 2 Jun 2012 08:00:57 +0000 (04:00 -0400)]
ecere/gui/Stacker: Optimization to avoid re-setting the position on children when they're the same

11 years agoeda/Id type's OnDisplay: Performance improvement: cache string in DataBox (requires...
Jerome St-Louis [Sat, 2 Jun 2012 07:58:24 +0000 (03:58 -0400)]
eda/Id type's OnDisplay: Performance improvement: cache string in DataBox (requires more testing)

11 years agolibec/ide:Debugger:Watches: Fix for crash on null pointer evaluating 64 bit value
Jerome St-Louis [Sat, 2 Jun 2012 07:56:32 +0000 (03:56 -0400)]
libec/ide:Debugger:Watches: Fix for crash on null pointer evaluating 64 bit value

11 years agoeda:TableEditor: added readOnly.
Rejean Loyer [Tue, 17 Apr 2012 18:14:37 +0000 (14:14 -0400)]
eda:TableEditor: added readOnly.

11 years agoeda:TableEditor: more changes.
Rejean Loyer [Sat, 14 Apr 2012 17:00:44 +0000 (13:00 -0400)]
eda:TableEditor: more changes.

11 years agoeda:TableEditor: misc changes.
Rejean Loyer [Sun, 8 Apr 2012 04:03:28 +0000 (00:03 -0400)]
eda:TableEditor: misc changes.

11 years agoeda:TableEditor: nicer debug.
Rejean Loyer [Sat, 7 Apr 2012 17:26:27 +0000 (13:26 -0400)]
eda:TableEditor: nicer debug.

11 years agoeda:gui:TableEditor: merged threaded (using a timer) list enumeration.
Rejean Loyer [Sat, 31 Mar 2012 16:53:52 +0000 (12:53 -0400)]
eda:gui:TableEditor: merged threaded (using a timer) list enumeration.

11 years agoeda:TableEditor: fixed some leaks.
Rejean Loyer [Wed, 21 Mar 2012 12:55:25 +0000 (08:55 -0400)]
eda:TableEditor: fixed some leaks.

11 years agoeda:TableEditor: debug
Rejean Loyer [Mon, 19 Mar 2012 10:55:52 +0000 (06:55 -0400)]
eda:TableEditor: debug

11 years agoeda:TableEditor: misc improvements
Rejean Loyer [Sun, 18 Mar 2012 23:03:04 +0000 (19:03 -0400)]
eda:TableEditor: misc improvements

11 years agoeda:TableEditor: transparent disabling of search string feature. memory leaks need...
Rejean Loyer [Sat, 17 Mar 2012 15:46:30 +0000 (11:46 -0400)]
eda:TableEditor: transparent disabling of search string feature. memory leaks need to be checked.

11 years agoeda:TableEditor: added OnLoad virtual method.
Rejean Loyer [Sat, 17 Mar 2012 03:48:59 +0000 (23:48 -0400)]
eda:TableEditor: added OnLoad virtual method.

11 years agoeda:TableEditor: improvements to SetListRowFields. added support for specifying alter...
Rejean Loyer [Fri, 16 Mar 2012 20:44:57 +0000 (16:44 -0400)]
eda:TableEditor: improvements to SetListRowFields. added support for specifying alternative lookup methods.

11 years agoeda:TableEditor: added control over method of indexing for full text search.
Rejean Loyer [Fri, 16 Mar 2012 20:03:48 +0000 (16:03 -0400)]
eda:TableEditor: added control over method of indexing for full text search.

11 years agobuild system: reverted to using immediate assignment instead of deffered for EXECUTAB...
Rejean Loyer [Wed, 18 Apr 2012 13:36:49 +0000 (09:36 -0400)]
build system: reverted to using immediate assignment instead of deffered for EXECUTABLE. alternative is to have a bunch of them be deffered instead of immediate. moved generation of CONSOLE to be at the top.

11 years agobuild system: improved cleaning to remove .bowl files.
Rejean Loyer [Wed, 18 Apr 2012 04:46:17 +0000 (00:46 -0400)]
build system: improved cleaning to remove .bowl files.

11 years agoecere/EditBox Syntax Highlighting: Fix for overwrite caret disabling word color ...
Jerome St-Louis [Tue, 29 May 2012 16:07:42 +0000 (12:07 -0400)]
ecere/EditBox Syntax Highlighting: Fix for overwrite caret disabling word color (#611)