egui/crates
Emil Ernerfeldt a7f14ca176
Deprecate `Memory::popup` API in favor of new `Popup` API (#7317)
* Closes  #7037
* Closes #7297

This deprecates all popup-related function in `Memory`, replacing them
with the new `egui::Popup`.

The new API is nicer in all ways, so we should encourage people to use
it.
2025-07-09 12:55:06 +02:00
..
ecolor Use Rust edition 2024 (#7280) 2025-06-30 14:01:57 +02:00
eframe Respect and detect `prefers-color-scheme: no-preference` (#7293) 2025-07-03 08:58:45 +02:00
egui Deprecate `Memory::popup` API in favor of new `Popup` API (#7317) 2025-07-09 12:55:06 +02:00
egui-wgpu Improve texture filtering by doing it in gamma space (#7311) 2025-07-07 17:46:27 +02:00
egui-winit Use Rust edition 2024 (#7280) 2025-06-30 14:01:57 +02:00
egui_demo_app Improve texture filtering by doing it in gamma space (#7311) 2025-07-07 17:46:27 +02:00
egui_demo_lib Deprecate `Memory::popup` API in favor of new `Popup` API (#7317) 2025-07-09 12:55:06 +02:00
egui_extras Extend .typos.toml to enforce american english (#7284) 2025-07-01 15:54:00 +02:00
egui_glow Improve texture filtering by doing it in gamma space (#7311) 2025-07-07 17:46:27 +02:00
egui_kittest egui_kittest: more ergonomic functions taking `Impl Into<String>` (#7307) 2025-07-07 13:50:53 +02:00
egui_plot Move `egui_plot` to its own repo (#4828) 2024-07-15 18:45:19 +02:00
egui_web Rename `master` branch to `main` (#7034) 2025-05-08 09:15:42 +02:00
emath Change `Rect::area` to return zero for negative rectangles (#7305) 2025-07-07 12:03:03 +02:00
epaint Add `Galley::intrinsic_size` and use it in `AtomLayout` (#7146) 2025-07-09 08:19:04 +02:00
epaint_default_fonts Update `emoji-icon-font` with fix for fullwidth latin characters (#7067) 2025-05-21 13:22:23 +02:00