1
I Use This!
Inactive

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 10 hours ago.
Aug 16, 2024 — Aug 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Declaration of new functions More... about 11 years ago
fix build on osx - update Makefile to build gtk_glue as static on osx - restore some metadata on rgtk.rs, these are not used by cargo but still usefule for rustc - add the test program as a target for cargo More... about 11 years ago
Forgot .gitignore for bin/ -> test/bin/ and makefile changes More... about 11 years ago
Moved all gtk stuff (ffi/, utils/) into gtk/* so we can expand gdk/, glib/, etc and possibly others without interferance More... about 11 years ago
Merge pull request #9 from mathijshenquet/master More... about 11 years ago
Moved all demo stuff into test/ More... about 11 years ago
Added [cargo](http://crates.io) support * Build using `cargo build` (does roughly the same thing as `make`, including `make glue`) * Still test using `make test` * With cargo the output dir has also changed lib/ -> target/ More... about 11 years ago
Refactored enums More... about 11 years ago
Temporary enum reexport fix More... about 11 years ago
Renamed traits *Trait -> * (i.e. WidgetTrait -> Widget) More... about 11 years ago
Removed glob usage in src/gtk/* More... about 11 years ago
Removed glob reexports in src/gdk/mod.rs More... about 11 years ago
saner trait rexports More... about 11 years ago
signals More... about 11 years ago
Merge pull request #8 from mathijshenquet/master More... about 11 years ago
removed #![allow(...)] pragma's at the global level (except dead_code) and reintroduced them only in modules where neccessary More... about 11 years ago
cleaned up imports More... about 11 years ago
last fix More... about 11 years ago
tried to fix whitespace More... about 11 years ago
re-added traits/gtkbutton additions More... about 11 years ago
rename back rustgtk -> rgtk More... about 11 years ago
updated .gitignore with doc/ More... about 11 years ago
added Makefile rule for documentation More... about 11 years ago
The glue library is now staticly linked. More... about 11 years ago
.gitignore corrected bin/ and lib/ entries More... about 11 years ago
merge rt with gtk module More... about 11 years ago
merge More... about 11 years ago
Changes: * Refactoring of source tree * Renaming rgtk -> rustgtk * Updated Makefile(.in) More... about 11 years ago
update to last Rust More... about 11 years ago
initial rust0.11 support More... about 11 years ago