Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-07-21 | refactored window storage; | 1 | -0/+0 | ||
new helper window events (Destroyed, Created); clippy + fmt; | |||||
2023-02-28 | Removed glutin MW support and reverted glutin changes back to Iced master ↵ | 1 | -5/+3 | ||
since it's being axed as we speak. | |||||
2023-02-24 | Remove `iced_glow`, `glyph-brush`, and `wgpu_glyph` dependencies | 5 | -418/+0 | ||
2023-02-17 | Use `f32` in `Length::Units` and rename it to `Fixed` | 1 | -1/+1 | ||
2023-01-27 | Fix: Clippy lint 'uninlined_format_args' | 2 | -2/+2 | ||
2023-01-09 | move window settings to `iced_native` | 1 | -1/+2 | ||
2023-01-09 | use `glutin/multi_window` branch | 1 | -2/+2 | ||
2023-01-09 | add `window::Id` to `Event` and `Action` | 1 | -0/+2 | ||
2022-07-27 | Replace stateful widgets with new `iced_pure` API | 1 | -8/+5 | ||
2022-07-09 | Fix `clippy` lints for all crates and features | 1 | -3/+2 | ||
... and check those in CI as well! | |||||
2022-07-08 | Add `Style` variant support to `application::StyleSheet` | 1 | -1/+5 | ||
2022-06-29 | Introduce `StyleSheet` for `Text` widget | 1 | -2/+2 | ||
2022-05-14 | Draft first-class `Theme` support | 1 | -0/+1 | ||
RFC: https://github.com/iced-rs/rfcs/pull/6 | |||||
2022-02-09 | Update Rust edition to 2021 :tada: | 1 | -1/+1 | ||
2022-01-19 | Export `glow` in `iced_glow` | 3 | -2/+1 | ||
2022-01-19 | Export `iced_winit::conversion` in `iced_glutin` | 1 | -5/+5 | ||
2022-01-02 | Fix memory leak in opengl integration example | 2 | -1/+4 | ||
2021-11-05 | Rename `Renderer::present` to `with_primitives` | 1 | -1/+1 | ||
2021-10-31 | Rewrite cursor icon logic for `integration_opengl` example | 1 | -6/+5 | ||
2021-10-31 | Remove `widget` module re-exports in `iced_native` | 1 | -5/+3 | ||
2021-10-18 | Introduce `mouse_interaction` method to `Widget` trait | 1 | -1/+0 | ||
2021-10-14 | Remove trait-specific draw logic in `iced_native` | 1 | -11/+15 | ||
2021-10-04 | Update README.md | 1 | -1/+1 | ||
2021-09-20 | Refactor alignment types into an `alignment` module | 1 | -4/+5 | ||
2021-09-20 | Introduce and use `CrossAlign` enum for `Column` and `Row` | 1 | -3/+3 | ||
2021-09-02 | Make `Command` implementations platform-specific | 1 | -8/+3 | ||
This allows us to introduce a platform-specific `Action` to both `iced_native` and `iced_web` and remove the `Clipboard` from `Application::update` to maintain purity. Additionally, this should let us implement further actions to let users query and modify the shell environment (e.g. window, clipboard, and more!) | |||||
2021-08-13 | Fix `panic!` warnings in `integration_opengl` example | 2 | -2/+8 | ||
2021-08-13 | Fix formatting of `integration_opengl` example | 1 | -3/+9 | ||
2021-08-13 | Rename `integration` examples | 5 | -0/+407 | ||