Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove `iced_glow`, `glyph-brush`, and `wgpu_glyph` dependencies | 2023-02-24 | 5 | -513/+0 | |
| | |||||
* | Use `f32` in `Length::Units` and rename it to `Fixed` | 2023-02-17 | 1 | -1/+1 | |
| | |||||
* | Fix: Clippy lint 'uninlined_format_args' | 2023-01-27 | 2 | -2/+2 | |
| | |||||
* | Remove inconsistent `wgpu` imports | 2022-11-01 | 1 | -3/+2 | |
| | |||||
* | Update `wgpu` to `0.14` and `wgpu_glyph` to `0.18` | 2022-11-01 | 1 | -0/+3 | |
| | |||||
* | Recreate `Viewport` on `RedrawRequested` in `integration_wgpu` | 2022-09-26 | 1 | -6/+6 | |
| | |||||
* | Replace stateful widgets with new `iced_pure` API | 2022-07-27 | 1 | -15/+6 | |
| | |||||
* | Fix `clippy` lints for all crates and features | 2022-07-09 | 3 | -42/+39 | |
| | | | | ... and check those in CI as well! | ||||
* | Add `Style` variant support to `application::StyleSheet` | 2022-07-08 | 1 | -1/+5 | |
| | |||||
* | Merge branch 'master' into theming | 2022-07-08 | 4 | -21/+17 | |
|\ | |||||
| * | Use `expect` in `integration_wgpu` example | 2022-07-03 | 1 | -1/+5 | |
| | | | | | | | | ... together with `first` and `copied`. | ||||
| * | update `wgpu` to `0.13` | 2022-07-02 | 4 | -23/+15 | |
| | | |||||
* | | Introduce `StyleSheet` for `Text` widget | 2022-06-29 | 1 | -2/+2 | |
| | | |||||
* | | Draft first-class `Theme` support | 2022-05-14 | 1 | -0/+1 | |
|/ | | | | RFC: https://github.com/iced-rs/rfcs/pull/6 | ||||
* | Experimental wgpu WebGL backend support | 2022-01-28 | 7 | -36/+110 | |
| | | | | | | | | - 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 | ||||
* | Fix `integration_wgpu` example | 2022-01-04 | 1 | -0/+1 | |
| | |||||
* | Rename `Renderer::present` to `with_primitives` | 2021-11-05 | 1 | -1/+1 | |
| | |||||
* | Merge branch 'master' into remove-renderer-traits | 2021-10-31 | 1 | -2/+4 | |
|\ | |||||
| * | Update wgpu to 0.11 | 2021-10-13 | 1 | -2/+4 | |
| | | |||||
* | | Rewrite cursor icon logic for `integration_wgpu` example | 2021-10-31 | 1 | -5/+5 | |
| | | |||||
* | | Remove `widget` module re-exports in `iced_native` | 2021-10-31 | 1 | -4/+3 | |
| | | |||||
* | | Introduce `mouse_interaction` method to `Widget` trait | 2021-10-18 | 1 | -1/+0 | |
| | | |||||
* | | Remove trait-specific draw logic in `iced_native` | 2021-10-14 | 1 | -14/+16 | |
|/ | |||||
* | Refactor alignment types into an `alignment` module | 2021-09-20 | 1 | -3/+3 | |
| | |||||
* | Introduce and use `CrossAlign` enum for `Column` and `Row` | 2021-09-20 | 1 | -3/+3 | |
| | |||||
* | Make `Command` implementations platform-specific | 2021-09-02 | 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!) | ||||
* | wgpu: Update to 0.10 | 2021-08-19 | 2 | -17/+19 | |
| | |||||
* | Rename `integration` examples | 2021-08-13 | 5 | -0/+448 | |