Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update all `examples` to Rust 2024 | 2025-02-21 | 1 | -1/+1 | |
| | |||||
* | Replace `with` function with `Function` trait | 2025-02-11 | 1 | -3/+5 | |
| | |||||
* | Add helper functions for alignment to `widget` module | 2025-01-24 | 1 | -2/+2 | |
| | |||||
* | Draft `reactive-rendering` feature for `button` | 2024-11-05 | 1 | -1/+1 | |
| | |||||
* | Implement some `From` traits for `text_input::Id` | 2024-09-18 | 1 | -4/+2 | |
| | |||||
* | Return `window::Id` in `window::open` | 2024-07-30 | 1 | -4/+7 | |
| | |||||
* | Re-export variants of `Length` and `alignment` types | 2024-07-12 | 1 | -3/+3 | |
| | |||||
* | Introduce helper methods for alignment for all widgets | 2024-07-12 | 1 | -2/+2 | |
| | |||||
* | Remove `load` method from `application` and `daemon` | 2024-07-09 | 1 | -5/+11 | |
| | | | | | If you need to run a `Task` during boot, use `run_with` instead! | ||||
* | Remove `window::Id::MAIN` constant | 2024-06-20 | 1 | -1/+1 | |
| | |||||
* | Introduce `daemon` API and unify shell runtimes | 2024-06-19 | 1 | -23/+16 | |
| | |||||
* | Rename `window::closings` to `window::close_events` | 2024-06-16 | 1 | -1/+1 | |
| | |||||
* | Use all themes in `multi_window` example | 2024-06-14 | 1 | -5/+1 | |
| | |||||
* | Simplify `WindowOpened` message handler in `multi_window` example | 2024-06-14 | 1 | -6/+5 | |
| | |||||
* | Use `Task` chaining to simplify `multi_window` example | 2024-06-14 | 1 | -83/+72 | |
| | |||||
* | Replace `Command` with a new `Task` API with chain support | 2024-06-14 | 1 | -10/+10 | |
| | |||||
* | Introduce `window::Id` to `Event` subscriptions | 2024-06-10 | 1 | -5/+7 | |
| | | | | And remove `window::Id` from `Event` altogether. | ||||
* | Ask for explicit `Length` in `center_*` methods | 2024-05-13 | 1 | -1/+1 | |
| | |||||
* | Introduce `center` widget helper | 2024-05-03 | 1 | -8/+5 | |
| | | | | | | | | ... and also make `center_x` and `center_y` set `width` and `height` to `Length::Fill`, respectively. This targets the most common use case when centering things and removes a bunch of boilerplate as a result. | ||||
* | Use `AtomicU64` for `window::Id` | 2023-12-02 | 1 | -24/+25 | |
| | |||||
* | Use actual floats for logical coordinates | 2023-11-30 | 1 | -6/+9 | |
| | |||||
* | Merge branch 'master' into feat/multi-window-support | 2023-11-29 | 1 | -6/+7 | |
| | |||||
* | Moved `exit_on_close_request` to window settings. This now controls whether ↵ | 2023-07-24 | 1 | -4/+2 | |
| | | | | each INDIVIDUAL window should close on CloseRequested events. | ||||
* | refactored window storage; | 2023-07-21 | 2 | -61/+103 | |
| | | | | | new helper window events (Destroyed, Created); clippy + fmt; | ||||
* | Added simpler MW example | 2023-03-14 | 2 | -559/+103 | |
| | |||||
* | 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; | ||||
* | Cargo fix | 2023-02-20 | 2 | -146/+160 | |
| | |||||
* | Iced master merge (again) | 2023-02-17 | 1 | -2/+2 | |
| | |||||
* | Fixed widget animations implementation | 2023-02-17 | 1 | -11/+10 | |
| | |||||
* | Widget operations for multi-window. | 2023-02-15 | 1 | -5/+45 | |
| | |||||
* | Added window::Id to multi_window application's scale_factor | 2023-01-18 | 1 | -0/+8 | |
| | |||||
* | Formatting | 2023-01-09 | 1 | -5/+5 | |
| | |||||
* | Implemented window title update functionality for multiwindow. | 2023-01-09 | 2 | -4/+8 | |
| | |||||
* | Fixed issue with window ID on winit | 2023-01-09 | 2 | -0/+3 | |
| | |||||
* | merged in iced master | 2023-01-09 | 1 | -1/+1 | |
| | |||||
* | remove `windows` method (use commands instead) | 2023-01-09 | 1 | -9/+4 | |
| | |||||
* | implement `multi_window` for `iced_glutin` | 2023-01-09 | 1 | -2/+2 | |
| | |||||
* | Introduce `close_requested` for `multi-window` | 2023-01-09 | 1 | -0/+4 | |
| | |||||
* | Allow closing the window from user code | 2023-01-09 | 1 | -2/+7 | |
| | |||||
* | create multi-windowed `pane_grid` example | 2023-01-09 | 1 | -101/+278 | |
| | |||||
* | duplicate `pane_grid` example to `multi_window` | 2023-01-09 | 2 | -27/+355 | |
| | |||||
* | Fix `multi_window` example | 2023-01-09 | 1 | -0/+58 | |