Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update examples `README` | 2020-01-20 | 1 | -6/+84 | |
* | Add `README` for `todos` example | 2020-01-20 | 1 | -0/+20 | |
* | Add `README` for `styling` example | 2020-01-20 | 1 | -0/+15 | |
* | Add `README` for `pokedex` example | 2020-01-20 | 1 | -0/+17 | |
* | Add `README` for `tour` example | 2020-01-20 | 4 | -32/+30 | |
* | Package examples and remove `dev-dependencies` | 2020-01-20 | 30 | -78/+193 | |
* | Implement `WasmBindgen` executor and reorganize | 2020-01-20 | 11 | -110/+176 | |
* | Add `Application::Executor` associated type | 2020-01-20 | 29 | -69/+192 | |
* | Make `thread-pool` optional in `iced_futures` | 2020-01-19 | 3 | -2/+10 | |
* | Rename `Receiver` to `Sender` in `Runtime` | 2020-01-19 | 1 | -12/+11 | |
* | Create `iced_futures` and wire everything up | 2020-01-19 | 23 | -195/+196 | |
* | Implement `Runtime` and `Executor` in `iced_core` | 2020-01-19 | 5 | -4/+97 | |
* | Implement `subscription::Tracker` in `iced_core` | 2020-01-19 | 7 | -8/+131 | |
* | Merge pull request #162 from hecrj/feature/window-file-events | 2020-01-16 | 6 | -18/+50 | |
|\ | |||||
| * | Produce new window file events in `iced_winit` | 2020-01-16 | 2 | -13/+24 | |
| * | Add file events to `iced_native::window::Event` | 2020-01-16 | 6 | -8/+29 | |
* | | Merge pull request #161 from hecrj/feature/window-mode | 2020-01-16 | 10 | -35/+127 | |
|\ \ | |/ |/| | |||||
| * | Expose `window::Mode` in `iced` | 2020-01-16 | 11 | -42/+81 | |
| * | Add `Application::mode` to `iced_winit` | 2020-01-16 | 2 | -2/+44 | |
| * | Create `window::Mode` in `iced_native` | 2020-01-16 | 2 | -0/+11 | |
* | | Take `IntoIterator` instead of `Iterator` | 2020-01-16 | 3 | -4/+8 | |
|/ | |||||
* | Update `ROADMAP` | 2020-01-15 | 1 | -18/+4 | |
* | Merge pull request #155 from ejmahler/remove-clone | 2020-01-13 | 10 | -26/+44 | |
|\ | |||||
| * | Remove `Message: Clone` bound in `Sandbox` | 2020-01-13 | 1 | -1/+1 | |
| * | Remove `Message: Clone` bound in some web widgets | 2020-01-13 | 5 | -11/+21 | |
| * | Remove `Clone` bound for `Element::map` | 2020-01-13 | 2 | -8/+6 | |
| * | Additional clone removals for wasm | 2020-01-12 | 2 | -5/+15 | |
| * | Remove Clone bound on Application::Message | 2020-01-12 | 1 | -1/+1 | |
|/ | |||||
* | Merge pull request #144 from hatoo/paint-example | 2020-01-11 | 2 | -0/+367 | |
|\ | |||||
| * | Add instructions to `bezier_tool` example | 2020-01-11 | 1 | -7/+36 | |
| * | Fix `bezier_tool` example | 2020-01-11 | 1 | -4/+3 | |
| * | Merge branch 'master' into paint-example | 2020-01-11 | 93 | -652/+2371 | |
| |\ | |||||
| * | | Improve state guarantees in `bezier_tool` | 2020-01-11 | 1 | -57/+84 | |
| * | | Rename filename | 2020-01-08 | 1 | -0/+0 | |
| * | | Change to bezier tool | 2020-01-08 | 1 | -63/+103 | |
| * | | Remove hash_layout | 2020-01-08 | 1 | -5/+1 | |
| * | | Add paint example | 2020-01-06 | 2 | -0/+276 | |
* | | | Merge pull request #151 from hecrj/feature/build-with-dimensions | 2020-01-10 | 4 | -45/+65 | |
|\ \ \ | |||||
| * | | | Make layout bounds explicit in `UserInterface` | 2020-01-10 | 4 | -45/+65 | |
* | | | | Merge pull request #150 from hecrj/refactor/move-renderer-traits | 2020-01-10 | 10 | -29/+27 | |
|\| | | | |_|/ |/| | | |||||
| * | | Move `Debugger` and `Windowed` to a better location | 2020-01-10 | 10 | -29/+27 | |
* | | | Merge pull request #152 from hecrj/fix/flex-layout-alignment | 2020-01-10 | 2 | -1/+9 | |
|\ \ \ | |||||
| * | | | Fix flex layout cross-alignment when not filled | 2020-01-10 | 2 | -1/+9 | |
* | | | | Merge pull request #149 from hecrj/feature/window-resized-event | 2020-01-10 | 5 | -5/+31 | |
|\ \ \ \ | |/ / / |/| / / | |/ / | |||||
| * | | Produce `window::Event::Resized` in `iced_winit` | 2020-01-10 | 1 | -4/+7 | |
| * | | Add `window::Event::Resized` to `iced_native` | 2020-01-10 | 4 | -1/+24 | |
|/ / | |||||
* | | Merge pull request #146 from hecrj/feature/custom-styling | 2020-01-09 | 81 | -595/+2288 | |
|\ \ | |||||
| * | | Write missing docs and reenable deny statements | 2020-01-09 | 18 | -13/+71 | |
| * | | Remove leftover `debug_color` in `styling` example | 2020-01-09 | 1 | -8/+1 | |
| * | | Merge branch 'master' into feature/custom-styling | 2020-01-09 | 18 | -51/+48 | |
| |\ \ | |/ / |/| | |