Ecosyste.ms: OpenCollective

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

github.com/gtk-rs/cairo

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

Merge pull request #234 from gkoz/translate_refactoring

glib::translate refactoring

c038ae36e17be02fc53642767b7326080dce97b6 authored almost 10 years ago by Guillaume Gomez <[email protected]>
Change the glib type in FromGlibPtr from output to input type parameter

18fdf0f6d3e5d37440237490ea3a3c588be3590e authored almost 10 years ago by Gleb Kozyrev <[email protected]>
Remove *const c_char casts where they're not needed anymore

Add type annotation where needed

16001aa4e82a71be76133623c89eed430ef7a60f authored almost 10 years ago by Gleb Kozyrev <[email protected]>
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 by Gleb Kozyrev <[email protected]>
In FromGlib s/conv/from_glib/

e6412801309cfcd495853b2781e39dbaf4cc9fa2 authored almost 10 years ago by Gleb Kozyrev <[email protected]>
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 by Gleb Kozyrev <[email protected]>
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 by Gleb Kozyrev <[email protected]>
Make to_array_for_borrow borrow self instead of consuming

141ae558e97a6b44b39ee3fe473bb97d15016f4b authored almost 10 years ago by Gleb Kozyrev <[email protected]>
Merge pull request #229 from gkoz/translate_recent_data

Modernize translation to glib for RecentData

d954bba703f19249fa31272ca7fd0d6316cc957e authored almost 10 years ago by Guillaume Gomez <[email protected]>
Merge pull request #231 from gkoz/variadic_buttons

Support variadic methods on dialogs

1c50a4e972be1a4f7c95a87df08387196b1b9e38 authored almost 10 years ago by Guillaume Gomez <[email protected]>
Nightly catchup

ac3708080936fb78ca179402039a823f7609bc15 authored almost 10 years ago by Gleb Kozyrev <[email protected]>
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 by Gleb Kozyrev <[email protected]>
Make examples work with the new buttons API

cad724334d5f2d2fc2d1ad12527aaf121adece4b authored almost 10 years ago by Gleb Kozyrev <[email protected]>
Modernize translation to glib for RecentData

The reverse translation is never needed so drop it.

5efe1693e5c057e09033833b041b9bd68e9980a0 authored almost 10 years ago by Gleb Kozyrev <[email protected]>
Make ToArray more flexible

c3b187e277678c507097c9401b5162b416399f7d authored almost 10 years ago by Gleb Kozyrev <[email protected]>
Merge pull request #228 from gkoz/translate_vec

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

0f6f20bd66210df62874c94825b0578a760e768f authored almost 10 years ago by Guillaume Gomez <[email protected]>
Test the fixed AboutDialog and FileChooser APIs in gtktest

04e2609680bb86ea8ca025507fdf3bad027b4356 authored almost 10 years ago by Gleb Kozyrev <[email protected]>
Use glib::translate to handle arrays and lists

3a5bb9a3c71b71a7fb699bb919c82b994dd701d1 authored almost 10 years ago by Gleb Kozyrev <[email protected]>
Extend glib::translate to convert arrays and lists

f90b8b8c4b455352269a65e4664f753836e7c202 authored almost 10 years ago by Gleb Kozyrev <[email protected]>
Merge pull request #227 from gkoz/nightly

Fix the build and remove some warnings

091db77d6fbbf8cbc17ceab32c3db4dc80af8576 authored almost 10 years ago by Guillaume Gomez <[email protected]>
Remove a useless import

35c0a8ee67447cc97db10af34a64ec41b8b6da34 authored almost 10 years ago by Gleb Kozyrev <[email protected]>
Follow-up to e2d3617a, fix an incomplete change

b5c84ede5f3f32276f1c9ba602f059c8974067fc authored almost 10 years ago by Gleb Kozyrev <[email protected]>
Nightly catchup

a52f84a0ac40f58e8bfa5488f8d0c48c8ade91db authored almost 10 years ago by Gleb Kozyrev <[email protected]>
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 by Guillaume Gomez <[email protected]>
Touch up glib::Value

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

4add553c3031692b7206d2057f0f720c4bc81250 authored almost 10 years ago by Gleb Kozyrev <[email protected]>
Replace deprecated c_str_to_bytes use

d98a4155c168adaf2f83a2d765287e5f829d742a authored almost 10 years ago by Gleb Kozyrev <[email protected]>
Clean up the rest of singular string conversions

e2d3617abdba3c17e7967951ae3a9f8751d03402 authored almost 10 years ago by Gleb Kozyrev <[email protected]>
Fix RecentInfo::get_application_info

9e275c6c18a1efe48f709824ddaa5fd8b9aa4cae authored almost 10 years ago by Gleb Kozyrev <[email protected]>
Implement ToTmp for Option<&str>

3584e6531f9a8db7dc2ad559a193f99f2bf9bed2 authored almost 10 years ago by Gleb Kozyrev <[email protected]>
Fix some extern declarations, outparam should be *mut

481e381e0c38ad15346223a8740a39e4fc8a61d8 authored almost 10 years ago by Gleb Kozyrev <[email protected]>
Convert some c_str_to_bytes -> Option<String> cases

4bd17a089f8b4219b34cebe9791c8d266d2850a4 authored almost 10 years ago by Gleb Kozyrev <[email protected]>
Get the easy CString::from_slice cases

42529d9b043bfefcaa700a46c8c66b40fa4d2eb7 authored almost 10 years ago by Gleb Kozyrev <[email protected]>
Use glib::translate instead of CString directly

0bedce4611eb47406ce3ab34eb502c9d51c036a3 authored almost 10 years ago by Gleb Kozyrev <[email protected]>
Tweak some naming in glib::translated and prefix temporary variables with `tmp_`

559cdd27cdf1549add27071d65e69f42b0873553 authored almost 10 years ago by Gleb Kozyrev <[email protected]>
Make fn name in ToGlibPtr consistent with the trait name

76452dd6cb3d9715bd2cddb02dc0c4c04cc343a4 authored almost 10 years ago by Gleb Kozyrev <[email protected]>
Make use of glib::translate in other glib modules

5200e17ff879fcbeaf89b5be3625bdd033697620 authored almost 10 years ago by Gleb Kozyrev <[email protected]>
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 by Guillaume Gomez <[email protected]>
Rename GValue to Value

1089a6801b28e04d42c2bc67900eb69d2cce4516 authored almost 10 years ago by oakes <[email protected]>
Use the new Type enum and move GValue to the glib crate

f9cce5e145d628982e31121dc1734ce0ce9f9d40 authored almost 10 years ago by oakes <[email protected]>
Merge pull request #169 from GuillaumeGomez/pango

pango binding

c59cc869ce2cfa08c422aecd46326e2d6fc461f6 authored almost 10 years ago by Guillaume Gomez <[email protected]>
Fix build error

0918184c8e8c3936a62849331fab13446163ff70 authored almost 10 years ago by Guillaume Gomez <[email protected]>
Add missing files

5fa44fb8efe7df1e431ae1995d3ddf7ddf0dfc75 authored almost 10 years ago by Guillaume Gomez <[email protected]>
Merge pull request #225 from gkoz/gtype

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

6c37e7df2b4d2081806e2f39dd6740201c8549b1 authored almost 10 years ago by Guillaume Gomez <[email protected]>
Remove g_type_* statics

5aac43e2d68440c5b5b2fce2855532e86c707563 authored almost 10 years ago by Gleb Kozyrev <[email protected]>
Add glib::type_::Type that corresponds to GType

af82aecceea9f743ea9a31db9e3453d734c901df authored almost 10 years ago by Gleb Kozyrev <[email protected]>
Add Rectangle, Matrix and GlyphString structs

c9b6f76b97efa76ab6225524c0023bb81afcad95 authored almost 10 years ago by Guillaume Gomez <[email protected]>
Adds new enums and ffi functions

9257f0931bc7bbd8b73bf4686a6fc1a64c748702 authored almost 10 years ago by GuillaumeGomez <[email protected]>
Updates to last rust compiler version

8d061b4881666b9e2d72cc97f706aa5ca44e6709 authored almost 10 years ago by GuillaumeGomez <[email protected]>
Beggining of pango binding

a843e1a6c63da1b8a9ad242e4bb9cb0b684fc6bd authored almost 10 years ago by GuillaumeGomez <[email protected]>
Merge pull request #224 from GuillaumeGomez/fix-c-arrays

Fix invalid c arrays

0a8f6b5e0fde11b211220eaf5f7e6c0f189fcff4 authored almost 10 years ago by Guillaume Gomez <[email protected]>
Fix invalid c arrays

b857f1513aaabd996f53ef8862d056061a12dc5e authored almost 10 years ago by Guillaume Gomez <[email protected]>
Merge pull request #222 from jeremyletang/revert-221-use_gtype_enum

Revert "Use GType as an enum"

328426a420e55c3afef8c5ea0a0db8339744047c authored almost 10 years ago by Guillaume Gomez <[email protected]>
Revert "Use GType as an enum"

d9c37b3dfb112374593e9a6d7405b05beec1e161 authored almost 10 years ago by Guillaume Gomez <[email protected]>
Merge pull request #221 from oakes/use_gtype_enum

Use GType as an enum

621d371bab920c6934b96b898596443120a23a55 authored almost 10 years ago by Guillaume Gomez <[email protected]>
Use GType as an enum

bfc94890f7341e60061a17fc1be5b009b21c4415 authored almost 10 years ago by oakes <[email protected]>
Merge pull request #219 from gkoz/warnings

Fix an error and some warnings

6213ab77e03199f87079d1f9200f9feeb8841db1 authored almost 10 years ago by Guillaume Gomez <[email protected]>
Merge pull request #206 from gkoz/readme

Update the readme

c7272a55262a7c6f434ff15d284fcea993a4a09c authored almost 10 years ago by Guillaume Gomez <[email protected]>
Avoid 'private type in exported type signature' error

f2e77838e17dbc5e87c2389cbe437b3c1470b718 authored almost 10 years ago by Gleb Kozyrev <[email protected]>
Restore the signal name that was changed by mistake in 20b9742a

18a8bcd6aae63043566c2c22428cae3e3837fe56 authored almost 10 years ago by Gleb Kozyrev <[email protected]>
Act on the compiler warnings

1301f7f36bf9ed0425e8b74f5b450735daa903e4 authored almost 10 years ago by Gleb Kozyrev <[email protected]>
Drop integer suffixes that can be inferred

2ae86d9996736d316b1606ed59aa245b6ab4f089 authored almost 10 years ago by Gleb Kozyrev <[email protected]>
Merge pull request #217 from gkoz/examples2

Move the examples to a single crate

0ea0eeba924eaa56751982b4186252b20f06eee0 authored almost 10 years ago by Guillaume Gomez <[email protected]>
Merge pull request #218 from ptersilie/master

Temporary fix for issue #210

e8795696a10da37b945c71412192843906553902 authored almost 10 years ago by Guillaume Gomez <[email protected]>
Temporary fix for issue #210

7d90ca9b4c7b0d6e7415214f60449ee4ae78c084 authored almost 10 years ago by Lukas Diekmann <[email protected]>
Merge pull request #207 from ptersilie/master

Added gdk_keyval_name function

e69be3b01a92249a41f1b867339cac37c0d5ea0a authored almost 10 years ago by Guillaume Gomez <[email protected]>
Merge pull request #215 from gkoz/glue_features

Handle GTK_* feature flags when building gtk_glue.c

47535ebf6024e7ad6e7c4439fa0b3e290dab11b7 authored almost 10 years ago by Guillaume Gomez <[email protected]>
Update the synopsis

ed65847a9ec39097ae659d00fa55c99d8922713c authored almost 10 years ago by Gleb Kozyrev <[email protected]>
I'm pretty sure rgtk doesn't use autoconf anymore

de8144973841833f04918b6b6cb3cfc70baaa5ed authored almost 10 years ago by Gleb Kozyrev <[email protected]>
Update build instructions re. features

982ab51cae44fc15fc55ffaddf7f4cb079c0ba67 authored almost 10 years ago by Gleb Kozyrev <[email protected]>
Handle GTK_* feature flags when building gtk_glue.c

d1e3972a2d688ef6da92b4314555aab641c476a4 authored almost 10 years ago by Gleb Kozyrev <[email protected]>
Switch the text_viewer example to new std::io

0ac01c50f155892b819e73e6d5804e50f6b8c0a4 authored almost 10 years ago by Gleb Kozyrev <[email protected]>
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 by Gleb Kozyrev <[email protected]>
Switch the treeview example to new range notation

7b740bfebcc56d72ba1cad69c77ed2dfeeadcd09 authored almost 10 years ago by Gleb Kozyrev <[email protected]>
Support building gtktest with GTK_3_6

a2b0fef736310875d892de3905aaedcb2af99811 authored almost 10 years ago by Gleb Kozyrev <[email protected]>
Move the examples into a single crate

507d59916e210aa34746fe548e49ea5f46eedd24 authored almost 10 years ago by Gleb Kozyrev <[email protected]>
Merge pull request #216 from gkoz/c_vec_breakage

Patch up CVec breakage

59fc4bd42f07e31d09931c53e1c7082eadfc01e2 authored almost 10 years ago by Guillaume Gomez <[email protected]>
Fix closures in examples

ed5cb9a60d1598d150e6e3bb0d3b149475f38bba authored almost 10 years ago by Gleb Kozyrev <[email protected]>
Patch up CVec breakage

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

180c51076089a1fbf277a8b6ca486d6602055def authored almost 10 years ago by Gleb Kozyrev <[email protected]>
Merge pull request #211 from gkoz/glib_translate

Introduce glib::translate

d280bcc1e8c8c1e6311583a250e4ef625aa5c38b authored almost 10 years ago by Guillaume Gomez <[email protected]>
Merge pull request #213 from oakes/fix_examples

Fix the gtktest and treeview examples

42e0ecf4f1a252d45b4754af543241008f66dadf authored almost 10 years ago by Guillaume Gomez <[email protected]>
Merge pull request #212 from oakes/fix_osx_instructions

Fix instructions to use the main homebrew repo

79df2dee8836217846e3ae9e0bac0335bf5ff84a authored almost 10 years ago by Guillaume Gomez <[email protected]>
Fix the gtktest and treeview examples

d68d0f3f2b0df029c4c221efc15f85ab18ede71f authored almost 10 years ago by oakes <[email protected]>
Fix instructions to use the main homebrew repo

459194580107f59c4c510bb04379ec2ba5c7f6f3 authored almost 10 years ago by oakes <[email protected]>
Make gdk::widgets::window use glib::translate

- Replace `bool` conversions.
- Replace `&str` conversions getting rid of deprecated code.
- Mak...

e638524c577d9aca82b81a6aa5da8aa1f8df366e authored almost 10 years ago by Gleb Kozyrev <[email protected]>
Introduce glib::translate

... a framework for translating between FFI and Rust types.

f8685276977b8fe9aba0a0bc50612f383c3039cd authored almost 10 years ago by Gleb Kozyrev <[email protected]>
Merge pull request #209 from GuillaumeGomez/master

Update travis script

69e00ac6a4d1299773a3fdff1fdba879ef445bbb authored almost 10 years ago by Guillaume Gomez <[email protected]>
Update travis script

9fd39657df3114b4d3514d6bdea0b7e6fcb3327a authored almost 10 years ago by Guillaume Gomez <[email protected]>
Merge pull request #208 from oakes/improve_naming_consistency

Improve naming consistency

4b465c3a1be4565efde58e3de713d99bb69f807f authored almost 10 years ago by Guillaume Gomez <[email protected]>
Replaced deprecated c_str_to_bytes with CStr

c26cbda26c98f42e8f621d1c3468192552c1326a authored almost 10 years ago by Lukas Diekmann <[email protected]>
Improve naming consistency

02676fd1b3cc380434662d4593fa84d3bc734111 authored almost 10 years ago by oakes <[email protected]>
Added gdk_keyval_name function

Converts a key value into a symbolic name.

cbad411f6e99766ec763a72f4c4ffdd032facf7a authored almost 10 years ago by Lukas Diekmann <[email protected]>
Merge pull request #205 from gkoz/glib_crate

Split glib off into its own crate

c0392aad879792d6e6c3f09bd6f040c1ff52cca8 authored almost 10 years ago by Guillaume Gomez <[email protected]>
Split glib off into its own crate

9dc2ac64d3395fc0851c84489cbb7796e129ae1a authored almost 10 years ago by Gleb Kozyrev <[email protected]>
Merge pull request #199 from gkoz/sys_crates

Move the low level bindings into separate crates

fb06533d071cc1ef323f38a940ecbf210126d2a2 authored almost 10 years ago by Guillaume Gomez <[email protected]>
Bump pkg-config dep version

8100798bd50d15bae217e1cbf3c61a7606f2ca4f authored almost 10 years ago by Gleb Kozyrev <[email protected]>
Use bitflags and libc from crates.io

ab2e307b7fbae302687a9e20b663afd5f5ef4808 authored almost 10 years ago by Gleb Kozyrev <[email protected]>
Split split off cairo-sys

Users of cairo::matrices::Matrix should now also import MatrixTrait.

790fcfecb354b1c1b38a59caebd1fc5ff722efe5 authored almost 10 years ago by Gleb Kozyrev <[email protected]>
Modernize the build script

17967dccf14a0ceec9847d6ca63ef5d7c57de853 authored almost 10 years ago by Gleb Kozyrev <[email protected]>
Remove obsolete feature attribute

8b8cfa7b03399e0f48558b869272d1701fc157cc authored almost 10 years ago by Gleb Kozyrev <[email protected]>
Update gcc

74f498dca6d2bf97ac84795e1fb25906dcf8b361 authored almost 10 years ago by Gleb Kozyrev <[email protected]>