Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reduce default `Rail::width` of `Slider` widget | 2024-03-08 | 1 | -2/+2 | |
| | |||||
* | Remove obsolete `shadow_offset` field from `button::Appearance` | 2024-03-07 | 1 | -3/+0 | |
| | |||||
* | Fix consistency of `with_background` for `button::Appearance` | 2024-03-07 | 1 | -5/+5 | |
| | |||||
* | Implement additional helpers for `Border` and `container::Appearance` | 2024-03-07 | 12 | -35/+71 | |
| | |||||
* | Implement `button::DefaultStyle` for `Color` | 2024-03-07 | 1 | -0/+6 | |
| | |||||
* | Implement `with_background` for `button::Appearance` | 2024-03-07 | 1 | -0/+10 | |
| | |||||
* | Make fields of `Style` structs public | 2024-03-07 | 2 | -4/+4 | |
| | |||||
* | Leverage `DefaultStyle` traits instead of `Default` | 2024-03-07 | 30 | -405/+361 | |
| | |||||
* | Rename `positive` and `destructive` to `success` and `danger` in `button` | 2024-03-07 | 7 | -11/+11 | |
| | |||||
* | Remove `iced_style` from `document` workflow | 2024-03-07 | 1 | -1/+0 | |
| | |||||
* | Sort `iced_core` dependencies | 2024-03-07 | 1 | -2/+2 | |
| | |||||
* | Fix broken links in documentation | 2024-03-07 | 7 | -23/+8 | |
| | |||||
* | Move `Theme` type to `iced_core` | 2024-03-07 | 36 | -125/+43 | |
| | |||||
* | Simplify theming for `Application` | 2024-03-06 | 14 | -392/+382 | |
| | |||||
* | Use `Style` struct pattern instead of trait for all widgets | 2024-03-06 | 25 | -281/+465 | |
| | |||||
* | 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 | 13 | -472/+421 | |
| | |||||
* | Simplify theming for `PaneGrid` widget | 2024-03-06 | 4 | -655/+523 | |
| | |||||
* | Simplify theming for `TextEditor` widget | 2024-03-06 | 5 | -185/+105 | |
| | |||||
* | Simplify theming for `Svg` widget | 2024-03-06 | 6 | -102/+58 | |
| | |||||
* | Simplify theming for `Toggler` widget | 2024-03-06 | 5 | -127/+112 | |
| | |||||
* | Simplify theming for `Rule` widget | 2024-03-05 | 5 | -164/+132 | |
| | |||||
* | Improve default styling of `Slider` widget | 2024-03-05 | 2 | -20/+16 | |
| | |||||
* | Simplify theming for `ProgressBar` widget | 2024-03-05 | 6 | -106/+89 | |
| | |||||
* | Reduce default size of `checkbox` to `15.0` | 2024-03-05 | 3 | -5/+6 | |
| | |||||
* | Simplify theming for `Radio` widget | 2024-03-05 | 5 | -108/+86 | |
| | |||||
* | Move style types of `slider` to `iced_widget` | 2024-03-05 | 6 | -143/+136 | |
| | |||||
* | Simplify theming for `QRCode` widget | 2024-03-05 | 5 | -84/+48 | |
| | |||||
* | Simplify theming for `TextInput` widget | 2024-03-05 | 9 | -1056/+855 | |
| | |||||
* | Simplify theming for `Scrollable` widget | 2024-03-05 | 9 | -422/+342 | |
| | |||||
* | Simplify theming for `Container` widget | 2024-03-05 | 20 | -187/+276 | |
| | |||||
* | Simplify theming for `Checkbox` widget | 2024-03-05 | 7 | -218/+196 | |
| | |||||
* | Simplify theming for `Button` widget | 2024-03-04 | 16 | -401/+295 | |
| | |||||
* | Enhnace `Themer` to allow derivation from current `Theme` | 2024-03-04 | 2 | -66/+80 | |
| | |||||
* | Simplify theming for `Text` widget | 2024-03-04 | 12 | -122/+116 | |
| | |||||
* | Try new approach to theming for `Slider` | 2024-03-04 | 5 | -713/+532 | |
| | |||||
* | Merge pull request #2308 from iced-rs/intuitive-flex-layout | 2024-03-03 | 2 | -84/+25 | |
|\ | | | | | Remove complex cross-axis layout logic from `Column` and `Row` | ||||
| * | Remove complex cross-axis layout logic from `Column` and `Row` | 2024-03-03 | 2 | -84/+25 | |
|/ | |||||
* | 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 | |
| | | |||||
* | | Merge pull request #2304 from iced-rs/fix/text-input-macos | 2024-02-28 | 2 | -103/+115 | |
|\ \ | |/ |/| | Prioritize `TextInput` and `TextEditor` commands over text insertion | ||||
| * | Prioritize `TextInput` and `TextEditor` commands over text insertion | 2024-02-28 | 2 | -103/+115 | |
|/ | |||||
* | Merge pull request #2302 from iced-rs/fix/themer-text-color | 2024-02-27 | 2 | -6/+40 | |
|\ | | | | | Use `application::StyleSheet` colors in `Themer` | ||||
| * | 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 | |
|/ | |||||
* | Merge pull request #2300 from iced-rs/fix/pane-grid-drag | 2024-02-27 | 2 | -99/+59 | |
|\ | | | | | Fix `PaneGrid` mouse interaction when clicking a pane | ||||
| * | 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 | 4 | -25/+19 | |
|\ | | | | | Fix `Column` and `Row` fluidity being overridden by `push` | ||||
| * | Fix `Column` and `Row` fluidity being overridden by `push` | 2024-02-27 | 4 | -25/+19 | |
| | |