1
I Use This!
Inactive

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 5 hours ago.
Aug 02, 2024 — Aug 02, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added ref/deref mechanism to all gtk widgets, fixes #35 More... about 11 years ago
Merge pull request #34 from mathijshenquet/size-request More... about 11 years ago
add set_size_request, fixes jeremyletang/rgtk#31 More... about 11 years ago
fix warnings + add examples rule in makefile More... about 11 years ago
fix to last Rust master More... about 11 years ago
Merge pull request #30 from jeremyletang/cargo-layout More... about 11 years ago
update folder layout to place test binaries in src/bin ( cargo folder layout ) remove warnings + unnecessary libraries linkings in tests More... about 11 years ago
Merge pull request #29 from mathijshenquet/cairo More... about 11 years ago
Some last cairo cleanup More... about 11 years ago
Merge: * Remove incorect `impl Drop for GtkWidget` * Update cairo to new ptr syntax * Trouble with callbacks, see https://github.com/jeremyletang/rgtk/issues/28 More... about 11 years ago
update .travis.yml to trigger rust-ci doc More... about 11 years ago
Partial for rebasing More... about 11 years ago
Fixed errors and implemented a custom trampoline for signal draw More... about 11 years ago
Update README.md More... about 11 years ago
Update README.md More... about 11 years ago
Merge pull request #25 from jeremyletang/travis More... about 11 years ago
Merge pull request #24 from jeremyletang/raw-pointer More... about 11 years ago
finalize port to the new raw pointers form More... about 11 years ago
Merge pull request #23 from GuillaumeGomez/master More... about 11 years ago
continue to fix pointers More... about 11 years ago
Remove warnings More... about 11 years ago
New widget : AppChooserDialog -> however, not all of its functionalities work since an error prevent me to test it... More... about 11 years ago
Merge pull request #21 from jeremyletang/raw-pointer More... about 11 years ago
add travis.yml More... about 11 years ago
fix raw pointer for last PR More... about 11 years ago
Merge pull request #22 from GuillaumeGomez/master More... about 11 years ago
Merge errors corrected More... about 11 years ago
Merging Merge remote-tracking branch 'upstream/master' More... about 11 years ago
Working on the last compiler version More... about 11 years ago
prepare rgtk to the new raw pointer reform: - *T -> *const T = const T* - *mut T = T* this change all the mutable pointer *T to *mut T *const T will come when the change is merge in Rust More... about 11 years ago