Ecosyste.ms: OpenCollective

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

github.com/gtk-rs/pango

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

Update to last rustc version

ff4d40486426b334c4b059b6f3c8e8d7f9aef6d2 authored almost 10 years ago by GuillaumeGomez <[email protected]>
Merge pull request #190 from SimonSapin/dash

Fixes for cairo::Context::set_dash and get_dash

b943618a697b3228da85d34ae1c5fc31452faae1 authored almost 10 years ago by Guillaume Gomez <[email protected]>
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 by Simon Sapin <[email protected]>
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 by Simon Sapin <[email protected]>
Remove the num_dashes parameter and use the dashes slice length in Context::set_dash

7442a075a013248edaf740e9e09db6d713fd04cb authored almost 10 years ago by Simon Sapin <[email protected]>
Merge pull request #188 from GuillaumeGomez/gobject-builder

Gobject builder

c1b805d5e27e034d9730ba7c38e8ee94c17b6da2 authored almost 10 years ago by Guillaume Gomez <[email protected]>
Merge pull request #189 from GuillaumeGomez/master

Update to last rustc version

b328c58c0c7c3ff408d7659e1eddf7f79796b4e2 authored almost 10 years ago by Guillaume Gomez <[email protected]>
Update to last rustc version

20b9742a0b38942e1ae5d5202576d009f24c69bf authored almost 10 years ago by GuillaumeGomez <[email protected]>
Merge pull request #164 from GuillaumeGomez/master

Work on GDK

8785ad7e8b6622e39b4b4d30ca51928a0417cc87 authored almost 10 years ago by Guillaume Gomez <[email protected]>
Fix builder widget build error

24929e608ca3337a83fe135c5a3c4e1c0b627468 authored almost 10 years ago by GuillaumeGomez <[email protected]>
WIP: Implemented GtkBuilder methods

b42bff6e857860a9ad942dd21844d140d85715eb authored almost 10 years ago by Gulshan Singh <[email protected]>
Add new trait : GObjectTrait

ba75baee6840cfbc79c1fd427fb0336c59db3421 authored almost 10 years ago by GuillaumeGomez <[email protected]>
Merge pull request #187 from oakes/tree_iter_fix

Don't drop TreeIter created by wrap_pointer

a30fd2676bb066268c0f4c569207bcebfd587442 authored almost 10 years ago by Guillaume Gomez <[email protected]>
Don't drop TreeIter created by wrap_pointer

754e05c2923b87d0779ed53a36da7fee31cefd91 authored almost 10 years ago by oakes <[email protected]>
Add general gdk functions

29d9f6cff473af834b55275362910a0772fa9f0b authored almost 10 years ago by GuillaumeGomez <[email protected]>
Add new gdk widgets : Point and Rectangle

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

66bf3cef86ad32717bd3bef4daf0f080a249b64d authored almost 10 years ago by GuillaumeGomez <[email protected]>
Add new gdk widget : DisplayManager

86b43d2c6cb9fbf55f0a0045e83bda15ff1865eb authored almost 10 years ago by GuillaumeGomez <[email protected]>
Add Window functions and a new gdk widget : Geometry

b8e4db461b4f96c7ca4b83b67e55b55f16a19ac7 authored almost 10 years ago by GuillaumeGomez <[email protected]>
Update to last rustc version

003e570fe5073a8f323b923a57032084fa97b1c5 authored almost 10 years ago by GuillaumeGomez <[email protected]>
Add new gdk widget : AppLaunchContext

830430bc12cf95afc52d78139c822da06bb39974 authored almost 10 years ago by GuillaumeGomez <[email protected]>
New gdk widget : DragContext

4fa9760120d6ae7d5819cd88bba52196cd9acd2c authored almost 10 years ago by GuillaumeGomez <[email protected]>
Add new gdk widget : FrameTimings

be0b564c1fad9b651845617ab4366412d6791b66 authored almost 10 years ago by GuillaumeGomez <[email protected]>
Add RGBA functions

39ef22a586e2e27ee87870b73420a3dcdfda8d81 authored almost 10 years ago by GuillaumeGomez <[email protected]>
new gdk widget : FrameClock

3714f0773e868a00b9db4aaa19c4f380cf1baca1 authored almost 10 years ago by GuillaumeGomez <[email protected]>
Add new gdk widget : Visual

df9107c50fc88e68c452e25c7ebceee200b1a76d authored almost 10 years ago by GuillaumeGomez <[email protected]>
Add device source code

105cedb6c0c0b85581133896ac026a9d7252a3b0 authored almost 10 years ago by GuillaumeGomez <[email protected]>
New gdk widget : Screen

6568f80ae302f238e330c2d475ba073e09f195cf authored almost 10 years ago by GuillaumeGomez <[email protected]>
Checkup

9bee15266ae6648d10682125aa8fbdef4b750893 authored almost 10 years ago by GuillaumeGomez <[email protected]>
New gdk widget : Device

Created a widget folder

bab5c6e300125a15e3b05318520cbb06ef0f777b authored almost 10 years ago by GuillaumeGomez <[email protected]>
Add new gdk widget : Pixbuf

da164885a3012886e468b607a443678aeeff9be2 authored almost 10 years ago by GuillaumeGomez <[email protected]>
New gdk module : Cursor

819a383e76d98912ab6990d0eea9c8a18bc550e9 authored almost 10 years ago by GuillaumeGomez <[email protected]>
Add new gdk widget : DeviceManager

839bbc87877492d548c317d03c931f7e95091ba4 authored almost 10 years ago by GuillaumeGomez <[email protected]>
Merge pull request #186 from GuillaumeGomez/fix-examples

Update examples to last rustc version

493086793eef72b53a724ef6416f073fb9116291 authored almost 10 years ago by Guillaume Gomez <[email protected]>
Update examples to last rustc version

1df1966766f066ef7063995866f4039ef8be24f9 authored almost 10 years ago by GuillaumeGomez <[email protected]>
Merge pull request #185 from GuillaumeGomez/build-fix

Update to last rustc version

75eed36a4ae250d79e2436b6c869f574754030ff authored almost 10 years ago by Guillaume Gomez <[email protected]>
Update to last rustc version

0740e5b00dd7a657c600470ad8406f122f37f9f8 authored almost 10 years ago by GuillaumeGomez <[email protected]>
Merge pull request #183 from jeremyletang/cargo-versions

Update Cargo.toml

6d4421f8db1c1c577e55b192c2bcbf753dc4b5fb authored almost 10 years ago by Guillaume Gomez <[email protected]>
Update Cargo.toml

b803f2547ea0b17576428b38b5e925c5fdf37b98 authored almost 10 years ago by Guillaume Gomez <[email protected]>
Merge pull request #182 from oakes/update_libs

Update pkg-config and gcc versions

cc846b51366f9eb532da3df4534c109994d14a23 authored almost 10 years ago by Guillaume Gomez <[email protected]>
Update pkg-config and gcc versions

8f24ed7f2ef20a159a41d3882a61e46139a21d65 authored almost 10 years ago by oakes <[email protected]>
Merge pull request #177 from GuillaumeGomez/build-fix

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

cf3c43a6c897e0ff62e088507db9ed237ee4a1e8 authored almost 10 years ago by Jeremy Letang <[email protected]>
Fix build error

8a0a0f04c24cc4cee15d5c07abd0734062be7e06 authored almost 10 years ago by GuillaumeGomez <[email protected]>
Move the c_vec import

133ae8f287ee88f5f3a175e815707d76ddf6fe08 authored almost 10 years ago by GuillaumeGomez <[email protected]>
Fixes examples

5dcc4df7fd4b6fbb0b0b965599d2466688b2896e authored almost 10 years ago by GuillaumeGomez <[email protected]>
Still fixing travis build errors

cac7be89f1fffd65bb536ddf4831a32bff1af03a authored almost 10 years ago by GuillaumeGomez <[email protected]>
Fix travis build error

70ad329a03081921dd9d2426a1bff3ffff558a5b authored almost 10 years ago by GuillaumeGomez <[email protected]>
End of update to last rustc version

5849418e4ecf651022322f4633aa17dcff8f0f6d authored almost 10 years ago by GuillaumeGomez <[email protected]>
Less than 100 errors !

59f574c4d53785b6c9ce14539890d76e9a974184 authored almost 10 years ago by GuillaumeGomez <[email protected]>
Update README

Remove ./configure step.

29ee05b6840a099e0fa7f369e84e81bf462efe50 authored almost 10 years ago by Guillaume Gomez <[email protected]>
It still continues

201eb6e264074577ef0aba462a78fe16a3bfacb8 authored almost 10 years ago by GuillaumeGomez <[email protected]>
It continues...

f247f7aa874300adf254325d206320335eea83d5 authored almost 10 years ago by GuillaumeGomez <[email protected]>
Re-fix license

ec093367fb55466208587e0310143eeec7577703 authored almost 10 years ago by GuillaumeGomez <[email protected]>
Porting to last rustc version

263c3ffb23f36550bea94bb0297516563c884fa6 authored almost 10 years ago by GuillaumeGomez <[email protected]>
Fixed more CString issues

91c64e3f80d7d00aa8d9116068633b580fe3dc0d authored almost 10 years ago by Gulshan Singh <[email protected]>
Convert from with_c_str to CString::from_slice

fe2a7c5c587b0cada6557f7344e5e6cbcf1ecd50 authored almost 10 years ago by Gulshan Singh <[email protected]>
Removed #[derive(Copy)] and added FnMut lifetime

9d7b8d5f70caa0f1fa3083b4f84d7362ba5ef4d7 authored almost 10 years ago by Gulshan Singh <[email protected]>
WIP: started converting to String::from_utf8 and CString::from_slice

f4824d9b904d9d17d9c6c6f17b2cbd20e6b3f913 authored almost 10 years ago by Gulshan Singh <[email protected]>
WIP: before sed

adf994b4715a0fb6ea4aa01fee277bc30818e4e6 authored almost 10 years ago by Gulshan Singh <[email protected]>
Change imports from ToCStr to CString

238e35d2a301d484a9def490f2cbfd926030d6b2 authored almost 10 years ago by Gulshan Singh <[email protected]>
Converted i integer literals to is

a3ce9ba036df8147de7fff5a4f7f86f5cc51d03a authored almost 10 years ago by Gulshan Singh <[email protected]>
Switched box to Box::new

e7f3d1b34fc1451eadb6c0cd649f3504bec2e61c authored almost 10 years ago by Gulshan Singh <[email protected]>
int -> isize, uint -> usize

8de2ab8fdb1180335cd39e645f3ae064f764d63f authored almost 10 years ago by Gulshan Singh <[email protected]>
A part of the update to the last rustc version

342b30e6cd43796451a44bf679e8949ceced4cd9 authored almost 10 years ago by GuillaumeGomez <[email protected]>
Started to update to last rustc version (removing box closure)

7489f9e8580880e38916f8747acbd3e7a5037601 authored almost 10 years ago by GuillaumeGomez <[email protected]>
Merge pull request #178 from GuillaumeGomez/license

Add license in Cargo

689abddb465824b7c64945888ae1b7a89cc8c997 authored about 10 years ago by Guillaume Gomez <[email protected]>
Add license in Cargo

b6dee4694af68b1fd1a6e2ce0f91e389b97cf90b authored about 10 years ago by GuillaumeGomez <[email protected]>
Merge pull request #175 from gsingh93/master

Fixed build for latest master

7fee93c07286033048db5d77ef271dedee78dd80 authored about 10 years ago by Guillaume Gomez <[email protected]>
Fixed build for latest master

a8884b150ea7d8cd33dab6c397ce097dad9ba179 authored about 10 years ago by Gulshan Singh <[email protected]>
Merge pull request #172 from GuillaumeGomez/build-fix

Fixes build errors

5a044269788f603a8b4e3e628e428729eb387f48 authored about 10 years ago by Guillaume Gomez <[email protected]>
Fixes the "use use" error

9e91089ed7166cbe4e46518ffa6fc33a58034099 authored about 10 years ago by GuillaumeGomez <[email protected]>
Add forgotten file

b6900b300fcdab4f8f9628e968b968b04c5963de authored about 10 years ago by GuillaumeGomez <[email protected]>
Fixes build errors

7caa9adced294687a94c296ad801f600ebc72dfb authored about 10 years ago by GuillaumeGomez <[email protected]>
Merge pull request #170 from GuillaumeGomez/bug-fix

Update to last rust compiler version

547093008249d7bf849d56120b92658848ea6e61 authored about 10 years ago by Guillaume Gomez <[email protected]>
Update to last rust compiler version

8c925c5e5add96b5c9fd5a8ea39f93fdc1e7096e authored about 10 years ago by GuillaumeGomez <[email protected]>
Merge pull request #168 from oakes/treeiter_fix

Fix bug in TreeIter::new()

5732895709016982daeaaf0c030c34d1bf5f1857 authored about 10 years ago by Guillaume Gomez <[email protected]>
Merge pull request #167 from oakes/fn-pointer

Cast as fn pointer to fix build error

32d2a5c8460e065729fa1d87ad33ce223a1fdb3f authored about 10 years ago by Guillaume Gomez <[email protected]>
Fix TreeIter::new() failure by not creating temporary TreeIter object

2bc362681e6c258ad556edd502eee960245b613c authored about 10 years ago by oakes <[email protected]>
Cast as fn pointer to fix build error

1f63080bc3c8ea81f993d253ff2517a6fff44eb6 authored about 10 years ago by oakes <[email protected]>
Merge pull request #166 from oakes/treeiter

Improve TreeIter

0930e37ab285166cbd82c60cc7524d370df1663b authored about 10 years ago by Guillaume Gomez <[email protected]>
Remove obsolete OSX instructions

fff0359e5c1063792be41619859b5e5c14793a20 authored about 10 years ago by oakes <[email protected]>
Improve TreeIter by fixing mutability and implementing Drop

620971aa38a15d6cc971a610eaa21bcfdf1cdde5 authored about 10 years ago by oakes <[email protected]>
Merge pull request #165 from GuillaumeGomez/build-fix

Update to last rust compiler version.

8fcba1abf71e3dae2902d761ea6d7201b482dd45 authored about 10 years ago by Guillaume Gomez <[email protected]>
Fixes build error

c725c3671aeb82c30f2e581b785f56bb3cb52fb8 authored about 10 years ago by GuillaumeGomez <[email protected]>
Fix build.rs error

8bb47bd70725ca45b1f07d2fce14e3e5d5496e76 authored about 10 years ago by GuillaumeGomez <[email protected]>
Update to last rust compiler version (part of)

168693f2206abea687627f603fd55965c2802c40 authored about 10 years ago by GuillaumeGomez <[email protected]>
Begin of build fix

60f622e10cf3f225264ce5204f1bfebf51af914f authored about 10 years ago by GuillaumeGomez <[email protected]>
Merge pull request #163 from GuillaumeGomez/compiler-upda

Update to last rust compiler version

4693d61c016b40bc6e6ff78848c8509a4e0c4eec authored about 10 years ago by Guillaume Gomez <[email protected]>
Update to last rust compiler version

1850b8523d42ffddcafada54d313a7859e5a2fe7 authored about 10 years ago by GuillaumeGomez <[email protected]>
Beggining of gdk::Window binding

afe2aaadba2e20178ef3bb3b6c25360277489b1f authored about 10 years ago by GuillaumeGomez <[email protected]>
Merge pull request #161 from oakes/quartz

Support the Quartz backend on OS X

88bdad5268d94bfb9af7bbce0b9e7952054a708e authored about 10 years ago by Jeremy Letang <[email protected]>
Remove X11 pkgconfig path, and allow cross compile so find_library works

9fc1038a2845672ea53de99e5a053d86450c4bb1 authored about 10 years ago by oakes <[email protected]>
Merge pull request #160 from buster/modifier-enums-reform

changed ModifierType to bitflags, more rust-like, and added a usage exam...

2882087de9489c4ffed50bb678723ebabad0d38e authored about 10 years ago by Jeremy Letang <[email protected]>
make modifiertype used by GDk structs

3fbdf66ae8ce680d04964a8c0a7f823450ba71c3 authored about 10 years ago by Sebastian Schulze <[email protected]>
convert modifierintent to bitflags

692f90b1c7236ddf773597372ffc05e7c916dbeb authored about 10 years ago by Sebastian Schulze <[email protected]>
fix Modifiermask value

I believe it should be this value..
https://fossies.org/dox/gtkmm-3.14.0/types_8h_source.html

c512b84721a47e09d05f71c486f2b7f0697df568 authored about 10 years ago by Sebastian Schulze <[email protected]>
Remove unnecessary #else condition

0ac37d553e383af0fd42bd3d709692b904f5f626 authored about 10 years ago by oakes <[email protected]>
Remove the Socket widget on non-Linux OSes

6b0df965276ea87264960ea22a6033ed4782ae66 authored about 10 years ago by oakes <[email protected]>
Support the Quartz backend on OS X

293394035615bf8e59169cf2f91c1bcac6aee599 authored about 10 years ago by oakes <[email protected]>
changed ModifierType to bitflags, more rust-like, and added a usage example to examples/gtktest

5fed341780336f897fb59f8b5e0294daa456be74 authored about 10 years ago by Sebastian Schulze <[email protected]>