2011-11-20 |
Enrico Tröger | Prefix header guards with GEANY_ for consistency
|
commit | commitdiff | tree |
2011-11-20 |
Enrico Tröger | Remove double underscores around header guards (closes...
|
commit | commitdiff | tree |
2011-11-13 |
Enrico Tröger | Merge branch 'master' of github.com:geany/geany
|
commit | commitdiff | tree |
2011-11-13 |
Enrico Tröger | Display the plugin's description in the list of plugins...
|
commit | commitdiff | tree |
2011-11-13 |
Enrico Tröger | Rename Search and Goto text fields action names
|
commit | commitdiff | tree |
2011-11-06 |
Enrico Tröger | Update developer list in the About dialog
|
commit | commitdiff | tree |
2011-10-23 |
Enrico Tröger | Wait for user input in the debug console
|
commit | commitdiff | tree |
2011-10-23 |
Enrico Tröger | When using the debug console, capture stdin as well.
|
commit | commitdiff | tree |
2011-10-23 |
Enrico Tröger | Add a few notes about generating tags files on Windows
|
commit | commitdiff | tree |
2011-10-18 |
Enrico Tröger | Adjust error line parsing for newer Python versions
|
commit | commitdiff | tree |
2011-10-09 |
Enrico Tröger | If we didn't find a revision, set it to "-1" not just...
|
commit | commitdiff | tree |
2011-10-09 |
Enrico Tröger | Strip trailing whitespace from the revision
|
commit | commitdiff | tree |
2011-10-09 |
Enrico Tröger | Cleanup
|
commit | commitdiff | tree |
2011-10-09 |
Enrico Tröger | Check for Git revision rather than SVN one (Waf-based...
|
commit | commitdiff | tree |
2011-10-02 |
Enrico Tröger | If no SVN revision is found, return -1 instead of 0
|
commit | commitdiff | tree |
2011-10-01 |
Enrico Tröger | Update documentation for new images.
|
commit | commitdiff | tree |
2011-10-01 |
Enrico Tröger | Update documentation images.
|
commit | commitdiff | tree |
2011-09-15 |
Enrico Tröger | eht16's changes
|
commit | commitdiff | tree |
2011-06-26 |
Enrico Tröger | More GTK 2.8 => GTK 2.12 transition.
|
commit | commitdiff | tree |
2011-06-15 |
Enrico Tröger | Fix two bugs with triple quoted strings within comments...
|
commit | commitdiff | tree |
2011-06-14 |
Enrico Tröger | Add Cython keywords
|
commit | commitdiff | tree |
2011-06-02 |
Enrico Tröger | Ignore tags ending with an underscore.
|
commit | commitdiff | tree |
2011-06-02 |
Enrico Tröger | Fix a very old typo
|
commit | commitdiff | tree |
2011-06-02 |
Enrico Tröger | Focus the editor widget after loading project session...
|
commit | commitdiff | tree |
2011-06-02 |
Enrico Tröger | Add ui_focus_current_document() and document_grab_focus().
|
commit | commitdiff | tree |
2011-05-30 |
Enrico Tröger | Move keyword 'enum' to primary keywords (closes #3305737).
|
commit | commitdiff | tree |
2011-05-29 |
Enrico Tröger | Check whether the custom plugin path is one of the...
|
commit | commitdiff | tree |
2011-05-29 |
Enrico Tröger | Do not add active plugins to the list of plugins when...
|
commit | commitdiff | tree |
2011-05-29 |
Enrico Tröger | Fix typo
|
commit | commitdiff | tree |
2011-05-29 |
Enrico Tröger | Define and use get_plugin_path() always and move platform...
|
commit | commitdiff | tree |
2011-05-29 |
Enrico Tröger | When checking for literal strings to ignore, consider...
|
commit | commitdiff | tree |
2011-05-22 |
Enrico Tröger | Add 'enum' to secondary keywords (closes #3305737,...
|
commit | commitdiff | tree |
2011-05-22 |
Enrico Tröger | Do not allow 'Save All' even if 'allow_always_save...
|
commit | commitdiff | tree |
2011-05-22 |
Enrico Tröger | Remove unused variables (suggested by Eugene Arshinov).
|
commit | commitdiff | tree |
2011-05-22 |
Enrico Tröger | Add old, missed ChangeLog entry, oops
|
commit | commitdiff | tree |
2011-05-22 |
Enrico Tröger | Remove unused variables (patch by Eugene Arshinov,...
|
commit | commitdiff | tree |
2011-05-08 |
Enrico Tröger | Remove unused variables.
|
commit | commitdiff | tree |
2011-05-08 |
Enrico Tröger | Add note about patching Glade 2.12 to compile it with...
|
commit | commitdiff | tree |
2011-04-17 |
Enrico Tröger | Use document_compare_by_tab_order() as default compare...
|
commit | commitdiff | tree |
2011-04-17 |
Enrico Tröger | Add document_compare_by_tab_order() and document_compare_by_...
|
commit | commitdiff | tree |
2011-04-12 |
Enrico Tröger | fix function signature (oops)
|
commit | commitdiff | tree |
2011-04-12 |
Enrico Tröger | Add missing parts from previous commit, oops
|
commit | commitdiff | tree |
2011-04-12 |
Enrico Tröger | Rename document_sort_by_display_name() into document_compare...
|
commit | commitdiff | tree |
2011-04-12 |
Enrico Tröger | Fix wrong casting of array pointers, thanks Nick.
|
commit | commitdiff | tree |
2011-04-10 |
Enrico Tröger | Add ui_menu_add_document_items_sorted() and document_sort_by...
|
commit | commitdiff | tree |
2011-04-10 |
Enrico Tröger | Fix mapping of SQL tags for Geany's symbol list (closes...
|
commit | commitdiff | tree |
2011-04-10 |
Enrico Tröger | Add and use signal "document-reload" to the plugin...
|
commit | commitdiff | tree |
2011-04-10 |
Enrico Tröger | Ignore scrolling events in on_update_ui().
|
commit | commitdiff | tree |
2011-04-04 |
Enrico Tröger | Reset cursors when Scintilla widget is realized (Backport...
|
commit | commitdiff | tree |
2011-04-04 |
Enrico Tröger | Fix X PRIMARY selection issue when Scintilla widget...
|
commit | commitdiff | tree |
2011-04-03 |
Enrico Tröger | Reflect the existence of the entered command in `Set...
|
commit | commitdiff | tree |
2011-04-03 |
Enrico Tröger | Replace escape character '\' by slash '/' in paths...
|
commit | commitdiff | tree |
2011-04-03 |
Enrico Tröger | Remove unused variables
|
commit | commitdiff | tree |
2011-04-03 |
Enrico Tröger | Add Scintilla's version.txt file.
|
commit | commitdiff | tree |
2011-04-03 |
Enrico Tröger | Update Scintilla to version 2.25.
|
commit | commitdiff | tree |
2011-03-27 |
Enrico Tröger | Add new keybinding 'Remove Markers and Error Indicators'.
|
commit | commitdiff | tree |
2011-03-27 |
Enrico Tröger | Enable SplitWindow build on Windows again.
|
commit | commitdiff | tree |
2011-03-27 |
Enrico Tröger | Initialize GLib's Gthread system early at startup in...
|
commit | commitdiff | tree |
2011-03-18 |
Enrico Tröger | Add file template for Vala (patch by Mark Trompell...
|
commit | commitdiff | tree |
2011-03-13 |
Enrico Tröger | Add Markdown extension.
|
commit | commitdiff | tree |
2011-03-08 |
Enrico Tröger | Fix wrong code example in the API docs (spotted by...
|
commit | commitdiff | tree |
2011-03-06 |
Enrico Tröger | Fix off-by-one bug which hidden the last empty line...
|
commit | commitdiff | tree |
2011-03-06 |
Enrico Tröger | Use the full filename and add the extension of the...
|
commit | commitdiff | tree |
2011-03-06 |
Enrico Tröger | Cleanup.
|
commit | commitdiff | tree |
2011-03-06 |
Enrico Tröger | Add option to insert line numbers (closes #3197150).
|
commit | commitdiff | tree |
2011-03-06 |
Enrico Tröger | Respect saved state of 'Case sensitive' option when...
|
commit | commitdiff | tree |
2011-03-06 |
Enrico Tröger | Remember Find and Replace options across restarts ...
|
commit | commitdiff | tree |
2011-03-06 |
Enrico Tröger | Fix Windows build
|
commit | commitdiff | tree |
2011-03-06 |
Enrico Tröger | Fix typo.
|
commit | commitdiff | tree |
2011-03-06 |
Enrico Tröger | fix Waf build
|
commit | commitdiff | tree |
2011-03-02 |
Enrico Tröger | Add Colomban to the COMMITTERS list
|
commit | commitdiff | tree |
2011-03-02 |
Enrico Tröger | Welcome Colomban Wendling, a new Geany developer.
|
commit | commitdiff | tree |
2011-03-02 |
Enrico Tröger | Fix wrong warning on empty backup directory setting...
|
commit | commitdiff | tree |
2011-02-21 |
Enrico Tröger | Add support for multiple file filters, separated by...
|
commit | commitdiff | tree |
2011-02-06 |
Enrico Tröger | Rename utils_is_file_writeable() into utils_is_file_writable().
|
commit | commitdiff | tree |
2011-02-06 |
Enrico Tröger | Add a warning if writing the project file fails on...
|
commit | commitdiff | tree |
2011-02-06 |
Enrico Tröger | Improve error checking when trying to write project...
|
commit | commitdiff | tree |
2011-02-06 |
Enrico Tröger | Replace '+' by '-' in the Scintilla Keybindings section...
|
commit | commitdiff | tree |
2011-02-06 |
Enrico Tröger | Fix memory leaks (reported by an anonymous IRC user).
|
commit | commitdiff | tree |
2011-01-30 |
Enrico Tröger | fix build (typo)
|
commit | commitdiff | tree |
2011-01-30 |
Enrico Tröger | Add filetype Cobol (based on a patch by Seth Keiper).
|
commit | commitdiff | tree |
2011-01-30 |
Enrico Tröger | Ensure the editor widget has the focus when the editor...
|
commit | commitdiff | tree |
2011-01-20 |
Enrico Tröger | Add '.pyc' to the list of hidden object files (patch...
|
commit | commitdiff | tree |
2011-01-19 |
Enrico Tröger | Post-release version bump.
|
commit | commitdiff | tree |
2011-01-19 |
Enrico Tröger | Update copyright information.
|
commit | commitdiff | tree |
2011-01-19 |
Enrico Tröger | add note about doc/geany.1.in
|
commit | commitdiff | tree |
2011-01-18 |
Enrico Tröger | Add and use secondary keywords for filetype JavaScript...
|
commit | commitdiff | tree |
2010-11-28 |
Enrico Tröger | Enable GIO and built-in regex support on Windows when...
|
commit | commitdiff | tree |
2010-11-28 |
Enrico Tröger | Update for Scintilla 2.22.
|
commit | commitdiff | tree |
2010-11-28 |
Enrico Tröger | Disable preprocessor #define tracking for the CPP lexer...
|
commit | commitdiff | tree |
2010-11-24 |
Enrico Tröger | Reformat and improve the Windows resource file.
|
commit | commitdiff | tree |
2010-11-24 |
Enrico Tröger | Update Windows-Makefile-based build system for Scintilla.
|
commit | commitdiff | tree |
2010-11-24 |
Enrico Tröger | Update autotools-based build system for Scintilla.
|
commit | commitdiff | tree |
2010-11-24 |
Enrico Tröger | Revert last commit, not necessary
|
commit | commitdiff | tree |
2010-11-24 |
Enrico Tröger | Install ILexer.h as well
|
commit | commitdiff | tree |
2010-11-24 |
Enrico Tröger | Update Waf-based build system for Scintilla.
|
commit | commitdiff | tree |
2010-11-24 |
Enrico Tröger | Update Scintilla to version 2.22.
|
commit | commitdiff | tree |
2010-11-22 |
Enrico Tröger | create unstable branch
|
commit | commitdiff | tree |
2010-11-21 |
Enrico Tröger | Add 'instanceif' keyword for PHP (closes #3109330).
|
commit | commitdiff | tree |
2010-11-14 |
Enrico Tröger | Update Waf to current SVN version.
|
commit | commitdiff | tree |