Commit Graph

  • 0e58c0a9ef Replace reqwest with calls to curl/powershell rombankzero 2018-12-09 16:46:55 +02:00
  • 54fb8a0c24 Update sdl2-sys version to 0.32.4 Cobrand 2018-12-08 17:13:15 +00:00
  • c876804912 Re-add multi-platform config headers for sdl2-sys Niels Wießner 2018-12-07 18:00:25 +01:00
  • 7e537a0730 Update sdl2-sys to 0.32.3 Cobrand 2018-12-06 22:45:10 +00:00
  • c9873a3325 Merge pull request #818 from rombankzero/windows-static Cobrand 2018-12-06 23:44:34 +01:00
  • 436d4f7eae Update sdl2 to 0.32 Cobrand 2018-12-06 22:41:12 +00:00
  • cb50fd8467 Update sdl2-sys to 0.32.2 Cobrand 2018-12-06 22:40:29 +00:00
  • 856101cddd Update docs for rustup usage Cobrand 2018-12-05 12:47:21 +00:00
  • b18e7d3880 Add static link instructions for Windows to README rombankzero 2018-12-06 19:19:55 +02:00
  • 1f2eaeca85 Link setupapi when static linking on Windows rombankzero 2018-12-06 18:17:33 +02:00
  • c0ab771576 Merge pull request #817 from rasky/upgrade-sdl Cobrand 2018-12-06 02:25:01 +01:00
  • 8a59f242cd Remove patch for SDL 2.0.8 Giovanni Bajo 2018-12-05 22:41:09 +01:00
  • 9033c00f4e Upgrade embedded headers to 2.0.9 as well Giovanni Bajo 2018-12-05 14:33:55 +01:00
  • edbe5df21e Fix test flakyness Giovanni Bajo 2018-12-04 20:34:47 +01:00
  • f1c51a8b63 Upgrade to SDL 2.0.9 Giovanni Bajo 2018-12-04 19:48:48 +01:00
  • ce0eb13a5b change repo badge to svg Amila Welihinda 2018-11-09 10:22:45 -08:00
  • 0f2476f063 Merge pull request #803 from DefinitelyNotRobot/master Cobrand 2018-12-05 14:50:05 +01:00
  • 18c3df21f5 Upgrade unidiff crate to 0.3 messense 2018-11-24 12:25:42 +08:00
  • 24e6e2806b Bump downloaded SDL source to 2.0.8 (fix bindgen SDL_vulkan.h not found error) Disable derive-debug in bindgen (fix array does not implement Debug error) Manually implement Debug for Rect and Point (required as a result of above fix) DefinitelyNotRobot 2018-10-27 17:27:29 +08:00
  • f83b89481e Merge pull request #1 from Rust-SDL2/master DefinitelyNotRobot 2018-10-27 15:43:50 +08:00
  • cfced74f15 Fix audio whitenoise example Cobrand 2018-10-15 17:31:20 +00:00
  • d2eb21b1cb Add load_mappings_from_read and load_mappings_from_rw C Jones 2018-10-15 12:40:50 -04:00
  • f60c28b086 Bump sdl2 & sdl2-sys versions Cobrand 2018-10-10 00:07:53 +00:00
  • a51ad1aaf8 Update dependencies Cobrand 2018-10-10 00:01:09 +00:00
  • 078d916a31 Remove keywords Cobrand 2018-10-09 22:42:12 +00:00
  • c5a8a70003 Update changelog & bump to 0.32 Cobrand 2018-10-09 11:53:05 +00:00
  • 71fe9ef89b Merge pull request #781 from reynisdrangar/master Cobrand 2018-10-10 00:35:24 +02:00
  • 53e7fb82b6 Merge branch 'master' into master Cobrand 2018-10-09 13:27:33 +02:00
  • ef36bb8e94 Merge pull request #797 from reynisdrangar/patch_bundled_sdl2 Cobrand 2018-10-09 13:24:56 +02:00
  • 2b533d9480 Merge pull request #789 from Thinkofname/audio-fixes Cobrand 2018-10-09 13:18:30 +02:00
  • 765d564594 Improve number and content of comments Drew Pirrone-Brusse 2018-09-29 14:11:38 -04:00
  • 5d860dbd22 Pull in and use the SDL2 2.0.8 patch Drew Pirrone-Brusse 2018-09-23 19:42:26 -04:00
  • 172729cfc5 Add unidiff to the build deps list for bundled builds Drew Pirrone-Brusse 2018-09-23 19:41:07 -04:00
  • 1f48ab10c9 Fix a test in audio.rs Drew Pirrone-Brusse 2018-09-22 15:37:02 -04:00
  • 5da894bd43 Extend travis build matrix to include bundled/static Reynisdrangar 2018-07-07 11:56:08 -06:00
  • 7351450842 Bump to latest version of SDL2_mixer in CI johnthagen 2018-09-26 19:23:19 -04:00
  • 7ed0ab1a96 Fix a missing-type bug Drew Pirrone-Brusse 2018-09-22 21:08:35 -04:00
  • c33715bf5f "Install" Windows dynamic libraries Drew Pirrone-Brusse 2018-09-22 17:21:36 -04:00
  • e5100d17c2 Fix a test in audio.rs Drew Pirrone-Brusse 2018-09-22 15:37:02 -04:00
  • 0472c00dd9 Lock bundled SDL2 builds to 2.0.5 Drew Pirrone-Brusse 2018-09-22 15:02:49 -04:00
  • 14ead0b8b1 Extend travis build matrix to include bundled/static Reynisdrangar 2018-07-07 11:56:08 -06:00
  • a0a1b4bddf Merge pull request #785 from Rua/master Cobrand 2018-09-13 15:18:07 +02:00
  • 16b84eaf8e Make getting-started example copy-paste friendly Stephen 2018-09-09 22:22:43 -07:00
  • a60c146d70 common: impl Clone and PartialEq for IntegerOrSdlError Ben Boeckel 2018-08-22 16:37:36 -04:00
  • a6df5914f1 Add missing window_id field to Event::DropFile DefinitelyNotRobot 2018-08-22 19:12:26 +08:00
  • 89db4ba3f5 Add missing window_id field to Event::DropFile DefinitelyNotRobot 2018-08-22 19:12:26 +08:00
  • a0734fd3d8 Fix undefined behavior with AudioStatus's FromPrimitive Matthew Collins 2018-08-19 23:48:58 +01:00
  • 0ca64698e9 Fix a segfault when get_callback panics Matthew Collins 2018-08-19 23:39:26 +01:00
  • 0a313da485 Use plain integers for Vulkan handle types in auto-generated bindings Rua 2018-07-12 16:54:42 +02:00
  • 22c896e360 Added link to vkCreateInstance documentation Rua 2018-07-12 15:06:57 +02:00
  • 83d7ba7e68 Fixed some display problems in the readme Rua 2018-07-12 15:01:25 +02:00
  • 443d116f49 Added Vulkan support Rua 2018-07-12 14:52:11 +02:00
  • 4bb6b9abcf fix in event.rs: safely unwrapping keyboard::Mod Jochen Peters 2018-06-26 23:38:22 +02:00
  • 97e1f79688 Merge pull request #782 from Rust-SDL2/unstable-build-rs-work Cobrand 2018-07-08 17:19:34 +02:00
  • 9a0afae51f Use the proper way to compile SDL2 in release mode unstable-build-rs-work Cobrand 2018-07-08 14:55:09 +00:00
  • e417938218 Prevent warning in sdl2-sys/build.rs Cobrand 2018-07-08 14:39:32 +00:00
  • 315082a8e3 temporarily fix test_audio_cvt test Cobrand 2018-07-08 14:32:33 +00:00
  • c555aa9857 Always build SDL2 in release mode Cobrand 2018-07-07 23:04:09 +00:00
  • 89a7ee21cd Don't try to build features (image,..) when uneeded Cobrand 2018-06-10 00:18:18 +00:00
  • 0f714d98fc gfxPrimitives_font.h is not part of gfx anymore Cobrand 2018-06-09 22:23:33 +00:00
  • 1f95a92c74 Fix static linking not working with sdl 2.0.8 Cobrand 2018-06-09 22:23:14 +00:00
  • 083bbfa892 Merge remote-tracking branch 'bgourlie/sdl-upgrade' into unstable-work Cobrand 2018-06-09 21:43:31 +00:00
  • f8b88c373d Merge branch 'PR765' into unstable-work Cobrand 2018-06-09 21:43:19 +00:00
  • 07723632df Implement sdl::get_platform() Fred Morcos 2018-05-18 15:22:43 +02:00
  • e998692601 Upgrade to SDL 2.0.8 W. Brian Gourlie 2018-06-09 12:38:54 -05:00
  • 8a3fd3b1c5 Add a #[must_use] directive to add_timer() Fred Morcos 2018-05-17 14:01:00 +02:00
  • 8d126f0854 Fix mac target link arguments Jon Emil Jahren 2018-04-02 14:01:03 +02:00
  • 0aab5ef28a Converted SDL_gfx to autogenerated bindings Jon Emil Jahren 2018-04-02 10:41:23 +02:00
  • a27c3c62a5 Convert SDL_mixer bindings into autogenerated bindings Jon Emil Jahren 2018-04-02 09:07:34 +02:00
  • f2a7b7fd0a Convert SDL_ttf bindings into autogenerated bindings Jon Emil Jahren 2018-04-02 08:13:55 +02:00
  • d096769786 Convert SDL_image bindings into autogenerated ones Jon Emil Jahren 2018-04-02 07:29:31 +02:00
  • c6b78a1c67 Moved gfx low level interface into sdl2_sys crate Jon Emil Jahren 2018-04-02 06:12:16 +02:00
  • 75137049cd Move SDL_ttf to sdl2-sys crate Jon Emil Jahren 2018-04-02 05:28:08 +02:00
  • d2a7233827 Move SDL_image to sdl2-sys crate Jon Emil Jahren 2018-04-02 05:18:05 +02:00
  • 0fb0dc54f3 Move linker flags of the mixer module into build script Jon Emil Jahren 2018-04-02 05:00:55 +02:00
  • d706ee9085 Move mixer module to the sdl2-sys crate Jon Emil Jahren 2018-04-02 00:11:29 +02:00
  • 3e2265321b Bindgen cleanup and update version to 0.35 Jon Emil Jahren 2018-04-01 23:27:25 +02:00
  • e9f2e33797 Made gl_set_swap_interval() return Result, not bool Simon Heath 2018-03-22 15:42:04 -04:00
  • 809fee03a1 Use power_level in the joystick example Jessica Stokes 2018-03-07 14:21:55 -08:00
  • d8b3a282c2 Add power_level method to Joystick type Jessica Stokes 2018-03-07 14:21:37 -08:00
  • 58d6e17be5 Fix for 'windows-gcc' target manpat 2018-03-23 21:21:25 +00:00
  • 162441bfa3 Add Hash impls for Point and Rect Matthew D. Steele 2018-03-27 16:15:21 -04:00
  • 9cce8edd00 Add Arch Linux example to the README.md tengwar 2018-03-10 16:28:22 +01:00
  • 8184caf3fd sdl2::mixer::open_audio must be called before other functions Constantin Nickel 2018-02-15 21:45:25 +01:00
  • 8f8813c2a1 call SDL_free on text buffers returned from a few SDL calls kyren 2018-02-09 06:11:55 -05:00
  • 4232ca1d4c Document supported SDL2 versions Cobrand 2018-01-03 02:55:06 +00:00
  • 5a732fb21d Merge pull request #740 from wmedrano/master Cobrand 2018-01-02 18:36:04 -08:00
  • 16b9fa4ae1 derive debug for Event wmedrano 2017-12-30 04:36:13 +00:00
  • 43ca1ba0cc Merge pull request #739 from martinlindhe/master Cobrand 2017-12-29 00:06:35 -08:00
  • 80fbbab198 avoid dependency of gfx Martin Lindhe 2017-12-26 19:39:10 +01:00
  • 87db9987c8 add an example using a custom mouse cursor Martin Lindhe 2017-12-21 13:34:36 +01:00
  • 35b4931f98 Update changelog for PR #733 and #737 Cobrand 2017-12-12 06:00:54 +00:00
  • b83be89a9d Merge pull request #733 from Cyres/master Cobrand 2017-12-12 05:53:27 +00:00
  • 871700e648 Error checking fix for ClipboardUtil::set_clipboard_text kyren 2017-12-11 11:41:43 -05:00
  • 2bed801fef Disable test_timer for macos Cobrand 2017-12-12 05:50:07 +00:00
  • 7164ed77e9 Fix mac travis build Michael Fairley 2017-11-29 22:59:05 -04:00
  • bc1d1b455b fix some typos Martin Lindhe 2017-12-05 00:44:01 +01:00
  • 9b419fecb1 Update documentation for border_size Tim Diekmann 2017-11-30 18:18:38 +01:00
  • 0a668e7f7f Change return type of border_size to Result Tim Diekmann 2017-11-30 18:13:28 +01:00
  • fe23e512e0 Update border_size documentation Tim Diekmann 2017-11-30 11:15:00 +01:00