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
Signed-off-by: fbrouille <[email protected]>
github.com/gtk-rs/gtk-rs-core - 68dd2e51e87de639f0cc70170e2fe1ddd97b3013 authored 12 months ago by fbrouille <[email protected]>Refactor macros to register dynamic types
github.com/gtk-rs/gtk-rs-core - 279063e985f7f18796458cb4a38fb0da53921a51 authored almost 1 year ago by Sebastian Dröge <[email protected]>Signed-off-by: fbrouille <[email protected]>
github.com/gtk-rs/gtk-rs-core - 1c68de95ab0a5a4a527e3e81a9d664334d1727fd authored almost 1 year ago by fbrouille <[email protected]>Signed-off-by: fbrouille <[email protected]>
github.com/gtk-rs/gtk-rs-core - 7400c0bb5907903597c779dd5e5b7dc1d1ca5300 authored almost 1 year ago by fbrouille <[email protected]>Signed-off-by: fbrouille <[email protected]>
github.com/gtk-rs/gtk-rs-core - f78cdaa30b2b16b9c21a03b8c7693d3d1921faab authored almost 1 year ago by fbrouille <[email protected]>Fix / work around a couple of new clippy 1.75 warnings
github.com/gtk-rs/gtk-rs-core - c173103ff6e1fe81c881247c3573eb69bfe6524f authored about 1 year ago by Sebastian Dröge <[email protected]>github.com/gtk-rs/gtk-rs-core - cfe74379e432524a8dc8566685569108ef1587de authored about 1 year ago by Sebastian Dröge <[email protected]>
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.50 to 1.0.51.
- [Release notes...
Bumps [syn](https://github.com/dtolnay/syn) from 2.0.40 to 2.0.41.
- [Release notes](https://gi...
Off the back of https://github.com/gtk-rs/gtk-rs-core/issues/1251,
this adds some additional de...
Add support of enums as dynamic types
github.com/gtk-rs/gtk-rs-core - d982e089b87a17c762f6a46abc5aa40b55c848a1 authored about 1 year ago by fred <[email protected]>record: Differentiate disguised vs pointer types
github.com/gtk-rs/gir - 20a5b17f6da9f544a22dab30a8c7ad4a6a2bb52f authored about 1 year ago by Sebastian Dröge <[email protected]>
Disguised types are not pointers, they're just typedefs to a
private struct, while pointer types...
build(deps): bump trybuild2 from 1.1.0 to 1.2.0
github.com/gtk-rs/gtk-rs-core - 90153c5c60c0aa4c0097f0cbb04b7d82ea728573 authored about 1 year ago by Sebastian Dröge <[email protected]>
Bumps [trybuild2](https://github.com/GuillaumeGomez/trybuild2) from 1.1.0 to 1.2.0.
- [Commits](...
build(deps): bump freetype-rs from 0.34.0 to 0.34.1
github.com/gtk-rs/gtk-rs-core - 9487e7270db7b52e5378682c080d6641949bdd00 authored about 1 year ago by Sebastian Dröge <[email protected]>build(deps): bump syn from 2.0.39 to 2.0.40
github.com/gtk-rs/gtk-rs-core - e6c531cf8905039ec7d4e6b96fa875b53cf83bf2 authored about 1 year ago by Sebastian Dröge <[email protected]>build(deps): bump once_cell from 1.18.0 to 1.19.0
github.com/gtk-rs/gtk-rs-core - e5ffe8b07ffef6886b448466669182f70cea6890 authored about 1 year ago by Sebastian Dröge <[email protected]>build(deps): bump libc from 0.2.150 to 0.2.151
github.com/gtk-rs/gtk-rs-core - 0ec8666525d40672fa0beab7bd71e6772cc942f0 authored about 1 year ago by Sebastian Dröge <[email protected]>
Bumps [syn](https://github.com/dtolnay/syn) from 2.0.39 to 2.0.40.
- [Release notes](https://git...
Bumps [freetype-rs](https://github.com/PistonDevelopers/freetype-rs) from 0.34.0 to 0.34.1.
- [R...
Bumps [once_cell](https://github.com/matklad/once_cell) from 1.18.0 to 1.19.0.
- [Changelog](htt...
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.150 to 0.2.151.
- [Release notes](https...
build(deps): bump once_cell from 1.18.0 to 1.19.0
github.com/gtk-rs/gir - 71ca4ed5f76a94c7373bb163ba16524a9c7bf036 authored about 1 year ago by Sebastian Dröge <[email protected]>
Bumps [once_cell](https://github.com/matklad/once_cell) from 1.18.0 to 1.19.0.
- [Changelog](htt...
macros: generate GlibPtrDefault when deriving Boxed and SharedBoxed
github.com/gtk-rs/gtk-rs-core - b29209bf69ff9b24f3994205eb47b28f78b68940 authored about 1 year ago by Sebastian Dröge <[email protected]>github.com/gtk-rs/gtk-rs-core - efc51cd11b2b24ccfee5d63abc54e215e81a7f5d authored about 1 year ago by Paolo Borelli <[email protected]>
This tells GIO that the task did in fact complete, and avoids a log
message when the task is fin...
Add example: custom title bar
github.com/gtk-rs/gtk3-rs - 123b8d785bdb8e360d359a78d96da871667cffae authored about 1 year ago by Guillaume Gomez <[email protected]>Co-authored-by: Guillaume Gomez <[email protected]>
github.com/gtk-rs/gtk3-rs - 2b218927dbaf5b7edfc33228f820ecf3c58cb9a1 authored about 1 year ago by shalom <[email protected]>Add example: Combobox with list store
github.com/gtk-rs/gtk3-rs - e7f0881a8d7d84ca14fea96f6f3d91e23ff8d668 authored about 1 year ago by Guillaume Gomez <[email protected]>gio: Don't wrongly cast DataInputStream byte arrays to a const pointer
github.com/gtk-rs/gtk-rs-core - 6b1bdba71308f89d36fef152a47a411becee5329 authored about 1 year ago by Sebastian Dröge <[email protected]>
The returned values are already transfer full so copying them to a `Vec`
is unnecessary.
They're transfer full and need to be freed, which wouldn't be possible
for a const pointer.
Fix...
github.com/gtk-rs/gtk-rs-core - d43af6a782b13320a0f6ccf1d65ae0090e4f0256 authored about 1 year ago by Sebastian Dröge <[email protected]>Simplify pointer casts
github.com/gtk-rs/gtk-rs-core - a0d52347c99a5e1e7186f18e0db9f9e67eae1bb8 authored about 1 year ago by Sebastian Dröge <[email protected]>github.com/gtk-rs/gtk-rs-core - f49c2c0e2692f5cc601ed6a98cc25bde4340d546 authored about 1 year ago by Sebastian Dröge <[email protected]>
github.com/gtk-rs/gtk-rs-core - 53d85efb41b5517714db51623063f353757f2167 authored about 1 year ago by Sebastian Dröge <[email protected]>
github.com/gtk-rs/gtk-rs-core - d80a445980b783c7ee9ad692f5468d0b828a473f authored about 1 year ago by Sebastian Dröge <[email protected]>
Remove unnecessary casts of function pointers through usize
github.com/gtk-rs/gir - a2f936b771958a65d5314effa6635b2a953a04f4 authored about 1 year ago by Sebastian Dröge <[email protected]>github.com/gtk-rs/gir - 46bd0747403edd6c28ec40dee5375d088c7cd36d authored about 1 year ago by Sebastian Dröge <[email protected]>
github.com/gtk-rs/gtk-rs-core - 4f27a6fdebc25291396611827a549887befaea26 authored about 1 year ago by Sebastian Dröge <[email protected]>
github.com/gtk-rs/gtk3-rs - d294009f26187ee92017aded52e9d021684dcc57 authored about 1 year ago by Shalom <[email protected]>
github.com/gtk-rs/gtk3-rs - d4db92b3acf67aeaa4642042b056def20db01681 authored about 1 year ago by Shalom <[email protected]>
build(deps): bump proc-macro2 from 1.0.69 to 1.0.70
github.com/gtk-rs/gtk-rs-core - d3509157c1770c4e6d41a23c00fcff2168b3ee22 authored about 1 year ago by Sebastian Dröge <[email protected]>
Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.69 to 1.0.70.
- [Release no...
glib: Remove deprecated paramspec constructors
github.com/gtk-rs/gtk-rs-core - a07ec7484ab68bbac04d3f2d2d393a1beda6a48e authored about 1 year ago by Sebastian Dröge <[email protected]>github.com/gtk-rs/gtk-rs-core - 512434b4f79156e6ebb48779bd44a62476e60e3c authored about 1 year ago by Sebastian Dröge <[email protected]>
build(deps): update glium requirement from 0.32 to 0.33
github.com/gtk-rs/gtk4-rs - 2ed0557527d53b771745851eb55e303f8163a674 authored about 1 year ago by Sebastian Dröge <[email protected]>github.com/gtk-rs/gtk4-rs - 14bd6f04fb9ad12dc5ff49e73eb38656d3463b67 authored about 1 year ago by Sebastian Dröge <[email protected]>
Updates the requirements on [glium](https://github.com/glium/glium) to permit the latest version...
github.com/gtk-rs/gtk4-rs - b5faf5f74ae563e2936c2c559ff517f3dd3ecbef authored about 1 year ago by Sebastian Dröge <[email protected]>build(deps): update femtovg requirement from 0.7 to 0.8
github.com/gtk-rs/gtk4-rs - 1dd7dc06cb42feb4148db483730f19cf2f5b114c authored about 1 year ago by Sebastian Dröge <[email protected]>Updates the requirements on [glow](https://github.com/grovesNL/glow) to permit the latest versio...
github.com/gtk-rs/gtk4-rs - 9817709aebbd1c2163714285b33026dfe05876f3 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
github.com/gtk-rs/gtk4-rs - ed57d92a945ffe2c141dbf0156414f123eb65538 authored about 1 year ago by Sebastian Dröge <[email protected]>Update to windows 0.52
github.com/gtk-rs/gtk4-rs - 1beb9eb7c3150ae8aa4a77881dfe26a4006dc22d authored about 1 year ago by Sebastian Dröge <[email protected]>Move from unmaintained winapi crate to windows-sys
github.com/gtk-rs/gtk-rs-core - 90c77c4f4ca733b31d90010552816e33e6bdf156 authored about 1 year ago by Sebastian Dröge <[email protected]>Matchinfo lifetime
github.com/gtk-rs/gtk-rs-core - 72b073c5cc4be0dad9350089adea7027734c0e40 authored about 1 year ago by Sebastian Dröge <[email protected]>windows-sys / windows is also used by the gdk4-win32 crate.
github.com/gtk-rs/gtk-rs-core - 1276fd6249c73cca4dd7edd6fe5e4f3e9c62505f authored about 1 year ago by Sebastian Dröge <[email protected]>github.com/gtk-rs/gtk-rs-core - 76d4a5923423de83d93dfae1858308eec4318d75 authored about 1 year ago by Sebastian Dröge <[email protected]>
Fix new clippy lints
github.com/gtk-rs/gtk-rs-core - 855d3adf44a3601d5b73a05e9bfd49ea61d592a5 authored about 1 year ago by Sebastian Dröge <[email protected]>github.com/gtk-rs/gtk-rs-core - e01ca4846a6cc4573a4709d3ac7e4083b2173ac6 authored about 1 year ago by Guillaume Gomez <[email protected]>
Implement MatchInfo manually.
Manually implements refcounting and from/into glib ptrs instead of...
github.com/gtk-rs/gtk4-rs - 63a48c5210f13f772d18776429d026852ccb8677 authored about 1 year ago by Sebastian Dröge <[email protected]>
build(deps): bump smallvec from 1.11.1 to 1.11.2
github.com/gtk-rs/gtk-rs-core - 86f7b343fad927d04ce736d6eb4a43561e84443d authored about 1 year ago by Sebastian Dröge <[email protected]>
Bumps [smallvec](https://github.com/servo/rust-smallvec) from 1.11.1 to 1.11.2.
- [Release notes...
build(deps): bump env_logger from 0.10.0 to 0.10.1
github.com/gtk-rs/gir - 22c3351f8d7f78578b5386fa9ffacc04e63100c8 authored about 1 year ago by Sebastian Dröge <[email protected]>build(deps): bump toml from 0.8.6 to 0.8.8
github.com/gtk-rs/gir - 943b42db4ba57125529fcd31ebdaa161102b408e authored about 1 year ago by Sebastian Dröge <[email protected]>
Bumps [env_logger](https://github.com/rust-cli/env_logger) from 0.10.0 to 0.10.1.
- [Release not...
Bumps [toml](https://github.com/toml-rs/toml) from 0.8.6 to 0.8.8.
- [Commits](https://github.co...
* book: Move to libadwaita 1.4
* book: Rename content title
* book: UI fixes
* book: Im...
github.com/gtk-rs/gtk4-rs - ecf65d90e4b9bd42d810aa44bdd0b3bd220cbd18 authored about 1 year ago by Hofer-Julian <[email protected]>Add `Cargo.lock` to git tracking
github.com/gtk-rs/gtk-rs-core - 24ac2075336c7a1ccd5058fd3b732f6616f2f9da authored about 1 year ago by Sebastian Dröge <[email protected]>github.com/gtk-rs/gtk-rs-core - 54852aefb3ae0c1d48bd17287ac48be53054889c authored about 1 year ago by Guillaume Gomez <[email protected]>
github.com/gtk-rs/gtk-rs-core - 9d1fe855aa49cbb04ef99209d6cafd91f416bbe3 authored about 1 year ago by Guillaume Gomez <[email protected]>
Updates the requirements on [femtovg](https://github.com/femtovg/femtovg) to permit the latest v...
github.com/gtk-rs/gtk4-rs - d5af23a8aabb189756b96a65d90cc52fab182ab0 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>Starting with Python 3.10 and 3.11, distutils is formally marked as deprecated.
github.com/gtk-rs/gtk4-rs - 6b6e49230e610069652885619ba4bb5ed7d00547 authored about 1 year ago by William Roy <[email protected]>github.com/gtk-rs/gtk4-rs - bd3105dabacb9631818fc15679c18d7880e518b6 authored about 1 year ago by Hofer-Julian <[email protected]>
* book: Start with moving to `install_action`
* book: Add another paragraph
* book: Docume...
github.com/gtk-rs/gtk4-rs - aaab21cf259579550376954ae23579e7d046d09d authored about 1 year ago by Hofer-Julian <[email protected]>gio: fix UnixSocketAddress constructor with a path
github.com/gtk-rs/gtk-rs-core - d9cc3253bf65bbb821e4d2e48fa4dd9854afd269 authored about 1 year ago by Sebastian Dröge <[email protected]>
as_os_str().len() does not return the number of bytes in the string, but
the full allocation siz...
Use async-channel in the examples
github.com/gtk-rs/gtk3-rs - aab32e46e81b2d3322115d010f1e54c7358aa47e authored about 1 year ago by Sebastian Dröge <[email protected]>github.com/gtk-rs/gtk3-rs - 168f4e77899175317e20e5956af2d44a24691871 authored about 1 year ago by Paolo Borelli <[email protected]>
glib's MainContext::channel was removed from glib-rs
github.com/gtk-rs/gtk3-rs - e11d592bce30de573a517794d63151cd2950a5c8 authored about 1 year ago by Paolo Borelli <[email protected]>github.com/gtk-rs/gtk4-rs - 7dcb5dbc4f1627cf161bff30c8133f5282647054 authored about 1 year ago by Julian Hofer <[email protected]>
github.com/gtk-rs/gtk4-rs - 46e5ec0b4448206f1b60294614ed564d88bf8498 authored about 1 year ago by Julian Hofer <[email protected]>
github.com/gtk-rs/gtk4-rs - 3b27aa8de35d16fbeb4b71406f99b200a94f2c3a authored about 1 year ago by Julian Hofer <[email protected]>
github.com/gtk-rs/gtk4-rs - 617bbdd4e3d31f9eaae91964cdf2ad33aa813efb authored about 1 year ago by Julian Hofer <[email protected]>
This should unblock https://github.com/gtk-rs/gtk4-rs/pull/1529
github.com/gtk-rs/gtk4-rs - 5c35c2fa8ae03c21ae78e6b7f35a64cbbd3a3eb2 authored about 1 year ago by Julian Hofer <[email protected]>github.com/gtk-rs/gtk3-rs - c7a2b4d9cd744fd0caf408526b4263c9c77b1750 authored about 1 year ago by Paolo Borelli <[email protected]>
github.com/gtk-rs/gtk3-rs - fd0a927b8f51a37befc36e202e5996938061848e authored about 1 year ago by Paolo Borelli <[email protected]>
add support of module types
github.com/gtk-rs/gtk-rs-core - 2cb10ec3f305f954ca30c708c752458e4af4eabb authored about 1 year ago by Sebastian Dröge <[email protected]>Signed-off-by: fbrouille <[email protected]>
github.com/gtk-rs/gtk-rs-core - 6839fc497d491e8df5b4c9cfdf3b4a28fba9f02a authored about 1 year ago by fbrouille <[email protected]>
Async code generally allows for more flexible message handling than the
callback based MainConte...
Bumps [toml](https://github.com/toml-rs/toml) from 0.8.2 to 0.8.6.
- [Commits](https://github.co...
Updates the requirements on [quick-xml](https://github.com/tafia/quick-xml) to permit the latest...
github.com/gtk-rs/gtk4-rs - 29e2b85adc04e8c3a6c54759e0f807ea6536376b authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>* book: Start migrating listings to action group
* book: Remove last usage of SimpleAction
...
github.com/gtk-rs/gtk4-rs - fd5d2eef996c54b3a7fa7d260907cfb3ecf682e5 authored about 1 year ago by Hofer-Julian <[email protected]>Add object_subclass example
github.com/gtk-rs/gtk-rs-core - e93e8990bc33540526ef07cc75cfd3cfc7586da1 authored about 1 year ago by ranfdev <[email protected]>github.com/gtk-rs/gtk-rs-core - bddbc658e84dc7a625906cbcc48932f49031937e authored about 1 year ago by ranfdev <[email protected]>
These modules are inefficient and should not be used by Rust programs except for
compatibility w...
* book: Extend main loop chapter with async section
* Update book/listings/main_event_loop/7/...
github.com/gtk-rs/gtk4-rs - 776fa54413219c9111c894dcf13458a8ab8eb50c authored about 1 year ago by Hofer-Julian <[email protected]>Fix clippy lint
github.com/gtk-rs/gir - bad42dff7ee476cb02bdc658e416a953f77b54f3 authored about 1 year ago by Sebastian Dröge <[email protected]>github.com/gtk-rs/gir - 659dd3ba22c0a075cc2bacbc11d7a7a428a01625 authored about 1 year ago by Guillaume Gomez <[email protected]>