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