egui/crates
Antoine Beyeler d468d43dad
Add `Response::paint_debug_info()` to make it easy to visualize a widget's id and state (#4056)
This PR adds a new `paint_debug_info()` debug method to `Response` in
order to draw the response's `Rect`, it's id, and some of its state
(active, hovered) via a color code:


![Export-1708083028898](https://github.com/emilk/egui/assets/49431240/ce050448-3f11-4bb1-8959-417d106a89ac)
2024-02-16 12:45:30 +01:00
..
ecolor Release 0.26.2 - Response.interact/context_menu fix 2024-02-14 10:49:57 +01:00
eframe Release 0.26.2 - Response.interact/context_menu fix 2024-02-14 10:49:57 +01:00
egui Add `Response::paint_debug_info()` to make it easy to visualize a widget's id and state (#4056) 2024-02-16 12:45:30 +01:00
egui-wgpu Release 0.26.2 - Response.interact/context_menu fix 2024-02-14 10:49:57 +01:00
egui-winit Release 0.26.2 - Response.interact/context_menu fix 2024-02-14 10:49:57 +01:00
egui_demo_app Update `ehttp` to 0.5 (#4055) 2024-02-16 10:57:54 +01:00
egui_demo_lib Add `Ui::set_opacity` (#3965) 2024-02-16 10:39:30 +01:00
egui_extras Update `ehttp` to 0.5 (#4055) 2024-02-16 10:57:54 +01:00
egui_glow Release 0.26.2 - Response.interact/context_menu fix 2024-02-14 10:49:57 +01:00
egui_plot Plot widget - allow disabling scroll for x and y separately (#4051) 2024-02-16 09:23:08 +01:00
egui_web Fix typos (#2866) 2023-04-18 15:52:45 +02:00
emath Use more workspace dependencies (#3975) 2024-02-05 12:43:58 +01:00
epaint Release 0.26.2 - Response.interact/context_menu fix 2024-02-14 10:49:57 +01:00