Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2025-02-21 | Run `cargo fmt` | 1 | -1/+1 | ||
2025-02-02 | Refactor and simplify `input_method` API | 1 | -11/+1 | ||
2025-02-02 | Run `cargo fmt` and fix lints | 1 | -4/+2 | ||
2025-02-02 | Draft `input_method` support | 1 | -1/+13 | ||
2024-12-10 | Add image and hash snapshot-based testing to `iced_test` | 1 | -13/+14 | ||
2024-11-05 | Draft `reactive-rendering` feature for `button` | 1 | -1/+4 | ||
2024-06-19 | Introduce `daemon` API and unify shell runtimes | 1 | -16/+16 | ||
2024-03-07 | Leverage `DefaultStyle` traits instead of `Default` | 1 | -3/+3 | ||
2024-03-06 | Simplify theming for `Application` | 1 | -9/+7 | ||
2024-01-21 | Convert `Renderer::Theme` to generic `Widget` type | 1 | -6/+5 | ||
2023-12-15 | Update `winit` to `0.29.4` | 1 | -11/+13 | ||
2023-12-02 | Refactor `Windows` abstraction into `WindowManager` | 1 | -2/+2 | ||
2023-11-29 | Fix broken intra-doc links | 1 | -3/+1 | ||
2023-07-21 | refactored window storage; | 1 | -36/+60 | ||
new helper window events (Destroyed, Created); clippy + fmt; | |||||
2023-03-15 | Added per-window theme support. | 1 | -2/+2 | ||
2023-03-13 | Code cleanup, clearer comments + removed some unnecessary dupe; | 1 | -1/+1 | ||
Removed `Frames` struct return for `window::frames()` since we are just redrawing every window anyways; Interface dropping; | |||||
2023-02-28 | Removed glutin MW support and reverted glutin changes back to Iced master ↵ | 1 | -4/+3 | ||
since it's being axed as we speak. | |||||
2023-01-18 | Added window::Id to multi_window application's scale_factor | 1 | -2/+2 | ||
2023-01-09 | Formatting | 1 | -3/+6 | ||
2023-01-09 | Implemented window title update functionality for multiwindow. | 1 | -8/+6 | ||
2023-01-09 | merged in iced master | 1 | -2/+2 | ||
2023-01-09 | remove `windows` method (use commands instead) | 1 | -23/+1 | ||
2023-01-09 | Allow closing the window from user code | 1 | -0/+11 | ||
2023-01-09 | what is this | 1 | -9/+7 | ||
2023-01-09 | Introduce opaque `window::Id` type | 1 | -1/+2 | ||
2023-01-09 | Synchronize window list with `windows` method | 1 | -2/+20 | ||
2023-01-09 | Introduce `multi_window` in `iced_winit` | 1 | -12/+9 | ||
2022-11-09 | Introduce `Custom` variants for every style in the built-in `Theme` | 1 | -2/+2 | ||
2022-09-20 | Improve code styling in `application::State` | 1 | -10/+6 | ||
2022-09-10 | fix: formatting | 1 | -2/+7 | ||
2022-09-10 | fix: sync size of window and viewport | 1 | -3/+6 | ||
2022-08-18 | Remove `window::Mode` and introduce `Settings::visible` | 1 | -18/+1 | ||
Additionally, only show the window once one frame has been rendered to avoid blank flashes on Windows. | |||||
2022-07-08 | Add `Style` variant support to `application::StyleSheet` | 1 | -4/+36 | ||
2022-05-25 | Let a `Theme` control the background color of an application | 1 | -12/+1 | ||
... and remove `Application::background_color` | |||||
2021-09-15 | Revert system menus support | 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`. | |||||
2021-07-12 | Store and synchronize `Menu` in `application::State` | 1 | -3/+18 | ||
2021-07-05 | Initial menu implementation | 1 | -0/+2 | ||
2021-04-09 | use Mode::Hidden instead | 1 | -12/+2 | ||
2021-04-08 | add window visibility | 1 | -0/+12 | ||
2020-12-15 | Change cursor position on touch event | 1 | -2/+5 | ||
2020-11-26 | Use recently stabilized intra-doc links | 1 | -34/+1 | ||
See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md | |||||
2020-11-06 | Write missing documentation in `iced_winit` | 1 | -0/+54 | ||
2020-11-05 | Relayout `UserInterface` on resize in `iced_winit` | 1 | -0/+10 | ||
2020-11-05 | Introduce `application::State` in `iced_winit` | 1 | -0/+171 | ||