Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use closures for `TextEditor::style` | 2024-03-12 | 1 | -4/+4 | |
| | |||||
* | Use closures for `ProgressBar::style` | 2024-03-12 | 1 | -3/+3 | |
| | |||||
* | Use closures for `TextInput::style` | 2024-03-12 | 1 | -2/+2 | |
| | |||||
* | Use closures for `Checkbox::style` | 2024-03-12 | 1 | -1/+1 | |
| | |||||
* | Use closures for `Toggler::style` | 2024-03-12 | 1 | -1/+1 | |
| | |||||
* | Use closures for `QRCode::style` | 2024-03-12 | 1 | -2/+4 | |
| | |||||
* | Use closures for `Slider::style` and `VerticalSlider::style` | 2024-03-12 | 1 | -2/+2 | |
| | |||||
* | Use closures for `Radio::style` | 2024-03-12 | 1 | -3/+3 | |
| | |||||
* | Use closures for `Text::style` | 2024-03-12 | 1 | -1/+2 | |
| | |||||
* | Use closures for `Rule::style` | 2024-03-12 | 1 | -4/+4 | |
| | |||||
* | Use closures for `Svg::style` | 2024-03-12 | 1 | -2/+4 | |
| | |||||
* | Use closures for `Scrollable::style` | 2024-03-12 | 1 | -1/+1 | |
| | |||||
* | Use closures for `Button::style` | 2024-03-12 | 1 | -1/+1 | |
| | |||||
* | Try using closures for `Container::style` | 2024-03-12 | 1 | -2/+2 | |
| | | | | | | `Box` should not allocate for zero-sized types; so we should not be incurring much overhead. Just a bit of indirection. | ||||
* | Leverage `DefaultStyle` traits instead of `Default` | 2024-03-07 | 1 | -18/+18 | |
| | |||||
* | Use `Style` struct pattern instead of trait for all widgets | 2024-03-06 | 1 | -23/+28 | |
| | |||||
* | Try `Style` newtype instead of trait for `Svg` widget | 2024-03-06 | 1 | -1/+1 | |
| | |||||
* | Simplify theming for `PickList`, `ComboBox`, and `Menu` widgets | 2024-03-06 | 1 | -8/+3 | |
| | |||||
* | Simplify theming for `TextEditor` widget | 2024-03-06 | 1 | -1/+1 | |
| | |||||
* | Simplify theming for `Svg` widget | 2024-03-06 | 1 | -1/+1 | |
| | |||||
* | Simplify theming for `Toggler` widget | 2024-03-06 | 1 | -1/+1 | |
| | |||||
* | Simplify theming for `Rule` widget | 2024-03-05 | 1 | -2/+2 | |
| | |||||
* | Simplify theming for `ProgressBar` widget | 2024-03-05 | 1 | -1/+1 | |
| | |||||
* | Simplify theming for `Radio` widget | 2024-03-05 | 1 | -1/+1 | |
| | |||||
* | Move style types of `slider` to `iced_widget` | 2024-03-05 | 1 | -3/+4 | |
| | |||||
* | Simplify theming for `QRCode` widget | 2024-03-05 | 1 | -1/+1 | |
| | |||||
* | Simplify theming for `TextInput` widget | 2024-03-05 | 1 | -4/+4 | |
| | |||||
* | Simplify theming for `Scrollable` widget | 2024-03-05 | 1 | -2/+2 | |
| | |||||
* | Simplify theming for `Container` widget | 2024-03-05 | 1 | -3/+3 | |
| | |||||
* | Simplify theming for `Checkbox` widget | 2024-03-05 | 1 | -1/+1 | |
| | |||||
* | Simplify theming for `Button` widget | 2024-03-04 | 1 | -1/+1 | |
| | |||||
* | Enhnace `Themer` to allow derivation from current `Theme` | 2024-03-04 | 1 | -7/+6 | |
| | |||||
* | Use `application::StyleSheet` text color in `Themer` | 2024-02-27 | 1 | -0/+2 | |
| | |||||
* | Fix `horizontal_space` and `vertical_space` docs | 2024-02-19 | 1 | -4/+6 | |
| | |||||
* | Fix documentation for `qr_code` widget helper | 2024-02-15 | 1 | -1/+1 | |
| | |||||
* | Add `push_maybe` to `Column` and `Row` | 2024-02-15 | 1 | -0/+12 | |
| | |||||
* | Make `horizontal_space` and `vertical_space` fill by default | 2024-02-15 | 1 | -4/+4 | |
| | |||||
* | Use `Borrow` for both `options` and `selected` in `PickList` | 2024-02-14 | 1 | -7/+8 | |
| | |||||
* | Improve `tooltip` docs | 2024-02-09 | 1 | -1/+2 | |
| | |||||
* | Add support for a generic `Element` in `Tooltip` | 2024-02-09 | 1 | -3/+3 | |
| | |||||
* | Add `on_opened` and `on_closed` handlers for `PickList` | 2024-02-06 | 1 | -0/+1 | |
| | |||||
* | Introduce support for disabling a `checkbox` | 2024-02-01 | 1 | -2/+1 | |
| | |||||
* | Introduce `themer` widget | 2024-01-21 | 1 | -1/+12 | |
| | |||||
* | Convert `Renderer::Theme` to generic `Widget` type | 2024-01-21 | 1 | -80/+73 | |
| | |||||
* | Add `Theme` selector to `layout` example | 2024-01-10 | 1 | -1/+1 | |
| | |||||
* | Make `column` and `row` take an `IntoIterator` | 2024-01-10 | 1 | -4/+4 | |
| | |||||
* | Fix `size_hint` for `keyed_column` | 2024-01-10 | 1 | -0/+1 | |
| | |||||
* | Introduce `Widget::size_hint` and fix further layout inconsistencies | 2024-01-10 | 1 | -8/+14 | |
| | |||||
* | Create `shader` function helper in `iced_widget` | 2023-11-14 | 1 | -0/+11 | |
| | |||||
* | Draft `Highlighter` API | 2023-09-17 | 1 | -1/+1 | |
| |