- 03 Ara, 2018 3 kayıt (commit)
-
-
Colomban Wendling yazdı
-
Frank Lanitz yazdı
-
Frank Lanitz yazdı
-
- 02 Ara, 2018 7 kayıt (commit)
-
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
-
- 30 Kas, 2018 1 kayıt (commit)
-
-
Colomban Wendling yazdı
-
- 26 Kas, 2018 1 kayıt (commit)
-
-
Colomban Wendling yazdı
This uses a menu and is thus subject to the menu icons visibility setting, but here it should reflect the view from the symbols list, and thus show the icon in all cases.
-
- 25 Kas, 2018 3 kayıt (commit)
-
-
Enrico Tröger yazdı
Use REM as single comment marker for Batch files
-
Enrico Tröger yazdı
Windows: Enable DPI-aware mode in Windows Assembly Manifest
-
Enrico Tröger yazdı
Update std.php.tags to be current with PHP 7.2
-
- 18 Kas, 2018 2 kayıt (commit)
-
-
elextr yazdı
Fixes #1958 Also replace GDK_space with ASCII space, its searching for that, not the keycode (which just happens to have the same value, lucky).
-
Frank Lanitz yazdı
-
- 14 Kas, 2018 3 kayıt (commit)
-
-
Enrico Tröger yazdı
This should solve display issues with HiDPI displays. Closes #692.
-
Frank Lanitz yazdı
-
Frank Lanitz yazdı
-
- 13 Kas, 2018 1 kayıt (commit)
-
-
Colomban Wendling yazdı
Process files in the order they appear on the command line when generating tags file, instead of a more or less random order. Closes #1989.
-
- 12 Kas, 2018 3 kayıt (commit)
-
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
Don't use the files inode as the hash. Although it looks like a good idea for de-duplicating links as well, it has several issues, including non-uniqueness of inodes across file systems. The way it was done hashing the inode but comparing the file name string pointers also made the hash mostly irrelevant, as it just stored filenames sharing the same inode in the same hash bucket but without actually doing any de-duplication, making the whole thing a convoluted way of converting to a list. Instead, hash and compare the filenames themselves, which, even though it doesn't handle links de-duplication, is better than the non-functional previous code. Also, directly build the list and only use the hash table as a way for checking for duplicates, which is both faster and gives a stable output.
-
- 20 Eki, 2018 2 kayıt (commit)
-
-
Dmytro Semenchenko yazdı
Delete Fuzzy flags after https://github.com/geany/geany/pull/1968
-
pmraps yazdı
-
- 07 Eki, 2018 1 kayıt (commit)
-
-
Dominic Hopf yazdı
-
- 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 2 kayıt (commit)
-
-
Enrico Tröger yazdı
REM seems to be the standard comment marker while "::" is rather deprecated. Closes #1912.
-
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.
-