| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add installation section to subcrate `README`s | 2019-11-20 | 1 | -2/+2 | |
| | | |||||
| * | Implement future-based `Command` in `iced_core` | 2019-11-17 | 1 | -1/+1 | |
| | | |||||
| * | Draft new layout API | 2019-11-10 | 1 | -1/+0 | |
| | | |||||
| * | Implement text clipping (caching still broken) | 2019-10-28 | 1 | -1/+1 | |
| | | |||||
| * | Remove leftover `winit` feature for `doc.rs` | 2019-10-23 | 1 | -3/+0 | |
| | | |||||
| * | Move `winit` conversions to `iced_winit` | 2019-10-10 | 1 | -3/+0 | |
| | | |||||
| * | Move `winit` logic from `iced` to `iced_winit` | 2019-10-09 | 1 | -0/+1 | |
| | | | | | | | | | | | - 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. | ||||
| * | Remove `stretch` optional dependency in `core` | 2019-09-24 | 1 | -1/+1 | |
| | | |||||
| * | Create `iced_core` and `iced_native` | 2019-09-20 | 1 | -0/+19 | |
