egui/crates/egui_demo_lib/src/demo
Emil Ernerfeldt da0a178701
Style tweaks (#2406)
* Note the namechange of egui::color to egui::ecolor

* Use a solid triangle for collapsing headers and windows

* Add Shadow::NONE

* Add Visuals::panel_fill, window_fill and window_stroke

* Bug fix: ComboBox::width sets the outer width of the ComboBox

* egui_extras::Table: add functions to access the `Ui` for the header/body

* ComboBox: use solid triangle

* Tweak default menu margin

* Nudge panel separator lines so they stay visible

* Update changelogs
2022-12-08 10:55:13 +01:00
..
about.rs Move all crates into a `crates` directory (#1940) 2022-08-20 10:41:49 +02:00
code_editor.rs Move all crates into a `crates` directory (#1940) 2022-08-20 10:41:49 +02:00
code_example.rs Move all crates into a `crates` directory (#1940) 2022-08-20 10:41:49 +02:00
context_menu.rs Move all crates into a `crates` directory (#1940) 2022-08-20 10:41:49 +02:00
dancing_strings.rs Move all crates into a `crates` directory (#1940) 2022-08-20 10:41:49 +02:00
demo_app_windows.rs Change demo keyboard shortcuts to some that work in the browser 2022-12-05 17:57:11 +01:00
drag_and_drop.rs Style tweaks (#2406) 2022-12-08 10:55:13 +01:00
font_book.rs Fix text sizes being too small (#2069) 2022-09-21 21:31:08 +02:00
layout_test.rs Enable and fix some more clippy lints 2022-12-05 09:29:59 +01:00
misc_demo_window.rs Split out ecolor crate (#2399) 2022-12-06 20:42:25 +01:00
mod.rs Move all crates into a `crates` directory (#1940) 2022-08-20 10:41:49 +02:00
multi_touch.rs Move all crates into a `crates` directory (#1940) 2022-08-20 10:41:49 +02:00
paint_bezier.rs `Painter` extend accepts `IntoIter` (#2249) 2022-11-07 09:32:28 +01:00
painting.rs `Painter` extend accepts `IntoIter` (#2249) 2022-11-07 09:32:28 +01:00
password.rs Move all crates into a `crates` directory (#1940) 2022-08-20 10:41:49 +02:00
plot_demo.rs Specify deifferent minification and magnification filters (#2224) 2022-11-02 17:54:06 +01:00
scrolling.rs Split out ecolor crate (#2399) 2022-12-06 20:42:25 +01:00
sliders.rs Move all crates into a `crates` directory (#1940) 2022-08-20 10:41:49 +02:00
strip_demo.rs Move all crates into a `crates` directory (#1940) 2022-08-20 10:41:49 +02:00
table_demo.rs Make sure scroll bars are always visible (#2371) 2022-11-30 22:58:00 +01:00
tests.rs Move all crates into a `crates` directory (#1940) 2022-08-20 10:41:49 +02:00
text_edit.rs Enable and fix some more clippy lints 2022-12-05 09:29:59 +01:00
toggle_switch.rs Move all crates into a `crates` directory (#1940) 2022-08-20 10:41:49 +02:00
widget_gallery.rs Chrono update (#2397) 2022-12-06 11:42:53 +01:00
window_options.rs Move all crates into a `crates` directory (#1940) 2022-08-20 10:41:49 +02:00
window_with_panels.rs Enable and fix some more clippy lints 2022-12-05 09:29:59 +01:00