Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | glib-2.0: Add new symbols from 2.76 | Rico Tzschichholz | 2023-04-06 | 1 | -0/+50 |
| | |||||
* | vapi: Drop webkit2gtk-5.0 bindings | Rico Tzschichholz | 2023-04-01 | 11 | -6742/+0 |
| | |||||
* | webkit2gtk-6.0: Update to 2.40.0 | Rico Tzschichholz | 2023-04-01 | 4 | -21/+320 |
| | |||||
* | webkit2gtk-4.1: Update to 2.40.0 | Rico Tzschichholz | 2023-04-01 | 4 | -43/+145 |
| | |||||
* | webkit2gtk-4.0: Update to 2.40.0 | Rico Tzschichholz | 2023-04-01 | 6 | -43/+162 |
| | |||||
* | gtk+-3.0: Fix ToolPalette.icon_size get-accessor type | Rico Tzschichholz | 2023-03-21 | 2 | -2/+2 |
| | |||||
* | sdl2: Improve Keyboard.get_state() and drop custom implementation | Rico Tzschichholz | 2023-03-18 | 1 | -10/+1 |
| | | | | Fixes https://gitlab.gnome.org/GNOME/vala/issues/1420 | ||||
* | gtk4: Add sealed to all the final types | Corentin Noël | 2023-03-16 | 2 | -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~40b154bf | Rico Tzschichholz | 2023-03-08 | 1 | -19/+81 |
| | |||||
* | Require and target GLib >= 2.56 | Rico Tzschichholz | 2023-02-28 | 1 | -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.90 | Rico Tzschichholz | 2023-02-27 | 3 | -49/+50 |
| | |||||
* | gtk4: Follow upstream change of CssProvider.load_from_data() to match gtk+-3.0 | Rico Tzschichholz | 2023-02-21 | 2 | -3/+3 |
| | | | | | | Regression of 521d3b4eef09b767bcb2fa56c441fbb8752c9a2d See https://gitlab.gnome.org/GNOME/gtk/issues/5543 | ||||
* | webkitgtk-6.0: Update to 2.39.7 | Rico Tzschichholz | 2023-02-12 | 4 | -4312/+163 |
| | |||||
* | vapi: Update GIR-based bindings | Rico Tzschichholz | 2023-02-11 | 11 | -49/+441 |
| | |||||
* | gstreamer: Update from 1.23.0+ git main | Rico Tzschichholz | 2023-02-11 | 19 | -332/+420 |
| | |||||
* | gtk4: Update to 4.9.4~9991d683 | Rico Tzschichholz | 2023-02-10 | 4 | -28/+132 |
| | |||||
* | libgvc: Fix `cheader_filename` of the `Gvc` namespace | Ole André Vadla Ravnås | 2023-02-10 | 1 | -3/+3 |
| | | | | The .pc only adds `${includedir}/graphviz` to the include path. | ||||
* | vapi: Update gnome-desktop-3.0 and gnome-desktop-4 | Fina Wilke | 2023-02-10 | 2 | -0/+4 |
| | |||||
* | glib-2.0: Improve string.replace() | wszqkzqk | 2023-01-30 | 1 | -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 conflict | Rico Tzschichholz | 2022-12-12 | 3 | -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.18 | Rico Tzschichholz | 2022-12-06 | 1 | -3/+33 |
| | |||||
* | cairo: Drop broken PsSurface.get_levels() which is bound as PsLevel.get_levels() | Rico Tzschichholz | 2022-12-06 | 1 | -1/+0 |
| | |||||
* | cairo: Add missing Cairo.Pattern.get_rgba() | Rico Tzschichholz | 2022-12-06 | 1 | -0/+1 |
| | | | | | | Thanks to Wayne Blaszczyk Fixes https://gitlab.gnome.org/GNOME/vala/issues/1381 | ||||
* | vapi: Remove hildon bindings | Corentin Noël | 2022-12-05 | 16 | -6097/+0 |
| | | | | It is long dead and not available anywhere anymore. | ||||
* | vapi: Add webkitgtk-6.0 bindings | Rico Tzschichholz | 2022-11-27 | 11 | -0/+6746 |
| | |||||
* | gtk4: Require pangocairo which is a dependency of Gdk-4.0 | Rico Tzschichholz | 2022-11-27 | 1 | -0/+1 |
| | |||||
* | harfbuzz-gobject: Update to 5.3.1 | Rico Tzschichholz | 2022-11-13 | 4 | -60/+285 |
| | |||||
* | vapi: Add freetype2 binding stub for harfbuzz-gobject | Rico Tzschichholz | 2022-11-13 | 2 | -0/+26 |
| | |||||
* | vapi: Update GIR-based bindings | Rico Tzschichholz | 2022-11-13 | 12 | -44/+395 |
| | |||||
* | pixman-1: Fix instance position of region copy methods | David Hewitt | 2022-10-22 | 1 | -0/+2 |
| | |||||
* | gtk4: Make Gtk.show_uri_full() an instance method of Gtk.Window | Rico Tzschichholz | 2022-09-26 | 2 | -2/+4 |
| | | | | Fixes https://gitlab.gnome.org/GNOME/vala/issues/1347 | ||||
* | glib-2.0: Add `double_hash` and `double_equal` | wszqkzqk | 2022-09-26 | 1 | -0/+6 |
| | |||||
* | webkit2gtk-*.*: Update to 2.37.91 | Rico Tzschichholz | 2022-09-03 | 12 | -549/+387 |
| | |||||
* | glib-2.0: Use g_abort for GLib.Process.abort() beginning with 2.50 | Rico Tzschichholz | 2022-08-17 | 1 | -0/+4 |
| | | | | Fixes https://gitlab.gnome.org/GNOME/vala/issues/1350 | ||||
* | atspi-2: Fix a few binding errors | Rico Tzschichholz | 2022-08-09 | 2 | -11/+27 |
| | |||||
* | vapi: Update GIR-based bindings | Rico Tzschichholz | 2022-08-09 | 7 | -11/+224 |
| | |||||
* | gstreamer: Update from 1.21.0+ git main | Rico Tzschichholz | 2022-08-09 | 5 | -4/+136 |
| | |||||
* | glib-2.0,gio-2.0,gobject-2.0: Update 2.74 symbols | Rico Tzschichholz | 2022-08-09 | 4 | -9/+85 |
| | |||||
* | gtk+-3.0: Correctly unhide BindingSet.by_class to avoid Version attribute | Rico Tzschichholz | 2022-07-19 | 2 | -4/+3 |
| | |||||
* | vapi: Add rest-1.0 bindings | Rico Tzschichholz | 2022-07-01 | 7 | -0/+457 |
| | |||||
* | vapi: Add geocode-glib-2.0 binding | Rico Tzschichholz | 2022-07-01 | 4 | -0/+291 |
| | |||||
* | vapi: Add initial wayland-client binding | Corentin Noël | 2022-06-04 | 5 | -1/+406 |
| | | | | Allow to properly use gtk4-wayland. | ||||
* | glib2.0: Add abs() to int8/int16/int32/ssize_t | Gustav Hartvigsson | 2022-06-02 | 1 | -0/+8 |
| | | | | Fixes https://gitlab.gnome.org/GNOME/vala/issues/1328 | ||||
* | vapi: Update GIR-based bindings | Rico Tzschichholz | 2022-04-20 | 3 | -12/+6 |
| | |||||
* | gstreamer: Update from 1.21.0+ git main | Rico Tzschichholz | 2022-04-20 | 3 | -8/+17 |
| | |||||
* | gtk4: Split out gtk4-wayland and gtk4-x11 into separate bindings | Rico Tzschichholz | 2022-04-15 | 7 | -213/+235 |
| | | | | Fixes https://gitlab.gnome.org/GNOME/vala/issues/1308 | ||||
* | gtk4: Fix GLib.Value parameter in ContentProvider.get_value() | m-shinder | 2022-04-07 | 2 | -1/+3 |
| | | | | Value is `out caller-allocates` and it is also initialized by caller. | ||||
* | vapi: Update GIR-based bindings | Rico Tzschichholz | 2022-03-28 | 7 | -7/+37 |
| | |||||
* | gstreamer: Update from 1.21+ git main | Rico Tzschichholz | 2022-03-28 | 4 | -18/+115 |
| | |||||
* | vapi: Add webkit2gtk-4.1 bindings | Rico Tzschichholz | 2022-03-15 | 11 | -0/+6804 |
| |