- 13 Eki, 2014 1 kayıt (commit)
-
-
elextr yazdı
-
- 12 Eki, 2014 6 kayıt (commit)
-
-
Colomban Wendling yazdı
-
Enrico Tröger yazdı
-
Enrico Tröger yazdı
On startup, the Geany main window doesn't have a GdkWindow yet (probably because it is not yet mapped). This causes many 'gdkdrawable-win32.c:2013 drawable is not a pixmap or window' warnings when resolving shortcuts on Windows. Since we pass the SLR_NO_UI to the Windows API, we probably don't need the parent hWnd reference at all.
-
Colomban Wendling yazdı
Don't rebuild TagManager workspace tags when quitting
-
Nick Treleaven yazdı
Don't prompt for reload from infobar when there are no unsaved changes
-
Frank Lanitz yazdı
Changed wrong translation of identation
-
- 11 Eki, 2014 3 kayıt (commit)
-
-
Colomban Wendling yazdı
When editor_create_widget() is used on an editor with already existing widget, don't reset the internal indentation settings of that editor.
-
Matthew Brush yazdı
-
Matthew Brush yazdı
Closes #189
-
- 10 Eki, 2014 3 kayıt (commit)
-
-
Colomban Wendling yazdı
Updating the workspace is useless as the application will be shut down, and not doing it can save a lot of time (almost 50% speedup quitting an instance with all Geany source from `src/` open).
-
Nick Treleaven yazdı
Also warn about losing undo history when there are no changes.
-
Nick Treleaven yazdı
-
- 09 Eki, 2014 4 kayıt (commit)
-
-
Roland Pallai yazdı
-
Roland Pallai yazdı
-
Roland Pallai yazdı
-
Roland Pallai yazdı
-
- 07 Eki, 2014 2 kayıt (commit)
-
-
Nick Treleaven yazdı
-
Nick Treleaven yazdı
-
- 06 Eki, 2014 4 kayıt (commit)
-
-
Enrico Tröger yazdı
-
Colomban Wendling yazdı
3e089e4c accidentally switched from `g_get_user_config_dir()` to `g_get_user_data_dir()` as the location for the user's configuration directory.
-
Nick Treleaven yazdı
Force disk check before save to prevent accidental overwriting
-
Nick Treleaven yazdı
Add project prefs for line breaking column & multiline comment completion
-
- 05 Eki, 2014 5 kayıt (commit)
-
-
Colomban Wendling yazdı
Remove unused tag manager files
-
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.
-
- 04 Eki, 2014 2 kayıt (commit)
-
-
Marcelo Camargo yazdı
-
Marcelo Camargo yazdı
In portuguese, there is no "endentação", but "indentação".
-
- 03 Eki, 2014 2 kayıt (commit)
-
-
Nick Treleaven yazdı
-
Nick Treleaven yazdı
-
- 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 2 kayıt (commit)
-
-
Nick Treleaven yazdı
Useful e.g. with Save All when the modified file is not the current tab.
-
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ı
-