185 Commits

Author SHA1 Message Date
Tony Aldridge d934eb3db9 Merge pull request #65 from drbawb/exp/fix-append-one
Use new `Vec#append_one()` method
0.10
2014-04-02 13:53:33 +01:00
Tony Aldridge f60feea10e Merge pull request #67 from andelf/add-ref-link-to-sdl2_ttf
README: add reference link to rust-sdl2_ttf
2014-04-02 09:25:56 +01:00
Andelf 7457578582 README: add reference link to rust-sdl2_ttf 2014-04-02 11:19:39 +08:00
Robert Straw 1dd5577cc5 Merge branch 'exp/fix-visibility' into exp/fix-append-one 2014-04-01 08:23:10 -05:00
Robert Straw 5850a74e8b (Changed all structs to public vis. by default) 2014-04-01 08:21:33 -05:00
Robert Straw ef0e904b88 append_one is now a method of Vec
(Also added a type hint for the compiler to deduce what `flags_out`
contains at the time `append_one` is called.)
2014-03-31 09:00:27 -05:00
Tony Aldridge 2890b58f19 Merge pull request #63 from pnkfelix/misc-updates-for-newer-rustc
Misc updates for newer rustc
2014-03-31 09:17:38 +01:00
Tony Aldridge f2651e716f Merge pull request #62 from pnkfelix/mk-fix-sdl-check
Fix Makefile's attempt to infer value for SDL_MODE.
2014-03-31 09:16:24 +01:00
Felix S. Klock II 0e9e5a5731 Switch to new inner attribute syntax.
Inner attributes now written `#![inner(attr)]` rather than `#[inner(attr)];`
2014-03-30 16:06:44 +02:00
Felix S. Klock II 13df4d7c3c Allow deriving(Eq) for individual cases using raw pointers. 2014-03-30 16:06:44 +02:00
Felix S. Klock II c377de429b remove outdated Vec imports 2014-03-30 16:06:44 +02:00
Felix S. Klock II e38be788a5 Fix Makefile's attempt to infer value for SDL_MODE.
The `ifeq` check does not work without surrounding double-quotes if
SDL_MODE is unset.
2014-03-30 13:41:49 +02:00
Tony Aldridge a9f3bc4564 Merge pull request #61 from jmmk/keycode-totaleq
Add TotalEq to KeyCode to make it hashable
2014-03-26 09:09:33 +00:00
Michael McLellan 8173e6264b Add TotalEq to KeyCode to make it hashable 2014-03-25 21:38:48 -06:00
Tony Aldridge a3a605f145 Merge pull request #60 from zach297/demos
fix 'make demos' typo in README; 'demos' is not a target in the Makefile
2014-03-25 15:38:51 +00:00
Zach Reizner 7402217eb5 fix 'make demos' typo in README; 'demos' is not a target in the Makefile 2014-03-25 10:22:01 -05:00
Tony Aldridge c883043877 Merge pull request #59 from zach297/master
removal of eq in TotalEq in rust@master
2014-03-25 12:34:40 +00:00
Zach Reizner 6633e6cea2 removal of eq in TotalEq in rust@master 2014-03-25 00:33:56 -05:00
Tony Aldridge c6e991bbeb Merge pull request #58 from AngryLawyer/47-wrap-mouse-fixes
Unknown mouse states handled
2014-03-21 13:46:01 +00:00
Tony Aldridge 697f61b732 Unknown mouse states now get collected into handy enum variants that wrap the unknown value (which I believe might be platform specific, so we can't give them sensible names). This fixes #47 2014-03-21 13:33:46 +00:00
Tony Aldridge 3dbeb3d3f1 Merge pull request #57 from drbawb/exp/vec_ng-moved
`std::vec_ng` moved to `std::vec` in rust@master
2014-03-21 09:18:50 +00:00
Robert Straw 4b4fa1f30e std::vec_ng moved to std::vec in rust@master
(The old `std::vec` stuff is now in `std::slice`)
2014-03-20 12:23:36 -05:00
Tony Aldridge b6915d5852 Merge pull request #56 from drbawb/exp/cleanup-warnings
Cleanup Warnings
2014-03-20 14:52:05 +00:00
Robert Straw cb2b6fb153 Suppress warnings about visible private types 2014-03-20 08:58:08 -05:00
Robert Straw fe12be6745 (Use IoResult instead of bare Result) 2014-03-20 08:56:38 -05:00