Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote-tracking branch 'origin/master' into feat/multi-window-support | 2023-02-17 | 1 | -1/+1 | |
|\ | | | | | | | | | # Conflicts: # winit/src/window.rs | ||||
| * | Use `f32` in `Length::Units` and rename it to `Fixed` | 2023-02-17 | 1 | -1/+1 | |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into feat/multi-window-support | 2023-02-15 | 2 | -2/+2 | |
|\| | | | | | | | | | | | | | # Conflicts: # native/src/command/action.rs # native/src/window/action.rs # winit/src/window.rs | ||||
| * | Fix: Clippy lint 'uninlined_format_args' | 2023-01-27 | 2 | -2/+2 | |
| | | |||||
* | | move window settings to `iced_native` | 2023-01-09 | 1 | -1/+2 | |
| | | |||||
* | | use `glutin/multi_window` branch | 2023-01-09 | 1 | -2/+2 | |
| | | |||||
* | | add `window::Id` to `Event` and `Action` | 2023-01-09 | 1 | -0/+2 | |
|/ | |||||
* | Replace stateful widgets with new `iced_pure` API | 2022-07-27 | 1 | -8/+5 | |
| | |||||
* | Fix `clippy` lints for all crates and features | 2022-07-09 | 1 | -3/+2 | |
| | | | | ... and check those in CI as well! | ||||
* | Add `Style` variant support to `application::StyleSheet` | 2022-07-08 | 1 | -1/+5 | |
| | |||||
* | 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 | ||||
* | Update Rust edition to 2021 :tada: | 2022-02-09 | 1 | -1/+1 | |
| | |||||
* | Export `glow` in `iced_glow` | 2022-01-19 | 3 | -2/+1 | |
| | |||||
* | Export `iced_winit::conversion` in `iced_glutin` | 2022-01-19 | 1 | -5/+5 | |
| | |||||
* | Fix memory leak in opengl integration example | 2022-01-02 | 2 | -1/+4 | |
| | |||||
* | Rename `Renderer::present` to `with_primitives` | 2021-11-05 | 1 | -1/+1 | |
| | |||||
* | Rewrite cursor icon logic for `integration_opengl` example | 2021-10-31 | 1 | -6/+5 | |
| | |||||
* | Remove `widget` module re-exports in `iced_native` | 2021-10-31 | 1 | -5/+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 | -11/+15 | |
| | |||||
* | Update README.md | 2021-10-04 | 1 | -1/+1 | |
| | |||||
* | Refactor alignment types into an `alignment` module | 2021-09-20 | 1 | -4/+5 | |
| | |||||
* | 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!) | ||||
* | Fix `panic!` warnings in `integration_opengl` example | 2021-08-13 | 2 | -2/+8 | |
| | |||||
* | Fix formatting of `integration_opengl` example | 2021-08-13 | 1 | -3/+9 | |
| | |||||
* | Rename `integration` examples | 2021-08-13 | 5 | -0/+407 | |