summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bump version of `iced_widget` :tada:Libravatar Héctor Ramón Jiménez2023-07-291-1/+1
|
* Merge pull request #1978 from iced-rs/fix/tooltip-positionLibravatar Héctor Ramón2023-07-292-18/+17
|\ | | | | Fix `Tooltip` overlay position inside `Scrollable`
| * Update `CHANGELOG`Libravatar Héctor Ramón Jiménez2023-07-291-0/+1
| |
| * Fix `Tooltip` overlay position inside `Scrollable`Libravatar Héctor Ramón Jiménez2023-07-291-18/+16
|/
* Update `CHANGELOG`Libravatar Héctor Ramón Jiménez2023-07-281-1/+3
|
* Enable all features for `iced_widget` in `docs.rs`Libravatar Héctor Ramón Jiménez2023-07-281-0/+4
|
* Enable all features in `docs.rs`Libravatar Héctor Ramón Jiménez2023-07-281-1/+1
|
* Fix `iced_runtime` descriptionLibravatar Héctor Ramón Jiménez2023-07-281-1/+1
|
* Bump versions :tada:Libravatar Héctor Ramón Jiménez2023-07-2824-87/+101
|
* Merge pull request #1972 from wiiznokes/devLibravatar Héctor Ramón2023-07-272-2/+4
|\ | | | | add border radius to public API
| * Update `CHANGELOG`Libravatar Héctor Ramón Jiménez2023-07-271-0/+2
| |
| * Run `cargo fmt`Libravatar Héctor Ramón Jiménez2023-07-271-2/+2
| |
| * add border radius to public APILibravatar wiiznokes2023-07-271-1/+1
| |
* | Merge pull request #1971 from iced-rs/visible-bounds-operationLibravatar Héctor Ramón2023-07-2719-25/+399
|\ \ | | | | | | `visible_bounds` operation for `Container`
| * | Fetch bounds on window resize in `visible_bounds` exampleLibravatar Héctor Ramón Jiménez2023-07-271-6/+13
| | |
| * | Update `CHANGELOG`Libravatar Héctor Ramón Jiménez2023-07-271-0/+1
| | |
| * | Highlight container bounds on hover in `visible_bounds` exampleLibravatar Héctor Ramón Jiménez2023-07-271-14/+43
| | |
| * | Create `visible_bounds` exampleLibravatar Héctor Ramón Jiménez2023-07-272-0/+161
| | |
| * | Introduce `visible_bounds` operation for `Container`Libravatar Héctor Ramón Jiménez2023-07-2716-25/+201
| | |
* | | Update `glyphon` to `0.3` :tada:Libravatar Héctor Ramón Jiménez2023-07-271-6/+2
| |/ |/|
* | Improve name of `verify` workflow stepLibravatar Héctor Ramón Jiménez2023-07-271-1/+1
|/
* Rename `on_selection` to `on_option_hovered` in `combo_box`Libravatar Héctor Ramón Jiménez2023-07-261-6/+6
|
* Merge pull request #1954 from jhff/widget/comboboxLibravatar Héctor Ramón2023-07-2611-3/+957
|\ | | | | Add `ComboBox` widget
| * Update `CHANGELOG`Libravatar Héctor Ramón Jiménez2023-07-261-0/+1
| |
| * Fix `on_option_hovered` support in `ComboBox`Libravatar Héctor Ramón Jiménez2023-07-264-23/+63
| |
| * Use default padding of `TextInput` in `ComboBox`Libravatar Héctor Ramón Jiménez2023-07-262-2/+5
| |
| * Add `Viewport` to `on_event` for `ComboBox`Libravatar Héctor Ramón Jiménez2023-07-261-0/+3
| |
| * Swap unwrap_or_else to unwrap_or_defaultLibravatar Joao Freitas2023-07-261-2/+2
| |
| * Add gif to exampleLibravatar Joao Freitas2023-07-262-1/+1
| |
| * Add ComboBox widgetLibravatar Joao Freitas2023-07-266-0/+907
|/ | | | | | - Widget implementation - Widget helper - Example
* Merge pull request #1958 from Redhawk18/masterLibravatar Héctor Ramón2023-07-264-120/+6
|\ | | | | minor doc updates
| * Update `CHANGELOG`Libravatar Héctor Ramón Jiménez2023-07-261-0/+2
| |
| * Simplify contributing guidelinesLibravatar Redhawk182023-07-262-5/+3
| |
| * Link to graphical roadmap in `ROADMAP.md`Libravatar Redhawk182023-07-261-115/+1
| |
* | Merge pull request #1963 from tarkah/feat/linux-app-idLibravatar Héctor Ramón2023-07-263-1/+39
|\ \ | |/ |/| Add app id setting for linux
| * Update `CHANGELOG`Libravatar Héctor Ramón Jiménez2023-07-261-0/+1
| |
| * Add app id setting for linuxLibravatar Cory Forsstrom2023-07-262-1/+38
|/
* Merge pull request #1970 from iced-rs/ci/verify-changelogLibravatar Héctor Ramón2023-07-262-0/+20
|\ | | | | Add workflow to verify `CHANGELOG` is always up-to-date
| * Update `CHANGELOG`Libravatar Héctor Ramón Jiménez2023-07-261-0/+1
| |
| * Use `origin/master` instead of `master` in `verify` workflowLibravatar Héctor Ramón Jiménez2023-07-261-1/+1
| |
| * Use `login` instead of `name` in `verify` workflowLibravatar Héctor Ramón Jiménez2023-07-261-2/+2
| |
| * Fetch all repository history in `verify` workflowLibravatar Héctor Ramón Jiménez2023-07-261-0/+2
| |
| * Add workflow to verify `CHANGELOG` is always up-to-dateLibravatar Héctor Ramón Jiménez2023-07-261-0/+17
| |
* | 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`