slint/internal
Simon Hausmann 0002df2520
slint crate: Expose parts of the winit backend's previously private API (#8315)
Similar to the wgpu access, the `unstable-winit-030` feature exposes a
`slint::winit_030` module, which in turn re-exports `winit` but also
provides access to the `WinitWindowAccessor` trait. The
`BackendSelector` is extended to provide a way to hook into window
attribute creation as well as providing a custom event loop builder,
similar to what `i_slint_backend_winit::BackendBuilder` provides.
2025-05-02 09:21:13 +02:00
..
backends slint crate: Expose parts of the winit backend's previously private API (#8315) 2025-05-02 09:21:13 +02:00
common Menu: Add enabled property (#8145) 2025-04-15 08:08:11 +02:00
compiler ChangeLog: std-widgets: added content-padding to GroupBox (#8314) 2025-05-02 07:11:52 +00:00
core CI: fix snake case warning with nightly 2025-05-01 08:21:54 +02:00
core-macros doc: Separate out the MenuBar element docs into a dedicated element under Window 2025-02-26 16:46:36 +01:00
interpreter Janitor: Silence warning with nightly rust 2025-04-29 10:44:10 +02:00
renderers WGPU: Clean up public API 2025-04-30 15:54:06 +02:00