Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Merge pull request #1429 from pheki/remove-pure-docs-rs | 2022-09-07 | 1 | -1/+1 | ||
|\ \ \ | |/ / |/| | | ||||||
| * | | Remove old pure feature from docs.rs build metadata | 2022-08-31 | 1 | -1/+1 | ||
|/ / | ||||||
* | | Merge pull request #1410 from wyatt-herkamp/0.27_update | 2022-08-29 | 6 | -16/+20 | ||
|\ \ | ||||||
| * | | Return `Mode::Hidden` in `window::Action::FetchMode` | 2022-08-29 | 1 | -1/+5 | ||
| * | | Update `winit` and `glutin` forks | 2022-08-29 | 6 | -15/+15 | ||
|/ / | ||||||
* | | Merge pull request #1424 from mtkennerly/bugfix/pane-grid-undraggable-area-wh... | 2022-08-27 | 1 | -9/+15 | ||
|\ \ | ||||||
| * | | When pane grid title bar is cramped, still show content until hover and allow... | 2022-08-27 | 1 | -9/+15 | ||
|/ / | ||||||
* | | Merge pull request #1423 from iced-rs/feature/element-explain | 2022-08-26 | 2 | -13/+193 | ||
|\ \ | ||||||
| * | | Reintroduce `Element::explain` | 2022-08-26 | 2 | -13/+193 | ||
* | | | Merge pull request #1422 from iced-rs/fix/invisible-window | 2022-08-26 | 3 | -38/+12 | ||
|\ \ \ | ||||||
| * | | | Fix invisible window on Windows | 2022-08-26 | 3 | -38/+12 | ||
| |/ / | ||||||
* | | | Merge pull request #1421 from iced-rs/fix/tooltip-mouse-interaction | 2022-08-26 | 1 | -1/+1 | ||
|\ \ \ | |/ / |/| | | ||||||
| * | | Fix incorrect layout in `mouse_interaction` for `Tooltip` | 2022-08-26 | 1 | -1/+1 | ||
|/ / | ||||||
* | | Merge pull request #1389 from iced-rs/refactor-window-mode | 2022-08-18 | 15 | -99/+148 | ||
|\ \ | ||||||
| * | | Implement `SetMode` and `FetchMode` window actions | 2022-08-18 | 7 | -5/+123 | ||
| * | | Remove `window::Mode` and introduce `Settings::visible` | 2022-08-18 | 11 | -121/+52 | ||
|/ / | ||||||
* | | Merge pull request #1414 from tarkah/fix/tooltip-inside-scrollable | 2022-08-17 | 1 | -2/+7 | ||
|\ \ | ||||||
| * | | Don't constrict tooltip text layout to viewport size | 2022-08-17 | 1 | -2/+7 | ||
|/ / | ||||||
* | | Merge pull request #1405 from tarkah/fix/tooltip-inside-scrollable | 2022-08-17 | 1 | -16/+28 | ||
|\ \ | ||||||
| * | | Add snap within viewport builder | 2022-08-17 | 1 | -15/+27 | ||
| * | | Don't clip tooltip | 2022-08-17 | 1 | -1/+1 | ||
* | | | Merge pull request #1409 from wuxianucw/master | 2022-08-17 | 1 | -1/+1 | ||
|\ \ \ | |/ / |/| | | ||||||
| * | | Use `FnOnce` in `Command::perform` | 2022-08-17 | 6 | -11/+11 | ||
| * | | Relax `Fn` trait bounds in `Command` & `Action` | 2022-08-12 | 6 | -12/+12 | ||
* | | | Fix latest `clippy` lints | 2022-08-17 | 6 | -7/+7 | ||
* | | | Merge pull request #1411 from tarkah/fix/canvas-with-clip-text | 2022-08-16 | 1 | -1/+1 | ||
|\ \ \ | |/ / |/| | | ||||||
| * | | Don't double translate text clip | 2022-08-15 | 1 | -1/+1 | ||
|/ / | ||||||
* | | Merge pull request #1402 from tarkah/fix/component-operate | 2022-08-09 | 1 | -0/+42 | ||
|\ \ | ||||||
| * | | Impl operate for Component widget | 2022-08-07 | 1 | -0/+42 | ||
|/ / | ||||||
* | | Remove `iced_pure` from `document` workflow | 2022-08-06 | 1 | -1/+0 | ||
* | | Merge pull request #1393 from iced-rs/deprecate-stateful-widgets | 2022-08-06 | 160 | -14882/+4566 | ||
|\ \ | ||||||
| * | | Lay out `UserInterface` after diffing | 2022-08-05 | 1 | -3/+3 | ||
| * | | Merge pull request #1399 from iced-rs/widget-operations | 2022-08-05 | 29 | -100/+977 | ||
| |\ \ | ||||||
| | * | | Fix documentation in `operation::focusable` | 2022-08-05 | 1 | -3/+4 | ||
| | * | | Remove `widget::state` leftover file | 2022-08-05 | 1 | -1/+0 | ||
| | * | | Write missing documentation in `iced_native` | 2022-08-05 | 8 | -2/+81 | ||
| | * | | Implement `scrollable::snap_to` operation | 2022-08-04 | 13 | -205/+294 | ||
| | * | | Implement `focus_previous` operation | 2022-08-04 | 3 | -11/+59 | ||
| | * | | Build `UserInterface` only once on `Outcome::Chain` | 2022-08-02 | 1 | -9/+9 | ||
| | * | | Implement `focus_next` operation | 2022-08-02 | 4 | -13/+154 | ||
| | * | | Fix `clippy` lints :tada: | 2022-07-28 | 2 | -8/+6 | ||
| | * | | Focus text inputs in `todos` example | 2022-07-28 | 3 | -5/+31 | ||
| | * | | Implement `Widget::operate` for `TextInput` | 2022-07-28 | 12 | -22/+178 | ||
| | * | | Draft widget operations | 2022-07-28 | 16 | -55/+395 | ||
| |/ / | ||||||
| * | | Fix uninitialized `Tree` in `overlay::Menu` | 2022-07-28 | 1 | -0/+2 | ||
| * | | Remove `pure` leftovers in `iced_graphics` | 2022-07-27 | 4 | -325/+0 | ||
| * | | Fix `clippy` lints | 2022-07-27 | 4 | -11/+11 | ||
| * | | Enable `arc` example | 2022-07-27 | 3 | -4/+7 | ||
| * | | Update `counter` example in `README` :tada: | 2022-07-27 | 1 | -25/+14 | ||
| * | | Use `ToString` for `Text::new` instead of `Into<String>` | 2022-07-27 | 5 | -12/+13 |