egui/crates/egui_demo_lib/src/demo
Emil Ernerfeldt f38515afe9
Add `Slider::clamping` for precise clamp control (#5119)
This deprecates `.clamp_to_range` in favor of more control using
`.clamping`.

## Related
* https://github.com/emilk/egui/pull/4728
* Closes https://github.com/emilk/egui/issues/4881
* https://github.com/emilk/egui/pull/4882
* https://github.com/emilk/egui/pull/5118
2024-09-17 15:44:22 +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 Use Style's font size in egui_extras::syntax_highlighting (#5090) 2024-09-10 11:38:26 +02:00
code_example.rs Use Style's font size in egui_extras::syntax_highlighting (#5090) 2024-09-10 11:38:26 +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 Make Light & Dark Visuals Customizable When Following The System Theme (#4744) 2024-09-11 17:52:53 +02:00
sliders.rs Add `Slider::clamping` for precise clamp control (#5119) 2024-09-17 15:44:22 +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