Ecosyste.ms: OpenCollective

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

github.com/gtk-rs/gtk

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

Followup to 1a0226d4: replace some overlooked &mut's with &

20aaea7ca2e273737ab9b3b3255d86371c65f406 authored almost 10 years ago
Merge pull request #36 from gkoz/no_mut_widgets

Make all methods take widgets by & instead of &mut

ca578a911524912635763b13df65f20457c51fd1 authored almost 10 years ago
Make all methods take widgets by & instead of &mut

All of the widget types are wrappers around recounted shared references
and contain no data we w...

1a0226d4bd73457f7d60e59592a691dfe67daf1f authored almost 10 years ago
Merge pull request #35 from gkoz/gvalue

Adapt to glib::Value changes

af584d23ca6f96e7945b60c352519e5da87b08eb authored almost 10 years ago
Fix after the changes to glib::Value

987d94f48f0dfa03ec65a8e870dbdd78dfffa18e authored almost 10 years ago
gtk_glue: Remove create_gvalue

68b5a1223f95862ca21ab289def471b9e70f3bef authored almost 10 years ago
Create COPYRIGHT file

8afec0a8ceaadf86de995aec257ade5a87896698 authored almost 10 years ago
Merge pull request #32 from StephanvanSchaik/image_extension

GtkImage: added functions to work with pixbufs.

b81ebb55433c36f87a2247f91c0a4130f2010adf authored almost 10 years ago
GtkImage: added functions to work with pixbufs.

aecc370e15eeb8ed7fe86507df9588392ba15e91 authored almost 10 years ago
Merge pull request #30 from StephanvanSchaik/notebook_fix

GtkNoteBook: allow more generic arguments, and an example.

4206863973754cbeb87c49a42ec1c2676a8a8f67 authored almost 10 years ago
Commit for travis

8b2f41fedfadef5161ff081197299f4e8033be01 authored almost 10 years ago
Merge pull request #31 from GuillaumeGomez/master

Add function to tree_model

4d225e61e1d230643ed09c589df7bdd79172f9e4 authored almost 10 years ago
Add function to tree_model

94d4c5b1e916c5a65850f321b0a2d1361b5bae40 authored almost 10 years ago
examples: GtkNoteBook.

3ccc4d2438da5919f658059ecc0d1c34c00041c2 authored almost 10 years ago
GtkNoteBook: generalise parameters to WidgetTrait and check for failure.

354d3f490fe8f364b330916c8c2c602eb98afab2 authored almost 10 years ago
Merge pull request #29 from StephanvanSchaik/recent_info_time_t

GtkRecentInfo: implement error handling, and cast time_t to u64.

e37c46e6525d2cba35363e61d6eb9f94319fca12 authored almost 10 years ago
GtkRecentInfo: implement error handling, and cast time_t to u64.

6fa6235494cd57c795a41c876e50fd14d3896e84 authored almost 10 years ago
Update README.md

d074be0ad9f393da946057ba30d9ea1dcfb06385 authored almost 10 years ago
Change travis status link

2e14583a78546a2b2bd2b94eff64072e1d74bbaf authored almost 10 years ago
Merge pull request #25 from gkoz/cleanup

Housekeeping

80ca2c183df0ed0c2264016863f7492188d4618f authored almost 10 years ago
Update the examples

54d09b68f2220fb310cae78f88951106c8518122 authored almost 10 years ago
Move all of the gtk up one module level

`gtk` has become the only module in this crate now so unwrap it.
Change the imports throughout t...

163f5640fb0fd018938c834e4033ed8f0dacbfea authored almost 10 years ago
Lowercase features

8eb1d22c0ec6fb8c3af939d855293491a4543c33 authored almost 10 years ago
Remove stale features

61c1479f3140cc4b6c3f9b6ff95784915c814626 authored almost 10 years ago
Cargo.toml cleanup and some renaming for consistency

1241b730c99e3e6a321eda5f45c100230d714743 authored almost 10 years ago
Merge pull request #24 from GuillaumeGomez/master

Split out pango

40617fc9b8a9f5e54525f2c85da7e6198baeabba authored almost 10 years ago
Split out pango

ef1be9ef7af7810e319bd3f394e2cb906de968d8 authored almost 10 years ago
Merge pull request #21 from GuillaumeGomez/master

Split out gdk, add @gkoz updates

3c93c705b15de31943ad24dcd5aca5fbd81ab7ca authored almost 10 years ago
Split out gdk, add @gkoz updates

4595059d87311e3af0d682281b6a34cf21f68dcf authored almost 10 years ago
Merge pull request #19 from GuillaumeGomez/master

Split cairo away

40ffbf51d9596738406f98c19741e60be57192e4 authored almost 10 years ago
Split cairo away

c48216eaa9c6fc9c1709d4503a97c807f9cdf5f3 authored almost 10 years ago
Update README.md

420129bc02cbad81c573b684753216483ada1866 authored almost 10 years ago
Change to MIT License

cc87813bca6ec958361e3b3536f227e3bb15fdc3 authored almost 10 years ago
Merge pull request #18 from GuillaumeGomez/master

Move out glib and glib-sys

5a13863ae59ddc5a3ecff01cfa155ee6f2f3765a authored almost 10 years ago
Put good links for glib dependency

7169b049427d0dc04199aea21fdb246c416e47c8 authored almost 10 years ago
Move out glib and glib-sys

0a741d96ded28b14238bdfe4bf574ebd7745d267 authored almost 10 years ago
Merge pull request #260 from GuillaumeGomez/master

Add a few more functions in ScrolledWindow

c0b11b00973d6e520ec0e5299043998e879b26cb authored almost 10 years ago
Add a few more functions in ScrolledWindow

bbfc49255b3e723ffaf8d69ea3aa80f5703fc54a authored almost 10 years ago
Merge pull request #259 from gkoz/cairo_dash

Test cairo_set_dash with sane input values

00960c41976a965be46567d80ad9c35762a783c3 authored almost 10 years ago
Test cairo_set_dash with sane input values

Fixes #258

90218667f3e040b3d1d9d1e1e5d7129020a18270 authored almost 10 years ago
Merge pull request #256 from gkoz/version_unused_imports

Quell unused stuff warnings when building for lower GTK versions

82603b04670af9a6b85b64345cca8b7a737ffdac authored almost 10 years ago
Merge pull request #257 from gkoz/readme

Update build instructions in the Readme

dfeb88afebdf2983f6a3804cf6cd0aeef3e5e83f authored almost 10 years ago
Update build instructions in the Readme

472a88b2ad133c46123fc5ea593f552b62ae4cc4 authored almost 10 years ago
Quell unused stuff warnings when building for lower GTK versions

21bf90d7dd38101687f9498f27e18af11664a211 authored almost 10 years ago
Merge pull request #255 from gkoz/cairo_version

Add cairo version features

b4781b14ef4c8259958e34067f27fadb86de22ed authored almost 10 years ago
Merge pull request #252 from gkoz/version_gates

Refactor version features

b270383f44b28b58f319b578f6dd7df1cedaa7b0 authored almost 10 years ago
Add cairo version features

d4ec39818c0538cf3baa6c96948fcd62e2cceb1a authored almost 10 years ago
Refactor version features

Make version features recursive to avoid enumerating the versions everywhere.
Update the readme ...

dae189a700c17efc3e9383dc0c1187d44941d391 authored almost 10 years ago
Merge pull request #254 from gkoz/more_versions

Add more version and one os gate

c71e7c45e508cb473cb2b3d5cd808c20d4f227cb authored almost 10 years ago
Add more version and one os gate

d8068aee41be4e4177749ab6088822cb3cdaeb79 authored almost 10 years ago
Merge pull request #253 from gkoz/pixbuf_get_len

Make Pixbuf::get_byte_length more platform-flexible

758310cf5ffeee8d8beddb4a1e7f7cc9bf2f6279 authored almost 10 years ago
Make Pixbuf::get_byte_length more platform-flexible

e749f994409fa70581d828205af6843c2b347c1d authored almost 10 years ago
Merge pull request #251 from gkoz/version_gates

Add some missing version gates

3df4c9b5ff15af79874f2281b97e23e7c9c82744 authored almost 10 years ago
Add some missing version gates

2cde38e2883a0ffb49027e8b6364d54a2b9785fd authored almost 10 years ago
Merge pull request #248 from gkoz/license

Add myself to the authors and put license headers where they're missing

ad7b3ca7171f63491e993b1c1a075512aceedc06 authored almost 10 years ago
Add missing license headers

fcaf1af12227689cc39435b21c8df229a91117af authored almost 10 years ago
Add myself

a33a4d6351046d73962131f2685adeb3c2ffb569 authored almost 10 years ago
Merge pull request #247 from gkoz/nightly

Fix the build

34356d37830f21c96fdb6564487daee7d04cc7d4 authored almost 10 years ago
Avoid using some features that are going away

26c7ce750686c323b0604d78a8ca85657be6f36b authored almost 10 years ago
Remove more as_slice uses

1c9a26a4b2fa0a30b4c126bf52763db89b71cfc4 authored almost 10 years ago
Fix some ListStore and TreeStore methods

Friends don't let friends pass &[T] to a C function

c2bfbb0985dd02b1586277b05d9a18353254ecd6 authored almost 10 years ago
Use AsRef instead of Str and AsSlice

85c5965f4dfac3825ba6887174b515d87b9097e4 authored almost 10 years ago
Fix the build

dfd80f126f12f80c7d664dbe831900a5af7b5ad3 authored almost 10 years ago
No more dashes in crate names

d36e9653f8c313990fd68ec2dddea43408c3a392 authored almost 10 years ago
Merge pull request #245 from gkoz/set_text_str

Make set_text methods take &str not String

dae03e45b04ff32f39e28b0ae483b0197cd577fb authored almost 10 years ago
Make set_text methods take &str not String

06f31dd157330422a844cc269b9b85aa1fe64806 authored almost 10 years ago
Merge pull request #244 from oakes/fix_build_failure

Add to_bool back

4258bfd3c09393c63a4babe3722dd660594d63eb authored almost 10 years ago
Add to_bool back (removed in #239)

02b2364c8c95e5979261d5216c1536136c3cd8e1 authored almost 10 years ago
Fix typo

05f2bbbf20725d17294595dc70645b6f2ff055ca authored almost 10 years ago
Merge pull request #242 from jeremyletang/projects-list

Add projects list

c5243bd127b9fee7f8e58ee95f0565b8b5791908 authored almost 10 years ago
Add projects list

f6aa865b795a7e30c721a8997a86d422a0fd9990 authored almost 10 years ago
Merge pull request #241 from jeremyletang/revert-238-patch-1

Revert "Replace match...Err block with equivalent unwrap()"

6bbca49c14ad80f6fca7425e60a053a64203ac52 authored almost 10 years ago
Revert "Replace match...Err block with equivalent unwrap()"

30e6f37d68b27e38fc7da763eed7c2c56775ab7f authored almost 10 years ago
Merge pull request #240 from GuillaumeGomez/build

Improve build.rs for gtk3-sys

472eb7d96efea4e7c3ab880f973c57ca6858710e authored almost 10 years ago
Improve build.rs for gtk3-sys

957c5d86e0a43b8dbd21743db2f9473e0b3c2f69 authored almost 10 years ago
Merge pull request #238 from frewsxcv/patch-1

Replace match...Err block with equivalent unwrap()

c1ac17ed7ad004bd16f11d8d651fab9dde9cad08 authored almost 10 years ago
Merge pull request #239 from GuillaumeGomez/master

Update to last rustc version

01f53fe250ae763d59dd590539e64b09200a4acd authored almost 10 years ago
Replace match...Err block with equivalent unwrap()

942b08ffbf8154487fc93bd55a3e2ec92cc4e0ff authored almost 10 years ago
Update to last rustc version

737a59829289c74eadc60e71a215269c04354d5a authored almost 10 years ago
Merge pull request #236 from gkoz/ptr_trait

Hand-roll a Ptr trait to replace recently removed PtrExt

e0c5f92ca186f13f8911d057109899060412f433 authored almost 10 years ago
Hand-roll a Ptr trait to replace recently removed PtrExt

b3446627ad4db9ffa1cfaf966df9424262b07573 authored almost 10 years ago
Merge pull request #235 from gkoz/dialog_buttons2

Add DialogButtons support to RecentChooserDialog

44e4c0ad1e67f5ce3f40056fb6c7bda08e631fac authored almost 10 years ago
Remove stabilized features

62d6f5871b47452e398c88ea9a07d82e8e9301b4 authored almost 10 years ago
Update dialog examples

f61242ce7035a139529057e32bb17e1f40eafff4 authored almost 10 years ago
Use DialogButtons and lose Option in RecentChooserDialog constructors

2c2b3284ade86ea7f1c206efd86261b9ebc4a3b1 authored almost 10 years ago
Merge pull request #234 from gkoz/translate_refactoring

glib::translate refactoring

c038ae36e17be02fc53642767b7326080dce97b6 authored almost 10 years ago
In FromGlib s/conv/from_glib/

e6412801309cfcd495853b2781e39dbaf4cc9fa2 authored almost 10 years ago
Remove *const c_char casts where they're not needed anymore

Add type annotation where needed

16001aa4e82a71be76133623c89eed430ef7a60f authored almost 10 years ago
Make the ffi prototypes match the C headers more exactly

Reorganize DialogButtons to accomodate this and update for ToGlibPtr
changes.

3aef0b9d0500251ebd4c907e598725d3c305b316 authored almost 10 years ago
Change the glib type in FromGlibPtr from output to input type parameter

18fdf0f6d3e5d37440237490ea3a3c588be3590e authored almost 10 years ago
Update after ToGlibPtr API changes

The change in `ToGlibPtr` allowes to get rid of temporary variables and rely
on the fact that th...

bc7c623abc27fd73b49971e7c2b7e0509ce72b94 authored almost 10 years ago
Simplify ToGlibPtr

Make glib type an input type parameter. This allows to accomodate both `*const c_char` and `*mut...

4a122d89834a81b17177318f649b75fadf4f1cdf authored almost 10 years ago
Make to_array_for_borrow borrow self instead of consuming

141ae558e97a6b44b39ee3fe473bb97d15016f4b authored almost 10 years ago
Merge pull request #229 from gkoz/translate_recent_data

Modernize translation to glib for RecentData

d954bba703f19249fa31272ca7fd0d6316cc957e authored almost 10 years ago
Merge pull request #231 from gkoz/variadic_buttons

Support variadic methods on dialogs

1c50a4e972be1a4f7c95a87df08387196b1b9e38 authored almost 10 years ago
Nightly catchup

ac3708080936fb78ca179402039a823f7609bc15 authored almost 10 years ago
Add a DialogButtons trait and implement variadic calls workaround

DialogButtons trait allows to take fixed-length arrays of button definitions generically over th...

07ed8d4eb760cfe19c7566bc68c886ce90d17191 authored almost 10 years ago
Make examples work with the new buttons API

cad724334d5f2d2fc2d1ad12527aaf121adece4b authored almost 10 years ago
Modernize translation to glib for RecentData

The reverse translation is never needed so drop it.

5efe1693e5c057e09033833b041b9bd68e9980a0 authored almost 10 years ago
Make ToArray more flexible

c3b187e277678c507097c9401b5162b416399f7d authored almost 10 years ago