summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix latest `clippy` lintsLibravatar Héctor Ramón Jiménez2022-09-233-18/+16
* Merge pull request #1107 from RamType0/TextContentByCowLibravatar Héctor Ramón2022-09-216-22/+26
|\
| * Take `Cow` in `Text::new`Libravatar Ram.Type-02022-09-216-22/+26
|/
* Merge pull request #1425 from 0x192/masterLibravatar Héctor Ramón2022-09-212-0/+17
|\
| * Expose `overlay::Element`Libravatar Héctor Ramón Jiménez2022-09-211-0/+7
| * Fix doc comments in `overlay`Libravatar Héctor Ramón Jiménez2022-09-211-3/+2
| * Make menu style accessibleLibravatar 0x1922022-09-212-0/+11
* | Merge pull request #1437 from wash2/window_size_syncLibravatar Héctor Ramón2022-09-201-5/+9
|\ \
| * | Improve code styling in `application::State`Libravatar Héctor Ramón Jiménez2022-09-201-10/+6
| * | fix: formattingLibravatar Ashley Wulber2022-09-101-2/+7
| * | fix: sync size of window and viewportLibravatar Ashley Wulber2022-09-101-3/+6
* | | Merge pull request #1440 from ids1024/moveLibravatar Héctor Ramón2022-09-201-0/+2
|\ \ \ | |_|/ |/| |
| * | Document that `window::Action::Move` is unsupported on WaylandLibravatar Ian Douglas Scott2022-09-151-0/+2
|/ /
* | Make `Cache::clear` immutableLibravatar Héctor Ramón Jiménez2022-09-131-1/+1
* | Merge pull request #1433 from 13r0ck/integration-docsLibravatar Héctor Ramón2022-09-081-3/+4
|\ \
| * | Update docs for renamed integration examplesLibravatar 13r0ck2022-09-071-3/+4
* | | Merge pull request #1434 from fralonra/patch-3Libravatar Héctor Ramón2022-09-081-1/+1
|\ \ \ | |_|/ |/| |
| * | Update docs for running `integration_wgpu` exampleLibravatar Zoron2022-09-081-1/+1
|/ /
* | Merge pull request #1429 from pheki/remove-pure-docs-rsLibravatar Héctor Ramón2022-09-071-1/+1
|\ \ | |/ |/|
| * Remove old pure feature from docs.rs build metadataLibravatar Aphek2022-08-311-1/+1
|/
* Merge pull request #1410 from wyatt-herkamp/0.27_updateLibravatar Héctor Ramón2022-08-296-16/+20
|\
| * Return `Mode::Hidden` in `window::Action::FetchMode`Libravatar Héctor Ramón Jiménez2022-08-291-1/+5
| * Update `winit` and `glutin` forksLibravatar Wyatt Herkamp2022-08-296-15/+15
|/
* Merge pull request #1424 from mtkennerly/bugfix/pane-grid-undraggable-area-wh...Libravatar Héctor Ramón2022-08-271-9/+15
|\
| * When pane grid title bar is cramped, still show content until hover and allow...Libravatar Matthew Kennerly2022-08-271-9/+15
|/
* Merge pull request #1423 from iced-rs/feature/element-explainLibravatar Héctor Ramón2022-08-262-13/+193
|\
| * Reintroduce `Element::explain`Libravatar Héctor Ramón Jiménez2022-08-262-13/+193
* | Merge pull request #1422 from iced-rs/fix/invisible-windowLibravatar Héctor Ramón2022-08-263-38/+12
|\ \
| * | Fix invisible window on WindowsLibravatar Héctor Ramón Jiménez2022-08-263-38/+12
| |/
* | Merge pull request #1421 from iced-rs/fix/tooltip-mouse-interactionLibravatar Héctor Ramón2022-08-261-1/+1
|\ \ | |/ |/|
| * Fix incorrect layout in `mouse_interaction` for `Tooltip`Libravatar Héctor Ramón Jiménez2022-08-261-1/+1
|/
* Merge pull request #1389 from iced-rs/refactor-window-modeLibravatar Héctor Ramón2022-08-1815-99/+148
|\
| * 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
|/
* 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 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
|\
| * 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
|\ \ | |/ |/|
| * Use `FnOnce` in `Command::perform`Libravatar Héctor Ramón Jiménez2022-08-176-11/+11
| * 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 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 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
|\
| * Lay out `UserInterface` after diffingLibravatar Héctor Ramón Jiménez2022-08-051-3/+3