Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Create `iced_widget` subcrate and re-organize the whole codebase | 2023-03-04 | 1 | -239/+0 | |
| | |||||
* | Move `Canvas` and `QRCode` to `iced` crate | 2023-03-03 | 1 | -4/+4 | |
| | | | | Rename `canvas` modules to `geometry` in graphics subcrates | ||||
* | Implement `Canvas` support for `iced_tiny_skia` | 2023-03-01 | 1 | -2/+3 | |
| | |||||
* | Use `iced_renderer` instead of `iced_graphics` in root crate | 2023-02-28 | 1 | -2/+2 | |
| | |||||
* | Bump versions :tada: | 2023-02-18 | 1 | -1/+1 | |
| | |||||
* | Added the ability to change checkbox icon | 2023-02-16 | 1 | -1/+1 | |
| | |||||
* | Rename `HandleContent` to `Icon` and simplify generics | 2023-02-14 | 1 | -1/+1 | |
| | |||||
* | Extend pick_list::Handle | 2023-02-14 | 1 | -1/+3 | |
| | |||||
* | Bump versions :tada: | 2023-01-14 | 1 | -1/+1 | |
| | |||||
* | Merge pull request #1550 from bungoboingo/feat/multidirectional-scrolling | 2023-01-09 | 1 | -1/+2 | |
|\ | | | | | [Feature] Multidirectional scrolling | ||||
| * | Introduce `RelativeOffset` type in `scrollable` | 2023-01-08 | 1 | -1/+2 | |
| | | |||||
| * | Reworked Scrollable to account for lack of widget order guarantees. | 2022-12-29 | 1 | -2/+1 | |
| | | | | | | | | Fixed thumb "snapping" bug on scrollable when cursor is out of bounds. | ||||
| * | Add multidirectional scrolling capabilities to the existing Scrollable. | 2022-12-29 | 1 | -1/+2 | |
| | | |||||
* | | Merge pull request #1562 from casperstorm/feat/custom-accessory-content | 2023-01-02 | 1 | -1/+1 | |
|\ \ | |/ |/| | Added ability to customize the handle of a `pick_list` | ||||
| * | Rename `pick_list::AccessoryContent` to `Handle` | 2022-12-14 | 1 | -3/+1 | |
| | | | | | | | | ... and rename `Default` variant to `Arrow`. | ||||
| * | Added ability to customize accessory content. | 2022-11-29 | 1 | -1/+3 | |
| | | |||||
* | | Split vertical orientation into VerticalSlider | 2022-12-13 | 1 | -0/+2 | |
| | | |||||
* | | Bump versions :tada: | 2022-12-07 | 1 | -1/+1 | |
| | | |||||
* | | Remove `appearance` from `Handle` | 2022-12-06 | 1 | -1/+1 | |
|/ | | | | ... and pass it directly to `Renderer::draw` instead. | ||||
* | Add text input operations | 2022-11-11 | 1 | -1/+2 | |
| | |||||
* | Fix outdated links in documentation | 2022-11-10 | 1 | -1/+1 | |
| | |||||
* | Take `Cow` in `Text::new` | 2022-09-21 | 1 | -2/+2 | |
| | |||||
* | Implement `scrollable::snap_to` operation | 2022-08-04 | 1 | -3/+3 | |
| | |||||
* | Implement `focus_previous` operation | 2022-08-04 | 1 | -0/+8 | |
| | |||||
* | Implement `focus_next` operation | 2022-08-02 | 1 | -0/+11 | |
| | | | | ... as well as a `count_focusable` composable helper! | ||||
* | Implement `Widget::operate` for `TextInput` | 2022-07-28 | 1 | -1/+3 | |
| | |||||
* | Replace stateful widgets with new `iced_pure` API | 2022-07-27 | 1 | -24/+26 | |
| | |||||
* | Make widget aliases in `iced` compatible with `iced_native` | 2022-07-08 | 1 | -40/+29 | |
| | |||||
* | Implement theme styling for `PickList` and `Menu` | 2022-06-07 | 1 | -2/+1 | |
| | |||||
* | Implement theme styling for `Container` | 2022-06-07 | 1 | -1/+1 | |
| | |||||
* | Implement theme styling for `TextInput` | 2022-06-07 | 1 | -1/+1 | |
| | |||||
* | Implement theme styling for `Checkbox` | 2022-06-04 | 1 | -1/+1 | |
| | |||||
* | Implement theme styling for `Toggler` | 2022-06-01 | 1 | -1/+1 | |
| | | | | ... and wire up theming to the `styling` example. | ||||
* | Implement theme styling for `Radio` | 2022-05-27 | 1 | -3/+3 | |
| | |||||
* | Rename `Variant` to `Style` and `Style` to `Appearance` | 2022-05-26 | 1 | -1/+1 | |
| | |||||
* | Draft first-class `Theme` support | 2022-05-14 | 1 | -29/+38 | |
| | | | | RFC: https://github.com/iced-rs/rfcs/pull/6 | ||||
* | Indicate feature-flagged modules in documentation | 2022-05-02 | 1 | -0/+8 | |
| | |||||
* | Point repository links to `0.4` branch in documentation | 2022-04-30 | 1 | -1/+1 | |
| | |||||
* | Remove redundant `widget` modules in subcrates | 2022-03-09 | 1 | -40/+179 | |
| | | | | Instead, we can define the type aliases just once in the root crate! | ||||
* | Replace `iced_web` with WebGL support in `wgpu` :tada: | 2022-01-28 | 1 | -53/+43 | |
| | |||||
* | Introduce first-class `svg` module in `iced_native` | 2021-10-31 | 1 | -1/+2 | |
| | |||||
* | Introduce first-class `image` module in `iced_native` | 2021-10-31 | 1 | -1/+2 | |
| | |||||
* | Remove `widget` module re-exports in `iced_native` | 2021-10-31 | 1 | -3/+3 | |
| | |||||
* | Implement `Toggler` widget for iced_native | 2021-06-03 | 1 | -3/+3 | |
| | |||||
* | feat(native): add Tooltip widget | 2021-02-15 | 1 | -2/+3 | |
| | |||||
* | Merge remote-tracking branch 'tarkah/image-pane' into image-pane | 2020-12-18 | 1 | -1/+2 | |
|\ | |||||
| * | remove re-export on viewer::State | 2020-05-27 | 1 | -1/+3 | |
| | | |||||
| * | rename to image::Viewer | 2020-05-26 | 1 | -12/+4 | |
| | | |||||
| * | Rename and add to iced image module | 2020-05-26 | 1 | -9/+11 | |
| | | |||||
| * | Add `ImagePane` widget | 2020-05-26 | 1 | -2/+8 | |
| | |