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 #63 from gkoz/fix

Fix breakage after gtk#236

031fa662fe23a1e58a87727b795e7e1598806d3e authored almost 9 years ago by Guillaume Gomez <[email protected]>
Fix breakage after https://github.com/gtk-rs/gtk/pull/236

273003b3063d421d56ba9f691fa838f2164ad0d3 authored almost 9 years ago by Gleb Kozyrev <[email protected]>
Update the crate name

1ba0d7e193256fa584184426281cdf683ad259a0 authored almost 9 years ago by Gleb Kozyrev <[email protected]>
Appveyor: bump Rust version and update mingw

2ab46dde5cc75189c87e23951ae80d8f22aee407 authored almost 9 years ago by Gleb Kozyrev <[email protected]>
Travis: build on all three rustc channels

8d37ea1bce342479c7028212e7860c050fae1115 authored almost 9 years ago by Gleb Kozyrev <[email protected]>
Authors update

84a99c86db9a97be80b30de554872da16d5b295b authored almost 9 years ago by Gleb Kozyrev <[email protected]>
Merge pull request #60 from EPashkin/gitignore

Add .gitignore and .gitattributes

82a10b6dce742064f72302d59dc6073cfa6847a4 authored almost 9 years ago by Gleb Kozyrev <[email protected]>
Bump rust version in appveyor.yml

26cbda0e6c8d083bffe3dbf94299b60914a2d8a7 authored almost 9 years ago by Evgenii Pashkin <[email protected]>
Add .gitignore and .gitattributes

311217d3f1f678d9f3a7057e7a81912cdd808bc4 authored almost 9 years ago by Evgenii Pashkin <[email protected]>
Merge pull request #58 from gkoz/signals

Signals API adjustment

ad130697345f248690d9b7401a193de0116bb886 authored almost 9 years ago by Guillaume Gomez <[email protected]>
Signals API adjustment

Objects are passed to handlers by reference now.
The first parameter type is the same as the typ...

578d9e6cd5855bf63a50754e04c65c377970e2e3 authored almost 9 years ago by Gleb Kozyrev <[email protected]>
Merge pull request #57 from gkoz/cast

More ergonomic `downcast`

f2cc1bc50048a6c5be2c0fcaa0f03c63a2d6fe67 authored almost 9 years ago by Guillaume Gomez <[email protected]>
More ergonomic `downcast`

a8de983789d4a41387a4073c0b3aa126096977a9 authored almost 9 years ago by Gleb Kozyrev <[email protected]>
Merge pull request #56 from gkoz/object_reform

Object reform fallout fixes

835f50c990a6b48e83ea1c4dd0919e8c9946860b authored almost 9 years ago by Guillaume Gomez <[email protected]>
Unbreak the build after the object reform merge

* `use gtk::prelude::*;` to import all necessary traits and some types;
* stop `unwrap`ping wi...

e1f3783ff900f13282dde70313403b97c273f842 authored almost 9 years ago by Gleb Kozyrev <[email protected]>
Tweak the `clone!` macro and copy it to `gtktest`

f814001d47c8fda8984c23f96a99a13c5b19c603 authored almost 9 years ago by Gleb Kozyrev <[email protected]>
Merge pull request #53 from gtk-rs/crate

Update

7852f38babfa0b0d5149548421c8a63876d402b7 authored about 9 years ago by Gleb Kozyrev <[email protected]>
Merge pull request #51 from gtk-rs/pending

Crate

d48af0b429de9ca900112d65cbf73224174164ef authored about 9 years ago by Gleb Kozyrev <[email protected]>
Merge pull request #52 from gkoz/ci

Appveyor update

e188f55fe6887b8efa733adf7a920c970a043ebf authored about 9 years ago by Guillaume Gomez <[email protected]>
Appveyor mingw update

008c439ef3cb5ae06816c4731ca771bdaab806f0 authored about 9 years ago by Gleb Kozyrev <[email protected]>
Merge pull request #50 from gkoz/send

Use `gtk::timeout_add` when capturing non-sendable variables

32bac2a65d549bd1f0e8da2f0a901b8ca39965d7 authored about 9 years ago by Guillaume Gomez <[email protected]>
Bump appveyor to 1.4

398d596b41d0322c4df296908453a7cee275fa47 authored about 9 years ago by Gleb Kozyrev <[email protected]>
Use `gtk::timeout_add` when capturing non-sendable variables

9dc49c3849ad11fe987306daadb9a91f69719157 authored about 9 years ago by Gleb Kozyrev <[email protected]>
Merge pull request #49 from gkoz/license

Fix the copyright line

ad012daf1c0aafa8e73156cf44904ce96c9b6df9 authored about 9 years ago by Guillaume Gomez <[email protected]>
Fix the copyright line

[skip ci]

a1c5e2c95062b3c86b313d440a21be7f33979b60 authored about 9 years ago by Gleb Kozyrev <[email protected]>
Merge pull request #48 from gkoz/authors

Update authors

1d00320262a4563469d306deaadd98f2afa560ec authored about 9 years ago by Guillaume Gomez <[email protected]>
Update authors

[skip ci]

c34eaaa4651dca316d5b2f1f22e0dcd9a0ab8e36 authored about 9 years ago by Gleb Kozyrev <[email protected]>
Merge pull request #47 from gkoz/safety

Using builder is currently unsafe: widget types aren't checked

7b518b9c4e78ad07abba42327d5b7d0701bbf7f2 authored about 9 years ago by Guillaume Gomez <[email protected]>
Using builder is currently unsafe: widget types aren't checked

4efffb43ff1459cd7b04d5c3dd39bda6c257e3d9 authored about 9 years ago by Gleb Kozyrev <[email protected]>
Merge pull request #46 from gkoz/safety

Fix the build after Value methods becoming unsafe

285c4d6e45ff33b2d4e761b66be95a52d0cda5e6 authored about 9 years ago by Guillaume Gomez <[email protected]>
Travis: switch to beta while the nightly ICEs

df91d59718076f29a3f709791a90527fc7aeab81 authored about 9 years ago by Gleb Kozyrev <[email protected]>
Fix the build after Value methods becoming unsafe

after https://github.com/gtk-rs/glib/pull/75

0dd872ea10f07e6a087f24413edec13db5431979 authored about 9 years ago by Gleb Kozyrev <[email protected]>
Merge pull request #43 from gkoz/treeiter

Fix TreeIter breakage

aa0818c60411f2feca03e2f9354ea9960fcab665 authored about 9 years ago by Guillaume Gomez <[email protected]>
Fix TreeIter breakage

bc6181f2e744676ca87fadd21c5645716fecaefb authored about 9 years ago by Gleb Kozyrev <[email protected]>
Merge pull request #42 from gkoz/master

Merge crate into master

1b62dfaeb7c1a983f65953ecc9a86a9cfce2e030 authored about 9 years ago by Guillaume Gomez <[email protected]>
Merge crate into master

138784c5a2d855e2a43376f84b954633dfbabf53 authored about 9 years ago by Gleb Kozyrev <[email protected]>
Merge pull request #41 from gkoz/crate

CI: add sys crates override

7962336980a2e3c3313befacc0813a47fe4aa986 authored about 9 years ago by Guillaume Gomez <[email protected]>
CI: add sys crates override

913fe2b4ed6c66c77fa9890f88d2f78306c6d5bc authored about 9 years ago by Gleb Kozyrev <[email protected]>
Merge pull request #40 from gkoz/crate

Merge pending

06e7a5fd3ffc1addf802f1d0af60acd446c6c4a7 authored about 9 years ago by Guillaume Gomez <[email protected]>
Merge pending into crate

6092beec4f77852c1fc604e5fc51c1cd3e3760c6 authored about 9 years ago by Gleb Kozyrev <[email protected]>
Merge pull request #39 from gkoz/authors

Update authors

2806d1373c45cd860f0157902bd86ec93bc84257 authored about 9 years ago by Guillaume Gomez <[email protected]>
Update authors

61da6ab677d33330cb8b9a04c9c891f55c6894ea authored about 9 years ago by Gleb Kozyrev <[email protected]>
Merge pull request #38 from gkoz/bad__example

Improve the examples

530bbdbba169507ea91d2e13d44887c49879b596 authored about 9 years ago by Guillaume Gomez <[email protected]>
Don't panic when init fails

eebeb47c340154ab5692b8c90dea214f26f3db8b authored about 9 years ago by Gleb Kozyrev <[email protected]>
Don't inhibit the delete-event. Let the default handler destroy the window

7bb1eb0597386d741372764a47b4cdb236817565 authored about 9 years ago by Gleb Kozyrev <[email protected]>
Merge pull request #37 from gkoz/new_ci

Travis: test with GTK 3.4 and 3.18

b3673f8a0fa7f8e55b0112c46a4f1e296661b53c authored about 9 years ago by Guillaume Gomez <[email protected]>
Travis: test with GTK 3.4 and 3.18

ebb2daed8c05fd46a93f56da6d9b5c84a6f28797 authored about 9 years ago by Gleb Kozyrev <[email protected]>
Update appveyor badge

0d3d971fc9dce0e6376bc8a7dbc1701e9e95ec48 authored over 9 years ago by Guillaume Gomez <[email protected]>
Merge pull request #36 from gkoz/appveyor_update

Update appveyor to Rust 1.3

030df0d01b8fa21786f83eed721692cff2f81402 authored over 9 years ago by Guillaume Gomez <[email protected]>
Update appveyor to Rust 1.3

dcafbd6df067fc6a6f7fdf740d5dba877c1f6c80 authored over 9 years ago by Gleb Kozyrev <[email protected]>
Merge pull request #35 from gkoz/rotate

Finish the branches rotation

8c90811e1d351563671d01a0d8be1b64aff5e6a5 authored over 9 years ago by Guillaume Gomez <[email protected]>
Merge branch crate into master

0a42c99272c7a8564c00852240e2891beabf5dc7 authored over 9 years ago by Gleb Kozyrev <[email protected]>
Merge pull request #34 from gkoz/authors

Update the authors list

703a97f837cc775fd837c62b5bfde84967aa20ea authored over 9 years ago by Guillaume Gomez <[email protected]>
Update the authors list

67b23788303cf56462d970401073825cf9188eb6 authored over 9 years ago by Gleb Kozyrev <[email protected]>
Fix Cargo.toml

028d1137c30b548d6c000bf73a44024066a4f3da authored over 9 years ago by Gleb Kozyrev <[email protected]>
CI: check out the 'crate' branch of the dependencies

ec0d5f4e3effa91c6549d32facb70a76c6a20aa5 authored over 9 years ago by Gleb Kozyrev <[email protected]>
Merge pending into crate

35fe73bd1251e0b64c806334d13e35e60eef112a authored over 9 years ago by Gleb Kozyrev <[email protected]>
Merge pull request #33 from gkoz/rename

Org rename

0c3fbe1a7b6ae12ab80ea7d11dc1ac97b080cc45 authored over 9 years ago by Guillaume Gomez <[email protected]>
Update README.md

448640106a1689ac8083a7b5b8963888eaac05c3 authored over 9 years ago by Guillaume Gomez <[email protected]>
Update organization name

41721255be1836fc0a8a04b5f98a63f10b21db85 authored over 9 years ago by Guillaume Gomez <[email protected]>
Update the github org name s/rust-gnome/gtk-rs/

7414b4ac9b1464573748c23bb09150864e81b8c1 authored over 9 years ago by Gleb Kozyrev <[email protected]>
Update the project name s/Rust-GNOME/Gtk-rs/

c3011a14ab491888d01b63cbb22c0a10e5bfac80 authored over 9 years ago by Gleb Kozyrev <[email protected]>
Merge pull request #32 from gkoz/fix

Add a missing IconSize to i32 cast

03c71ec4cf222f51847c8ea45cce58b70f109bf5 authored over 9 years ago by Gleb Kozyrev <[email protected]>
Add a missing IconSize to i32 cast

e1e4f1d30e884d93288a1890ae00a0bc16dbf1d1 authored over 9 years ago by Gleb Kozyrev <[email protected]>
Merge pull request #31 from gkoz/new_sys

Fix the build after breaking changes in gtk

d9ceebf70804e563fc7823c459b1cde504eb5a96 authored over 9 years ago by Guillaume Gomez <[email protected]>
Fix the build after breaking changes in gtk

954c7559fb8a7471bf0bda479c4df258276e38e1 authored over 9 years ago by Gleb Kozyrev <[email protected]>
Merge pull request #30 from pd40/pending_pd

Use import_src to load glade file. Add a simple dialog on button press

9737af26ed7af0feaa9c731c0d752ef077a06a1a authored over 9 years ago by Guillaume Gomez <[email protected]>
Use import_src to load glade file. Add a simple dialog on button press

4623ee60929b47587d2098ad0c4bd82160fb8f0b authored over 9 years ago by pd40 <[email protected]>
Create CONTRIBUTING.md

f3c2089d5ede7a33c5d58c11c94ef4bf3ddd6eba authored over 9 years ago by Guillaume Gomez <[email protected]>
Merge pull request #28 from koniahin/pending

Added an example of multithreaded program

35d2d54695fd0bbfec28140c21388d12f9897192 authored over 9 years ago by Guillaume Gomez <[email protected]>
Added an example of multi-threaded program that uses thread local storage key.

732e59d102d2545a3045574965f7fd0b08cb1dad authored over 9 years ago by Anton Konjahin <[email protected]>
Merge pull request #27 from gkoz/threads

Add cairo_threads -- my attempt at multi-threaded drawing

39a50dfedaa4609842d12d93b85d76fd1ff1f6cd authored over 9 years ago by Guillaume Gomez <[email protected]>
Add cairo_threads -- my attempt at multi-threaded drawing

e65fa0faa3f613a16d992dc80d6c4b3942397a18 authored over 9 years ago by Gleb Kozyrev <[email protected]>
CI: don't run git_deps, this branch uses git dependencies anyway

70f990b52043e824da0b9772eadac51dd519fbee authored over 9 years ago by Gleb Kozyrev <[email protected]>
Merge pull request #26 from gkoz/version_cfg

Stop using gtk crate features

931d99cf2c0141877b0d0e85360632d9121bed0d authored over 9 years ago by Guillaume Gomez <[email protected]>
Stop using gtk crate features

The examples still need features internally to remain buildable with older libraries.

35f204f005db6071584286990d044cb910b00ce4 authored over 9 years ago by Gleb Kozyrev <[email protected]>
Fix build

8b5a9721bf5c7c0b74313ced7a30650015b55f31 authored over 9 years ago by Guillaume Gomez <[email protected]>
Merge pull request #22 from simias/master

Use correct name for "set_homogeneous" following upstream change

75d11d8c6c6881c131dfbee803e670fcd28b8c35 authored over 9 years ago by Guillaume Gomez <[email protected]>
Use correct name for "set_homogeneous" following upstream change

a88d4fad1c94034870305b9f98bbd19236397f0f authored over 9 years ago by Lionel Flandrin <[email protected]>
Merge pull request #21 from gkoz/gtk_init

Check the return value of gtk::init

895848095f8d00bf972a3fea06d900a2631e72c3 authored over 9 years ago by Guillaume Gomez <[email protected]>
Check the return value of gtk::init

969642388903822fbcfa57ca2c21c108b84be39d authored over 9 years ago by Gleb Kozyrev <[email protected]>
Merge pull request #20 from GuillaumeGomez/master

Fix issue

dad64d58fe5cfb3b8a26ef89bcf38365391541df authored over 9 years ago by Guillaume Gomez <[email protected]>
Fix issue

4df23a6b6b793409ac4cae03ec32be2e5ab4b68f authored over 9 years ago by Guillaume Gomez <[email protected]>
Merge pull request #19 from GuillaumeGomez/master

Update to last cairo version

fa11a5a8978e11d4477b5bbaf3244c0e6f8283e2 authored over 9 years ago by Guillaume Gomez <[email protected]>
Update to last cairo version

85321ac2431894ab1c9737c7dc06178308af4621 authored over 9 years ago by Guillaume Gomez <[email protected]>
Merge pull request #18 from GuillaumeGomez/master

Change rgtk to gtk text

746762d44cfccbf4eb5c7d20ed7c67a120574a05 authored over 9 years ago by Guillaume Gomez <[email protected]>
Change rgtk to gtk text

30eb70160ebd3e7cc5c7ea729520654f87f807b1 authored over 9 years ago by Guillaume Gomez <[email protected]>
Merge pull request #17 from GuillaumeGomez/master

Add new author

0b369b788223934f31502b7c9427990902a64e34 authored over 9 years ago by Guillaume Gomez <[email protected]>
Add new author

015cc518b1bbf2b97efc2262c45ff7657b928e65 authored over 9 years ago by Guillaume Gomez <[email protected]>
Merge pull request #16 from gkoz/git_deps

git_deps: document the script and handle existing files

ff1baf2e93c34fb35f9ddf5175b46f8ded840366 authored over 9 years ago by Guillaume Gomez <[email protected]>
git_deps: document the script and handle existing files

74f11f9d69f12fb2458a7e321822b87cb81e1fce authored over 9 years ago by Gleb Kozyrev <[email protected]>
Merge pull request #15 from gkoz/ci

Add gtk_3_14 feature and tweak appveyor

fa688182942997822cca7020b3a27e32a70130b8 authored over 9 years ago by Guillaume Gomez <[email protected]>
Appveyor and git_deps.sh improvements

3a69f08b511621e87b16389481cfdcea166ac26f authored over 9 years ago by Gleb Kozyrev <[email protected]>
Add feature gtk_3_14 for use in CI

4f402334abd8c154f0e465899e565c3cf3122028 authored over 9 years ago by Gleb Kozyrev <[email protected]>
Merge pull request #14 from gkoz/ci_stable

Switch AppVeyor from beta to stable

f83075ebe62fa69868fc13ff30fbc307939396e8 authored over 9 years ago by Guillaume Gomez <[email protected]>
Merge pull request #12 from tOkeshu/builder-basics

Add a builder example to show the basics

e2ec1f4fd110463cc89c746061e32a1c53efc59b authored over 9 years ago by Guillaume Gomez <[email protected]>
Add a builder example to show the basics

ad6840e266aa043fbabd23b3a978d32fa2f7d352 authored over 9 years ago by Romain Gauthier <[email protected]>
Merge pull request #13 from GuillaumeGomez/master

Update .travis.yml

ad4cfa97b4fb1dfcd11106bbb6f99115240b87f5 authored over 9 years ago by Guillaume Gomez <[email protected]>
Switch AppVeyor from beta to stable

f4b56b28566b6066ae11d2ce60783da6324d4871 authored over 9 years ago by Gleb Kozyrev <[email protected]>
Update .travis.yml

7794bb3965b3ba7b61087df592c662142c91831c authored over 9 years ago by Guillaume Gomez <[email protected]>