Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote-tracking branch 'origin/master' into feat/multi-window-support | 2023-07-12 | 1 | -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-alignment | 2023-07-12 | 1 | -60/+120 | |
|\ | | | | | 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 | 1 | -8/+101 | |
| | | |||||
* | | Remove useless conversions in `widget::tooltip` | 2023-07-12 | 1 | -15/+17 | |
| | | |||||
* | | Use overlay for `Tooltip` widget | 2023-07-12 | 1 | -97/+160 | |
| | | |||||
* | | fix: request redraw in component overlay | 2023-07-09 | 1 | -0/+4 | |
| | | |||||
* | | Remove useless conversion in `widget::pane_grid` | 2023-07-06 | 1 | -1/+1 | |
| | | |||||
* | | Introduce `drop` helper to `pane_grid::State` | 2023-07-06 | 1 | -24/+34 | |
| | | |||||
* | | Simplify `Target` enum in `widget::pane_grid` | 2023-07-06 | 1 | -13/+5 | |
| | | |||||
* | | Call `in_edge` only when `picked_pane.is_some()` | 2023-07-06 | 1 | -19/+21 | |
| | | |||||
* | | Reuse code | 2023-07-06 | 1 | -35/+22 | |
| | | |||||
* | | Add ability to drag pane to the pane grid edges & optional style for dragged ↵ | 2023-07-06 | 3 | -99/+281 | |
|/ | | | | pane | ||||
* | Add touch support for toggler. (#1935) | 2023-06-29 | 1 | -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 primitives | 2023-06-29 | 2 | -4/+5 | |
| | |||||
* | Use `Option::filter` instead of `and_then` in `scrollable` | 2023-06-27 | 1 | -14/+6 | |
| | |||||
* | Require a `Direction` when computing `State::offset` in `scrollable` | 2023-06-27 | 1 | -18/+23 | |
| | |||||
* | Rename `ScrollbarProperties` to `Direction` in `scrollable` | 2023-06-27 | 1 | -57/+48 | |
| | |||||
* | Make vertical scroll properties optional | 2023-06-27 | 1 | -40/+90 | |
| | | | | Co-Authored-By: Austin M. Reppert <austinmreppert@gmail.com> | ||||
* | Merge pull request #1845 from bungoboingo/feat/offscreen-rendering | 2023-06-27 | 1 | -2/+11 | |
|\ | | | | | Feat: Offscreen Rendering & Screenshots | ||||
| * | Introduce `on_press_maybe` helper for `Button` | 2023-06-06 | 1 | -2/+11 | |
| | | |||||
* | | Update `ouroboros` dependency | 2023-06-21 | 1 | -5/+1 | |
| | | |||||
* | | Make `overlay::Menu` publish messages on selection | 2023-06-14 | 2 | -42/+42 | |
| | | |||||
* | | Use nested for lazy widgets | 2023-06-14 | 3 | -44/+58 | |
| | | |||||
* | | Introduce internal `overlay::Nested` for `UserInterface` | 2023-06-14 | 3 | -6/+21 | |
| | | |||||
* | | Only scroll w/ wheel if over scrollable | 2023-06-12 | 1 | -0/+4 | |
| | | |||||
* | | Fix mouse interactions in `Scrollable` | 2023-06-08 | 1 | -4/+24 | |
| | | |||||
* | | Take `Rectangle` by value in `Cursor` API | 2023-06-08 | 15 | -42/+38 | |
| | | |||||
* | | Implement basic cursor availability | 2023-06-08 | 32 | -678/+523 | |
|/ | |||||
* | Fix `quad` glitch when rounding borders of a `Slider` rail | 2023-06-01 | 2 | -10/+4 | |
| | |||||
* | only add border radius to the visible part | 2023-06-01 | 2 | -4/+10 | |
| | |||||
* | Add border_radius to slider rail | 2023-06-01 | 2 | -4/+4 | |
| | |||||
* | Invalidate `Responsive` layout when size changes without a `view` call | 2023-06-01 | 1 | -0/+1 | |
| | |||||
* | clippy | 2023-05-23 | 11 | -16/+15 | |
| | |||||
* | Extend border radius on relevant widgets | 2023-05-23 | 2 | -21/+21 | |
| | |||||
* | Avoid drawing empty quads in `widget::scrollable` | 2023-05-23 | 1 | -6/+10 | |
| | |||||
* | Remove min width 1 from scrollbar & scroller | 2023-05-23 | 1 | -4/+2 | |
| | |||||
* | Rename invert -> swap | 2023-05-19 | 1 | -2/+2 | |
| | |||||
* | Take pane state internally | 2023-05-19 | 1 | -18/+8 | |
| | |||||
* | Change name of hovered region style struct, reorder lines & export Appearance | 2023-05-19 | 1 | -1/+1 | |
| | |||||
* | Add pane_grid functionality to split a pane with another pane | 2023-05-16 | 2 | -5/+156 | |
| | |||||
* | Enable `doc_auto_cfg` when generating documentation | 2023-05-11 | 2 | -3/+1 | |
| | |||||
* | Write missing documentation in `iced_widget` | 2023-05-11 | 5 | -1/+15 | |
| | |||||
* | Write missing documentation in `iced_graphics` | 2023-05-11 | 1 | -3/+3 | |
| |