- 17 Mar, 2017 4 kayıt (commit)
-
-
Andrej Herceg yazdı
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
Fixes #1422. X-Scintilla-Bug-URL: https://sourceforge.net/p/scintilla/bugs/1920/ X-Scintilla-Commit-ID: 8e0cb37c4972cd66b33293b88031acf453685cfd
-
Colomban Wendling yazdı
-
- 05 Mar, 2017 7 kayıt (commit)
-
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
-
Enrico Tröger yazdı
-
Enrico Tröger yazdı
-
Frank Lanitz yazdı
-
Enrico Tröger yazdı
-
Frank Lanitz yazdı
-
- 03 Mar, 2017 2 kayıt (commit)
- 02 Mar, 2017 2 kayıt (commit)
-
-
Frank Lanitz yazdı
-
Frank Lanitz yazdı
-
- 27 Şub, 2017 3 kayıt (commit)
-
-
Colomban Wendling yazdı
Avoid gdk_display_get_name() on OS X
-
Colomban Wendling yazdı
Fix search history filling on GTK >= 3.20
-
Colomban Wendling yazdı
Use a per-line cache to avoid re-computing the offset from the start of the buffer each time. This dramatically speeds up multiple replacements on large files. X-Scintilla-Bug-ID: https://sourceforge.net/p/scintilla/bugs/1910/
-
- 26 Şub, 2017 5 kayıt (commit)
-
-
Colomban Wendling yazdı
Update Scintilla to version 3.7.3 plus a fix for a regression on it. Closes #1320.
-
Colomban Wendling yazdı
On GTK2 and GTK3 < 3.3.6 there is no GtkAccessibleClass::widget_unset() method, so we can't destroy our accessible object right away. So, to avoid accessing a destroyed widget, we need to check whether the widget still exists in the the ScintillaGTKAccessible destructor. In other methods it's not necessary because the wrapping GObject class makes sure not to forward other when the widget has been destroyed, but we still have to destroy the C++ instance no matter what, so the check has to be on this side. Fixes #1410.
-
Frank Lanitz yazdı
-
Frank Lanitz yazdı
-
Frank Lanitz yazdı
-
- 24 Şub, 2017 2 kayıt (commit)
-
-
Thomas Martitz yazdı
This allows plugins to detect the API version of Geany at runtime. This enables soft dependencies based on Geany's API version, perhaps using a new feature with a fallback for older API versions. Previously the only alternatives were hard-depending on a more recent Geany version or ignoring new features.
-
Abel Serrano Juste yazdı
-
- 23 Şub, 2017 1 kayıt (commit)
-
-
Colomban Wendling yazdı
Really restrict smooth scrolling handling to Wayland. X-Scintilla-Bug-URL: https://sourceforge.net/p/scintilla/bugs/1901/ X-Scintilla-Commit-ID: ae52e0c68190d423505624ae1d26e442e015d48f
-
- 22 Şub, 2017 1 kayıt (commit)
-
-
Frank Lanitz yazdı
-
- 21 Şub, 2017 3 kayıt (commit)
-
-
Colomban Wendling yazdı
Since GTK 3.19.12, GtkComboBox has an intermediate GtkBox internal child wrapping the inner GtkEntry. To get the entry, `gtk_bin_get_child()` still works as it is part of the API, but the change breaks the assumption we had that it works the other way around, that `gtk_widget_get_parent(gtk_bin_get_child(combobox)) == combobox`. So, while this assumption seemed reasonable, stop relying on it as it is effectively not correct on GTK 3.20 and newer. See: https://git.gnome.org/browse/gtk+/commit/?id=222c43fc60362eeb97ce2d5e3a5583a69a2e30ef
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
-
- 19 Şub, 2017 1 kayıt (commit)
-
-
Frank Lanitz yazdı
-
- 16 Şub, 2017 1 kayıt (commit)
-
-
Jiří Techet yazdı
More in the comment.
-
- 15 Şub, 2017 1 kayıt (commit)
-
-
- 08 Şub, 2017 1 kayıt (commit)
-
-
Colomban Wendling yazdı
Don't convert function pointer to non-function pointer. This is undefined behavior, and some older GCC don't like it.
-
- 05 Şub, 2017 3 kayıt (commit)
-
-
Colomban Wendling yazdı
Work around incorrect keybinding handling with multiple layouts so cut/copy/delete keybindings work via menuitem activation if we failed to trigger the action ourselves. Closes #1386.
-
Colomban Wendling yazdı
Instead of having a handler on 2 separate objects, use :select and :deselect on the same one. Those signals are appropriate, as the documentation mentions that submenus are popped up on :select.
-
Forkest yazdı
Mark the associated menu items sensitive when the menu is hidden, so that GTK's accelerator handling can trigger them. This works around incorrect handling in Geany's code of keybindings coming from multiple layouts for cut/copy/delete actions. Partial workaround for #998, #1286 and #1368.
-
- 02 Şub, 2017 1 kayıt (commit)
-
-
Colomban Wendling yazdı
Avoid crash when detaching the widget from the accessible object without destroying that widget. In such situations, the widget is still valid but we will have destroyed the orphaned accessible object. Thus, we must make sure we disconnected the signal handlers the late accessible had set up on the widget, as they won't be implicitly disconnected by widget finalization in this case. Fixes #1385.
-
- 24 Ock, 2017 1 kayıt (commit)
-
-
- 23 Ock, 2017 1 kayıt (commit)
-
-
Colomban Wendling yazdı
Updated filetypes.javascript keywords
-