egui/crates
Emil Ernerfeldt 3777b8d274
Truncate text in clipped `Table` columns (#5023)
* Closes https://github.com/emilk/egui/issues/5013
* Columns with `clip = true` will have `TextWrapMode::Truncate` set
* Added setting `Column::auto_size_this_frame` (acts like a double-click
on column resizer)
* Set `sizing_pass` on all cells in a column that is being auto-sized
(e.g. on double-click)


![image](https://github.com/user-attachments/assets/360f6b59-c9a9-468b-8919-4b7e4fc6661a)
2024-08-29 10:38:19 +02:00
..
ecolor Remove wildcard imports (#5018) 2024-08-28 12:18:42 +02:00
eframe Remove wildcard imports (#5018) 2024-08-28 12:18:42 +02:00
egui Truncate text in clipped `Table` columns (#5023) 2024-08-29 10:38:19 +02:00
egui-wgpu Remove wildcard imports (#5018) 2024-08-28 12:18:42 +02:00
egui-winit Remove wildcard imports (#5018) 2024-08-28 12:18:42 +02:00
egui_demo_app Remove wildcard imports (#5018) 2024-08-28 12:18:42 +02:00
egui_demo_lib Remove wildcard imports (#5018) 2024-08-28 12:18:42 +02:00
egui_extras Truncate text in clipped `Table` columns (#5023) 2024-08-29 10:38:19 +02:00
egui_glow Remove wildcard imports (#5018) 2024-08-28 12:18:42 +02:00
egui_plot Move `egui_plot` to its own repo (#4828) 2024-07-15 18:45:19 +02:00
egui_web Fix typos (#2866) 2023-04-18 15:52:45 +02:00
emath Remove wildcard imports (#5018) 2024-08-28 12:18:42 +02:00
epaint Remove wildcard imports (#5018) 2024-08-28 12:18:42 +02:00
epaint_default_fonts Move default fonts to new crate `epaint_default_fonts` (#4853) 2024-07-31 09:50:02 +02:00