- 18 Eki, 2014 5 kayıt (commit)
-
-
Jiří Techet yazdı
-
Jiří Techet yazdı
-
Jiří Techet yazdı
In addition, rename all functions, parameters, comments etc. mentioning work_object and remove unnecessary parameters of various functions. Delete dead code paths. Also move common functions like tm_get_real_path() from tm_work_object to tm_source_file.
-
Frank Lanitz yazdı
-
Colomban Wendling yazdı
Protect private definitions by the GEANY_PRIVATE macro in headers
-
- 15 Eki, 2014 1 kayıt (commit)
-
-
Enrico Tröger yazdı
-
- 14 Eki, 2014 1 kayıt (commit)
-
-
Colomban Wendling yazdı
-
- 13 Eki, 2014 4 kayıt (commit)
-
-
Colomban Wendling yazdı
Only manually uninstall the files we manually installed, as uninstall-local might be run in parallel to Automake's own uninstall targets. We don't uninstall the directories as some docs seems to suggest `rmdir` isn't really portable. Anyway, Automake don't uninstall directories either so it's not a real problem. An alternative solution would be to keep the recursive removal of `$(DOCDIR)` but move it to `uninstall-hook`, which is guaranteed to be run after other uninstall rules. However, recursive deletion is not always sensible as it might remove files we didn't install, e.g. if the user added them manually.
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
We don't distribute it, so we need to clean it.
-
elextr yazdı
-
- 12 Eki, 2014 9 kayıt (commit)
-
-
Jiří Techet yazdı
So they become part of tarball.
-
Jiří Techet yazdı
-
Jiří Techet yazdı
Make documents_array public and accessible by doxygen and describe all parameters of tm_source_file_new().
-
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 5 kayıt (commit)
-
-
Roland Pallai yazdı
-
Roland Pallai yazdı
-
Jiří Techet yazdı
In addition, this patch defines the GEANY_PRIVATE macro for the tag manager library where it wasn't defined before, removes 2 tag manager headers from distribution as they are not needed by plugins and in the tag manager changes the docstrings to ordinary comments for private definitions.
-
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 3 kayıt (commit)
-
-
Colomban Wendling yazdı
Remove unused tag manager files
-
Jiří Techet yazdı
-
Jiří Techet yazdı
-