summaryrefslogtreecommitdiff
path: root/vapi
Commit message (Collapse)AuthorAgeFilesLines
* gtk4: Don't skip AlertDialog ctorVal Och2023-05-172-1/+4
|
* glib-2.0: Fix binding of g_variant_type_n_items()JCWasmx862023-04-291-1/+1
|
* glib-2.0: g_chdir is declared in <glib/gstdio.h>Florian Weimer2023-04-171-1/+1
| | | | Not <glib.h>. Fixes an implicit function error when building deja-dup.
* vapi: Regenerate for GIR-based bindings to pick up sealed declaration modifierRico Tzschichholz2023-04-1638-516/+464
|
* vapi: Regenerate bindings for GenericType changeRico Tzschichholz2023-04-141-1/+1
|
* gio-2.0: Add missing type-argument in ListStore.find_with_equal_func_full()Rico Tzschichholz2023-04-072-1/+2
|
* gio-2.0: Add new symbols from 2.76Rico Tzschichholz2023-04-062-5/+56
|
* glib-2.0: Fix a few binding errorsRico Tzschichholz2023-04-061-7/+6
|
* gtk+-3.0: Fix a few binding issuesRico Tzschichholz2023-04-062-17/+3
|
* gtk4: Fix a few binding errorsRico Tzschichholz2023-04-065-17/+23
|
* glib-2.0: Add new symbols from 2.76Rico Tzschichholz2023-04-061-0/+50
|
* vapi: Drop webkit2gtk-5.0 bindingsRico Tzschichholz2023-04-0111-6742/+0
|
* webkit2gtk-6.0: Update to 2.40.0Rico Tzschichholz2023-04-014-21/+320
|
* webkit2gtk-4.1: Update to 2.40.0Rico Tzschichholz2023-04-014-43/+145
|
* webkit2gtk-4.0: Update to 2.40.0Rico Tzschichholz2023-04-016-43/+162
|
* gtk+-3.0: Fix ToolPalette.icon_size get-accessor typeRico Tzschichholz2023-03-212-2/+2
|
* sdl2: Improve Keyboard.get_state() and drop custom implementationRico Tzschichholz2023-03-181-10/+1
| | | | Fixes https://gitlab.gnome.org/GNOME/vala/issues/1420
* gtk4: Add sealed to all the final typesCorentin Noël2023-03-162-50/+102
| | | | | | | Allows to know in advance if a type can be subclassed or not Required until https://gitlab.gnome.org/GNOME/gtk/-/merge_requests/4575 is merged or the right heuristic is implemented on Vala side.
* gtk4: Update to 4.10.1~40b154bfRico Tzschichholz2023-03-081-19/+81
|
* Require and target GLib >= 2.56Rico Tzschichholz2023-02-281-6/+0
| | | | | | | The next stable release of vala will happen over 5 years after the release of GLib 2.56.0. Fixes https://gitlab.gnome.org/GNOME/vala/issues/1415
* webkitgtk-6.0: Update to 2.39.90Rico Tzschichholz2023-02-273-49/+50
|
* gtk4: Follow upstream change of CssProvider.load_from_data() to match gtk+-3.0Rico Tzschichholz2023-02-212-3/+3
| | | | | | Regression of 521d3b4eef09b767bcb2fa56c441fbb8752c9a2d See https://gitlab.gnome.org/GNOME/gtk/issues/5543
* webkitgtk-6.0: Update to 2.39.7Rico Tzschichholz2023-02-124-4312/+163
|
* vapi: Update GIR-based bindingsRico Tzschichholz2023-02-1111-49/+441
|
* gstreamer: Update from 1.23.0+ git mainRico Tzschichholz2023-02-1119-332/+420
|
* gtk4: Update to 4.9.4~9991d683Rico Tzschichholz2023-02-104-28/+132
|
* libgvc: Fix `cheader_filename` of the `Gvc` namespaceOle André Vadla Ravnås2023-02-101-3/+3
| | | | The .pc only adds `${includedir}/graphviz` to the include path.
* vapi: Update gnome-desktop-3.0 and gnome-desktop-4Fina Wilke2023-02-102-0/+4
|
* glib-2.0: Improve string.replace()wszqkzqk2023-01-301-8/+4
| | | | | | Use string.split() and string.joinv() which is way faster than GLib.Regex() Fixes https://gitlab.gnome.org/GNOME/vala/issues/1402
* gtk4: Update workaround for DropTarget.drop() signal conflictRico Tzschichholz2022-12-123-4/+9
| | | | | | | | Deprecate DropTarget.on_drop() Additionally don't skip Notebook.insert_page_menu() Fixes https://gitlab.gnome.org/GNOME/vala/issues/1312
* cairo: Add new symbols for 1.18Rico Tzschichholz2022-12-061-3/+33
|
* cairo: Drop broken PsSurface.get_levels() which is bound as PsLevel.get_levels()Rico Tzschichholz2022-12-061-1/+0
|
* cairo: Add missing Cairo.Pattern.get_rgba()Rico Tzschichholz2022-12-061-0/+1
| | | | | | Thanks to Wayne Blaszczyk Fixes https://gitlab.gnome.org/GNOME/vala/issues/1381
* vapi: Remove hildon bindingsCorentin Noël2022-12-0516-6097/+0
| | | | It is long dead and not available anywhere anymore.
* vapi: Add webkitgtk-6.0 bindingsRico Tzschichholz2022-11-2711-0/+6746
|
* gtk4: Require pangocairo which is a dependency of Gdk-4.0Rico Tzschichholz2022-11-271-0/+1
|
* harfbuzz-gobject: Update to 5.3.1Rico Tzschichholz2022-11-134-60/+285
|
* vapi: Add freetype2 binding stub for harfbuzz-gobjectRico Tzschichholz2022-11-132-0/+26
|
* vapi: Update GIR-based bindingsRico Tzschichholz2022-11-1312-44/+395
|
* pixman-1: Fix instance position of region copy methodsDavid Hewitt2022-10-221-0/+2
|
* gtk4: Make Gtk.show_uri_full() an instance method of Gtk.WindowRico Tzschichholz2022-09-262-2/+4
| | | | Fixes https://gitlab.gnome.org/GNOME/vala/issues/1347
* glib-2.0: Add `double_hash` and `double_equal`wszqkzqk2022-09-261-0/+6
|
* webkit2gtk-*.*: Update to 2.37.91Rico Tzschichholz2022-09-0312-549/+387
|
* glib-2.0: Use g_abort for GLib.Process.abort() beginning with 2.50Rico Tzschichholz2022-08-171-0/+4
| | | | Fixes https://gitlab.gnome.org/GNOME/vala/issues/1350
* atspi-2: Fix a few binding errorsRico Tzschichholz2022-08-092-11/+27
|
* vapi: Update GIR-based bindingsRico Tzschichholz2022-08-097-11/+224
|
* gstreamer: Update from 1.21.0+ git mainRico Tzschichholz2022-08-095-4/+136
|
* glib-2.0,gio-2.0,gobject-2.0: Update 2.74 symbolsRico Tzschichholz2022-08-094-9/+85
|
* gtk+-3.0: Correctly unhide BindingSet.by_class to avoid Version attributeRico Tzschichholz2022-07-192-4/+3
|
* vapi: Add rest-1.0 bindingsRico Tzschichholz2022-07-017-0/+457
|