egui/crates/egui_demo_lib/src/demo
Emil Ernerfeldt d7d222d3f6
Polish image API (#3338)
* Imoprove docs for callback shapes

* Improve docs for loader traits

* Use snake_case for feature `all_loaders`

* Make loaders publix

* Slightly better error message on image load failure

* Improve image loading error messages

* Use `bytes://` schema for included bytes loader

* Try user loaders first

* Move `image_loading_spinners` to `Visuals`

* Unify and simplify code

* Make the main text of `Button` optional

This largely makes ImageButton obsolete

* Fix docstrings

* Better docs

* typos

* Use the more explicit `egui_extras::install_image_loaders`

* Simplify `Image::paint_at` function
2023-09-14 16:33:10 +02:00
..
about.rs Add syntax highlighing feature to `egui_extras` (#3333) 2023-09-13 20:39:40 +02:00
code_editor.rs Add syntax highlighing feature to `egui_extras` (#3333) 2023-09-13 20:39:40 +02:00
code_example.rs Add syntax highlighing feature to `egui_extras` (#3333) 2023-09-13 20:39:40 +02:00
context_menu.rs Break out plotting to own crate `egui_plot` (#3282) 2023-08-27 17:22:49 +02:00
dancing_strings.rs Avoid deadlocks by using lambdas for context lock (#2625) 2023-01-25 10:24:23 +01:00
demo_app_windows.rs Add control of line height and letter spacing (#3302) 2023-09-05 10:45:11 +02:00
drag_and_drop.rs Support images with rounded corners (#3257) 2023-08-15 09:29:30 +02:00
font_book.rs Avoid deadlocks by using lambdas for context lock (#2625) 2023-01-25 10:24:23 +01:00
highlighting.rs Add ability to highlight any widget (#2632) 2023-01-27 23:36:14 +01:00
layout_test.rs Increase MSRV to 1.67 (#3234) 2023-08-11 13:54:02 +02:00
misc_demo_window.rs Add control of line height and letter spacing (#3302) 2023-09-05 10:45:11 +02:00
mod.rs Add control of line height and letter spacing (#3302) 2023-09-05 10:45:11 +02:00
multi_touch.rs Increase MSRV to 1.67 (#3234) 2023-08-11 13:54:02 +02:00
paint_bezier.rs Avoid deadlocks by using lambdas for context lock (#2625) 2023-01-25 10:24:23 +01:00
painting.rs `Painter` extend accepts `IntoIter` (#2249) 2022-11-07 09:32:28 +01:00
password.rs Avoid deadlocks by using lambdas for context lock (#2625) 2023-01-25 10:24:23 +01:00
plot_demo.rs Break out plotting to own crate `egui_plot` (#3282) 2023-08-27 17:22:49 +02:00
scrolling.rs Increase MSRV to 1.67 (#3234) 2023-08-11 13:54:02 +02:00
sliders.rs Add `trailing_fill()` toggle to `Slider` (#2660) 2023-02-05 08:17:58 +01:00
strip_demo.rs Fix the "ever-growing height" problem of Strip and Table demos (#3122) 2023-08-10 12:35:40 +02:00
table_demo.rs Fix the "ever-growing height" problem of Strip and Table demos (#3122) 2023-08-10 12:35:40 +02:00
tests.rs Increase MSRV to 1.67 (#3234) 2023-08-11 13:54:02 +02:00
text_edit.rs Add control of line height and letter spacing (#3302) 2023-09-05 10:45:11 +02:00
text_layout.rs Add control of line height and letter spacing (#3302) 2023-09-05 10:45:11 +02:00
toggle_switch.rs Move all crates into a `crates` directory (#1940) 2022-08-20 10:41:49 +02:00
widget_gallery.rs Polish image API (#3338) 2023-09-14 16:33:10 +02:00
window_options.rs Avoid deadlocks by using lambdas for context lock (#2625) 2023-01-25 10:24:23 +01:00
window_with_panels.rs Control `Separator` widths, and less clipping in `ScrollArea` (#2665) 2023-02-03 13:19:25 +01:00