Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-04-21 | Use `find(..)` instead of `filter(..).next()` | 1 | -2/+1 | ||
2023-04-21 | Use point-free notation | 1 | -1/+1 | ||
2023-04-20 | wgpu 0.16 | 1 | -2/+1 | ||
2023-04-13 | Fix Wasm target for `integration_wgpu` | 1 | -1/+2 | ||
2023-04-13 | Update `env_logger` in `integration_wgpu` example | 1 | -1/+1 | ||
2023-04-13 | Get surface capabilities only once in `iced_wgpu` | 1 | -5/+4 | ||
2023-04-13 | Update `wgpu` to `0.15` | 1 | -14/+23 | ||
2023-04-12 | Rename `on_change` to `on_input` for `TextInput` | 1 | -1/+1 | ||
2023-04-12 | Introduce disabled state for `TextInput` | 1 | -5/+4 | ||
2023-02-24 | Remove `iced_glow`, `glyph-brush`, and `wgpu_glyph` dependencies | 9 | -594/+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 | add `window::Id` to `Event` and `Action` | 1 | -2/+3 | ||
2023-01-09 | Restructured everything to make profiling a feature of iced_winit. | 2 | -8/+0 | ||
2023-01-09 | Initial profiling support for Iced. | 2 | -0/+8 | ||
2022-11-01 | Remove inconsistent `wgpu` imports | 1 | -3/+2 | ||
2022-11-01 | Update `wgpu` to `0.14` and `wgpu_glyph` to `0.18` | 1 | -0/+3 | ||
2022-09-26 | Recreate `Viewport` on `RedrawRequested` in `integration_wgpu` | 1 | -6/+6 | ||
2022-09-08 | Update docs for running `integration_wgpu` example | 1 | -1/+1 | ||
2022-07-27 | Replace stateful widgets with new `iced_pure` API | 1 | -15/+6 | ||
2022-07-09 | Fix `clippy` lints for all crates and features | 3 | -42/+39 | ||
... and check those in CI as well! | |||||
2022-07-08 | Add `Style` variant support to `application::StyleSheet` | 1 | -1/+5 | ||
2022-07-03 | Use `expect` in `integration_wgpu` example | 1 | -1/+5 | ||
... together with `first` and `copied`. | |||||
2022-07-02 | update `wgpu` to `0.13` | 4 | -23/+15 | ||
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-28 | Experimental wgpu WebGL backend support | 11 | -37/+162 | ||
- Added missing `draw_cache_align_4x4` call for `brush_glyph` on wasm32 target - Added WebGL support to `integratio_wgpu` example - Fixed test.yml CI workflow - Removed spir-v shader in `integration_wgpu`; Fixed formatting - Removed redundant `BoxStream` typedef | |||||
2022-01-04 | Fix `integration_wgpu` example | 1 | -0/+1 | ||
2021-11-05 | Rename `Renderer::present` to `with_primitives` | 1 | -1/+1 | ||
2021-10-31 | Rewrite cursor icon logic for `integration_wgpu` example | 1 | -5/+5 | ||
2021-10-31 | Remove `widget` module re-exports in `iced_native` | 1 | -4/+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 | -14/+16 | ||
2021-10-13 | Update wgpu to 0.11 | 1 | -2/+4 | ||
2021-09-20 | Refactor alignment types into an `alignment` module | 1 | -3/+3 | ||
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-25 | Add spaces around `iced_wgpu` feature list in `Cargo.toml` of `integration_wgpu` | 1 | -1/+1 | ||
2021-08-19 | wgpu: Update to 0.10 | 3 | -18/+20 | ||
2021-08-13 | Update `README` in `examples` directory | 1 | -2/+1 | ||
2021-08-13 | Rename `integration` examples | 7 | -0/+479 | ||