aboutsummaryrefslogtreecommitdiffstats
path: root/components/compositing/windowing.rs
Commit message (Expand)AuthorAgeFilesLines
* compositor: Do not parse the Cargo.lock file while building (#33222)Martin Robinson2024-08-281-0/+5
* make protocol handlers registrable (#33104)webbeef2024-08-221-0/+7
* Move `RenderingContext` to `webrender_traits` (#32386)Martin Robinson2024-05-281-1/+1
* Add unit test to EmbedderCoordinates (#32314)Ngo Iok Ui (Wu Yu Wei)2024-05-201-0/+62
* Move non-gfx things out of `gfx_traits` and create a `base` crate (#32296)Martin Robinson2024-05-171-2/+3
* Fix flip_rect calculation (#32174)Ngo Iok Ui (Wu Yu Wei)2024-04-291-1/+4
* clippy: fix warnings in components/compositing (#31987)Azhar Ismagulova2024-04-031-2/+2
* Initial internal support for multiple webviews (#31417)Ngo Iok Ui (Wu Yu Wei)2024-04-031-18/+54
* Rework “visible” to “throttled” in embedder-to-constellation + jniapi...Delan Azabani2024-03-211-3/+3
* dependencies: Upgrade to WebRender 0.64 (#31486)Martin Robinson2024-03-141-1/+1
* clippy: Fix assorted warnings in `components/` (#31628)eri2024-03-131-1/+1
* Implement non-XR Gamepad discovery and input (#31200)Daniel Adams2024-02-171-1/+6
* libservo: Handle GL video decoding setup internally (#31209)Martin Robinson2024-02-031-8/+1
* gfx: Rename `WebrenderSurfman` to `RenderingContext` and move to `gfx` (#31184)Martin Robinson2024-01-271-3/+3
* constellation: focusing and closing webviews (#30842)Delan Azabani2024-01-241-9/+9
* Preliminary Android build support (#31086)Mukilan Thiyagarajan2024-01-221-0/+11
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-3/+3
* Fix viewport origin of webrender frame (#30088)Ngo Iok Ui (Wu Yu Wei)2023-08-101-0/+7
* [NFC] winit: document event handling and improve naming (#30016)Delan Azabani2023-07-241-32/+32
* Try to `use` WebRender types moreMartin Robinson2023-07-101-2/+1
* Make reload button clear the network cache.Josh Matthews2020-07-271-0/+3
* Unfocus input when virtual keyboard is dismissedPaul Rouget2020-07-131-0/+3
* Support for webxr layer managementAlan Jeffrey2020-06-281-9/+1
* Update surfman to 0.2 and remove glutinAlan Jeffrey2020-04-171-13/+8
* Remove WebVRAlan Jeffrey2020-04-081-9/+0
* Extract user_agent from global optsUtsav Oza2020-04-061-0/+5
* Pass context menu callbacks down to the openxr deviceManish Goregaokar2020-03-311-1/+2
* Integrate swapchain surface provider changes into webgl and webxr implementat...Josh Matthews2020-03-091-1/+8
* Stop animations when window is hidden (API + UWP)Paul Rouget2020-02-191-0/+3
* move ConstellationMsg to compositingKunal Mohan2020-01-291-1/+1
* Fix media session action handlingFernando Jiménez Moreno2019-11-201-1/+1
* MediaSessionAction message from embedder to script threadFernando Jiménez Moreno2019-11-201-1/+5
* Avoid recompiling script every time surfman changesAlan Jeffrey2019-11-181-1/+2
* Use surfman for managing GL surfacesPatrick Walton2019-11-011-3/+2
* Update euclid.Emilio Cobos Álvarez2019-07-231-2/+2
* rustfmtJosh Matthews2019-07-091-2/+2
* 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