aboutsummaryrefslogtreecommitdiffstats
path: root/components/compositing/windowing.rs
Commit message (Expand)AuthorAgeFilesLines
* Get the `servo` crate building with the new WebRenderPatrick Walton2019-07-091-2/+2
* Fix WebRender churn in `compositing`Patrick Walton2019-07-091-2/+2
* A few fixes to the compositor for WebRenderPatrick Walton2019-07-091-2/+2
* WebRender units are no longer reexported.Patrick Walton2019-07-091-4/+3
* Support WebXR devices with main thread affinityAlan Jeffrey2019-07-051-1/+1
* Add media (WindowGLContext) module in canvas_traitVíctor Manuel Jáquez Leal2019-07-041-0/+7
* Initialize a wevxr device registry from ServoAlan Jeffrey2019-07-021-0/+3
* Fix some new warningsSimon Sapin2019-06-221-1/+1
* Add Servo3D immersive demo for magicleapAlan Jeffrey2019-06-131-2/+2
* Implement WheelEvent InterfaceRobert Snakard2019-06-091-1/+4
* Make prepare_for_composite return voidoneturkmen2019-06-051-3/+2
* Refactoring of the Glutin port in preparation of the compositor refactoring.Paul Rouget2019-04-291-2/+5
* Bug: #22853 - Make Window::set_fullscreen pass a non-None value when entering...Kamal Umudlu2019-04-011-0/+3
* bound sampler bufferGregory Terzian2019-03-311-2/+2
* Auto merge of #23080 - jdm:sampling-profiler, r=gterzianbors-servo2019-03-261-0/+4
|\
| * Add a sampling profiler and a script to generate profiles for use with Gecko ...Josh Matthews2019-03-261-0/+4
* | Add transparent padding around ServoSurfacePaul Rouget2019-03-251-1/+11
* | WR update: new viewport semanticPaul Rouget2019-03-221-2/+4
|/
* Use a test VRDisplay that renders to a GL windowAlan Jeffrey2019-03-051-1/+7
* Allow the embedder to register their own VRServicesAlan Jeffrey2019-02-141-6/+3
* Support for ExternalVR implementationPaul Rouget2019-02-071-0/+6
* constellation: restructure navigation, remove sync commGregory Terzian2018-12-231-1/+4
* Update webrenderManish Goregaokar2018-11-271-6/+6
* Rename gleam feature to gl in compositingAnthony Ramine2018-11-201-3/+3
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-2/+2
* Reorder importsPyfisch2018-11-061-1/+1
* remove useless arguments from prepare_for_compositePaul Rouget2018-10-301-2/+2
* Use keyboard-types cratePyfisch2018-10-071-3/+4
* Let the clipboard crate handle the lack of clipboard supportPaul Rouget2018-09-121-2/+0
* Refactor embedder NewBrowser flowGregory Terzian2018-08-111-2/+1
* move msg to embedder_traits, use in script, handle send error in embedderGregory Terzian2018-05-231-1/+4
* Make gleam optional for compositor, switch various names from glutin to winitDzmitry Malyshau2018-04-181-0/+3
* forward EmbedderMsg to embedderPaul Rouget2018-03-221-51/+8
* Reduce the number of calls to the embedder by grouping the screen and window ...Paul Rouget2018-03-221-13/+18
* Auto merge of #20071 - paulrouget:typedsize, r=glennwbors-servo2018-03-161-20/+17
|\
| * remove WindowMethods::size()Paul Rouget2018-03-161-3/+1
| * alias some euclid typesPaul Rouget2018-03-161-17/+16
| * Use typed coordinates.Paul Rouget2018-03-161-12/+12
* | feat(windowevent): expose CaptureWebRender eventOJ Kwon2018-03-161-0/+3
|/
* report panic to embedderPaul Rouget2018-02-131-0/+3
* remove forcetouch supportPaul Rouget2018-02-111-4/+1
* style: Move cursor property out of makoIgor Gutorov2018-01-201-2/+2
* Update euclid, azure, skia, offscreen_gl_context, plane-split, webrenderSimon Sapin2017-12-081-2/+2
* Enable screen.availHeight/availWidth/Height/WidthShing Lyu2017-11-131-0/+4
* do not pass new size to Resize eventPaul Rouget2017-11-071-2/+2
* order derivable traits listsClément DAVID2017-08-231-1/+1
* Auto merge of #18181 - paulrouget:close_browser, r=cbrewsterbors-servo2017-08-231-0/+3
|\
| * Make it possible to close a browsing context from the embedderPaul Rouget2017-08-231-0/+3
* | Add key bindings for more WR debug / profiler options.Glenn Watson2017-08-181-3/+11
|/