- 17 Ara, 2018 1 kayıt (commit)
-
-
Jiří Techet yazdı
We don't use the return value of getNestingLevel(), only its nestingLevelsPop() semantics. Get rid of the return value and rename the function to avoid confusion.
-
- 09 Ara, 2018 8 kayıt (commit)
-
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
They are already fixed upstream, so it doesn't add to the diff.
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
-
Masatake YAMATO yazdı
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
-
Masatake YAMATO yazdı
main/field.c:968:23: warning: \ suggest braces around empty body in an ‘else’ statement [-Wempty-body] AssertNotReached(); Signed-off-by: Masatake YAMATO <yamato@redhat.com>
-
- 13 Eki, 2018 4 kayıt (commit)
-
-
Jiří Techet yazdı
# Conflicts: # ctags/main/lcpp.c # ctags/main/parse.c
-
Jiří Techet yazdı
-
Jiří Techet yazdı
-
Jiří Techet yazdı
The previous code would skip parsing with sub-parsers so these would not work. Running full createTagsWithFallback1() in this case would cause two problems: 1. We would have to propagate the extra callback arguments to runParserInNarrowedInputStream() 2. And the callbacks after each pass should not actually be called in this case because the caller expects these are called for the master parser, not the sub-parsers. So instead just do simple parsing without re-tries which are used only in the C and Fortran parsers which lack sub-parser capability anyway.
-
- 03 Eki, 2018 1 kayıt (commit)
-
-
Dmytro Semenchenko yazdı
-
- 02 Eki, 2018 1 kayıt (commit)
-
-
Frank Lanitz yazdı
-
- 30 Eyl, 2018 1 kayıt (commit)
-
-
Frank Lanitz yazdı
-
- 29 Eyl, 2018 1 kayıt (commit)
-
-
Frank Lanitz yazdı
-
- 24 Eyl, 2018 1 kayıt (commit)
-
-
Frank Lanitz yazdı
-
- 21 Eyl, 2018 1 kayıt (commit)
-
-
Colomban Wendling yazdı
Update link to GTK+3 bundle for test builds to self-hosted version
-
- 19 Eyl, 2018 1 kayıt (commit)
-
-
Colomban Wendling yazdı
Update Scintilla to version 3.10.0 Fixes #1421.
-
- 26 Agu, 2018 1 kayıt (commit)
-
-
Enrico Tröger yazdı
The host win32builder.gnome.org seems dead and so host the GTK+3 bundle we use to test builds for Windows cross-compilation on our own.
-
- 20 Agu, 2018 1 kayıt (commit)
-
-
Frank Lanitz yazdı
-
- 19 Agu, 2018 2 kayıt (commit)
-
-
Enrico Tröger yazdı
Pango now requires fribidi, so we need to install it. Update the download URL for UnxUtils. Remove unnecessary cmake files after installation.
-
Enrico Tröger yazdı
Update Python identifiers with Python 3.7
-
- 04 Agu, 2018 1 kayıt (commit)
-
-
Colomban Wendling yazdı
Now the keybinding can be overridden (e.g. using Tab for it as well as normal behavior), beeping when there is no next cursor is more annoying than useful. Part of #1554.
-
- 01 Agu, 2018 3 kayıt (commit)
-
-
Colomban Wendling yazdı
The new styles are for "diff of a diff", e.g. lines starting with `++`, `+-`, `-+` and `--`. Those are currently mapped conservatively keeping the previous display behavior, until we have good style matches for them.
-
Colomban Wendling yazdı
Scintilla 3.7.6/4.0.0 deprecated `SCE_*STYLEBITS*` and moved it to deprecated features that require a build-time flag to be available. Thus, drop use of those (as they are now no-ops anyway) and bump the ABI (so plugins depending on those don't build mistakenly load) and API (so a developer can guard use of those if wanted) version accordingly.
-
Colomban Wendling yazdı
-
- 25 Tem, 2018 1 kayıt (commit)
-
-
Salvatore Manfredi yazdı
These two strings have probably been translated with a generic online tool which lacks of contextual translation
-
- 15 Tem, 2018 1 kayıt (commit)
-
-
LarsGit223 yazdı
Fixes #395.
-
- 06 Tem, 2018 1 kayıt (commit)
-
-
- 18 Haz, 2018 1 kayıt (commit)
-
-
Balázs Meskó yazdı
-
- 15 Haz, 2018 1 kayıt (commit)
-
-
Colomban Wendling yazdı
-
- 02 Haz, 2018 1 kayıt (commit)
-
- 26 May, 2018 1 kayıt (commit)
-
-
Colomban Wendling yazdı
Fix horizontal and page scroll on GTK3
-
- 21 May, 2018 1 kayıt (commit)
-
-
Jiří Techet yazdı
In addition, the signal allows plugins swallow the event so it's not processed by Geany.
-
- 17 May, 2018 1 kayıt (commit)
-
-
Wuerstchen yazdı
Small typo (grammar)
-
- 05 May, 2018 1 kayıt (commit)
-
-
FMuro yazdı
Before, **boldface** or *italics* (also _italics_) would not generally show as that, definitely not with the default color scheme. After this change, they appear with the same color as normal text but with that typography, in all color schemes.
-
- 25 Nis, 2018 1 kayıt (commit)
-
-
Enrico Tröger yazdı
Use HTTPS URL for domain www.geany.org
-
- 24 Nis, 2018 1 kayıt (commit)
-
-
Colomban Wendling yazdı
Our custom scroll handler for horizontal (Shift+Scroll) and page (Alt+Scroll) scroll didn't properly check the scroll direction and assume that if it's not down it's up. This was mostly not a problem because the other types only were left and right scroll events, which are a lot less common. However, it became a lot more problematic with GTK 3.4 that introduced "smooth scrolling", and thus a new scroll type that can happen for events in any direction. We then would scroll up (as we assume "not down" is up) regardless of the actual direction of the event. It's still not clear why we'd get smooth scroll events on X11 as no code I can find asks for it and we generally don't get those, but sometimes a Scintilla widget starts receiving them, leading to the bug. On Wayland on the other hand, Scintilla asks for smooth scroll events, so we need to have a fix for it in any case.
-