Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Fix copy image instance size in `iced_wgpu` | 2019-11-24 | 1 | -1/+1 | ||
* | | Use latest `wgpu_glyph` | 2019-11-24 | 1 | -1/+1 | ||
* | | Merge pull request #67 from hecrj/fix/private-use-characters | 2019-11-24 | 1 | -1/+14 | ||
|\ \ | ||||||
| * | | Stop emitting private use characters on macOS | 2019-11-24 | 1 | -1/+14 | ||
* | | | Increase scrolling speed in `Scrollable` | 2019-11-24 | 1 | -1/+1 | ||
|/ / | ||||||
* | | Fix rounding error when scrolling | 2019-11-24 | 1 | -8/+7 | ||
* | | Avoid panic when image load fails in `iced_wgpu` | 2019-11-24 | 1 | -63/+71 | ||
* | | Avoid unnecessary panic in `todos` | 2019-11-24 | 1 | -4/+5 | ||
* | | Merge pull request #65 from hecrj/improvement/docs | 2019-11-24 | 88 | -2159/+3949 | ||
|\ \ | ||||||
| * | | Display widget images in documentation | 2019-11-24 | 4 | -2/+6 | ||
| * | | Add widget doc images | 2019-11-24 | 4 | -0/+0 | ||
| * | | Fix `iced_native` widget examples | 2019-11-24 | 6 | -18/+17 | ||
| * | | Fix links in `iced_native::Widget` | 2019-11-24 | 1 | -4/+5 | ||
| * | | Fix `examples` link in documentation | 2019-11-23 | 1 | -1/+1 | ||
| |/ | ||||||
| * | Fix documentation for `Axis` | 2019-11-23 | 1 | -4/+4 | ||
| * | Finish `iced_native` usage section | 2019-11-22 | 1 | -1/+7 | ||
| * | Write docs for `iced_winit` | 2019-11-22 | 3 | -4/+102 | ||
| * | Write docs for `iced_wgpu` | 2019-11-22 | 7 | -16/+74 | ||
| * | Write docs for `iced_web` | 2019-11-22 | 10 | -17/+225 | ||
| * | Fix `Button` example in `iced_native` | 2019-11-22 | 2 | -4/+5 | ||
| * | Uncomment missing debug implementations rule | 2019-11-22 | 14 | -6/+28 | ||
| * | Merge branch 'master' into improvement/docs | 2019-11-22 | 36 | -385/+685 | ||
| |\ | |/ |/| | ||||||
* | | Merge pull request #64 from hecrj/improvement/update-readmes | 2019-11-21 | 36 | -385/+685 | ||
|\ \ | ||||||
| * | | Add sponsors section to `README` | 2019-11-21 | 1 | -0/+5 | ||
| * | | Add `CONTRIBUTING.md` | 2019-11-20 | 1 | -0/+20 | ||
| * | | Remove `scroll` example and `tour.html` | 2019-11-20 | 2 | -98/+0 | ||
| * | | Update examples `README` | 2019-11-20 | 1 | -39/+34 | ||
| * | | Add usage section to `iced_web` | 2019-11-20 | 1 | -0/+38 | ||
| * | | Add installation section to subcrate `README`s | 2019-11-20 | 10 | -10/+72 | ||
| * | | Add `README` for each subcrate | 2019-11-20 | 5 | -0/+103 | ||
| * | | Link to custom layout engine PR in `ROADMAP` | 2019-11-20 | 1 | -2/+3 | ||
| * | | Add image of `todos` in multiple platforms | 2019-11-20 | 2 | -1/+2 | ||
| * | | Remove `dbg!` in `UserInterface` | 2019-11-20 | 1 | -5/+1 | ||
| * | | Disable debug view by default in `tour` example | 2019-11-20 | 1 | -1/+1 | ||
| * | | Display new GIFs in `README` | 2019-11-20 | 1 | -8/+8 | ||
| * | | Remove high contrast from graphs | 2019-11-20 | 15 | -61/+58 | ||
| * | | Update `README` and `ROADMAP` and add `ECOSYSTEM` | 2019-11-19 | 19 | -226/+406 | ||
|/ / | ||||||
| * | Write docs for `iced` and `iced_native` | 2019-11-22 | 30 | -214/+877 | ||
| * | Implement `iced::Sandbox` trait for simple apps | 2019-11-21 | 4 | -86/+131 | ||
| * | Merge branch 'master' into improvement/docs | 2019-11-21 | 13 | -8/+76 | ||
| |\ | |/ |/| | ||||||
* | | Merge pull request #62 from hecrj/feature/async-actions | 2019-11-18 | 14 | -132/+432 | ||
|\ \ | ||||||
* \ \ | Merge pull request #60 from hecrj/fix/required-width-height | 2019-11-18 | 13 | -10/+78 | ||
|\ \ \ | ||||||
| * | | | Make `width` and `height` required methods | 2019-11-16 | 13 | -10/+78 | ||
|/ / / | ||||||
| | * | Move widgets from `core` to `native` and `web` | 2019-11-21 | 59 | -1941/+2454 | ||
| | * | Write documentation for `iced_core` | 2019-11-18 | 16 | -44/+216 | ||
| |/ | ||||||
| * | Improve persistence in `todos` | 2019-11-18 | 1 | -47/+53 | ||
| * | Rename `Command::attempt` to `Command::perform` | 2019-11-18 | 2 | -3/+3 | ||
| * | Save `todos` async in a JSON file and load on boot | 2019-11-17 | 2 | -86/+257 | ||
| * | Support async actions in `iced_winit` | 2019-11-17 | 7 | -47/+110 | ||
| * | Derive `Clone` for `text_input::State` | 2019-11-17 | 1 | -1/+1 |