- 14 Mar, 2016 1 kayıt (commit)
-
-
Thomas Martitz yazdı
Doxygen adds unhandled xml output for structs that define types inline, for example struct Foo { enum { FOO, BAR } baz; }. A type definitions precedes the members. The script wrongly assumed the first sectiondef child of compounddef would contain all members, but actually this is the case for sectiondefs with kind=public-attrib (the sectiondef defining the type has kind=public-type).
-
- 13 Mar, 2016 6 kayıt (commit)
-
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
Drop Waf build system support
-
Enrico Tröger yazdı
Improve Windows GTK runtime bundle creation script
-
Enrico Tröger yazdı
Respect native dialog pref in Project->Open
-
- 12 Mar, 2016 4 kayıt (commit)
-
-
Matthew Brush yazdı
Fixes #960
-
Enrico Tröger yazdı
-
Enrico Tröger yazdı
Update the list of dependencies, include sort.exe and grep.exe, create a information file with all download links of included binaries and re-structure the script for better readability. See #560 for details.
-
Enrico Tröger yazdı
Add error reporting for opening URIs on Windows
-
- 11 Mar, 2016 1 kayıt (commit)
-
-
Frank Lanitz yazdı
-
- 10 Mar, 2016 1 kayıt (commit)
-
-
Colomban Wendling yazdı
-
- 09 Mar, 2016 11 kayıt (commit)
-
-
Thomas Martitz yazdı
geany-sciwrappers-gtkdoc.h contains all scintilla_object_* methods. It is intended that they are going to be exposed through a separate .gir file, therefore a separate header makes things easier. This is useful when you want scintlla-related stuff in a separate .gir file or oarse it specially otherwise. gen-api-gtkdoc.py: Add switch to write out scintilla_object methods
-
Colomban Wendling yazdı
Fix and cleanup GtkDoc header generation regarding TagManager's types.
-
Thomas Martitz yazdı
Because of the missing "typedef struct TMFoo" it was missing from the gtkdoc header (the struct listings are always without typedef). This is also consistent with the rest of geany. @gironly for TMParserType so it's picked up as well.
-
Thomas Martitz yazdı
gtkcompat.h is more convinient, and includes gtk.h and glib.h. Due to including ScintillaWidget.h, the manual ScintillaObject typedef isn't required anymore.
-
Colomban Wendling yazdı
It's invalid to forward-declare enumerations, yet they might be referenced by typedefs. Fix this by outputting enumerations first so typedefs can references them. As enumerations can't reference other types, it's safe to place them before anything else. Closes #952. Closes #955.
-
Frank Lanitz yazdı
-
Frank Lanitz yazdı
-
Frank Lanitz yazdı
Update of Russian translation
-
Pavel Roschin yazdı
-
Colomban Wendling yazdı
Don't show the goto popup for typedef synonyms
-
Colomban Wendling yazdı
Use correct flag for `gtk_style_get_color()`
-
- 08 Mar, 2016 3 kayıt (commit)
-
-
Jiří Techet yazdı
-
Frank Lanitz yazdı
Update of Dutch translation.
-
Frank Lanitz yazdı
Update of Slovak translation
-
- 07 Mar, 2016 9 kayıt (commit)
-
-
Andrej Herceg yazdı
-
Benno Schulenberg yazdı
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
Import Objective-C parser changes from universal-ctags
-
solawing yazdı
Based on 21e74e6a019975045a7975bc611ae63f0917f976 from universal-ctags, and update the tests accordingly, thanks to @JX7P. Closes #940. X-Universal-CTags-Commit-ID: 21e74e6a019975045a7975bc611ae63f0917f976
-
solawing yazdı
X-Universal-CTags-Commit-ID: 43330bfe114658726bd3926c8a48bfe1858352fa
-
Colomban Wendling yazdı
Closes universal-ctags/ctags#324. X-Universal-CTags-Commit-ID: 4a95e4a55f67230fc4eee91ffb31c18c422df6d3
-
Masatake YAMATO yazdı
Signed-off-by: Masatake YAMATO <yamato@redhat.com> X-Universal-CTags-Commit-ID: 9be84d26c1fd1653f20e9feda6a67484f7e86bd9
-
Masatake YAMATO yazdı
Signed-off-by: Masatake YAMATO <yamato@redhat.com> X-Universal-CTags-Commit-ID: 882c5f8506159d77acd6c418239e33c5439bd290
-
- 06 Mar, 2016 4 kayıt (commit)
-
-
Frank Lanitz yazdı
Update zh_CN translation
-
柳东原 LIU Dongyuan yazdı
-
Enrico Tröger yazdı
-
Colomban Wendling yazdı
Rewrite PHP tag creation script using up to date upstream tag definitions.
-