aboutsummaryrefslogtreecommitdiffstats
path: root/components/servo/examples/winit_minimal.rs
Commit message (Expand)AuthorAgeFilesLines
* libservo: Start moving `WindowMethods` to `WebViewDelegate` (#36223)Martin Robinson2025-04-021-23/+4
* libservo: Remove a couple `EmbedderMethods` (#36276)Martin Robinson2025-04-011-1/+0
* Allow setting userscripts directly without the need of files (#35388)Tony2025-03-271-0/+1
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-1/+1
* winit_mininal: support proper window resizing (#35691)webbeef2025-02-271-0/+10
* winit_minimal: fix build breakage (#35686)webbeef2025-02-271-6/+1
* libservo: Add `WebView` immediately to the Compositor (#35662)Martin Robinson2025-02-261-12/+6
* compositing: Move image output and shutdown management out of the compositor ...Martin Robinson2025-02-201-1/+0
* libservo: Rework and clarify the rendering model of the `WebView` (#35522)Martin Robinson2025-02-191-7/+10
* libservo: Expose `SoftwareRenderingContext` and `WindowRenderingContext` (#35...Martin Robinson2025-02-181-35/+17
* wini_minimal: trigger initial rendering and scroll properly (#35350)webbeef2025-02-071-3/+17
* libservo: Add WebViewDelegate and ServoDelegate and port `winit_minimal` (#35...Delan Azabani2025-02-051-74/+79
* chore: Rename `CompositeTarget` enum (#35263)DK Liao2025-02-041-1/+1
* chore(servo): simplify servo example (#35253)Roberto Huertas2025-02-011-9/+3
* Use aws-lc-rs as rust-tls provider (#35106)Jonathan Schwender2025-01-301-1/+1
* Include `WebViewId` into EmbedderMsg variants where possible (#35211)Delan Azabani2025-01-301-3/+3
* libservo: Add an initial WebView data structure to the API (#35119)Delan Azabani2025-01-251-25/+50
* Remove type parameter from Servo and IOCompositor (#35121) (#35156)Delan Azabani2025-01-241-1/+1
* Fix winit_minimal.rs build (#35154)webbeef2025-01-241-3/+3
* Add minimal libservo example using winit (#35118)Delan Azabani2025-01-231-0/+265