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 |
|
David Partouche
|
55bb652c4a
|
Merge pull request #123 from glennw/mac_close
Add window delegate, and implement close event on mac. Also set window resizable.
|
2014-11-20 22:18:55 +01:00 |
|
Pierre Krieger
|
f7a17daae7
|
Fix appveyor build
|
2014-11-20 22:15:23 +01: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 |
|
Pierre Krieger
|
696dcc9216
|
Remove windows libraries
|
2014-11-20 14:18:51 +01:00 |
|
tomaka
|
6fe3b72e3b
|
Merge pull request #126 from bjz/servo-rust-cocoa
Use servo/rust-cocoa
|
2014-11-20 08:15:00 +01:00 |
|
Brendan Zabarauskas
|
9bf954d049
|
Use servo/rust-cocoa
|
2014-11-20 15:33:01 +11:00 |
|
tomaka
|
d4e982a6b9
|
Merge pull request #125 from DavidPartouche/fix_osx_errors
Fixed some compilation errors on osx
|
2014-11-19 17:25:13 +01:00 |
|
David Partouche
|
29892fbb7c
|
Fixed some compilation errors on osx
|
2014-11-19 16:55:44 +01:00 |
|
tomaka
|
f9c9c201d7
|
Merge pull request #124 from tomaka/update-rustc
Update for rustc
|
2014-11-19 07:23:53 +01:00 |
|
Pierre Krieger
|
ff3a29aaf5
|
Update for rustc
|
2014-11-19 07:06:27 +01:00 |
|
tomaka
|
4edb3df155
|
Merge pull request #120 from glennw/x11-visibility
Add support for with_visibility(), show(), hide() on X11.
|
2014-11-18 05:22:01 +01:00 |
|
Glenn Watson
|
c9e1912eb7
|
Add support for with_visibility(), show(), hide() on X11.
|
2014-11-18 10:27:45 +10:00 |
|
tomaka
|
0dc5086efb
|
Merge pull request #118 from ozkriff/master
Android: Implemented basic inputs
|
2014-11-17 10:41:13 +01:00 |
|
Andrey Lesnikov
|
c0305c4781
|
Android: Implemented basic inputs
|
2014-11-17 13:32:28 +04:00 |
|
tomaka
|
e7b25878fc
|
Merge pull request #117 from glennw/x11-events
Add ctrl, shift, alt events for X11.
|
2014-11-17 06:52:51 +01:00 |
|
Glenn Watson
|
d4bed68dbe
|
Add ctrl, shift, alt events for X11.
|
2014-11-17 11:35:15 +10:00 |
|