egui/crates
Emil Ernerfeldt 407224746d
Take clip_rect into account when storing widget rects (#4020)
* Bug introduced in https://github.com/emilk/egui/pull/4013
* Closes https://github.com/emilk/egui/issues/4017

Unfortunately this is a breaking change, since it changes the fields of
`Response`, so can't do a patch-release with this.
2024-02-10 17:28:38 +01:00
..
ecolor Release 0.26.0 - Text selection in labels 2024-02-05 17:28:10 +01:00
eframe Fix high CPU usage on Windows when app is minimized (#3985) 2024-02-06 13:24:49 +01:00
egui Take clip_rect into account when storing widget rects (#4020) 2024-02-10 17:28:38 +01:00
egui-wgpu Improve panic message in egui-wgpu when failing to create buffers (#3986) 2024-02-10 09:15:30 +01:00
egui-winit Add F21 to F35 key bindings (#4004) 2024-02-08 10:57:32 +01:00
egui_demo_app Make `egui_wgpu::renderer` a private module (#3979) 2024-02-05 15:12:59 +01:00
egui_demo_lib Fix: `Response.interact_pointer_pos` is `Some` on click and drag released (#4014) 2024-02-10 11:21:57 +01:00
egui_extras Add scroll bar visibility option to Table widget (#3981) 2024-02-06 13:28:20 +01:00
egui_glow egui_glow: Only disable sRGB framebuffer on supported platforms (#3994) 2024-02-08 08:54:14 +01:00
egui_plot Release 0.26.0 - Text selection in labels 2024-02-05 17:28:10 +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.0 - Text selection in labels 2024-02-05 17:28:10 +01:00