| Commit message (Expand) | Author | Age | Files | Lines |
* | Separate `Compositor::new` from `Compositor::create_renderer` | Héctor Ramón Jiménez | 2023-12-02 | 1 | -1/+1 |
* | Fix broken intra-doc links | Héctor Ramón Jiménez | 2023-11-29 | 1 | -3/+1 |
* | Fix `clippy` lints | Héctor Ramón Jiménez | 2023-11-29 | 1 | -5/+9 |
* | Run `cargo fmt` | Héctor Ramón Jiménez | 2023-11-29 | 1 | -3/+4 |
* | Moved `exit_on_close_request` to window settings. This now controls whether e... | Bingus | 2023-07-24 | 1 | -0/+26 |
* | refactored window storage; | Bingus | 2023-07-21 | 2 | -36/+230 |
* | Added per-window theme support. | Bingus | 2023-03-15 | 1 | -2/+2 |
* | Code cleanup, clearer comments + removed some unnecessary dupe; | Bingus | 2023-03-13 | 1 | -1/+1 |
* | Removed glutin MW support and reverted glutin changes back to Iced master sin... | bungoboingo | 2023-02-28 | 1 | -4/+3 |
* | Added window::Id to multi_window application's scale_factor | Bingus | 2023-01-18 | 1 | -2/+2 |
* | Formatting | bungoboingo | 2023-01-09 | 1 | -3/+6 |
* | Implemented window title update functionality for multiwindow. | bungoboingo | 2023-01-09 | 1 | -8/+6 |
* | merged in iced master | bungoboingo | 2023-01-09 | 1 | -2/+2 |
* | remove `windows` method (use commands instead) | Richard | 2023-01-09 | 1 | -23/+1 |
* | Allow closing the window from user code | Richard | 2023-01-09 | 1 | -0/+11 |
* | what is this | Richard | 2023-01-09 | 1 | -9/+7 |
* | Introduce opaque `window::Id` type | Richard | 2023-01-09 | 1 | -1/+2 |
* | Synchronize window list with `windows` method | Richard | 2023-01-09 | 1 | -2/+20 |
* | Introduce `multi_window` in `iced_winit` | Richard | 2023-01-09 | 1 | -0/+212 |