Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-06-19 | Introduce `daemon` API and unify shell runtimes | 2 | -396/+0 | ||
2024-05-07 | Update `winit` to `0.30` | 1 | -1/+2 | ||
2024-04-25 | Introduce `opaque` widget helper | 1 | -1/+1 | ||
2024-03-07 | Leverage `DefaultStyle` traits instead of `Default` | 2 | -9/+9 | ||
2024-03-06 | Simplify theming for `Application` | 2 | -16/+13 | ||
2024-01-21 | Convert `Renderer::Theme` to generic `Widget` type | 2 | -11/+10 | ||
2024-01-18 | Remove `Compositor` window generic | 1 | -3/+4 | ||
And update `glyphon` and `window_clipboard` | |||||
2023-12-15 | Update `winit` to `0.29.4` | 1 | -11/+13 | ||
2023-12-02 | Refactor `Windows` abstraction into `WindowManager` | 3 | -203/+158 | ||
2023-12-02 | Separate `Compositor::new` from `Compositor::create_renderer` | 1 | -1/+1 | ||
2023-11-29 | Fix broken intra-doc links | 1 | -3/+1 | ||
2023-11-29 | Fix `clippy` lints | 1 | -5/+9 | ||
2023-11-29 | Run `cargo fmt` | 1 | -3/+4 | ||
2023-07-24 | Moved `exit_on_close_request` to window settings. This now controls whether ↵ | 1 | -0/+26 | ||
each INDIVIDUAL window should close on CloseRequested events. | |||||
2023-07-21 | refactored window storage; | 2 | -36/+230 | ||
new helper window events (Destroyed, Created); clippy + fmt; | |||||
2023-03-15 | Added per-window theme support. | 1 | -2/+2 | ||
2023-03-13 | Code cleanup, clearer comments + removed some unnecessary dupe; | 1 | -1/+1 | ||
Removed `Frames` struct return for `window::frames()` since we are just redrawing every window anyways; Interface dropping; | |||||
2023-02-28 | Removed glutin MW support and reverted glutin changes back to Iced master ↵ | 1 | -4/+3 | ||
since it's being axed as we speak. | |||||
2023-01-18 | Added window::Id to multi_window application's scale_factor | 1 | -2/+2 | ||
2023-01-09 | Formatting | 1 | -3/+6 | ||
2023-01-09 | Implemented window title update functionality for multiwindow. | 1 | -8/+6 | ||
2023-01-09 | merged in iced master | 1 | -2/+2 | ||
2023-01-09 | remove `windows` method (use commands instead) | 1 | -23/+1 | ||
2023-01-09 | Allow closing the window from user code | 1 | -0/+11 | ||
2023-01-09 | what is this | 1 | -9/+7 | ||
2023-01-09 | Introduce opaque `window::Id` type | 1 | -1/+2 | ||
2023-01-09 | Synchronize window list with `windows` method | 1 | -2/+20 | ||
2023-01-09 | Introduce `multi_window` in `iced_winit` | 1 | -0/+212 | ||