Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Disable cache in Travis CI | 2019-09-16 | 1 | -1/+0 | ||
* | | Merge pull request #15 from TGotwig/Perform-benchmarks | 2019-09-16 | 3 | -1/+4 | ||
|\ \ | ||||||
| * | | Remove `extern crate` and `log` dependency | 2019-09-16 | 3 | -6/+3 | ||
| * | | Add `log` and `env_logger` | 2019-09-14 | 4 | -1/+7 | ||
|/ / | ||||||
| * | Add `wasm-pack` link | 2019-09-21 | 2 | -2/+6 | ||
| * | Make example work on web and update READMEs | 2019-09-21 | 13 | -32/+101 | ||
| * | Complete some `hash_layout` implementations | 2019-09-20 | 3 | -6/+7 | ||
| * | Create `iced_core` and `iced_native` | 2019-09-20 | 81 | -2710/+2577 | ||
| * | Remove generic `Color` in widgets | 2019-09-19 | 12 | -120/+83 | ||
| * | Unify `web` and `ggez` tour examples :tada: | 2019-09-19 | 40 | -669/+166 | ||
| * | Use `futures-preview` instead of `futures` | 2019-09-16 | 4 | -6/+6 | ||
| * | Draft nodes for missing widgets | 2019-09-15 | 16 | -36/+191 | ||
| * | Draft widget nodes and wire interaction | 2019-09-15 | 10 | -22/+223 | ||
| * | Draft web runtime and widgets | 2019-09-14 | 16 | -29/+321 | ||
| * | Rethink workspace structure | 2019-09-14 | 44 | -51/+684 | ||
| * | Switch to workspace layout | 2019-09-10 | 36 | -31/+48 | ||
|/ | ||||||
* | Explain `ggez` personal fork in `Cargo.toml` | 2019-09-10 | 1 | -0/+2 | ||
* | Set cursor type only when necessary in `tour` | 2019-09-05 | 1 | -1/+5 | ||
* | Apply `padding` to root in `tour` example | 2019-09-05 | 2 | -1/+1 | ||
* | Add a bit of padding to the `tour` example | 2019-09-05 | 1 | -0/+1 | ||
* | Allow tour window to be resized | 2019-09-05 | 1 | -0/+1 | ||
* | Update `README` | 2019-09-05 | 1 | -2/+5 | ||
* | Point documentation links to docs.rs | 2019-09-05 | 1 | -1/+1 | ||
* | Add `CHANGELOG` | 2019-09-05 | 1 | -0/+15 | ||
* | Mention `#games-and-graphics` Discord channel | 2019-09-05 | 1 | -2/+3 | ||
* | Fix link in `Image` docs | 2019-09-05 | 1 | -1/+1 | ||
* | Ask users to share use cases | 2019-09-05 | 7 | -3/+37 | ||
* | Fix tour `README` links | 2019-09-05 | 1 | -4/+4 | ||
* | Complete examples `README` | 2019-09-05 | 4 | -12/+61 | ||
* | Move `ggez` example to `tour` | 2019-09-05 | 11 | -0/+0 | ||
* | Write examples `README` | 2019-09-05 | 1 | -0/+46 | ||
* | Update `README` | 2019-09-04 | 1 | -18/+14 | ||
* | Improve tour example | 2019-09-04 | 24 | -235/+640 | ||
* | Fix docs for `image` | 2019-09-03 | 2 | -15/+15 | ||
* | Fix docs for `progress_bar` | 2019-09-03 | 1 | -19/+16 | ||
* | Apply latest changes to `Image` and `ProgressBar` | 2019-09-03 | 3 | -10/+10 | ||
* | Merge branch 'image_and_progress-bar' | 2019-09-03 | 3 | -0/+248 | ||
|\ | ||||||
| * | Fix `Image` and `ProgressBar` doc examples | 2019-09-03 | 2 | -29/+17 | ||
| * | migrated Image and ProgressBar widgets | 2019-08-22 | 3 | -0/+260 | ||
* | | Improve wording in `UserInterface::build` (2) | 2019-09-03 | 1 | -1/+1 | ||
* | | Improve wording in `UserInterface::build` | 2019-09-03 | 1 | -1/+1 | ||
* | | Create `FUNDING.yml` | 2019-09-03 | 1 | -0/+1 | ||
* | | Update `ggez` example to `FontCache` changes | 2019-09-03 | 2 | -9/+9 | ||
* | | Remove `Default` constraint for checkbox `Color` | 2019-09-02 | 1 | -1/+1 | ||
* | | Add conversion for `MouseButton` in `winit` | 2019-09-02 | 3 | -180/+184 | ||
* | | Implement conversion for `CursorIcon` in `winit` | 2019-09-02 | 2 | -1/+15 | ||
* | | Clarify implementation details in `README` | 2019-09-02 | 1 | -1/+3 | ||
* | | Add missing `stretch` link in `README` | 2019-09-01 | 1 | -0/+1 | ||
* | | Add more implementation details to `README` | 2019-09-01 | 2 | -5/+15 | ||
* | | Add conversion functions for `winit` feature | 2019-09-01 | 5 | -6/+195 |