Commit graph

2123 commits

Author SHA1 Message Date
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
tomaka 28227a2142 Merge pull request #115 from tomaka/detect-osmesa-errors
Detect OSMesa errors
2014-11-14 16:03:36 +01:00
Pierre Krieger 9b39d99f6e Detect OSMesa errors 2014-11-14 15:59:45 +01:00
Pierre Krieger 1c69819084 Add readme in Cargo.toml 2014-11-14 08:54:04 +01:00
Pierre Krieger fc7cfac41c Version 0.0.2 2014-11-14 08:51:37 +01:00
Tomaka17 7268082b76 Add some metadata in Cargo.toml 2014-11-13 09:01:30 +01:00
tomaka 6995878cea Merge pull request #112 from DavidPartouche/cocoa_fix
Fixed an issue with the updated rust-cocoa crate
2014-11-12 08:57:48 +01:00