Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Introduce `daemon` API and unify shell runtimes | 2024-06-19 | 1 | -221/+0 | |
| | |||||
* | Leverage `DefaultStyle` traits instead of `Default` | 2024-03-07 | 1 | -2/+2 | |
| | |||||
* | Simplify theming for `Application` | 2024-03-06 | 1 | -5/+5 | |
| | |||||
* | Convert `Renderer::Theme` to generic `Widget` type | 2024-01-21 | 1 | -5/+4 | |
| | |||||
* | Update `winit` to `0.29.4` | 2023-12-15 | 1 | -11/+13 | |
| | |||||
* | Merge branch 'master' into feat/multi-window-support | 2023-11-29 | 1 | -3/+1 | |
|\ | |||||
| * | Revert "Chore: Apply clippy map transformations" | 2023-09-20 | 1 | -1/+2 | |
| | | | | | | | | This reverts commit c997aad85d7ee6e77085e50e5e599002549d228f. | ||||
| * | Chore: Apply clippy map transformations | 2023-09-19 | 1 | -2/+1 | |
| | | | | | | | | Convert `.map().unwrap_or()` to `.map_or()` and similar transformations. | ||||
| * | Fix majority of unresolved documentation links | 2023-09-09 | 1 | -3/+1 | |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into feat/multi-window-support | 2023-07-12 | 1 | -17/+24 | |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # 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 | ||||
| * | Extend cursor availability to the shell level | 2023-06-08 | 1 | -13/+16 | |
| | | |||||
| * | Rename `iced_native` to `iced_runtime` | 2023-03-05 | 1 | -1/+1 | |
| | | |||||
| * | Create `iced_widget` subcrate and re-organize the whole codebase | 2023-03-04 | 1 | -5/+9 | |
| | | |||||
| * | Fix: Clippy lint 'uninlined_format_args' | 2023-01-27 | 1 | -2/+2 | |
| | | |||||
* | | Added tracing to multi_window applications | 2023-01-13 | 1 | -101/+0 | |
|/ | |||||
* | Restructured everything to make profiling a feature of iced_winit. | 2023-01-09 | 1 | -0/+101 | |
| | |||||
* | Introduce `Custom` variants for every style in the built-in `Theme` | 2022-11-09 | 1 | -2/+2 | |
| | |||||
* | 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 | |
| | |||||
* | Remove `window::Mode` and introduce `Settings::visible` | 2022-08-18 | 1 | -18/+1 | |
| | | | | Additionally, only show the window once one frame has been rendered to avoid blank flashes on Windows. | ||||
* | Add `Style` variant support to `application::StyleSheet` | 2022-07-08 | 1 | -4/+36 | |
| | |||||
* | Let a `Theme` control the background color of an application | 2022-05-25 | 1 | -12/+1 | |
| | | | | ... and remove `Application::background_color` | ||||
* | Revert system menus support | 2021-09-15 | 1 | -18/+1 | |
| | | | | | | The current implementation has some important issues on Windows. We will reintroduce the feature once we figure them out! I have kept some of the changes in #945, like the new `keyboard::Modifiers` powered by `bitflags`. | ||||
* | Store and synchronize `Menu` in `application::State` | 2021-07-12 | 1 | -3/+18 | |
| | |||||
* | Initial menu implementation | 2021-07-05 | 1 | -0/+2 | |
| | |||||
* | use Mode::Hidden instead | 2021-04-09 | 1 | -12/+2 | |
| | |||||
* | add window visibility | 2021-04-08 | 1 | -0/+12 | |
| | |||||
* | Change cursor position on touch event | 2020-12-15 | 1 | -2/+5 | |
| | |||||
* | Use recently stabilized intra-doc links | 2020-11-26 | 1 | -34/+1 | |
| | | | | See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md | ||||
* | Write missing documentation in `iced_winit` | 2020-11-06 | 1 | -0/+54 | |
| | |||||
* | Relayout `UserInterface` on resize in `iced_winit` | 2020-11-05 | 1 | -0/+10 | |
| | |||||
* | Introduce `application::State` in `iced_winit` | 2020-11-05 | 1 | -0/+171 | |