Branch: refs/heads/master Home: https://github.com/geany/geany
Commit: 36ebb1f2b70f35dd802e98a628df070cff4f4d09 https://github.com/geany/geany/commit/36ebb1f2b70f35dd802e98a628df070cff4f4d... Author: Colomban Wendling ban@herbesfolles.org Date: 2011-10-30 (Sun, 30 Oct 2011)
Changed paths: M plugins/saveactions.c M src/build.c M src/gb.c M src/msgwindow.c M src/project.c M src/search.c M src/sidebar.c M src/ui_utils.c M src/vte.c
Log Message: ----------- Use canonical macros for stock items rather than plain strings
This makes the code more readable, potentially more future-proof (if the actual string changes) and better style (catches possible typos at build-time).
Commit: 274e01f5551c52374e49eb44690d3b5a665f2b21 https://github.com/geany/geany/commit/274e01f5551c52374e49eb44690d3b5a665f2b... Author: Colomban Wendling ban@herbesfolles.org Date: 2011-10-30 (Sun, 30 Oct 2011)
Changed paths: M src/symbols.c M src/ui_utils.c
Log Message: ----------- Fix various coding style issues
Commit: af838cda7b9a40c677437bd1828c31491f5c0f89 https://github.com/geany/geany/commit/af838cda7b9a40c677437bd1828c31491f5c0f... Author: Colomban Wendling ban@herbesfolles.org Date: 2011-10-30 (Sun, 30 Oct 2011)
Changed paths: M src/sidebar.c
Log Message: ----------- Allow to expand or collapse all items from openfiles popup menu
This is useful if one have many open files from different directories and wants to see the files from only one or another.
Compare: https://github.com/geany/geany/compare/0337b19...af838cd