- 16 Ara, 2018 9 kayıt (commit)
-
-
Enrico Tröger yazdı
Update link to GTK+2 bundle for test builds to self-hosted version
-
Enrico Tröger yazdı
Make us more independent from ftp.gnome.org and host the, probably never ever changing, bundle ourselves.
-
Colomban Wendling yazdı
Say hello to Geany 1.35 "Siralt"!
-
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 8 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ı
-
Thomas Martitz yazdı
Since I based the algorithm of the above function on code in one of my python plugins, I would like to remove the implementation in my plugin and call Geany's function.
-
Thomas Martitz yazdı
We can now use @array and @arraylen{param} annotations for arrays that will make it to the generated gtkdoc header. g-ir-scanner cannot properly parse 'gchar **' parameters without this.
-