summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Implement `SetMode` and `FetchMode` window actionsLibravatar Héctor Ramón Jiménez2022-08-187-5/+123
|
* Remove `window::Mode` and introduce `Settings::visible`Libravatar Héctor Ramón Jiménez2022-08-1811-121/+52
| | | | Additionally, only show the window once one frame has been rendered to avoid blank flashes on Windows.
* Merge pull request #1414 from tarkah/fix/tooltip-inside-scrollableLibravatar Héctor Ramón2022-08-171-2/+7
|\ | | | | Don't constrict tooltip text layout to viewport size
| * Don't constrict tooltip text layout to viewport sizeLibravatar Cory Forsstrom2022-08-171-2/+7
|/
* Merge pull request #1405 from tarkah/fix/tooltip-inside-scrollableLibravatar Héctor Ramón2022-08-171-16/+28
|\ | | | | Fix Tooltip inside Scrollable
| * Add snap within viewport builderLibravatar Cory Forsstrom2022-08-171-15/+27
| |
| * Don't clip tooltipLibravatar Cory Forsstrom2022-08-171-1/+1
| |
* | Merge pull request #1409 from wuxianucw/masterLibravatar Héctor Ramón2022-08-171-1/+1
|\ \ | |/ |/| Relax `Fn` trait bounds in `Command` & `Action`
| * Use `FnOnce` in `Command::perform`Libravatar Héctor Ramón Jiménez2022-08-176-11/+11
| | | | | | | | ... and revert `FnMut` usage.
| * Relax `Fn` trait bounds in `Command` & `Action`Libravatar 无限UCW2022-08-126-12/+12
| |
* | Fix latest `clippy` lintsLibravatar Héctor Ramón Jiménez2022-08-176-7/+7
| |
* | Merge pull request #1411 from tarkah/fix/canvas-with-clip-textLibravatar Héctor Ramón2022-08-161-1/+1
|\ \ | |/ |/| Don't double translate text clip inside canvas
| * Don't double translate text clipLibravatar Cory Forsstrom2022-08-151-1/+1
|/
* Merge pull request #1402 from tarkah/fix/component-operateLibravatar Héctor Ramón2022-08-091-0/+42
|\ | | | | Impl operate for Component widget
| * Impl operate for Component widgetLibravatar tarkah2022-08-071-0/+42
|/
* Remove `iced_pure` from `document` workflowLibravatar Héctor Ramón Jiménez2022-08-061-1/+0
|
* Merge pull request #1393 from iced-rs/deprecate-stateful-widgetsLibravatar Héctor Ramón2022-08-06160-14882/+4566
|\ | | | | Replace stateful widgets with the new `iced_pure` API
| * Lay out `UserInterface` after diffingLibravatar Héctor Ramón Jiménez2022-08-051-3/+3
| |
| * Merge pull request #1399 from iced-rs/widget-operationsLibravatar Héctor Ramón2022-08-0529-100/+977
| |\ | | | | | | Widget Operations
| | * Fix documentation in `operation::focusable`Libravatar Héctor Ramón Jiménez2022-08-051-3/+4
| | |
| | * Remove `widget::state` leftover fileLibravatar Héctor Ramón Jiménez2022-08-051-1/+0
| | |
| | * Write missing documentation in `iced_native`Libravatar Héctor Ramón Jiménez2022-08-058-2/+81
| | |
| | * Implement `scrollable::snap_to` operationLibravatar Héctor Ramón Jiménez2022-08-0413-205/+294
| | |
| | * Implement `focus_previous` operationLibravatar Héctor Ramón Jiménez2022-08-043-11/+59
| | |
| | * Build `UserInterface` only once on `Outcome::Chain`Libravatar Héctor Ramón Jiménez2022-08-021-9/+9
| | |
| | * Implement `focus_next` operationLibravatar Héctor Ramón Jiménez2022-08-024-13/+154
| | | | | | | | | | | | ... as well as a `count_focusable` composable helper!
| | * Fix `clippy` lints :tada:Libravatar Héctor Ramón Jiménez2022-07-282-8/+6
| | |
| | * Focus text inputs in `todos` exampleLibravatar Héctor Ramón Jiménez2022-07-283-5/+31
| | |
| | * Implement `Widget::operate` for `TextInput`Libravatar Héctor Ramón Jiménez2022-07-2812-22/+178
| | |
| | * Draft widget operationsLibravatar Héctor Ramón Jiménez2022-07-2816-55/+395
| |/
| * Fix uninitialized `Tree` in `overlay::Menu`Libravatar Héctor Ramón Jiménez2022-07-281-0/+2
| |
| * Remove `pure` leftovers in `iced_graphics`Libravatar Héctor Ramón Jiménez2022-07-274-325/+0
| |
| * Fix `clippy` lintsLibravatar Héctor Ramón Jiménez2022-07-274-11/+11
| |
| * Enable `arc` exampleLibravatar Héctor Ramón Jiménez2022-07-273-4/+7
| |
| * Update `counter` example in `README` :tada:Libravatar Héctor Ramón Jiménez2022-07-271-25/+14
| |
| * Use `ToString` for `Text::new` instead of `Into<String>`Libravatar Héctor Ramón Jiménez2022-07-275-12/+13
| |
| * Replace stateful widgets with new `iced_pure` APILibravatar Héctor Ramón Jiménez2022-07-27142-14448/+3585
| |
* | Bump `websocket` example version to fix `audit` workflowLibravatar Héctor Ramón Jiménez2022-08-041-1/+1
| |
* | Merge pull request #1396 from nicksenger/style/menu-border-radiusLibravatar Héctor Ramón2022-08-043-2/+4
|\ \ | |/ |/| Allow specification of `border_radius` for `pick_list::Menu`
| * feat: allow specification of `border_radius` for `pick_list::Menu`Libravatar Nick Senger2022-08-023-2/+4
|/
* Merge pull request #1326 from maxwell8888/masterLibravatar Héctor Ramón2022-07-275-0/+491
|\ | | | | add pure version of color_palette example
| * Fix small lint in `pure_color_palette` exampleLibravatar Héctor Ramón Jiménez2022-07-271-1/+1
| |
| * add pure version of color_palette exampleLibravatar Max Unsted2022-07-275-0/+491
|/
* Merge pull request #1390 from iced-rs/fix/container-layoutLibravatar Héctor Ramón2022-07-194-2/+17
|\ | | | | Fix `max_width` and `max_height` for `Container`
| * Fix `max_height` for `Scrollable`Libravatar Héctor Ramón Jiménez2022-07-182-1/+4
| |
| * Fix `max_width` and `max_height` for `Container`Libravatar Héctor Ramón Jiménez2022-07-182-1/+13
|/
* Merge pull request #1387 from Luni-4/ci-improvementsLibravatar Héctor Ramón2022-07-153-4/+4
|\ | | | | CI improvements
| * test-ci: Use modern workspace option instead of allLibravatar Luni-42022-07-141-2/+2
| |
| * format-ci: Add verbose option for format lintsLibravatar Luni-42022-07-141-1/+1
| |
| * lint-ci: Consider clippy warnings as errorsLibravatar Luni-42022-07-141-1/+1
| |