egui/crates
Emil Ernerfeldt ff39fd6195
Fix: dragging to above/below a `TextEdit` or `Label` will select text to begin/end (#3858)
This also adds a `Galley::begin` method to match `Galley::end` (both
returning cursor positions).

* Part of https://github.com/emilk/egui/issues/3816
2024-01-22 10:49:42 +01:00
..
ecolor Use `Self` everywhere (#3787) 2024-01-08 17:41:21 +01:00
eframe Lower some logging from debug -> trace 2024-01-19 13:44:04 +01:00
egui Fix: dragging to above/below a `TextEdit` or `Label` will select text to begin/end (#3858) 2024-01-22 10:49:42 +01:00
egui-wgpu Update wgpu to 0.19 (#3824) 2024-01-19 10:14:13 +01:00
egui-winit Fix: handle `IconData::default()` without crashing (#3842) 2024-01-19 14:24:26 +01:00
egui_demo_app Update wgpu to 0.19 (#3824) 2024-01-19 10:14:13 +01:00
egui_demo_lib Refactor: move text selection logic to own module (#3843) 2024-01-19 15:38:53 +01:00
egui_extras Update to ehttp 0.4 (#3834) 2024-01-17 15:39:28 +01:00
egui_glow Update wgpu to 0.19 (#3824) 2024-01-19 10:14:13 +01:00
egui_plot Use `Self` everywhere (#3787) 2024-01-08 17:41:21 +01:00
egui_web Fix typos (#2866) 2023-04-18 15:52:45 +02:00
emath Use `Self` everywhere (#3787) 2024-01-08 17:41:21 +01:00
epaint Fix: dragging to above/below a `TextEdit` or `Label` will select text to begin/end (#3858) 2024-01-22 10:49:42 +01:00