- 23 Haz, 2016 14 kayıt (commit)
-
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
Privatize global and publicize docs
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
Fix signals for GI
-
Colomban Wendling yazdı
Combine the libraries from the GTK3 bundle with GTK from the GTK2 one to get newer GLib & co for GTK2 builds.
-
Thomas Martitz yazdı
If possible, register signals with the proper argument types (boxed or gobject). This is required for successful introspection of the signals and important for GI-based plugins. As for the marshallers, if available use a predefined one from glib. Otherwise use the generic marshaller available since 2.30 (in theory all signals could use that one but it has a bit of overhead). This builds on the gboxed conversions of earlier commits. This also bumps the minimum glib requirement. - g_cclosure_marshal_generic requires 2.30 (if NULL is passed as marshaller to g_signal_new()) - G_TYPE_KEYFILE requires 2.32
-
Colomban Wendling yazdı
geany.desktop.in: Add Keywords field entry
-
Colomban Wendling yazdı
Fix undo of line end type change
-
Jiří Techet yazdı
Simply call ui_update_statusbar() and ui_document_show_hide() like in other undo actions.
-
Jiří Techet yazdı
At the moment undo of line end type change only undos the changes made in the document but the different line ending settings remains active. This patch fixes the issue by combining the line end scintilla undo action with a new UNDO_EOL action responsible for updating the line ending settings. Fixes #409
-
- 22 Haz, 2016 5 kayıt (commit)
-
-
Thomas Martitz yazdı
Updated scintilla_changes.patch accordingly
-
Thomas Martitz yazdı
geanyobject can be used by plugins to connect to plugin signals directly (required for GI-based plugins). Access through GeanyData::object. The related doxygen comments are @gironly for now, since plugin_signal_connect() is still preferred. Finally, the useless function pointer prototypes are removed from the GeanyObjectClass structure as they became useless (they have been unused and generally wrong since ever).
-
Thomas Martitz yazdı
GeanyObject signals require GTypes to be gobject-introspection compatible.
-
Thomas Martitz yazdı
GeanyObject signals require GTypes to be gobject-introspection compatible.
-
Thomas Martitz yazdı
GeanyObject signals require GTypes to be gobject-introspection compatible.
-
- 20 Haz, 2016 4 kayıt (commit)
-
-
Enrico Tröger yazdı
Allow spawn debug output also with GEANY_DEBUG
-
Enrico Tröger yazdı
Win32: Add UI error message if an URL could not be opened
-
Enrico Tröger yazdı
-
Enrico Tröger yazdı
Improve error message on Build->Run errors
-
- 19 Haz, 2016 1 kayıt (commit)
-
-
Enrico Tröger yazdı
Reword the error message and use the full executed command line in the error message, not only the configured Terminal command. Fixes #1077.
-
- 17 Haz, 2016 1 kayıt (commit)
-
-
Enrico Troeger yazdı
-
- 16 Haz, 2016 2 kayıt (commit)
-
-
Erik de Castro Lopo yazdı
This entry matches the `Keywords` field in Gedit.
-
Frank Lanitz yazdı
Change array type syntax in Java file template
-
- 15 Haz, 2016 1 kayıt (commit)
-
-
Philipp Wiesemann yazdı
Square brackets following the element type are more common.
-
- 12 Haz, 2016 1 kayıt (commit)
-
-
Frank Lanitz yazdı
-
- 11 Haz, 2016 1 kayıt (commit)
-
-
Jiří Techet yazdı
TM: Fix actually running the mapping self-tests
-
- 10 Haz, 2016 5 kayıt (commit)
-
-
Colomban Wendling yazdı
Enable buffered draw on newer GTK versions on OS X
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
Improve Goto Symbol popup contents
-
Colomban Wendling yazdı
Treat the "h" extension as a C++ file
-
Colomban Wendling yazdı
TagManager cleanups
-
- 09 Haz, 2016 4 kayıt (commit)
-
-
Jiří Techet yazdı
Since the original include list is already reordered by the hash table, it makes no sense to reverse the resulting list as it's in a different order anyway.
-
Jiří Techet yazdı
Shouldn't collide with real tag kind symbols and a non-visible character is more probably unused by ctags than a visible one.
-
Jiří Techet yazdı
Even when we know when should be searching for definition (or declaration), we can keep searching for the opposite type too when we didn't find anything with the "correct" def/decl type. So at least we find "something" of that name.
-
Jiří Techet yazdı
-
- 08 Haz, 2016 1 kayıt (commit)
-
-
Colomban Wendling yazdı
javascript: Add ECMAScript 6 classes keywords
-