Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix latest `clippy` lints | 2022-09-23 | 3 | -18/+16 | |
| | |||||
* | Merge pull request #1107 from RamType0/TextContentByCow | 2022-09-21 | 6 | -22/+26 | |
|\ | | | | | Text content by cow | ||||
| * | Take `Cow` in `Text::new` | 2022-09-21 | 6 | -22/+26 | |
|/ | |||||
* | Merge pull request #1425 from 0x192/master | 2022-09-21 | 2 | -0/+17 | |
|\ | | | | | Make `overlay::menu` accessible | ||||
| * | Expose `overlay::Element` | 2022-09-21 | 1 | -0/+7 | |
| | | |||||
| * | Fix doc comments in `overlay` | 2022-09-21 | 1 | -3/+2 | |
| | | |||||
| * | Make menu style accessible | 2022-09-21 | 2 | -0/+11 | |
| | | |||||
* | | Merge pull request #1437 from wash2/window_size_sync | 2022-09-20 | 1 | -5/+9 | |
|\ \ | | | | | | | fix: sync size of window and viewport | ||||
| * | | Improve code styling in `application::State` | 2022-09-20 | 1 | -10/+6 | |
| | | | |||||
| * | | fix: formatting | 2022-09-10 | 1 | -2/+7 | |
| | | | |||||
| * | | fix: sync size of window and viewport | 2022-09-10 | 1 | -3/+6 | |
| | | | |||||
* | | | Merge pull request #1440 from ids1024/move | 2022-09-20 | 1 | -0/+2 | |
|\ \ \ | |_|/ |/| | | Document that `window::Action::Move` is unsupported on Wayland | ||||
| * | | Document that `window::Action::Move` is unsupported on Wayland | 2022-09-15 | 1 | -0/+2 | |
|/ / | | | | | | | | | | | | | | | | | https://docs.rs/winit/latest/winit/window/struct.Window.html#method.set_outer_position notes that this isn't supported on Wayland. Wayland by design doesn't allow applications to position windows arbitrarily. GTK4 in comparison removed `gtk_window_move()` (which naturally didn't work on Wayland). | ||||
* | | Make `Cache::clear` immutable | 2022-09-13 | 1 | -1/+1 | |
| | | |||||
* | | Merge pull request #1433 from 13r0ck/integration-docs | 2022-09-08 | 1 | -3/+4 | |
|\ \ | | | | | | | Update docs for renamed integration examples | ||||
| * | | Update docs for renamed integration examples | 2022-09-07 | 1 | -3/+4 | |
| | | | | | | | | | | | | | | | | | | The integration examples were renamed in 77a0b68aa176782e95048795aec15c20a3e60ec6 , this just updates the docs to point to the updates links. | ||||
* | | | Merge pull request #1434 from fralonra/patch-3 | 2022-09-08 | 1 | -1/+1 | |
|\ \ \ | |_|/ |/| | | Update docs for running `integration_wgpu` example | ||||
| * | | Update docs for running `integration_wgpu` example | 2022-09-08 | 1 | -1/+1 | |
|/ / | |||||
* | | 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 | ||||
| * | 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 | |
|\ | | | | | Update `winit` to `0.27` and `glutin` to `0.29` | ||||
| * | Return `Mode::Hidden` in `window::Action::FetchMode` | 2022-08-29 | 1 | -1/+5 | |
| | | | | | | | | ... when the window is not visible. | ||||
| * | Update `winit` and `glutin` forks | 2022-08-29 | 6 | -15/+15 | |
|/ | |||||
* | Merge pull request #1424 from ↵ | 2022-08-27 | 1 | -9/+15 | |
|\ | | | | | | | | | mtkennerly/bugfix/pane-grid-undraggable-area-when-cramped When pane grid title bar is cramped, still show content until hover and allow dragging where content would've been | ||||
| * | When pane grid title bar is cramped, still show content until hover and ↵ | 2022-08-27 | 1 | -9/+15 | |
|/ | | | | allow dragging where content would've been | ||||
* | Merge pull request #1423 from iced-rs/feature/element-explain | 2022-08-26 | 2 | -13/+193 | |
|\ | | | | | Reintroduce `Element::explain` | ||||
| * | 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 | ||||
| * | | Fix invisible window on Windows | 2022-08-26 | 3 | -38/+12 | |
| |/ | | | | | | | | | ... by reverting the changes that were supposed to hide the window initially and only show it after rendering the first frame. | ||||
* | | 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` | ||||
| * | 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 | |
|\ | | | | | Replace `window::Mode` with window commands | ||||
| * | 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 | |
|/ | | | | 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-scrollable | 2022-08-17 | 1 | -2/+7 | |
|\ | | | | | Don't constrict tooltip text layout to viewport size | ||||
| * | 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 | |
|\ | | | | | Fix Tooltip inside Scrollable | ||||
| * | 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 | |
|\ \ | |/ |/| | Relax `Fn` trait bounds in `Command` & `Action` | ||||
| * | Use `FnOnce` in `Command::perform` | 2022-08-17 | 6 | -11/+11 | |
| | | | | | | | | ... and revert `FnMut` usage. | ||||
| * | 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 inside canvas | ||||
| * | 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 | ||||
| * | 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 | |
|\ | | | | | Replace stateful widgets with the new `iced_pure` API | ||||
| * | Lay out `UserInterface` after diffing | 2022-08-05 | 1 | -3/+3 | |
| | |