| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | | Fix documentation of `stack` module | Héctor Ramón Jiménez | 2024-04-25 | 1 | -1/+1 |
| * | | | | | | Implement `Stack` widget | Héctor Ramón Jiménez | 2024-04-25 | 3 | -1/+356 |
| * | | | | | | Don't consume unused scroll events (#2397) | Daniel | 2024-04-23 | 1 | -39/+45 |
| * | | | | | | Fix clip bounds with nested `scrollable` widgets | Héctor Ramón Jiménez | 2024-04-23 | 1 | -4/+8 |
| * | | | | | | Allow checking whether a TextEditor is focused | mtkennerly | 2024-04-15 | 1 | -1/+10 |
| | |_|_|_|/
| |/| | | | |
|
| * | | | | | Reintroduce support for custom primitives in `iced_wgpu` | Héctor Ramón Jiménez | 2024-04-08 | 2 | -7/+8 |
| * | | | | | Merge branch 'master' into wgpu/better-architecture | Héctor Ramón Jiménez | 2024-04-07 | 4 | -9/+22 |
| |\ \ \ \ \ |
|
| | * | | | | | Use built-in `[lints]` table in `Cargo.toml` | Héctor Ramón Jiménez | 2024-04-07 | 2 | -7/+3 |
| | * | | | | | Check is_secure before a copy/cut from TextInput (#2366) | Aaron McGuire | 2024-04-02 | 1 | -2/+4 |
| | * | | | | | Merge pull request #2358 from bungoboingo/text-editor-font-size | Héctor Ramón | 2024-04-02 | 1 | -0/+15 |
| | |\ \ \ \ \ |
|
| | | * | | | | | Expose line_height & text_size fields for the text_editor widget | Bingus | 2024-03-29 | 1 | -0/+15 |
| | | | |_|_|/
| | | |/| | | |
|
| * | | | | | | Decouple caching from layering and simplify everything | Héctor Ramón Jiménez | 2024-04-05 | 1 | -4/+5 |
| * | | | | | | Fix layer transformations | Héctor Ramón Jiménez | 2024-04-05 | 1 | -3/+3 |
| * | | | | | | Redesign `iced_wgpu` layering architecture | Héctor Ramón Jiménez | 2024-04-03 | 1 | -3/+3 |
| |/ / / / / |
|
| * | | | | | Merge pull request #2364 from blazra/combobox-menu-fix | Héctor Ramón | 2024-04-02 | 1 | -28/+37 |
| |\ \ \ \ \ |
|
| | * | | | | | combo_box: Do not draw empty menu overlay | Radovan Blažek | 2024-04-01 | 1 | -28/+37 |
| * | | | | | | Rename `text::IntoContent` to `IntoFragment` | Héctor Ramón Jiménez | 2024-04-01 | 1 | -1/+1 |
| * | | | | | | Reintroduce old `text` helper as `value` helper | Héctor Ramón Jiménez | 2024-04-01 | 1 | -0/+13 |
| * | | | | | | Specialize `widget::text` helper with custom `IntoContent` trait | Héctor Ramón Jiménez | 2024-04-01 | 1 | -2/+2 |
| |/ / / / / |
|
| * | | | | | Use `Iterator::size_hint` to initialize `Column` and `Row` capacity | Héctor Ramón Jiménez | 2024-04-01 | 3 | -8/+56 |
| * | | | | | Use `rustc-hash` for most of our `HashMap` and `HashSet` instances | Héctor Ramón Jiménez | 2024-04-01 | 3 | -11/+19 |
| * | | | | | Use generic `Content` in `Text` to avoid reallocation in `fill_text` | Héctor Ramón Jiménez | 2024-04-01 | 4 | -6/+8 |
| |/ / / / |
|
| * | | | | Derive `Debug` for `qr_code::Data` in `iced_widget` | Héctor Ramón Jiménez | 2024-03-26 | 1 | -1/+1 |
| * | | | | Merge pull request #2350 from iced-rs/theming-revolutions | Héctor Ramón | 2024-03-25 | 24 | -947/+1239 |
| |\ \ \ \ |
|
| | * | | | | Make defaults of composite widgets configurable | Héctor Ramón Jiménez | 2024-03-25 | 3 | -15/+35 |
| | * | | | | Use `Catalog` approach for all widgets | Héctor Ramón Jiménez | 2024-03-24 | 23 | -816/+1036 |
| | * | | | | Fine-tune `Catalog` approach for `button`, `checkbox`, and `svg` | Héctor Ramón Jiménez | 2024-03-24 | 5 | -113/+165 |
| | * | | | | Try catalog theming approach with `Button` | Héctor Ramón Jiménez | 2024-03-23 | 2 | -52/+52 |
| | | |/ /
| | |/| | |
|
| * | | | | Merge pull request #2351 from iced-rs/custom-renderer-injection | Héctor Ramón | 2024-03-25 | 6 | -22/+45 |
| |\ \ \ \
| | |_|_|/
| |/| | | |
|
| | * | | | Make `iced_tiny_skia` optional with a `tiny-skia` feature | Héctor Ramón Jiménez | 2024-03-22 | 1 | -1/+3 |
| | * | | | Fix broken links in documentation | Héctor Ramón Jiménez | 2024-03-22 | 1 | -1/+8 |
| | * | | | Restore `canvas::Frame` API | Héctor Ramón Jiménez | 2024-03-22 | 2 | -6/+10 |
| | * | | | Restore `canvas::Program` API | Héctor Ramón Jiménez | 2024-03-21 | 2 | -9/+19 |
| | * | | | Implement composable, type-safe renderer fallback | Héctor Ramón Jiménez | 2024-03-21 | 3 | -25/+22 |
| | * | | | Draft support for dynamic custom renderer injection | Héctor Ramón Jiménez | 2024-03-21 | 3 | -10/+13 |
| | |/ / |
|
| * / / | Fix layout invalidation for `Responsive` widget | Héctor Ramón Jiménez | 2024-03-21 | 2 | -11/+36 |
| |/ / |
|
* | | | fix: make `text` macro example pass doctest | Richard Custodio | 2024-03-18 | 1 | -9/+26 |
* | | | fix: remove empty macro usage | Richard Custodio | 2024-03-18 | 1 | -5/+4 |
* | | | docs: improve `text` macro documentation | Richard Custodio | 2024-03-18 | 1 | -0/+17 |
* | | | feat: add `text` macro to `widget::helpers` | Richard Custodio | 2024-03-18 | 1 | -0/+13 |
|/ / |
|
* / | Introduce `Program` API | Héctor Ramón Jiménez | 2024-03-16 | 1 | -3/+4 |
|/ |
|
* | Remove `themer` use from `gradient` example :tada: | Héctor Ramón Jiménez | 2024-03-12 | 1 | -3/+21 |
* | Use closures for `PickList::style` | Héctor Ramón Jiménez | 2024-03-12 | 3 | -95/+41 |
* | Use closures for `TextEditor::style` | Héctor Ramón Jiménez | 2024-03-12 | 2 | -15/+18 |
* | Use closures for `ProgressBar::style` | Héctor Ramón Jiménez | 2024-03-12 | 2 | -21/+21 |
* | Use closures for `PaneGrid::style` | Héctor Ramón Jiménez | 2024-03-12 | 1 | -11/+11 |
* | Use closures for `TextInput::style` | Héctor Ramón Jiménez | 2024-03-12 | 3 | -36/+29 |
* | Use closures for `Checkbox::style` | Héctor Ramón Jiménez | 2024-03-12 | 2 | -12/+15 |
* | Use closures for `Toggler::style` | Héctor Ramón Jiménez | 2024-03-12 | 2 | -12/+15 |
* | Use closures for `QRCode::style` | Héctor Ramón Jiménez | 2024-03-12 | 2 | -14/+16 |