egui/crates/egui_demo_lib/src/demo
Emil Ernerfeldt 7bac528d4d
Add `egui::Sides` for adding UI on left and right sides (#5036)
* Closes https://github.com/emilk/egui/issues/5015
2024-09-02 10:47:20 +02:00
..
tests Remove wildcard imports (#5018) 2024-08-28 12:18:42 +02:00
about.rs Put all `egui_demo_lib` tests into their own files in their own folder (#4691) 2024-06-23 10:53:04 +02:00
code_editor.rs Put all `egui_demo_lib` tests into their own files in their own folder (#4691) 2024-06-23 10:53:04 +02:00
code_example.rs Add `clamp_to_range` option to DragValue, rename `clamp_range` to `range` (deprecating the former) (#4728) 2024-06-28 16:06:59 +02:00
context_menu.rs Move `egui_plot` to its own repo (#4828) 2024-07-15 18:45:19 +02:00
dancing_strings.rs Remove wildcard imports (#5018) 2024-08-28 12:18:42 +02:00
demo_app_windows.rs Fix blurry lines (#4943) 2024-08-30 09:57:32 +02:00
drag_and_drop.rs Remove wildcard imports (#5018) 2024-08-28 12:18:42 +02:00
extra_viewport.rs Put all `egui_demo_lib` tests into their own files in their own folder (#4691) 2024-06-23 10:53:04 +02:00
font_book.rs Put all `egui_demo_lib` tests into their own files in their own folder (#4691) 2024-06-23 10:53:04 +02:00
frame_demo.rs Put all `egui_demo_lib` tests into their own files in their own folder (#4691) 2024-06-23 10:53:04 +02:00
highlighting.rs Put all `egui_demo_lib` tests into their own files in their own folder (#4691) 2024-06-23 10:53:04 +02:00
misc_demo_window.rs Remove wildcard imports (#5018) 2024-08-28 12:18:42 +02:00
mod.rs Move `egui_plot` to its own repo (#4828) 2024-07-15 18:45:19 +02:00
multi_touch.rs Put all `egui_demo_lib` tests into their own files in their own folder (#4691) 2024-06-23 10:53:04 +02:00
paint_bezier.rs Remove wildcard imports (#5018) 2024-08-28 12:18:42 +02:00
painting.rs Remove wildcard imports (#5018) 2024-08-28 12:18:42 +02:00
pan_zoom.rs Remove wildcard imports (#5018) 2024-08-28 12:18:42 +02:00
panels.rs Put all `egui_demo_lib` tests into their own files in their own folder (#4691) 2024-06-23 10:53:04 +02:00
password.rs Avoid deadlocks by using lambdas for context lock (#2625) 2023-01-25 10:24:23 +01:00
scrolling.rs Remove wildcard imports (#5018) 2024-08-28 12:18:42 +02:00
sliders.rs Remove wildcard imports (#5018) 2024-08-28 12:18:42 +02:00
strip_demo.rs Put all `egui_demo_lib` tests into their own files in their own folder (#4691) 2024-06-23 10:53:04 +02:00
table_demo.rs Add `egui::Sides` for adding UI on left and right sides (#5036) 2024-09-02 10:47:20 +02:00
text_edit.rs Put all `egui_demo_lib` tests into their own files in their own folder (#4691) 2024-06-23 10:53:04 +02:00
text_layout.rs Put all `egui_demo_lib` tests into their own files in their own folder (#4691) 2024-06-23 10:53:04 +02:00
toggle_switch.rs Disabled widgets are now also disabled in the accesskit output (#4750) 2024-07-02 09:18:30 +02:00
tooltips.rs Fix typos (#4796) 2024-07-07 08:50:04 +02:00
undo_redo.rs Add undo/redo demo. (#4811) 2024-07-15 10:54:34 +02:00
widget_gallery.rs Create a `UiBuilder` for building `Ui`s (#4969) 2024-08-26 08:51:18 +02:00
window_options.rs Put all `egui_demo_lib` tests into their own files in their own folder (#4691) 2024-06-23 10:53:04 +02:00