egui/crates/egui_extras/src
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
..
datepicker Some clippy fixes from 1.72.0 2023-08-25 07:44:25 +02:00
loaders Polish image API (#3338) 2023-09-14 16:33:10 +02:00
image.rs Final polish for new image loading (#3328) 2023-09-13 16:27:08 +02:00
layout.rs Lint vertical spacing in the code (#3224) 2023-08-10 15:26:54 +02:00
lib.rs Polish image API (#3338) 2023-09-14 16:33:10 +02:00
loaders.rs Polish image API (#3338) 2023-09-14 16:33:10 +02:00
sizing.rs Add syntax highlighing feature to `egui_extras` (#3333) 2023-09-13 20:39:40 +02:00
strip.rs Fix dobule "for" typo (#3189) 2023-08-09 16:48:21 +02:00
syntax_highlighting.rs `egui_extras`: always depend on `log` crate (#3336) 2023-09-14 11:20:34 +02:00
table.rs Add `TableBuilder::drag_to_scroll` (#3100) 2023-08-14 18:21:42 +02:00