egui/crates/egui_demo_lib/src/demo
Emil Ernerfeldt d0876a1a60
Rename `master` branch to `main` (#7034)
For consistency with other repositories, i.e. so I can write `git
checkout main` without worrying which repo I'm browsing.
2025-05-08 09:15:42 +02:00
..
tests Enable more clippy lints (#6853) 2025-04-24 17:32:50 +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 Enable more clippy lints (#6853) 2025-04-24 17:32:50 +02:00
dancing_strings.rs Remove wildcard imports (#5018) 2024-08-28 12:18:42 +02:00
demo_app_windows.rs Enable more clippy lints (#6853) 2025-04-24 17:32:50 +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 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 ⚠️ Rename `Rounding` to `CornerRadius` (#5673) 2025-02-04 12:53:18 +01:00
mod.rs ⚠️ Improved menu based on `egui::Popup` (#5716) 2025-03-03 14:56:30 +01:00
modals.rs Enable more clippy lints (#6853) 2025-04-24 17:32:50 +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 Enable more clippy lints (#6853) 2025-04-24 17:32:50 +02:00
painting.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 Rename `master` branch to `main` (#7034) 2025-05-08 09:15:42 +02:00
popups.rs Add color picker menu item example (#5755) 2025-03-19 09:33:17 +01: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 Enable more clippy lints (#6853) 2025-04-24 17:32:50 +02:00
scrolling.rs Enable more clippy lints (#6853) 2025-04-24 17:32:50 +02:00
sliders.rs Update MSRV to Rust 1.79 (#5421) 2024-12-01 18:58:35 +01: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 overline option for Table rows (#5637) 2025-04-08 11:36:43 +02:00
text_edit.rs Enable more clippy lints (#6853) 2025-04-24 17:32:50 +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 Add undo/redo demo. (#4811) 2024-07-15 10:54:34 +02:00
widget_gallery.rs Enable more clippy lints (#6853) 2025-04-24 17:32:50 +02:00
window_options.rs Add `Ui::close` and `Response::should_close` (#5729) 2025-02-20 17:59:29 +01:00