compiler; deps/libffi: Getting rid of warnings
[sdk] / ide /
2012-08-21 Jerome St-Louiscompiler; deps/libffi: Getting rid of warnings
2012-08-21 Jerome St-Louiside/GlobalSettingsDialog: Fixed missing 'disabled'...
2012-08-20 Jerome St-Louiside/Project: Not using relative paths for config dir...
2012-08-19 Jerome St-Louiside/PictureEdit: Fixed null pointer crash on using...
2012-08-19 Jerome St-Louiside/Project: Using relative paths for .configs director...
2012-08-16 Jerome St-LouisMakefiles: Tweaks for Debian
2012-08-15 Jerome St-LouisMakefile: Installing man pages, making tao.pdf optional...
2012-08-13 Jerome St-Louiside/Project: Tweaked default configs directory to be...
2012-08-13 Jerome St-Louiside/legacy project: Fixed a crash loading legacy project
2012-08-11 Jerome St-Louiside/Project Settings: Fix for properly handling project...
2012-08-10 Jerome St-Louiside/Settings: Changed default C preprocessor to 'gcc...
2012-08-10 Jerome St-Louiside/GlobalSettingsDialog: Fixed a crash introduced...
2012-08-10 Jerome St-Louiside/Build System: Improved when makefiles/compiler...
2012-08-10 Jerome St-Louiside/Quick Project Dialog: Fixed cut label
2012-08-10 Jerome St-Louiside/Makefile generation: Fixed different compilers...
2012-08-09 Jerome St-Louiside/Build System, GlobalSettings: Support for per compi...
2012-08-09 Jerome St-Louiside/GlobalSettingsDialog: Fixed 'ok' button asking...
2012-07-31 Jerome St-Louisecere/DataBox: Tweaks for read only DataBoxes to not...
2012-07-31 Jerome St-Louisecere/File: fix for handling a null pointer from File...
2012-07-26 Jerome St-Louisi18n: Updated Translation templates
2012-07-26 Jerome St-Louiside/GlobalSettingsDialog: Fixes for compilers selector...
2012-07-26 Jerome St-Louiside/GlobalSettingsDialog: Fix to confirm closing dialog...
2012-07-13 Jerome St-Louiside/Toolbar: Fix for Save tool button not working
2012-07-13 Jerome St-Louiside/ProjectView: Fix for functions returning without...
2012-07-12 Jerome St-Louiside/Project: On closing the IDE, properly report which...
2012-07-12 Jerome St-Louisecere/sys/File monitors: Disabled reentrancy for file...
2012-07-12 Jerome St-Louiside/Project: Fixes for monitoring newly created project...
2012-07-12 Jerome St-Louiside/Project/epj monitoring: Added support for notifying...
2012-07-11 Jerome St-Louiside/Debugger: Improvement to last commit for issue...
2012-07-11 Jerome St-Louiside/debugger: Debugger support for automatically resolv...
2012-07-11 Jerome St-Louiside/Project: Fix for broken QuickProject #736 (Was...
2012-07-11 Jerome St-Louiscompiler/i18n: Modified .bowl/.pot generation to always...
2012-07-10 Jerome St-Louiside/Debugger/GDBDialog: Fix for parsing empty arguments...
2012-07-10 Jerome St-Louiside/Debugger: Fix for avoiding confusion between intern...
2012-07-10 Jerome St-Louiside/Project: Added a distinct C++ compiling/linking...
2012-06-25 Rejean Loyerspaces
2012-05-30 Rejean Loyerbuild system: reverted to using immediate assignment...
2012-05-30 Rejean Loyerbuild system: improved cleaning to remove .bowl files.
2012-04-24 Jerome St-Louiside/Project: Moved -shared before -l libraries
2012-04-24 Jerome St-Louiside/ProjectSettings: Tweaks for Config X Platform to...
2012-04-24 Jerome St-Louiside/Project: Fix for OFLAGS += outside of ifneq and...
2012-04-23 Jerome St-Louiside/Project: Fix for double LIBS +=
2012-04-23 Jerome St-Louiside/Project: Added buildBitDepth member to ProjectOptio...
2012-04-18 Jerome St-Louiside/Compiler Configs: Fix to replace COMPILER_SUFFIX...
2012-04-18 Jerome St-Louiside/Compiler Configs: Using COMPILER_SUFFIX and DEBUG_S...
2012-04-18 Jerome St-Louiside/Compiler Settings: Fix for DEBUG var support in...
2012-04-18 Jerome St-Louiside/Compile Configs: Renamed E_IDE_CF_DIR variable...
2012-04-18 Jerome St-Louiside/Project: Took out debug.cf debugging tools for...
2012-04-18 Jerome St-Louiside/Project/Compiler Configs: Using .cf file based...
2012-04-17 Jerome St-Louiside/Project: Fixed CONSOLE's assignment to use = instea...
2012-04-17 Rejean Loyerbuild system: added per-project override of compiler...
2012-04-17 Rejean Loyeride: generate a single makefile, no more compiler speci...
2012-04-17 Jerome St-Louiside/Makefile: Added missing crossplatform.cf
2012-04-16 Rejean Loyerbuildsystem: moved compiler toolchain and additional...
2012-04-16 Rejean Loyerbuild system: taken include.mk stuff as well as compile...
2012-04-16 Jerome St-Louiside/ProjectView: Fixed handling of exclusions when...
2012-04-15 Rejean Loyermakefile generation: fixed support for space in source...
2012-04-15 Rejean Loyermakefile generation: output a single list of ec files...
2012-04-12 Jerome St-Louiside/Project: I think the 'else if' was actually meant...
2012-04-12 Jerome St-Louiside/Project: Fixed an 'else if' that should have been...
2012-04-09 Rejean Loyermakefile generation: fix unable to link to ecere bug...
2012-04-06 Rejean Loyermakefile generation: restored ouput order for LIBS.
2012-04-06 Rejean Loyeride:ProjectView: fixed getting a node by window. this...
2012-04-06 Rejean Loyermakefile generation: cleaned up and improved implementa...
2012-04-05 Rejean Loyeride: improved quick project menu item enabling/disabling.
2012-04-05 Rejean Loyermakefile generation: added printing of platform specifi...
2012-04-05 Rejean Loyermakefile generation: output compiler include/library...
2012-04-05 Rejean Loyermakefile-generation: fixed platform vs config vs common...
2012-03-31 Rejean Loyeride: removed redundant activation of output view during...
2012-03-31 Rejean Loyeride: fixed AdjustBuildMenus to update popup menu as...
2012-03-27 Rejean Loyeride: fixed go to error didn't work with "In file includ...
2012-03-27 Rejean Loyeride: fixed build output parsing when dealing with ...
2012-03-27 Rejean Loyeride:debugger: fixed lack of debug session management...
2012-03-27 Rejean Loyeride/epj2make/makefile: moved TARGET_TYPE conditional...
2012-03-27 Rejean Loyeride:debugger:breakpoints: fixed breakpoints not being...
2012-03-27 Jerome St-Louiside/Debugger: Moved app.Lock() to proper place! Resulte...
2012-03-20 Jerome St-Louiside/menus: Took out overloaded 'e' hot key for Real...
2012-03-20 Rejean Loyeride:BreakpointsPanel: show empty cell grid for inconseq...
2012-03-20 Rejean Loyeride:debugger: completed conditional breakpoints (by...
2012-03-20 Rejean Loyeride:Project/Makefile: added realclean feature making...
2012-03-19 Rejean Loyeride/ecere/extras: activeBorder -> formColor
2012-03-19 Rejean Loyeride: completed proper implementation of portable paths...
2012-03-13 Jerome St-Louiside: More appropriate resolution for background
2012-03-13 Jerome St-Louiside: Fixes to the 3DS model viewing functionality
2012-03-10 Jerome St-Louiside: settings, installer: Fixed migration of existing...
2012-03-08 Jerome St-Louisinstaller: Fixed renaming tao.pdf to full name; ide...
2012-03-08 Jerome St-Louiside: Added 0.44 Ryoanji graphics
2012-03-08 Rejean Loyeride/epj2make:makefiles: fixed ear commands were escapin...
2012-03-08 Jerome St-Louisinstaller: Use of licensing dialog in Installer
2012-03-08 Jerome St-Louiside: Updated Makefile, gave more room for title in...
2012-03-08 Jerome St-Louiside/About: Made new About box resizable (lot of stuff...
2012-03-08 Jerome St-Louiside: New Credits and Licensing dialogs; Added missing...
2012-03-07 Jerome St-Louiside/about: Updated version number; installer: added...
2012-03-07 Rejean Loyeride: Correctly handling (once again) non existing files...
2012-03-07 Jerome St-Louiside/NewProjectDialog: Fixed crash/hang on New Project...
2012-03-07 Jerome St-Louiside/Project: Fixed crash on 'unset' trying to delete...
2012-03-07 Rejean Loyeride: added missing menu item Import folder on Resources...
2012-03-06 Rejean Loyeride:debugger: completed gui part of breakpoint hit...
2012-03-06 Rejean Loyeride:debugger: hangle geb error message "during startup...
2012-03-06 Rejean Loyeride: remove project file name from title bar after...
next