Glenn Watson
9dc5689eef
Introduce a WindowProxy for accessing a subset of functionality
...
from other threads. This currently provides a way for other threads
to wakeup a blocked event loop on X11. Other platforms have stub
functions that need to be implemented. This is similar to
the functionality of glfwPostEmptyEvent.
2014-12-17 14:50:05 +10:00
Pierre Krieger
19d120b8b1
Update for Rustc for win32
2014-12-15 14:06:32 +01:00
tomaka
65dfd5d7ce
Merge pull request #159 from tomaka/update-rustc
...
Update for Rustc for win32
2014-12-14 08:04:44 +01:00
Pierre Krieger
a79bc34807
Update for Rustc
2014-12-13 20:07:35 +01:00
tomaka
230b0dd9ed
Merge pull request #158 from serpis/fix_warning
...
Avoid warning; if_let and tuple_indexing now part of language.
2014-12-08 21:54:31 +01:00
Jakob Fries
12d5d5beea
Avoid warning; if_let and tuple_indexing now part of language.
2014-12-08 21:12:03 +01:00
tomaka
6c5cca9d6a
Merge pull request #121 from tomaka/get-api
...
Add get_api() function
2014-12-07 14:14:10 +01:00
Pierre Krieger
c893e4faec
Add get_api() function
2014-12-07 13:52:08 +01:00
tomaka
2320c2bc97
Merge pull request #156 from tomaka/remove-compile-msg
...
Remove the dependency to compile_msg
2014-12-05 15:47:29 +01:00
tomaka
ab387dc2a3
Merge pull request #157 from ozkriff/master
...
android: updated for rust 5484d6f6d 2014-12-02 00:22:00 +0000
2014-12-04 22:40:33 +01:00
Andrey Lesnikov
b28273de04
android: updated for rust 5484d6f6d 2014-12-02 00:22:00 +0000
2014-12-05 01:30:17 +04:00
tomaka
b30f18173e
Merge pull request #155 from AnthIste/osx-enum-fix
...
OSX: Qualify enum namespacing for NSOpenGLCPSwapInterval
2014-12-04 20:51:29 +01:00
Pierre Krieger
ffba8564c8
Remove the dependency to compile_msg
2014-12-04 20:44:12 +01:00
tomaka
45f9ff09e6
Remove obsolete README message about win32
2014-12-04 11:29:11 +01:00
Ruben Bakker
e979f316e7
Qualify enum namespacing for NSOpenGLCPSwapInterval
2014-12-03 20:54:10 +02:00
tomaka
c6f5b4a107
Merge pull request #150 from tomaka/winapi
...
Use the winapi crate instead of our own ffi
2014-12-03 08:25:02 +01:00
tomaka
6652cd0bdf
Merge pull request #154 from tomaka/fix-warning-x11
...
Fix deprecation warning on X11
2014-12-02 20:48:15 +01:00
tomaka
f141e12e1f
Merge pull request #153 from tomaka/fix-multisampling-x11
...
Fix multisampling not working on X11
2014-12-02 20:47:45 +01:00
Pierre Krieger
7b84121500
Fix deprecation warning on X11
2014-12-02 20:44:38 +01:00
Pierre Krieger
f8aa6d676c
Fix multisampling not working on X11
2014-12-02 20:41:46 +01:00
Pierre Krieger
3cf487ac70
Use the winapi crate instead of our own ffi
2014-12-02 14:58:20 +01:00
Brendan Zabarauskas
cfe4564688
Merge pull request #149 from DavidPartouche/fix_cocoa_fullscreen
...
Fixed issue with menu bar showing in fullscreen
2014-11-29 11:28:03 +11:00
David Partouche
3ae8352464
Fixed issue with menu bar showing in fullscreen
2014-11-28 19:13:58 +01:00
tomaka
960c875618
Merge pull request #147 from tomaka/update-rustc
...
Update for rustc on win32
2014-11-27 16:03:15 +01:00
Pierre Krieger
5072bc287f
Update for rustc on win32
2014-11-27 15:52:07 +01:00
tomaka
33455a4c3e
Merge pull request #133 from tomaka/multisampling
...
Implement multisampling for x11
2014-11-27 15:35:39 +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
tomaka
749c47d8c2
Merge pull request #143 from tomaka/update-rustc
...
Update for rustc
2014-11-26 21:27:45 +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
David Partouche
3ec343d12c
Merge pull request #141 from ozkriff/master
...
android: Updated for rust 395901393 2014-11-24 00:46:30 +0000
2014-11-26 14:41:30 +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
tomaka
429874ed81
Merge pull request #139 from glennw/android-gles2
...
Add support for GLESv2 on android. Remove a few warnings.
2014-11-26 09:16:13 +01: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
David Partouche
ef33f19812
Merge pull request #137 from glennw/android-headless-compile
...
Allows android to compile when headless feature is enabled.
2014-11-25 23:55:09 +01:00
Glenn Watson
d99ba30216
Allows android to compile when headless feature is enabled.
2014-11-26 08:17:09 +10:00
tomaka
d7a7765638
Merge pull request #134 from tomaka/share-lists
...
Implement lists sharing
2014-11-24 20:51:59 +01:00
Pierre Krieger
4c0413bc7c
Implement lists sharing
2014-11-24 20:13:52 +01:00
Brendan Zabarauskas
9668878f26
Merge pull request #132 from glennw/x11-warnings
...
Fix some rustc warnings
2014-11-24 10:05:36 +11: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
tomaka
7b95b2906e
Merge pull request #130 from ozkriff/master
...
android: Updated for rust e583c4d24 2014-11-21 09:01:50 +0000
2014-11-21 15:49:35 +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
tomaka
47ccf46c9b
Merge pull request #127 from tomaka/fix-appveyor
...
Fix appveyor build
2014-11-21 15:01:14 +01:00
David Partouche
c95b778e2c
Merge pull request #128 from glennw/inner-size-mac
...
Implement get_inner_size() for mac.
2014-11-21 00:07:41 +01:00
Glenn Watson
d8a1fe5c97
Implement get_inner_size() for mac.
2014-11-21 07:47:08 +10:00