- 04 Ock, 2019 2 kayıt (commit)
-
-
Frank Lanitz yazdı
-
Colomban Wendling yazdı
33dafac8 restored the pre-Scintilla 3.10 default on non-Windows, but also changed the Windows one. Fix this so the modifier keeps its historical value on Windows as well.
-
- 02 Ock, 2019 3 kayıt (commit)
-
-
elextr yazdı
sci_get_position_from_col() takes line number, not position of start of line.
-
Colomban Wendling yazdı
Fixes #2033.
-
Colomban Wendling yazdı
It most likely was a typo for `da`, and all actually updated translations are properly listed.
-
- 16 Ara, 2018 6 kayıt (commit)
-
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
-
Frank Lanitz yazdı
-
Enrico Tröger yazdı
-
- 14 Ara, 2018 1 kayıt (commit)
-
-
Colomban Wendling yazdı
-
- 12 Ara, 2018 1 kayıt (commit)
-
-
Jason Cumbie yazdı
Fix document_account_for_unsaved() so it does not alter the `changed` flag on documents, in order for plugins to have a reliable value there at all times. Patch by @chrontec with small additional tidying up. Closes #1857.
-
- 10 Ara, 2018 2 kayıt (commit)
-
-
Frank Lanitz yazdı
-
Frank Lanitz yazdı
-
- 09 Ara, 2018 5 kayıt (commit)
-
-
Colomban Wendling yazdı
Autotools: Detect GTK version to use automatically. GTK2 is still the default if both GTK2 and GTK3 are present.
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
-
柳东原 LIU Dongyuan yazdı
* Update zh_CN.po * Update version number for zh_CN translation
-
Giuseppe yazdı
* updated it.po * Update some copyright times on it.po
-
- 07 Ara, 2018 1 kayıt (commit)
-
-
Frank Lanitz yazdı
-
- 06 Ara, 2018 4 kayıt (commit)
-
-
Colomban Wendling yazdı
This is the default since forever, so don't change it on the users, no matter what is the new default in Scintilla 3.10.0. Fixes #2010.
-
Colomban Wendling yazdı
After 3b1c6f36 (PR#2005) a string slightly changed, so update the translation to match.
-
Frank Lanitz yazdı
-
張修銘 yazdı
* Update of Traditional Chinese translation * Correct version number on zh_TW.po
-
- 05 Ara, 2018 7 kayıt (commit)
-
-
Frank Lanitz yazdı
-
Frank Lanitz yazdı
-
Frank Lanitz yazdı
-
Frank Lanitz yazdı
-
Frank Lanitz yazdı
-
scootergrisen yazdı
-
scootergrisen yazdı
-
- 04 Ara, 2018 2 kayıt (commit)
-
-
Colomban Wendling yazdı
Improve goto-symbols popup
-
Andrej Herceg yazdı
-
- 03 Ara, 2018 6 kayıt (commit)
-
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
-
Thomas Martitz yazdı
- Notably the utils_strv_{find_common_prefix,find_lcs,shorten_file_list} now take -1 for num to mean to compute the array length. - utils_strv_find_common_prefix implementation simplified. - if num == 0 is passed to the above functions the passed strv is not dereferenced (so could be NULL).
-
Thomas Martitz yazdı
- Fix lots of compiler warnings - Fix a bug where a long base name would prevent ellipsizing the longest common substring - rewrite utils_strv_shorten_file_list to be more clear (hopefully) - use g_strlcpy - optimize case where the longest common substring need not be searched for
-
Thomas Martitz yazdı
The array annotation has many possible parameters, this avoids having a Doxygen command for each one. Luckily you can define Doxygen commands multiple times with different a number of parameters each.
-
Thomas Martitz yazdı
-