Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Schedule render after `Command` futures finish | 2019-12-01 | 1 | -13/+29 | |
| | |||||
* | Update document title properly in `iced_web` | 2019-11-24 | 1 | -0/+15 | |
| | |||||
* | Spawn `Command` futures in `iced_web` | 2019-11-24 | 1 | -11/+27 | |
| | |||||
* | Make `tour` work with `iced_web` again :tada: | 2019-11-23 | 1 | -7/+44 | |
| | | | | | - Implements `TextInput`, `Scrollable`, and `Container` - Adds basic style generation | ||||
* | Write docs for `iced_web` | 2019-11-22 | 1 | -1/+89 | |
| | |||||
* | Move widgets from `core` to `native` and `web` | 2019-11-21 | 1 | -1/+4 | |
| | | | | Also made fields private and improved `Renderer` traits. | ||||
* | Remove `padding` from `Container` for now | 2019-11-11 | 1 | -1/+1 | |
| | |||||
* | Connect `iced_web` with `iced` properly | 2019-10-23 | 1 | -10/+3 | |
| | |||||
* | Move `winit` logic from `iced` to `iced_winit` | 2019-10-09 | 1 | -9/+9 | |
| | | | | | | | | | | - Added new `renderer::Windowed` trait. This shoud allow users to easily try different renderers by simply changing one line. - Renamed `UserInterface` traits to `Application`, as the `run` method takes total control of the current thread. - Moved `MouseCursor` back to `iced_native`. The new `renderer::Windowed` trait returns one on `draw`. - Split `iced_native` renderer in multiple modules, for consistency. | ||||
* | Improve documentation | 2019-09-24 | 1 | -2/+2 | |
| | |||||
* | Create `iced_core` and `iced_native` | 2019-09-20 | 1 | -1/+1 | |
| | |||||
* | Unify `web` and `ggez` tour examples :tada: | 2019-09-19 | 1 | -3/+1 | |
| | |||||
* | Use `futures-preview` instead of `futures` | 2019-09-16 | 1 | -1/+1 | |
| | |||||
* | Draft widget nodes and wire interaction | 2019-09-15 | 1 | -3/+51 | |
| | |||||
* | Draft web runtime and widgets | 2019-09-14 | 1 | -0/+27 | |
| | |||||
* | Rethink workspace structure | 2019-09-14 | 1 | -0/+1 | |