Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
9d2bfe1
Update gir
sdroege May 13, 2025
aa1583c
Update gir-files
sdroege May 13, 2025
c4d3ffb
gio: Ignore `g_dbus_connection_register_object_with_closures2()` for now
sdroege Feb 25, 2025
a83bd4c
glib: Add bindings for `g_intern_string()` and `g_intern_static_strin…
sdroege Mar 3, 2025
0045d37
graphene: Add some `// rustdoc-stripper-ignore-next`
sdroege Mar 3, 2025
445c5e1
Fix bug in bindings of shape_full and shape_with_flags
LeoSchae Mar 10, 2025
07e5880
Use as_ptr and bring shape_full and shape_with_flags into the same fo…
LeoSchae Mar 11, 2025
a16872d
glib: Add From<AsRef<str>> impl for GStringPtr
sdroege Mar 23, 2025
287fe14
pango: Implement `pango_shape()` bindings manually and ignore `pango_…
sdroege Mar 28, 2025
6fd10ca
cairo: Pass a mutable reference when we expect the function to mutate…
sdroege Apr 5, 2025
b6a3cff
Fix new clippy 1.86 warnings
sdroege Apr 5, 2025
2ea7855
ignore typ typo
bilelmoussaoui Apr 7, 2025
e9fb474
ci: Update to Ubuntu 24.04 for building the image
sdroege Apr 26, 2025
8e4a58b
ci: Install some more development packages for the image build
sdroege Apr 26, 2025
8e2e6e8
Add 2.86 glib/gio version features
sdroege Apr 14, 2025
8847194
Wrap IntoFuture around Cancellable::future
swsnr Apr 27, 2025
7efee60
Derive Debug and Clone for variant DictEntry
swsnr Apr 27, 2025
539fc35
gobject: Work around wrongly added v2_82 feature
bilelmoussaoui Apr 27, 2025
be02ba3
glib: Implement Deref/DerefMut for ThreadGuard
bilelmoussaoui Apr 27, 2025
e688a10
cairo: Fix some typos in Error Display impl
wezm May 8, 2025
4fd1980
Regenerate with latest gir / gir-files
sdroege May 13, 2025
f1566fe
gio: manually implement content_type_guess
davidmhewitt Dec 8, 2024
b65960a
Update Cargo.lock
sdroege May 13, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:

jobs:
docker:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
Expand Down
1 change: 1 addition & 0 deletions .typos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ ot = "ot"
siz = "siz"
vai = "vai"
guid = "guid"
typ = "typ"
Loading
Loading