summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1966 from tarkah/fix/overlay-clipLibravatar Héctor Ramón2023-07-241-11/+7
|\ | | | | Don't clip raw overlay bounds
| * Don't clip raw overlay boundsLibravatar Cory Forsstrom2023-07-241-11/+7
|/ | | | | | | | User interface wraps the overlay in `overlay::Nested`. Clipping here w/ the base Nested overlay always clipped at (0, 0) position instead of the correct position of the child overlay. It's clipped properly already within `Nested::draw`.
* Merge pull request #1960 from iced-rs/update/changelogLibravatar Héctor Ramón2023-07-202-1/+93
|\ | | | | Update `CHANGELOG`
| * Rearrange item in `CHANGELOG`Libravatar Héctor Ramón Jiménez2023-07-201-1/+1
| |
| * Fix consistency in `CHANGELOG`Libravatar Héctor Ramón Jiménez2023-07-201-2/+2
| |
| * Update `CHANGELOG`Libravatar Héctor Ramón Jiménez2023-07-202-1/+93
| |
* | Merge pull request #1961 from iced-rs/update-glyphon-and-cosmic-textLibravatar Héctor Ramón2023-07-204-62/+22
|\ \ | |/ |/| Update `cosmic-text` and `glyphon`
| * Use official `glyphon` repository instead of forkLibravatar Héctor Ramón Jiménez2023-07-201-2/+2
| |
| * Update `cosmic-text` and `glyphon`Libravatar Héctor Ramón Jiménez2023-07-204-61/+21
|/
* Merge pull request #1956 from tarkah/feat/on-event-viewportLibravatar Héctor Ramón2023-07-1530-5/+77
|\ | | | | Add viewport to `Widget::on_event`
| * Add viewport to Widget::on_eventLibravatar Cory Forsstrom2023-07-1530-5/+77
|/
* Merge pull request #1955 from tarkah/fix/input-animation-window-focusLibravatar Héctor Ramón2023-07-141-8/+34
|\ | | | | Dont blink input cursor when window loses focus
| * Restart animation when regaining focusLibravatar Cory Forsstrom2023-07-131-0/+3
| |
| * Dont blink input cursor when window loses focusLibravatar Cory Forsstrom2023-07-131-8/+31
|/
* Fix new `clippy` lint in `pokedex` exampleLibravatar Héctor Ramón Jiménez2023-07-131-1/+1
|
* Merge pull request #1953 from tarkah/feat/viewport-translationLibravatar Héctor Ramón2023-07-131-0/+14
|\ | | | | Expose methods to change viewport alignment
| * Avoid redundant `max` in `absolute_offset_reversed`Libravatar Héctor Ramón Jiménez2023-07-131-4/+2
| | | | | | | | | | I believe `Offset::absolute` guarantees the offset never exceeds the maximum scrolling boundaries already.
| * Introduce `absolute_offset_reversed` to `scrollable::Viewport`Libravatar Héctor Ramón Jiménez2023-07-131-58/+17
| |
| * Expose methods to change viewport alignmentLibravatar Cory Forsstrom2023-07-121-1/+58
|/
* Merge pull request #1912 from tarkah/feat/scrollable-alignmentLibravatar Héctor Ramón2023-07-122-67/+165
|\ | | | | Add scrollable alignment option
| * Remove unnecessary cursor unavailability logic in `scrollable`Libravatar Héctor Ramón Jiménez2023-07-121-22/+12
| |
| * Rename `absolute_from_start` to `translation` in `scrollable`Libravatar Héctor Ramón Jiménez2023-07-121-3/+3
| |
| * Disambiguate `offset` from `translation` in `scrollable`Libravatar Héctor Ramón Jiménez2023-07-121-37/+40
| |
| * Increase type-safety of `alignment` in `scrollable`Libravatar Héctor Ramón Jiménez2023-07-121-63/+37
| |
| * Remove public fields from `Viewport`Libravatar Héctor Ramón Jiménez2023-07-121-31/+3
| | | | | | | | Let's tackle use cases directly instead!
| * Add alignment to ViewportLibravatar Cory Forsstrom2023-07-041-1/+27
| |
| * Make viewport bounds publicLibravatar Cory Forsstrom2023-07-041-2/+4
| |
| * Add scrollable alignment optionLibravatar Cory Forsstrom2023-07-042-15/+146
| |
* | Merge pull request #1907 from alec-deason/masterLibravatar Héctor Ramón2023-07-127-51/+85
|\ \ | | | | | | Update `resvg` to `0.35` and `tiny-skia` to `0.10`
| * | Update `resvg` dependency to `0.35`Libravatar Héctor Ramón Jiménez2023-07-122-2/+2
| | |
| * | Improve code style in `vector` modulesLibravatar Héctor Ramón Jiménez2023-07-122-22/+24
| | |
| * | Fix import consistency for `bytemuck`Libravatar Héctor Ramón Jiménez2023-07-123-8/+6
| | |
| * | Upgrade resvg to 0.34 and tiny_skia to 0.10Libravatar Alec Deason2023-07-127-51/+85
|/ /
* | Merge pull request #1692 from tarkah/fix/tooltip-overlayLibravatar Héctor Ramón2023-07-121-102/+167
|\ \ | | | | | | Use overlay for tooltip
| * | Remove useless conversions in `widget::tooltip`Libravatar Héctor Ramón Jiménez2023-07-121-15/+17
| | |
| * | Use overlay for `Tooltip` widgetLibravatar Cory Forsstrom2023-07-121-97/+160
|/ /
* | Merge pull request #1949 from nicksenger/fix/component-overlay-redrawLibravatar Héctor Ramón2023-07-091-0/+4
|\ \ | | | | | | Forward redraw requests in component overlay
| * | fix: request redraw in component overlayLibravatar Nick Senger2023-07-091-0/+4
|/ /
* | Merge pull request #1865 from jhff/pane_grid_edge_with_dragged_paneLibravatar Héctor Ramón2023-07-065-113/+285
|\ \ | | | | | | [Feature] Pane Grid: drag & drop panes to the edges
| * | Remove useless conversion in `widget::pane_grid`Libravatar Héctor Ramón Jiménez2023-07-061-1/+1
| | |
| * | Introduce `drop` helper to `pane_grid::State`Libravatar Héctor Ramón Jiménez2023-07-062-32/+37
| | |
| * | Simplify `Target` enum in `widget::pane_grid`Libravatar Héctor Ramón Jiménez2023-07-062-18/+9
| | |
| * | Call `in_edge` only when `picked_pane.is_some()`Libravatar Héctor Ramón Jiménez2023-07-061-19/+21
| | |
| * | Reuse codeLibravatar Joao Freitas2023-07-061-35/+22
| | |
| * | Add ability to drag pane to the pane grid edges & optional style for dragged ↵Libravatar Joao Freitas2023-07-065-104/+291
|/ / | | | | | | pane
* | Merge pull request #1927 from thunderstorm010/masterLibravatar Héctor Ramón2023-07-063-16/+31
|\ \ | |/ |/| Add command to retrieve window size
| * Add `fetch_size` helper to `runtime::window`Libravatar Héctor Ramón Jiménez2023-07-061-0/+7
| |
| * Add missing newline in `core::window`Libravatar Héctor Ramón Jiménez2023-07-061-1/+1
| |
| * Use `Size` in both `Resize` and `FetchSize` window actionsLibravatar Héctor Ramón Jiménez2023-07-063-18/+15
| |
| * Add FetchSize command - apply the changes discussed at #water-coolerLibravatar Yiğit Özdemir2023-06-224-38/+7
| |