aboutsummaryrefslogtreecommitdiffstats
path: root/ports/servoshell/desktop/app.rs
Commit message (Expand)AuthorAgeFilesLines
* compositing: Move image output and shutdown management out of the compositor ...Martin Robinson2025-02-201-8/+6
* libservo: Rework and clarify the rendering model of the `WebView` (#35522)Martin Robinson2025-02-191-18/+2
* libservo: Expose an `OffscreenRenderingContext` and use it for servoshell (#3...Martin Robinson2025-02-171-99/+49
* Update window.screenX and window.screenY when moving the embedder window (#35...webbeef2025-02-131-2/+2
* servoshell: Move `initial_window_size` and `screen_size_override` into `Servo...Martin Robinson2025-02-101-9/+4
* servoshell: Move `headless` setting to ServoShellPreferences (#35377)Martin Robinson2025-02-071-16/+13
* servoshell: Port desktop servoshell to use delegate API (#35284)Martin Robinson2025-02-061-146/+76
* libservo: Add WebViewDelegate and ServoDelegate and port `winit_minimal` (#35...Delan Azabani2025-02-051-2/+2
* libservo: Remove `EmbedderEvent::WindowResize` (#35277)Martin Robinson2025-02-041-29/+3
* chore: Rename `CompositeTarget` enum (#35263)DK Liao2025-02-041-2/+2
* More cleanup, less unwrap() (#35249)webbeef2025-02-011-37/+29
* Finish the integration of `webxr` into the Cargo workspace (#35229)Martin Robinson2025-01-311-3/+3
* libservo: Port desktop servoshell to use the new `WebView` API (#35183)Martin Robinson2025-01-281-76/+97
* libservo: Stop using `script_traits` in the embedding layer (#35185)Martin Robinson2025-01-281-4/+3
* libservo: Add an initial WebView data structure to the API (#35119)Delan Azabani2025-01-251-1/+1
* Remove type parameter from Servo and IOCompositor (#35121) (#35156)Delan Azabani2025-01-241-4/+15
* feat: Turn `RenderingContext` into a trait (#35052)DK Liao2025-01-241-4/+4
* api: Flatten and simplify Servo preferences (#34966)Martin Robinson2025-01-141-30/+46
* webxr: create glwindow with Rc window and without rendering context (#34813)Ngo Iok Ui (Wu Yu Wei)2025-01-031-22/+5
* chore: remove `WindowMethods::rendering_context` (#34780)Ngo Iok Ui (Wu Yu Wei)2025-01-011-83/+104
* fix(wayland): segfault because of double free surfaces (#34752)Ngo Iok Ui (Wu Yu Wei)2024-12-241-22/+9
* chore: remove deprecated winit method (#34638)Ngo Iok Ui (Wu Yu Wei)2024-12-191-278/+367
* ServoShell: Don't request redrawing again when processing a RedrawRequested e...webbeef2024-10-251-1/+2
* Avoid invalid lifetime extension for winit event loop. (#33962)Josh Matthews2024-10-221-13/+6
* clippy: Fix issues in `components/fonts` and `ports/servoshell` (#33809)Mercy Bassey2024-10-111-2/+2
* Upgrade to `egui@0.29.1` and `winit@0.30.5` (#33751)Gae242024-10-101-7/+11
* Drop support for '--no-minibrowser' mode (#33677)Taym Haddadi2024-10-071-1/+1
* servoshell: fix issues related to HiDPI (#33529)Mukilan Thiyagarajan2024-09-241-4/+7
* servoshell: Enable OpenXR by default and remove old WebVR prefs, adjust XrDis...Daniel Adams2024-08-291-21/+28
* Basic tab strip for the minibrowser (#33100)webbeef2024-08-271-2/+2
* Pass AppInfo to OpenXrDiscovery (#32926)Daniel Adams2024-08-031-2/+5
* Enable OpenXR backend from the WebXR crate (#32817)Daniel Adams2024-07-201-3/+12
* Split servoshell into Desktop and common part (#32457)Jonathan Schwender2024-06-141-0/+477