Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow for styling of the menu of a pick list | 2024-06-08 | 1 | -0/+24 | |
| | |||||
* | Create `jump` and `macos_command` methods in `keyboard::Modifiers` | 2024-05-31 | 2 | -70/+8 | |
| | |||||
* | Keep unary `motion` function in `text_editor` | 2024-05-31 | 1 | -18/+18 | |
| | |||||
* | Add Command + ArrowLeft/Right input behavior for macos | 2024-05-31 | 2 | -26/+92 | |
| | |||||
* | Merge branch 'master' into feat/text-macro | 2024-05-23 | 40 | -1317/+2693 | |
|\ | |||||
| * | Ask for explicit `Length` in `center_*` methods | 2024-05-13 | 2 | -19/+13 | |
| | | |||||
| * | Introduce dynamic `opacity` support for `Image` and `Svg` | 2024-05-03 | 3 | -0/+27 | |
| | | |||||
| * | Introduce `center` widget helper | 2024-05-03 | 2 | -2/+81 | |
| | | | | | | | | | | | | | | | | ... 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. | ||||
| * | Merge pull request #2334 from DKolter/image-rotation | 2024-05-03 | 3 | -46/+94 | |
| |\ | | | | | | | Adding feature: Image rotation | ||||
| | * | Simplify image rotation API and its internals | 2024-05-02 | 3 | -92/+66 | |
| | | | |||||
| | * | Add `Image` rotation support | 2024-05-02 | 3 | -33/+107 | |
| | | | | | | | | | | | | Co-authored-by: DKolter <68352124+DKolter@users.noreply.github.com> | ||||
| * | | Apply bounds check when grabbing `image::Viewer` | 2024-05-02 | 1 | -1/+1 | |
| |/ | |||||
| * | Fix `clippy` lints for new `1.78` stable toolchain | 2024-05-02 | 1 | -1/+1 | |
| | | |||||
| * | Use an opaque `Id` type for `image::Handle` | 2024-05-01 | 2 | -9/+5 | |
| | | | | | | | | Hashing pointers is a terrible idea. | ||||
| * | Introduce `canvas::Cache` grouping | 2024-04-30 | 1 | -0/+1 | |
| | | | | | | | | | | Caches with the same `Group` will share their text atlas! | ||||
| * | Merge pull request #2408 from iced-rs/feature/hover-widget | 2024-04-27 | 1 | -1/+244 | |
| |\ | | | | | | | `hover` widget | ||||
| | * | 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 | |
| | | | |||||
| * | | Set proper size boundaries for `limits` in `Stack::layout` | 2024-04-27 | 1 | -1/+2 | |
| | | | |||||
| * | | Respect `width` and `height` properties when `Stack` is empty | 2024-04-27 | 1 | -1/+5 | |
| |/ | |||||
| * | Fix out of bounds caret in `TextEditor` in some circumstances | 2024-04-26 | 1 | -13/+17 | |
| | | |||||
| * | Fix `Shift` scrolling for `scrollable` on macOS | 2024-04-26 | 1 | -1/+3 | |
| | | | | | | | | | | Apparently, macOS inverts the scrolling axes automatically now. Was this a thing before, or did an update just break user space? | ||||
| * | Capture scrollbar events in a `scrollable` before content events | 2024-04-26 | 1 | -142/+142 | |
| | | |||||
| * | Introduce `opaque` widget helper | 2024-04-25 | 5 | -5/+172 | |
| | | |||||
| * | Use `Limits::resolve` in `Stack` widget | 2024-04-25 | 1 | -2/+3 | |
| | | |||||
| * | Fix documentation of `stack` module | 2024-04-25 | 1 | -1/+1 | |
| | | |||||
| * | Implement `Stack` widget | 2024-04-25 | 3 | -1/+356 | |
| | | | | | | | | It can be used to stack elements on top of each other! | ||||
| * | Don't consume unused scroll events (#2397) | 2024-04-23 | 1 | -39/+45 | |
| | | | | | | | | | | | | | | | | | | | | | | * Initial Commit * Update scrollable.rs * Use `let _ = ` instead of `_ =` for consistency --------- Co-authored-by: Héctor Ramón Jiménez <hector@hecrj.dev> | ||||
| * | Fix clip bounds with nested `scrollable` widgets | 2024-04-23 | 1 | -4/+8 | |
| | | |||||
| * | Allow checking whether a TextEditor is focused | 2024-04-15 | 1 | -1/+10 | |
| | | |||||
| * | Reintroduce support for custom primitives in `iced_wgpu` | 2024-04-08 | 2 | -7/+8 | |
| | | |||||
| * | Merge branch 'master' into wgpu/better-architecture | 2024-04-07 | 4 | -9/+22 | |
| |\ | |||||
| | * | Use built-in `[lints]` table in `Cargo.toml` | 2024-04-07 | 2 | -7/+3 | |
| | | | |||||
| | * | Check is_secure before a copy/cut from TextInput (#2366) | 2024-04-02 | 1 | -2/+4 | |
| | | | | | | | | | | | | | | | * Check is_secure before copy/cut on text_input * run cargo fmt | ||||
| | * | Merge pull request #2358 from bungoboingo/text-editor-font-size | 2024-04-02 | 1 | -0/+15 | |
| | |\ | | | | | | | | | Some text_editor QoL | ||||
| | | * | Expose line_height & text_size fields for the text_editor widget | 2024-03-29 | 1 | -0/+15 | |
| | | | | |||||
| * | | | 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 | |
| |/ |