Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | |
| | |||||
* | Simplify logic and limit ticks in `game_of_life` | 2020-05-02 | 1 | -73/+33 | |
| | |||||
* | Display some statistics in `game_of_life` | 2020-05-02 | 2 | -23/+119 | |
| | |||||
* | Run ticks in a background thread in `game_of_life` | 2020-05-02 | 2 | -51/+210 | |
| | |||||
* | Rename `visible_in` to `within` in `game_of_life` | 2020-05-02 | 1 | -2/+2 | |
| | |||||
* | Use `rustc_hash` for hashing in `game_of_life` | 2020-05-02 | 2 | -3/+4 | |
| | | | | This seems to produce a 2x speedup. | ||||
* | Change speed limit to `100` in `game_of_life` | 2020-05-01 | 1 | -1/+1 | |
| | |||||
* | Improve scrolling smoothness in `game_of_life` | 2020-05-01 | 1 | -7/+10 | |
| | |||||
* | Zoom to cursor in `game_of_life` example | 2020-05-01 | 1 | -1/+15 | |
| | |||||
* | Improve zooming logic in `game_of_life` | 2020-05-01 | 1 | -10/+9 | |
| | |||||
* | Increase speed limit to `200` in `game_of_life` | 2020-05-01 | 1 | -1/+1 | |
| | |||||
* | Use `fill_rectangle` for cursor in `game_of_life` | 2020-05-01 | 1 | -5/+1 | |
| | |||||
* | Implement zooming for `game_of_life` example | 2020-05-01 | 1 | -60/+97 | |
| | |||||
* | Improve tick performance in `game_of_life` | 2020-05-01 | 1 | -21/+16 | |
| | |||||
* | Introduce `Life` type in `game_of_life` | 2020-05-01 | 1 | -35/+53 | |
| | |||||
* | Simplify `Interaction` handling in `game_of_life` | 2020-05-01 | 1 | -20/+22 | |
| | |||||
* | Introduce `Cell` type in `game_of_life` | 2020-05-01 | 2 | -86/+98 | |
| | |||||
* | Update `README` of `game_of_life` example | 2020-04-30 | 1 | -6/+7 | |
| | |||||
* | Rename `MouseCursor` to `mouse::Interaction` | 2020-04-30 | 1 | -8/+11 | |
| | |||||
* | Implement `time::every` in `iced_futures` | 2020-04-30 | 3 | -39/+2 | |
| | |||||
* | Split `Input` mouse event by `ButtonState` | 2020-04-30 | 1 | -11/+4 | |
| |