Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-04-13 | Rename `MouseListener` to `MouseArea` | 1 | -3/+3 | ||
2023-04-13 | feat(native): Add MouseListener widget | 1 | -0/+10 | ||
2023-04-12 | Move `radio` example to `Radio` docs | 1 | -1/+1 | ||
2023-04-12 | Introduce disabled state for `TextInput` | 1 | -2/+1 | ||
2023-03-04 | Create `iced_widget` subcrate and re-organize the whole codebase | 1 | -317/+0 | ||
2023-02-17 | Use `f32` in `Length::Units` and rename it to `Fixed` | 1 | -5/+9 | ||
2023-01-04 | use same name & order for checkbox::new and helper | 1 | -1/+1 | ||
The helper function for the checkbox widget switched the order and name of the arguments passed when creating the checkbox widget. This just standardizes the order whether the dev is using the helper or the associated function. Continuation of https://github.com/iced-rs/iced/pull/1616 | |||||
2022-12-22 | Use same name & order for toggler::new and helper | 1 | -1/+1 | ||
The helper function for the toggler widget switched the order and name of the arguments passed when creating the toggler widget. This just standardizes the order whether the dev is using the helper or the associated function. | |||||
2022-12-13 | Split vertical orientation into VerticalSlider | 1 | -0/+17 | ||
2022-12-06 | Remove `appearance` from `Handle` | 1 | -1/+1 | ||
... and pass it directly to `Renderer::draw` instead. | |||||
2022-12-06 | feat: SVG styling with icon fill color | 1 | -1/+7 | ||
2022-11-10 | Fix broken documentation links | 1 | -1/+1 | ||
2022-11-09 | Introduce `Custom` variants for every style in the built-in `Theme` | 1 | -1/+8 | ||
2022-11-03 | refactor: undo changes to radio | 1 | -1/+1 | ||
2022-11-03 | wip: Custom palette for built in theme | 1 | -1/+1 | ||
2022-09-21 | Take `Cow` in `Text::new` | 1 | -3/+3 | ||
2022-07-28 | Draft widget operations | 1 | -2/+2 | ||
2022-07-27 | Fix `clippy` lints | 1 | -6/+6 | ||
2022-07-27 | Use `ToString` for `Text::new` instead of `Into<String>` | 1 | -1/+1 | ||
2022-07-27 | Replace stateful widgets with new `iced_pure` API | 1 | -23/+59 | ||
2022-06-29 | Introduce `StyleSheet` for `Text` widget | 1 | -2/+3 | ||
2022-06-07 | Implement theme styling for `PickList` and `Menu` | 1 | -0/+1 | ||
2022-06-07 | Implement theme styling for `Container` | 1 | -0/+2 | ||
2022-06-07 | Implement theme styling for `Scrollable` | 1 | -0/+1 | ||
2022-06-07 | Implement theme styling for `TextInput` | 1 | -0/+1 | ||
2022-06-04 | Implement theme styling for `Checkbox` | 1 | -0/+1 | ||
2022-06-01 | Implement theme styling for `ProgressBar` | 1 | -2/+6 | ||
2022-06-01 | Implement theme styling for `Rule` | 1 | -2/+10 | ||
2022-06-01 | Implement theme styling for `Toggler` | 1 | -0/+1 | ||
... and wire up theming to the `styling` example. | |||||
2022-05-27 | Implement theme styling for `Radio` | 1 | -2/+3 | ||
2022-05-26 | Rename `Variant` to `Style` and `Style` to `Appearance` | 1 | -1/+0 | ||
2022-05-26 | Implement theme styling for `Slider` | 1 | -3/+5 | ||
2022-05-14 | Draft first-class `Theme` support | 1 | -1/+6 | ||
RFC: https://github.com/iced-rs/rfcs/pull/6 | |||||
2022-05-04 | Fix vertical rule helper | 1 | -1/+1 | ||
2022-05-02 | Write documentation for `iced_pure` | 1 | -0/+50 | ||
2022-04-30 | Fix broken intra-doc links in documentation | 1 | -2/+8 | ||
2022-04-22 | Implemented Tooltip as Pure | 1 | -0/+11 | ||
2022-03-16 | Export widget modules in `iced_pure` | 1 | -0/+153 | ||
... and fix collisions with the new `helpers` |