Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | First implementation | 2019-12-02 | 5 | -51/+119 | |
* | Merge pull request #92 from nvzqz/type-conversions | 2019-11-30 | 3 | -0/+30 | |
|\ | |||||
| * | Add `From` impls for `Length`, `Point`, and `Size` | 2019-11-29 | 3 | -0/+30 | |
|/ | |||||
* | Add simple counter example | 2019-11-26 | 1 | -0/+56 | |
* | Merge pull request #68 from hecrj/feature/application-settings | 2019-11-25 | 9 | -19/+98 | |
|\ | |||||
| * | Allow `Application` configuration with `Settings` | 2019-11-25 | 9 | -19/+98 | |
* | | Add `CHANGELOG` to subcrates | 2019-11-25 | 8 | -19/+77 | |
* | | Update debug view GIF in `README` | 2019-11-25 | 2 | -2/+2 | |
|/ | |||||
* | Update `CONTRIBUTING` | 2019-11-25 | 1 | -2/+3 | |
* | Add missing link to `ROADMAP` | 2019-11-24 | 1 | -0/+2 | |
* | Add missing link to `CONTRIBUTING` | 2019-11-24 | 1 | -0/+1 | |
* | Improve `CONTRIBUTING` | 2019-11-24 | 2 | -2/+15 | |
* | Link to iced.rs in main `README` | 2019-11-24 | 1 | -2/+3 | |
* | Merge pull request #66 from hecrj/feature/new-web-tour | 2019-11-24 | 20 | -88/+937 | |
|\ | |||||
| * | Update document title properly in `iced_web` | 2019-11-24 | 1 | -0/+15 | |
| * | Spawn `Command` futures in `iced_web` | 2019-11-24 | 6 | -18/+36 | |
| * | Add warning on debugger tour section in web | 2019-11-24 | 1 | -5/+13 | |
| * | Style `Button` min-width in `iced_web` | 2019-11-24 | 1 | -10/+5 | |
| * | Make `tour` work with `iced_web` again :tada: | 2019-11-23 | 17 | -70/+883 | |
* | | Use explicit `Uniforms` type in image pipeline | 2019-11-24 | 1 | -14/+24 | |
* | | 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 |