Commit graph

671 commits

Author SHA1 Message Date
tomaka 1ec98f611b Merge pull request #169 from glennw/mac-vis
Fix passing visibility through for mac.
2014-12-23 08:12:08 +01:00
Glenn Watson bd28ebb34f Fix passing visibility through for mac. 2014-12-23 10:08:50 +10:00
tomaka 5a8982377b Merge pull request #167 from tomaka/fix-appveyor
Fix appveyor build
2014-12-20 20:38:39 +01:00
Pierre Krieger 439638d050 Fix appveyor build 2014-12-20 18:50:11 +01:00
Pierre Krieger faf5812d05 Fix win32 build without the "window" feature 2014-12-20 18:49:57 +01:00
tomaka 4b7d677f83 Merge pull request #166 from Cifram/master
Add semicolons after macro invocations, as required by the latest nightly.
2014-12-20 09:23:04 +01:00
Michael Powell 6e9969ccc0 Add semicolons after macro invocations, as required by the latest nightly. 2014-12-19 21:34:20 -08:00
tomaka c171ea76db Merge pull request #165 from glennw/mac-visible
Add support for visible parameter on mac.
2014-12-19 08:04:02 +01:00
Glenn Watson f8d3b232a5 Add support for visible parameter on mac. 2014-12-19 08:44:45 +10:00
tomaka 70f9f8cf43 Merge pull request #160 from glennw/mac-resize
Add callback function to allow resize messages to be sent on mac.
2014-12-18 20:51:48 +01:00
Glenn Watson f2d112213b Add experimental attribute since this API will need to be cleaned up. 2014-12-19 05:44:47 +10:00
Glenn Watson fa5cb66cff Add resize example, fix warnings, make callback an option so it can be removed. 2014-12-19 05:44:47 +10:00
Glenn Watson 0ad9c3d453 Add callback function to allow resize messages to be sent on mac. 2014-12-19 05:44:20 +10:00
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