Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-03-03 | Rename `canvas::frame` to `canvas` in `iced_wgpu` | 4 | -742/+0 | ||
2023-03-01 | Implement `Canvas` support for `iced_tiny_skia` | 4 | -0/+742 | ||
2022-03-09 | Remove redundant `widget` modules in subcrates | 15 | -148/+0 | ||
Instead, we can define the type aliases just once in the root crate! | |||||
2022-01-12 | Implement `Widget::overlay` for `Responsive` widget | 1 | -6/+0 | ||
2022-01-11 | Draft `Responsive` widget | 1 | -0/+6 | ||
2022-01-03 | Change GitHub namespace to new org for all files | 1 | -1/+1 | ||
2021-10-31 | Introduce state lifetime for `style_sheet` in `Toggler` | 1 | -1/+2 | ||
2021-10-31 | Remove `widget` module re-exports in `iced_native` | 11 | -18/+23 | ||
2021-10-28 | Implement `Widget::draw` for `Rule` | 1 | -8/+1 | ||
2021-10-28 | Implement `Widget::draw` for `ProgressBar` | 1 | -9/+1 | ||
2021-10-21 | Remove `Renderer` trait for `Checkbox` | 1 | -1/+1 | ||
2021-10-20 | Wire up styling to `Radio` in `iced_native` | 1 | -1/+1 | ||
2021-10-20 | Wire up styling to `Slider` in `iced_native` | 1 | -9/+1 | ||
2021-06-14 | docs: update all 0.2 github links to 0.3 | 1 | -1/+1 | ||
2021-06-03 | Implement `Toggler` widget for iced_native | 1 | -0/+9 | ||
2021-02-23 | Change `Tooltip` to support `Text` only for now | 1 | -1/+1 | ||
2021-02-15 | feat(native): add Tooltip widget | 1 | -0/+6 | ||
2021-01-01 | Implement split highlight on hover for `PaneGrid` | 1 | -3/+3 | ||
2020-11-26 | Use recently stabilized intra-doc links | 6 | -20/+1 | ||
See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md | |||||
2020-11-20 | Implement `QRCode` widget | 1 | -0/+2 | ||
2020-11-17 | Remove `Focus` in `pane_grid` | 1 | -2/+2 | ||
Since #608, the `PaneGrid` widget does not handle pane focus. | |||||
2020-11-10 | Restore hotkeys in `pane_grid` example | 1 | -2/+2 | ||
- Implement `subscription::events_with` - Remove `pane_grid::KeyPressEvent` - Return closest sibling in `pane_grid::State::close` | |||||
2020-08-22 | added FillMode enum style for the Rule widget | 1 | -1/+1 | ||
2020-08-22 | widget Rule added | 1 | -0/+10 | ||
2020-07-10 | Rename `ComboBox` to `PickList` | 2 | -9/+9 | ||
2020-07-10 | Write documentation for the new `overlay` API | 1 | -0/+1 | ||
2020-07-08 | Add styling support for `ComboBox` and `Menu` | 1 | -1/+6 | ||
2020-07-08 | Draft `ComboBox` and `Menu` layer | 1 | -0/+3 | ||
2020-06-13 | Make `Slider` value type generic | 1 | -1/+1 | ||
2020-06-05 | Draft drawing logic for `Content` and `TitleBar` | 1 | -2/+14 | ||
2020-06-04 | Draft first-class `TitleBar` in `pane_grid` | 1 | -2/+2 | ||
2020-05-28 | Write documentation for `iced_graphics` | 1 | -7/+0 | ||
2020-05-26 | rename to image::Viewer | 1 | -6/+0 | ||
2020-05-26 | Rename and add to iced image module | 1 | -2/+2 | ||
2020-05-26 | Add `ImagePane` widget | 1 | -0/+6 | ||
2020-05-22 | Implement `State::with_content` in `pane_grid` | 1 | -2/+2 | ||
2020-05-22 | Expose `Node` and `State::layout` for `PaneGrid` | 1 | -2/+2 | ||
2020-05-19 | Draft new `iced_graphics` crate :tada: | 21 | -1396/+9 | ||
2020-05-01 | Implement `Frame::fill_rectangle` | 1 | -0/+51 | ||
This method greatly improves performance when drawing axis-aligned rectangles. | |||||
2020-04-30 | Rename `MouseCursor` to `mouse::Interaction` | 2 | -11/+19 | ||
2020-04-30 | Write documentation for the new `canvas` API | 7 | -16/+121 | ||
2020-04-30 | Remove inconsistent `input` module in `iced_native` | 1 | -1/+1 | ||
2020-04-29 | Rename `Cursor::*_position` methods in `canvas` | 1 | -11/+11 | ||
2020-04-29 | Introduce `Cursor` type in `canvas` | 3 | -32/+88 | ||
2020-04-29 | Let a `canvas::Program` control the mouse cursor | 2 | -1/+10 | ||
2020-04-28 | Remove `Drawable` and rename `State` to `Program` | 4 | -100/+37 | ||
2020-04-28 | Clip and cull `Mesh2D` primitives in `iced_wgpu` | 1 | -0/+1 | ||
2020-04-28 | Allow `canvas::State` to produce messages | 3 | -16/+30 | ||
2020-04-28 | Implement `Drawable` for slices of drawables | 1 | -0/+9 | ||
2020-04-28 | Introduce `Translate` primitive in `iced_wgpu` | 4 | -26/+37 | ||