summaryrefslogtreecommitdiffstats
path: root/widget (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Fix documentation of `stack` moduleLibravatar Héctor Ramón Jiménez2024-04-251-1/+1
| * | | | | | Implement `Stack` widgetLibravatar Héctor Ramón Jiménez2024-04-253-1/+356
| * | | | | | Don't consume unused scroll events (#2397)Libravatar Daniel2024-04-231-39/+45
| * | | | | | Fix clip bounds with nested `scrollable` widgetsLibravatar Héctor Ramón Jiménez2024-04-231-4/+8
| * | | | | | Allow checking whether a TextEditor is focusedLibravatar mtkennerly2024-04-151-1/+10
| | |_|_|_|/ | |/| | | |
| * | | | | Reintroduce support for custom primitives in `iced_wgpu`Libravatar Héctor Ramón Jiménez2024-04-082-7/+8
| * | | | | Merge branch 'master' into wgpu/better-architectureLibravatar Héctor Ramón Jiménez2024-04-074-9/+22
| |\ \ \ \ \
| | * | | | | Use built-in `[lints]` table in `Cargo.toml`Libravatar Héctor Ramón Jiménez2024-04-072-7/+3
| | * | | | | Check is_secure before a copy/cut from TextInput (#2366)Libravatar Aaron McGuire2024-04-021-2/+4
| | * | | | | Merge pull request #2358 from bungoboingo/text-editor-font-sizeLibravatar Héctor Ramón2024-04-021-0/+15
| | |\ \ \ \ \
| | | * | | | | Expose line_height & text_size fields for the text_editor widgetLibravatar Bingus2024-03-291-0/+15
| | | | |_|_|/ | | | |/| | |
| * | | | | | Decouple caching from layering and simplify everythingLibravatar Héctor Ramón Jiménez2024-04-051-4/+5
| * | | | | | Fix layer transformationsLibravatar Héctor Ramón Jiménez2024-04-051-3/+3
| * | | | | | Redesign `iced_wgpu` layering architectureLibravatar Héctor Ramón Jiménez2024-04-031-3/+3
| |/ / / / /
| * | | | | Merge pull request #2364 from blazra/combobox-menu-fixLibravatar Héctor Ramón2024-04-021-28/+37
| |\ \ \ \ \
| | * | | | | combo_box: Do not draw empty menu overlayLibravatar Radovan Blažek2024-04-011-28/+37
| * | | | | | Rename `text::IntoContent` to `IntoFragment`Libravatar Héctor Ramón Jiménez2024-04-011-1/+1
| * | | | | | Reintroduce old `text` helper as `value` helperLibravatar Héctor Ramón Jiménez2024-04-011-0/+13
| * | | | | | Specialize `widget::text` helper with custom `IntoContent` traitLibravatar Héctor Ramón Jiménez2024-04-011-2/+2
| |/ / / / /
| * | | | | Use `Iterator::size_hint` to initialize `Column` and `Row` capacityLibravatar Héctor Ramón Jiménez2024-04-013-8/+56
| * | | | | Use `rustc-hash` for most of our `HashMap` and `HashSet` instancesLibravatar Héctor Ramón Jiménez2024-04-013-11/+19
| * | | | | Use generic `Content` in `Text` to avoid reallocation in `fill_text`Libravatar Héctor Ramón Jiménez2024-04-014-6/+8
| |/ / / /
| * | | | Derive `Debug` for `qr_code::Data` in `iced_widget`Libravatar Héctor Ramón Jiménez2024-03-261-1/+1
| * | | | Merge pull request #2350 from iced-rs/theming-revolutionsLibravatar Héctor Ramón2024-03-2524-947/+1239
| |\ \ \ \
| | * | | | Make defaults of composite widgets configurableLibravatar Héctor Ramón Jiménez2024-03-253-15/+35
| | * | | | Use `Catalog` approach for all widgetsLibravatar Héctor Ramón Jiménez2024-03-2423-816/+1036
| | * | | | Fine-tune `Catalog` approach for `button`, `checkbox`, and `svg`Libravatar Héctor Ramón Jiménez2024-03-245-113/+165
| | * | | | Try catalog theming approach with `Button`Libravatar Héctor Ramón Jiménez2024-03-232-52/+52
| | | |/ / | | |/| |
| * | | | Merge pull request #2351 from iced-rs/custom-renderer-injectionLibravatar Héctor Ramón2024-03-256-22/+45
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Make `iced_tiny_skia` optional with a `tiny-skia` featureLibravatar Héctor Ramón Jiménez2024-03-221-1/+3
| | * | | Fix broken links in documentationLibravatar Héctor Ramón Jiménez2024-03-221-1/+8
| | * | | Restore `canvas::Frame` APILibravatar Héctor Ramón Jiménez2024-03-222-6/+10
| | * | | Restore `canvas::Program` APILibravatar Héctor Ramón Jiménez2024-03-212-9/+19
| | * | | Implement composable, type-safe renderer fallbackLibravatar Héctor Ramón Jiménez2024-03-213-25/+22
| | * | | Draft support for dynamic custom renderer injectionLibravatar Héctor Ramón Jiménez2024-03-213-10/+13
| | |/ /
| * / / Fix layout invalidation for `Responsive` widgetLibravatar Héctor Ramón Jiménez2024-03-212-11/+36
| |/ /
* | | fix: make `text` macro example pass doctestLibravatar Richard Custodio2024-03-181-9/+26
* | | fix: remove empty macro usageLibravatar Richard Custodio2024-03-181-5/+4
* | | docs: improve `text` macro documentationLibravatar Richard Custodio2024-03-181-0/+17
* | | feat: add `text` macro to `widget::helpers`Libravatar Richard Custodio2024-03-181-0/+13
|/ /
* / Introduce `Program` APILibravatar Héctor Ramón Jiménez2024-03-161-3/+4
|/
* Remove `themer` use from `gradient` example :tada:Libravatar Héctor Ramón Jiménez2024-03-121-3/+21
* Use closures for `PickList::style`Libravatar Héctor Ramón Jiménez2024-03-123-95/+41
* Use closures for `TextEditor::style`Libravatar Héctor Ramón Jiménez2024-03-122-15/+18
* Use closures for `ProgressBar::style`Libravatar Héctor Ramón Jiménez2024-03-122-21/+21
* Use closures for `PaneGrid::style`Libravatar Héctor Ramón Jiménez2024-03-121-11/+11
* Use closures for `TextInput::style`Libravatar Héctor Ramón Jiménez2024-03-123-36/+29
* Use closures for `Checkbox::style`Libravatar Héctor Ramón Jiménez2024-03-122-12/+15
* Use closures for `Toggler::style`Libravatar Héctor Ramón Jiménez2024-03-122-12/+15
* Use closures for `QRCode::style`Libravatar Héctor Ramón Jiménez2024-03-122-14/+16