Commit Graph

  • 9926e179d6 Merge pull request #102 from tomaka/keys-rework tomaka 2014-11-06 17:11:36 +01:00
  • bb200a73f0 Merge pull request #103 from DavidPartouche/cocoa_fullscreen tomaka 2014-11-06 17:04:45 +01:00
  • 2d76e0666f Added fullscreen support to osx David Partouche 2014-11-06 16:40:30 +01:00
  • 04f4135110 Reorder and add comments to some of the virtual keys Tomaka17 2014-11-06 13:26:42 +01:00
  • 6208c59a48 Merge pull request #100 from tomaka/correct-creation-error tomaka 2014-11-05 17:01:57 +01:00
  • 584bb3e7df Use a proper error type for window creation Tomaka17 2014-11-05 16:42:18 +01:00
  • c63511e9e6 Merge pull request #99 from tomaka/update-glrs tomaka 2014-11-05 15:39:20 +01:00
  • 7ce851dad9 Update for changes in gl-rs Tomaka17 2014-11-05 15:22:21 +01:00
  • 2e44edea60 Merge branch 'master' of http://github.com/tomaka/gl-init-rs Tomaka17 2014-11-05 15:23:20 +01:00
  • a69c2209a5 Merge pull request #97 from DavidPartouche/cocoa_monitors tomaka 2014-11-05 12:11:42 +01:00
  • 0ce2fd00dd Switched to own repos for osx bindings David Partouche 2014-11-05 11:17:58 +01:00
  • 9dd592600a Retrieve the monitors and their info for osx David Partouche 2014-11-04 18:03:38 +01:00
  • 4c674ef843 Fix some warnings in win32 ffi Tomaka17 2014-11-04 14:08:28 +01:00
  • 605bf39b78 Merge pull request #93 from tomaka/visibility tomaka 2014-11-01 09:30:40 +01:00
  • b6f7491157 Add visibility-related functions to window Tomaka17 2014-11-01 09:02:01 +01:00
  • a479b2f60c Update travis.yml with recent PR Tomaka17 2014-10-31 18:57:28 +01:00
  • a908a14adc Merge pull request #90 from tomaka/remove-glflush tomaka 2014-10-31 17:46:16 +01:00
  • 2c029f3fa3 android_glue is now a platform-specific dependency Tomaka17 2014-10-31 07:17:48 +01:00
  • 03b9d6171d Merge pull request #58 from tomaka/update-cargo tomaka 2014-10-31 07:13:50 +01:00
  • 118b7d32b4 Merge pull request #91 from tomaka/fail-to-panic tomaka 2014-10-30 10:07:43 +01:00
  • 7de3d55e71 fail! -> panic! Tomaka17 2014-10-30 08:14:09 +01:00
  • 367d488ccd Update README.md tomaka 2014-10-29 20:38:54 +01:00
  • bbcb4c8bea Remove call to glFlush() before swap_buffers Tomaka17 2014-10-29 19:00:32 +01:00
  • 089f47821c Update README.md tomaka 2014-10-28 08:20:59 +01:00
  • a6d52b6517 Merge pull request #86 from glennw/x11-resize tomaka 2014-10-28 07:59:04 +01:00
  • e5bde5e383 Merge pull request #85 from glennw/c-str-issues tomaka 2014-10-28 07:56:17 +01:00
  • ad54e01a91 Fix resize event on X11. Without this change, resizing window larger than initial size doesn't work. Glenn Watson 2014-10-28 13:32:10 +10:00
  • 1755568b30 Fix a few more string memory issues. Glenn Watson 2014-10-28 13:29:58 +10:00
  • 0392dc697a Fix default window name Tomaka17 2014-10-27 13:10:10 +01:00
  • 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