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

Update README

c2e53b56b5380563c41792a285adca61fb50c0db authored almost 4 years ago
Start with properties chapter

c36ea764401c10126fb8ebcf254d6de89955ba61 authored almost 4 years ago
Update dependencies

37bf8669e6fa3fe7e94ab86362a3e3c8bb9802cd authored almost 4 years ago
Finish up signals section

efaca8c6a4d85f1f04a84354286d9e2ffec7e21c authored almost 4 years ago
Add Signal example

9482e19f494fe4452a27efee15b2c3bb0510f6cc authored almost 4 years ago
Start with signals chapter

5462acb2e5ac07e18001754bf8b30fa5d2a23751 authored almost 4 years ago
gtk: add missing doc alias to WidgetClass

351bd63ff3cfdc9ee3e0887ef0f858b87ecaf7e9 authored almost 4 years ago
gtk: add more WidgetClass methods

part of #111

1137e0dde8fa61adf8357ed5ecf42d9d01ee5b3b authored almost 4 years ago
examples: update video player to use install_action

c6242931e06df2c2dd35f5bfcf307f11aca16ad7 authored almost 4 years ago
Update main loop example

e904a8677d8eb197f71859261b112cd204e587bb authored almost 4 years ago
Fix up gobject name

dd5edcf1d9a0c572fc83619d306167d379cec960 authored almost 4 years ago
gtk: chain up on interface implementation

dc9d241aa17b003991e62cf4eb930b9cbf50af35 authored almost 4 years ago
gdk: chain up on interface implementation

c7f832e5569ac887613d66e36eb964a124f43731 authored almost 4 years ago
gtk: remove FileChooser/AppChooser interface implementation

They can't be implemented outside of gtk

4552124121ce73826fd2a0bfc8a02f04bf1a8fec authored almost 4 years ago
gtk: properly add Ext traits to subclass prelude

df7f272924282f1de09a7a9241d4f2a2eed60549 authored almost 4 years ago
Explain the private part of GObjects

c134ad455847049645e4fa66de4b7004c748b2b1 authored almost 4 years ago
Fix small things in settings

2e897d0238c66d14c5ee7289d15485c35c2d8539 authored almost 4 years ago
Finish up settings

7a44be4ea854fd2eef98140319587d5d054927b7 authored almost 4 years ago
Continue with settings

4532c20bd524999e67d6aecda0f9e8f56255243a authored almost 4 years ago
subclassing: interfaces are now distinct from objects

60bb2752c566937d313f1dd8b46fd55d8f672a5f authored almost 4 years ago
Specify GObject name in subclassing example

3eb71263e4595ac908a528dfb0b3dc9deb62b17b authored almost 4 years ago
Finish main event loop and continue with settings

22ed4d792c2d3f35baa40c1954523d39e33f6658 authored almost 4 years ago
Remove glib prefix

7cc49543fe647a64532f73801c0ae7fc8e36c123 authored almost 4 years ago
Continue writing on main event loop

0efcc0cc5416a0c8ca692415420ed9db6f76b047 authored almost 4 years ago
Add footnote

4dcbfefa2b39054803383c94b3890fe5ed3ae569 authored almost 4 years ago
Extend main loop

303c64662144ad427dbdf465aac3c39c59db16f4 authored almost 4 years ago
Redraw the main loop image

d0334420bb29ded4378b0466afa31cadf687b3b1 authored almost 4 years ago
Merge pull request #186 from bvinc/rendernode_not_object

correctly make RenderNode not a glib::Object

23e1862d1e9d74050cf13d5a563b8397d58e1164 authored almost 4 years ago
correctly make RenderNode not a glib::Object

54ecf1de6cfaa37a2c4de3680b2a93e33254a11f authored almost 4 years ago
First draft for settings

8360b68004900837b9f3d4a303d9114a1ec924dc authored almost 4 years ago
gsk: ignore GlShared::format_args_va

bc4dc95c23dfaed5972c186a12e2b6c50518fa6d authored almost 4 years ago
gtk: ignore MediaStream::error_valist

19281581f3239d5de2805e0dfb2cab89bc8dd167 authored almost 4 years ago
gdk: implement Display::map_key(code|val)

11e7df4c2cb9011ce4340e7f990e156654898b77 authored almost 4 years ago
gdk: ignore ContentProvider::new_for_typed

not useful for bindings, new_for_value should be enough

4815de4d1cce611c21079e169151ddbdfb5f699f authored almost 4 years ago
gdk: manually implement Texture::download

8cce76c8c362678845fbb0287f2959283daf7e49 authored almost 4 years ago
gtk: use ToValue in TreeStore/ListStore::set

cded8a050f57ed0edde1a06fa1da1d0a925b91e1 authored almost 4 years ago
gdk: manually implement ContentFormats::get_gtypes

80023c28fda08d0bdb226970cdf52291462a8f91 authored almost 4 years ago
gtk: manually implement Snapshot::push_debug

984bee1f20390487a5c5c11ce24d5f3de50f1026 authored almost 4 years ago
gtk: ignore TreePath::from_indices

we use from_indicesv

4d6836367e04cd63886eff9d20ffac7e24be6b2c authored almost 4 years ago
gtk: ignore CellArea::cell_(get|set)_valist

cdf606bbf195519ec1332c3fd8d1183e0669ca6e authored almost 4 years ago
gdk: ignore Clipboard::set|set_valist

They are not needed for the bindings, instead we rename set_value
to set

a48739ded81cff1870b1a7d633610611584c10b7 authored almost 4 years ago
gtk: ignore TreeStore::set_valist

not useful for bindings

fc96f8af4376f2c045dd99389ae14a7d8cb22e54 authored almost 4 years ago
gtk: ignore ListStore::set_valist

not useful for bindings

deeeffbdfd8c01432e3b61bab91ce4970aaacb8a authored almost 4 years ago
gtk: manually implement ListStore::set_column_types

cbe8a6df2f190a34ad38df71651c89e7e676ee0e authored almost 4 years ago
gtk: manually implement Snapshot::append_color

e6bcc825bad3143dbd8ccc84ceed5f4feeff7053 authored almost 4 years ago
gtk: mark manually implemented ListStore functions as such

7f4d4d5785d8a7a55ae8775a860622f3461dd801 authored almost 4 years ago
gdk: use ToValue in Clipboard::set

e6514e1863854521b82e929e152270b1f3814b14 authored almost 4 years ago
gtk: mark manually implemented TreeStore functions as such

0ac15b56197008f67da9deed2a6064c269f5c9a4 authored almost 4 years ago
gtk: ignore TreeModel::get_valist

a587bf2c3d2b15cac64854494f68e1d30241ade5 authored almost 4 years ago
gtk: manually implement TreeStore::set_column_types

df033b3dabe919ad626ed6901f0f3dc0f679706b authored almost 4 years ago
gtk: mark TreeStore::insert_with_values as manual

148fcc09ae84cb9bb52352300c3a89f24a370f36 authored almost 4 years ago
gtk: backport GestureStylus::get_axes from gtk-rs

13fb80f99fdf9f0f90e3ef23932fa1c2d9618426 authored almost 4 years ago
gtk: manually bind show_about_dialog

instead of calling gtk_show_about_dialog,
create an AboutDialog manually & then show.

42b69f1778697fd9e62839ed49086c569b851c87 authored almost 4 years ago
gtk: flowbox & listbox are final

no need to for ExtManual traits

f2f96e092c650a7e3042bfe56e074e045c6a8201 authored almost 4 years ago
gtk: mark TreeStore::new as manual

9d67d797a0a16a71a06d3ae7702a275c08d37a58 authored almost 4 years ago
gtk: mark ListStore::insert_with_values as manual

912ce66b641538b65e258b84fcd51dce3134eb42 authored almost 4 years ago
gtk: implement missing manual Accessible methods

6feef746a56c175e6b0e501fd75037c57dbf73c0 authored almost 4 years ago
gtk: mark ListStore::new as manual

ea6bdc1dce739c31452202c3c9299a00eda0c91d authored almost 4 years ago
gtk: manually implement DropTarget::(get|set)_gtypes

5f87c4123ade61a5aaba0027ca98e15e9eaa5238 authored almost 4 years ago
gtk: rename activate_action_variant to activate_action

activate_action is a C friendly wrapper aronud activate_action_variant
so we ignore former and r...

d38f2c5116734ca8b6ab08a8af15e1e24a94c68a authored almost 4 years ago
Reshuffle summary

094afb97b32f2c072eae5662dee4fa534b70723d authored almost 4 years ago
Add final sentence to subclassing

b9d7aae06b328a587c7316bdce8787c46773bf2f authored almost 4 years ago
update subclassing per gtk-rs/gtk-rs#342

f9be0a71247aa926f2b560233d0844831867c439 authored almost 4 years ago
gtk: update per glib changes

7e4a3de3b78170fd638b2825be0b91c393f5cc4e authored almost 4 years ago
Introduce the builder pattern

1e2007163684e78d23ad9a2bf396a97418556cf4 authored almost 4 years ago
Fix a few small mistakes

51c4c62a282ff906c4dfaeae576c555af9f36aaf authored almost 4 years ago
Merge branch 'main' of gitlab.gnome.org:Hofer-Julian/gtk-rs-book into main

dca927fbe6c0019b6b1a9cf6395c18331a37bbd1 authored almost 4 years ago
Fix a few small mistakes and make arg collecting cleaner

f53aa7468c4c8190046e6eed7ef2ba75e24ac1ce authored almost 4 years ago
Move everything to listings

27fa3ac8bcfc6e8ffaa466722be818ec492e4309 authored almost 4 years ago
update per subclassing internal changes

853059c1aedf41e159981ff273d504044d400c8e authored almost 4 years ago
regenerate with latest gir

d255e5f3968450ab5f0d423cef201cee15b498db authored almost 4 years ago
Start rusfmt in correct dir

85a499678e6c6e9239f07454e6661efe2434491b authored almost 4 years ago
Convert "Hello World"

1f755799f42275e273451f3ceeb07ef0bf30f31d authored almost 4 years ago
Remove test lib and init listings

44d8270ac67bbcf86e0c1ae8754d38227d017589 authored almost 4 years ago
gtk: add missing manual DragCancelReason

6ee2d82a82f8e795e1175dcc259cc3b4a4f47812 authored almost 4 years ago
gtk: export missing constants

d3fcc3c01a5c90c05ee7873d6f7cc2ea37173222 authored almost 4 years ago
update per glib::object_subclass changes

3595eff1ddd3c2eb234b4c0181914c1c1d874a87 authored almost 4 years ago
CI: stop building the image all the time

it was only needed for the first push, in the future, a change
to Dockerfile is required to trig...

5dd75ab60143908c38d0e2cec4734c421ce5ecb4 authored almost 4 years ago
CI: use the new image

f67745dc4e9cbe60c27ca70dec18b5f19dc7059a authored almost 4 years ago
docker: install required dependencies for tests

3b197cec41f57603c08f789e05638563a594479c authored almost 4 years ago
CI: re-enable docker image build

76e0adda6c88a098a8032b21f490d5c8449b8e0b authored almost 4 years ago
gtk: add Expression bindings

389cee58d4d7810ed2bb5601d5147260753a3b56 authored almost 4 years ago
gtk: add basic tests for Expression

cd4d7861622b6d25a6d823b7c4623986320ad475 authored almost 4 years ago
gtk: regenerate with Expression as manual

c11dc3d2e263ed4bde8bf7b1e9055d706fc8c82f authored almost 4 years ago
CI: disable docker job for now

We need to enable github packages support for gtk-rs organization first

0bf4b45031097435f89a1446dbe8e5b90c476fe2 authored almost 4 years ago
CI: add a dockerfile

this will be used by the CI to build and publish the image in github packages
and migrate in the...

1def39dcc2afec1e70b92a00f76dbdabb9dfa80e authored almost 4 years ago
CI: add a docker job

build and publish the Dockerfile in github packages

8117220c441fc34a3186f1c5af0758288929939a authored almost 4 years ago
Add gtk-rs information

b960a352dbcaf49fb9caa723e317b9770d0b4fd9 authored almost 4 years ago
Reorder libraries

0ffedc66ac5178b302885a3ebd75a31fff3a24ee authored almost 4 years ago
Refactor SUMMARY

ac7bad34905eee451eafed5052efc1ebeb4022fb authored almost 4 years ago
Fix doctests

5e05a82ca5308ee0f051f333702be00f90535149 authored almost 4 years ago
Finish up subclassing

51894758745beee27b7e441100c6f919df375ee5 authored almost 4 years ago
Continue writing

3d23fe1e9fd635727d025adc7df9b7a4d2339111 authored almost 4 years ago
Start with subclassing section

1be7c193a01017a21910e4db756b6d0513d3616b authored almost 4 years ago
Fix link in widgets

fade1e8a6dbf7549daf53ee2a919ac853c54e951 authored almost 4 years ago
Fix inheritance in Widget chapter

5b120b2c0102ced454320348eb6dcd9771269072 authored almost 4 years ago
Rename application id

10b4e070ed436ac1224461764d3ce54c136c976b authored almost 4 years ago
Reshuffle summary

62a6070207af2e1dba721f3cb4d5023e5949d6d1 authored almost 4 years ago
gdk: add missing doc aliases

629153a435d43e2eb0d37dd3942a2de55ade455c authored almost 4 years ago
gtk: add missing doc alises

2b32d4059f00b3a409f3175bc49f6570894a7096 authored almost 4 years ago