Andrey Lesnikov
|
7f6ae8910e
|
Merge https://github.com/tomaka/glutin
Conflicts:
.travis.yml
Cargo.toml
examples/fullscreen.rs
src/api/android/mod.rs
src/api/cocoa/headless.rs
src/api/cocoa/helpers.rs
src/api/cocoa/mod.rs
src/api/glx/mod.rs
src/api/osmesa/mod.rs
src/api/win32/callback.rs
src/headless.rs
src/lib.rs
src/platform/linux/mod.rs
src/window.rs
|
2016-09-19 19:53:28 +03:00 |
|
Richard Lettich
|
117069ef90
|
Changed MouseMoved((i32, i32)) to MouseMoved(i32, i32), breaking change
|
2016-03-27 14:39:20 -04:00 |
|
Pierre Krieger
|
007ad0f911
|
Fix the test and the examples
|
2016-03-26 18:10:19 +01:00 |
|
Rengierof
|
d2ac6cfa11
|
Fixed grabbing example.
|
2015-12-26 16:47:25 +02:00 |
|
Pierre Krieger
|
2b35a6c9d1
|
Fix the examples
|
2015-10-04 18:39:17 +02:00 |
|
Josh Matthews
|
77b3743117
|
Warning fixes for OS X.
|
2015-09-28 12:19:36 -04:00 |
|
Pierre Krieger
|
9261408cc8
|
Use modern GL code for the examples
|
2015-08-05 22:31:34 +02:00 |
|
Pierre Krieger
|
39128dd7e1
|
Remove the is_closed function
|
2015-06-16 14:03:58 +02:00 |
|
Felix Kaaman
|
a8fef35dbf
|
Make legacy functions crash on osx core contexts
|
2015-06-16 09:00:02 +02:00 |
|
Steven Sheldon
|
9c21758bb7
|
Removed unused features from build and examples.
|
2015-04-03 02:31:15 -07:00 |
|
Pierre Krieger
|
bae1e42b8b
|
More work on win32 implementation
|
2015-03-30 11:42:19 +02:00 |
|
Pierre Krieger
|
3d692870e2
|
Change grab_cursor and ungrab_cursor to set_cursor_state
|
2015-03-26 17:15:18 +01:00 |
|
Eduard Bopp
|
77d033d672
|
Add an example for (un-)grabbing the mouse cursor
|
2015-03-25 13:17:47 +01:00 |
|