summaryrefslogtreecommitdiffstats
path: root/examples/scroll.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove `scroll` example and `tour.html`Libravatar Héctor Ramón Jiménez2019-11-201-84/+0
|
* Support async actions in `iced_winit`Libravatar Héctor Ramón Jiménez2019-11-171-4/+10
|
* Split text measurements cache from rendering cacheLibravatar Héctor Ramón Jiménez2019-11-111-2/+2
| | | | | This speeds up layouting in the most common scenario considerably! :tada:
* Remove `padding` from `Container` for nowLibravatar Héctor Ramón Jiménez2019-11-111-6/+5
|
* Allow applications to control the window titleLibravatar Héctor Ramón Jiménez2019-11-091-0/+4
| | | | `iced_winit` will change the window title dynamically at runtime!
* Implement text clipping (caching still broken)Libravatar Héctor Ramón Jiménez2019-10-281-11/+5
|
* Improve `scroll` exampleLibravatar Héctor Ramón Jiménez2019-10-271-28/+39
|
* Implement clipping for imagesLibravatar Héctor Ramón Jiménez2019-10-271-13/+15
|
* Expose scrollable offset properlyLibravatar Héctor Ramón Jiménez2019-10-271-11/+10
|
* Draft `Scrollable` widget (no clipping yet!)Libravatar Héctor Ramón Jiménez2019-10-251-0/+69