Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2020-04-29 | Add `game_of_life` example | 1 | -0/+1 | |
2020-04-24 | Use canvas to draw color palette for example | 1 | -1/+1 | |
2020-04-24 | Add example program: color palette | 1 | -0/+1 | |
2020-04-24 | Feature name colors -> palette | 1 | -1/+1 | |
2020-04-24 | Add `palette` dependency behind "colors" feature flag | 1 | -0/+3 | |
2020-04-15 | Bump versions :tada: | 1 | -1/+1 | |
2020-04-05 | Enable feature flags in `docs.rs` | 1 | -0/+4 | |
2020-04-02 | Bump all versions :tada: | 1 | -5/+5 | |
2020-03-30 | refactor: remove not mandatory static lifetime | 1 | -2/+2 | |
2020-03-23 | Add example for download with progress tracking | 1 | -0/+1 | |
2020-03-17 | Add simple `pane_grid` example | 1 | -0/+1 | |
2020-03-14 | Remove `pane_grid` example for now | 1 | -1/+0 | |
2020-03-10 | Rename `Panes` widget to `PaneGrid` | 1 | -1/+1 | |
2020-03-04 | Draft `Panes` widget and `panes` example | 1 | -0/+1 | |
2020-02-14 | Add `solar_system` example | 1 | -0/+1 | |
2020-02-12 | Draft `Canvas` types and `clock` example | 1 | -0/+3 | |
2020-02-09 | Add `integration` example | 1 | -0/+1 | |
2020-02-06 | Allow switching `executor::Default` with features | 1 | -2/+9 | |
2020-01-20 | Make `image` support optional in `iced_wgpu` | 1 | -2/+4 | |
2020-01-20 | Package examples and remove `dev-dependencies` | 1 | -17/+12 | |
2020-01-20 | Add `Application::Executor` associated type | 1 | -0/+1 | |
2020-01-19 | Create `iced_futures` and wire everything up | 1 | -0/+1 | |
2020-01-06 | Add paint example | 1 | -0/+1 | |
2020-01-01 | Move styling to a brand new `iced_style` crate | 1 | -0/+1 | |
2019-12-28 | Use crates version of `surf` as a dev dependency | 1 | -1/+1 | |
2019-12-15 | Put `svg` rendering behind a feature gate | 1 | -0/+2 | |
2019-12-14 | Use `surf` in `pokedex` example | 1 | -1/+1 | |
2019-12-13 | Add `timer` example | 1 | -4/+4 | |
2019-12-07 | Add `custom_widget` example | 1 | -0/+2 | |
2019-12-05 | Draft first version of event subscriptions :tada: | 1 | -0/+2 | |
2019-12-04 | Rename `image::Handle::from_bytes` to `from_memory` | 1 | -0/+1 | |
2019-12-02 | Remove unneeded dependency "winapi" from iced | 1 | -3/+0 | |
2019-11-30 | Add platform specific settings | 1 | -0/+3 | |
2019-11-30 | Implement `image` viewer example | 1 | -0/+1 | |
2019-11-25 | Add `CHANGELOG` to subcrates | 1 | -1/+1 | |
2019-11-20 | Add installation section to subcrate `README`s | 1 | -2/+2 | |
2019-11-17 | Save `todos` async in a JSON file and load on boot | 1 | -0/+3 | |
2019-11-03 | Implement debug view and load system fonts | 1 | -0/+4 | |
2019-10-23 | Make `tour` example work on Wasm again | 1 | -0/+3 | |
2019-10-08 | Make `iced_core::Button` customizable | 1 | -0/+2 | |
2019-10-07 | Use latest `wgpu` | 1 | -3/+0 | |
2019-10-07 | Render colored quads | 1 | -0/+3 | |
2019-10-06 | Make `tour` a simple example instead of a crate | 1 | -1/+0 | |
2019-10-03 | Initialize `wgpu` | 1 | -0/+3 | |
2019-10-03 | Start `iced_winit` and `iced_wgpu` | 1 | -1/+8 | |
2019-09-20 | Create `iced_core` and `iced_native` | 1 | -11/+3 | |
2019-09-19 | Unify `web` and `ggez` tour examples :tada: | 1 | -6/+1 | |
2019-09-16 | Remove `extern crate` and `log` dependency | 1 | -2/+1 | |
2019-09-14 | Rethink workspace structure | 1 | -2/+33 | |
2019-09-14 | Add `log` and `env_logger` | 1 | -0/+2 |