Ecosyste.ms: OpenCollective

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

github.com/gtk-rs/gtk4-rs

Rust bindings of GTK 4
https://github.com/gtk-rs/gtk4-rs

gsk: drop empty functions module

7c6108e24444985033b969d294b8e5b56c6211ad authored about 3 years ago
Merge pull request #720 from gtk-rs/bilelmoussaoui/init-macos

gtk: backport macos fix for the main thread

b5129603c8ad2ef62bd5a6a8827c396c1fd1f65b authored about 3 years ago
gtk: backport macos fix for the main thread

1e88ef74c67690e95b3ac8ccd3d3473d0906343b authored about 3 years ago
add a builders module & re-export it

c8eebc0e984f319fd684e7fb589dd3249418700c authored about 3 years ago
regenerate with latest gir

6b00bb5bdf86b0451d54c2365e2b9c1ef71d4b18 authored about 3 years ago
docs: links fixes

dd48bd616c2e4f92c7eff40559a8f1828369e452 authored about 3 years ago
gdk-wayland: drop auto traits from prelude

because there are none and the module is no longer generated

de85d81f70687c5021ee092c7d87367ecaa64108 authored about 3 years ago
Merge pull request #718 from GuillaumeGomez/allocs-accelerator_parse_with_keycode

Reduce number of allocations in accelerator_parse_with_keycode

45eee0fb95e9bcc13f6e37978525be069b5b296d authored about 3 years ago
add must use attribute to manual builders

c2f9124f35bf1bb1437a887879248080e63baae6 authored about 3 years ago
regenerate with not exported builders

dbd7d7136d2f458954863568128609fcb04c5092 authored about 3 years ago
don't re-export manual builders

fa14ecaed7acf30f96877d8d1fde4a71137a240b authored about 3 years ago
Reduce number of allocations in accelerator_parse_with_keycode

eed1f57b8aa4c4a9935ea9ba03fb991d1cd26c66 authored about 3 years ago
add builder methods to manual builder patterns

490d9016b48976d68fcaedc29236e660b5eeb32d authored about 3 years ago
gdk: add setters to RGBA

4f543de0e43f0354cb2b66e1453ded74a8297613 authored about 3 years ago
drop instance_init per IsImplementable changes

d73627031a7f59727308d5b51ac0108bc651bba7 authored about 3 years ago
book: Use the new expressions API

e80119b894bd55cea4a05703c4d41c8e7b97d3af authored about 3 years ago
book: Cleanup book

- use `present` instead of `show`
- create window at the bottom

201fe525c78f85210a13106b426e47ba3cc26ac1 authored about 3 years ago
Merge pull request #709 from SeaDve/patch

Remove unnecessary clone

bfb8a2ea54258d44781c2b129cc5fbe13ca452fa authored about 3 years ago
Remove unnecessary clone

e703b0a06a913aaf1f35c1e9691a16f415995f88 authored about 3 years ago
Omit ParentType when it's a glib::Object

e72a6b7911beab5e76a0d72ee8bddc26efce545f authored about 3 years ago
book: drop unecessary upcast on AttrList

4662de9dcac9636ed3085e365f5be98c6cf1457c authored about 3 years ago
Merge pull request #705 from GuillaumeGomez/master

regen (correctly generate opaque types)

226c37a9347af6bb5e1d9bf65ef21e5104c18f22 authored about 3 years ago
regen

4a0eaa175483af8b88e2bd909f61830c01d5de30 authored about 3 years ago
Update gir submodule (fix for opaque types generation)

d16adfbea8793e43d6c0cf113b6a00f0424c55ca authored about 3 years ago
Add methods to chain Expressions and create PropertyExpression from GObject

Fixes #693

6f83a20c87c6cb47f5bc080f2d22284f139f4956 authored about 3 years ago
Add expressions example

2a4428225ea7a2fa1130ba3b6d5bd728ae43a510 authored about 3 years ago
Merge pull request #704 from SeaDve/fix

Allow slices on ClosureExpression's params

88ef43a3a5d29508ba1a2abb8dfaff9745abba4e authored about 3 years ago
Allow slices on ClosureExpression's params

8218d1d4e8d5d6723c8bb602ff0a0d6497bfebdd authored about 3 years ago
Merge pull request #703 from SeaDve/into_iter

Use impl IntoIterator<Item = Expression> in ClosureExpression params

c5c7dd0bdc86d652087efb61c44195db77824cf4 authored about 3 years ago
Merge pull request #702 from gtk-rs/bilelmoussaoui/symbolic-paintable

symbolic paintable

561d7ad2f67da0477957b9808b72ef747c7a88c9 authored about 3 years ago
gtk: don't use impl gdk::Snapshot

because gdk::Snapshot is the parent type of gtk::Snapshot
nobody uses the former and its there j...

3d48f4e121ad583de190da87e3b38ccc6aa72cbd authored about 3 years ago
gtk: add subclassing support of SymbolicPaintable

Fixes #701

896c6fe6d9af91af20c79c1dc824efd89b69639b authored about 3 years ago
Use impl IntoIterator<Item = Expression> in ClosureExpression params

eef49030bd93a185cdb2d04e9ed08e68f537215c authored about 3 years ago
gdk: add nicer variants for Content[Deserializer|Serializer]::value

468101c56ca9aaaa7a136ca5d2dc2b1021e8de98 authored about 3 years ago
gtk: add a nicer variant of ConstantExpression::value

953f257dcbf37bb3ae32663a326217e5fb5350e2 authored about 3 years ago
gtk: add a nicer variant of TreeModel::get

bff863426d9024e7f4f04da37a3b15ac209d4738 authored about 3 years ago
gdk: add a nicer variant of DropTarget::value

3cf8234593f32833537e9d1df473be56079593ce authored about 3 years ago
gtk: add a nicer variant of Expression::evaluate

1e3aa6d92b05c5e3f1c43620abddb9c1dd3a4111 authored about 3 years ago
gdk: add nicer variant of ExpressionWatch::evaluate

6b00c889551870fb2ea0485fec1f7cd6336e7fb5 authored about 3 years ago
gtk: add a nicer variant of CellArea::cell_get

a0ce886377b38bfde2669b854e38d4595172a09a authored about 3 years ago
Merge pull request #700 from gtk-rs/bilelmoussaoui/per-crate-min-version

re-generate with per crate min version

482b6c85796f7944611f2e31c548da69607d0d70 authored about 3 years ago
re-generate with per crate min version

762fda9593bdd4ef21ad23a6fcdb9cb580a98e24 authored about 3 years ago
book: Fix book link

Fixes #696

461ad04b2461d4f9868f0a23300b8c4e1175702a authored about 3 years ago
Add `default-members` to `Cargo.toml` (#698)

* Add `default-members` to `Cargo.toml`

Fixes #695

39ea1cd02723035c0b6f42039daee91288131514 authored about 3 years ago
gdk: drop MemoryFormat::NFormats

Fixes #686

64139952b49af4280764f145abdd2124e56d6207 authored about 3 years ago
drop manual annotations

As those were fixed upstream already

f14d7eb1edbbd33b9de2820f5f88a9a52688be96 authored about 3 years ago
book: Add cross-platform installation instructions

e31eca0b1e62c7f28f8db372f6cc6599c7b56d5d authored about 3 years ago
book: Remove extra bracket

00fc809fce84dd191b26b6c5d6b60e94c362a22e authored about 3 years ago
book: Address Sabrina's comments

d009430408e409da6d9c83089d205984d400cc9a authored about 3 years ago
gdk-x11: allow unused imports in auto code

a8134230dacaf9ad447076735832fc16443eb711 authored about 3 years ago
book: Adapt book content accordingly

651d38e0299e4b38ada1875904bcd5e73722aade authored about 3 years ago
manual changes post ObjectExt improvements

195232c6071789f67060eb9a7f13e9d1356033f8 authored about 3 years ago
regenerate with latest gir

2c8b2a29bd26946574894d32428a599a3b4ec047 authored about 3 years ago
regen: NONE as associated consts

a1c9efe73f8674a39bd3494e5b19cc9a0a66f3cc authored about 3 years ago
update gir: NONE as associated consts

ba653d020e2ce1bb7978f1b5bd97c056e365a852 authored about 3 years ago
Replace CONST_* with *::CONST

50f33846c09a63a386e49d771b5fc9506be8603d authored about 3 years ago
book: Fix todo_app_2 chapter

- A snippet was not shown
- Use data instead of config path

9a7ba0545c902325526d2a974d78b72e115a102b authored about 3 years ago
Merge pull request #679 from gtk-rs/bilelmoussaoui/gdkx11

gdk-x11: generate missing functions

5935f3326a09d1fad5f3b3fd65ee378420de779a authored about 3 years ago
examples/book: fix per gbindings change

47d2c316fffef01bf6947d12daf07dc102568ba3 authored about 3 years ago
gdk-x11: generate missing functions

f337ac66802b1d1cd51c70b5a6942a63ae7c24bb authored about 3 years ago
gtk: require pango v1_50 feature for gtk v4_6

4674057db5f3f96de689112609223a65535d490e authored about 3 years ago
regenerate with gtk 4.6 api

aba97f182217fef9df027dba7ed59b4699fb0697 authored about 3 years ago
gsk: manually implement NglRenderer

so that we can proprely mark it as deprecated

0547dcad61cf940c3a1877b770a36ab801e28548 authored about 3 years ago
CI: test the v4_6 features

2c212fbfce36ad9a2020feaca4456ff877739aab authored about 3 years ago
add the new v4_6 features

96a4b56540b961c437a2d4c429984900131d6237 authored about 3 years ago
gtk: manually implement SymbolicPaintable::snapshot_symbolic

a5fd456731fb4c26e00a0851dced787dea0472f0 authored about 3 years ago
gtk: manually implement Snapshot::push_shadow

75d37f244792938a129c7e79a2968f6c0b43824a authored about 3 years ago
require gtk 4.5 for v4_6 feature

As 4.6 is not released yet

9a53a3b894d93fac3426010911c0a354b1453621 authored about 3 years ago
gdk: make Texture save functions return a Result

0124751757510206bf14fb33ea095014db95d010 authored about 3 years ago
gsk: implement Value traits for RenderNode

0ef6e01d02bb772ab08ff937957b87bff1db493d authored about 3 years ago
gtk: don't generate setters for -set properties

Those properties shouldn't be wrietable by apps. As
those are often generated with macros, ignor...

2364ae846a301b5fa4360848d08ce735247e17e5 authored about 3 years ago
examples: Add all examples to the README

7468dec70d1b6b3007cf442fb4da48ee1be51197 authored about 3 years ago
image: install gtk 4.5 dependencies

0765a47b45e5b92541a96bc6a65a43e6d92f60da authored about 3 years ago
image: build gtk 4.5

In preparation of the future 4.6 api support

905125568013e1fbb4c72c2c7b7b7757ada8e6ce authored about 3 years ago
gtk: implement FromIterator/Extend for StringList

Fixes #669

5f53507d207a87b17e0346e4f03000d0d4aeab74 authored about 3 years ago
book: update per StringList improvments

07b3e579226a8c8bede73b16a46555f5859fb76f authored about 3 years ago
book: Simplify `splice` usage (#671)

* book: Simplify `splice` usage

Takes advantage of
https://github.com/gtk-rs/gtk-rs-core/com...

b18674c03b23ca170cdd20adc7b90e2a9bed4767 authored about 3 years ago
bump edition & min rust version

1805ceedb123a7a4a5d4a28cb8d69081cc9223e3 authored about 3 years ago
regen after gir-edition changes

215c435d1c66069bacb1898114732921a77d993d authored about 3 years ago
gsk: drop manual FromGlibContainerAsVec impl for ColorStop (#672)

* gsk: drop manual FromGlibContainerAsVec impl for ColorStop

Depends on https://github.com/gtk-...

483848e85cd80570e34c6cd7f9befb8d40f6c67f authored about 3 years ago
book: update per pango changes

ba96e807d5260acae96831beef85a78ecf524eac authored about 3 years ago
book: Rename lists and finish string list section

34dd8f6021a1d33fa554f0a1cf53d412e6989786 authored about 3 years ago
book: Mention string list in lists chapter

084915702674f866e30a233ab85db28a9599d277 authored about 3 years ago
book: Add docs for builder and menu

fa3119b5fba083c6e76f7885d344015f1e27fd31 authored about 3 years ago
CI: replace markdown files links with upstream ones

GTK uses few markdown files to explain base concepts that don't fit in a specific type docs
As w...

7fa2883a8292ea9ccca23b805f130b411beca045 authored about 3 years ago
Merge pull request #534 from gtk-rs/bilelmoussaoui/gdk

gdk: add helpers for checking which display is being used

a3f6ad0653ac0f2507621099ae7fa737cffa9e73 authored about 3 years ago
gdk: add helpers for checking which display is being used

3e0b2e3be70110cc80ee06315c2a0e2ac69162f9 authored about 3 years ago
Merge pull request #667 from gtk-rs/bilelmoussaoui/ptr-data

gtk: free memory on Drop for set_qdata uses

ca9b2ca6e61466a775d5a39c4017620611a3240f authored about 3 years ago
gtk: free memory on Drop for set_qdata uses

Fixes #564

c70790a83f1812aeb75f60f0dbbdd4aa9d1868c0 authored about 3 years ago
Merge pull request #666 from gtk-rs/bilelmoussaoui/accelerator-parse

gtk: manually implement accelerator_parse_with_keycode

ed515db064a8748519b69656ff1b1a1247a67e5e authored about 3 years ago
gtk: manually implement accelerator_parse_with_keycode

90f9312260fe9f303dba9c3026a77846f218a1be authored about 3 years ago
gtk: manually implement CellLayout::set_attributes

e84d52a0f1a61bdebd1cfec598b6fb9603d12c81 authored about 3 years ago
Merge pull request #664 from gtk-rs/bilelmoussaoui/from-str

to_str/*_parse handling

b3cbecb17d65f324cade1aa9b2dd05526888ad47 authored about 3 years ago
implement FromStr for *_parse cases

Fixes #663

2d2b663c34b25bf90f12f21c45a55ba061d792c0 authored about 3 years ago
don't specify to_str renames

6da0bd4e80aa10bb3e9f03854b118345928b1a49 authored about 3 years ago
Merge pull request #658 from gtk-rs/bilelmoussaoui/gtk-more-missing-funcs

gtk: manually implement more functions

953f62d9a0c72b9aa61e7ce1c5f14534f2cff97f authored about 3 years ago
gtk: manually bind IconTheme::get_icon_sizes

10123c5fcb043a03fad19df343275f78ed9ff5ba authored about 3 years ago
gtk: manually bind show_uri_full

fc762507cbd6f6ead8d71dcd4e7611919164d430 authored about 3 years ago
book&examples: Use dash instead of underline for properties

2b4b24a88261af8a6c524d9291bd0db626de9dbf authored about 3 years ago
gtk: manually implement missing TreeViewColumn methods

6a21bd3859b47ab4f63d5576e5acf9e83fc2ec42 authored about 3 years ago