aboutsummaryrefslogtreecommitdiffstats
path: root/ports/servoshell/desktop/headed_window.rs
Commit message (Expand)AuthorAgeFilesLines
* Move click event trigger from embedding layer to `ScriptThread` (#36413)Euclid Ye4 days1-30/+1
* compositing: Remove `windowing.rs` and making `compositing` private (#36582)Martin Robinson5 days1-3/+2
* libservo: Make zooming and HiDPI scaling work per-`WebView` (#36419)Martin Robinson8 days1-21/+17
* libservo: Move animation tracking from `WindowMethods` to delegates (#36400)Martin Robinson13 days1-11/+1
* libservo: Start moving `WindowMethods` to `WebViewDelegate` (#36223)Martin Robinson2025-04-021-27/+28
* servoshell: Use sRGB colorspace on macOS (#35683)Isaac Marovitz2025-03-241-1/+24
* bugfix: servoshell: prevent 0 pixel dimensions for render area (#35967)Sebastian C2025-03-181-0/+7
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-3/+3
* libservo: Move size handling to `RenderContext` from `WindowMethods` (#35621)Martin Robinson2025-02-251-16/+3
* feat: support IME cursor area (#35623)DK Liao2025-02-251-2/+12
* Touch handler: Fix race condition and rate-limit move events (#35537)Bi Fuguo2025-02-251-8/+7
* compositing: Move image output and shutdown management out of the compositor ...Martin Robinson2025-02-201-9/+1
* libservo: Move GL acclerated media setup out of `RenderingContext` and simpli...Martin Robinson2025-02-201-0/+8
* chore: cleanup IME code for Servoshell (#35546)DK Liao2025-02-201-11/+12
* feat: support pre-edit text display for IME (#35535)DK Liao2025-02-191-0/+42
* libservo: Expose `SoftwareRenderingContext` and `WindowRenderingContext` (#35...Martin Robinson2025-02-181-35/+13
* implement Touchevent prevent default behavior (#35031)Bi Fuguo2025-02-171-9/+10
* libservo: Expose an `OffscreenRenderingContext` and use it for servoshell (#3...Martin Robinson2025-02-171-40/+78
* Update window.screenX and window.screenY when moving the embedder window (#35...webbeef2025-02-131-20/+21
* libservo: Expose a single `InputEvent` type and pass it to script (#35430)Martin Robinson2025-02-121-46/+63
* servoshell: Move `initial_window_size` and `screen_size_override` into `Servo...Martin Robinson2025-02-101-6/+7
* libservo: Add a `ClipboardDelegate` and a default implementation (#35297)Martin Robinson2025-02-071-7/+1
* servoshell: Port desktop servoshell to use delegate API (#35284)Martin Robinson2025-02-061-55/+33
* Finish the integration of `webxr` into the Cargo workspace (#35229)Martin Robinson2025-01-311-10/+10
* libservo: Port desktop servoshell to use the new `WebView` API (#35183)Martin Robinson2025-01-281-74/+215
* libservo: Stop using `script_traits` in the embedding layer (#35185)Martin Robinson2025-01-281-16/+13
* feat: Turn `RenderingContext` into a trait (#35052)DK Liao2025-01-241-2/+2
* api: Flatten and simplify Servo preferences (#34966)Martin Robinson2025-01-141-7/+7
* webxr: create glwindow with Rc window and without rendering context (#34813)Ngo Iok Ui (Wu Yu Wei)2025-01-031-4/+9
* chore: remove `WindowMethods::rendering_context` (#34780)Ngo Iok Ui (Wu Yu Wei)2025-01-011-24/+15
* Add embedder event for preferred color scheme and respond to it in the Layout...arthmis2024-12-121-0/+9
* Use `webrender_api::units::DevicePixel` rather than `style_traits::DevicePixe...Nico Burns2024-11-251-2/+1
* servoshell: fix logical screen size calculation (#34096)Mukilan Thiyagarajan2024-11-011-4/+4
* Improve scrolling speed in servoshell. (#34063)Nico Burns2024-10-301-3/+3
* servoshell: Allow overriding screen resolution with a command-line argument (...Martin Robinson2024-10-301-19/+29
* Replace some `Point2D::new(0, 0)` instances with `Point2D::zero()` (#33783)birdbrained2024-10-101-2/+2
* Upgrade to `egui@0.29.1` and `winit@0.30.5` (#33751)Gae242024-10-101-16/+16
* compositor: Create a single cross-process compositor API (#33619) (#33660)Martin Robinson2024-10-091-3/+3
* Revert "compositor: Create a single cross-process compositor API (#33619)" (#...Martin Robinson2024-10-041-3/+3
* compositor: Create a single cross-process compositor API (#33619)Martin Robinson2024-10-031-3/+3
* servoshell: fix issues related to HiDPI (#33529)Mukilan Thiyagarajan2024-09-241-20/+6
* build(deps): bump windows-sys from 0.52.0 to 0.59.0 (#32982)dependabot[bot]2024-08-091-1/+1
* deps: Switch from `winapi` to `windows_sys` in Servo code (#32516)Martin Robinson2024-06-171-4/+3
* Split servoshell into Desktop and common part (#32457)Jonathan Schwender2024-06-141-0/+697