Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update `CHANGELOG` | 2023-07-26 | 1 | -0/+2 | |
| | |||||
* | Simplify contributing guidelines | 2023-07-26 | 2 | -5/+3 | |
| | |||||
* | Link to graphical roadmap in `ROADMAP.md` | 2023-07-26 | 1 | -115/+1 | |
| | |||||
* | Merge pull request #1970 from iced-rs/ci/verify-changelog | 2023-07-26 | 2 | -0/+20 | |
|\ | | | | | Add workflow to verify `CHANGELOG` is always up-to-date | ||||
| * | Update `CHANGELOG` | 2023-07-26 | 1 | -0/+1 | |
| | | |||||
| * | Use `origin/master` instead of `master` in `verify` workflow | 2023-07-26 | 1 | -1/+1 | |
| | | |||||
| * | Use `login` instead of `name` in `verify` workflow | 2023-07-26 | 1 | -2/+2 | |
| | | |||||
| * | Fetch all repository history in `verify` workflow | 2023-07-26 | 1 | -0/+2 | |
| | | |||||
| * | Add workflow to verify `CHANGELOG` is always up-to-date | 2023-07-26 | 1 | -0/+17 | |
| | | |||||
* | | Merge pull request #1966 from tarkah/fix/overlay-clip | 2023-07-24 | 1 | -11/+7 | |
|\ \ | |/ |/| | Don't clip raw overlay bounds | ||||
| * | Don't clip raw overlay bounds | 2023-07-24 | 1 | -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/changelog | 2023-07-20 | 2 | -1/+93 | |
|\ | | | | | Update `CHANGELOG` | ||||
| * | Rearrange item in `CHANGELOG` | 2023-07-20 | 1 | -1/+1 | |
| | | |||||
| * | Fix consistency in `CHANGELOG` | 2023-07-20 | 1 | -2/+2 | |
| | | |||||
| * | Update `CHANGELOG` | 2023-07-20 | 2 | -1/+93 | |
| | | |||||
* | | Merge pull request #1961 from iced-rs/update-glyphon-and-cosmic-text | 2023-07-20 | 4 | -62/+22 | |
|\ \ | |/ |/| | Update `cosmic-text` and `glyphon` | ||||
| * | Use official `glyphon` repository instead of fork | 2023-07-20 | 1 | -2/+2 | |
| | | |||||
| * | Update `cosmic-text` and `glyphon` | 2023-07-20 | 4 | -61/+21 | |
|/ | |||||
* | Merge pull request #1956 from tarkah/feat/on-event-viewport | 2023-07-15 | 30 | -5/+77 | |
|\ | | | | | Add viewport to `Widget::on_event` | ||||
| * | Add viewport to Widget::on_event | 2023-07-15 | 30 | -5/+77 | |
|/ | |||||
* | Merge pull request #1955 from tarkah/fix/input-animation-window-focus | 2023-07-14 | 1 | -8/+34 | |
|\ | | | | | Dont blink input cursor when window loses focus | ||||
| * | Restart animation when regaining focus | 2023-07-13 | 1 | -0/+3 | |
| | | |||||
| * | Dont blink input cursor when window loses focus | 2023-07-13 | 1 | -8/+31 | |
|/ | |||||
* | Fix new `clippy` lint in `pokedex` example | 2023-07-13 | 1 | -1/+1 | |
| | |||||
* | Merge pull request #1953 from tarkah/feat/viewport-translation | 2023-07-13 | 1 | -0/+14 | |
|\ | | | | | Expose methods to change viewport alignment | ||||
| * | Avoid redundant `max` in `absolute_offset_reversed` | 2023-07-13 | 1 | -4/+2 | |
| | | | | | | | | | | I believe `Offset::absolute` guarantees the offset never exceeds the maximum scrolling boundaries already. | ||||
| * | Introduce `absolute_offset_reversed` to `scrollable::Viewport` | 2023-07-13 | 1 | -58/+17 | |
| | | |||||
| * | Expose methods to change viewport alignment | 2023-07-12 | 1 | -1/+58 | |
|/ | |||||
* | Merge pull request #1912 from tarkah/feat/scrollable-alignment | 2023-07-12 | 2 | -67/+165 | |
|\ | | | | | Add scrollable alignment option | ||||
| * | Remove unnecessary cursor unavailability logic in `scrollable` | 2023-07-12 | 1 | -22/+12 | |
| | | |||||
| * | Rename `absolute_from_start` to `translation` in `scrollable` | 2023-07-12 | 1 | -3/+3 | |
| | | |||||
| * | Disambiguate `offset` from `translation` in `scrollable` | 2023-07-12 | 1 | -37/+40 | |
| | | |||||
| * | Increase type-safety of `alignment` in `scrollable` | 2023-07-12 | 1 | -63/+37 | |
| | | |||||
| * | Remove public fields from `Viewport` | 2023-07-12 | 1 | -31/+3 | |
| | | | | | | | | Let's tackle use cases directly instead! | ||||
| * | Add alignment to Viewport | 2023-07-04 | 1 | -1/+27 | |
| | | |||||
| * | Make viewport bounds public | 2023-07-04 | 1 | -2/+4 | |
| | | |||||
| * | Add scrollable alignment option | 2023-07-04 | 2 | -15/+146 | |
| | | |||||
* | | Merge pull request #1907 from alec-deason/master | 2023-07-12 | 7 | -51/+85 | |
|\ \ | | | | | | | Update `resvg` to `0.35` and `tiny-skia` to `0.10` | ||||
| * | | Update `resvg` dependency to `0.35` | 2023-07-12 | 2 | -2/+2 | |
| | | | |||||
| * | | Improve code style in `vector` modules | 2023-07-12 | 2 | -22/+24 | |
| | | | |||||
| * | | Fix import consistency for `bytemuck` | 2023-07-12 | 3 | -8/+6 | |
| | | | |||||
| * | | Upgrade resvg to 0.34 and tiny_skia to 0.10 | 2023-07-12 | 7 | -51/+85 | |
|/ / | |||||
* | | Merge pull request #1692 from tarkah/fix/tooltip-overlay | 2023-07-12 | 1 | -102/+167 | |
|\ \ | | | | | | | Use overlay for tooltip | ||||
| * | | Remove useless conversions in `widget::tooltip` | 2023-07-12 | 1 | -15/+17 | |
| | | | |||||
| * | | Use overlay for `Tooltip` widget | 2023-07-12 | 1 | -97/+160 | |
|/ / | |||||
* | | Merge pull request #1949 from nicksenger/fix/component-overlay-redraw | 2023-07-09 | 1 | -0/+4 | |
|\ \ | | | | | | | Forward redraw requests in component overlay | ||||
| * | | fix: request redraw in component overlay | 2023-07-09 | 1 | -0/+4 | |
|/ / | |||||
* | | Merge pull request #1865 from jhff/pane_grid_edge_with_dragged_pane | 2023-07-06 | 5 | -113/+285 | |
|\ \ | | | | | | | [Feature] Pane Grid: drag & drop panes to the edges | ||||
| * | | Remove useless conversion in `widget::pane_grid` | 2023-07-06 | 1 | -1/+1 | |
| | | | |||||
| * | | Introduce `drop` helper to `pane_grid::State` | 2023-07-06 | 2 | -32/+37 | |
| | | |