Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | Swap unwrap_or_else to unwrap_or_default | 2023-07-26 | 1 | -2/+2 | ||
| | * | Add gif to example | 2023-07-26 | 2 | -1/+1 | ||
| | * | Add ComboBox widget | 2023-07-26 | 6 | -0/+907 | ||
| |/ | ||||||
| * | Merge pull request #1958 from Redhawk18/master | 2023-07-26 | 4 | -120/+6 | ||
| |\ | ||||||
| | * | 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 #1963 from tarkah/feat/linux-app-id | 2023-07-26 | 3 | -1/+39 | ||
| |\ \ | | |/ | |/| | ||||||
| | * | Update `CHANGELOG` | 2023-07-26 | 1 | -0/+1 | ||
| | * | Add app id setting for linux | 2023-07-26 | 2 | -1/+38 | ||
| |/ | ||||||
| * | Merge pull request #1970 from iced-rs/ci/verify-changelog | 2023-07-26 | 2 | -0/+20 | ||
| |\ | ||||||
| | * | 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 | 2023-07-24 | 1 | -11/+7 | ||
| |/ | ||||||
| * | Merge pull request #1960 from iced-rs/update/changelog | 2023-07-20 | 2 | -1/+93 | ||
| |\ | ||||||
| | * | 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 | ||
| |\ \ | | |/ | |/| | ||||||
| | * | 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 | 2023-07-15 | 30 | -5/+77 | ||
| |/ | ||||||
| * | Merge pull request #1955 from tarkah/fix/input-animation-window-focus | 2023-07-14 | 1 | -8/+34 | ||
| |\ | ||||||
| | * | 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 | ||
| |\ | ||||||
| | * | Avoid redundant `max` in `absolute_offset_reversed` | 2023-07-13 | 1 | -4/+2 | ||
| | * | 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 | ||
| |/ | ||||||
* | | Moved `exit_on_close_request` to window settings. This now controls whether e... | 2023-07-24 | 8 | -88/+133 | ||
* | | refactored window storage; | 2023-07-21 | 56 | -1823/+1512 | ||
* | | Merge remote-tracking branch 'origin/master' into feat/multi-window-support | 2023-07-12 | 394 | -13256/+17244 | ||
|\| | ||||||
| * | Merge pull request #1912 from tarkah/feat/scrollable-alignment | 2023-07-12 | 2 | -67/+165 | ||
| |\ | ||||||
| | * | 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 | ||
| | * | 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` dependency to `0.35` | 2023-07-12 | 2 | -2/+2 | ||
| | * | | Improve code style in `vector` modules | 2023-07-12 | 2 | -22/+24 |