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

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
Introduce glib::translate

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

f8685276977b8fe9aba0a0bc50612f383c3039cd authored almost 10 years ago
Merge pull request #209 from GuillaumeGomez/master

Update travis script

69e00ac6a4d1299773a3fdff1fdba879ef445bbb authored almost 10 years ago
Update travis script

9fd39657df3114b4d3514d6bdea0b7e6fcb3327a authored almost 10 years ago
Merge pull request #208 from oakes/improve_naming_consistency

Improve naming consistency

4b465c3a1be4565efde58e3de713d99bb69f807f authored almost 10 years ago
Replaced deprecated c_str_to_bytes with CStr

c26cbda26c98f42e8f621d1c3468192552c1326a authored almost 10 years ago
Improve naming consistency

02676fd1b3cc380434662d4593fa84d3bc734111 authored almost 10 years ago
Added gdk_keyval_name function

Converts a key value into a symbolic name.

cbad411f6e99766ec763a72f4c4ffdd032facf7a authored almost 10 years ago
Merge pull request #205 from gkoz/glib_crate

Split glib off into its own crate

c0392aad879792d6e6c3f09bd6f040c1ff52cca8 authored almost 10 years ago
Split glib off into its own crate

9dc2ac64d3395fc0851c84489cbb7796e129ae1a authored almost 10 years ago
Merge pull request #199 from gkoz/sys_crates

Move the low level bindings into separate crates

fb06533d071cc1ef323f38a940ecbf210126d2a2 authored almost 10 years ago
Bump pkg-config dep version

8100798bd50d15bae217e1cbf3c61a7606f2ca4f authored almost 10 years ago
Use bitflags and libc from crates.io

ab2e307b7fbae302687a9e20b663afd5f5ef4808 authored almost 10 years ago
Split split off cairo-sys

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

790fcfecb354b1c1b38a59caebd1fc5ff722efe5 authored almost 10 years ago
Import to_bool and to_gboolean directly from glib-sys

8b587ce571fa7d11ad02b26578407b7e410aff73 authored almost 10 years ago
Move to_bool/to_gboolean from glib-sys to glib

3328a52832351e81270c57d01659dc4f980cd455 authored almost 10 years ago
Modernize the build script

17967dccf14a0ceec9847d6ca63ef5d7c57de853 authored almost 10 years ago
Remove obsolete feature attribute

8b8cfa7b03399e0f48558b869272d1701fc157cc authored almost 10 years ago
Move FFIWidget from gtk3-sys to gtk

Its days are numbered anyway...

9902fbcbe4d933365632405b64c03d1604a93dd7 authored almost 10 years ago
Fix a recent rustc nightly warning.

6f77199876509b7943407acb3fa9f06bcfa3df43 authored almost 10 years ago
Update gcc

74f498dca6d2bf97ac84795e1fb25906dcf8b361 authored almost 10 years ago
Split off glib-sys

d38c2b95656114ef97f585d1f964b8ba454810f1 authored almost 10 years ago
Split off gtk3-sys

45cdc1f1cabef037ac516b861592984922c71378 authored almost 10 years ago
Split off gdk3-sys

eb9f264a3002150da32d2b31c6c064cf95208156 authored almost 10 years ago
Merge pull request #204 from gkoz/simple_c_vec

Make a wrapper for cairo_rectangle_list_t

8422c4222a8524abc8c4f49e599297c66be3d25d authored almost 10 years ago
Make a wrapper for cairo_rectangle_list_t

Add RectangleVec and return it from cairo::Context::copy_clip_rectangle_list
This avoids using C...

4bef0d60d30fe6a47f8df11696ae8a6d2323a1c0 authored almost 10 years ago
replace cargo run by cargo build

1760d64871ac9cbbdd1aa16fbaaa403316330de6 authored almost 10 years ago
Merge pull request #202 from oakes/fix_more_build_errors

Fix more build errors

6ec0a8ca8b2d8a5f0303b111c37789b6a0ae682b authored almost 10 years ago
Use PhantomData and PhantomFn to fix build errors

6f2ddfcb6c3de4501b3ca58bb9fb044234c697cd authored almost 10 years ago
Pass path by reference

a43482be5b2cf11bb82e41a0620c9f1ac495d0d7 authored almost 10 years ago
Merge pull request #201 from oakes/fix_build_errors

Use generic syntax to fix build errors

f557079886077be5d3819093a2a034d542c4504b authored almost 10 years ago
Use generic syntax to fix build errors

a0fce7c79014c56caf1149a9ebe072cc52ad0c69 authored almost 10 years ago
Merge pull request #200 from gkoz/cleanup

Discard outdated build instructions

5769e633f748157a858dc266fa4de81ec188218a authored almost 10 years ago
Remove obsolete linking instructions

adfabcd137c0c1744087a6463f181cf340eecb32 authored almost 10 years ago
Don't print out the link commands, gcc itself does

b77eaa92fb5c9bae6ff4879c030ca30a847c27d9 authored almost 10 years ago
Merge pull request #198 from kennytm/rustup

Fix build errors

cbb9c869ddd9d2830d4ede4dd0c7275cc837e9c4 authored almost 10 years ago
Make rgtk buildable on Mac OS X.

a3c56af148a01aecc77df668e8bbe003291b6b14 authored almost 10 years ago
Merge pull request #195 from gkoz/ffi_bool

Use to_bool and to_gboolean instead of ifs and matches

07adac420061886232caa1dbe87b3b997c5bafe2 authored almost 10 years ago
Use to_bool and to_gboolean instead of ifs and matches

This should make the code a bit more readable and fixes some copypasting mistakes.

ea83ebc5574710f6bfed7270d93c943455475a48 authored almost 10 years ago
Merge pull request #194 from GuillaumeGomez/master

Fix invalid closure

884a1d39d8301e39ea8e25451f3c2e3436b4002c authored almost 10 years ago
Fix invalid closure

7f9cb35095799e3331555363b6f3f530026fa560 authored almost 10 years ago
Merge pull request #193 from GuillaumeGomez/master

Fix basic and sync_widgets examples

98e7632662252b328c4d4b103509b63d518e454c authored almost 10 years ago
Fix basic and sync_widgets examples

bea1b8955b174826fb0f2bc3e652f92125797278 authored almost 10 years ago
Merge pull request #192 from GuillaumeGomez/master

Update cairotest

5d0038dd35079f1165aa67ee0c6c1234c0574f78 authored almost 10 years ago
Update cairotest

35aa3558a9bbdcd653e48a387999e8dabe848293 authored almost 10 years ago
Merge pull request #191 from GuillaumeGomez/master

Update to last rustc version

3edb1f0e156b2540ca81bef308bec49d175c6750 authored almost 10 years ago
Update to last rustc version

ff4d40486426b334c4b059b6f3c8e8d7f9aef6d2 authored almost 10 years ago
Merge pull request #190 from SimonSapin/dash

Fixes for cairo::Context::set_dash and get_dash

b943618a697b3228da85d34ae1c5fc31452faae1 authored almost 10 years ago
Set a non-zero length for the vector returned by Context::get_dash.

This should fix the test added in the previous commit.

c9f11c0b34e118593a3b7c1c1dcd46fce4de3405 authored almost 10 years ago
Add a sanity test for Context::set_dash and get_dash.

The test *should* be failing with `([], 42) != ([3, 2, 1], 42)`,
but it segfaults on my machine ...

21a2c9133c4456b55795e4e0aa2ef0fdf0965441 authored almost 10 years ago
Remove the num_dashes parameter and use the dashes slice length in Context::set_dash

7442a075a013248edaf740e9e09db6d713fd04cb authored almost 10 years ago
Merge pull request #188 from GuillaumeGomez/gobject-builder

Gobject builder

c1b805d5e27e034d9730ba7c38e8ee94c17b6da2 authored almost 10 years ago
Merge pull request #189 from GuillaumeGomez/master

Update to last rustc version

b328c58c0c7c3ff408d7659e1eddf7f79796b4e2 authored almost 10 years ago
Update to last rustc version

20b9742a0b38942e1ae5d5202576d009f24c69bf authored almost 10 years ago
Merge pull request #164 from GuillaumeGomez/master

Work on GDK

8785ad7e8b6622e39b4b4d30ca51928a0417cc87 authored almost 10 years ago
Fix builder widget build error

24929e608ca3337a83fe135c5a3c4e1c0b627468 authored almost 10 years ago
Add new trait : GObjectTrait

ba75baee6840cfbc79c1fd427fb0336c59db3421 authored almost 10 years ago
WIP: Implemented GtkBuilder methods

b42bff6e857860a9ad942dd21844d140d85715eb authored almost 10 years ago
Merge pull request #187 from oakes/tree_iter_fix

Don't drop TreeIter created by wrap_pointer

a30fd2676bb066268c0f4c569207bcebfd587442 authored almost 10 years ago
Don't drop TreeIter created by wrap_pointer

754e05c2923b87d0779ed53a36da7fee31cefd91 authored almost 10 years ago
Add new gdk widget : FrameTimings

be0b564c1fad9b651845617ab4366412d6791b66 authored almost 10 years ago
Add Window functions and a new gdk widget : Geometry

b8e4db461b4f96c7ca4b83b67e55b55f16a19ac7 authored almost 10 years ago
Add new gdk widget : DisplayManager

86b43d2c6cb9fbf55f0a0045e83bda15ff1865eb authored almost 10 years ago
Add new gdk widgets : Point and Rectangle

d2a3f67759baa31edb48734cef7fdcae7d99c220 authored almost 10 years ago
new gdk widget : FrameClock

3714f0773e868a00b9db4aaa19c4f380cf1baca1 authored almost 10 years ago
Add new gdk widget : AppLaunchContext

830430bc12cf95afc52d78139c822da06bb39974 authored almost 10 years ago
Update to last rustc version

003e570fe5073a8f323b923a57032084fa97b1c5 authored almost 10 years ago
Updates to last rust compiler version

66bf3cef86ad32717bd3bef4daf0f080a249b64d authored almost 10 years ago
New gdk widget : DragContext

4fa9760120d6ae7d5819cd88bba52196cd9acd2c authored almost 10 years ago
Add RGBA functions

39ef22a586e2e27ee87870b73420a3dcdfda8d81 authored almost 10 years ago
Add general gdk functions

29d9f6cff473af834b55275362910a0772fa9f0b authored almost 10 years ago
Add new gdk widget : Pixbuf

da164885a3012886e468b607a443678aeeff9be2 authored almost 10 years ago
New gdk widget : Screen

6568f80ae302f238e330c2d475ba073e09f195cf authored almost 10 years ago
Add new gdk widget : DeviceManager

839bbc87877492d548c317d03c931f7e95091ba4 authored almost 10 years ago
Add new gdk widget : Visual

df9107c50fc88e68c452e25c7ebceee200b1a76d authored almost 10 years ago
Checkup

9bee15266ae6648d10682125aa8fbdef4b750893 authored almost 10 years ago
New gdk module : Cursor

819a383e76d98912ab6990d0eea9c8a18bc550e9 authored almost 10 years ago
New gdk widget : Device

Created a widget folder

bab5c6e300125a15e3b05318520cbb06ef0f777b authored almost 10 years ago
Add device source code

105cedb6c0c0b85581133896ac026a9d7252a3b0 authored almost 10 years ago
Merge pull request #186 from GuillaumeGomez/fix-examples

Update examples to last rustc version

493086793eef72b53a724ef6416f073fb9116291 authored almost 10 years ago
Update examples to last rustc version

1df1966766f066ef7063995866f4039ef8be24f9 authored almost 10 years ago
Merge pull request #185 from GuillaumeGomez/build-fix

Update to last rustc version

75eed36a4ae250d79e2436b6c869f574754030ff authored almost 10 years ago
Update to last rustc version

0740e5b00dd7a657c600470ad8406f122f37f9f8 authored almost 10 years ago
Merge pull request #183 from jeremyletang/cargo-versions

Update Cargo.toml

6d4421f8db1c1c577e55b192c2bcbf753dc4b5fb authored almost 10 years ago
Update Cargo.toml

b803f2547ea0b17576428b38b5e925c5fdf37b98 authored almost 10 years ago
Merge pull request #182 from oakes/update_libs

Update pkg-config and gcc versions

cc846b51366f9eb532da3df4534c109994d14a23 authored almost 10 years ago
Update pkg-config and gcc versions

8f24ed7f2ef20a159a41d3882a61e46139a21d65 authored almost 10 years ago
Merge pull request #177 from GuillaumeGomez/build-fix

Started to update to last rustc version (removing box closure)

cf3c43a6c897e0ff62e088507db9ed237ee4a1e8 authored about 10 years ago
Fix build error

8a0a0f04c24cc4cee15d5c07abd0734062be7e06 authored about 10 years ago
Move the c_vec import

133ae8f287ee88f5f3a175e815707d76ddf6fe08 authored about 10 years ago
Fixes examples

5dcc4df7fd4b6fbb0b0b965599d2466688b2896e authored about 10 years ago
Still fixing travis build errors

cac7be89f1fffd65bb536ddf4831a32bff1af03a authored about 10 years ago
Fix travis build error

70ad329a03081921dd9d2426a1bff3ffff558a5b authored about 10 years ago
End of update to last rustc version

5849418e4ecf651022322f4633aa17dcff8f0f6d authored about 10 years ago
Less than 100 errors !

59f574c4d53785b6c9ce14539890d76e9a974184 authored about 10 years ago
Update README

Remove ./configure step.

29ee05b6840a099e0fa7f369e84e81bf462efe50 authored about 10 years ago
It still continues

201eb6e264074577ef0aba462a78fe16a3bfacb8 authored about 10 years ago
It continues...

f247f7aa874300adf254325d206320335eea83d5 authored about 10 years ago
Re-fix license

ec093367fb55466208587e0310143eeec7577703 authored about 10 years ago
Porting to last rustc version

263c3ffb23f36550bea94bb0297516563c884fa6 authored about 10 years ago