Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-08-14 | Fix cursor passthrough in `Stack` during `draw` | 1 | -13/+15 | ||
2024-07-12 | Re-export variants of `Length` and `alignment` types | 1 | -5/+5 | ||
2024-07-12 | Introduce helper methods for alignment for all widgets | 1 | -3/+2 | ||
2024-06-19 | Introduce `daemon` API and unify shell runtimes | 1 | -1/+1 | ||
2024-06-14 | Replace `Command` with a new `Task` API with chain support | 1 | -9/+9 | ||
2024-05-03 | Introduce `center` widget helper | 1 | -30/+15 | ||
... 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. | |||||
2024-04-25 | Simplify `modal` example :tada: | 1 | -328/+35 | ||
2024-03-17 | Use `Program` API in `modal` example | 1 | -20/+6 | ||
2024-03-08 | Rename `container::box_` to `rounded_box` | 1 | -1/+1 | ||
2024-03-05 | Simplify theming for `Container` widget | 1 | -2/+1 | ||
2024-02-15 | Make `horizontal_space` and `vertical_space` fill by default | 1 | -8/+4 | ||
2024-02-15 | Rename `password` method in `TextInput` to `secure` | 1 | -1/+1 | ||
2024-02-01 | Remove `position` from `overlay::Element` | 1 | -12/+11 | ||
2024-01-21 | Convert `Renderer::Theme` to generic `Widget` type | 1 | -20/+22 | ||
2024-01-20 | Introduce `Border` struct analogous to `Shadow` | 1 | -5/+1 | ||
2024-01-20 | Use `Default` implementation of `renderer::Quad` | 1 | -3/+1 | ||
2024-01-20 | feat: quad shadows | 1 | -0/+1 | ||
2024-01-16 | Refactor `KeyCode` into `Key` and `Location` | 1 | -2/+3 | ||
2024-01-10 | Replace `width` and `height` with `Widget::size` | 1 | -6/+2 | ||
2024-01-04 | Make `Shrink` have priority over `Fill` in layout | 1 | -8/+5 | ||
2023-12-15 | Update `winit` to `0.29.4` | 1 | -0/+1 | ||
2023-11-21 | Fix `modal` and `toast` examples | 1 | -0/+2 | ||
2023-11-12 | Add missing `'static` lifetimes to constant slices | 1 | -1/+2 | ||
2023-09-20 | Fix `clippy::default_trait_access` | 1 | -2/+4 | ||
2023-09-07 | Introduce `keyboard::on_key_press` and `on_key_release` | 1 | -3/+5 | ||
Also rename `subscription::events*` to `event::listen*`. | |||||
2023-08-30 | Make `widget::Tree` mutable in `Widget::layout` | 1 | -5/+7 | ||
2023-08-30 | Implement explicit text caching in the widget state tree | 1 | -2/+9 | ||
2023-07-15 | Add viewport to Widget::on_event | 1 | -0/+3 | ||
2023-06-14 | Add nested picklist to modal example | 1 | -2/+55 | ||
2023-06-08 | Take `Rectangle` by value in `Cursor` API | 1 | -1/+1 | ||
2023-06-08 | Implement basic cursor availability | 1 | -17/+18 | ||
2023-05-23 | Extend border radius on relevant widgets | 1 | -1/+1 | ||
2023-04-12 | Rename `on_change` to `on_input` for `TextInput` | 1 | -2/+2 | ||
2023-04-12 | Introduce disabled state for `TextInput` | 1 | -8/+6 | ||
2023-03-04 | Create `iced_widget` subcrate and re-organize the whole codebase | 1 | -19/+25 | ||
2023-02-17 | Use `f32` in `Length::Units` and rename it to `Fixed` | 1 | -1/+1 | ||
2022-12-22 | Add `Renderer` argument to `operate` | 1 | -0/+4 | ||
2022-12-02 | Fix `border_radius` in `modal` example | 1 | -1/+1 | ||
2022-11-29 | Add on_submit & esc for example | 1 | -9/+30 | ||
2022-11-29 | Add modal example | 1 | -0/+454 | ||