Commit Graph

  • f7a50c162c Bugfix in swap interval for win32 Tomaka17 2014-10-27 13:09:36 +01:00
  • a6bc0b0ba0 Merge pull request #72 from tomaka/vsync tomaka 2014-10-27 09:24:31 +01:00
  • 60e9ba4feb Merge pull request #74 from glennw/x11-key-events tomaka 2014-10-27 07:43:02 +01:00
  • 391c42d177 Merge pull request #76 from glennw/fix-x11-window-res tomaka 2014-10-27 07:30:28 +01:00
  • 84cd668bb6 Add backspace event and map some more keys on x11. Glenn Watson 2014-10-27 14:38:44 +10:00
  • 18d9b493d7 Merge pull request #78 from glennw/x11-wheel-events tomaka 2014-10-27 07:25:30 +01:00
  • 32eba16994 Merge pull request #77 from glennw/x11-modifiers tomaka 2014-10-27 07:20:00 +01:00
  • 03c55230f0 Merge pull request #75 from glennw/fix-x11-window-title tomaka 2014-10-27 07:14:34 +01:00
  • 7800b14749 Fix bad memory being passed (due to going out of scope) to set title on X11. Glenn Watson 2014-10-27 14:54:21 +10:00
  • 8fee1950c6 Add support for mouse wheel events on x11. Glenn Watson 2014-10-27 14:51:44 +10:00
  • 22b434bf1d Only reject modes based on resolution when using fullscreen. This fixes creating a window that is not the same resolution as an existing video mode. Glenn Watson 2014-10-27 14:47:33 +10:00
  • e19dd83925 Add support for keyboard modifiers on x11. Glenn Watson 2014-10-27 14:55:36 +10:00
  • 41d7118a42 Add 64bits versions of gdi32 and opengl32 Tomaka17 2014-10-26 21:37:09 +01:00
  • 8249e545f8 Add with_vsync to WindowBuilder, plus the win32 implementation Tomaka17 2014-10-26 10:32:51 +01:00
  • e887cf57b8 Merge pull request #73 from tomaka/app-appveyor-cfg tomaka 2014-10-26 16:24:40 +01:00
  • c61b4ccf99 Test now less restrictive Tomaka17 2014-10-26 15:58:43 +01:00
  • 0d37f01b5a Merge pull request #69 from tomaka/revert-68-fix-native-win tomaka 2014-10-26 15:40:31 +01:00
  • 1f22b3b226 Add opengl32.a and gdi32.a Tomaka17 2014-10-26 15:36:39 +01:00
  • 6a3c94f5bf Add appveyor configuration file Tomaka17 2014-10-26 11:27:46 +01:00
  • fa99f0e701 Revert "Add platform_display impls for win32 and android" tomaka 2014-10-25 10:31:25 +02:00
  • 5c31daf7e2 Merge pull request #68 from tomaka/fix-native-win tomaka 2014-10-24 13:10:41 +02:00
  • 0eda82c28f Add platform_display impls for win32 and android Fix the cocoa function Tomaka17 2014-10-24 12:54:58 +02:00
  • 2c9eaf8651 Merge pull request #65 from glennw/x-threads tomaka 2014-10-24 12:31:33 +02:00
  • 97c471dc05 Add an interface for providing system wide initialization options to the windowing system. Glenn Watson 2014-10-24 14:49:07 +10:00
  • fe8646c556 Merge pull request #66 from glennw/platform_data tomaka 2014-10-24 10:19:35 +02:00
  • 21e3ff99fa Make platform data function as unsafe. Glenn Watson 2014-10-24 18:12:03 +10:00
  • 59ff347eed Merge pull request #64 from glennw/fix-get-dimensions tomaka 2014-10-24 08:27:42 +02:00
  • 5693fbcce3 Add accessor for underlying display handle on Linux. Although unimplemented on other platforms, this applies to at least android as well. Glenn Watson 2014-10-24 15:20:25 +10:00
  • 80e4fa9ad8 Fix closing X display in get_dimensions Glenn Watson 2014-10-24 14:13:19 +10:00
  • d8ca679a6e Merge pull request #62 from DavidPartouche/cocoa-input tomaka 2014-10-23 18:28:53 +02:00
  • f86af01a99 Added the Alt key modifier David Partouche 2014-10-23 18:01:09 +02:00
  • 6f46c0c2dd Added the modifiers key as input David Partouche 2014-10-23 17:18:47 +02:00
  • 271b688910 Fixed switch from atomics to atomic in rust David Partouche 2014-10-23 12:28:57 +02:00
  • 86e8480550 Added the KeyPress and KeyRelease events David Partouche 2014-10-15 11:49:10 +02:00
  • dad539114d Added ReceivedCharacter event for cocoa David Partouche 2014-10-12 20:16:42 +02:00
  • ba8f55547f Added is_closed to osx window David Partouche 2014-10-11 22:37:31 +02:00
  • 421beefe67 Added mose move event David Partouche 2014-10-11 12:02:25 +02:00
  • d0d787bff0 Merge pull request #60 from DavidPartouche/mac-compilation-error tomaka 2014-10-23 13:18:06 +02:00
  • 5969cfe886 Fixed a compilation error: setContentview changed setContentView_ David Partouche 2014-10-23 12:04:39 +02:00
  • 2a29e4d743 Merge pull request #59 from tomaka/update tomaka 2014-10-22 11:28:10 +02:00
  • 2ff393fe62 Update for rustc and gl-rs Tomaka17 2014-10-22 08:04:13 +02:00
  • 1d9ceb9ddf Update for Cargo's platform-specific dependencies Tomaka17 2014-10-21 21:23:51 +02:00
  • 0d0c14e6ec Update for gl-rs Tomaka17 2014-10-21 08:11:08 +02:00
  • c8ea2bf587 Merge pull request #55 from tomaka/put-back-dependency tomaka 2014-10-14 21:17:00 +02:00
  • 6d34ef7a3d Revert temporary fix for rust-core-foundation Tomaka17 2014-10-14 14:44:26 +02:00
  • 4a654b561e Temporary fix to outdated rust-core-foundation Tomaka17 2014-10-14 14:43:03 +02:00
  • c7f2dc6737 Merge pull request #54 from tomaka/use-glx-glrs tomaka 2014-10-13 11:42:23 +02:00
  • bb22087d1c Use gl-rs's GLX bindings for x11 Pierre Krieger 2014-10-13 11:36:01 +02:00
  • 4dcdf3ec50 Update README.md tomaka 2014-10-13 11:02:03 +02:00
  • 32a6c7f1e9 Merge pull request #51 from tomaka/headless-test tomaka 2014-10-11 20:54:07 +02:00
  • 9e9a3ae03a Fix win32 window not closing when destroying it Tomaka17 2014-10-11 20:52:48 +02:00
  • 64bbc4965f Fix win32 window not having a destructor in headless mode Tomaka17 2014-10-11 20:40:15 +02:00
  • c71625e301 Add test for headless rendering Tomaka17 2014-10-11 20:38:52 +02:00
  • cdee854d2e Fix bug with 64bits rustc Tomaka17 2014-10-11 20:23:33 +02:00
  • cb32e64b72 Fix warnings while compiling for win32 Tomaka17 2014-10-11 17:58:17 +02:00
  • 8e8549b4ac Merge pull request #50 from DavidPartouche/fix_warning tomaka 2014-10-11 17:53:56 +02:00
  • a2df6a8699 Changed statics to uppercase David Partouche 2014-10-11 12:38:34 +02:00
  • 10f625c2c8 Fixed static uppercase warning David Partouche 2014-10-11 12:04:48 +02:00
  • bfbc462511 Change implementations import system Tomaka17 2014-10-11 11:06:21 +02:00
  • 28ecf3bc5b Merge pull request #49 from tomaka/update-rustc tomaka 2014-10-10 17:58:31 +02:00
  • c316c86e7c Update for rustc f9fc49c06 2014-10-10 00:07:08 +0000 Tomaka17 2014-10-10 17:39:11 +02:00
  • b66abed7ae Minor changes in travis.yml Tomaka17 2014-10-10 16:02:15 +02:00
  • 093c188b11 Merge pull request #44 from tomaka/headless-rendering tomaka 2014-10-09 20:04:02 +02:00
  • e565bfeb13 Implement headless rendering Tomaka17 2014-10-04 19:17:02 +02:00
  • cfb0cb7001 Use Cargo features to opt out of the makefile See #46 Tomaka17 2014-10-06 20:32:47 +02:00
  • 0392fe6af6 Merge pull request #45 from DavidPartouche/cocoa-window-support tomaka 2014-10-06 18:57:49 +02:00
  • dc80f57bc2 Fixed a space missing DavidPartouche 2014-10-06 18:37:06 +02:00
  • 989fd1b505 Added events handling for left/right mouse clicking David Partouche 2014-10-06 17:54:15 +02:00
  • db578e6e1c Refactored window initialisation code for cocoa, making it more memory safe David Partouche 2014-10-05 23:45:38 +02:00
  • c38110cac7 Cocoa opens a window with OpenGL context inside David Partouche 2014-10-04 15:49:39 +02:00
  • fe245e2929 Fix warnings Pierre Krieger 2014-10-05 15:54:37 +02:00
  • 2b5513fa80 Merge pull request #43 from gitter-badger/gitter-badge tomaka 2014-10-04 18:45:05 +02:00
  • 3a408d8ebb Added Gitter badge The Gitter Badger 2014-10-04 16:18:09 +00:00
  • 3d052adbe9 Update README.md tomaka 2014-10-03 13:12:42 +02:00
  • 56ca9b8d14 Rename gl-init-rs to glutin in the README tomaka 2014-10-03 09:16:36 +02:00
  • 0584ac184c Vertex data for android is now static Tomaka17 2014-10-02 22:16:47 +02:00
  • 5fd00e8b6e Update apk-builder Tomaka17 2014-10-02 20:42:52 +02:00
  • 649f701a04 Update apk-builder Tomaka17 2014-09-26 17:01:32 +02:00
  • ea957ce1d7 Fix compilation warnings Tomaka17 2014-09-23 08:01:18 +02:00
  • 0773427513 Merge pull request #42 from tomaka/rename-glutin tomaka 2014-09-22 09:53:36 +02:00
  • 02ba9d33d7 Rename crate to glutin Tomaka17 2014-09-21 11:33:09 +02:00
  • 795d04c123 Merge pull request #40 from DavidPartouche/master tomaka 2014-09-20 11:26:10 +02:00
  • 6d3d84ef75 Use the correct monitor when fullscreen for X11 DavidPartouche 2014-09-20 11:18:03 +02:00
  • 3ac5f6d115 Merge pull request #38 from tomaka/x11_fullscreen tomaka 2014-09-19 20:36:50 +02:00
  • 9b06c973a2 Add libXxf86vm-dev installation to travis.yml Tomaka17 2014-09-19 20:32:30 +02:00
  • 4222d12e67 Added output to get_name for x11 monitors DavidPartouche 2014-09-19 19:57:52 +02:00
  • 906324e267 Get the monitors attached to the display, and their resolution for X11 DavidPartouche 2014-09-19 15:42:47 +02:00
  • 6f47e6ff8c Changed is_fullscreen to monitor.is_some() DavidPartouche 2014-09-18 14:03:03 +02:00
  • 55ebd4935e Added fullscreen support for X11 David Partouche 2014-09-04 11:38:33 +02:00
  • ac74db979c Get the monitors attached to the display, and their resolution for X11 DavidPartouche 2014-09-19 15:42:47 +02:00
  • bd3b06e1a5 Changed is_fullscreen to monitor.is_some() DavidPartouche 2014-09-18 14:03:03 +02:00
  • b149fca83d Added fullscreen support for X11 David Partouche 2014-09-04 11:38:33 +02:00
  • d8171a0c73 Update README.md tomaka 2014-09-19 19:51:54 +02:00
  • 1ae81267f5 Merge pull request #35 from evant/master tomaka 2014-09-16 07:53:20 +02:00
  • bcd3da1fcd make x11 keyboard repeat detectable Evan Tatarka 2014-09-14 18:12:37 -04:00
  • 661c936253 Add platform-specific notes in README Tomaka17 2014-09-15 13:46:37 +02:00
  • 991dc50a31 Remove unnecessary win32 linkage Tomaka17 2014-09-15 13:08:35 +02:00
  • ee2349f272 Fix warnings in win32 ffi Tomaka17 2014-09-15 12:09:17 +02:00
  • 485e89715f Update apk-builder submodule Tomaka17 2014-09-14 20:00:13 +02:00
  • ce052484f7 Remove some unused imports Tomaka17 2014-09-13 09:04:47 +02:00