egui/crates/egui_demo_lib/src/demo
Emil Ernerfeldt 9478a6223b
Rename `egui::containers::menu::Bar` to `egui::MenuBar` (#7327)
The old name is still there, just deprecated.
2025-07-10 10:33:48 +02:00
..
tests egui_kittest: more ergonomic functions taking `Impl Into<String>` (#7307) 2025-07-07 13:50:53 +02:00
about.rs Remove `egui::special_emojis::TWITTER` (#5622) 2025-01-21 11:56:45 +01:00
code_editor.rs Use `TextBuffer` for `layouter` in `TextEdit` instead of `&str` (#5712) 2025-04-06 18:45:20 +02:00
code_example.rs Update MSRV to 1.85 (#7279) 2025-06-30 13:43:27 +02:00
dancing_strings.rs Use Rust edition 2024 (#7280) 2025-06-30 14:01:57 +02:00
demo_app_windows.rs Rename `egui::containers::menu::Bar` to `egui::MenuBar` (#7327) 2025-07-10 10:33:48 +02:00
drag_and_drop.rs Use Rust edition 2024 (#7280) 2025-06-30 14:01:57 +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 Enable more clippy lints (#6853) 2025-04-24 17:32:50 +02:00
frame_demo.rs ⚠️ Rename `Rounding` to `CornerRadius` (#5673) 2025-02-04 12:53:18 +01: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
interactive_container.rs Enable more clippy lints (#6853) 2025-04-24 17:32:50 +02:00
misc_demo_window.rs Use Rust edition 2024 (#7280) 2025-06-30 14:01:57 +02:00
mod.rs ⚠️ Improved menu based on `egui::Popup` (#5716) 2025-03-03 14:56:30 +01:00
modals.rs Deprecate `Memory::popup` API in favor of new `Popup` API (#7317) 2025-07-09 12:55:06 +02:00
multi_touch.rs Use Rust edition 2024 (#7280) 2025-06-30 14:01:57 +02:00
paint_bezier.rs Use Rust edition 2024 (#7280) 2025-06-30 14:01:57 +02:00
painting.rs Use Rust edition 2024 (#7280) 2025-06-30 14:01:57 +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 Remove `SelectableLabel` (#7277) 2025-07-03 16:34:47 +02:00
popups.rs Use Rust edition 2024 (#7280) 2025-06-30 14:01:57 +02:00
scene.rs Remove date button from Scene demo, so as not to fail tests each day (#5657) 2025-01-30 20:51:12 +01:00
screenshot.rs lint: fix lints appearing in rust stable currently (#7118) 2025-06-11 17:38:06 +02:00
scrolling.rs Implement `BitOr` and `BitOrAssign` for `Rect` (#7319) 2025-07-09 15:29:51 +02:00
sliders.rs Use Rust edition 2024 (#7280) 2025-06-30 14:01:57 +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 Use Rust edition 2024 (#7280) 2025-06-30 14:01:57 +02:00
text_edit.rs Use Rust edition 2024 (#7280) 2025-06-30 14:01:57 +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 Rename `master` branch to `main` (#7034) 2025-05-08 09:15:42 +02:00
tooltips.rs Add `Popup` and `Tooltip`, unifying the previous behaviours (#5713) 2025-02-18 15:53:07 +01:00
undo_redo.rs Use Rust edition 2024 (#7280) 2025-06-30 14:01:57 +02:00
widget_gallery.rs Add light-mode Widget Gallery screenshot test (#7288) 2025-07-02 12:00:36 +02:00
window_options.rs Add `Ui::close` and `Response::should_close` (#5729) 2025-02-20 17:59:29 +01:00