egui/crates
Emil Ernerfeldt 3a1244f672
Auto-repaint when widgets move or changes id. (#3930)
With this PR, if a widget moves or repaints, egui will automatically
repaint.

Usually this is what you want: if something is moving we should repaint
until it stops moving.

However, this could potentially create false positives in some rare
circumstances, so there is an option to turn it off with
`Options::repaint_on_widget_change`.
2024-02-01 11:33:23 +01:00
..
ecolor Use `Self` everywhere (#3787) 2024-01-08 17:41:21 +01:00
eframe Add `x11` and `wayland` features to egui-wgpu and egui_glow (#3909) 2024-01-30 16:55:55 +01:00
egui Auto-repaint when widgets move or changes id. (#3930) 2024-02-01 11:33:23 +01:00
egui-wgpu Add `x11` and `wayland` features to egui-wgpu and egui_glow (#3909) 2024-01-30 16:55:55 +01:00
egui-winit Postpone call to get_current_texture (#3914) 2024-01-29 18:06:21 +01:00
egui_demo_app Add `x11` and `wayland` features to egui-wgpu and egui_glow (#3909) 2024-01-30 16:55:55 +01:00
egui_demo_lib Plot items now have optional id which is returned in the plot's response when hovered (#3920) 2024-01-30 15:55:56 +01:00
egui_extras Use a selectable label for syntax-highlighted text in egui_extras 2024-01-22 14:47:58 +01:00
egui_glow Add `x11` and `wayland` features to egui-wgpu and egui_glow (#3909) 2024-01-30 16:55:55 +01:00
egui_plot Plot items now have optional id which is returned in the plot's response when hovered (#3920) 2024-01-30 15:55:56 +01:00
egui_web Fix typos (#2866) 2023-04-18 15:52:45 +02:00
emath Expand plot axes thickness to fit their labels (#3921) 2024-01-30 12:45:27 +01:00
epaint Add opacity factor to `TextShape` (#3916) 2024-01-30 15:55:18 +01:00