summaryrefslogtreecommitdiffstats
path: root/widget/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into feat/multi-window-supportLibravatar Bingus2023-07-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | # Conflicts: # Cargo.toml # core/src/window/icon.rs # core/src/window/id.rs # core/src/window/position.rs # core/src/window/settings.rs # examples/integration/src/main.rs # examples/integration_opengl/src/main.rs # glutin/src/application.rs # native/src/subscription.rs # native/src/window.rs # runtime/src/window/action.rs # src/lib.rs # src/window.rs # winit/Cargo.toml # winit/src/application.rs # winit/src/icon.rs # winit/src/settings.rs # winit/src/window.rs
* Merge pull request #1912 from tarkah/feat/scrollable-alignmentLibravatar Héctor Ramón2023-07-121-60/+120
|\ | | | | 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-041-8/+101
| |
* | 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
| |
* | fix: request redraw in component overlayLibravatar Nick Senger2023-07-091-0/+4
| |
* | 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-061-24/+34
| |
* | Simplify `Target` enum in `widget::pane_grid`Libravatar Héctor Ramón Jiménez2023-07-061-13/+5
| |
* | 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-063-99/+281
|/ | | | pane
* Add touch support for toggler. (#1935)Libravatar Austin M. Reppert2023-06-291-1/+3
| | | | | | | | | | | | * Add touch support for toggler. * Fix formatting. * Fix consistency of imports in `iced_widget::toggler` --------- Co-authored-by: Austin M. Reppert <austinmreppert@protonmail.com> Co-authored-by: Héctor Ramón Jiménez <hector0193@gmail.com>
* Introduce custom backend-specific primitivesLibravatar Héctor Ramón Jiménez2023-06-292-4/+5
|
* Use `Option::filter` instead of `and_then` in `scrollable`Libravatar Héctor Ramón Jiménez2023-06-271-14/+6
|
* Require a `Direction` when computing `State::offset` in `scrollable`Libravatar Héctor Ramón Jiménez2023-06-271-18/+23
|
* Rename `ScrollbarProperties` to `Direction` in `scrollable`Libravatar Héctor Ramón Jiménez2023-06-271-57/+48
|
* Make vertical scroll properties optionalLibravatar Austin M. Reppert2023-06-271-40/+90
| | | | Co-Authored-By: Austin M. Reppert <austinmreppert@gmail.com>
* Merge pull request #1845 from bungoboingo/feat/offscreen-renderingLibravatar Héctor Ramón2023-06-271-2/+11
|\ | | | | Feat: Offscreen Rendering & Screenshots
| * Introduce `on_press_maybe` helper for `Button`Libravatar Héctor Ramón Jiménez2023-06-061-2/+11
| |
* | Update `ouroboros` dependencyLibravatar Héctor Ramón Jiménez2023-06-211-5/+1
| |
* | Make `overlay::Menu` publish messages on selectionLibravatar Héctor Ramón Jiménez2023-06-142-42/+42
| |
* | Use nested for lazy widgetsLibravatar Cory Forsstrom2023-06-143-44/+58
| |
* | Introduce internal `overlay::Nested` for `UserInterface`Libravatar Cory Forsstrom2023-06-143-6/+21
| |
* | Only scroll w/ wheel if over scrollableLibravatar Cory Forsstrom2023-06-121-0/+4
| |
* | Fix mouse interactions in `Scrollable`Libravatar Héctor Ramón Jiménez2023-06-081-4/+24
| |
* | Take `Rectangle` by value in `Cursor` APILibravatar Héctor Ramón Jiménez2023-06-0815-42/+38
| |
* | Implement basic cursor availabilityLibravatar Héctor Ramón Jiménez2023-06-0832-678/+523
|/
* Fix `quad` glitch when rounding borders of a `Slider` railLibravatar Héctor Ramón Jiménez2023-06-012-10/+4
|
* only add border radius to the visible partLibravatar Casper Storm2023-06-012-4/+10
|
* Add border_radius to slider railLibravatar Casper Storm2023-06-012-4/+4
|
* Invalidate `Responsive` layout when size changes without a `view` callLibravatar Héctor Ramón Jiménez2023-06-011-0/+1
|
* clippyLibravatar Casper Storm2023-05-2311-16/+15
|
* Extend border radius on relevant widgetsLibravatar Casper Storm2023-05-232-21/+21
|
* Avoid drawing empty quads in `widget::scrollable`Libravatar Héctor Ramón Jiménez2023-05-231-6/+10
|
* Remove min width 1 from scrollbar & scrollerLibravatar Cory Forsstrom2023-05-231-4/+2
|
* Rename invert -> swapLibravatar Joao Freitas2023-05-191-2/+2
|
* Take pane state internallyLibravatar Joao Freitas2023-05-191-18/+8
|
* Change name of hovered region style struct, reorder lines & export AppearanceLibravatar Joao Freitas2023-05-191-1/+1
|
* Add pane_grid functionality to split a pane with another paneLibravatar Joao Freitas2023-05-162-5/+156
|
* Enable `doc_auto_cfg` when generating documentationLibravatar Héctor Ramón Jiménez2023-05-112-3/+1
|
* Write missing documentation in `iced_widget`Libravatar Héctor Ramón Jiménez2023-05-115-1/+15
|
* Write missing documentation in `iced_graphics`Libravatar Héctor Ramón Jiménez2023-05-111-3/+3
|