Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Leverage `DefaultStyle` traits instead of `Default` | 2024-03-07 | 22 | -334/+310 | |
| | |||||
* | Rename `positive` and `destructive` to `success` and `danger` in `button` | 2024-03-07 | 1 | -4/+4 | |
| | |||||
* | Fix broken links in documentation | 2024-03-07 | 5 | -13/+7 | |
| | |||||
* | Move `Theme` type to `iced_core` | 2024-03-07 | 20 | -57/+32 | |
| | |||||
* | Use `Style` struct pattern instead of trait for all widgets | 2024-03-06 | 22 | -253/+449 | |
| | |||||
* | Try `Style` newtype instead of trait for `Svg` widget | 2024-03-06 | 2 | -13/+25 | |
| | |||||
* | Simplify theming for `PickList`, `ComboBox`, and `Menu` widgets | 2024-03-06 | 9 | -307/+421 | |
| | |||||
* | Simplify theming for `PaneGrid` widget | 2024-03-06 | 1 | -551/+522 | |
| | |||||
* | Simplify theming for `TextEditor` widget | 2024-03-06 | 2 | -20/+105 | |
| | |||||
* | Simplify theming for `Svg` widget | 2024-03-06 | 2 | -22/+55 | |
| | |||||
* | Simplify theming for `Toggler` widget | 2024-03-06 | 2 | -21/+112 | |
| | |||||
* | Simplify theming for `Rule` widget | 2024-03-05 | 2 | -31/+132 | |
| | |||||
* | Improve default styling of `Slider` widget | 2024-03-05 | 2 | -20/+16 | |
| | |||||
* | Simplify theming for `ProgressBar` widget | 2024-03-05 | 2 | -24/+86 | |
| | |||||
* | Reduce default size of `checkbox` to `15.0` | 2024-03-05 | 2 | -5/+5 | |
| | |||||
* | Simplify theming for `Radio` widget | 2024-03-05 | 2 | -22/+86 | |
| | |||||
* | Move style types of `slider` to `iced_widget` | 2024-03-05 | 3 | -29/+136 | |
| | |||||
* | Simplify theming for `QRCode` widget | 2024-03-05 | 2 | -22/+48 | |
| | |||||
* | Simplify theming for `TextInput` widget | 2024-03-05 | 6 | -885/+855 | |
| | |||||
* | Simplify theming for `Scrollable` widget | 2024-03-05 | 5 | -227/+342 | |
| | |||||
* | Simplify theming for `Container` widget | 2024-03-05 | 10 | -72/+178 | |
| | |||||
* | Simplify theming for `Checkbox` widget | 2024-03-05 | 2 | -22/+192 | |
| | |||||
* | Simplify theming for `Button` widget | 2024-03-04 | 2 | -149/+235 | |
| | |||||
* | Enhnace `Themer` to allow derivation from current `Theme` | 2024-03-04 | 2 | -66/+80 | |
| | |||||
* | Simplify theming for `Text` widget | 2024-03-04 | 2 | -3/+3 | |
| | |||||
* | Try new approach to theming for `Slider` | 2024-03-04 | 2 | -623/+483 | |
| | |||||
* | Merge pull request #2303 from GyulyVGC/master | 2024-02-28 | 1 | -15/+17 | |
|\ | | | | | [Minor Fix] Scrollbar style when cursor is over scrollable area | ||||
| * | Fix scrollbar style when cursor is over `scrollable` | 2024-02-28 | 1 | -15/+17 | |
| | | |||||
* | | Capture select all command in `TextInput` | 2024-02-28 | 1 | -0/+2 | |
| | | |||||
* | | Prioritize `TextInput` and `TextEditor` commands over text insertion | 2024-02-28 | 2 | -103/+115 | |
|/ | |||||
* | Add option to draw background for `themer` widget | 2024-02-27 | 1 | -2/+24 | |
| | |||||
* | Use `application::StyleSheet` text color in `Themer` | 2024-02-27 | 2 | -4/+16 | |
| | |||||
* | Fix `PaneGrid` mouse interaction when clicking a pane | 2024-02-27 | 2 | -99/+59 | |
| | |||||
* | Merge pull request #2298 from iced-rs/fix/row-column-fluidity | 2024-02-27 | 3 | -24/+9 | |
|\ | | | | | Fix `Column` and `Row` fluidity being overridden by `push` | ||||
| * | Fix `Column` and `Row` fluidity being overridden by `push` | 2024-02-27 | 3 | -24/+9 | |
| | | |||||
* | | Add `size_hint` implementation for `Tooltip` | 2024-02-27 | 1 | -0/+4 | |
|/ | |||||
* | Assert `scrollable` content size never fills scrolling axis | 2024-02-24 | 1 | -9/+25 | |
| | |||||
* | Use `find(...)` instead of `filter(...).next()` | 2024-02-21 | 1 | -2/+1 | |
| | |||||
* | Prioritize text insertion in `TextInput` and `TextEditor` | 2024-02-21 | 2 | -30/+31 | |
| | |||||
* | Add `size_hint` method to `Component` trait | 2024-02-21 | 1 | -4/+17 | |
| | | | | | | | This can be used to aid the sizing strategy of some containers directly in the component definition, instead of stating the sizes explicitly in `view` logic. | ||||
* | Fix `horizontal_space` and `vertical_space` docs | 2024-02-19 | 1 | -4/+6 | |
| | |||||
* | Add `from_vec` method to `Column` and `Row` | 2024-02-19 | 2 | -18/+44 | |
| | |||||
* | Add `extend` method to `Column` and `Row` | 2024-02-19 | 2 | -2/+18 | |
| | |||||
* | Point doc links to `0.12` branch | 2024-02-15 | 1 | -1/+1 | |
| | |||||
* | Fix documentation for `qr_code` widget helper | 2024-02-15 | 1 | -1/+1 | |
| | |||||
* | Add `push_maybe` to `Column` and `Row` | 2024-02-15 | 4 | -0/+49 | |
| | |||||
* | Make `horizontal_space` and `vertical_space` fill by default | 2024-02-15 | 3 | -5/+17 | |
| | |||||
* | Rename `password` method in `TextInput` to `secure` | 2024-02-15 | 1 | -4/+4 | |
| | |||||
* | Add `clip` property to `Button` | 2024-02-15 | 2 | -3/+18 | |
| | |||||
* | Add `clip` property to `Container`, `Column`, and `Row` | 2024-02-15 | 3 | -6/+57 | |
| |