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