- 18 Haz, 2011 2 kayıt (commit)
-
-
Colomban Wendling yazdı
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5859 ea778897-0a13-0410-b9d1-a72fbfd435f5
-
Frank Lanitz yazdı
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5858 ea778897-0a13-0410-b9d1-a72fbfd435f5
-
- 17 Haz, 2011 6 kayıt (commit)
-
-
Colomban Wendling yazdı
This allows to use constant strings (e.g. string literals) as the widget ID without triggering tons of compiler warnings. In cases widgets or non-constant strings are used, this just don't change anything, since anyway we don't really need the widget pointer not to be constant. git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5857 ea778897-0a13-0410-b9d1-a72fbfd435f5
-
Colomban Wendling yazdı
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5856 ea778897-0a13-0410-b9d1-a72fbfd435f5
-
Colomban Wendling yazdı
Most notably, utils_get_line_endings() and document_open_file_list() don't support -1 as the size anymore. If the size should be computed from null-terminated data, the caller code must take care of doing so. git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5855 ea778897-0a13-0410-b9d1-a72fbfd435f5
-
Colomban Wendling yazdı
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5854 ea778897-0a13-0410-b9d1-a72fbfd435f5
-
Colomban Wendling yazdı
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5853 ea778897-0a13-0410-b9d1-a72fbfd435f5
-
Colomban Wendling yazdı
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5852 ea778897-0a13-0410-b9d1-a72fbfd435f5
-
- 15 Haz, 2011 1 kayıt (commit)
-
-
Enrico Tröger yazdı
Fix two bugs with triple quoted strings within comments and missing indentation within triple quoted strings (#3316966, synced from CTags SVN, patch by Elias Pschernig, thanks). git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5851 ea778897-0a13-0410-b9d1-a72fbfd435f5
-
- 14 Haz, 2011 1 kayıt (commit)
-
-
Enrico Tröger yazdı
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5850 ea778897-0a13-0410-b9d1-a72fbfd435f5
-
- 13 Haz, 2011 11 kayıt (commit)
-
-
Colomban Wendling yazdı
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5849 ea778897-0a13-0410-b9d1-a72fbfd435f5
-
Colomban Wendling yazdı
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5848 ea778897-0a13-0410-b9d1-a72fbfd435f5
-
Colomban Wendling yazdı
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5847 ea778897-0a13-0410-b9d1-a72fbfd435f5
-
Colomban Wendling yazdı
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5846 ea778897-0a13-0410-b9d1-a72fbfd435f5
-
Colomban Wendling yazdı
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5845 ea778897-0a13-0410-b9d1-a72fbfd435f5
-
Colomban Wendling yazdı
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5844 ea778897-0a13-0410-b9d1-a72fbfd435f5
-
Colomban Wendling yazdı
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5843 ea778897-0a13-0410-b9d1-a72fbfd435f5
-
Colomban Wendling yazdı
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5842 ea778897-0a13-0410-b9d1-a72fbfd435f5
-
Colomban Wendling yazdı
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5841 ea778897-0a13-0410-b9d1-a72fbfd435f5
-
Colomban Wendling yazdı
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5840 ea778897-0a13-0410-b9d1-a72fbfd435f5
-
Colomban Wendling yazdı
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5839 ea778897-0a13-0410-b9d1-a72fbfd435f5
-
- 10 Haz, 2011 2 kayıt (commit)
-
-
Colomban Wendling yazdı
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5838 ea778897-0a13-0410-b9d1-a72fbfd435f5
-
Colomban Wendling yazdı
Create and destroy the file open/save dialogs on each call rather than keeping the same dialog around. This avoids letting GTK monitor the displayed directory for changes, thus probably reducing overhead and works around GTK monitoring bugs. This refactors the code a bit now it works a little differently. Also fixes a bug that made dialogs_show_save_as() wrongly return the first user response rather than the one that is actually used to make the decision. It happened for example when the user first selected an non-writable location, or was asked whether to override a file and answered "no". Closes/references: https://sourceforge.net/tracker/?func=detail&aid=3311687&group_id=153444&atid=787793 https://sourceforge.net/tracker/?func=detail&aid=3311258&group_id=153444&atid=787791 https://sourceforge.net/tracker/?func=detail&aid=3304273&group_id=153444&atid=787791 https://sourceforge.net/tracker/?func=detail&aid=3201050&group_id=153444&atid=787791 https://sourceforge.net/tracker/?func=detail&aid=3163742&group_id=153444&atid=787791 https://sourceforge.net/tracker/?func=detail&aid=3153120&group_id=153444&atid=787791 https://sourceforge.net/tracker/?func=detail&aid=2985896&group_id=153444&atid=787791 https://bugs.launchpad.net/ubuntu/+source/geany/+bug/754577 Dialog state restoration based on a patch by Matthew Brush, thanks. git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5837 ea778897-0a13-0410-b9d1-a72fbfd435f5
-
- 07 Haz, 2011 1 kayıt (commit)
-
-
Frank Lanitz yazdı
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5835 ea778897-0a13-0410-b9d1-a72fbfd435f5
-
- 04 Haz, 2011 1 kayıt (commit)
-
-
Peter Scholtens yazdı
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5834 ea778897-0a13-0410-b9d1-a72fbfd435f5
-
- 03 Haz, 2011 2 kayıt (commit)
-
-
Colomban Wendling yazdı
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5833 ea778897-0a13-0410-b9d1-a72fbfd435f5
-
Colomban Wendling yazdı
Previously we could put into a message a string where escape sequences were already translated. In the code, now we pass the original text together with the one that is actually searched for. New `original_text' field was added to GeanySearchData. A bug was fixed in document.c:show_replace_summary(): it did not escape the "No matches found for ..." string. Patch by Eugene Arshinov, thanks. git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5832 ea778897-0a13-0410-b9d1-a72fbfd435f5
-
- 02 Haz, 2011 4 kayıt (commit)
-
-
Enrico Tröger yazdı
Dynamically determine the path of Python's standard library instead of hardcoding it. Parse all modules of the Python standard library instead of a hardcoded list of filenames. git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5831 ea778897-0a13-0410-b9d1-a72fbfd435f5
-
Enrico Tröger yazdı
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5830 ea778897-0a13-0410-b9d1-a72fbfd435f5
-
Enrico Tröger yazdı
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5829 ea778897-0a13-0410-b9d1-a72fbfd435f5
-
Enrico Tröger yazdı
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5828 ea778897-0a13-0410-b9d1-a72fbfd435f5
-
- 30 May, 2011 1 kayıt (commit)
-
-
Enrico Tröger yazdı
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5827 ea778897-0a13-0410-b9d1-a72fbfd435f5
-
- 29 May, 2011 6 kayıt (commit)
-
-
Colomban Wendling yazdı
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5826 ea778897-0a13-0410-b9d1-a72fbfd435f5
-
Enrico Tröger yazdı
Check whether the custom plugin path is one of the user or system plugin paths and if so, ignore it. git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5825 ea778897-0a13-0410-b9d1-a72fbfd435f5
-
Enrico Tröger yazdı
Do not add active plugins to the list of plugins when they are already in the list (closes #3308191). git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5824 ea778897-0a13-0410-b9d1-a72fbfd435f5
-
Enrico Tröger yazdı
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5823 ea778897-0a13-0410-b9d1-a72fbfd435f5
-
Enrico Tröger yazdı
Define and use get_plugin_path() always and move platform dependent code into the function definition. git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5822 ea778897-0a13-0410-b9d1-a72fbfd435f5
-
Enrico Tröger yazdı
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5821 ea778897-0a13-0410-b9d1-a72fbfd435f5
-
- 27 May, 2011 2 kayıt (commit)
-
-
Colomban Wendling yazdı
Don't hack around to trigger the help when the help button is clicked on, simply handle the HELP dialog response. This makes the button correctly show help rather than close the dialog when activated using the keyboard. This also drops _button_press_event() need and hack, making the button correctly respond visually to mouse clicks. git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5820 ea778897-0a13-0410-b9d1-a72fbfd435f5
-
Frank Lanitz yazdı
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5819 ea778897-0a13-0410-b9d1-a72fbfd435f5
-