Ecosyste.ms: OpenCollective

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

github.com/gtk-rs/gtk3-rs

Rust bindings for GTK 3
https://github.com/gtk-rs/gtk3-rs

Merge pull request #675 from sdroege/macos-pthread_main_np

gtk: Fix usage of pthread_main_np() return value

adb3baf82c0c11643d46fd3e7913a240dd8ddbe0 authored about 3 years ago
gtk: Fix usage of pthread_main_np() return value

It returns 1 in the case we care about (main thread) and 0 or -1
otherwise.

d5c3e0781ed2949d9a5209de165714fc5e84d303 authored about 3 years ago
Merge pull request #672 from GuillaumeGomez/fix-gir-annotations

Fix some gir annotations

73301f8602c098ad25f2b8fd517b687a975f8f71 authored about 3 years ago
Merge pull request #674 from gtk-rs/bilelmoussaoui/builders

Changes per builder pattern updates

8275a336cce14fae2f749173851e0775dc0e77ea authored about 3 years ago
Manually bind accelerator_parse_with_keycode

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

63cd815ff4cf859552285d85a4658e934f6a2d03 authored about 3 years ago
add must use attribute to manual builders

be7a3662e3332638213f6aaf3ebd13ba0df1e270 authored about 3 years ago
examples: adapt per builder pattern changes

ef2271b371ca272d206fb4a5ea7ab4ade99eebdc authored about 3 years ago
regenerate with not exported builders

113f11c9c263964d350a0b2d1c5a53c6f6d6ae76 authored about 3 years ago
Merge pull request #673 from gtk-rs/bilelmoussaoui-patch-1

gdk: add setters to RGBA

b9edf1eb4d4b9b59b8d327bb5da38df11387e0ea authored about 3 years ago
gdk: add setters to RGBA

8a8cec94c0cb0a34455b95575a14fa3070176830 authored about 3 years ago
Fix some gir annotations

328742aa30c1d2632b680069faf9d5b3c4f34ce4 authored about 3 years ago
Merge pull request #665 from GuillaumeGomez/wayland-types

Add missing wayland types and create new gdkwayland crate

880c50527fe61678ebd1750606937de48e89a161 authored about 3 years ago
Add default-members to Cargo.toml

c093f4d97adeab8a31909d981352cb6a0b9b18c9 authored about 3 years ago
Update CI checks

14e479a231c3206a86ec2e52f714bf947635e8e0 authored about 3 years ago
Merge pull request #671 from gtk-rs/bilelmoussaoui-patch-1

examples: update per pango::AttrList simplification

497c437b7b6729546f777d5bf3c1295b01c3539a authored about 3 years ago
examples: update per pango::AttrList simplification

3600a9a55d7793404d1d0240105b15011c1f0e38 authored about 3 years ago
Merge pull request #670 from GuillaumeGomez/regen

regen (correctly generate opaque types)

11e4c73532c0454843b7cfc58f513fdd804f90bc authored about 3 years ago
regen

2699713a38f0deca9d490c72813ed46e7ea8d625 authored about 3 years ago
Update gir submodule (fix for opaque types generation)

ffb14dc270e26e413fbdc535f362e465d39c96ee authored about 3 years ago
Merge pull request #669 from GuillaumeGomez/regen

Regen (prepend `Widget`)

e1b10499ad6bee786a4d9801ee69d910097bea69 authored about 3 years ago
regen

7b25bd49be9b8da8d28f0af069836c415118aa43 authored about 3 years ago
Update gir submodule

88c04be2dacd65aa4368f93935360b19666bfd72 authored about 3 years ago
Create gdk-wayland crate

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

re-generate with per crate min version

02fef7c98e259500ae99b5d299b83ce72d902ef1 authored about 3 years ago
re-generate with per crate min version

b981441061c9c14224f36030c5bd966d3ed99597 authored about 3 years ago
Merge pull request #663 from gtk-rs/bilelmoussaoui/objectext

Update per ObjectExt changes

faf8b1c625702ee0b45455aa121d33307c573ef8 authored about 3 years ago
manual changes post ObjectExt improvements

a950020754abefd5755d6aa2f95ac7b5f4579340 authored about 3 years ago
regenerate with latest gir

4739855be2f39c853aa296fc270c83f38c5bc0db authored about 3 years ago
Merge pull request #662 from fengalin/none-associated-const

None constants as associated constants

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

938f46797688e1a5ed05fc8afd6acfdedb3a4f3b authored about 3 years ago
examples: replace CONST_* with *::CONST

b99379223beabe8e2bb4a6ef468ae2846038f037 authored about 3 years ago
regen: NONE as associated consts

3b0120d1b6bb49d9c993cc97d27cc5358de42108 authored about 3 years ago
Merge pull request #661 from vhdirk/scrolled-window-subclass

implement subclassing for scrolledwindow

64478225b7230d512acddbcd47e37442e3e389b0 authored about 3 years ago
implement subclassing for scrolledwindow

6b11dc0c39ff5d7ef76fa4c00a0100d31c1cdbf5 authored about 3 years ago
Merge pull request #660 from gtk-rs/bilelmoussaoui/wayland

gdk: bind WaylandWindow manually

933dee9d78ee5820322270a984e1ac56edee18db authored about 3 years ago
CI: test gdk's wayland backend as well

b8e9e884affd3b874b76d86beca5a570840aaad0 authored about 3 years ago
gdk: bind few WaylandWindow methods manually

Some are still missing, but they require integration with wayland-rs
crate

e2cfbdf5a8e1563112417650395240aebfcc329c authored about 3 years ago
gdk: add manual WaylandWindow ffi types

35b4aa3b4e95c60162b3eda44e06e579e91c628b authored about 3 years ago
Merge pull request #659 from sdroege/bind-property-result

examples: Don't silently ignore errors when property bindings can't b…

48211613c56255afb0d233d940c2f145a825828a authored about 3 years ago
examples: Don't silently ignore errors when property bindings can't be established

fc5040b1d8d157d31373ed6fac6cfbfde7c65308 authored about 3 years ago
Merge pull request #658 from GuillaumeGomez/display-backend

gdk: add helpers for checking which display is being used

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

a6473a03314ac8c290b19b091fb66a42bedc88aa authored about 3 years ago
Merge pull request #657 from GuillaumeGomez/class-init-check

gtk: panic if gtk wasn't init at class_init

556ff3aed164ef7c63fc64b627d70a34adf5f2a5 authored about 3 years ago
Merge pull request #656 from GuillaumeGomez/atom-value

remove unsafe marker for gdk::Atom::value

8fc05b0eb43f7ae7bc36efd518659d650732c9aa authored about 3 years ago
Merge pull request #655 from GuillaumeGomez/windows-focus

Rename Window::focus into Windows::focused_widget

8c54e23faced9c665edbe31d99f1bb673e7f55dd authored about 3 years ago
Merge pull request #654 from GuillaumeGomez/treeviewcolumn

Add missing methods on TreeViewColumn

5e1a329cdc2faae9221c17657a0b2adb556e0d49 authored about 3 years ago
gtk: panic if gtk wasn't init at class_init

cb53101568b1332acb48494ab5d82588bc04bd77 authored about 3 years ago
remove unsafe marker for gdk::Atom::value

fae35d73aba208abb16dfd9669d1079a7145cd0b authored about 3 years ago
Rename Window::focus into Windows::focused_widget

3e13ba9144a4f649f31a8ff27c73520e39705c4e authored about 3 years ago
Add missing methods on TreeViewColumn

63557824197c74f871e6bc86aec1f5608246aa08 authored about 3 years ago
Merge pull request #653 from sdroege/edition-2021

Edition 2021

0831a4589f2143e6cf400a753a855720b0b23c6e authored about 3 years ago
Update to edition 2021 and minimum supported Rust version 1.56

90021811a190fafa03926e29b2abcd6442a4184e authored about 3 years ago
Regenerate with latest gir

d7f4c755190bb9e035c9e8716ddd516114830bb5 authored about 3 years ago
Update gir

https://github.com/gtk-rs/gir/pull/1244

e87013eb85410782262516801374c98e9e3361ed authored about 3 years ago
Merge pull request #652 from gtk-rs/bilelmoussaoui-patch-1

examples: fix pango attributes per gtk-rs-core changes

853abc847a6a125c13978e94f1a6fa7a0767cbf3 authored about 3 years ago
examples: upcast pango attributes before adding them

ee1f2d43b0d39533827417c7a64a0a70fde77fa6 authored about 3 years ago
examples: fix pango attributes per gtk-rs-core changes

0836f838aacdeecbdde961f661b47e4b3c2c4c0a authored about 3 years ago
Merge pull request #650 from GuillaumeGomez/simplify-subclass-impls

Simplify various IsSubclassable impls

9842d1b2c7a558e6e6838a2c8169f31526f85a5e authored about 3 years ago
Simplify various IsSubclassable impls

f1e0227607575c97e5df65993602b2ffb3c39a01 authored about 3 years ago
Merge pull request #649 from GuillaumeGomez/boxed-inline

Mark simple structs as BoxedInline

1f23d641d921c6f2e42aee7964d8ecd23897f4d5 authored about 3 years ago
Mark simple structs as BoxedInline

a0c9afd235ba8ad41ffe390b5f0112d1aff9c546 authored about 3 years ago
Merge pull request #648 from GuillaumeGomez/minimum-rust-version-cargo

Declare minimum supported Rust version in Cargo.toml files

f56450722521e93a8279db32ee7b7fa5000459d3 authored over 3 years ago
Declare minimum supported Rust version in Cargo.toml files

ddd54201ab500cdd6a18f9fea2638640e6305051 authored over 3 years ago
Merge pull request #647 from GuillaumeGomez/license

Include the LICENSE file in the published crates

d0e3332089c889e623e4f226ec5b105077d4d1c2 authored over 3 years ago
Include the LICENSE file in the published crates

cbafec587592edffe523a8faf1a3e5550ecc2d8f authored over 3 years ago
Merge pull request #643 from GuillaumeGomez/clippy-lints

Fix new clippy lints

e87088121cc33ffbe6f3af43e574dc7c8f97cd6c authored over 3 years ago
Allow unknown clippy lints

0b249d5f37417c82db4fe44f16ba6d90c7c723ae authored over 3 years ago
Fix new clippy lints

120400052249a15a699f2f52e47e9cb30e82e8dd authored over 3 years ago
Merge pull request #642 from sdroege/update-gvsbuild

Update gvsbuild

8b6087fef08eedbf8104f716dc73cf373f0a350b authored over 3 years ago
Update gvsbuild

This hopefully fixes the GTK build.

36977f734c642768c9efff400157a1d410406db3 authored over 3 years ago
Merge pull request #641 from sdroege/rgba-parse

gdk: Fix RGBA::parse() signature and implement FromStr

138dcbd9dcd8ba6a3d1f2be1275d4f86d3ca61e3 authored over 3 years ago
gdk: Fix RGBA::parse() signature and implement FromStr

66c5f3935516d5ede8b3e6174075c42dfef62252 authored over 3 years ago
Merge pull request #639 from sdroege/boxed-inline

Add support for inline-allocated Boxed types

ebfe286778a399ef79de42d01822de4e20aef10b authored over 3 years ago
Regenerate everything with latest gir

9c42cd47c8048fe7bca085aedbf59474c3dd1d29 authored over 3 years ago
Update gir

76b7df2c5919582bae23a5ff0d5adc81d6dfd0c6 authored over 3 years ago
gdk: Use glib::wrapper! to implement TimeCoord

3d02e10b3e4a278e7dc4c0b3fac8cb6326181624 authored over 3 years ago
gtk: Remove unused IntoGlib impl for PageRange

61550a3bf6e51a2e77225f440d209c29f8e5ee87 authored over 3 years ago
gdk: Autogenerate bindings for Rectangle and RGBA

fb5786ac1c29c39545f2e596d7bcf4519b329185 authored over 3 years ago
gtk: Change two boxed types to boxed inline

8917530c14501becd15ba4a941dcbc05eb2262b7 authored over 3 years ago
Merge pull request #637 from sdroege/version-heuristics

Update gir with removed type version heuristics

abca5f936d6d02b8447549c7ef78d7066ef0551b authored over 3 years ago
Regenerate with latest gir

97f6649febe6aa79001568add3214441aa970b50 authored over 3 years ago
Update gir

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

df8386ec36daa0b4111ada8f5c01f2e57e6558a6 authored over 3 years ago
Merge pull request #636 from sdroege/update-versions

Update versions

6d3d2e1e3e876af084633accb51036bad2b08a4f authored over 3 years ago
Ignore gdk major/minor/micro version constants

They have no relation to whatever GDK version the bindings are used with
or compiled against, an...

a9a5100bc89708eb39fa97070c913258df445f7a authored over 3 years ago
Regenerate/update for new versions in the gir-files

1a64d130b9f825cf4cfbdb429439298eaba9faed authored over 3 years ago
Update gir

aaadbb6288ad309dd1124a1769b31dc9003728fc authored over 3 years ago
Update gir-files

c857c658c76f55d21b5698dbb0d992a4ebff7a17 authored over 3 years ago
Merge pull request #635 from sdroege/update-gir

Update gir

5004bbac4100467afae0d0abc21859dd0916d385 authored over 3 years ago
Regenerate with latest gir

16aba5e73c24b69c258abb1dcd94e8b7142abaca authored over 3 years ago
Update gir

bfc58aab0a863c3080a1a19cfa54ce0fbc83135c authored over 3 years ago
Merge pull request #547 from MarijnS95/impl-trait

gir: Update and regenerate with `impl Trait` instead of named types

dac484857793cebac5becc15fe605dd99f3453a4 authored over 3 years ago
gir: Update and regenerate with `impl Trait` instead of named types

https://github.com/gtk-rs/gir/pull/1153

7f41f73c0460bc3cfea0e38cb4a750319296ba24 authored over 3 years ago
Merge pull request #634 from AaronErhardt/default-object

Add more default object implementations

719d445bfc5c41be303c0f414b025ec1a4764500 authored over 3 years ago
Add default object implementations

1b534c9db5278f92e84266dee36659e5cd876f7c authored over 3 years ago
Merge pull request #630 from GuillaumeGomez/nullable-callback-param

Nullable callback param

e1e6da96e682711ea6343f675f2565f0f5e102e2 authored over 3 years ago
Use callback parameter setting

c3ea7fc99800862096112008618af1bbeca17902 authored over 3 years ago
Update gir submodule

3ff6862595354329d68c202a7edf0348ccdabdb0 authored over 3 years ago
Merge pull request #617 from ArekPiekarz/gtk-init-test

Add test for gtk::init() and port TEST_THREAD_WORKER from gtk4

1a374ca6866a0e1af495cb747f06244746a4fe8c authored over 3 years ago
Don't run build or test with --all-features on nightly

That will fail linking.

4cdb3d8529802f51c3c6008d6d94842e0355f3d2 authored over 3 years ago