| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove `window::Id::MAIN` constant | Héctor Ramón Jiménez | 2024-06-20 | 1 | -1/+1 |
* | Introduce `daemon` API and unify shell runtimes | Héctor Ramón Jiménez | 2024-06-19 | 1 | -23/+16 |
* | Rename `window::closings` to `window::close_events` | Héctor Ramón Jiménez | 2024-06-16 | 1 | -1/+1 |
* | Use all themes in `multi_window` example | Héctor Ramón Jiménez | 2024-06-14 | 1 | -5/+1 |
* | Simplify `WindowOpened` message handler in `multi_window` example | Héctor Ramón Jiménez | 2024-06-14 | 1 | -6/+5 |
* | Use `Task` chaining to simplify `multi_window` example | Héctor Ramón Jiménez | 2024-06-14 | 1 | -83/+72 |
* | Replace `Command` with a new `Task` API with chain support | Héctor Ramón Jiménez | 2024-06-14 | 1 | -10/+10 |
* | Introduce `window::Id` to `Event` subscriptions | Héctor Ramón Jiménez | 2024-06-10 | 1 | -5/+7 |
* | Ask for explicit `Length` in `center_*` methods | Héctor Ramón Jiménez | 2024-05-13 | 1 | -1/+1 |
* | Introduce `center` widget helper | Héctor Ramón Jiménez | 2024-05-03 | 1 | -8/+5 |
* | Use `AtomicU64` for `window::Id` | Héctor Ramón Jiménez | 2023-12-02 | 1 | -24/+25 |
* | Use actual floats for logical coordinates | Héctor Ramón Jiménez | 2023-11-30 | 1 | -6/+9 |
* | Merge branch 'master' into feat/multi-window-support | Héctor Ramón Jiménez | 2023-11-29 | 1 | -6/+7 |
* | Moved `exit_on_close_request` to window settings. This now controls whether e... | Bingus | 2023-07-24 | 1 | -4/+2 |
* | refactored window storage; | Bingus | 2023-07-21 | 2 | -61/+103 |
* | Added simpler MW example | Bingus | 2023-03-14 | 2 | -559/+103 |
* | Code cleanup, clearer comments + removed some unnecessary dupe; | Bingus | 2023-03-13 | 1 | -1/+1 |
* | Cargo fix | Bingus | 2023-02-20 | 2 | -146/+160 |
* | Iced master merge (again) | Bingus | 2023-02-17 | 1 | -2/+2 |
* | Fixed widget animations implementation | Bingus | 2023-02-17 | 1 | -11/+10 |
* | Widget operations for multi-window. | Bingus | 2023-02-15 | 1 | -5/+45 |
* | Added window::Id to multi_window application's scale_factor | Bingus | 2023-01-18 | 1 | -0/+8 |
* | Formatting | bungoboingo | 2023-01-09 | 1 | -5/+5 |
* | Implemented window title update functionality for multiwindow. | bungoboingo | 2023-01-09 | 2 | -4/+8 |
* | Fixed issue with window ID on winit | bungoboingo | 2023-01-09 | 2 | -0/+3 |
* | merged in iced master | bungoboingo | 2023-01-09 | 1 | -1/+1 |
* | remove `windows` method (use commands instead) | Richard | 2023-01-09 | 1 | -9/+4 |
* | implement `multi_window` for `iced_glutin` | Richard | 2023-01-09 | 1 | -2/+2 |
* | Introduce `close_requested` for `multi-window` | Richard | 2023-01-09 | 1 | -0/+4 |
* | Allow closing the window from user code | Richard | 2023-01-09 | 1 | -2/+7 |
* | create multi-windowed `pane_grid` example | Richard | 2023-01-09 | 1 | -101/+278 |
* | duplicate `pane_grid` example to `multi_window` | Richard | 2023-01-09 | 2 | -27/+355 |
* | Fix `multi_window` example | Richard | 2023-01-09 | 1 | -0/+58 |