- 04 Eyl, 2016 2 kayıt (commit)
-
-
Frank Lanitz yazdı
-
-
- 02 Eyl, 2016 1 kayıt (commit)
-
-
Marcelo Camargo yazdı
* Changed gender of noun IDE * Fixed incorrect word in pt_BR
-
- 22 Agu, 2016 1 kayıt (commit)
-
-
Colomban Wendling yazdı
2150302f introduced a bug, because configuration_load_session_files() calls VTE code if vte_info.have_vte is non-FALSE, before vte_init() has been called. So, it relied in the implicit 0-initialization of the vte_info global, which the above commit changed carelessly. So, instead of altering vte_info.have_vte early, add a specific flag for whether VTE is disabled on the command line. Also, explicitly initialize vte_info to suggest to the reader the default values does matter.
-
- 21 Agu, 2016 2 kayıt (commit)
-
-
Colomban Wendling yazdı
Add support for keeping the cursor a number of lines from the edges
-
Colomban Wendling yazdı
Closes #1152.
-
- 20 Agu, 2016 2 kayıt (commit)
-
-
Colomban Wendling yazdı
Escape format arguments passed to ui_label_set_markup(), and deprecate ui_frame_new_with_alignment() which exposed a broken API because of it.
-
Colomban Wendling yazdı
Test whether the C++ compiler works by compiling a test program
-
- 19 Agu, 2016 3 kayıt (commit)
-
-
Colomban Wendling yazdı
Show some hidden VTE preferences in the Various preferences page
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
It has no usage inside Geany itself, had a bug in handling of markup in the label, has only one user in Geany-Plugins, and is fairly easy to reproduce.
-
- 10 Agu, 2016 2 kayıt (commit)
-
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
Follow-up to #1168. Closes #1170.
-
- 09 Agu, 2016 1 kayıt (commit)
-
-
Stefan yazdı
-
- 08 Agu, 2016 1 kayıt (commit)
-
-
Colomban Wendling yazdı
-
- 30 Tem, 2016 1 kayıt (commit)
-
-
Colomban Wendling yazdı
This is more reliable than using `which`, which doesn't work if the CXX environment variable is set to something else than an executable (e.g contains options), and is apparently less portable on some systems. See: * http://lists.geany.org/pipermail/devel/2009-September/001367.html, which lead to 5bb28825. * https://sourceforge.net/p/geany/bugs/455/, which lead to a revert of the above, 5b9605a9. Fixes #829.
-
- 25 Tem, 2016 2 kayıt (commit)
-
-
Colomban Wendling yazdı
Move TM and ctags files
-
Colomban Wendling yazdı
Minor README updates
-
- 24 Tem, 2016 1 kayıt (commit)
-
-
Jiří Techet yazdı
-
- 22 Tem, 2016 2 kayıt (commit)
-
-
Jiří Techet yazdı
-
Jiří Techet yazdı
At the moment tags with identical names are stored into a linked list in tags_table and parents_table. This however leads to quadratic complexity when looking up the nearest parent or tag in tree because the whole list has to be traversed. Use binary trees indexed by line number instead of lists so the lookup can be performed in log(N) time and the overall complexity is N*log(N) instead of N^2. The GTree API is a little stupid because during the search it doesn't give access to the value and it doesn't tell when a leaf node was reached. For this reason the lookup has to be made in two steps - first, the best line number is found (returned in user_data) and then a normal search for the found line number is made to get the value stored in the tree. This patch fixes the problem described in #577 when e.g. a big json export file contains many identically named tags.
-
- 21 Tem, 2016 7 kayıt (commit)
-
-
Jiří Techet yazdı
No more needed using MSYS2.
-
Jiří Techet yazdı
-
Jiří Techet yazdı
-
Jiří Techet yazdı
-
Jiří Techet yazdı
-
Jiří Techet yazdı
The version of MIO corresponds to commit 509a47dbc in universal-ctags which contains just minimal changes mostly related to changing MIO from a library into a single ctags source file: - replaced the glib types with ordinary C types - removed the "virtual" calls and replaced them with simple if/else - made the implementation in a single file - reformatted the library to more or less match universal-ctags style - removed the MIO_FORCE_ANSI ifdef as it included some glib file and we don't really need it - added mio_flush() - of course makes sense just for the file backend (calls fflush()) - made mio_free() return error code from fclose() - changed mio_new_fp() to return NULL when the passed FILE is NULL (simplifies logic at one place in ctags and makes sense IMO)
-
Jiří Techet yazdı
Move the tag manager implementation to src as it really is part of Geany sources and start making the ctags directory structure similar to the universal-ctags one. In principle, the patch does mv tagmanager/src src/tagmanager mv tagmanager/ctags tagmanager/main mv tagmanager ctags plus corresponding Makefile.am and configure.ac updates.
-
- 16 Tem, 2016 4 kayıt (commit)
-
-
Colomban Wendling yazdı
Custom theming fixes for Adwaita 3.20/GTK 3.20
-
Colomban Wendling yazdı
Follows the GTK3 behavior, and avoid text becoming invisible if the selection background is too light (unlikely, but possible).
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
Adwaita 3.20 on GTK2 uses the pixmap engine to set a background image on all states of all GtkEntries. Earlier versions did the same but with a transparent background, thus not hiding our background color. Fixes #1135, fixes #1101.
-
- 13 Tem, 2016 2 kayıt (commit)
-
-
Matthew Brush yazdı
This fixes the plugin ABI break that happened in previous commmit.
-
Closes #1134
-
- 11 Tem, 2016 2 kayıt (commit)
-
-
Jiří Techet yazdı
-
Jiří Techet yazdı
- slight rst formatting improvements - Mac OSX -> Mac OS - punctuation
-
- 10 Tem, 2016 4 kayıt (commit)
-
-
Enrico Tröger yazdı
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
Say hello to Geany 1.29 "Jowar"!
-
Colomban Wendling yazdı
-