Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update all `examples` to Rust 2024 | 2025-02-21 | 1 | -1/+1 | |
| | |||||
* | Revert `window::close` producing a `window::Id` | 2024-08-12 | 1 | -3/+1 | |
| | | | | | | Instead, subscribing to `window::close_events` is preferable; since most use cases will want to react to the user closing a window as well. | ||||
* | Make `window::close` return and introduce `Task::discard` | 2024-08-12 | 1 | -1/+3 | |
| | |||||
* | Re-export variants of `Length` and `alignment` types | 2024-07-12 | 1 | -2/+2 | |
| | |||||
* | Introduce helper methods for alignment for all widgets | 2024-07-12 | 1 | -2/+2 | |
| | |||||
* | Remove `window::Id::MAIN` constant | 2024-06-20 | 1 | -1/+1 | |
| | |||||
* | Introduce `daemon` API and unify shell runtimes | 2024-06-19 | 1 | -1/+1 | |
| | |||||
* | Replace `Command` with a new `Task` API with chain support | 2024-06-14 | 1 | -3/+3 | |
| | |||||
* | Introduce `center` widget helper | 2024-05-03 | 1 | -9/+3 | |
| | | | | | | | | ... 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. | ||||
* | Move `Program` to `application` module | 2024-03-17 | 1 | -1/+1 | |
| | |||||
* | Implement `Program::load` to specify startup `Command` | 2024-03-16 | 1 | -7/+1 | |
| | |||||
* | Introduce `Program` API | 2024-03-16 | 1 | -14/+6 | |
| | |||||
* | Merge branch 'master' into feat/multi-window-support | 2023-11-29 | 1 | -1/+1 | |
|\ | |||||
| * | Use workspace dependencies and package inheritance | 2023-09-04 | 1 | -1/+1 | |
| | | | | | | | | | | | | We are also taking this as a chance to synchronize the versions of all the crates! Because of this, we will skip the `0.11` version. | ||||
* | | refactored window storage; | 2023-07-21 | 1 | -1/+1 | |
|/ | | | | | new helper window events (Destroyed, Created); clippy + fmt; | ||||
* | Draft `Shell:request_redraw` API | 2023-01-12 | 1 | -13/+13 | |
| | | | | ... and implement `TextInput` cursor blink :tada: | ||||
* | Replace stateful widgets with new `iced_pure` API | 2022-07-27 | 1 | -28/+15 | |
| | |||||
* | Center contents with `Container` in `exit` example | 2022-01-03 | 1 | -7/+16 | |
| | | | | ... also add some `padding` to buttons! | ||||
* | Allow Sandbox applications to exit. | 2021-12-29 | 3 | -0/+95 | |