- 19 Şub, 2017 1 kayıt (commit)
-
-
Frank Lanitz yazdı
-
- 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
-
- 14 Ock, 2017 1 kayıt (commit)
-
-
- 12 Ock, 2017 1 kayıt (commit)
-
-
Colomban Wendling yazdı
Fix snippets keybindings not blocking handled events
-
- 11 Ock, 2017 3 kayıt (commit)
-
-
-
-
Colomban Wendling yazdı
Closes #1360.
-
- 09 Ock, 2017 2 kayıt (commit)
-
-
Colomban Wendling yazdı
Fix signature of the snippets keybindings callback, properly blocking further propagation of handled events thus avoiding possibly activating another action (like a builtin Scintilla keybinding). Fixes #1354.
-
Colomban Wendling yazdı
api: rework GeanyProxyProbeResults compat symbols as defines
-
- 06 Ock, 2017 1 kayıt (commit)
-
-
Frank Lanitz yazdı
-
- 31 Ara, 2016 1 kayıt (commit)
-
-
Colomban Wendling yazdı
-
- 28 Ara, 2016 2 kayıt (commit)
-
-
Enrico Tröger yazdı
-
Enrico Tröger yazdı
This is a follow-up of #485.
-
- 27 Ara, 2016 1 kayıt (commit)
-
-
Thomas Martitz yazdı
Constants with different namespace in the same enum confuse g-ir-scanner.
-
- 22 Ara, 2016 2 kayıt (commit)
-
-
Colomban Wendling yazdı
Fix the current scope shown in the statusbar
-
Colomban Wendling yazdı
Since the Scintilla C++ lexer started to fold on `()` [1], the code looking up the current scope is confused whenever the function signature spans multiple lines. Fix this by skipping fold levels that correspond to parentheses. Fixes #1279. [1] https://sourceforge.net/p/scintilla/feature-requests/1138/ imported in 24f91981
-
- 20 Ara, 2016 6 kayıt (commit)
-
-
Colomban Wendling yazdı
Fix some various issues with accessibility code in Scintilla.
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
We cannot compute the length in characters after the text has been deleted, so we need to compute it in BEFOREDELETE. However, we need to emit the signal once the buffer has actually changed, so we need to cache the value in-between those events.
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
-
- 18 Ara, 2016 1 kayıt (commit)
-
-
Colomban Wendling yazdı
This doesn't support nested templates or escaped `es, but at least handles the most obvious cases for now. Part of #934.
-
- 16 Ara, 2016 2 kayıt (commit)
-
-
SukkoPera yazdı
Closes #1339
-
tsvisimcha yazdı
-
- 10 Ara, 2016 1 kayıt (commit)
-
-
Colomban Wendling yazdı
It actually introduces a few new things worth mentioning.
-
- 05 Ara, 2016 1 kayıt (commit)
-
-
Colomban Wendling yazdı
-
- 23 Kas, 2016 2 kayıt (commit)
-
-
Frank Lanitz yazdı
-
-
- 22 Kas, 2016 1 kayıt (commit)
-
-
zygimantus yazdı
-
- 18 Kas, 2016 2 kayıt (commit)
-
-
Chris Pilkington yazdı
-
Frank Lanitz yazdı
-
- 13 Kas, 2016 1 kayıt (commit)
-
-
Colomban Wendling yazdı
-