openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
G
gtk-rs
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 10 hours
ago. based on code collected
about 10 hours
ago.
Aug 16, 2024 — Aug 16, 2025
Showing page 82 of 83
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Declaration of new functions
GuillaumeGomez
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
JeremyLetang
More...
about 11 years ago
Forgot .gitignore for bin/ -> test/bin/ and makefile changes
mthq
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
mthq
More...
about 11 years ago
Merge pull request #9 from mathijshenquet/master
Jeremy Letang
More...
about 11 years ago
Moved all demo stuff into test/
mthq
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/
mthq
More...
about 11 years ago
Refactored enums
mthq
More...
about 11 years ago
Temporary enum reexport fix
mthq
More...
about 11 years ago
Renamed traits *Trait -> * (i.e. WidgetTrait -> Widget)
mthq
More...
about 11 years ago
Removed glob usage in src/gtk/*
mthq
More...
about 11 years ago
Removed glob reexports in src/gdk/mod.rs
mthq
More...
about 11 years ago
saner trait rexports
mthq
More...
about 11 years ago
signals
mthq
More...
about 11 years ago
Merge pull request #8 from mathijshenquet/master
Jeremy Letang
More...
about 11 years ago
removed #![allow(...)] pragma's at the global level (except dead_code) and reintroduced them only in modules where neccessary
mthq
More...
about 11 years ago
cleaned up imports
mthq
More...
about 11 years ago
last fix
mthq
More...
about 11 years ago
tried to fix whitespace
mthq
More...
about 11 years ago
re-added traits/gtkbutton additions
mthq
More...
about 11 years ago
rename back rustgtk -> rgtk
mthq
More...
about 11 years ago
updated .gitignore with doc/
mthq
More...
about 11 years ago
added Makefile rule for documentation
mthq
More...
about 11 years ago
The glue library is now staticly linked.
mthq
More...
about 11 years ago
.gitignore corrected bin/ and lib/ entries
mthq
More...
about 11 years ago
merge rt with gtk module
mthq
More...
about 11 years ago
merge
mthq
More...
about 11 years ago
Changes: * Refactoring of source tree * Renaming rgtk -> rustgtk * Updated Makefile(.in)
mthq
More...
about 11 years ago
update to last Rust
JeremyLetang
More...
about 11 years ago
initial rust0.11 support
mthq
More...
about 11 years ago
←
1
2
…
75
76
77
78
79
80
81
82
83
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree