- 23 Eyl, 2014 3 kayıt (commit)
-
-
Nick Treleaven yazdı
(Reuses existing strings).
-
Nick Treleaven yazdı
-
Thomas Martitz yazdı
-
- 22 Eyl, 2014 5 kayıt (commit)
-
-
Colomban Wendling yazdı
Backport changes applied upstream not to hard-code auto-completion popup frame border size.
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
Don't assume changing the style inside a style-set handler results in recursion, as it would be wrong if the next signal emission was triggered asynchronously. Instead, only modify the style if it isn't already as we want it. This fixes the about dialog's style-set handlers on GTK 3.10 which didn't liked constant style updating.
-
Colomban Wendling yazdı
This reverts commit ec707106. Apparently the selected state of an event box doesn't necessary mean it will be styled with a selection background color. This e.g. isn't the case in GTK 3.14's Adwaita (default) theme. So, revert the commit that removed custom style overrides. Next commit will fix the GTK 3.10 problem this reverted commit fixed.
-
- 17 Eyl, 2014 2 kayıt (commit)
-
-
Matthew Brush yazdı
Useful for when using, for example, GTK+, SDL, and other C-only APIs in files with the C++ filetype. Before only the symbol auto-completion worked, but not the highlighting of type names. TODO: figure out why taking something like SDL.c.tags and making a copy as SDL.cpp.tags doesn't work, once that's fixed, this extra condition could probably be removed.
-
Frank Lanitz yazdı
-
- 15 Eyl, 2014 6 kayıt (commit)
-
-
Colomban Wendling yazdı
Backport changes applied upstream to fix auto-completion popup sizing.
-
Colomban Wendling yazdı
Backport patches applied upstream to cache auto-completion windows, hopefully avoiding dead popup windows lying around on GTK3 builds in some high stress scenarios.
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
-
- 12 Eyl, 2014 2 kayıt (commit)
-
-
Frank Lanitz yazdı
Update of Russian translation
-
Pavel Roschin yazdı
-
- 11 Eyl, 2014 1 kayıt (commit)
-
-
Enrico Tröger yazdı
Save As on an empty document would cause warnings like: sys:1: Warning: g_regex_match_full: assertion 'string != NULL' failed because SCI_GETRANGEPOINTER returns NULL then. On a Ubuntu 12.04 system this warning even crashed Geany at writing the log message. So, simply don't search for anything if the document is empty.
-
- 10 Eyl, 2014 1 kayıt (commit)
-
-
Colomban Wendling yazdı
Backport patches applied upstream to cache auto-completion windows, hopefully avoiding dead popup windows lying around on GTK3 builds in some high stress scenarios.
-
- 08 Eyl, 2014 2 kayıt (commit)
-
-
Colomban Wendling yazdı
Only cache the popup window itself and not its content, as it seems the window sizing is affected whether the content was just created or not.
-
Colomban Wendling yazdı
This avoids creating and destroying windows quickly under stress, which may lead to XID collisions. See e.g. https://bugzilla.gnome.org/show_bug.cgi?id=581526 and https://bugzilla.gnome.org/show_bug.cgi?id=590690 Closes [scintilla:bugs:1649].
-
- 07 Eyl, 2014 2 kayıt (commit)
-
-
Frank Lanitz yazdı
-
Frank Lanitz yazdı
-
- 01 Eyl, 2014 1 kayıt (commit)
-
-
Nick Treleaven yazdı
Allow user to edit open dialog filename when file doesn't exist
-
- 29 Agu, 2014 14 kayıt (commit)
-
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
-
Enrico Tröger yazdı
This should be cleaner and safer than using '../' mixed with os.chdir().
-
Enrico Tröger yazdı
This enables proper logging when checking for rst2html during configuration.
-
Enrico Tröger yazdı
This is cleaner than searching for rst2html and rst2html.py since Waf offers the API for this and this change enables Windows support. While at it, add binary name 'rst2html2' for ArchLinux support.
-
Enrico Tröger yazdı
-
Enrico Tröger yazdı
-
Enrico Tröger yazdı
-
Enrico Tröger yazdı
-
Enrico Tröger yazdı
This is an improvement as requested in #322 to update the HTML docs after geany.txt or geany.css have changed. Also, with this change the resulting HTML will be generated in the outdir, not in srcdir/doc anymore.
-
Nick Treleaven yazdı
-
- 27 Agu, 2014 1 kayıt (commit)
-
-
Colomban Wendling yazdı
Closes PR#324.
-