| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduce dynamic `opacity` support for `Image` and `Svg` | Héctor Ramón Jiménez | 2024-05-03 | 3 | -0/+27 |
* | Introduce `center` widget helper | Héctor Ramón Jiménez | 2024-05-03 | 2 | -2/+81 |
* | Merge pull request #2334 from DKolter/image-rotation | Héctor Ramón | 2024-05-03 | 3 | -46/+94 |
|\ |
|
| * | Simplify image rotation API and its internals | Héctor Ramón Jiménez | 2024-05-02 | 3 | -92/+66 |
| * | Add `Image` rotation support | Héctor Ramón Jiménez | 2024-05-02 | 3 | -33/+107 |
* | | Apply bounds check when grabbing `image::Viewer` | myuujiku | 2024-05-02 | 1 | -1/+1 |
|/ |
|
* | Fix `clippy` lints for new `1.78` stable toolchain | Héctor Ramón Jiménez | 2024-05-02 | 1 | -1/+1 |
* | Use an opaque `Id` type for `image::Handle` | Héctor Ramón Jiménez | 2024-05-01 | 2 | -9/+5 |
* | Introduce `canvas::Cache` grouping | Héctor Ramón Jiménez | 2024-04-30 | 1 | -0/+1 |
* | Merge pull request #2408 from iced-rs/feature/hover-widget | Héctor Ramón | 2024-04-27 | 1 | -1/+244 |
|\ |
|
| * | Propagate mouse movement and button releases unconditionally in `hover` | Héctor Ramón Jiménez | 2024-04-27 | 1 | -1/+8 |
| * | Fix top layer clipping in `hover` widget | Héctor Ramón Jiménez | 2024-04-27 | 1 | -21/+24 |
| * | Fix ambiguous link in documentation of `hover` helper | Héctor Ramón Jiménez | 2024-04-27 | 1 | -0/+2 |
| * | Fix `overlay` behavior in `hover` widget | Héctor Ramón Jiménez | 2024-04-27 | 1 | -11/+14 |
| * | Introduce `hover` widget | Héctor Ramón Jiménez | 2024-04-27 | 1 | -1/+229 |
* | | Set proper size boundaries for `limits` in `Stack::layout` | Héctor Ramón Jiménez | 2024-04-27 | 1 | -1/+2 |
* | | Respect `width` and `height` properties when `Stack` is empty | Héctor Ramón Jiménez | 2024-04-27 | 1 | -1/+5 |
|/ |
|
* | Fix out of bounds caret in `TextEditor` in some circumstances | Héctor Ramón Jiménez | 2024-04-26 | 1 | -13/+17 |
* | Fix `Shift` scrolling for `scrollable` on macOS | Héctor Ramón Jiménez | 2024-04-26 | 1 | -1/+3 |
* | Capture scrollbar events in a `scrollable` before content events | Héctor Ramón Jiménez | 2024-04-26 | 1 | -142/+142 |
* | Introduce `opaque` widget helper | Héctor Ramón Jiménez | 2024-04-25 | 5 | -5/+172 |
* | Use `Limits::resolve` in `Stack` widget | Héctor Ramón Jiménez | 2024-04-25 | 1 | -2/+3 |
* | 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 | 3 | -9/+19 |
|\ |
|
| * | Use built-in `[lints]` table in `Cargo.toml` | Héctor Ramón Jiménez | 2024-04-07 | 1 | -7/+0 |
| * | 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 | 2 | -11/+18 |
* | | 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 | 23 | -947/+1238 |
|\ |
|
| * | 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 | 4 | -113/+164 |
| * | Try catalog theming approach with `Button` | Héctor Ramón Jiménez | 2024-03-23 | 2 | -52/+52 |