Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Unify `Link` and `Message` generics in `text::Rich` | 2024-07-24 | 1 | -3/+3 | |
| | |||||
* | Fix `span` widget helper missing `Link` generic | 2024-07-23 | 1 | -2/+2 | |
| | |||||
* | Add `Link` support to `rich_text` widget | 2024-07-21 | 1 | -3/+4 | |
| | |||||
* | Use `from_iter` in `rich_text!` macro | 2024-07-20 | 1 | -1/+1 | |
| | |||||
* | Fix `markdown` import in `iced_widget` | 2024-07-18 | 1 | -2/+1 | |
| | |||||
* | Create `markdown` widget helpers in `iced_widget` | 2024-07-18 | 1 | -0/+5 | |
| | |||||
* | Flesh out the `markdown` example a bit more | 2024-07-18 | 1 | -2/+2 | |
| | |||||
* | Implement `rich_text` widget and `markdown` example | 2024-07-17 | 1 | -4/+35 | |
| | |||||
* | Re-export variants of `Length` and `alignment` types | 2024-07-12 | 1 | -2/+2 | |
| | |||||
* | Introduce helper methods for alignment for all widgets | 2024-07-12 | 1 | -2/+2 | |
| | |||||
* | Add `iced` widget helper to display the iced logo :comet: | 2024-07-11 | 1 | -0/+35 | |
| | |||||
* | Hide internal `Task` constructors | 2024-07-05 | 1 | -3/+4 | |
| | |||||
* | Replace `Command` with a new `Task` API with chain support | 2024-06-14 | 1 | -13/+7 | |
| | |||||
* | 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 | |
| | | | | | | | | | | | | | | | | ... and also make `center_x` and `center_y` set `width` and `height` to `Length::Fill`, respectively. This targets the most common use case when centering things and removes a bunch of boilerplate as a result. | ||||
| * | 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 | |
| | | | | | | | | It can be used to stack elements on top of each other! | ||||
| * | 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 | |
| | | | | | | `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 | |
| |