Pierre Krieger
|
7b84121500
|
Fix deprecation warning on X11
|
2014-12-02 20:44:38 +01:00 |
|
David Partouche
|
3ae8352464
|
Fixed issue with menu bar showing in fullscreen
|
2014-11-28 19:13:58 +01:00 |
|
Pierre Krieger
|
5072bc287f
|
Update for rustc on win32
|
2014-11-27 15:52:07 +01:00 |
|
Pierre Krieger
|
729551f828
|
Implement multisampling for x11
|
2014-11-27 15:26:42 +01:00 |
|
tomaka
|
596132dc93
|
Merge pull request #138 from DavidPartouche/cocoa_offscreen
Added headless rendering on osx
|
2014-11-27 10:48:53 +01:00 |
|
tomaka
|
dee448628a
|
Merge pull request #142 from DavidPartouche/cocoa_vsync
Added swap interval to osx
|
2014-11-27 10:48:36 +01:00 |
|
Pierre Krieger
|
71d463f865
|
Update for rustc
|
2014-11-26 21:22:44 +01:00 |
|
David Partouche
|
23b108d436
|
Added swap interval to osx
|
2014-11-26 14:53:08 +01:00 |
|
Andrey Lesnikov
|
adc6c00aa8
|
android: Updated for rust 395901393 2014-11-24 00:46:30 +0000
|
2014-11-26 17:11:08 +04:00 |
|
Glenn Watson
|
02f3287d70
|
Add support for GLESv2 on android. Remove a few warnings.
|
2014-11-26 15:21:58 +10:00 |
|
David Partouche
|
f865d9ac01
|
Added headless rendering on osx
|
2014-11-25 23:55:39 +01:00 |
|
Glenn Watson
|
d99ba30216
|
Allows android to compile when headless feature is enabled.
|
2014-11-26 08:17:09 +10:00 |
|
Pierre Krieger
|
4c0413bc7c
|
Implement lists sharing
|
2014-11-24 20:13:52 +01:00 |
|
Glenn Watson
|
583506dca0
|
Fix some rustc warnings
|
2014-11-24 07:36:13 +10:00 |
|
tomaka
|
2762142960
|
Merge pull request #131 from tomaka/update
Update for rustc
|
2014-11-23 12:05:31 +01:00 |
|
Pierre Krieger
|
77df8e52bc
|
Update for rustc
|
2014-11-23 11:56:30 +01:00 |
|
Andrey Lesnikov
|
f4be17b92e
|
android: Updated for rust e583c4d24 2014-11-21 09:01:50 +0000
|
2014-11-21 18:33:29 +04:00 |
|
Glenn Watson
|
d8a1fe5c97
|
Implement get_inner_size() for mac.
|
2014-11-21 07:47:08 +10:00 |
|
Glenn Watson
|
cac0025abb
|
Add support for setting a window delegate, and implement close event on mac.
|
2014-11-21 07:08:05 +10:00 |
|
David Partouche
|
29892fbb7c
|
Fixed some compilation errors on osx
|
2014-11-19 16:55:44 +01:00 |
|
Pierre Krieger
|
ff3a29aaf5
|
Update for rustc
|
2014-11-19 07:06:27 +01:00 |
|
Glenn Watson
|
c9e1912eb7
|
Add support for with_visibility(), show(), hide() on X11.
|
2014-11-18 10:27:45 +10:00 |
|
Andrey Lesnikov
|
c0305c4781
|
Android: Implemented basic inputs
|
2014-11-17 13:32:28 +04:00 |
|
Glenn Watson
|
d4bed68dbe
|
Add ctrl, shift, alt events for X11.
|
2014-11-17 11:35:15 +10:00 |
|
tomaka
|
28227a2142
|
Merge pull request #115 from tomaka/detect-osmesa-errors
Detect OSMesa errors
|
2014-11-14 16:03:36 +01:00 |
|
Pierre Krieger
|
9b39d99f6e
|
Detect OSMesa errors
|
2014-11-14 15:59:45 +01:00 |
|
David Partouche
|
77d00a8e5a
|
Fixed an issue with the updated rust-cocoa crate
|
2014-11-11 23:45:20 +01:00 |
|
Brendan Zabarauskas
|
c86368291e
|
Implement Window::set_title for Cocoa
|
2014-11-10 20:12:32 +11:00 |
|
Pierre Krieger
|
37bdb997ce
|
Remove call to glViewport in X11 implementation
|
2014-11-09 20:12:41 +01:00 |
|
Tomaka17
|
8c1b2dd633
|
Add support for the OpenGL debug flag
|
2014-11-09 16:44:53 +01:00 |
|
Tomaka17
|
ee8682caf2
|
Add CS_OWNDC flag when creating win32 window
|
2014-11-08 20:15:18 +01:00 |
|
Tomaka17
|
2be71306ec
|
Remove key modifiers in KeyboardInput
|
2014-11-06 19:09:07 +01:00 |
|
tomaka
|
9926e179d6
|
Merge pull request #102 from tomaka/keys-rework
Reorder and add comments to some of the virtual keys
|
2014-11-06 17:11:36 +01:00 |
|
David Partouche
|
2d76e0666f
|
Added fullscreen support to osx
|
2014-11-06 16:40:30 +01:00 |
|
Tomaka17
|
04f4135110
|
Reorder and add comments to some of the virtual keys
|
2014-11-06 13:26:42 +01:00 |
|
Tomaka17
|
584bb3e7df
|
Use a proper error type for window creation
|
2014-11-05 16:42:18 +01:00 |
|
Tomaka17
|
7ce851dad9
|
Update for changes in gl-rs
|
2014-11-05 15:32:01 +01:00 |
|
Tomaka17
|
2e44edea60
|
Merge branch 'master' of http://github.com/tomaka/gl-init-rs
|
2014-11-05 15:23:20 +01:00 |
|
David Partouche
|
9dd592600a
|
Retrieve the monitors and their info for osx
|
2014-11-04 18:03:38 +01:00 |
|
Tomaka17
|
4c674ef843
|
Fix some warnings in win32 ffi
|
2014-11-04 14:08:28 +01:00 |
|
Tomaka17
|
b6f7491157
|
Add visibility-related functions to window
|
2014-11-01 09:03:21 +01:00 |
|
tomaka
|
a908a14adc
|
Merge pull request #90 from tomaka/remove-glflush
Remove call to glFlush() before swap_buffers on win32
|
2014-10-31 17:46:16 +01:00 |
|
Tomaka17
|
7de3d55e71
|
fail! -> panic!
|
2014-10-30 08:14:09 +01:00 |
|
Tomaka17
|
bbcb4c8bea
|
Remove call to glFlush() before swap_buffers
We may not want to call `swap_buffers` in the same thread as the
current thread, so we're moving the call to `glFlush` out of the scope
of glutin.
|
2014-10-29 19:01:58 +01:00 |
|
tomaka
|
a6d52b6517
|
Merge pull request #86 from glennw/x11-resize
Fix resize event on X11. Without this change, resizing window larger tha...
|
2014-10-28 07:59:04 +01:00 |
|
Glenn Watson
|
ad54e01a91
|
Fix resize event on X11. Without this change, resizing window larger than initial size doesn't work.
|
2014-10-28 13:34:47 +10:00 |
|
Glenn Watson
|
1755568b30
|
Fix a few more string memory issues.
|
2014-10-28 13:33:04 +10:00 |
|
Tomaka17
|
0392dc697a
|
Fix default window name
|
2014-10-27 13:10:10 +01:00 |
|
Tomaka17
|
f7a50c162c
|
Bugfix in swap interval for win32
|
2014-10-27 13:09:36 +01:00 |
|
tomaka
|
a6bc0b0ba0
|
Merge pull request #72 from tomaka/vsync
Add `with_vsync` to WindowBuilder, plus the win32 implementation
|
2014-10-27 09:24:31 +01:00 |
|