- 05 Eki, 2014 4 kayıt (commit)
-
-
Jiří Techet yazdı
-
Jiří Techet yazdı
-
Jiří Techet yazdı
-
Enrico Tröger yazdı
Before we used g_get_user_config_dir() but GLib changed the returned location in newer versions, so use the Windows API directly to get the old location, at least for now. Also add utils_get_user_config_dir() wrapper. Code is based almost completely on a patch from Matthew.
-
- 02 Eki, 2014 1 kayıt (commit)
-
-
Matthew Brush yazdı
Fix typo in README
-
- 01 Eki, 2014 1 kayıt (commit)
-
-
Philipp Wiesemann yazdı
-
- 30 Eyl, 2014 1 kayıt (commit)
-
-
Colomban Wendling yazdı
Don't use `g_regex_get_compile_flags()` that is new in 2.26, but we only depend on 2.20. Closes #340.
-
- 29 Eyl, 2014 4 kayıt (commit)
-
-
Frank Lanitz yazdı
-
Nick Treleaven yazdı
Project line wrapping pref
-
Nick Treleaven yazdı
Fix adding stash group and applying defaults. Don't let Properties dialog override per-document line wrapping state. Use "editor" for key group name. Remove code already handled by stash group.
-
Tim Tassonis yazdı
-
- 26 Eyl, 2014 3 kayıt (commit)
-
-
Nick Treleaven yazdı
Notify user when trying to save read-only document
-
Nick Treleaven yazdı
-
Nick Treleaven yazdı
-
- 25 Eyl, 2014 6 kayıt (commit)
-
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
-
Nick Treleaven yazdı
Confirm infobar reload when document has modifications
-
Nick Treleaven yazdı
New name is clearer against document_reload_prompt. Add deprecated alias.
-
- 24 Eyl, 2014 6 kayıt (commit)
-
-
Frank Lanitz yazdı
-
Nick Treleaven yazdı
-
Nick Treleaven yazdı
-
Nick Treleaven yazdı
Don't set document text as changed when file on disk is newer
-
Nick Treleaven yazdı
-
Nick Treleaven yazdı
Setting the document text as changed makes it too easy to accidentally overwrite the file - e.g. when closing you're reminded to save it. It also makes it slower to close documents you no longer want open. Setting text as changed is still done if the user cancels the warning.
-
- 23 Eyl, 2014 4 kayıt (commit)
-
-
Nick Treleaven yazdı
Confirm whether to save protected documents instead of ignoring save
-
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 3 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ı
-