summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix ambiguous `rich_text` link in `widget::markdown`Libravatar Héctor Ramón Jiménez2024-08-221-1/+1
|
* Make `RichText` generic over data structureLibravatar Héctor Ramón Jiménez2024-08-227-94/+223
| | | | ... and decouple `markdown::parse` from theming
* Decouple `markdown` widget from built-in `Theme`Libravatar Héctor Ramón Jiménez2024-08-211-4/+19
|
* Produce `window::Event::Closed` only if window existsLibravatar Héctor Ramón Jiménez2024-08-151-5/+7
|
* Fix crash when application boots from a URL event in macOSLibravatar Héctor Ramón Jiménez2024-08-151-3/+14
|
* Rename `operation::chain` to `then`Libravatar Héctor Ramón Jiménez2024-08-152-6/+12
| | | | | ... and make `focus_*` operations generic over the output type.
* Short-circuit scrolling passthrough in `Stack`Libravatar Héctor Ramón Jiménez2024-08-141-1/+1
|
* Fix scroll event passthrough in `Stack` widgetLibravatar Héctor Ramón Jiménez2024-08-141-5/+21
|
* Find `layers_below` only if `Stack` is hoveredLibravatar Héctor Ramón Jiménez2024-08-141-3/+3
|
* Fix cursor passthrough in `Stack` during `draw`Libravatar Héctor Ramón Jiménez2024-08-142-30/+67
|
* Revert `window::close` producing a `window::Id`Libravatar Héctor Ramón Jiménez2024-08-124-12/+7
| | | | | | Instead, subscribing to `window::close_events` is preferable; since most use cases will want to react to the user closing a window as well.
* Produce `window::Event::Closed` on `window::close`Libravatar Héctor Ramón Jiménez2024-08-121-1/+7
|
* Make `window::close` return and introduce `Task::discard`Libravatar Héctor Ramón Jiménez2024-08-125-7/+24
|
* Use `clipped_cursor` directly in `text_editor`Libravatar Héctor Ramón Jiménez2024-08-121-6/+1
|
* Merge pull request #2547 from meithecatte/do-not-segfaultLibravatar Héctor Ramón2024-08-123-10/+27
|\ | | | | iced_winit: drop Clipboard before Window
| * Fix `integration` exampleLibravatar Héctor Ramón Jiménez2024-08-121-1/+1
| |
| * Fix formatting in `iced_winit::clipboard`Libravatar Héctor Ramón Jiménez2024-08-121-3/+5
| |
| * iced_winit: drop Clipboard before WindowLibravatar Maja Kądziołka2024-08-112-9/+24
| | | | | | | | Fixes #2482, avoids nasal daemons
* | Merge pull request #2536 from meithecatte/editor-clippingLibravatar Héctor Ramón2024-08-123-34/+44
|\ \ | |/ |/| text_editor: Avoid rendering text outside the border
| * Fix clipping area of `text_editor` placeholderLibravatar Héctor Ramón Jiménez2024-08-121-1/+1
| |
| * Focus `text_editor` at start-up in `editor` exampleLibravatar Héctor Ramón Jiménez2024-08-121-8/+11
| |
| * Remove cursor snapping hack in `text_editor`Libravatar Héctor Ramón Jiménez2024-08-121-1/+1
| | | | | | | | | | The `quad` shader now properly takes care of snapping lines to the pixel grid.
| * Make `Padding` affect `text_editor` clippingLibravatar Héctor Ramón Jiménez2024-08-122-23/+30
| |
| * text_editor: Avoid rendering text outside the borderLibravatar Maja Kądziołka2024-08-031-3/+3
| | | | | | | | | | If the height could fit slightly less than an extra line, said line would protrude beyond the border of the text editor.
* | Merge pull request #2544 from iced-rs/display-hover-when-focusedLibravatar Héctor Ramón2024-08-0831-71/+258
|\ \ | | | | | | Display top contents in `hover` widget when focused
| * | Display top contents in `hover` widget when focusedLibravatar Héctor Ramón Jiménez2024-08-081-4/+26
| | |
| * | Introduce `black_box` and `chain` in `widget::operation`Libravatar Héctor Ramón Jiménez2024-08-0831-67/+232
|/ /
* | Merge pull request #2539 from iced-rs/feature/row-wrappingLibravatar Héctor Ramón2024-08-063-9/+211
|\ \ | | | | | | Implement `row::Wrapping` widget
| * | Implement `row::Wrapping` widgetLibravatar Héctor Ramón Jiménez2024-08-063-9/+211
|/ / | | | | | | | | | | | | | | | | If you have a `Row`, simply call `Row::wrap` at the end to turn it into a `Row` that will wrap its contents. The original alignment of the `Row` is preserved per row wrapped.
* | Fix `hover` widget not relaying events when overlay is activeLibravatar Héctor Ramón Jiménez2024-08-051-0/+1
| |
* | Implement `State::options` for `combo_box`Libravatar Héctor Ramón Jiménez2024-08-051-13/+25
| |
* | Merge pull request #2537 from iced-rs/feature/canvas-image-supportLibravatar Héctor Ramón2024-08-0431-400/+627
|\ \ | | | | | | `image` and `svg` support for `canvas`
| * | Invert Earth's rotation in `solar_system` exampleLibravatar Héctor Ramón Jiménez2024-08-041-1/+1
| | |
| * | Implement missing `draw_svg` in `Frame` wrapperLibravatar Héctor Ramón Jiménez2024-08-041-1/+7
| | |
| * | Introduce `Svg` struct in `core::svg`Libravatar Héctor Ramón Jiménez2024-08-0418-257/+146
| | |
| * | Simplify types in `tiny_skia::layer`Libravatar Héctor Ramón Jiménez2024-08-041-16/+12
| | |
| * | Remove `todo!` in `core::renderer::null`Libravatar Héctor Ramón Jiménez2024-08-041-3/+1
| | |
| * | Introduce `Image` struct in `core::image`Libravatar Héctor Ramón Jiménez2024-08-0419-334/+184
| | |
| * | Fix broken imports in `iced_renderer`Libravatar Héctor Ramón Jiménez2024-08-041-5/+7
| | |
| * | Increase Earth's spin a bit in `solar_system` exampleLibravatar Héctor Ramón Jiménez2024-08-041-1/+1
| | |
| * | Remove unnecessary `with_save` calls in `solar_system` exampleLibravatar Héctor Ramón Jiménez2024-08-041-25/+21
| | |
| * | Showcase `canvas` image support in `solar_system` exampleLibravatar Héctor Ramón Jiménez2024-08-045-23/+41
| | |
| * | Implement image support for `canvas` widgetLibravatar Héctor Ramón Jiménez2024-08-0416-29/+485
| | |
| * | Render text on top of images by defaultLibravatar Héctor Ramón Jiménez2024-08-033-35/+35
| | |
| * | Implement `From<&Handle>` for `image::Handle`Libravatar Héctor Ramón Jiménez2024-08-033-20/+36
| |/
* | Merge pull request #2507 from kmoon2437/masterLibravatar Héctor Ramón2024-08-041-1/+1
|\ \ | |/ |/| update version of "web-sys" to 0.3.69
| * update version of "web-sys" to 0.3.69Libravatar Cho Yunjin2024-08-041-1/+1
|/
* Plug `received_url` in `winit::program`Libravatar Héctor Ramón Jiménez2024-08-011-0/+17
|
* Return `window::Id` in `window::open`Libravatar Héctor Ramón Jiménez2024-07-303-10/+17
|
* Expose additional `subscription` types in `advanced`Libravatar Héctor Ramón Jiménez2024-07-301-1/+2
|