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

gdk: better debug impl for Key

ea452c34edb132a81893224870008105053b3016 authored about 3 years ago
gdk: switch keys to assosciate constants

a446951915d1539f2188f560e55f57f3f0454be0 authored about 3 years ago
gdk: add a doc to Key struct

78bb52b37f3babf67b6ab2857d42536169e5926a authored about 3 years ago
gdk: drop uneeded Deref impl for Key

dafede319585c94c9f67a5d94e04cc405d0e15c2 authored about 3 years ago
book: Remove `$` from README

ab58bc33eaec6f40f6d72e6abbbc37749e0d30d7 authored about 3 years ago
book: Fix todo_app_2 chapter

c63e0d8e80956d8e789ce795d6f8cc67010f5de1 authored about 3 years ago
book: Update instructions in settings chapter for Windows

4a145cd8c0d55e5fe9e62082e7111e333dd81d82 authored about 3 years ago
book: Clarify lifetime of `window` and `application`

8f1813fad178324a8419d000e2665bd02dc364dd authored about 3 years ago
book: Mention settings schema in actions chapter

462bf9e73069dc3cd3551845f32a447fa68b3d47 authored about 3 years ago
Merge pull request #769 from sdroege/glium-0.31

examples: Update to glium 0.31

5c2e180525030b75b40d9b8b6ad7d41dc7a55db2 authored about 3 years ago
examples: Update to glium 0.31

e601e86535575da2a5f9be24cae22fa93d86a00d authored about 3 years ago
CI: add a docs embed/strip test

724f75477e603dabd7ba0e9ddeca6d2b55b5db28 authored about 3 years ago
gdk: move a function around

That somehow makes rustdoc-stripper happier?

fe5bd7bd4bff106e1d6f48d5900333d17d2d7e4b authored about 3 years ago
Merge pull request #763 from SeaDve/activate_action

Gir.toml: Add bool_return_is_error on activate_action_variant

0627b720f8df8ce598288dd25806eb4db44e305c authored about 3 years ago
Gir.toml: Add bool_return_is_error on activate_action_variant

Fixes #762

60fca8694ca1400bddbee2e6be90cca8bd797941 authored about 3 years ago
ump version number

92b65b73a41d164e28b5fd7bef35b80fe250faa6 authored about 3 years ago
book: Extend action chapter to mention `PropertyAction`

5c0e16e1a4dd876d4bcbff8ffc13dd85cc148315 authored about 3 years ago
Merge pull request #758 from lucab/ups/bump-gir

Regenerate with latest gir (gboolean return codes)

4a6ea0b55e407820ce474645ff8388d744e8e430 authored about 3 years ago
Regenerate with latest gir (gboolean return codes)

2c61db6cc72192ee41d355c027d5e75c65f0138f authored about 3 years ago
gitmodules/gir: update to latest

dec0e6d9f5d29c1cef7ab81d26bb93f4102b86fb authored about 3 years ago
book: Re-add removed anchor

8ff61fde3a39eb8dabcba542ae7394757cc4c4ce authored about 3 years ago
book: Clean up memory management

d60ec0c48d937bde930b4bda4b8bb15289cb5962 authored about 3 years ago
Fix broken code snippets and some formatting in gobject_memory_management

Signed-off-by: Hanif Ariffin <[email protected]>

1b923d2e1a34f31cdeb7ba0c4de5583a052a3d45 authored about 3 years ago
Add method to create a "this" expression from GObject types

e22a52cd176d04cabd1eb87a8339439e97a5907b authored about 3 years ago
Remove `impl trait` from ClosureExpression::with_closure

ba42b69509d53c7f4b427db8163c5e2b95bc2f0e authored about 3 years ago
Fix broken crate links in docs

d3a859bd35db64f86b9b81db130c8398492859b5 authored about 3 years ago
Allow chaining expressions with Closure objects

9760c2520e1880965d8a064ec497f6cdca570097 authored about 3 years ago
gdk4-x11-sys: drop x11 dependency

No longer needed

77b25343e74baccfa9eef8b5bfcc9d7c0a4f5d95 authored about 3 years ago
CI: fix khronos-egl docs link

61f16fd8e4922f05d66ed45650d0e2ef08c09ace authored about 3 years ago
gdk4-x11: add missing unsafe wrappers

845424a638a1ea8b7c22eb7ebad1802dd27a80a0 authored about 3 years ago
gdk4-x11: create type aliases for XID/XWindow/XCursor

if the xlib feature is not used, instead of completely ignoring those functions
that returns a X...

09df14f23e5715b50532a2735229a6ff69a97e3d authored about 3 years ago
gdk4-x11: don't mark safe functions as unsafe

553760e42426ee1dcf9a9cd366c43afe8d54511f authored about 3 years ago
gdk-wayland: mark xkb integrations as optional

394751b9cf0f6d941f1f2ce610b1716056491e06 authored about 3 years ago
gdk-wayland: mark egl integration as optional

c7ae94542483db3631af93178a8f88d2a6b00939 authored about 3 years ago
gdk-wayland: mark wayland-client integration as optional

63e2cd4a5a151ebb13e26798230706c3cd67946f authored about 3 years ago
regenerate with patched gir-files

d69c23e7110353030a130c5144c176985f2a86aa authored about 3 years ago
gdk4-x11: mark x11 as an optional dependency

be3c715f7461dad844d38c401d360be37b977f32 authored about 3 years ago
gtk: ignore can't be generated/implemented functions

2afdab8273e3afc6e9c381f66607b0b99b3181b7 authored about 3 years ago
gdk4-x11: mark egl as optional feature

682e35029fce47a41277113ef43dd3725c01ab09 authored about 3 years ago
book: Reference actions chapter directly in todo_app_2

f24f41bc3ec97acd6efd09fe02fa0d21576c8810 authored about 3 years ago
book: Move icon section from css to actions

97b0affbb4feb9c3f42995e649f46f97a8ea48a8 authored about 3 years ago
book: Add chapter about CSS (#711)

This chapter talks about CSS.

More specifically:
- style classes
- names
- pseudo-classes
...

7d5fed98e1188148991eeaa8fc9edb109f108b6e authored about 3 years ago
gtk: re-implement missing TextBuffer functions

Fixes #558

12500b1b9e7abc98dcff6e03933a248d6f23fd72 authored about 3 years ago
Merge pull request #751 from gtk-rs/bilelmoussaoui/callback-getter

gtk: manually implement callback getters

e77e753478c5a0bc013f4eca54fe8cd124ce5ae4 authored about 3 years ago
gtk: mark callback getters as ignored

Those can't be safely binded from Rust for various reasons.
See https://github.com/gtk-rs/gtk4-r...

f9b3b561facafa6dae8944bc8e2f90eec9fa9dfb authored about 3 years ago
gdk: add gio.Initable to manual types

b7c96a788e0306bce30b85086c59f62f522e06db authored about 3 years ago
gtk: use getters of RecentData members

ee5196437f93f5029fa947185959c79c0ccb0391 authored about 3 years ago
gtk: mark manual signals as such

b78b5de0772815f212c8081d686e184e1df2c770 authored about 3 years ago
generate with dropped extra _async suffix

f3ab92564659cb5431116c2d25fd307ddb5ea7a4 authored about 3 years ago
gdkx11: manually implement xevent signal

9479180bb6c2115cf3907607911332e8e29be5d8 authored about 3 years ago
regenerate with latest gir

04c54265c5f2c9a9b81ef076c9714d0eada783c8 authored about 3 years ago
gdk: properly mark renamed functions

111de125988f184b6035171d44c50efae44ecea2 authored about 3 years ago
gdk: handle Key::from_name properly

It can return VoidSymbol for not found keyvals, so let's use Option there instead

6bb9724eba193a5d420de9b408ea77d383782501 authored about 3 years ago
gdk: rename cario interaction functions

To make it similar to add_region

a4b7e918a9e2d5f412dc5f65877b2a52ebcb7a3e authored about 3 years ago
gdk-x11: implement X11Screen::get_xscreen

was a copy paste of the x11_display

1ad57f9942ef0bb089b4fb739294070dbd761da5 authored about 3 years ago
docs: use main instead of master branch for gtk repo

55724488e76b512ac8388fa3d4eee5ab4ac12a76 authored about 3 years ago
Merge pull request #743 from lucab/ups/gir-err-safety

Regenerate with latest gir (assert safe gerror)

73b97f331532f6bca8d63014445a32d1564936bf authored about 3 years ago
Regenerate with latest gir (assert safe gerror)

f4eff0ddfc39cc8667037f94bce2dc37a72cd0b6 authored about 3 years ago
gitmodules/gir: update to latest

This refreshes the submodule, i.e. `git submodule update --remote --init gir`.

f425b55075771f420840c94227e7806e5983415e authored about 3 years ago
Merge pull request #744 from lucab/ups/gtk-print-operation-get-error

gtk4: manually implement gtk_print_operation_get_error

aec417cd0696849d8149c89946c38725f62c35f9 authored about 3 years ago
gtk4: manually implement gtk_print_operation_get_error

cce7ba5de718e8dc70d5308c510da97cd9e44c9c authored about 3 years ago
gtk4: regenerate after gir manifest changes

20e9d5277ecd81a2a3f55012e86367ecee028565 authored about 3 years ago
gtk4/gir: ignore gtk_print_operation_get_error

c27f8ddf7f1f6ac497d204d26fec085c012fef3b authored about 3 years ago
Merge pull request #741 from sdroege/builder-must-use

Update gir for new builder #[must_use] usage

5c41f22123680b7387f3acd9c8fae3aeaa805783 authored about 3 years ago
Add some #[must_use] to manually implemented builder types

... or improve their messages a bit.

69d2723435e719d95ac37e7ac705127a11770988 authored about 3 years ago
Regenerate with latest gir

40e121f02b84d3060d90fe354b9e0be624f87ba5 authored about 3 years ago
Update gir

See https://github.com/gtk-rs/gir/pull/1280

8aa04fd7f00ec1716e67292f947308ddc9a7bb64 authored about 3 years ago
book: Fix capitalization

72bf8a8bb68a181c47986b8c631ffe15ff259ea2 authored about 3 years ago
book: Mention additional libraries

c48b022e5a38ef5d325dbc0b2cebfbb7f3452060 authored about 3 years ago
Fix new clippy beta warnings

69003f182a043d935f9e753629006230fd4189b8 authored about 3 years ago
Merge pull request #735 from sdroege/virtual-methods-example

examples: Fix up virtual methods example

58fd21009ea8c0ee09928b8fab096132f3467504 authored about 3 years ago
examples: Fix up virtual methods example

Casting a `&glib::Object` to an instance struct only works if all
private types are zero-sized. ...

9f59a0f782983e76ac575c59a2afd49a97a5753f authored about 3 years ago
Merge pull request #733 from gtk-rs/bilelmoussaoui/gir-update

Regen with gir#1275

654e665a2139305229b107dd9c8a9df73c59a8a2 authored about 3 years ago
regen per gir#1275

3b6e12fe3d93043bf772ee2490c6002caa38cbb2 authored about 3 years ago
manual changes post ObjectExt::emit_by_name update

06d0c9c07417d6fc486dee82ec4a22761cf7b845 authored about 3 years ago
Merge pull request #731 from sdroege/ctor-renames

Update for glib constructor renames

18fffdba61e9f67db02aef09d49e938c4fcc7bb4 authored about 3 years ago
Update for glib constructor renames

See https://github.com/gtk-rs/gtk-rs-core/pull/384

ba224a390aa79d243b829bbb6021b34462e30671 authored about 3 years ago
Merge pull request #732 from gtk-rs/bilelmoussaoui/gi-docgen

docs: opt-in for gi-docgen

a6ea576a52d5bb1d539d131192838b0445ea1d36 authored about 3 years ago
docs: opt-in for gi-docgen

2a7b825c808a2a65dfe515f9525566fec303ca24 authored about 3 years ago
Merge pull request #729 from pbor/sysdeps

regen: update to system-deps 6

30f57a101a91872fd262ecf947abc861b3a38597 authored about 3 years ago
regen: update to system-deps 6

18c5fc0299b6915bb729237297f69fb8d1a3b993 authored about 3 years ago
drop backported version config

e45b386bbd48ff54852966d6ad9301f61bbf7cb2 authored about 3 years ago
gtk: add ComboBox::activate vfunc

88681098de1b5544be41fe89e23f942d4786fa44 authored about 3 years ago
regenerate with latest gir-files

8671b57e1005931942c368b33ea23c7813f64414 authored about 3 years ago
rename ffi crates on Cargo.toml

30b50fd767fc2f9ca3984f45b01806365b421bb1 authored about 3 years ago
regenerate with not renamed libs on ffi crates

4edfbcc6b8581e807cf0c8a6f3c200c165d37746 authored about 3 years ago
make use of glib traits for gdk::Key

To avoid users making use of the From trait
as the FromGlib/IntoGlib traits are unsafe

314ef2635c092298641140c5cbd35bebc170f41a authored about 3 years ago
gdk: remove unwanted DerefMut from Key

I don't think it makes sense to allow end-users to change the inner value

3ea85004969aa2b83a6280714030b175919842f8 authored about 3 years ago
gtk: drop Deref/DerefMut impls from Border

we already provide getters/setters

a6bdfab49a3730d27b7009ece1523fc7c42ee52a authored about 3 years ago
gdk: disable unneeded builder patterns

9f591eee321ba87d4c12baf64bd07059f44ec6c9 authored about 3 years ago
re-export gsk's unique builder type

9b5ca5ccb6b57df54c2fc59b32eac8475ebc8b3d authored about 3 years ago
document manual builders

caee5c611264d063122cfe3fcc4bd55aa8fac595 authored about 3 years ago
gtk: add missing rustdoc-stripper-ignore-next

c1af1acf222456020361674c9338c84e78e90120 authored about 3 years ago
gsk: fix Renderer trait name

23d026c0676ea27cfc572441c358ee7c2f6d454b authored about 3 years ago
move traits to prelude

f3c387edc312102c31b37f2a7b88d49ac5d3d720 authored about 3 years ago
gtk: expose IsExpression trait

f4041849bc84a4560662b3b9173e4a3ad692781f authored about 3 years ago
docs: add very brief info for each subclass module

Ideally we would have a simple use case/example there in the future as well
and maybe make gir g...

17181a6d8022451b653217c64ef2a752c43b5d22 authored about 3 years ago
document manually implemented traits

following what's generated for automatic traits

df64bc7fb099265a2a0c529653751f1fb5c44a44 authored about 3 years ago
don't generate empty impl blocks or duplicate ones

1c582d23aed6108eb34f4ae56f7d7825b3e7108e authored about 3 years ago
book: Update link according to latest builder changes

bbc7070eed23201da54207d0562e02d5600e3d76 authored about 3 years ago