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

Bump peter-evans/create-pull-request from 5 to 6

github.com/gtk-rs/gir-files - dependabot[bot] opened this pull request 12 months ago
build(deps): bump toml from 0.8.8 to 0.8.9

github.com/gtk-rs/gir - dependabot[bot] opened this pull request 12 months ago
Keep only a release blog post feature

github.com/gtk-rs/release - bilelmoussaoui opened this pull request 12 months ago
posts: New release!

github.com/gtk-rs/gtk-rs.github.io - bilelmoussaoui opened this pull request 12 months ago
Update GIR files (2024-02-04)

github.com/gtk-rs/gir-files - github-actions[bot] opened this pull request 12 months ago
gtk: Don't propogate unused argument

github.com/gtk-rs/gtk4-rs - ZanderBrown opened this pull request 12 months ago
examples: Add example for About Dialog

github.com/gtk-rs/gtk4-rs - felinira opened this pull request 12 months ago
gtk::show_about_dialog: Set hide_on_close

github.com/gtk-rs/gtk4-rs - felinira opened this pull request 12 months ago
Use workspace features for ffi types

github.com/gtk-rs/gtk-rs-core - bilelmoussaoui opened this pull request 12 months ago
Update GIR files (2024-01-31)

github.com/gtk-rs/gir-files - github-actions[bot] opened this pull request 12 months ago
Regen with ffi workspacecs usage

github.com/gtk-rs/gtk4-rs - bilelmoussaoui opened this pull request 12 months ago
codegen/sys: Don't expect the crates are renamed

github.com/gtk-rs/gir - bilelmoussaoui opened this pull request 12 months ago
build(deps): bump lycheeverse/lychee-action from 1.9.1 to 1.9.2

github.com/gtk-rs/gtk4-rs - dependabot[bot] opened this pull request 12 months ago
build(deps): bump env_logger from 0.11.0 to 0.11.1

github.com/gtk-rs/gir - dependabot[bot] opened this pull request 12 months ago
Add missing installation step for Windows

github.com/gtk-rs/gtk4-rs - pieterdd opened this pull request 12 months ago
Update GIR files (2024-01-28)

github.com/gtk-rs/gir-files - github-actions[bot] opened this pull request 12 months ago
book: Use const consistently

github.com/gtk-rs/gtk4-rs - Hofer-Julian opened this pull request 12 months ago
book: Less usage of once_cell

github.com/gtk-rs/gtk4-rs - Hofer-Julian opened this pull request 12 months ago
Get rid of once_cell

github.com/gtk-rs/gtk4-rs - bilelmoussaoui opened this pull request 12 months ago
CI/tests: Remove gtk3 related bits

github.com/gtk-rs/gir - bilelmoussaoui opened this pull request 12 months ago
Use cargo workspace features

github.com/gtk-rs/gtk-rs-core - bilelmoussaoui opened this pull request 12 months ago
Use cargo workspace features

github.com/gtk-rs/gtk4-rs - bilelmoussaoui opened this pull request 12 months ago
Examples: async request no blocking main thread

github.com/gtk-rs/gtk4-rs - Claudio-code opened this pull request almost 1 year ago
build(deps): bump h2 from 0.3.21 to 0.3.24 in /book/listings

github.com/gtk-rs/gtk4-rs - dependabot[bot] opened this pull request about 1 year ago
build(deps): bump actions/cache from 3 to 4

github.com/gtk-rs/gtk-rs-core - dependabot[bot] opened this pull request about 1 year ago
CI: add a cargo deny job

github.com/gtk-rs/gtk4-rs - bilelmoussaoui opened this pull request about 1 year ago
build(deps): bump async-tls from 0.12.0 to 0.13.0

github.com/gtk-rs/gtk-rs-core - dependabot[bot] opened this pull request about 1 year ago
build(deps): bump freetype-rs from 0.34.1 to 0.35.0

github.com/gtk-rs/gtk-rs-core - dependabot[bot] opened this pull request about 1 year ago
build(deps): bump proc-macro-crate from 3.0.0 to 3.1.0

github.com/gtk-rs/gtk-rs-core - dependabot[bot] opened this pull request about 1 year ago
build(deps): bump pkg-config from 0.3.28 to 0.3.29

github.com/gtk-rs/gtk-rs-core - dependabot[bot] opened this pull request about 1 year ago
build(deps): bump bitflags from 2.4.1 to 2.4.2

github.com/gtk-rs/gtk-rs-core - dependabot[bot] opened this pull request about 1 year ago
build(deps): bump actions/cache from 3 to 4

github.com/gtk-rs/gtk4-rs - dependabot[bot] opened this pull request about 1 year ago
build(deps): bump bitflags from 2.4.1 to 2.4.2

github.com/gtk-rs/gir - dependabot[bot] opened this pull request about 1 year ago
build(deps): bump regex from 1.10.2 to 1.10.3

github.com/gtk-rs/gir - dependabot[bot] opened this pull request about 1 year ago
build(deps): bump env_logger from 0.10.1 to 0.11.0

github.com/gtk-rs/gir - dependabot[bot] opened this pull request about 1 year ago
build(deps): bump actions/cache from 3 to 4

github.com/gtk-rs/gir - dependabot[bot] opened this pull request about 1 year ago
Replace `once_cell` usage with std::sync::OnceLock

github.com/gtk-rs/gtk-rs-core - andy128k opened this pull request about 1 year ago
Replace `once_cell` crate with `std::sync::OnceLock`

github.com/gtk-rs/gir - andy128k opened this pull request about 1 year ago
Support generic types in `glib::object_subclass`

github.com/gtk-rs/gtk-rs-core - andy128k opened this pull request about 1 year ago
Revert "book: Go back to 4_8 for now"

github.com/gtk-rs/gtk4-rs - bilelmoussaoui opened this pull request about 1 year ago
examples: Add a menubar one

github.com/gtk-rs/gtk4-rs - bilelmoussaoui opened this pull request about 1 year ago
examples: Add a gtk::Scale

github.com/gtk-rs/gtk4-rs - bilelmoussaoui opened this pull request about 1 year ago
Update GIR files (2024-01-26)

github.com/gtk-rs/gir-files - github-actions[bot] opened this pull request about 1 year ago
Various fixes

github.com/gtk-rs/gtk4-rs - bilelmoussaoui opened this pull request about 1 year ago
image: Use modern way of publishing the container

github.com/gtk-rs/gtk4-rs - bilelmoussaoui opened this pull request about 1 year ago
Why cannot I link to the library

github.com/gtk-rs/gtk4-rs - li-yun-xian opened this issue about 1 year ago
print_job: fix send() closure

github.com/gtk-rs/gtk4-rs - pbor opened this pull request about 1 year ago
Regen with latest gir/gir-files

github.com/gtk-rs/gtk-rs-core - bilelmoussaoui opened this pull request about 1 year ago
parser: Don't error out for forever scope

github.com/gtk-rs/gir - bilelmoussaoui opened this pull request about 1 year ago
Update to proc-macro-crate 3

github.com/gtk-rs/gtk4-rs - sdroege opened this pull request about 1 year ago
build(deps): bump smallvec from 1.11.2 to 1.12.0

github.com/gtk-rs/gtk-rs-core - dependabot[bot] opened this pull request about 1 year ago
build(deps): bump serial_test from 2.0.0 to 3.0.0

github.com/gtk-rs/gtk-rs-core - dependabot[bot] opened this pull request about 1 year ago
build(deps): bump libc from 0.2.151 to 0.2.152

github.com/gtk-rs/gtk-rs-core - dependabot[bot] opened this pull request about 1 year ago
build(deps): bump proc-macro-crate from 2.0.0 to 3.0.0

github.com/gtk-rs/gtk-rs-core - dependabot[bot] opened this pull request about 1 year ago
build(deps): bump lycheeverse/lychee-action from 1.9.0 to 1.9.1

github.com/gtk-rs/gtk4-rs - dependabot[bot] opened this pull request about 1 year ago
book: Fix link to GVariant docs

github.com/gtk-rs/gtk4-rs - Hofer-Julian opened this pull request about 1 year ago
Update project_setup.md

github.com/gtk-rs/gtk4-rs - redvimo opened this pull request about 1 year ago
build(deps): bump quote from 1.0.34 to 1.0.35

github.com/gtk-rs/gtk-rs-core - dependabot[bot] opened this pull request about 1 year ago
build(deps): bump proc-macro2 from 1.0.73 to 1.0.76

github.com/gtk-rs/gtk-rs-core - dependabot[bot] opened this pull request about 1 year ago
build(deps): bump syn from 2.0.44 to 2.0.48

github.com/gtk-rs/gtk-rs-core - dependabot[bot] opened this pull request about 1 year ago
build(deps): bump tempfile from 3.8.1 to 3.9.0

github.com/gtk-rs/gtk-rs-core - dependabot[bot] opened this pull request about 1 year ago
build(deps): bump thiserror from 1.0.53 to 1.0.56

github.com/gtk-rs/gtk-rs-core - dependabot[bot] opened this pull request about 1 year ago
build(deps): update glium requirement from 0.33 to 0.34

github.com/gtk-rs/gtk4-rs - dependabot[bot] opened this pull request about 1 year ago
build(deps): update proc-macro-crate requirement from 2.0 to 3.0

github.com/gtk-rs/gtk4-rs - dependabot[bot] opened this pull request about 1 year ago
build(deps): bump lycheeverse/lychee-action from 1.8.0 to 1.9.0

github.com/gtk-rs/gtk4-rs - dependabot[bot] opened this pull request about 1 year ago
add support of flags registered as dynamic types

github.com/gtk-rs/gtk-rs-core - fbrouille opened this pull request about 1 year ago
Add binding for GtkGraphicsOffload

github.com/gtk-rs/gtk4-rs - rmader opened this issue about 1 year ago
Fix nightly clippy warnings

github.com/gtk-rs/gtk4-rs - bilelmoussaoui opened this pull request about 1 year ago
docs: fix composite template internal_child -> internal

github.com/gtk-rs/gtk4-rs - vhakulinen opened this pull request about 1 year ago
build(deps): bump futures from 0.3.29 to 0.3.30

github.com/gtk-rs/gtk-rs-core - dependabot[bot] opened this pull request about 1 year ago
build(deps): bump syn from 2.0.41 to 2.0.44

github.com/gtk-rs/gtk-rs-core - dependabot[bot] opened this pull request about 1 year ago
build(deps): bump thiserror from 1.0.51 to 1.0.53

github.com/gtk-rs/gtk-rs-core - dependabot[bot] opened this pull request about 1 year ago
build(deps): bump memchr from 2.6.4 to 2.7.1

github.com/gtk-rs/gtk-rs-core - dependabot[bot] opened this pull request about 1 year ago
build(deps): bump proc-macro2 from 1.0.70 to 1.0.73

github.com/gtk-rs/gtk-rs-core - dependabot[bot] opened this pull request about 1 year ago
ci: Use GITHUB_OUTPUT envvar instead of set-output command

github.com/gtk-rs/gtk-rs-core - arunsathiya opened this pull request about 1 year ago
0.18 backports

github.com/gtk-rs/gtk-rs-core - sdroege opened this pull request about 1 year ago
build(deps): bump pkg-config from 0.3.27 to 0.3.28

github.com/gtk-rs/gtk-rs-core - dependabot[bot] opened this pull request about 1 year ago
build(deps): bump futures-core from 0.3.29 to 0.3.30

github.com/gtk-rs/gtk-rs-core - dependabot[bot] opened this pull request about 1 year ago
build(deps): bump futures-io from 0.3.29 to 0.3.30

github.com/gtk-rs/gtk-rs-core - dependabot[bot] opened this pull request about 1 year ago