Branch: refs/heads/master Home: https://github.com/geany/geany
Commit: 182bdc3b1784287725026c6423f9a1ca5471af39 https://github.com/geany/geany/commit/182bdc3b1784287725026c6423f9a1ca5471af... Author: Matthew Brush mbrush@codebrainz.ca Date: 2011-10-11 (Tue, 11 Oct 2011)
Changed paths: M plugins/filebrowser.c M src/dialogs.c M src/search.c M src/ui_utils.c
Log Message: ----------- Replace GTK_BIN(...)->child with gtk_bin_get_child(...)
Commit: bd5fba7eb57063c5f7d387d7cd36b21c6d3591bf https://github.com/geany/geany/commit/bd5fba7eb57063c5f7d387d7cd36b21c6d3591... Author: Matthew Brush mbrush@codebrainz.ca Date: 2011-10-11 (Tue, 11 Oct 2011)
Changed paths: M plugins/htmlchars.c A scripts/rstrip-whitespace.py M src/build.c M src/dialogs.c M src/editor.c M src/filetypes.c M src/gb.c M src/geanyentryaction.c M src/geanyobject.c M src/highlighting.c M src/images.c M src/interface.c M src/keyfile.c M src/msgwindow.c M src/notebook.c M src/printing.c M src/socket.c M src/symbols.c M src/toolbar.c M src/tools.c M src/utils.c M src/win32.c
Log Message: ----------- Remove extra whitespace at end of lines in all source files.
* Processed with rstrip-whitespace.py script added to scripts/ directory. * Script run on all .c and .h files in src/ and plugins/ directories. * Also remove more than one newline at the end of files.
Compare: https://github.com/geany/geany/compare/2aafa6a...bd5fba7