Commit Graph
1948 Commits
Author SHA1 Message Date
Cobrand 59a95913f4 Add some more documentation for unsafe_textures feature 2017-09-05 05:12:07 +00:00
Cobrand a0da0cf392 Update travis and README for the unsafe_textures feature 2017-09-05 05:12:07 +00:00
Cobrand 17ea8930b4 Update examples in Cargo.toml to avoid failing tests with unsafe_textures feature 2017-09-05 05:11:04 +00:00
Cobrand fb82743b4b Add 'unsafe_textures' feature to get rid of the Texture lifetime 2017-09-05 05:11:04 +00:00
Cobrand dbea930a18 Update changelog 2017-09-05 05:09:10 +00:00
CzipperzandCobrand 3f856cbf09 Make with_texture_canvas restore target. 2017-08-29 21:46:33 -07:00
CobrandandGitHub 56236302cf Update Travis Badge
Closes #691
2017-08-06 22:30:54 +00:00
bitrayneandCobrand 42f4ba0e7e Update README.md 2017-08-05 16:47:42 -07:00
bitrayneandCobrand 60b76de0ff Update README.md
Fix master documentation link
2017-08-05 16:47:42 -07:00
Michael FairleyandCobrand 761a260e59 Add link directives for iOS frameworks 2017-07-23 14:53:59 -07:00
Simon HeathandCobrand 7ebf5fe39a Made gl_set_swap_interval() take Into<SwapInterval> 2017-07-13 22:08:11 -07:00
Simon HeathandCobrand 71a3dad7ae Made get/set_swap_interval take and return an enum instead of i32 2017-07-13 22:08:11 -07:00
Cobrand 8264c3f283 Add missing enum variants in SDL_WindowFlags 2017-07-09 05:50:44 +00:00
Cobrand 7623bd51fb Add SDL_GetWindowWMInfo in sdl2_sys
Because of the lack of untagged union support as of this commit's date,
this is not implemented in sdl2 yet.

Fixes #649
2017-07-09 05:37:47 +00:00
shybyteandCobrand 0e2ac14266 Fixed clippy warnings in audio-capture-and-replay example. 2017-07-08 22:09:27 -07:00
shybyteandCobrand 059cf96ee5 Do not specify AudioSpecDesired.freq in audio-capture-and-replay example in order to avoid problems with sound cards, which might not be able to record with 44100 hz. 2017-07-08 22:09:27 -07:00
shybyteandCobrand 515229add5 Support Audio Capture in AudioCallbacks
* Added open_capture method to AudioSubsystem
* Added example audio-capture-and-replay
2017-07-08 22:09:27 -07:00
Cobrand ed7178cb94 Fix warning that emerged with FnMut->FnOnce from previous commit 2017-07-08 23:57:51 +00:00
bearbear2kandCobrand 8f3133cfe7 Resolve #677 (change FnMut to FnOnce) 2017-07-08 00:02:44 -07:00
Nicholas FarshidmehrandCobrand c96d5d2c67 Fix tiny spelling mistake. 2017-07-07 23:57:52 -07:00
Florian HageneierandCobrand 7d0d58be61 Exposed SDL_CaptureMouse 2017-07-04 22:32:46 -07:00
johnthagenandCobrand 33fdf82277 Update mixer example to run sound effect in addition to music (#666)
* Add chunksize parameter documentation.
* Fix example name.
2017-05-28 13:03:35 -07:00
johnthagenandCobrand 55bfeeed8d Add chunksize parameter documentation. 2017-05-24 01:36:07 +00:00
johnthagenandCobrand 0e83c2855f Uppercase static variables. 2017-05-22 05:49:24 +00:00
johnthagenandCobrand 8b0439960e Fix spelling in comment. 2017-05-22 05:48:54 +00:00