Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-04-20 | Export scroll_to helper | 1 | -2/+2 | ||
2023-04-17 | Add scrollable `Viewport` | 1 | -2/+2 | ||
2023-04-14 | Add `scroll_to` operation for absolute scroll | 1 | -2/+2 | ||
2023-04-13 | Bump versions :tada: | 1 | -1/+1 | ||
2023-04-13 | Rename `MouseListener` to `MouseArea` | 1 | -3/+3 | ||
2023-04-13 | feat(native): Add MouseListener widget | 1 | -0/+8 | ||
2023-04-11 | Rename `IconPosition` to `Side` in `text_input` | 1 | -1/+1 | ||
2023-04-11 | Changed `Handle` to `Icon` to be consistent | 1 | -1/+1 | ||
2023-04-11 | feat: added handle to text_input | 1 | -1/+1 | ||
2023-03-04 | Create `iced_widget` subcrate and re-organize the whole codebase | 1 | -239/+0 | ||
2023-03-03 | Move `Canvas` and `QRCode` to `iced` crate | 1 | -4/+4 | ||
Rename `canvas` modules to `geometry` in graphics subcrates | |||||
2023-03-01 | Implement `Canvas` support for `iced_tiny_skia` | 1 | -2/+3 | ||
2023-02-28 | Use `iced_renderer` instead of `iced_graphics` in root crate | 1 | -2/+2 | ||
2023-02-18 | Bump versions :tada: | 1 | -1/+1 | ||
2023-02-16 | Added the ability to change checkbox icon | 1 | -1/+1 | ||
2023-02-14 | Rename `HandleContent` to `Icon` and simplify generics | 1 | -1/+1 | ||
2023-02-14 | Extend pick_list::Handle | 1 | -1/+3 | ||
2023-01-14 | Bump versions :tada: | 1 | -1/+1 | ||
2023-01-08 | Introduce `RelativeOffset` type in `scrollable` | 1 | -1/+2 | ||
2022-12-29 | Reworked Scrollable to account for lack of widget order guarantees. | 1 | -2/+1 | ||
Fixed thumb "snapping" bug on scrollable when cursor is out of bounds. | |||||
2022-12-29 | Add multidirectional scrolling capabilities to the existing Scrollable. | 1 | -1/+2 | ||
2022-12-14 | Rename `pick_list::AccessoryContent` to `Handle` | 1 | -3/+1 | ||
... and rename `Default` variant to `Arrow`. | |||||
2022-12-13 | Split vertical orientation into VerticalSlider | 1 | -0/+2 | ||
2022-12-07 | Bump versions :tada: | 1 | -1/+1 | ||
2022-12-06 | Remove `appearance` from `Handle` | 1 | -1/+1 | ||
... and pass it directly to `Renderer::draw` instead. | |||||
2022-11-29 | Added ability to customize accessory content. | 1 | -1/+3 | ||
2022-11-11 | Add text input operations | 1 | -1/+2 | ||
2022-11-10 | Fix outdated links in documentation | 1 | -1/+1 | ||
2022-09-21 | Take `Cow` in `Text::new` | 1 | -2/+2 | ||
2022-08-04 | Implement `scrollable::snap_to` operation | 1 | -3/+3 | ||
2022-08-04 | Implement `focus_previous` operation | 1 | -0/+8 | ||
2022-08-02 | Implement `focus_next` operation | 1 | -0/+11 | ||
... as well as a `count_focusable` composable helper! | |||||
2022-07-28 | Implement `Widget::operate` for `TextInput` | 1 | -1/+3 | ||
2022-07-27 | Replace stateful widgets with new `iced_pure` API | 1 | -24/+26 | ||
2022-07-08 | Make widget aliases in `iced` compatible with `iced_native` | 1 | -40/+29 | ||
2022-06-07 | Implement theme styling for `PickList` and `Menu` | 1 | -2/+1 | ||
2022-06-07 | Implement theme styling for `Container` | 1 | -1/+1 | ||
2022-06-07 | Implement theme styling for `TextInput` | 1 | -1/+1 | ||
2022-06-04 | Implement theme styling for `Checkbox` | 1 | -1/+1 | ||
2022-06-01 | Implement theme styling for `Toggler` | 1 | -1/+1 | ||
... and wire up theming to the `styling` example. | |||||
2022-05-27 | Implement theme styling for `Radio` | 1 | -3/+3 | ||
2022-05-26 | Rename `Variant` to `Style` and `Style` to `Appearance` | 1 | -1/+1 | ||
2022-05-14 | Draft first-class `Theme` support | 1 | -29/+38 | ||
RFC: https://github.com/iced-rs/rfcs/pull/6 | |||||
2022-05-02 | Indicate feature-flagged modules in documentation | 1 | -0/+8 | ||
2022-04-30 | Point repository links to `0.4` branch in documentation | 1 | -1/+1 | ||
2022-03-09 | Remove redundant `widget` modules in subcrates | 1 | -40/+179 | ||
Instead, we can define the type aliases just once in the root crate! | |||||
2022-02-16 | Expose `ContentFit` in root | 1 | -1/+0 | ||
2022-02-16 | Add support for `ContentFit` for `Image` | 1 | -0/+1 | ||
2022-01-28 | Replace `iced_web` with WebGL support in `wgpu` :tada: | 1 | -53/+43 | ||
2022-01-12 | Implement `Widget::overlay` for `Responsive` widget | 1 | -5/+4 | ||