egui/crates
Lucas Meurer 207e71c2ae
Exclude `\n` when splitting `Galley`s (#7316)
* Follow up to #7146 

Previously when galleys were splitted, each exept the last had an extra
empty row that had to be removed when they were concated. This changes
it to remove the `\n` from the layout jobs when splitting.
2025-07-09 14:53:19 +02:00
..
ecolor Use Rust edition 2024 (#7280) 2025-06-30 14:01:57 +02:00
eframe Respect and detect `prefers-color-scheme: no-preference` (#7293) 2025-07-03 08:58:45 +02:00
egui Exclude `\n` when splitting `Galley`s (#7316) 2025-07-09 14:53:19 +02:00
egui-wgpu Improve texture filtering by doing it in gamma space (#7311) 2025-07-07 17:46:27 +02:00
egui-winit Use Rust edition 2024 (#7280) 2025-06-30 14:01:57 +02:00
egui_demo_app Improve texture filtering by doing it in gamma space (#7311) 2025-07-07 17:46:27 +02:00
egui_demo_lib Deprecate `Memory::popup` API in favor of new `Popup` API (#7317) 2025-07-09 12:55:06 +02:00
egui_extras Extend .typos.toml to enforce american english (#7284) 2025-07-01 15:54:00 +02:00
egui_glow Improve texture filtering by doing it in gamma space (#7311) 2025-07-07 17:46:27 +02:00
egui_kittest egui_kittest: more ergonomic functions taking `Impl Into<String>` (#7307) 2025-07-07 13:50:53 +02:00
egui_plot Move `egui_plot` to its own repo (#4828) 2024-07-15 18:45:19 +02:00
egui_web Rename `master` branch to `main` (#7034) 2025-05-08 09:15:42 +02:00
emath Change `Rect::area` to return zero for negative rectangles (#7305) 2025-07-07 12:03:03 +02:00
epaint Exclude `\n` when splitting `Galley`s (#7316) 2025-07-09 14:53:19 +02:00
epaint_default_fonts Update `emoji-icon-font` with fix for fullwidth latin characters (#7067) 2025-05-21 13:22:23 +02:00