Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into feat/text-macro | 2024-05-23 | 1 | -23/+494 | |
|\ | |||||
| * | Ask for explicit `Length` in `center_*` methods | 2024-05-13 | 1 | -2/+3 | |
| * | Introduce `center` widget helper | 2024-05-03 | 1 | -0/+21 | |
| * | Propagate mouse movement and button releases unconditionally in `hover` | 2024-04-27 | 1 | -1/+8 | |
| * | Fix top layer clipping in `hover` widget | 2024-04-27 | 1 | -21/+24 | |
| * | Fix ambiguous link in documentation of `hover` helper | 2024-04-27 | 1 | -0/+2 | |
| * | Fix `overlay` behavior in `hover` widget | 2024-04-27 | 1 | -11/+14 | |
| * | Introduce `hover` widget | 2024-04-27 | 1 | -1/+229 | |
| * | Introduce `opaque` widget helper | 2024-04-25 | 1 | -1/+168 | |
| * | Implement `Stack` widget | 2024-04-25 | 1 | -1/+26 | |
| * | Rename `text::IntoContent` to `IntoFragment` | 2024-04-01 | 1 | -1/+1 | |
| * | Reintroduce old `text` helper as `value` helper | 2024-04-01 | 1 | -0/+13 | |
| * | Specialize `widget::text` helper with custom `IntoContent` trait | 2024-04-01 | 1 | -2/+2 | |
| * | Use `Catalog` approach for all widgets | 2024-03-24 | 1 | -16/+17 | |
| * | Fine-tune `Catalog` approach for `button`, `checkbox`, and `svg` | 2024-03-24 | 1 | -2/+2 | |
| * | Try catalog theming approach with `Button` | 2024-03-23 | 1 | -1/+1 | |
* | | fix: make `text` macro example pass doctest | 2024-03-18 | 1 | -9/+26 | |
* | | fix: remove empty macro usage | 2024-03-18 | 1 | -5/+4 | |
* | | docs: improve `text` macro documentation | 2024-03-18 | 1 | -0/+17 | |
* | | feat: add `text` macro to `widget::helpers` | 2024-03-18 | 1 | -0/+13 | |
|/ | |||||
* | 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 | |
* | 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 |