ecere:gui/gfx:drivers/cocoa: Partial native Cocoa drivers implementation for Mac...
[sdk] / ide /
2012-02-13 Jean-Francois Bilodeauecere:gui/gfx:drivers/cocoa: Partial native Cocoa drive...
2012-02-13 Jerome St-Louisecere/gui/Controls/SelectorBar: Fixed Cycling order...
2012-02-13 Jerome St-Louiside/GlobalSettingsDialog: Fixes to handling modificati...
2012-02-13 Jerome St-Louiside/GlobalSettings: Fixed memory leak on assigning...
2012-02-12 Rejean Loyeride: minor fix to file open dialog for Add Project...
2012-02-12 Rejean Loyeride.epj: removed SETTINGS_TEST var definition from...
2012-02-12 Rejean Loyerecere/gui/Stacker: New Stacker implementation, adaptati...
2012-02-05 Jerome St-Louisecere/gui/drivers/X: Native Decorations Tweaks for...
2012-02-05 Jerome St-Louiside: Fixed deleting breakpoints from PanelView (editing...
2012-02-05 Jerome St-Louiside: Fixed corruption of LD_LIBRARY_PATH (Only PATH...
2012-02-05 Jerome St-Louiside/ProjectSettings: Fixed overriding to 'false' Projec...
2012-02-05 Jerome St-Louiside/CodeEditor: Changed paramsList from a ListBox to...
2012-02-04 Jerome St-Louiside/CodeEditor: Fixed crashes on assigning a string...
2011-12-12 Jerome St-Louiside/CodeEditor: Fixes for parsing memory leaks
2011-11-21 Jerome St-Louiside: Fix to update project file dialog directory when...
2011-11-07 Jerome St-LouisProper .pot generation (Wrap up ecere.com/mantis/view...
2011-11-03 Jerome St-LouisFixed a bug in renew/renew0 which would prevent from...
2011-10-18 Jerome St-Louiside: Fixed memory leak in ProjectView opening files...
2011-10-18 Rejean Loyeride:epj: fixed empty description and license written...
2011-10-18 Rejean Loyermakefiles: single file per line for all file lists...
2011-10-18 Rejean Loyeride/epj2make: makefile generation: print a single file...
2011-10-17 Jerome St-Louiside: Fix for 'Copying include directories from one...
2011-10-17 Jerome St-Louiside: Memory leaks fixes
2011-10-16 Jerome St-Louiside/Project: Fixed a major memory leak in platformSpeci...
2011-10-16 Jerome St-Louiside/Project: Fixes to prevent ever saving empty arrays...
2011-10-15 Jerome St-Louiside: Added extra checks to ProjectOptions::isEmpty...
2011-10-15 Jerome St-Louiside: Fixed another i18n string mistake on File Reload...
2011-10-13 Jerome St-Louiside: Fixed a few translated strings issues
2011-10-04 Jerome St-LouisFixed up some i18n strings
2011-10-03 Jerome St-Louisecere: Fixed up i18n Support; Started Chinese translati...
2011-10-01 Rejean Loyeride: fixed null pointer crash in Project::MarkChanges
2011-09-16 Jerome St-Louiside/debugger: Crash fix on watch evaluation; Fixed...
2011-09-14 Jerome St-Louiside: Fixed visual glitches: 'dead pixel' in Properties...
2011-09-14 Jerome St-Louiside/debugger: Debugger improvements (Corrected member...
2011-09-10 Rejean Loyeride: build output: keep the name of the currently selec...
2011-09-03 Rejean Loyeride:find in files: implemented ability to search within...
2011-09-01 Rejean Loyeride:find in files: use proper technique to get a relati...
2011-09-01 Rejean Loyeride: allow files with same name in project as long...
2011-08-25 Jerome St-Louiside: Fixed Makefile generation order-only objdir rules...
2011-08-25 Rejean Loyeride (epj/makefile): proper platform specific build...
2011-08-25 Rejean Loyermakefiles: fixed broken snapshot build by reverting...
2011-08-25 Jerome St-Louiside: Reverted CodeEditor font to Courier New (Consolas...
2011-08-25 Jerome St-LouisFix for double clicking DirectoriesBox entries popping...
2011-08-25 Jerome St-Louisecere/ide: Added DirPath/FilePath support in DataBox...
2011-08-23 Jerome St-Louiside/Makefile Generation: Gave priority to File compiler...
2011-08-23 Jerome St-Louiside/GlobalSettings: Fixed modifiedDocument being set...
2011-08-23 Jerome St-Louiside/GlobalSettingsDialog: Added confirmation for droppi...
2011-08-23 Jerome St-Louiside/CodeEditor: Patch for CodeEditor displaying code...
2011-08-23 Jerome St-Louisecere/ide: Fixed property editor problems relating...
2011-08-22 Jerome St-Louiside:Fixed environment variables crash and made them...
2011-08-19 Jerome St-Louisecere/ide: Support automatically chaining modal masters...
2011-08-19 Jerome St-Louiside: Fixed up some MessageBoxes 'master' property
2011-08-19 Jerome St-Louiside/ecere: Put back master assignment, as this is requi...
2011-08-18 Rejean Loyerbuild system / makefiles / ide: added support for ccach...
2011-08-18 Jerome St-Louisecere: Made nativeDecorations default on MessageBox...
2011-08-18 Jerome St-Louiside/Debugger/watches: Fixed freeData to be false for...
2011-08-18 Jerome St-Louisecere/ide: Fixed DataBox::SetData to use any_object...
2011-08-17 Rejean Loyeride: proper fix for improved platform specific inclusio...
2011-08-16 Rejean Loyeride: fixed platform-file-config specific build exclusio...
2011-08-16 Rejean Loyeride: fixed platform specific build in/ex-clusion overri...
2011-08-16 Rejean Loyeride: improved platform specific inclusion/exclusion
2011-08-15 Jerome St-Louiside: Changed breakpoint icons from blue surrounded...
2011-08-15 Rejean Loyerecere:FileDialog:ide:documentor: use native decorations...
2011-08-15 Rejean Loyeride: fixed crash on missing file name for new NodeIcons...
2011-08-14 Jerome St-Louisecere: Safety for nativeDecorations of non-root windows...
2011-08-14 Jerome St-Louisecere: embellished menu bar; ide: centralized font...
2011-08-14 Jerome St-Louisecere: Fixes for proper Native Decorations support...
2011-08-12 Rejean Loyerecere: included the Stacker gui control into the ecere...
2011-08-11 Jerome St-Louiside: Fixed the commented out old scheme in case people...
2011-08-11 Jerome St-Louiside: Brightened up comments (brighter gray) and numbers...
2011-08-11 Jerome St-Louissdk/ecere/ide: Improved color customization support...
2011-07-01 Rejean Loyeride: fixed Project->New and Project->Open menus were...
2011-06-12 Rejean Loyeride: fixed debug menu being disabled while building...
2011-06-12 Rejean Loyeride:replaceInFiles: fixed line number off by one and...
2011-06-12 Rejean Loyeride: fixed broken search in files and updated Makefile...
2011-06-12 Rejean Loyeride:findInFiles: added replace in files feature
2011-06-12 Rejean Loyeride: fixed debug menu items all disabled on build while...
2011-06-12 Rejean Loyeride: fixed menu enabling/disabling on debugger state...
2011-06-11 Rejean Loyeride:NodeProperties: fixed changing path didn't update...
2011-06-10 Rejean Loyeride:ProjectView:ProjectNode:NodeProperties: fixed super...
2011-06-10 Rejean Loyeride:NodeProperties: fixed folder icon changing to gener...
2011-06-10 Jerome St-LouisFixed Button leak in GlobalSettingsDialog
2011-06-10 Jerome St-Louiside: Fixed leaking of DirectoriesBox in GlobalSettingsD...
2011-06-10 Jerome St-Louiside: Patched regeneration of makefile on deleting folder
2011-06-10 Jerome St-Louiside: Fixed makefile regeneration in added project when...
2011-06-10 Jerome St-Louiside: Fixed SelectorBar/Stacker scroller placement bugs...
2011-06-09 Jerome St-Louiside: Fixed Workspace issues (PathBox, was not saving...
2011-06-09 Jerome St-Louiside: Fixed target directory in Makefile generation
2011-06-06 Jerome St-Louiside/debugger: fixed problem where debugging a different...
2011-06-02 Jerome St-Louiside: Added a missing null pointer crash in config-platf...
2011-05-31 Rejean Loyeride:ProjectView:ProjectNode:NodeProperties: added ...
2011-05-31 Rejean Loyeride:ProjectNode: fixed crash on null string
2011-05-30 Rejean Loyeride:ProjectView: fixed hotkey f used for both 'add...
2011-05-30 Rejean Loyeride: tweaked code related to managing (or not) debug...
2011-05-19 Rejean Loyersdk:ide: fixed debugger stopped on compiling other...
2011-05-19 Jerome St-Louiside: Fixed go to error broken by MSVS support
2011-05-17 Jerome St-Louiside: Fix for loading legacy .epj's (was crashing on...
2011-05-17 Jerome St-LouisFixed up ide.epj and Makefile to always use obj/resourc...
2011-05-15 Jerome St-LouisInitial git commit -- Transition from CodeGuard repository