Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Gtk-rs

Provide GTK libraries to Rust
Collective - Host: opensource - https://opencollective.com/gtk-rs - Website: https://gtk-rs.org - Code: https://github.com/gtk-rs

Merge pull request #39 from sdroege/master

check_init_asserts: Skip over autogenerated code if there is none

github.com/gtk-rs/checker - e30a558c57ee9a898b0ceeffcb48a040ce51299c authored 12 months ago by Guillaume Gomez <[email protected]>
check_init_asserts: Skip over autogenerated code if there is none

github.com/gtk-rs/checker - d2d8d0caaccd18830d403ca95a6d938dbf18d5a3 authored 12 months ago by Sebastian Dröge <[email protected]>
build(deps): update freetype-rs requirement from 0.32 to 0.34

Updates the requirements on [freetype-rs](https://github.com/PistonDevelopers/freetype-rs) to pe...

github.com/gtk-rs/gtk-rs-core - 26c6870b33503dd1da3014cf80a1779cac4078fb authored 12 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
deny: Remove freetype-rs

As it was to bitflags 2.0

github.com/gtk-rs/gtk-rs-core - 203c957625eae34032add99d8ea057daece7f56b authored 12 months ago by Bilal Elmoussaoui <[email protected]>
Merge pull request #1207 from awused/priority

Add _full and _local_full methods for idle and timeout callbacks that take priority

github.com/gtk-rs/gtk-rs-core - 833080a98315693ce26faa6ea54f78f0bbb32c21 authored 12 months ago by Sebastian Dröge <[email protected]>
Merge pull request #1204 from ranfdev/ext_trait_subclass

Implement ext trait on IsA<T>, don't generate overridden methods

github.com/gtk-rs/gtk-rs-core - d6e3e680aaee137e0687b30afe35638bbd978e18 authored 12 months ago by Sebastian Dröge <[email protected]>
Merge pull request #1208 from zecakeh/action-map-weak

gio: Use weak reference to ActionMap when adding action entries

github.com/gtk-rs/gtk-rs-core - 2cb955ea8d077efcf7f14777f84dde0573805430 authored 12 months ago by Sebastian Dröge <[email protected]>
Merge pull request #1521 from gtk-rs/dependabot/cargo/regex-1.10.2

build(deps): bump regex from 1.10.1 to 1.10.2

github.com/gtk-rs/gir - 322ec0251aa4b26ac608fa61471c52c43af499a2 authored 12 months ago by Sebastian Dröge <[email protected]>
build(deps): bump regex from 1.10.1 to 1.10.2

Bumps [regex](https://github.com/rust-lang/regex) from 1.10.1 to 1.10.2.
- [Release notes](https...

github.com/gtk-rs/gir - 4142f1471e24ff2a7f57fcec8683385637eb6827 authored 12 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
book: Use bounded channels instead of unbounded (#1522)

They should be enough in most situations.

github.com/gtk-rs/gtk4-rs - fb3ef4de252e32a368cf6ab3b0a6bcbe8cc8724c authored 12 months ago by Hofer-Julian <[email protected]>
codegen: Generate a doc alias for aliases

github.com/gtk-rs/gir - cfa8f12f1a5fd6b6810d88722af416356fb0da87 authored 12 months ago by Bilal Elmoussaoui <[email protected]>
book: Move to async-channel (#1521)

async-channel covers more use cases.
This also fits with my observation that it is popular with...

github.com/gtk-rs/gtk4-rs - 3641400e17e5a7553f708012b95134e8971b906e authored 12 months ago by Hofer-Julian <[email protected]>
Merge pull request #1210 from RealKC/bool-error-fmt-variable-expansion

glib: Allow variable expansion in format strings passed to bool_error & result_from_gboolean

github.com/gtk-rs/gtk-rs-core - 90f24bd3ca7f0377e4ab18b3985afe3f4c2685b3 authored 12 months ago by Sebastian Dröge <[email protected]>
glib: Allow variable expansion in fmt strings passed to `result_from_gboolean`

github.com/gtk-rs/gtk-rs-core - d2fc5035850e0c286bc2e79ddc3e9e1bc5562ecd authored 12 months ago by Mițca Dumitru <[email protected]>
glib: Allow variable expansion in format strings passed to `bool_error`

github.com/gtk-rs/gtk-rs-core - 378180a0a659ecda4b99764ae23d143396eea7a9 authored 12 months ago by Mițca Dumitru <[email protected]>
book: Disable playground globally (#1518)

Also remove annotation from code blocks

github.com/gtk-rs/gtk4-rs - d0094d784783c8b20129efaf23e6232bee81616d authored 12 months ago by Hofer-Julian <[email protected]>
book: Split book workflow in two

That should give nicer reporting on GitHub's side

github.com/gtk-rs/gtk4-rs - b9f3d736755f6493335604a7919b02d3ced6af45 authored 12 months ago by Julian Hofer <[email protected]>
gio: Use weak reference to ActionMap when adding action entries

Otherwise it is not possible to drop the ActionMap without
dropping the actions first.

github.com/gtk-rs/gtk-rs-core - 133f3834653f1cb0c3b66f984f2498a361c87812 authored 12 months ago by Kévin Commaille <[email protected]>
Add _full and _local_full methods for idle and timeout callbacks.

github.com/gtk-rs/gtk-rs-core - a5b5cdd8492e4ba5fb99a67428b522ea97d01b19 authored almost 1 year ago by Desuwa <[email protected]>
examples: Clean up imports

Makes things consistent for the reader:
- Use prelude from gtk as it re-exports glib's prelude
-...

github.com/gtk-rs/gtk4-rs - a84f7d1687ad48fa420db7c2d50eb38a4b7601f0 authored about 1 year ago by Bilal Elmoussaoui <[email protected]>
examples: Unify glib::wrapper code style

github.com/gtk-rs/gtk4-rs - 20ea8adc7fd2010e284b97bf54c6a08731692942 authored about 1 year ago by Bilal Elmoussaoui <[email protected]>
examples: Document/Replace deprecated APIs

github.com/gtk-rs/gtk4-rs - 848f2fc7e9b0464d160655090ab8af1bdb4180ec authored about 1 year ago by Bilal Elmoussaoui <[email protected]>
examples: Use glib::derived_properties

github.com/gtk-rs/gtk4-rs - 49fb9a8fa87ac5146c5660d23fee5839fdfeb72b authored about 1 year ago by Bilal Elmoussaoui <[email protected]>
misc: Use nightly rustfmt on manual source code

The imports grouping & docs bits are super handy.

github.com/gtk-rs/gtk4-rs - cb70f6b8174d779953e0ee41580793f32e974605 authored about 1 year ago by Bilal Elmoussaoui <[email protected]>
examples: Use IsA from prelude

github.com/gtk-rs/gtk4-rs - 2ff4a7768b895da29bbcff08979b97f7337ebbb5 authored about 1 year ago by Bilal Elmoussaoui <[email protected]>
examples: Prefer using Default trait when possible

Otherwise clippy complains and we have to have a separate constructor for nothing useful

github.com/gtk-rs/gtk4-rs - e262bd9a18b77de620563d7e9bfe06a0911358b5 authored about 1 year ago by Bilal Elmoussaoui <[email protected]>
examples: Clean up, modernize and simplify virtual methods example

github.com/gtk-rs/gtk4-rs - 0d46d3f1176d3168c3680220f912dec6a1af1bfc authored about 1 year ago by Sebastian Dröge <[email protected]>
Merge pull request #1517 from gtk-rs/dependabot/cargo/toml-0.8.2

build(deps): bump toml from 0.8.1 to 0.8.2

github.com/gtk-rs/gir - bd704e8f22c90e822cb4b6a18f8a8ed64af34390 authored about 1 year ago by Sebastian Dröge <[email protected]>
build(deps): bump toml from 0.8.1 to 0.8.2

Bumps [toml](https://github.com/toml-rs/toml) from 0.8.1 to 0.8.2.
- [Commits](https://github.co...

github.com/gtk-rs/gir - 19ced284ecd977484f3999401fb534f2a009575c authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #1518 from gtk-rs/dependabot/cargo/regex-1.10.1

build(deps): bump regex from 1.9.6 to 1.10.1

github.com/gtk-rs/gir - f96f0ca9c7e9fc52bcf8ea9a4cbb7a26643cc707 authored about 1 year ago by Sebastian Dröge <[email protected]>
Merge pull request #1519 from gtk-rs/dependabot/cargo/bitflags-2.4.1

build(deps): bump bitflags from 2.4.0 to 2.4.1

github.com/gtk-rs/gir - 2f40dcc1e37a0beb527d0a68a7a44a4dfff8610e authored about 1 year ago by Sebastian Dröge <[email protected]>
build(deps): bump bitflags from 2.4.0 to 2.4.1

Bumps [bitflags](https://github.com/bitflags/bitflags) from 2.4.0 to 2.4.1.
- [Release notes](ht...

github.com/gtk-rs/gir - 7e71e5a9939ecc03d4caa6d3288964659d9a87f6 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps): bump regex from 1.9.6 to 1.10.1

Bumps [regex](https://github.com/rust-lang/regex) from 1.9.6 to 1.10.1.
- [Release notes](https:...

github.com/gtk-rs/gir - d211fd87fc14ec84f8ed7c7bb864b60207060cbb authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
gdk-wayland: Bump wayland crate deps

github.com/gtk-rs/gtk4-rs - bcfa842000afd1667f8e0172282bcb3e3e07b6ac authored about 1 year ago by Bilal Elmoussaoui <[email protected]>
examples: Don't use show for presenting a window

github.com/gtk-rs/gtk4-rs - ac50eb62d2474e914c5baf9edd2a6178cd3a1e31 authored about 1 year ago by Bilal Elmoussaoui <[email protected]>
gtk: Use glib enums instead of bools where it makes sense

github.com/gtk-rs/gtk4-rs - a7d9f5d370c73109e6b978f74dabf8d357a3c0cf authored about 1 year ago by Bilal Elmoussaoui <[email protected]>
Regenerate with latest gir

github.com/gtk-rs/gtk4-rs - 0333c9ef192be696272f3c89ce81b8a24d8f2522 authored about 1 year ago by Bilal Elmoussaoui <[email protected]>
Update gir submodule

github.com/gtk-rs/gtk4-rs - 14c04e2e1d0c947a6d486c2b1f9f468a2b6c772e authored about 1 year ago by Bilal Elmoussaoui <[email protected]>
Update gir-files submodule

github.com/gtk-rs/gtk4-rs - 94a58ed7a8b29c927dfd4c4e0744828ca3483875 authored about 1 year ago by Bilal Elmoussaoui <[email protected]>
Regenerate with latest gir-files

github.com/gtk-rs/gtk4-rs - f9de5b4c48266a30e0995db7c4d777868f7bff07 authored about 1 year ago by Bilal Elmoussaoui <[email protected]>
Implement ext trait on IsA<T>, don't generate overridden methods

github.com/gtk-rs/gtk-rs-core - dc6da06f32723881dafa8329e8ab895c9b2841e6 authored about 1 year ago by ranfdev <[email protected]>
glib: Implement object class methods via a trait instead of directly on `Class<Object>`

This makes them callable directly from more places and is more in sync
with how such methods are...

github.com/gtk-rs/gtk-rs-core - d1fdc2ea5797b5e091aec091f0389b163cce5a47 authored about 1 year ago by Sebastian Dröge <[email protected]>
examples: Only require GTK 4.10 for the examples

And opt-in to 4.12 / 4.14 features in the 3 examples that actually need them.

github.com/gtk-rs/gtk4-rs - 39262e1d41a34f392482ef03a256ea244582c1ec authored about 1 year ago by Sebastian Dröge <[email protected]>
book: Rename action to correct name (#1510)

github.com/gtk-rs/gtk4-rs - 1bcb23ffac5b792a8e4846d1b266b958d8db5168 authored about 1 year ago by Hofer-Julian <[email protected]>
book: Clarify function in main_event_loop

github.com/gtk-rs/gtk4-rs - 8270e05fce5ff38b4aae08e9c6119d3b5493923e authored about 1 year ago by Julian Hofer <[email protected]>
Merge pull request #1201 from Hofer-Julian/add-spawn-functions

Add `spawn_future` and `spawn_future_local` convenience functions

github.com/gtk-rs/gtk-rs-core - 9125737a3e4cffde9e0e0331da0d9ebcfa92dfd2 authored about 1 year ago by Sebastian Dröge <[email protected]>
Add `spawn_future` and `spawn_future_local` convenience functions

A couple of gtk-rs apps currently use utility functions to make spawning futures less verbose.
S...

github.com/gtk-rs/gtk-rs-core - 2ae030c428119433a3355af4afe7ecd183662fd0 authored about 1 year ago by Julian Hofer <[email protected]>
build(deps): update khronos-egl requirement from 5.0 to 6.0

Updates the requirements on [khronos-egl](https://github.com/timothee-haudebourg/khronos-egl) to...

github.com/gtk-rs/gtk4-rs - 46c96e5b6b1e81c00b8927d3ff123bc3dbc2d6ec authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #304 from Hofer-Julian/update-featured-apps

Update featured apps

github.com/gtk-rs/gtk-rs.github.io - 38dd78b9e73bfdc88b051a4c59a6007531914472 authored about 1 year ago by Bilal Elmoussaoui <[email protected]>
Update featured apps

- Update screenshots
- Replace Fractal with Amberol

github.com/gtk-rs/gtk-rs.github.io - b40e389c0ef701d2226ebfc038b3d9a804bd8362 authored about 1 year ago by Julian Hofer <[email protected]>
projects: Fix missing comma

github.com/gtk-rs/gtk-rs.github.io - 6cfc6e65bbcafb6b907eae33b3caea2de4154e26 authored about 1 year ago by Bilal Elmoussaoui <[email protected]>
deny: Remove toml_edit override

github.com/gtk-rs/gtk-rs-core - 70f9d7dca32ca9b29366f6f6db5d1e0f5051ef2c authored about 1 year ago by Sebastian Dröge <[email protected]>
gtk4-macros: Update to proc-macro-crate 2

github.com/gtk-rs/gtk4-rs - c40dfde05a03996571b571a38b43bf20c045bb4c authored about 1 year ago by Sebastian Dröge <[email protected]>
glib-macros: Update to proc-macro-crate 2

github.com/gtk-rs/gtk-rs-core - 2ccd7c8cd684564d7fb66572fa765a13bcf5ef77 authored about 1 year ago by Sebastian Dröge <[email protected]>
deny: Update for system-deps depending on old toml / toml_edit

github.com/gtk-rs/gtk-rs-core - c50b34a163a3b0fc7cc63627ca5f106b3a5ad632 authored about 1 year ago by Sebastian Dröge <[email protected]>
Merge pull request #1516 from gtk-rs/dependabot/cargo/toml-0.8.1

build(deps): bump toml from 0.8.0 to 0.8.1

github.com/gtk-rs/gir - 428c880ecf0b342fccf895550be8fedb9abd09f1 authored about 1 year ago by Sebastian Dröge <[email protected]>
Merge pull request #1515 from gtk-rs/dependabot/cargo/regex-1.9.6

build(deps): bump regex from 1.9.5 to 1.9.6

github.com/gtk-rs/gir - a047a0279c99c1472f38c07cd0d11c1c66368ced authored about 1 year ago by Sebastian Dröge <[email protected]>
build(deps): bump toml from 0.8.0 to 0.8.1

Bumps [toml](https://github.com/toml-rs/toml) from 0.8.0 to 0.8.1.
- [Commits](https://github.co...

github.com/gtk-rs/gir - f6f51405dfcf9b8fe7854f33eedc2c31780dd516 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps): bump regex from 1.9.5 to 1.9.6

Bumps [regex](https://github.com/rust-lang/regex) from 1.9.5 to 1.9.6.
- [Release notes](https:/...

github.com/gtk-rs/gir - dfef9cc2544b825fff1ddc01df4ed891c283366d authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
book: Fix typo in memory management chapter (#1504)

github.com/gtk-rs/gtk4-rs - 4ea1cf6540856d21890a890cf82153501f958b68 authored about 1 year ago by Hofer-Julian <[email protected]>
CI: Add Hofer-Julian as code owner for `.github/workflows/book.yml`

github.com/gtk-rs/gtk4-rs - b6273835a79702b2ec46884c66c7b64d2c740072 authored about 1 year ago by Julian Hofer <[email protected]>
book: Run separate jobs for check and deploy

We don't want deployment to fail because of a broken link

github.com/gtk-rs/gtk4-rs - 24c86ade4fe21936ce1ee2a4c9cdf73ed7418d80 authored about 1 year ago by Julian Hofer <[email protected]>
Merge pull request #180 from gtk-rs/create-pull-request/patch

Update GIR files (2023-09-29)

github.com/gtk-rs/gir-files - 20031a537e4050aec6d290f4250d217e28415da5 authored about 1 year ago by Sebastian Dröge <[email protected]>
Update GIR files

github.com/gtk-rs/gir-files - 7499d8f6f5a3e566507816272af147cd25fcf33a authored about 1 year ago by bilelmoussaoui <[email protected]>
Merge pull request #1155 from gtk-rs/bilelmoussaoui/regen

Regenerate with latest gir/gir-files

github.com/gtk-rs/gtk-rs-core - 548955f03f8de7272ef75dc53949fabcd699d8ce authored about 1 year ago by Sebastian Dröge <[email protected]>
Require a mutable reference for the `glib::List` mutable iterators

github.com/gtk-rs/gtk-rs-core - a638d94c6f53addc5db9d980a6e128fed17f5b25 authored about 1 year ago by Sebastian Dröge <[email protected]>
Remove some unused `std::fmt` imports

github.com/gtk-rs/gtk-rs-core - 59bb7e036c22e4e033da756b48c5b76dc469b757 authored about 1 year ago by Sebastian Dröge <[email protected]>
book: Check links with lychee (#1499)

* book: Check links with lychee

* Update book.yml

* Update book.yml

github.com/gtk-rs/gtk4-rs - eabd4946cf4dbd63e9d5f2222dfa716db5ae3ffa authored about 1 year ago by Hofer-Julian <[email protected]>
Merge pull request #1181 from cgwalters/gstring-as-str

glib/GStringPtr: Add `as_str()` and `Deref<Target=&str>`

github.com/gtk-rs/gtk-rs-core - 9b6192912a16e58321c8ed8e909e8dc04afc473c authored about 1 year ago by Sebastian Dröge <[email protected]>
glib/GStringPtr: Add `as_str()` and `Deref<Target=&str>`

I was updating some code to glib 0.18 and we were previously
using `as_str()` - which is what th...

github.com/gtk-rs/gtk-rs-core - dc856e5ccc048ce8b71013d874a9bb6fe1f45c3d authored about 1 year ago by Colin Walters <[email protected]>
Merge pull request #1495 from gtk-rs/bilelmoussaoui/impl-paramspec

gtk: Implement HasParamSpec for TemplateChild<T>

github.com/gtk-rs/gtk4-rs - e7ca9084863367ea2f890893bbd487bd8fe7c774 authored about 1 year ago by ranfdev <[email protected]>
Merge pull request #1195 from gtk-rs/dependabot/github_actions/actions/checkout-4

build(deps): bump actions/checkout from 3 to 4

github.com/gtk-rs/gtk-rs-core - 153420bf4fb48b0cd8a65e90fc6f36547fa3fd94 authored about 1 year ago by Sebastian Dröge <[email protected]>
build(deps): bump actions/checkout from 3 to 4

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](htt...

github.com/gtk-rs/gtk-rs-core - e7eaea9a72b94de0b26f8fd1f821b7022c8878bb authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #1190 from gtk-rs/dependabot/github_actions/docker/build-push-action-5

build(deps): bump docker/build-push-action from 3 to 5

github.com/gtk-rs/gtk-rs-core - a615a7e786a25a3c9bfaf232fb5b2f9b805c83f4 authored about 1 year ago by Sebastian Dröge <[email protected]>
Merge pull request #1189 from gtk-rs/dependabot/github_actions/docker/login-action-3

build(deps): bump docker/login-action from 2 to 3

github.com/gtk-rs/gtk-rs-core - cc7a7cad94d8801a3237b4f7917ecf93167b5b1e authored about 1 year ago by Sebastian Dröge <[email protected]>
Merge pull request #1179 from gtk-rs/bilelmoussaoui-patch-2

CI: add a cargo deny job

github.com/gtk-rs/gtk-rs-core - 965208140e3048daa5a5ed25938a97e55e09d0cf authored about 1 year ago by Sebastian Dröge <[email protected]>
Merge pull request #1514 from gtk-rs/dependabot/cargo/xml-rs-0.8.19

build(deps): bump xml-rs from 0.8.18 to 0.8.19

github.com/gtk-rs/gir - 73df75128d555e3d83cebc3c28bde56dd27a7ccd authored about 1 year ago by Sebastian Dröge <[email protected]>
build(deps): bump xml-rs from 0.8.18 to 0.8.19

Bumps [xml-rs](https://github.com/kornelski/xml-rs) from 0.8.18 to 0.8.19.
- [Changelog](https:/...

github.com/gtk-rs/gir - 041a5f7e31f091d2537bf13145f6f554cbb1456c authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
gtk: Implement HasParamSpec for TemplateChild<T>

Fixes #1456

github.com/gtk-rs/gtk4-rs - b2e4fbe0ff73fd3cadb0b8d1bcdcd305b4d645b3 authored about 1 year ago by Bilal Elmoussaoui <[email protected]>
Merge pull request #179 from gtk-rs/create-pull-request/patch

Update GIR files (2023-09-23)

github.com/gtk-rs/gir-files - dc6ab6e0641032ae623953f63f460bfccbb7ed83 authored about 1 year ago by Bilal Elmoussaoui <[email protected]>
Update GIR files

github.com/gtk-rs/gir-files - a2549a92845155bc873a9b3e31353b48bed0c8f2 authored about 1 year ago by bilelmoussaoui <[email protected]>
Merge pull request #300 from ShiNoNeko47/patch-1

Add reel_hub to projects.json

github.com/gtk-rs/gtk-rs.github.io - a087eb723e93812a1389fc13f62b64281315a278 authored about 1 year ago by Bilal Elmoussaoui <[email protected]>
Merge pull request #301 from sixpounder/master-1

Update projects.json

github.com/gtk-rs/gtk-rs.github.io - 9e711437fa69576fd435fdc57b9aaf795df45594 authored about 1 year ago by Bilal Elmoussaoui <[email protected]>
Merge pull request #303 from dabrain34/patch-1

Add GstPipelineStudio

github.com/gtk-rs/gtk-rs.github.io - e0c43b8d6871b4b4ee997664518632a41f9b53e3 authored about 1 year ago by Bilal Elmoussaoui <[email protected]>
Add GstPipelineStudio

Add GstPipelineStudio project using gtk4 and gstreamer

github.com/gtk-rs/gtk-rs.github.io - 6b8b580a0017e4756e81c1055d02bd553f3ebc0b authored about 1 year ago by dabrain34 <[email protected]>
fix glyph string analysis methods that don't need &mut

github.com/gtk-rs/gtk-rs-core - 5e0be5c791f142ef070fbdc16c04800239a07985 authored about 1 year ago by Brian Vincent <[email protected]>
glib-macros: Mark property getters as #[must_use]

github.com/gtk-rs/gtk-rs-core - 39ef9c06eac9c497420b419ad1b19ec979dedf1d authored about 1 year ago by Aaron Erhardt <[email protected]>
glib-macros: Remove unused imports from Properties doc test

github.com/gtk-rs/gtk-rs-core - 406c196495fa00579a9064f0423c971831de43f3 authored about 1 year ago by Eva Pace <[email protected]>
build(deps): bump docker/build-push-action from 3 to 5

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 5.
- [Re...

github.com/gtk-rs/gtk-rs-core - 8573f3ad3908280b4481e8c2004f348c43c8395b authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps): bump docker/login-action from 2 to 3

Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 3.
- [Release note...

github.com/gtk-rs/gtk-rs-core - 9cbbe1efb17f59b30413c905bb6ba3fcfda8226c authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps): bump toml from 0.7.8 to 0.8.0

Bumps [toml](https://github.com/toml-rs/toml) from 0.7.8 to 0.8.0.
- [Commits](https://github.co...

github.com/gtk-rs/gir - 68854017289dcacca9c88a5fbe8431ee0557adf7 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps): bump docker/build-push-action from 1 to 5

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 1 to 5.
- [Re...

github.com/gtk-rs/gtk4-rs - 745d358222f522f54db644cbd496659af0afcc35 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Use shields for crates version

Fixes #260
Replaces #293

github.com/gtk-rs/gtk-rs.github.io - 30b03c07d5fe22e1615bdb78d12311f38541bd5e authored about 1 year ago by Bilal Elmoussaoui <[email protected]>
Update gir-files submodule

github.com/gtk-rs/gtk4-rs - 132f50e113608b9d1c270e82488d2eafa033ada0 authored about 1 year ago by Bilal Elmoussaoui <[email protected]>
Update gir submodule

github.com/gtk-rs/gtk4-rs - a99b0420af9890dc53ec7c8674288788b540c052 authored about 1 year ago by Bilal Elmoussaoui <[email protected]>
Regenerate with latest gir-files

github.com/gtk-rs/gtk4-rs - 015126b0d5072b622f51994ad8ff377d6e86595e authored about 1 year ago by Bilal Elmoussaoui <[email protected]>
CI/macos: Bump gtk to 4.12

github.com/gtk-rs/gtk4-rs - 2910bca1eb59e652b29cc1a6914025430924f92e authored about 1 year ago by Bilal Elmoussaoui <[email protected]>
Regenerate with latest gir

github.com/gtk-rs/gtk-rs-core - 29499a0f11a3975cb138e9a42aba6676b58480a9 authored about 1 year ago by Bilal Elmoussaoui <[email protected]>
Update gir submodule

github.com/gtk-rs/gtk-rs-core - 7af731ea33046486b772b6e34c4a0385b077694d authored about 1 year ago by Bilal Elmoussaoui <[email protected]>
parser: Don't require name/type for record types

As gtk4 now has a record that contains a union without a name/c-type

github.com/gtk-rs/gir - 133ee1d93c859065c44af77223b4bcfea3137738 authored about 1 year ago by Bilal Elmoussaoui <[email protected]>