Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-11-20 | Remove `scroll` example and `tour.html` | 1 | -84/+0 | ||
2019-11-17 | Support async actions in `iced_winit` | 1 | -4/+10 | ||
2019-11-11 | Split text measurements cache from rendering cache | 1 | -2/+2 | ||
This speeds up layouting in the most common scenario considerably! :tada: | |||||
2019-11-11 | Remove `padding` from `Container` for now | 1 | -6/+5 | ||
2019-11-09 | Allow applications to control the window title | 1 | -0/+4 | ||
`iced_winit` will change the window title dynamically at runtime! | |||||
2019-10-28 | Implement text clipping (caching still broken) | 1 | -11/+5 | ||
2019-10-27 | Improve `scroll` example | 1 | -28/+39 | ||
2019-10-27 | Implement clipping for images | 1 | -13/+15 | ||
2019-10-27 | Expose scrollable offset properly | 1 | -11/+10 | ||
2019-10-25 | Draft `Scrollable` widget (no clipping yet!) | 1 | -0/+69 | ||