Ecosyste.ms: OpenCollective

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

github.com/gtk-rs/glib

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

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
Change the glib type in FromGlibPtr from output to input type parameter

18fdf0f6d3e5d37440237490ea3a3c588be3590e 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
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
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
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
Merge pull request #228 from gkoz/translate_vec

Use glib::translate to handle arrays and lists of strings

0f6f20bd66210df62874c94825b0578a760e768f authored almost 10 years ago
Use glib::translate to handle arrays and lists

3a5bb9a3c71b71a7fb699bb919c82b994dd701d1 authored almost 10 years ago
Test the fixed AboutDialog and FileChooser APIs in gtktest

04e2609680bb86ea8ca025507fdf3bad027b4356 authored almost 10 years ago
Extend glib::translate to convert arrays and lists

f90b8b8c4b455352269a65e4664f753836e7c202 authored almost 10 years ago
Merge pull request #227 from gkoz/nightly

Fix the build and remove some warnings

091db77d6fbbf8cbc17ceab32c3db4dc80af8576 authored almost 10 years ago
Remove a useless import

35c0a8ee67447cc97db10af34a64ec41b8b6da34 authored almost 10 years ago
Follow-up to e2d3617a, fix an incomplete change

b5c84ede5f3f32276f1c9ba602f059c8974067fc authored almost 10 years ago
Nightly catchup

a52f84a0ac40f58e8bfa5488f8d0c48c8ade91db authored almost 10 years ago
Merge pull request #220 from gkoz/translate_cstring_bool

Transition most of the string conversions to the glib::translate API

b99f7dd4222a4200c03aec923df98d149ff38488 authored almost 10 years ago
Touch up glib::Value

Free the string in strdup_value_contents.
Remove methods that don't make sense.

4add553c3031692b7206d2057f0f720c4bc81250 authored almost 10 years ago
Replace deprecated c_str_to_bytes use

d98a4155c168adaf2f83a2d765287e5f829d742a authored almost 10 years ago
Clean up the rest of singular string conversions

e2d3617abdba3c17e7967951ae3a9f8751d03402 authored almost 10 years ago
Convert some c_str_to_bytes -> Option<String> cases

4bd17a089f8b4219b34cebe9791c8d266d2850a4 authored almost 10 years ago
Implement ToTmp for Option<&str>

3584e6531f9a8db7dc2ad559a193f99f2bf9bed2 authored almost 10 years ago
Fix some extern declarations, outparam should be *mut

481e381e0c38ad15346223a8740a39e4fc8a61d8 authored almost 10 years ago
Fix RecentInfo::get_application_info

9e275c6c18a1efe48f709824ddaa5fd8b9aa4cae authored almost 10 years ago
Get the easy CString::from_slice cases

42529d9b043bfefcaa700a46c8c66b40fa4d2eb7 authored almost 10 years ago
Use glib::translate instead of CString directly

0bedce4611eb47406ce3ab34eb502c9d51c036a3 authored almost 10 years ago
Make fn name in ToGlibPtr consistent with the trait name

76452dd6cb3d9715bd2cddb02dc0c4c04cc343a4 authored almost 10 years ago
Tweak some naming in glib::translated and prefix temporary variables with `tmp_`

559cdd27cdf1549add27071d65e69f42b0873553 authored almost 10 years ago
Make use of glib::translate in other glib modules

5200e17ff879fcbeaf89b5be3625bdd033697620 authored almost 10 years ago
Merge pull request #226 from oakes/use_new_gtype

Use the new Type enum and move GValue to the glib crate

693ab5a4848d8e898e833df0666b52faeb4364e2 authored almost 10 years ago
Rename GValue to Value

1089a6801b28e04d42c2bc67900eb69d2cce4516 authored almost 10 years ago
Use the new Type enum and move GValue to the glib crate

f9cce5e145d628982e31121dc1734ce0ce9f9d40 authored almost 10 years ago
Merge pull request #169 from GuillaumeGomez/pango

pango binding

c59cc869ce2cfa08c422aecd46326e2d6fc461f6 authored almost 10 years ago
Fix build error

0918184c8e8c3936a62849331fab13446163ff70 authored almost 10 years ago
Add missing files

5fa44fb8efe7df1e431ae1995d3ddf7ddf0dfc75 authored almost 10 years ago
Merge pull request #225 from gkoz/gtype

Add glib::type_::Type that corresponds to GType

6c37e7df2b4d2081806e2f39dd6740201c8549b1 authored almost 10 years ago
Remove g_type_* statics

5aac43e2d68440c5b5b2fce2855532e86c707563 authored almost 10 years ago
Add glib::type_::Type that corresponds to GType

af82aecceea9f743ea9a31db9e3453d734c901df authored almost 10 years ago
Add Rectangle, Matrix and GlyphString structs

c9b6f76b97efa76ab6225524c0023bb81afcad95 authored almost 10 years ago
Updates to last rust compiler version

8d061b4881666b9e2d72cc97f706aa5ca44e6709 authored almost 10 years ago
Adds new enums and ffi functions

9257f0931bc7bbd8b73bf4686a6fc1a64c748702 authored almost 10 years ago
Beggining of pango binding

a843e1a6c63da1b8a9ad242e4bb9cb0b684fc6bd authored almost 10 years ago
Merge pull request #224 from GuillaumeGomez/fix-c-arrays

Fix invalid c arrays

0a8f6b5e0fde11b211220eaf5f7e6c0f189fcff4 authored almost 10 years ago
Fix invalid c arrays

b857f1513aaabd996f53ef8862d056061a12dc5e authored almost 10 years ago
Merge pull request #222 from jeremyletang/revert-221-use_gtype_enum

Revert "Use GType as an enum"

328426a420e55c3afef8c5ea0a0db8339744047c authored almost 10 years ago
Revert "Use GType as an enum"

d9c37b3dfb112374593e9a6d7405b05beec1e161 authored almost 10 years ago
Merge pull request #221 from oakes/use_gtype_enum

Use GType as an enum

621d371bab920c6934b96b898596443120a23a55 authored almost 10 years ago
Use GType as an enum

bfc94890f7341e60061a17fc1be5b009b21c4415 authored almost 10 years ago
Merge pull request #219 from gkoz/warnings

Fix an error and some warnings

6213ab77e03199f87079d1f9200f9feeb8841db1 authored almost 10 years ago
Merge pull request #206 from gkoz/readme

Update the readme

c7272a55262a7c6f434ff15d284fcea993a4a09c authored almost 10 years ago
Avoid 'private type in exported type signature' error

f2e77838e17dbc5e87c2389cbe437b3c1470b718 authored almost 10 years ago
Restore the signal name that was changed by mistake in 20b9742a

18a8bcd6aae63043566c2c22428cae3e3837fe56 authored almost 10 years ago
Act on the compiler warnings

1301f7f36bf9ed0425e8b74f5b450735daa903e4 authored almost 10 years ago
Drop integer suffixes that can be inferred

2ae86d9996736d316b1606ed59aa245b6ab4f089 authored almost 10 years ago
Merge pull request #217 from gkoz/examples2

Move the examples to a single crate

0ea0eeba924eaa56751982b4186252b20f06eee0 authored almost 10 years ago
Merge pull request #218 from ptersilie/master

Temporary fix for issue #210

e8795696a10da37b945c71412192843906553902 authored almost 10 years ago
Temporary fix for issue #210

7d90ca9b4c7b0d6e7415214f60449ee4ae78c084 authored almost 10 years ago
Merge pull request #207 from ptersilie/master

Added gdk_keyval_name function

e69be3b01a92249a41f1b867339cac37c0d5ea0a authored almost 10 years ago
Merge pull request #215 from gkoz/glue_features

Handle GTK_* feature flags when building gtk_glue.c

47535ebf6024e7ad6e7c4439fa0b3e290dab11b7 authored almost 10 years ago
Update build instructions re. features

982ab51cae44fc15fc55ffaddf7f4cb079c0ba67 authored almost 10 years ago
Update the synopsis

ed65847a9ec39097ae659d00fa55c99d8922713c authored almost 10 years ago
I'm pretty sure rgtk doesn't use autoconf anymore

de8144973841833f04918b6b6cb3cfc70baaa5ed authored almost 10 years ago
Handle GTK_* feature flags when building gtk_glue.c

d1e3972a2d688ef6da92b4314555aab641c476a4 authored almost 10 years ago
Move the examples into a single crate

507d59916e210aa34746fe548e49ea5f46eedd24 authored almost 10 years ago
Support building gtktest with GTK_3_6

a2b0fef736310875d892de3905aaedcb2af99811 authored almost 10 years ago
Switch the treeview example to new range notation

7b740bfebcc56d72ba1cad69c77ed2dfeeadcd09 authored almost 10 years ago
Update travis.yml

The `examples` crate depends on `rgtk` so build it right from the start
and then also do `cargo ...

012d045fec83aa684e0c02979a197e15e9916197 authored almost 10 years ago
Switch the text_viewer example to new std::io

0ac01c50f155892b819e73e6d5804e50f6b8c0a4 authored almost 10 years ago
Merge pull request #216 from gkoz/c_vec_breakage

Patch up CVec breakage

59fc4bd42f07e31d09931c53e1c7082eadfc01e2 authored almost 10 years ago
Fix closures in examples

ed5cb9a60d1598d150e6e3bb0d3b149475f38bba authored almost 10 years ago
Patch up CVec breakage

For now pretend to have unique pointers. There needs to be a CSlice probably.

180c51076089a1fbf277a8b6ca486d6602055def authored almost 10 years ago
Merge pull request #211 from gkoz/glib_translate

Introduce glib::translate

d280bcc1e8c8c1e6311583a250e4ef625aa5c38b authored almost 10 years ago
Merge pull request #213 from oakes/fix_examples

Fix the gtktest and treeview examples

42e0ecf4f1a252d45b4754af543241008f66dadf authored almost 10 years ago
Merge pull request #212 from oakes/fix_osx_instructions

Fix instructions to use the main homebrew repo

79df2dee8836217846e3ae9e0bac0335bf5ff84a authored almost 10 years ago
Fix the gtktest and treeview examples

d68d0f3f2b0df029c4c221efc15f85ab18ede71f authored almost 10 years ago
Fix instructions to use the main homebrew repo

459194580107f59c4c510bb04379ec2ba5c7f6f3 authored almost 10 years ago