Ecosyste.ms: OpenCollective

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

github.com/gtk-rs/examples4

DEPRECATED, use https://github.com/gtk-rs/gtk4-rs repository instead!
https://github.com/gtk-rs/examples4

Upcast return value of the bind_model() closure in listbox_model.rs example

89805d8b8eb719fce8ff50e43a4e5004bc69976a authored almost 6 years ago by Sebastian Dröge <[email protected]>
Merge pull request #223 from EPashkin/fix

Add missing extra crate

8d0d82c0234fa73aee1d3196940d508da40ee708 authored almost 6 years ago by Guillaume Gomez <[email protected]>
Add missing extra crate

ceaf71835adf0e5bbb942b65bcf98fefd313e5f2 authored almost 6 years ago by Evgenii Pashkin <[email protected]>
Merge pull request #222 from sdroege/cairo-main-context-channel

Port cairo_threads example to use the new GLib MainContext channel in…

f647dd522c2c2f89f08996060a50bd144950d386 authored almost 6 years ago by Guillaume Gomez <[email protected]>
Port cairo_threads example to use the new GLib MainContext channel instead of polling

This ensures that the image is redrawn only if it actually changed and
more or less immediately ...

489a7ad4495300ca9c46aeffea071c88f77a88cf authored almost 6 years ago by Sebastian Dröge <[email protected]>
Merge pull request #219 from sdroege/cairo-threads-fixup

Fix-up cairo-threads example now that ImageSurface does not implement…

d9a808d4f896044e67e858a8dae6231bda657d47 authored almost 6 years ago by Guillaume Gomez <[email protected]>
Fix-up cairo-threads example now that ImageSurface does not implement Send anymore

Fixes #218.

697f034ca44eb9e3052d50d13c7ec66d6d027adf authored almost 6 years ago by Sebastian Dröge <[email protected]>
Remove unneeded export from transparent_main_window example

6121aad96e8b738267ab75d06adf756a1950414a authored almost 6 years ago by Sebastian Dröge <[email protected]>
:sparkles: Add progress tracker example

b59a5d927b2b757ef0df61999ed42534b903051a authored almost 6 years ago by Michael Aaron Murphy <[email protected]>
Merge pull request #217 from sdroege/fixup

Fix build with latest glib API changes

6412265784c170f09fad705d1f0338fcac477cf1 authored almost 6 years ago by Guillaume Gomez <[email protected]>
Add subclassing feature to the travis build script

dc054000fc583b760ab32c749bc58f009ab36610 authored almost 6 years ago by Sebastian Dröge <[email protected]>
Fix build with latest glib API changes

dd69410f6ed7b787fe0ba19145b9d63df28edee0 authored almost 6 years ago by Sebastian Dröge <[email protected]>
Merge pull request #213 from GuillaumeGomez/pending

another test

c76f83f5dd0a20941dbc54446b418d5bd17bc17b authored about 6 years ago by Guillaume Gomez <[email protected]>
another test

9255a8ed2599bf43c90c07a79f6a773f876153e6 authored about 6 years ago by Guillaume Gomez <[email protected]>
Merge pull request #212 from gtk-rs/revert-211-target-builds

Revert "Add target builds"

079d76459b6a9cf731bf4241b755e7ffb8068695 authored about 6 years ago by Guillaume Gomez <[email protected]>
Revert "Add target builds"

98477df439394fbcdd2c9de677002b4954d956f0 authored about 6 years ago by Guillaume Gomez <[email protected]>
Merge pull request #211 from gtk-rs/target-builds

Add target builds

1373719e149a0173ac9a8406e3ea35e9efe2a525 authored about 6 years ago by Guillaume Gomez <[email protected]>
Add target builds

d17d89388c16ae98830ecdbd91de722f3dd8bef2 authored about 6 years ago by Guillaume Gomez <[email protected]>
Merge pull request #210 from sdroege/property-api

Update listbox_model example for glib property API changes

5e04389b66ca569eb5b2301e4200d81e29188c32 authored about 6 years ago by Guillaume Gomez <[email protected]>
Update listbox_model example for glib property API changes

00b699d1f4decaf66a2bd90ece9d605f933aa0f1 authored about 6 years ago by Sebastian Dröge <[email protected]>
Merge pull request #208 from EPashkin/prepare_gstring

Prepare for glib::gstring::GString

6a45c0bf332de8b103f50e17bf6d77d65f001217 authored about 6 years ago by Guillaume Gomez <[email protected]>
Prepare for glib::gstring::GString

348cff17d1e80e15108d409ecfadd254e89de070 authored about 6 years ago by Evgenii Pashkin <[email protected]>
Merge pull request #207 from sdroege/subclass-get-type

Update listbox_model example for glib_object_get_type! macro removal

d9f160583ee7ee7f59e5f4ddca90d28b9870993e authored about 6 years ago by Guillaume Gomez <[email protected]>
Update listbox_model example for glib_object_get_type! macro removal

And for glib_wrapper! not requiring anything special in scope anymore.

464ac668b29f6e081d5ce5b712d981beb9a244fa authored about 6 years ago by Sebastian Dröge <[email protected]>
Merge pull request #206 from EPashkin/up_cairo

Use reexported cairo enums

92568e1780da554f4a2235d90320521c026a11f6 authored about 6 years ago by Guillaume Gomez <[email protected]>
Use reexported cairo enums

398cc64342328812f1bdf14d21afb2b3b40da483 authored about 6 years ago by Evgenii Pashkin <[email protected]>
Merge pull request #205 from sdroege/subclass

Port to the new subclassing infrastructure from the glib bindings

50d9f6678d6908968862139cb09be4976b13911a authored about 6 years ago by Guillaume Gomez <[email protected]>
Port to the new subclassing infrastructure from the glib bindings

61619cb32a29c66f9f1e7afec2d5dbdf24ba84fc authored about 6 years ago by Sebastian Dröge <[email protected]>
Merge pull request #203 from GuillaumeGomez/1_28

Add check for 1.28

f802d6479803690d16c67e5378ea9a7771e791ac authored about 6 years ago by Guillaume Gomez <[email protected]>
Merge pull request #204 from GuillaumeGomez/accessibility

Add atk/accessibility example

74c70259ddf1c505ef238ad8fdca8bd47b8a49fd authored about 6 years ago by Guillaume Gomez <[email protected]>
Add atk/accessibility example

67944e56efd3ec0735b1f27342e21ef16005982d authored about 6 years ago by Guillaume Gomez <[email protected]>
Add check for 1.28

5b8da42974c681d05e7fb4a34d6cb79d79b6f05c authored about 6 years ago by Guillaume Gomez <[email protected]>
Merge pull request #202 from GuillaumeGomez/overlay

Add overlay example

2b3e293d779b3f23b6e858ff90eb946258b475f6 authored about 6 years ago by Guillaume Gomez <[email protected]>
Add overlay example

20031f10a1a9250ac6acad4967175f700694fa9a authored about 6 years ago by Guillaume Gomez <[email protected]>
Merge pull request #199 from EPashkin/fix_application

Change event for application to build its UI

cb841296d40a98e6229f0c439e54100de62d8717 authored about 6 years ago by Guillaume Gomez <[email protected]>
Change direct import Ext'traits to import prelude

ec14525771f0da9326b4b64d87470dd38fe38c31 authored about 6 years ago by Evgenii Pashkin <[email protected]>
Remove unneeded connect_delete_event's

8fdbc8d03771d917410bb7ec3f619ed4197ebf70 authored about 6 years ago by Evgenii Pashkin <[email protected]>
Use default value for gio::ApplicationFlags

7abd1a03a586f0365615a46b171eb88994e2f2ad authored about 6 years ago by Evgenii Pashkin <[email protected]>
Change event for application to build its UI

e6759f77c20aba818f965e38caab4e7aea813d39 authored about 6 years ago by Evgenii Pashkin <[email protected]>
Merge pull request #197 from GuillaumeGomez/pending

Update responsetype

ed26016bcad5e82797fb044e0751662600295f7c authored about 6 years ago by Guillaume Gomez <[email protected]>
Update responsetype

d8faa0b492869044d1d88b60981f894072bb3485 authored about 6 years ago by Guillaume Gomez <[email protected]>
Merge pull request #194 from GuillaumeGomez/update-to-gtk

Update to gtk

cd2ccfe909e83ad7ea3c122fa4b7157c7284180b authored over 6 years ago by Guillaume Gomez <[email protected]>
Fix examples

b317c55e46da3d8936a6a15b342d53339992f668 authored over 6 years ago by Guillaume Gomez <[email protected]>
Merge pull request #193 from sdroege/sync-widgets-bindings

Use property bindings instead of signals in the sync_widgets example

99b08b45ea5d08567364ec1ec0d09d10ed76c9c7 authored over 6 years ago by Guillaume Gomez <[email protected]>
Use property bindings instead of signals in the sync_widgets example

3131094e4bd4ea6a13e1419ccb26860481cf3c19 authored over 6 years ago by Sebastian Dröge <[email protected]>
Merge pull request #191 from GuillaumeGomez/pending

Add status icon example

f9bab8a150a638fe134a716762f1d9f8f88fdb5a authored over 6 years ago by Guillaume Gomez <[email protected]>
Code improvements

4267e24a60c4b59f1356823fddbde03de02e30b1 authored over 6 years ago by Guillaume Gomez <[email protected]>
Allow deprecated for status icon

21cb6b1221503dedf6a75da3cff79bd20bd1f58a authored over 6 years ago by Guillaume Gomez <[email protected]>
Add status icon example

f1cac5790801616b8ad879a2ea4dec6a6a370068 authored over 6 years ago by Guillaume Gomez <[email protected]>
Merge pull request #188 from EPashkin/master

Merge branch 'pending'

b364f284139c084049c54c10382f8727ab12b60c authored over 6 years ago by Guillaume Gomez <[email protected]>
Merge branch 'pending'

5aa11cac679ddbc860fed840ea96def453e18dbb authored over 6 years ago by Evgenii Pashkin <[email protected]>
Merge pull request #187 from sdroege/gobject-subclass

Switch gobject-subclass repository URI

ceac05bb8252c87d8260dde0c6a98542568c5d7e authored over 6 years ago by Guillaume Gomez <[email protected]>
Switch gobject-subclass repository URI

8a90892071d0acd4720e9f862fc08099a61cfa2e authored over 6 years ago by Sebastian Dröge <[email protected]>
Merge pull request #186 from EPashkin/finish_futures-nightly_removal

Finish feature "futures-nightly" removal

a55a01e2750ae38a509ef892563213b8d6157915 authored over 6 years ago by Guillaume Gomez <[email protected]>
Finish feature "futures-nightly" removal

a6e9383589b8e1ad11189862b1b056b7b332e34c authored over 6 years ago by Evgenii Pashkin <[email protected]>
Merge pull request #185 from sdroege/futures-0.2

Remove futures-nightly from travis

c30994c5da8d196077d9f027b604884d842e9563 authored over 6 years ago by Guillaume Gomez <[email protected]>
Remove futures-nightly from travis

futures 0.2 is not maintained any longer and the nightly parts don't
build with the latest night...

eda9f738a9f75b6b62457306807bf342e186c850 authored over 6 years ago by Sebastian Dröge <[email protected]>
Merge pull request #184 from sdroege/cairo-threads

Fix compilation of cairo-threads example

00eb0b21130856a9406e14212599c07e85b9fbfb authored over 6 years ago by Guillaume Gomez <[email protected]>
Remove unneeded clone()

bbc8cbe26d41f863a3d77f7cda0c4431f3e99bc0 authored over 6 years ago by Sebastian Dröge <[email protected]>
Update comments for the cairo-threads example as we now send around image surfaces

fb1e10ea12c6b43090f8671e43e67a3f6c1e4e08 authored over 6 years ago by Sebastian Dröge <[email protected]>
Fix compilation of cairo-threads example

We send around cairo surfaces now instead of wrapping and unwrapping
them around boxed [u8] all ...

64707da27553c2a3b2996cebabe42055c9450c71 authored over 6 years ago by Sebastian Dröge <[email protected]>
Merge pull request #183 from sdroege/weak-refs2

Remove some unneeded clones

1c45c3e3dea8ffb5aae786f827b1b96889769a71 authored over 6 years ago by Guillaume Gomez <[email protected]>
Remove some unneeded clones

b9c65fef9c8f5d884a310d564f67d3697fbbf8f6 authored over 6 years ago by Sebastian Dröge <[email protected]>
Merge pull request #182 from sdroege/weak-refs

Fix various reference cycles in the examples

d2e8ca929fe938016dbadd4afc6be640d5d19e61 authored over 6 years ago by Guillaume Gomez <[email protected]>
Fix various reference cycles in the examples

Fixes https://github.com/gtk-rs/examples/issues/179

28c00f9bad3a46b20b4b0f1caf7455307b50b8ef authored over 6 years ago by Sebastian Dröge <[email protected]>
Merge pull request #180 from GuillaumeGomez/improvements

Improve code, remove clone when unnecessary

239f18e2051f1f12846a10fde2e02b26b6ea6fa5 authored over 6 years ago by Guillaume Gomez <[email protected]>
Add weak reference

d13eea0f2ba0357cd5bae64820964c08f06e8d99 authored over 6 years ago by Guillaume Gomez <[email protected]>
Improve code, remove clone when unnecessary

7ab4ffbeb2228cfcb6e6967e3a6634e6271730e7 authored over 6 years ago by Guillaume Gomez <[email protected]>
Merge pull request #178 from sdroege/futures-nightly

Fix gio_futures_await build with latest nightly

58e3ecea734130907cbec311e5d208782b945722 authored over 6 years ago by Guillaume Gomez <[email protected]>
Fix gio_futures_await build with latest nightly

a2dfb2f809ae43c3fbdbd5c54406bc624d388717 authored over 6 years ago by Sebastian Dröge <[email protected]>
Merge pull request #177 from FreeFull/pending

Add accelerators to menu examples

3a2775ff68d3c47dec771b2dcd73d723623bd73d authored over 6 years ago by Guillaume Gomez <[email protected]>
Add accelerators to menu_bar_system.rs

9d2f861a4a3828cb2c008e63b88790f3a07599af authored over 6 years ago by Filip Szczepański <[email protected]>
Add accelerator for Quit to menu_bar.rs

c333d8f160dd923b8a6cfcaa3f4207b8006eb120 authored over 6 years ago by Filip Szczepański <[email protected]>
Merge pull request #176 from sdroege/downcast-ref

Make use of the new downcast_ref()

5d61683fb223c8262173a4a8706c40c5d91a8728 authored over 6 years ago by Guillaume Gomez <[email protected]>
Make use of the new downcast_ref()

35f5a5abc91cc988c44100eac93379bf9b47e7cf authored over 6 years ago by Sebastian Dröge <[email protected]>
Merge pull request #175 from sdroege/listbox

Add GtkListBox example with model, property bindings and a custom row…

a34f83a0cd29a33e86890972ddcf684297ac6858 authored over 6 years ago by Guillaume Gomez <[email protected]>
Add lots of comments to the code to explain what is actually happening here

a43b4b9165ddd2d3d7123880072feccc925fd4a2 authored over 6 years ago by Sebastian Dröge <[email protected]>
Add GtkListBox example with model, property bindings and a custom row GObject type

5e7cf32c4193742fbe8c9b023a5faf11d7c336e4 authored over 6 years ago by Sebastian Dröge <[email protected]>
Merge pull request #174 from EPashkin/test_gtk_3_22_30_part2

Use gtk/v3_22_30

87ab1355dc4fbd297416322d3b7f171872a26fdf authored over 6 years ago by Guillaume Gomez <[email protected]>
Enable futures-nightly on travis

7914eefbcad96b630d3af008d7e3290e97caa409 authored over 6 years ago by Evgenii Pashkin <[email protected]>
Use gtk/v3_22_30

cdf2f6c19cc6104c6fa8b1067a727bba0ea0d1db authored over 6 years ago by Evgenii Pashkin <[email protected]>
Merge pull request #173 from EPashkin/test_gtk_3_22

Add gtk 3.22.30 to travis

cba4e333191bec7f89e96eda3e2617770a528363 authored over 6 years ago by Guillaume Gomez <[email protected]>
Add gtk 3.22.30 to travis

dee975183304be5eb2281e0c47b0df6d7ff575e1 authored over 6 years ago by Evgenii Pashkin <[email protected]>
Merge pull request #172 from sdroege/futures-preview

Use futures-preview crates instead of futures

ce67787409e3869867a5de62e7e53e75e655b746 authored over 6 years ago by Guillaume Gomez <[email protected]>
Use futures-preview crates instead of futures

The futures crates were janked from crates.io and renamed to
futures-preview for whatever reason.

ea1890a0ce69e244ec233a52eff84c000f32483b authored over 6 years ago by Sebastian Dröge <[email protected]>
Merge pull request #171 from EPashkin/dont_test_futures_nightly

Don't test futures-nightly feature

695ebd3b587155aaae2d828677c63c8bb63a03c5 authored over 6 years ago by Guillaume Gomez <[email protected]>
Don't test futures-nightly feature

91c8baef419084a8129cde78148e459d21ebeb58 authored over 6 years ago by Evgenii Pashkin <[email protected]>
Merge pull request #170 from sdroege/futures-await-fixup

Add proc_macro_non_items feature as required by latest nightly

c4cce0b0a90e2dde45f482f1ee99d78d81805c16 authored over 6 years ago by Guillaume Gomez <[email protected]>
Add proc_macro_non_items feature as required by latest nightly

And directly call println!() as the bug in rustc is fixed now.

a83d12f683f1c1f427fffa69b42e6cbaf180fa42 authored over 6 years ago by Sebastian Dröge <[email protected]>
Merge pull request #169 from sdroege/futures-cleanup

Futures cleanup

a684d90e4233d6eeab8aff5e65013cd9208b409f authored over 6 years ago by Guillaume Gomez <[email protected]>
Build futures-nightly on travis if building with nightly

f2f3c9cf4a454506b737da0785a7cae55771dee6 authored over 6 years ago by Sebastian Dröge <[email protected]>
Remove unneeded dependency on futures-async-runtime

e6c7aa87b76c82f01f59c4a1feccf8139f3e47a0 authored over 6 years ago by Sebastian Dröge <[email protected]>
Merge pull request #168 from sdroege/non-mut-context

Don't require a mutable main context in the futures examples

7f2faeda779bc067d793463c6631f8d15099c9f1 authored over 6 years ago by Guillaume Gomez <[email protected]>
Don't require a mutable main context in the futures examples

2e814c029e120aef0b4b86154822e519946302fd authored over 6 years ago by Sebastian Dröge <[email protected]>
Merge pull request #167 from sdroege/futures-async-await

Add async/await GIO example

c7d549756eb47971445dcde1023c1bf9f1f4bd4b authored over 6 years ago by Guillaume Gomez <[email protected]>
Add async/await GIO example

d1861bd18069524925232577dc616ed00288d938 authored over 6 years ago by Sebastian Dröge <[email protected]>
Merge pull request #166 from sdroege/futures

Add gio_futures example

b959d2d07e210f28fbaec29392bb0605814f95de authored over 6 years ago by Guillaume Gomez <[email protected]>
Remove unused futures dependencies

5e2bf139827df1fbe87d972f4ee8efde70288dea authored over 6 years ago by Sebastian Dröge <[email protected]>
Add futures feature to the gtk 3.18 feature for travis

671e0d3bf1dedc4ea887c86ebd838c68ef5d8d07 authored over 6 years ago by Sebastian Dröge <[email protected]>
Add gio_futures example

67204c67c00c46913cd6fe0a025a9a94ef0097a2 authored over 6 years ago by Sebastian Dröge <[email protected]>