Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Implement `custom` helper for `theme::Button` | 2023-05-19 | 1 | -0/+9 | ||
| | | ||||||
* | | Remove `Builder` abstractions for gradients | 2023-05-19 | 1 | -3/+3 | ||
| | | ||||||
* | | Added support for gradients as background variants + other optimizations. | 2023-05-11 | 1 | -0/+3 | ||
|/ | ||||||
* | Merge branch 'master' into advanced-text | 2023-04-17 | 1 | -20/+66 | ||
|\ | ||||||
| * | Remove `border_radius` support for `slider::Rail` | 2023-04-13 | 1 | -1/+0 | ||
| | | | | | | | | | | Our current quad shader may produce weird-looking results with non-integral scaling factors. | |||||
| * | Rename `Rail::size` to `width` | 2023-04-12 | 1 | -1/+1 | ||
| | | ||||||
| * | Use a `border_radius` of `2.0` for slider rails in built-in theme | 2023-04-12 | 1 | -1/+1 | ||
| | | ||||||
| * | Remove `border_width` support in `slider::Rail` | 2023-04-12 | 1 | -2/+0 | ||
| | | ||||||
| * | Introduce left and right colors for slider rails | 2023-04-12 | 1 | -4/+10 | ||
| | | ||||||
| * | Fine-tune built-in styling of disabled `TextInput` | 2023-04-12 | 1 | -7/+5 | ||
| | | ||||||
| * | Introduce disabled state for `TextInput` | 2023-04-12 | 1 | -0/+26 | ||
| | | ||||||
| * | Changed `Handle` to `Icon` to be consistent | 2023-04-11 | 1 | -3/+3 | ||
| | | ||||||
| * | Updated `handle_color` for focused state | 2023-04-11 | 1 | -1/+1 | ||
| | | ||||||
| * | feat: added handle to text_input | 2023-04-11 | 1 | -0/+3 | ||
| | | ||||||
| * | Introduce `is_mouse_over_scrollbar` to `StyleSheet::hovered` for `Scrollable` | 2023-03-27 | 1 | -32/+31 | ||
| | | ||||||
| * | renamed scrollable styles | 2023-03-25 | 1 | -10/+10 | ||
| | | ||||||
| * | Merge branch 'iced-rs:master' into master | 2023-02-22 | 1 | -2/+2 | ||
| |\ | ||||||
| * | | added function focused and focused_horizontal to theme.rs | 2023-01-23 | 1 | -0/+17 | ||
| | | | ||||||
* | | | Create `iced_widget` subcrate and re-organize the whole codebase | 2023-03-04 | 1 | -1/+1 | ||
| |/ |/| | ||||||
* | | Added the ability to change checkbox icon | 2023-02-16 | 1 | -2/+2 | ||
|/ | ||||||
* | Merge pull request #1550 from bungoboingo/feat/multidirectional-scrolling | 2023-01-09 | 1 | -0/+33 | ||
|\ | | | | | [Feature] Multidirectional scrolling | |||||
| * | Reworked Scrollable to account for lack of widget order guarantees. | 2022-12-29 | 1 | -0/+9 | ||
| | | | | | | | | Fixed thumb "snapping" bug on scrollable when cursor is out of bounds. | |||||
| * | Add multidirectional scrolling capabilities to the existing Scrollable. | 2022-12-29 | 1 | -0/+24 | ||
| | | ||||||
* | | Merge pull request #1562 from casperstorm/feat/custom-accessory-content | 2023-01-02 | 1 | -2/+2 | ||
|\ \ | |/ |/| | Added ability to customize the handle of a `pick_list` | |||||
| * | Rename `pick_list::AccessoryContent` to `Handle` | 2022-12-14 | 1 | -2/+2 | ||
| | | | | | | | | ... and rename `Default` variant to `Arrow`. | |||||
| * | Added accessory_content_color to appreance. | 2022-11-29 | 1 | -0/+2 | ||
| | | ||||||
| * | Added ability to customize accessory content. | 2022-11-29 | 1 | -2/+0 | ||
| | | ||||||
* | | Fix casing in `theme` | 2022-12-06 | 1 | -1/+1 | ||
| | | ||||||
* | | Remove `appearance` from `Handle` | 2022-12-06 | 1 | -23/+38 | ||
| | | | | | | | | ... and pass it directly to `Renderer::draw` instead. | |||||
* | | feat: SVG styling with icon fill color | 2022-12-06 | 1 | -0/+24 | ||
| | | ||||||
* | | Fix custom style of PickList | 2022-12-02 | 1 | -1/+1 | ||
|/ | ||||||
* | Write documentation for `iced_style` | 2022-11-10 | 1 | -42/+67 | ||
| | ||||||
* | Use `derive(Default)` for `theme` types | 2022-11-09 | 1 | -50/+16 | ||
| | ||||||
* | Introduce `Custom` variants for every style in the built-in `Theme` | 2022-11-09 | 1 | -189/+453 | ||
| | ||||||
* | Box `Custom` in `Theme` | 2022-11-03 | 1 | -4/+4 | ||
| | ||||||
* | Derive `Copy` for `Theme` | 2022-11-03 | 1 | -2/+2 | ||
| | ||||||
* | Make `Theme::Custom` fields opaque | 2022-11-03 | 1 | -6/+22 | ||
| | ||||||
* | fix: clippy lint ↵ | 2022-11-03 | 1 | -5/+5 | ||
| | | | | https://rust-lang.github.io/rust-clippy/master/index.html#large_enum_variant | |||||
* | wip: Custom palette for built in theme | 2022-11-03 | 1 | -1/+8 | ||
| | ||||||
* | Add `is_selected` argument in `radio::StyleSheet` | 2022-10-05 | 1 | -3/+11 | ||
| | ||||||
* | feat: allow specification of `border_radius` for `pick_list::Menu` | 2022-08-02 | 1 | -0/+1 | ||
| | ||||||
* | Fix further `clippy` lints | 2022-07-09 | 1 | -4/+4 | ||
| | | | | ... and explicitly annotate crates as well. | |||||
* | Fix inconsistent styling for `Radio` and `Checkbox` | 2022-07-08 | 1 | -2/+11 | ||
| | ||||||
* | Add `Style` variant support to `application::StyleSheet` | 2022-07-08 | 1 | -6/+20 | ||
| | ||||||
* | Introduce `StyleSheet` for `Text` widget | 2022-06-29 | 1 | -0/+35 | ||
| | ||||||
* | Implement theme styling for `PickList` and `Menu` | 2022-06-07 | 1 | -1/+57 | ||
| | ||||||
* | Implement theme styling for `Container` | 2022-06-07 | 1 | -1/+45 | ||
| | ||||||
* | Implement theme styling for `Scrollable` | 2022-06-07 | 1 | -0/+43 | ||
| | ||||||
* | Implement theme styling for `TextInput` | 2022-06-07 | 1 | -13/+72 | ||
| | ||||||
* | Implement theme styling for `Checkbox` | 2022-06-04 | 1 | -0/+104 | ||
| |