- 01 Tem, 2015 1 kayıt (commit)
-
-
Thomas Martitz yazdı
There is no need to do it differently as Linux here, and it confuses the autotools based compilation of geany-plugins which installs to libdir/geany unconditionally.
-
- 27 Haz, 2015 3 kayıt (commit)
-
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
Fix binary relocation support
-
Colomban Wendling yazdı
Spawn fixes/improvements
-
- 26 Haz, 2015 3 kayıt (commit)
-
-
Colomban Wendling yazdı
-
Dimitar Zhekov yazdı
As stated in spawn.c, "This module does not depend on Geany when compiled for testing (-DSPAWN_TEST)."
-
Dimitar Zhekov yazdı
On child_pid=NULL, the Windows process handle is now closed ASAP, so no main glib event loop is required.
-
- 25 Haz, 2015 3 kayıt (commit)
-
-
Colomban Wendling yazdı
If there was two hashes (#) in an inline comment, only the content between the two was considered a comment. X-Universal-CTags-Commit-ID: ee93f5b9f393e76a850cf8c894cc748a62981156
-
Colomban Wendling yazdı
python: optimize skipEverything()
-
Jiří Techet yazdı
Most of the time there's no start of a string which means all the 10 strcmp()s are done for every character of the input. This is very expensive: before this patch this function alone takes 55% of the parser time. When comparing by character (and avoiding further comparison if the first character doesn't match), this function takes only 11% of the parser time so the performance of the parser nearly doubles. In addition check for the "rb" prefix which is possible in Python 3. Ported from universal-ctags.
-
- 24 Haz, 2015 4 kayıt (commit)
-
-
elextr yazdı
Only fixed items can have keybindings but this manual entry was missed when one execute item was changed from fixed to optional.
-
Frank Lanitz yazdı
-
Frank Lanitz yazdı
Update Simplified Chinese translation
-
LIU Dongyuan / 柳东原 yazdı
-
- 23 Haz, 2015 1 kayıt (commit)
-
-
Colomban Wendling yazdı
Also, as changing the color of the label button doesn't currently work on GTK2, but would on GTK3 with this change, explicitly skip it for consistency. Closes #528.
-
- 22 Haz, 2015 9 kayıt (commit)
-
-
Colomban Wendling yazdı
-
Frank Lanitz yazdı
-
Frank Lanitz yazdı
-
Frank Lanitz yazdı
French translation update
-
Frank Lanitz yazdı
-
Colomban Wendling yazdı
Apparently xgettext only recognize comments that are straight above the translation, so move them where it can find them.
-
Colomban Wendling yazdı
-
Frank Lanitz yazdı
Update of Russian translation
-
Pavel Roschin yazdı
-
- 21 Haz, 2015 3 kayıt (commit)
-
-
Frank Lanitz yazdı
-
Colomban Wendling yazdı
-
Matthew Brush yazdı
-
- 20 Haz, 2015 3 kayıt (commit)
-
-
Colomban Wendling yazdı
-
Frank Lanitz yazdı
-
Matthew Brush yazdı
-
- 18 Haz, 2015 3 kayıt (commit)
-
-
Enrico Tröger yazdı
Autodetect .bashrc, .bash_aliases, and the like
-
Colomban Wendling yazdı
Show icons corresponding to MIME types in the file browser plugin
-
Colomban Wendling yazdı
Remove a few unused Scintilla wrappers functions
-
- 17 Haz, 2015 2 kayıt (commit)
-
-
Colomban Wendling yazdı
GtkScrolledWindow in GTK 3.16 might have a minimum and natural height of 0 if GTK_OVERLAY_SCROLLING is enabled (which is the default), so we need to fix our overridden minimal height to never be greater than the natural height. Do that by only changing the minimal height if it is greater than what we want. I don't know why we didn't use to set 0 here, but it might be that a height of 0 caused problems on older GTK versions, so keep 1 to be sure. X-Scintilla-Commit-ID: e9f9c964236a6b740f75d09a8b0ac76e5d6dd09f
-
Peter Bittner yazdı
Autodetect /etc/bash_completion (and the like) Splitted up autodetection patterns for Bash This will match: - `*.bash` (any manufactured Bash scripts) - `~/.bashrc` (hidden Bash configuration in your home directory) - `~/.bash_*` (partials included by bashrc, e.g. `.bash_aliases`, `.bash_history`, `.bash_logout`) - `/etc/bash.bashrc` (global Bash configuration) - `/etc/bash_completion` (and potentially any other `/etc/bash_*` file)
-
- 16 Haz, 2015 1 kayıt (commit)
-
-
Jiří Techet yazdı
-
- 15 Haz, 2015 4 kayıt (commit)
-
-
Colomban Wendling yazdı
Add filetype configuration menu entries
-
Jiří Techet yazdı
This adds a "Filetype Configuration" under Tools->Configuration Files with all filetype configuration files (grouped by language type). This patch mostly reuses the stuff we already have in Geany - the menu creation code from Document->Set Filetype, file creation in the .config directory if it doesn't exist (similarly to filetypes.common) and config file reloading when the file gets updated.
-
Colomban Wendling yazdı
Don't resize message window when changing Geany's window height
-
Colomban Wendling yazdı
Add linear tag remove path for cases where not many files are open
-