Ecosyste.ms: OpenCollective

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

github.com/gtk-rs/examples

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

Merge pull request #338 from nickgerace/master-deprecation

Add deprecation notice to README

765478a1b62e7a6f09a073c74c3493acb375ca24 authored almost 4 years ago by Guillaume Gomez <[email protected]>
Add deprecation notice to README

Signed-off-by: Nick Gerace <[email protected]>

11d5fc8a1f6b0d6c58a52a5854a10781fb0f9cd2 authored almost 4 years ago by Nick <[email protected]>
Merge remote-tracking branch 'origin/pending'

5d38aff77331b509f141514e309b8e8cd99cffad authored over 4 years ago by Guillaume Gomez <[email protected]>
Merge pull request #314 from sdroege/new-with

Update new_with_XXX/new_from_XXX function names

986989d44d37fade25d3ec52d4075e724447a8ab authored over 4 years ago by Guillaume Gomez <[email protected]>
Update new_with_XXX/new_from_XXX function names

e7cf9f56e086864ff6f9270216b2ba0416e24648 authored over 4 years ago by Sebastian Dröge <[email protected]>
Merge pull request #310 from sophie-h/get_text

Fix examples with get_text()

7b8a3680bf53101682f30e04c57b0fa31ff97a1d authored over 4 years ago by Guillaume Gomez <[email protected]>
Update minimum rust version

a5660e6dc11cae7025fc52fa160ae2a6e0e5a8bb authored over 4 years ago by Guillaume Gomez <[email protected]>
Fix listbox_model

416f0b723c080afad571c050b892be1c7dd57b19 authored over 4 years ago by Sophie Herold <[email protected]>
Fix examples with get_text()

fd2ea7ebee9c395644068a3c3bd61819f75e142a authored over 4 years ago by Sophie Herold <[email protected]>
Merge pull request #308 from alatiera/alatiera/fix-subclass-typename

basic_subclass: fix name of our GObject subclasss type

aa53d613062e2abbcbe44c96bc66fae8048c9d3c authored over 4 years ago by Guillaume Gomez <[email protected]>
basic_subclass: remove useless code

We already have access to the private part of the object.

6dcd9c9303e6dd33cf6c0b9599f08792fe2f9d05 authored over 4 years ago by Jordan Petridis <[email protected]>
basic_subclass: fix name of our GObject subclasss type

Close #307

0ef8a6ed133768eb8be83b40f7f698dc7de7e947 authored over 4 years ago by Jordan Petridis <[email protected]>
Merge pull request #301 from gtk-rs/sponsor

[ci skip] Add sponsor button

2686f4b496e18c0789aa7e76951fad36473597db authored almost 5 years ago by Guillaume Gomez <[email protected]>
[ci skip] Add sponsor button

9d9febafdc562c01c4e16853d12c13e67f14c27c authored almost 5 years ago by Guillaume Gomez <[email protected]>
Merge pull request #299 from EPashkin/fix_subclass

Fix use from prelude

36303ecd189213dffbf4801b17515bb8cbb663e0 authored almost 5 years ago by Guillaume Gomez <[email protected]>
Fix use from prelude

3f323791d8d84c0cec1dfda14810eaa218aa1740 authored almost 5 years ago by Evgenii Pashkin <[email protected]>
Merge pull request #296 from gtk-rs/close

Replace destroy calls with close

2bfbb83d658383a9f7edeffcb727a2e9db442e7d authored almost 5 years ago by Guillaume Gomez <[email protected]>
Replace destroy calls with close

2cdefa326552ef3f197c0f800ef2fd20fd98b21d authored almost 5 years ago by Guillaume Gomez <[email protected]>
Fix clone_macro example

3791eb42e5b7530b33636d53e4bf3fbced0b7be9 authored almost 5 years ago by Guillaume Gomez <[email protected]>
Merge pull request #294 from gtk-rs/clone-macro

Fix clone_macro example

3c9b43bfd3213c422a8c882d412d4c309658a298 authored almost 5 years ago by Guillaume Gomez <[email protected]>
Fix clone_macro example

e34a4257739a1301e7f664f1294b568343f09ac2 authored almost 5 years ago by Guillaume Gomez <[email protected]>
Merge pull request #284 from EPashkin/test_osx

Test osx on master

ea4bb679831ea56cce484e95fe7d3487709701f5 authored almost 5 years ago by Guillaume Gomez <[email protected]>
Merge pull request #290 from windelbouwman/pending

Add example to show usage of a futures channel on the event loop.

45baef2a2433df34be9e62ac9d03c02a54295b5a authored almost 5 years ago by Guillaume Gomez <[email protected]>
Add example to show usage of a futures channel on the event loop.

5a83a95d81f1b82b39c7711f76294d08ca887c24 authored almost 5 years ago by Windel Bouwman <[email protected]>
Merge pull request #288 from sdroege/no-recursive-main-loop

Don't use recursive main loops for the dialogs

cd136212820177ef637232e8342f2be8c76b70fe authored almost 5 years ago by Guillaume Gomez <[email protected]>
Don't use recursive main loops for the dialogs

Recursive main loops can cause interesting reentrancy issues with e.g.
mutexes or refcells and a...

97b2371ca05f5e999de1afdc7ff25b05ad26ddc6 authored almost 5 years ago by Sebastian Dröge <[email protected]>
Merge pull request #286 from EPashkin/fix_osx_travis

Prevent osx build failure

5ad648b68d4037471136b0eb6ff4ad0604b19f6c authored almost 5 years ago by Guillaume Gomez <[email protected]>
Use -v flag instead

73c82fd28b755f5148652e4aeae1d24455bb9718 authored almost 5 years ago by Evgenii Pashkin <[email protected]>
Use travis_wait to prevent osx build failure

84505c480fb6034607d50f7f400f7d83436458a8 authored almost 5 years ago by Guillaume Gomez <[email protected]>
Add link attempt for dead code

5ff5165ae75f992cecb747a16c20a46b53108b72 authored almost 5 years ago by Evgenii Pashkin <[email protected]>
Add osx test on travis

1f206b6f9937d7fdcff9bebf00107429bfcb23f5 authored almost 5 years ago by Evgenii Pashkin <[email protected]>
Do check only on cross-compilation

7eaaa1185baf3afd9ab26eb04d8df704f26f7795 authored almost 5 years ago by Evgenii Pashkin <[email protected]>
Merge pull request #283 from EPashkin/test_osx

Add osx test on travis

c63af93b49f3970626f5d287720902d088691818 authored almost 5 years ago by Guillaume Gomez <[email protected]>
Add link attempt for dead code

a27c0a75b2bfc12f4497b6da68b9ee48293c6c43 authored almost 5 years ago by Evgenii Pashkin <[email protected]>
Do check only on cross-compilation

c18563a42c459a8fcd1853f29c078e22933204de authored almost 5 years ago by Evgenii Pashkin <[email protected]>
Add osx test on travis

21f63805937fcd78a0c5c63709e96fd2498ed27e authored almost 5 years ago by Evgenii Pashkin <[email protected]>
Merge pull request #281 from artonio/artonio-icon-view

Icon View example

606530fe72d0e6a5470cc594a15f7f518faf4026 authored almost 5 years ago by Guillaume Gomez <[email protected]>
run cargo fmt

d54103a915d5039dd7f9e81fe2123b51776524b5 authored about 5 years ago by artonio <[email protected]>
set max column to 100 and format

502178f88dd41d0c3e94be20542e5241dcc46400 authored about 5 years ago by artonio <[email protected]>
fix spelling

18c2d284a392b2778cdac1944d835833f0057cc3 authored about 5 years ago by artonio <[email protected]>
cargo fmt

a913c4b02b9bed9cbb52ad625214fcb0b06dfb06 authored about 5 years ago by artonio <[email protected]>
added icon-view example with comments

9d866915819474d180eded3433ab4d688e350aaf authored about 5 years ago by artonio <[email protected]>
Add dependency on once_cell to Cargo.toml

aef2754fad272d9650d2bac6ef27ae896f96c2bf authored about 5 years ago by Benjamin Kay <[email protected]>
Merge pull request #276 from benkay86/master

Add dependency on once_cell to Cargo.toml

e30d9484824bb1eaa2cfa728df3b2c9fbfbcccc3 authored about 5 years ago by Guillaume Gomez <[email protected]>
Add dependency on once_cell to Cargo.toml

ba4c99784bc5d9e8250e56a4b494e992d7b1dc0d authored about 5 years ago by Benjamin Kay <[email protected]>
Merge remote-tracking branch 'origin/pending'

bbe9ebe2c45c7ab25f1e7271094199de1f0f1182 authored about 5 years ago by Guillaume Gomez <[email protected]>
Fix dependencies

1abf2d8c69f7304d2e3bff13f167b262dd1f3ecd authored about 5 years ago by Guillaume Gomez <[email protected]>
Merge remote-tracking branch 'origin/master' into pending

a9c0c9d60ab03227c537f481e305a0cc56b31d9d authored about 5 years ago by Guillaume Gomez <[email protected]>
Merge pull request #256 from alatiera/alatiera/basic-subclass

Add a basic example on subclassing GtkApplication

1faca661731d154a329fbaede688a85d7e3f47d5 authored about 5 years ago by Guillaume Gomez <[email protected]>
Merge pull request #273 from sdroege/update-uri-dependency

Drop url crate dependency and use gio::File instead

bea5afa5ef870d8c5ea724c0229147a426dbf467 authored about 5 years ago by Guillaume Gomez <[email protected]>
Drop url crate dependency and use gio::File instead

And handle non-local URLs correctly too.

966ed57c1c28f16261eb7a9c916e9390d107cd2f authored about 5 years ago by Sebastian Dröge <[email protected]>
Add an example on subclassing GtkApplication and GtkApplicationWindow

06038692e4932a062fcfc621141dce197116c1d8 authored about 5 years ago by Jordan Petridis <[email protected]>
Merge pull request #272 from gtk-rs/cleanup-clone

Cleanup clone

80e733bc093fc48cf049b02a6929d4e7c324eea3 authored about 5 years ago by Guillaume Gomez <[email protected]>
Add fmt check

3f6d42c4e95820a0ae314ff9bae3f2b0af7a8bc3 authored about 5 years ago by Guillaume Gomez <[email protected]>
Improve clone macro usage

4593c83ebc5888f4c5b19db2b82c558331c965ec authored about 5 years ago by Guillaume Gomez <[email protected]>
Merge pull request #271 from gtk-rs/update

Update to last crates version

388a3d3d7d36c9bdd50525d809a661d3bd96eef6 authored about 5 years ago by Guillaume Gomez <[email protected]>
Update to last crates version

15b71cc94aca0d97519d3f34ebcc25a85f07e79b authored about 5 years ago by Guillaume Gomez <[email protected]>
Merge pull request #270 from gtk-rs/clone-macro

Clone macro

757fb214be1e89ab9e1565bd82864196841a9fd0 authored about 5 years ago by Guillaume Gomez <[email protected]>
Update to last glib version

0531fa995db364b3335654577604d8367f7c6355 authored about 5 years ago by Guillaume Gomez <[email protected]>
Use brand new glib clone macro

2e2f243dcd6c5d56f25b6a2f1995fb0efdc0e3e4 authored about 5 years ago by Guillaume Gomez <[email protected]>
remove useless clone macro usage

4cd98b13a94735aac7aa94229489d8b9523342f0 authored about 5 years ago by Guillaume Gomez <[email protected]>
Merge pull request #260 from antoyo/feature/clone-macro-example

Add clone macro example

b081c865080602972d01e912c9a34d294d06eebc authored about 5 years ago by Guillaume Gomez <[email protected]>
Add clone macro example

12b2ec7055a540b5c47618e77bc8ae21ca8eb53e authored about 5 years ago by Antoni Boucher <[email protected]>
Fix example

de8c4048a7b6301ca35b987401829e4d6d5987c6 authored about 5 years ago by Antoni Boucher <[email protected]>
rewording

0e6f7dbcd0a3562508aecd889013d7da222e1003 authored about 5 years ago by apiraino <[email protected]>
Update README

32910990a9e378d152996fb084be19ce41d1f083 authored about 5 years ago by apiraino <[email protected]>
Merge pull request #269 from sdroege/gio-async-tls

Add example around async-tls/rusttls in combination with gio::TcpConn…

aa7fca54a85eaad2ffedc660030438dee7028643 authored about 5 years ago by Guillaume Gomez <[email protected]>
Add example around async-tls/rusttls in combination with gio::TcpConnection

54fac81aefa95b9da65f05e6989bc8fcaac3697d authored about 5 years ago by Sebastian Dröge <[email protected]>
Merge pull request #267 from sdroege/fix-build

Fix build of the examples

08ca524d432d4ca529679c061a3768d5340c446f authored about 5 years ago by Guillaume Gomez <[email protected]>
Merge pull request #265 from MateusRodCosta/printing-sample

Add Printing sample

700d45ebe930c785943c351ac3dd94afaf7f859e authored about 5 years ago by Guillaume Gomez <[email protected]>
replace clone call with downgrade

9c38d97521347252ba8dac9a0b5af75b51bf80cf authored about 5 years ago by Guillaume Gomez <[email protected]>
Add Printing sample

e45ac9e8e4ef4c31a076d1c8b72ba6174383f6ed authored about 5 years ago by Mateus Rodrigues Costa <[email protected]>
Fix build of the examples

7b9ef92bbc66156f18163e3010fd095467f03389 authored about 5 years ago by Sebastian Dröge <[email protected]>
Merge pull request #266 from sdroege/futures-stable

Update to stable futures

1b6d089927e1676c3aa8c4239647ad2ee8dada25 authored about 5 years ago by Guillaume Gomez <[email protected]>
Update to stable futures

b86aa1b5ff9e171b5782a8edbfa1648472ef01d4 authored about 5 years ago by Sebastian Dröge <[email protected]>
Merge pull request #264 from GuillaumeGomez/prelude-import

Prelude import

785a69c7de03af83d223b48a6fd0f614e112e130 authored about 5 years ago by Guillaume Gomez <[email protected]>
use prelude instead of direct import

f4ba77a2576a4f6778ef03ca6c99ae4dee8ced86 authored about 5 years ago by Guillaume Gomez <[email protected]>
Update menu_bar_system.rs

e090fd2ec63c8a8c7ff8fabf474dffc0f4d81137 authored about 5 years ago by BO41 <[email protected]>
Merge pull request #263 from BO41/patch-1

Minor fix in menu_bar_system

5057b44d91a44bfa8c3c4779b7849962592e07d9 authored about 5 years ago by Guillaume Gomez <[email protected]>
Update menu_bar_system.rs

5e964a2580d8b5c07f485b0db80788a18dba5db6 authored about 5 years ago by BO41 <[email protected]>
Merge pull request #259 from GuillaumeGomez/pending

remove subclassing feature

84126b4db1a64dc0eef0bfd9b4b870e4f8a79ae4 authored over 5 years ago by Guillaume Gomez <[email protected]>
remove subclassing feature

a9faefa3ac7584a7700882fd8e2f2983154956d1 authored over 5 years ago by Guillaume Gomez <[email protected]>
Merge pull request #257 from fengalin/value_get_result

Update for new `glib::Value::get` signature

1b627a4b5ff036cd06a8cccc8b30087eb3cd3bd0 authored over 5 years ago by Guillaume Gomez <[email protected]>
Update for new `glib::Value::get` signature

0c7c63d3c10f0f99ee7b3fc1c79501f3a2d25ea3 authored over 5 years ago by François Laignel <[email protected]>
Merge pull request #255 from gtk-rs/minimum-rust-version

Update minimum rust version

b35c5df60a9c614faa380a549050522713fb4eb5 authored over 5 years ago by Guillaume Gomez <[email protected]>
Update minimum rust version and add stable check as well

ea610e73a6ce3aca206f5d7e0fb8d85cd30af8cd authored over 5 years ago by Guillaume Gomez <[email protected]>
Merge pull request #254 from sfanxiang/builder-signal

Add example builder_signal

44f3f486d571ebdcd58f9729c8179922943cda09 authored over 5 years ago by Guillaume Gomez <[email protected]>
Add builder_signal

ab8788da07cdb4299077320e4dc85077f0569877 authored over 5 years ago by Xiang Fan <[email protected]>
Merge pull request #252 from GuillaumeGomez/crates

Use crates.io instead of git

e17372b1c65788b022ff152fff37d392d0f31e87 authored over 5 years ago by Guillaume Gomez <[email protected]>
Use crates.io instead of git

b5ad4b8fc8008820cba44c5a5a0149f0265ce52e authored over 5 years ago by Guillaume Gomez <[email protected]>
Merge pull request #251 from gtk-rs/pending

[release] merging pending into master

a64bfac56d6043c505cb963cd7a4c229d0013fd1 authored over 5 years ago by Guillaume Gomez <[email protected]>
Merge pull request #118 from Susurrus/clipboard_simple

Add simple clipboard example

d773d14dc2a094ae8eb500f73f5d48a83262dc87 authored over 5 years ago by Guillaume Gomez <[email protected]>
Merge pull request #243 from antoyo/feature/builders

Add builders example

67fc8124dfaea84520b268bf15d8da944071735e authored over 5 years ago by Guillaume Gomez <[email protected]>
Add simple clipboard example.

aa73a0a12a1260bee2dd98a47625928cfb0268f0 authored over 5 years ago by Bryant Mairs <[email protected]>
Cargo fmt

08cac2300e2e6556461b4ad5c46777c415decdcb authored over 5 years ago by Antoni Boucher <[email protected]>
Add builders example

ba7eddd703726cb3b91e67d53a1db51fa7680843 authored over 5 years ago by Antoni Boucher <[email protected]>
Merge pull request #250 from gtk-rs/up-to-cairo

Up to cairo

d150b61068ae121d17d94ac74d028dbeb8d00640 authored over 5 years ago by Guillaume Gomez <[email protected]>
Update minimum stable version to 1.34

3b46cf3a036897784e9fedc5b6aea651ab0ac111 authored over 5 years ago by Guillaume Gomez <[email protected]>
update to last cairo version

94a56c270567afc0f92c55d89d032802e21957cd authored over 5 years ago by Guillaume Gomez <[email protected]>
Merge pull request #249 from sdroege/rustfmt

Run everything through rustfmt

721f7c7f427c63cc668d9d3802027c2d58d74a11 authored over 5 years ago by Guillaume Gomez <[email protected]>