Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #595 from valbendan/master | 2020-11-25 | 1 | -0/+2 | |
|\ | | | | | upgrade tokio to latest version(v0.3) | ||||
| * | Introduce `tokio_old` feature | 2020-11-25 | 1 | -0/+2 | |
| | | | | | | | | | | This feature allows users to rely on the `0.2` version of `tokio` while the async ecosystem upgrades to the latest version. | ||||
* | | Implement `QRCode` widget | 2020-11-20 | 1 | -2/+7 | |
|/ | |||||
* | Add scrollable example program | 2020-10-22 | 1 | -0/+1 | |
| | |||||
* | Make `Application` and `Sandbox` return a `Result` | 2020-09-08 | 1 | -0/+1 | |
| | |||||
* | Rename `ComboBox` to `PickList` | 2020-07-10 | 1 | -1/+1 | |
| | |||||
* | Draft `combo_box` example to test overlay logic | 2020-07-08 | 1 | -0/+1 | |
| | |||||
* | Feature gate `font-kit` behind `"default_system_font"` feature. | 2020-05-31 | 1 | -1/+5 | |
| | |||||
* | Introduce feature flags to enable `iced_glow` | 2020-05-27 | 1 | -6/+15 | |
| | | | | Also keep `iced_wgpu` as the default renderer for the time being. | ||||
* | Implement `iced_glutin` :tada: | 2020-05-21 | 1 | -6/+7 | |
| | |||||
* | Draft new `iced_graphics` crate :tada: | 2020-05-19 | 1 | -0/+1 | |
| | |||||
* | Draft first working version of `iced_glow` :tada: | 2020-05-19 | 1 | -0/+1 | |
| | |||||
* | Merge branch 'master' into feature/canvas-interaction | 2020-05-04 | 1 | -0/+4 | |
|\ | |||||
| * | Use canvas to draw color palette for example | 2020-04-24 | 1 | -1/+1 | |
| | | |||||
| * | Add example program: color palette | 2020-04-24 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | Sliders for many color spaces update as any other sliders are moved around. Color is space is clamped to sRGB, so Lab and Lch color spaces cannot be fully expressed. TODO: - Real-time manipulation of base color to create a color scheme. - Show slider value under each slider - Show output values in text boxes for each color space | ||||
| * | Feature name colors -> palette | 2020-04-24 | 1 | -1/+1 | |
| | | |||||
| * | Add `palette` dependency behind "colors" feature flag | 2020-04-24 | 1 | -0/+3 | |
| | | |||||
* | | Add `game_of_life` example | 2020-04-29 | 1 | -0/+1 | |
|/ | | | | RIP John Conway | ||||
* | Bump versions :tada: | 2020-04-15 | 1 | -1/+1 | |
| | |||||
* | Enable feature flags in `docs.rs` | 2020-04-05 | 1 | -0/+4 | |
| | |||||
* | Bump all versions :tada: | 2020-04-02 | 1 | -5/+5 | |
| | |||||
* | refactor: remove not mandatory static lifetime | 2020-03-30 | 1 | -2/+2 | |
| | |||||
* | Add example for download with progress tracking | 2020-03-23 | 1 | -0/+1 | |
| | |||||
* | Add simple `pane_grid` example | 2020-03-17 | 1 | -0/+1 | |
| | |||||
* | Remove `pane_grid` example for now | 2020-03-14 | 1 | -1/+0 | |
| | | | | It's too contrived. I will work on something simpler. | ||||
* | Rename `Panes` widget to `PaneGrid` | 2020-03-10 | 1 | -1/+1 | |
| | |||||
* | Draft `Panes` widget and `panes` example | 2020-03-04 | 1 | -0/+1 | |
| | |||||
* | Add `solar_system` example | 2020-02-14 | 1 | -0/+1 | |
| | |||||
* | Draft `Canvas` types and `clock` example | 2020-02-12 | 1 | -0/+3 | |
| | |||||
* | Add `integration` example | 2020-02-09 | 1 | -0/+1 | |
| | | | | It showcases how to integrate iced in an existing graphical application. | ||||
* | Allow switching `executor::Default` with features | 2020-02-06 | 1 | -2/+9 | |
| | |||||
* | Make `image` support optional in `iced_wgpu` | 2020-01-20 | 1 | -2/+4 | |
| | | | | | This reduces binary size when image rendering is not necessary a considerable amount. | ||||
* | Package examples and remove `dev-dependencies` | 2020-01-20 | 1 | -17/+12 | |
| | |||||
* | Add `Application::Executor` associated type | 2020-01-20 | 1 | -0/+1 | |
| | |||||
* | Create `iced_futures` and wire everything up | 2020-01-19 | 1 | -0/+1 | |
| | |||||
* | Merge branch 'master' into paint-example | 2020-01-11 | 1 | -0/+1 | |
|\ | |||||
| * | Move styling to a brand new `iced_style` crate | 2020-01-01 | 1 | -0/+1 | |
| | | |||||
* | | Add paint example | 2020-01-06 | 1 | -0/+1 | |
|/ | |||||
* | Use crates version of `surf` as a dev dependency | 2019-12-28 | 1 | -1/+1 | |
| | |||||
* | Merge pull request #122 from hecrj/feature/event-subscriptions | 2019-12-16 | 1 | -3/+5 | |
|\ | | | | | Event subscriptions | ||||
| * | Use `surf` in `pokedex` example | 2019-12-14 | 1 | -1/+1 | |
| | | |||||
| * | Add `timer` example | 2019-12-13 | 1 | -4/+4 | |
| | | |||||
| * | Merge branch 'master' into feature/event-subscriptions | 2019-12-08 | 1 | -0/+2 | |
| |\ | |||||
| * | | Draft first version of event subscriptions :tada: | 2019-12-05 | 1 | -0/+2 | |
| | | | |||||
* | | | Put `svg` rendering behind a feature gate | 2019-12-15 | 1 | -0/+2 | |
| |/ |/| | | | | | This reduces binary size when SVG supoprt is not needed. | ||||
* | | Add `custom_widget` example | 2019-12-07 | 1 | -0/+2 | |
|/ | | | | | It showcases how to build a simple native custom widget that draws a circle. | ||||
* | Rename `image::Handle::from_bytes` to `from_memory` | 2019-12-04 | 1 | -0/+1 | |
| | | | | | Also, replace `image` example with a new `pokedex` example using the PokéAPI. | ||||
* | Implement `image` viewer example | 2019-11-30 | 1 | -0/+1 | |
| | |||||
* | Add `CHANGELOG` to subcrates | 2019-11-25 | 1 | -1/+1 | |
| | |||||
* | Add installation section to subcrate `README`s | 2019-11-20 | 1 | -2/+2 | |
| |