Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | Reconnect `Clipboard` on window close | 2024-09-03 | 3 | -22/+46 | ||
| |_|_|/ |/| | | | ||||||
* | | | | Merge pull request #2261 from wiiznokes/container-style-colored | 2024-09-02 | 1 | -0/+11 | ||
|\ \ \ \ | ||||||
| * | | | | Implement `From<Style>` for `container::StyleFn` | 2024-09-02 | 1 | -0/+6 | ||
| * | | | | Introduce `container::background` style helper | 2024-09-02 | 1 | -0/+5 | ||
* | | | | | Merge pull request #2244 from dtzxporter/separate-image-widget-from-image-codecs | 2024-09-02 | 1 | -2/+4 | ||
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | Introduce `image-without-codecs` feature flag | 2024-09-02 | 1 | -2/+4 | ||
|/ / / / | ||||||
* | | | | Add `get_scale_factor` task to `window` module | 2024-08-30 | 3 | -1/+22 | ||
* | | | | Merge pull request #2535 from bungoboingo/text-input-alignment | 2024-08-24 | 2 | -11/+71 | ||
|\ \ \ \ | ||||||
| * | | | | Implement `align_x` for `TextInput` | 2024-08-24 | 2 | -11/+71 | ||
* | | | | | Merge pull request #2555 from mtkennerly/feature/pane-grid-compact-controls | 2024-08-24 | 4 | -74/+326 | ||
|\ \ \ \ \ | ||||||
| * | | | | | Add compact variant for pane grid controls | 2024-08-22 | 4 | -74/+326 | ||
| | |_|_|/ | |/| | | | ||||||
* | | | | | Fix ambiguous `rich_text` link in `widget::markdown` | 2024-08-22 | 1 | -1/+1 | ||
* | | | | | Make `RichText` generic over data structure | 2024-08-22 | 7 | -94/+223 | ||
* | | | | | Decouple `markdown` widget from built-in `Theme` | 2024-08-21 | 1 | -4/+19 | ||
|/ / / / | ||||||
* | | | | Produce `window::Event::Closed` only if window exists | 2024-08-15 | 1 | -5/+7 | ||
* | | | | Fix crash when application boots from a URL event in macOS | 2024-08-15 | 1 | -3/+14 | ||
* | | | | Rename `operation::chain` to `then` | 2024-08-15 | 2 | -6/+12 | ||
|/ / / | ||||||
* | | | Short-circuit scrolling passthrough in `Stack` | 2024-08-14 | 1 | -1/+1 | ||
* | | | Fix scroll event passthrough in `Stack` widget | 2024-08-14 | 1 | -5/+21 | ||
* | | | Find `layers_below` only if `Stack` is hovered | 2024-08-14 | 1 | -3/+3 | ||
* | | | Fix cursor passthrough in `Stack` during `draw` | 2024-08-14 | 2 | -30/+67 | ||
|/ / | ||||||
* | | Revert `window::close` producing a `window::Id` | 2024-08-12 | 4 | -12/+7 | ||
* | | Produce `window::Event::Closed` on `window::close` | 2024-08-12 | 1 | -1/+7 | ||
* | | Make `window::close` return and introduce `Task::discard` | 2024-08-12 | 5 | -7/+24 | ||
* | | Use `clipped_cursor` directly in `text_editor` | 2024-08-12 | 1 | -6/+1 | ||
* | | Merge pull request #2547 from meithecatte/do-not-segfault | 2024-08-12 | 3 | -10/+27 | ||
|\ \ | ||||||
| * | | Fix `integration` example | 2024-08-12 | 1 | -1/+1 | ||
| * | | Fix formatting in `iced_winit::clipboard` | 2024-08-12 | 1 | -3/+5 | ||
| * | | iced_winit: drop Clipboard before Window | 2024-08-11 | 2 | -9/+24 | ||
* | | | Merge pull request #2536 from meithecatte/editor-clipping | 2024-08-12 | 3 | -34/+44 | ||
|\ \ \ | |/ / |/| | | ||||||
| * | | Fix clipping area of `text_editor` placeholder | 2024-08-12 | 1 | -1/+1 | ||
| * | | Focus `text_editor` at start-up in `editor` example | 2024-08-12 | 1 | -8/+11 | ||
| * | | Remove cursor snapping hack in `text_editor` | 2024-08-12 | 1 | -1/+1 | ||
| * | | Make `Padding` affect `text_editor` clipping | 2024-08-12 | 2 | -23/+30 | ||
| * | | text_editor: Avoid rendering text outside the border | 2024-08-03 | 1 | -3/+3 | ||
* | | | Merge pull request #2544 from iced-rs/display-hover-when-focused | 2024-08-08 | 31 | -71/+258 | ||
|\ \ \ | ||||||
| * | | | Display top contents in `hover` widget when focused | 2024-08-08 | 1 | -4/+26 | ||
| * | | | Introduce `black_box` and `chain` in `widget::operation` | 2024-08-08 | 31 | -67/+232 | ||
|/ / / | ||||||
* | | | Merge pull request #2539 from iced-rs/feature/row-wrapping | 2024-08-06 | 3 | -9/+211 | ||
|\ \ \ | ||||||
| * | | | Implement `row::Wrapping` widget | 2024-08-06 | 3 | -9/+211 | ||
|/ / / | ||||||
* | | | Fix `hover` widget not relaying events when overlay is active | 2024-08-05 | 1 | -0/+1 | ||
* | | | Implement `State::options` for `combo_box` | 2024-08-05 | 1 | -13/+25 | ||
* | | | Merge pull request #2537 from iced-rs/feature/canvas-image-support | 2024-08-04 | 31 | -400/+627 | ||
|\ \ \ | ||||||
| * | | | Invert Earth's rotation in `solar_system` example | 2024-08-04 | 1 | -1/+1 | ||
| * | | | Implement missing `draw_svg` in `Frame` wrapper | 2024-08-04 | 1 | -1/+7 | ||
| * | | | Introduce `Svg` struct in `core::svg` | 2024-08-04 | 18 | -257/+146 | ||
| * | | | Simplify types in `tiny_skia::layer` | 2024-08-04 | 1 | -16/+12 | ||
| * | | | Remove `todo!` in `core::renderer::null` | 2024-08-04 | 1 | -3/+1 | ||
| * | | | Introduce `Image` struct in `core::image` | 2024-08-04 | 19 | -334/+184 | ||
| * | | | Fix broken imports in `iced_renderer` | 2024-08-04 | 1 | -5/+7 |