egui/egui_demo_lib/src/apps/demo
Emil Ernerfeldt eda1d91654 Add culling of the painting for most widgets
This is a good early-out for widgets in `ScrollAreas`, but
also prepares for speeding up the first pass of a possible two-pass
version of egui: https://github.com/emilk/egui/issues/843
2021-11-01 22:08:23 +01:00
..
app.rs End statements with semicolon (clippy::semicolon_if_nothing_returned) 2021-10-20 16:46:57 +02:00
code_editor.rs demo: add syntax_highlighting module with theme editor 2021-10-09 12:04:10 +02:00
code_example.rs Code example demo: remove extra ScrollArea 2021-10-23 15:36:25 +02:00
context_menu.rs Clean up some of the new context menus 2021-10-26 20:16:46 +02:00
dancing_strings.rs dancing_string demo: handle large input.time 2021-10-24 18:38:44 +02:00
demo_app_windows.rs Context menus (#543) 2021-10-26 19:55:42 +02:00
drag_and_drop.rs Fix Response::context_menu return type (#857) 2021-11-01 19:27:51 +01:00
font_book.rs Rich text for all widgets (#855) 2021-11-01 21:30:10 +01:00
layout_test.rs code cleanup: use Trait as _; 2021-10-09 12:04:10 +02:00
misc_demo_window.rs Rich text for all widgets (#855) 2021-11-01 21:30:10 +01:00
mod.rs Context menus (#543) 2021-10-26 19:55:42 +02:00
multi_touch.rs use map_or and map_or_else 2021-10-20 16:46:57 +02:00
painting.rs code cleanup: use Trait as _; 2021-10-09 12:04:10 +02:00
password.rs Update "password" demo (storing widget state) after #836 refactor 2021-10-27 16:40:21 +02:00
plot_demo.rs Use for-loop instead of Iterator::for_each 2021-10-20 16:46:57 +02:00
scrolling.rs ScrollArea: add methods to control horizontal scroll offset 2021-11-01 19:43:27 +01:00
sliders.rs code cleanup: use Trait as _; 2021-10-09 12:04:10 +02:00
tests.rs Rich text for all widgets (#855) 2021-11-01 21:30:10 +01:00
toggle_switch.rs Add culling of the painting for most widgets 2021-11-01 22:08:23 +01:00
widget_gallery.rs Context menus (#543) 2021-10-26 19:55:42 +02:00
window_options.rs Context menus (#543) 2021-10-26 19:55:42 +02:00
window_with_panels.rs Rich text for all widgets (#855) 2021-11-01 21:30:10 +01:00