egui/crates/egui_extras/src
Lucas Meurer 9150b9342d
Make individual egui_extras image loaders public (#7551)
This was initially a PR to add kitdiff, but this now lives in it's own
crate: https://github.com/rerun-io/kitdiff

I needed to make the image loaders public, this way it's possible to
compose image loaders together (which allowed me to create a image diff
loader that uses two other image loaders). But you can't use the
`ctx.try_load_image` since that would deadlock, so you have to store a
reference to the other loader in the wrapping loader.
2025-09-23 10:07:18 +02:00
..
datepicker Fix: prevent calendar popup from closing on dropdown change (#7409) 2025-09-04 13:13:28 +02:00
loaders Make individual egui_extras image loaders public (#7551) 2025-09-23 10:07:18 +02:00
image.rs Remove things that have been deprecated for over a year (#7099) 2025-05-28 09:47:15 +02:00
layout.rs Implement `BitOr` and `BitOrAssign` for `Rect` (#7319) 2025-07-09 15:29:51 +02:00
lib.rs Make individual egui_extras image loaders public (#7551) 2025-09-23 10:07:18 +02:00
loaders.rs Make individual egui_extras image loaders public (#7551) 2025-09-23 10:07:18 +02:00
sizing.rs Add assert messages and print bad argument values in asserts (#5216) 2025-03-25 09:20:29 +01:00
strip.rs Use Rust edition 2024 (#7280) 2025-06-30 14:01:57 +02:00
syntax_highlighting.rs feat: Add serde serialization to SyntectSettings (#7506) 2025-09-09 11:17:07 +02:00
table.rs Fix: use unique id for resize columns in `Table` (#7414) 2025-08-24 16:40:44 +02:00