egui/crates
Emil Ernerfeldt a33ae64785
Fix: assign a different id to each table cell, avoiding id clashes (#4076)
Each cell in a table now has a `Ui` with a unique `Id` based on the row
and column.

This avoids Id-clashes, e.g. when putting a `CollapsingHeader` in a
table cell.
2024-02-20 13:35:19 +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 Fix: images with background color now respects rounding (#4029) 2024-02-18 13:25:11 +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 New widget interaction logic (#4026) 2024-02-17 15:48:23 +01:00
egui_extras Fix: assign a different id to each table cell, avoiding id clashes (#4076) 2024-02-20 13:35:19 +01:00
egui_glow Release 0.26.2 - Response.interact/context_menu fix 2024-02-14 10:49:57 +01:00
egui_plot New widget interaction logic (#4026) 2024-02-17 15:48:23 +01:00
egui_web Fix typos (#2866) 2023-04-18 15:52:45 +02:00
emath Add layer transforms, interaction in layer (#3906) 2024-02-17 11:02:56 +01:00
epaint Add layer transforms, interaction in layer (#3906) 2024-02-17 11:02:56 +01:00