egui/egui_demo_lib/src
Emil Ernerfeldt 105b999cb6
Horizontal scrolling (#663)
* First pass (missing rendering the bar)

* Render horizontal bars, and change Window scroll API

* emath: add impl Index + IndexMut for Align2

* Scrolling: fix subtle sizing bugs

* Add horizontal scrolling to color test

* try to wrap content before showing scrollbars, + add auto-shrink option

* Add hscroll to the misc demo window

* Fix for putting wrapping labels in an infinitely wide layout

* Add a egui_asserts to protect against nans in the layout engine

* Add line about horizontal scrolling to changelog

* Add example to docs of ScrollArea

* code cleanup
2021-08-28 13:18:21 +02:00
..
apps Horizontal scrolling (#663) 2021-08-28 13:18:21 +02:00
easy_mark Horizontal scrolling (#663) 2021-08-28 13:18:21 +02:00
backend_panel.rs Horizontal scrolling (#663) 2021-08-28 13:18:21 +02:00
frame_history.rs Typo previus -> previous (#214) 2021-03-09 18:57:45 +01:00
lib.rs Update dependencies and pass all clippy's (#636) 2021-08-20 22:31:20 +02:00
wrap_app.rs Drag and drop files into egui_glium and egui_web (#637) 2021-08-20 22:20:45 +02:00