Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update vulnerable `env_logger` dependency in examples | 2023-08-23 | 1 | -1/+1 | |
| | |||||
* | Take `Rectangle` by value in `Cursor` API | 2023-06-08 | 1 | -6/+5 | |
| | |||||
* | Implement basic cursor availability | 2023-06-08 | 1 | -8/+7 | |
| | |||||
* | Move `Canvas` and `QRCode` to `iced` crate | 2023-03-03 | 1 | -1/+1 | |
| | | | | Rename `canvas` modules to `geometry` in graphics subcrates | ||||
* | Fix `Clip` primitive translation in `iced_tiny_skia` | 2023-03-01 | 1 | -1/+1 | |
| | |||||
* | Implement `Canvas` support for `iced_tiny_skia` | 2023-03-01 | 1 | -35/+38 | |
| | |||||
* | Fix: Clippy lint 'uninlined_format_args' | 2023-01-27 | 1 | -1/+1 | |
| | |||||
* | Fix `#[default]` in `preset` for `game_of_life` example | 2023-01-19 | 1 | -1/+1 | |
| | |||||
* | Update preset.rs | 2023-01-19 | 1 | -7/+2 | |
| | |||||
* | Fix `clippy` lints for Rust 1.66 | 2022-12-20 | 1 | -2/+4 | |
| | |||||
* | Fix `clippy` lints | 2022-10-04 | 1 | -14/+11 | |
| | |||||
* | Working multitouch example | 2022-10-04 | 1 | -0/+17 | |
| | |||||
* | Replace stateful widgets with new `iced_pure` API | 2022-07-27 | 1 | -133/+137 | |
| | |||||
* | Fix `clippy` lints for all crates and features | 2022-07-09 | 2 | -10/+10 | |
| | | | | ... and check those in CI as well! | ||||
* | Implement theme styling for `Canvas` | 2022-06-07 | 1 | -2/+7 | |
| | |||||
* | Implement theme styling for `PickList` and `Menu` | 2022-06-07 | 2 | -59/+1 | |
| | |||||
* | Introduce specific types for each `palette::Extended` field | 2022-05-26 | 2 | -24/+9 | |
| | | | | We will have more control over color calculations for each semantic purpose this way. | ||||
* | Fix examples and doc-tests | 2022-05-26 | 2 | -62/+7 | |
| | |||||
* | Draft first-class `Theme` support | 2022-05-14 | 2 | -71/+6 | |
| | | | | RFC: https://github.com/iced-rs/rfcs/pull/6 | ||||
* | Update Rust edition to 2021 :tada: | 2022-02-09 | 1 | -1/+1 | |
| | |||||
* | Improve shader version selection | 2022-01-19 | 1 | -3/+1 | |
| | |||||
* | Add `env_logger` to `game_of_life` | 2022-01-19 | 2 | -0/+5 | |
| | |||||
* | Refactor alignment types into an `alignment` module | 2021-09-20 | 1 | -7/+7 | |
| | |||||
* | Introduce and use `CrossAlign` enum for `Column` and `Row` | 2021-09-20 | 1 | -4/+4 | |
| | |||||
* | Revert system menus support | 2021-09-15 | 2 | -21/+0 | |
| | | | | | | 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`. | ||||
* | Make `Command` implementations platform-specific | 2021-09-02 | 1 | -7/+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!) | ||||
* | Introduce `placeholder_color` to `pick_list::Style` | 2021-07-22 | 1 | -0/+1 | |
| | |||||
* | Merge pull request #929 from TimUntersberger/winit-improv | 2021-07-22 | 1 | -0/+5 | |
|\ | | | | | feat: add position to window settings | ||||
| * | Center window in `game_of_life` example | 2021-07-21 | 1 | -0/+5 | |
| | | |||||
* | | Add a presets `Menu` to the `game_of_life` example | 2021-07-19 | 2 | -0/+21 | |
|/ | |||||
* | Add `clipboard` argument to `Application::update` | 2021-03-11 | 1 | -3/+7 | |
| | |||||
* | Update `tokio` to `1.0` | 2021-01-04 | 1 | -1/+1 | |
| | |||||
* | Update `game_of_life` capture | 2020-11-26 | 1 | -2/+2 | |
| | |||||
* | Merge pull request #595 from valbendan/master | 2020-11-25 | 1 | -1/+1 | |
|\ | | | | | upgrade tokio to latest version(v0.3) | ||||
| * | upgrade tokio to latest version(v0.3) | 2020-11-05 | 1 | -1/+1 | |
| | | |||||
* | | Use `f32` for `border_width` and `border_radius` | 2020-11-23 | 1 | -9/+9 | |
| | | |||||
* | | Implement event capturing for `Canvas` | 2020-11-12 | 1 | -29/+45 | |
|/ | |||||
* | Move `version` from `Grid` to `GameOfLife` struct | 2020-09-12 | 1 | -15/+20 | |
| | |||||
* | Make `Application` and `Sandbox` return a `Result` | 2020-09-08 | 1 | -1/+1 | |
| | |||||
* | Add `Keyboard` variant to `canvas::Event` | 2020-08-10 | 1 | -0/+1 | |
| | |||||
* | Improve `Menu` API to facilitate external control | 2020-07-23 | 1 | -1/+1 | |
| | |||||
* | Style `PickList` in `game_of_life` example | 2020-07-10 | 3 | -16/+75 | |
| | |||||
* | Add `Preset` selector to `game_of_life` example | 2020-07-10 | 2 | -12/+209 | |
| | |||||
* | Update `README` of `game_of_life` example | 2020-05-04 | 1 | -2/+5 | |
| | |||||
* | Update GIF of `game_of_life` example | 2020-05-03 | 1 | -2/+2 | |
| | |||||
* | Allow erasing cells in `game_of_life` | 2020-05-03 | 1 | -5/+30 | |
| | |||||
* | Fix "1 cells" overlay in `game_of_life` | 2020-05-03 | 1 | -3/+6 | |
| | |||||
* | Render stats as an overlay in `game_of_life` | 2020-05-03 | 1 | -82/+103 | |
| | | | | Also allow toggling the grid lines | ||||
* | Draw grid in `game_of_life` | 2020-05-03 | 1 | -18/+73 | |
| | |||||
* | Reorganize `view` code in `game_of_life` | 2020-05-03 | 1 | -71/+102 | |
| |