ecere/gfx/imgDistMap: authorship notice update
[sdk] / ide / src / project /
2016-08-04 Jerome St-Louiside/CodeEditor: Customizable color scheme support
2016-08-04 Jerome St-Louiside; documentor; epj2make; installer: Moved IDE depende...
2016-08-01 Jerome St-Louiside: Fixed various global settings issues
2016-08-01 Jerome St-Louiside/project: Treating both 'emcc' and 'clang' as 'gcc...
2016-07-28 Rejean Loyeride: fix specifying all file extensions (output file...
2016-07-28 Rejean Loyeride: fix generated <compiler>.cf file to not define...
2016-07-28 Rejean Loyerepj2make, ide: makefile generation, global settings...
2016-07-28 Rejean Loyeride, documentor, epj2make: settings, compiler configs...
2016-07-28 Rejean Loyeride: move windows specific code (setEcereLanguageInWinR...
2016-07-28 Rejean Loyeride: add recent files to workspace for the recent files...
2016-07-28 Rejean Loyeride: workspace: fix making changes in openedFiles list...
2016-07-28 Rejean Loyeride: workspace: (#882) save workspace file (.ews) in...
2016-07-28 Rejean Loyeride: improve user interface to build output mode contro...
2016-07-28 Rejean Loyeride, tarball: changed target name and module name from...
2016-07-28 Rejean Loyeride: workspace: fix memory leak.
2016-07-28 Jerome St-Louiside/Project: Fixed double GCC_PREFIX introduced by...
2016-07-28 Jerome St-Louiside: Fixed a couple warnings
2016-07-28 Jerome St-Louiside/Project; ecere/sys/FileMonitor: (#1113) Fixed Crash...
2016-07-28 Jerome St-Louiside: Support for .epj files in econ format. econ is...
2016-07-28 Rejean Loyerbuildsystem,epj2make,ide: fix makefile generation to...
2016-07-28 Rejean Loyerbuildsystem,epj2make,ide: add the optional use of resou...
2016-07-28 Rejean Loyerbuildsystem,makefiles,tarball: improve distclean target...
2016-07-28 Jerome St-Louisecere/JSON;eCON: Splitting WriteJSONObject / WriteECONO...
2016-07-28 Rejean Loyerecere/sys/JSON: add eCON mode.
2016-07-28 Rejean Loyertarball,crossplatform.mk: improve cross-platform shell...
2016-07-28 Rejean Loyerbuildsystem,epj2make,ide: fix makefile generation to...
2016-07-16 Rejean Loyeride: tweak to resolve compiler config environment varia...
2015-12-22 Rejean Loyeride: support compiler config environment variables...
2015-12-22 Rejean Loyerbuildsystem; makefiles; tarball: always use ifeq/ifneq...
2015-12-22 Rejean Loyeride: environment variable handling for path separator...
2015-12-22 Rejean Loyeride: implement hold down ctrl key for raw compiler...
2015-12-22 Rejean Loyeride: don't show same file name message if other same...
2015-12-22 Rejean Loyerbuildsystem, epj2make, ide: support Emscripten compiler.
2015-12-09 Rejean Loyeride: fix unwanted linker error message.
2015-12-09 Rejean Loyeride: fix -debug-start command line switch.
2015-02-15 Rejean Loyeride: fix unable to open generated .c files from clang...
2015-02-15 Rejean Loyeride: fix goto line from find in files not working becau...
2014-09-18 Jerome St-Louiside/project: Fixed missing file error report with GNU...
2014-08-07 Rejean Loyeride; fix linker warnings count as errors.
2014-07-15 Jerome St-LouisVarious fixes for Android
2014-07-13 Rejean Loyerbuildsystem; ide; epj2make; tarball: bypass use of...
2014-07-09 Jerome St-Louiside/ProjectView: Fixed crash on Alt-Up/Down to select...
2014-07-09 Jerome St-Louiside/project: Fixed exclusion check for compiling single...
2014-07-06 Jerome St-Louisecere; ide; compiler: Fixed some Clang warnings
2014-07-06 Jerome St-Louisear/extract; extras; samples: Fixes
2014-07-02 Jerome St-Louiside/Project: Fixed a crash in LegacyLoad introduced...
2014-07-01 Jerome St-Louiscompiler/libec: (#18, #26, #439, #685) Fixed serious...
2014-06-21 Jerome St-Louiside/Project: Fixed excessive CPU usage processing build...
2014-06-13 Jerome St-Louiscompiler; ecere; ide; eda: Fixed 32 bit warnings
2014-06-12 Jerome St-Louisecere; ide: Fixed Release config warnings
2014-06-12 Jerome St-Louiscompiler/libec: Fixed warnings in generated code for...
2014-06-12 Jerome St-Louiside/project; compiler: Fixed IDE hangs on numerous...
2014-06-11 Jerome St-Louiscompiler/libec: Casts where function pointers are expected
2014-06-10 Jerome St-Louiscompiler/libec: Generated code warning fixes (unused...
2014-06-10 Jerome St-Louiside/Project: (#241) Seeing GCC warnings when building...
2014-06-10 Jerome St-Louiscompiler/libec; ecere: Support for checking platform...
2014-06-04 Jerome St-Louissdk: Fixed many warnings and related problems
2014-05-29 Jerome St-Louissdk: const correctness
2014-05-27 Jerome St-LouisFixed many warnings
2014-05-27 Jerome St-Louiscompiler/libec: (#341, #351, #644, #771) Improved enum...
2014-05-04 Jerome St-Louiscompiler/libec: (#402, #772) Improved reporting syntax...
2014-04-28 Jerome St-Louiside/project: Fixed crash loading legacy epj
2014-04-23 Jerome St-Louiside/ProjectView: Opening binary documents using shell...
2014-04-23 Jerome St-Louiside: Fixed improper casts to 'bool' type
2014-04-23 Jerome St-Louiside/Project: (#1075) Fixed occasional crash on closing...
2014-04-16 Jerome St-Louiside/project/ProjectView: Fixed hidden output log on...
2014-04-02 Jerome St-Louiside/Project: Fixed Clean() should not return a value
2014-03-28 Jerome St-Louiside/Project: Fixes to GCC version detection
2014-03-27 Jerome St-Louiside/project: Not adding -lstdc++ to C++ projects
2014-03-26 Jerome St-Louiside/CodeEditor: Fixed mislocated caret when resetting...
2014-03-26 Jerome St-Louiside: Fixed bad layout of windows when 'Adding new form'
2014-03-21 Jerome St-Louisi18n: (#858) Handling localization for libraries within...
2014-03-19 Jerome St-Louisi18n: Update
2014-03-18 Jerome St-Louisinstaller; ide: (#712) Added language selection to...
2014-03-12 Jerome St-Louiside: Various layout improvements
2014-03-06 Jerome St-Louisear; ide/Project: Now compressing 64 bit Windows execut...
2014-03-01 Rejean Loyerecs; ide/Project: (#1063) Fixed Windows build issues...
2014-02-10 Rejean Loyeride; fix failure to open .c object file. add #ifndef...
2014-02-10 Rejean Loyerbuildsystem,ecc,ecp,ecs,ide; (#1055) allow cross-compil...
2014-02-10 Rejean Loyerbuildsystem,ide; (#1036) fix failure to go to added...
2014-02-10 Rejean Loyeride; (#1057) fix import folder file dialog not pointing...
2014-02-10 Rejean Loyeride; (#1037) fix f7/ctrlF7 compilation selecting wrong...
2014-02-03 Rejean Loyerbuildsystem;epj2make;ide; (#1035) remove any ECERE_SDK_...
2013-10-30 Rejean Loyeride;ProjectView; allow cleaning multiple projects at...
2013-10-30 Rejean Loyeride;ProjectView; fix project view only show the modifie...
2013-10-30 Rejean Loyercleaned all trailing white space from source files.
2013-10-09 Rejean Loyerbuildsystem; added REPOSITORY_VER variable in crossplat...
2013-10-09 Rejean Loyeride; (#1009) fixed new errors showing in build log...
2013-10-09 Rejean Loyerbuildsystem,epj2make,ide; (#996) fixed remaining issues...
2013-10-08 Rejean Loyeride; (#1013) fixed linker warnings being reported as...
2013-09-26 Rejean Loyerbuildsystem,epj2make,ide; remove .main.* files when...
2013-09-26 Rejean Loyeride;debugger; (#1003) fixed multiple issues.
2013-09-10 Rejean Loyeride;debugger; (#968) handle breakpoints by project...
2013-09-10 Rejean Loyeride;debugger; (#999) added support for gdb's until...
2013-08-30 Jerome St-Louisbuildsystem, ide, ecere, ecs; (#906) added runtime...
2013-08-29 Jerome St-Louiside: Fixed bad usage of PipeOpenMode causing showWindow...
2013-08-29 Rejean Loyeride; (#993) fixed exact same file in two projects but...
2013-08-29 Rejean Loyeride;debugger; (#897) added a default option to redzone...
2013-08-29 Rejean Loyeride;debugger; (#897) added options (leak check, redzone...
2013-08-29 Rejean Loyeride; (#968) fixed toggling a breakpoint in wrong file...
next