Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-03-07 | Move `Theme` type to `iced_core` | 1 | -21/+0 | ||
2024-03-06 | Simplify theming for `Application` | 1 | -1/+0 | ||
2024-03-06 | Simplify theming for `PickList`, `ComboBox`, and `Menu` widgets | 1 | -2/+0 | ||
2024-03-06 | Simplify theming for `PaneGrid` widget | 1 | -1/+0 | ||
2024-03-06 | Simplify theming for `TextEditor` widget | 1 | -1/+0 | ||
2024-03-06 | Simplify theming for `Svg` widget | 1 | -1/+0 | ||
2024-03-06 | Simplify theming for `Toggler` widget | 1 | -1/+0 | ||
2024-03-05 | Simplify theming for `Rule` widget | 1 | -1/+0 | ||
2024-03-05 | Simplify theming for `ProgressBar` widget | 1 | -1/+0 | ||
2024-03-05 | Simplify theming for `Radio` widget | 1 | -1/+0 | ||
2024-03-05 | Move style types of `slider` to `iced_widget` | 1 | -1/+0 | ||
2024-03-05 | Simplify theming for `QRCode` widget | 1 | -1/+0 | ||
2024-03-05 | Simplify theming for `TextInput` widget | 1 | -1/+0 | ||
2024-03-05 | Simplify theming for `Scrollable` widget | 1 | -2/+0 | ||
2024-03-05 | Simplify theming for `Checkbox` widget | 1 | -2/+0 | ||
2024-03-04 | Try new approach to theming for `Slider` | 1 | -1/+1 | ||
2024-02-09 | Styling for QR Code using theme framework | 1 | -0/+1 | ||
2023-10-27 | Write documentation for the new text APIs | 1 | -1/+1 | ||
2023-09-20 | Centralize `clippy` lints in `.cargo/config.toml` | 1 | -6/+0 | ||
2023-09-17 | Draft `Highlighter` API | 1 | -1/+1 | ||
2023-09-12 | Draft `Editor` API and `TextEditor` widget | 1 | -0/+1 | ||
2023-09-09 | Deny `broken_intradoc_links` and verify documentation in CI | 1 | -3/+5 | ||
2023-03-04 | Create `iced_widget` subcrate and re-organize the whole codebase | 1 | -2/+1 | ||
2022-12-06 | feat: SVG styling with icon fill color | 1 | -0/+1 | ||
2022-11-10 | Write documentation for `iced_style` | 1 | -0/+1 | ||
2022-07-09 | Fix further `clippy` lints | 1 | -0/+10 | ||
... and explicitly annotate crates as well. | |||||
2022-06-29 | Introduce `StyleSheet` for `Text` widget | 1 | -0/+1 | ||
2022-05-26 | Rename `theme::Definition` to `application::StyleSheet` | 1 | -0/+1 | ||
2022-05-14 | Draft first-class `Theme` support | 1 | -0/+3 | ||
RFC: https://github.com/iced-rs/rfcs/pull/6 | |||||
2022-01-03 | Change GitHub namespace to new org for all files | 1 | -1/+1 | ||
2021-12-09 | Use commit hash in `html_logo_url` | 1 | -1/+1 | ||
2021-12-09 | Added icon in docs | 1 | -0/+3 | ||
2021-06-03 | Implement `Toggler` widget for iced_native | 1 | -0/+1 | ||
2021-01-01 | Implement split highlight on hover for `PaneGrid` | 1 | -0/+1 | ||
2020-11-26 | Update graphs in crate docs | 1 | -0/+2 | ||
2020-08-22 | widget Rule added | 1 | -0/+1 | ||
2020-07-10 | Rename `ComboBox` to `PickList` | 1 | -1/+1 | ||
2020-07-08 | Add styling support for `ComboBox` and `Menu` | 1 | -0/+2 | ||
2020-06-12 | Add `background_color` to `Application` and `Sandbox` | 1 | -0/+2 | ||
2020-01-20 | Write documentation for `iced_futures` | 1 | -0/+4 | ||
2020-01-07 | Implement styling for `Checkbox` | 1 | -0/+1 | ||
2020-01-07 | Implement styling for `Radio` | 1 | -0/+1 | ||
2020-01-07 | Implement styling for `ProgressBar` | 1 | -0/+1 | ||
2020-01-07 | Implement styling for `Slider` | 1 | -0/+1 | ||
2020-01-06 | Implement styling for `Scrollable` | 1 | -0/+1 | ||
2020-01-01 | Draft basic styling for `TextInput` | 1 | -0/+1 | ||
2020-01-01 | Move styling to a brand new `iced_style` crate | 1 | -0/+0 | ||
2019-12-31 | Draft basic styling for `Container` | 1 | -0/+1 | ||
2019-12-29 | Draft `Style` and `StyleSheet` for `Button` | 1 | -0/+1 | ||