Commit graph

508 commits

Author SHA1 Message Date
tomaka 0164449955 Merge pull request #161 from glennw/thread-proxy
Introduce a WindowProxy for accessing a subset of functionality
2014-12-18 20:36:37 +01:00
Glenn Watson 95f82927b3 Change todo to unimplemented 2014-12-19 05:00:43 +10:00
tomaka 9434811328 Merge pull request #164 from glennw/scroll-wheel
Add scroll wheel events for mac.
2014-12-18 08:03:41 +01:00
Glenn Watson 3c1a803d8d Add scroll wheel events for mac. 2014-12-18 15:18:22 +10:00
Glenn Watson 2c150143d8 Add mac implementation of wakeup_event_loop. 2014-12-18 14:26:02 +10:00
Glenn Watson 435c64f473 Fix event name 2014-12-18 10:57:12 +10:00
Pierre Krieger 452514a863 Add links to documentation 2014-12-17 10:57:13 +01:00
Pierre Krieger 81930591ee Fix travis secure token 2014-12-17 10:43:29 +01:00
Pierre Krieger 9aca24a738 Add automatic gh-pages deployment in travis 2014-12-17 10:34:18 +01:00
tomaka 526339f449 Merge pull request #163 from tomaka/update-rustc
Update for rustc for x11
2014-12-17 10:31:23 +01:00
Pierre Krieger 03d6a41ba3 Update for rustc for x11 2014-12-17 10:25:38 +01:00
tomaka 64a459e7cc Merge pull request #162 from tomaka/winapi-loc
Use "winapi" from crates.io
2014-12-17 07:34:26 +01:00
Pierre Krieger 61a4c4b75f Use "winapi" from crates.io 2014-12-17 07:29:45 +01:00
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