Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Decouple caching from layering and simplify everything | 2024-04-05 | 1 | -4/+5 | |
| | |||||
* | Fix layer transformations | 2024-04-05 | 1 | -3/+3 | |
| | |||||
* | Redesign `iced_wgpu` layering architecture | 2024-04-03 | 1 | -3/+3 | |
| | |||||
* | Merge pull request #2364 from blazra/combobox-menu-fix | 2024-04-02 | 1 | -28/+37 | |
|\ | | | | | combo_box: Do not draw empty menu overlay | ||||
| * | combo_box: Do not draw empty menu overlay | 2024-04-01 | 1 | -28/+37 | |
| | | | | | | | | Fixes #2311 | ||||
* | | 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 `Iterator::size_hint` to initialize `Column` and `Row` capacity | 2024-04-01 | 3 | -8/+56 | |
| | |||||
* | Use `rustc-hash` for most of our `HashMap` and `HashSet` instances | 2024-04-01 | 3 | -11/+19 | |
| | |||||
* | Use generic `Content` in `Text` to avoid reallocation in `fill_text` | 2024-04-01 | 4 | -6/+8 | |
| | |||||
* | Derive `Debug` for `qr_code::Data` in `iced_widget` | 2024-03-26 | 1 | -1/+1 | |
| | |||||
* | Merge pull request #2350 from iced-rs/theming-revolutions | 2024-03-25 | 24 | -947/+1239 | |
|\ | | | | | Theming Revolutions | ||||
| * | Make defaults of composite widgets configurable | 2024-03-25 | 3 | -15/+35 | |
| | | |||||
| * | Use `Catalog` approach for all widgets | 2024-03-24 | 23 | -816/+1036 | |
| | | |||||
| * | Fine-tune `Catalog` approach for `button`, `checkbox`, and `svg` | 2024-03-24 | 5 | -113/+165 | |
| | | |||||
| * | Try catalog theming approach with `Button` | 2024-03-23 | 2 | -52/+52 | |
| | | |||||
* | | Merge pull request #2351 from iced-rs/custom-renderer-injection | 2024-03-25 | 6 | -22/+45 | |
|\ \ | | | | | | | Type-Driven Renderer Fallback | ||||
| * | | Make `iced_tiny_skia` optional with a `tiny-skia` feature | 2024-03-22 | 1 | -1/+3 | |
| | | | |||||
| * | | Fix broken links in documentation | 2024-03-22 | 1 | -1/+8 | |
| | | | |||||
| * | | Restore `canvas::Frame` API | 2024-03-22 | 2 | -6/+10 | |
| | | | |||||
| * | | Restore `canvas::Program` API | 2024-03-21 | 2 | -9/+19 | |
| | | | |||||
| * | | Implement composable, type-safe renderer fallback | 2024-03-21 | 3 | -25/+22 | |
| | | | |||||
| * | | Draft support for dynamic custom renderer injection | 2024-03-21 | 3 | -10/+13 | |
| |/ | |||||
* / | Fix layout invalidation for `Responsive` widget | 2024-03-21 | 2 | -11/+36 | |
|/ | |||||
* | Introduce `Program` API | 2024-03-16 | 1 | -3/+4 | |
| | |||||
* | Remove `themer` use from `gradient` example :tada: | 2024-03-12 | 1 | -3/+21 | |
| | |||||
* | Use closures for `PickList::style` | 2024-03-12 | 3 | -95/+41 | |
| | |||||
* | Use closures for `TextEditor::style` | 2024-03-12 | 2 | -15/+18 | |
| | |||||
* | Use closures for `ProgressBar::style` | 2024-03-12 | 2 | -21/+21 | |
| | |||||
* | Use closures for `PaneGrid::style` | 2024-03-12 | 1 | -11/+11 | |
| | |||||
* | Use closures for `TextInput::style` | 2024-03-12 | 3 | -36/+29 | |
| | |||||
* | Use closures for `Checkbox::style` | 2024-03-12 | 2 | -12/+15 | |
| | |||||
* | Use closures for `Toggler::style` | 2024-03-12 | 2 | -12/+15 | |
| | |||||
* | Use closures for `QRCode::style` | 2024-03-12 | 2 | -14/+16 | |
| | |||||
* | Use closures for `Slider::style` and `VerticalSlider::style` | 2024-03-12 | 3 | -18/+24 | |
| | |||||
* | Use closures for `Radio::style` | 2024-03-12 | 2 | -22/+25 | |
| | |||||
* | Use closures for `Text::style` | 2024-03-12 | 1 | -1/+2 | |
| | |||||
* | Use closures for `Rule::style` | 2024-03-12 | 2 | -22/+23 | |
| | |||||
* | Use closures for `Svg::style` | 2024-03-12 | 2 | -19/+25 | |
| | |||||
* | Use closures for `Scrollable::style` | 2024-03-12 | 2 | -19/+18 | |
| | |||||
* | Use closures for `Button::style` | 2024-03-12 | 2 | -14/+17 | |
| | |||||
* | Try using closures for `Container::style` | 2024-03-12 | 5 | -39/+43 | |
| | | | | | | `Box` should not allocate for zero-sized types; so we should not be incurring much overhead. Just a bit of indirection. | ||||
* | Implement setter for filter_method property of viewer | 2024-03-11 | 1 | -0/+6 | |
| | |||||
* | Prioritize release events in `scrollable` | 2024-03-11 | 1 | -22/+16 | |
| | |||||
* | Use integer coordinates for input caret | 2024-03-10 | 2 | -2/+3 | |
| | | | | | This should stop the caret from changing thickness in screens with an integral scale factor. | ||||
* | fix some comments | 2024-03-09 | 1 | -1/+1 | |
| | | | | Signed-off-by: rustrover <seekseat@126.com> | ||||
* | fix: make pane_grid appearance items visible to others. | 2024-03-08 | 1 | -3/+3 | |
| | |||||
* | Rename `container::box_` to `rounded_box` | 2024-03-08 | 1 | -1/+1 | |
| | |||||
* | Fix `mouse_interaction` and `on_event` for `Scrollable` | 2024-03-08 | 1 | -2/+2 | |
| |