1
I Use This!
Inactive

Commits : Listings

Analyzed about 22 hours ago. based on code collected about 22 hours ago.
Aug 16, 2024 — Aug 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
New widget function declaration More... about 11 years ago
update to last Rust - fix implicit borrow removal for Box<T> in cairotest More... about 11 years ago
Merge pull request #44 from GuillaumeGomez/master More... about 11 years ago
Update README.md More... about 11 years ago
Fix an error in Makefile (test rule doesn't exist) Fix errors in Box widget (missing imports) Fix errors in gtktest (gtk::Box not gtk::_Box) More... about 11 years ago
Merge pull request #36 from mathijshenquet/widget-refcounting More... about 11 years ago
Merge pull request #38 from mathijshenquet/better-documentation More... about 11 years ago
Cairo: Remove `impl Clone` in favour of `reference` methods (per jeremyletang/rgtk#36) More... about 11 years ago
Added rust-ci doc link More... about 11 years ago
Merge pull request #43 from jeremyletang/travis More... about 11 years ago
Merge pull request #42 from GuillaumeGomez/master More... about 11 years ago
Add enums in gdk Add new widget functions More... about 11 years ago
fix travis More... about 11 years ago
try fix doc upload More... about 11 years ago
Merge pull request #41 from GuillaumeGomez/master More... about 11 years ago
Changed to List<Box> More... about 11 years ago
Rename some trait reexports More... about 11 years ago
New functions in Widget More... about 11 years ago
New functions in widget More... about 11 years ago
remove gtk::Widget, this shouldn't exist, use traits::Widget, this follow my previous commit ( by mistake i've not made a pull request, see commit f985cbf10529666a68a39926521b4b920d58a305) More... about 11 years ago
Merge pull request #39 from jeremyletang/travis More... about 11 years ago
fix travis More... about 11 years ago
try to enable rust-ci doc More... about 11 years ago
Split widget trait - remove Wrap / get_widget methods from Widget trait. these don't need to be public. - move the previous methods to the traits FFIWidget, the user cannot see it. - Widget need FFIWidget to be implemented More... about 11 years ago
Rename _Box -> Box using no_implicit_prelude, better docs More... about 11 years ago
Add OSX shell instructions More... about 11 years ago
Updated documentation * Updated README.md * Shortened and spread out `rgtk.rs` and `gtk/mod.rs` documentation * Add documentation stubs for `gdk/mod.rs`, `glib/mod.rs` and `cairo/mod.rs` More... about 11 years ago
Merge pull request #37 from GuillaumeGomez/master More... about 11 years ago
Disabled functions are back More... about 11 years ago
Added functions in Widget traits More... about 11 years ago