egui/crates
Matt Campbell 0336816faf
Fix keyboard support in `DragValue` (#2342)
* Enable incrementing and decrementing `DragValue` with the keyboard

* As soon as a DragValue is focused, render it in edit mode

* Simpler, more reliable approach to managing the drag value's edit string

* Add changelog entry

* Update doc comment

Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>

* Add comment explaining why we don't listen for left/right arrow

Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>
2022-11-29 15:27:14 +01:00
..
eframe [WGPU] Allow for depth buffer in web target (#2335) 2022-11-24 20:40:53 +01:00
egui Fix keyboard support in `DragValue` (#2342) 2022-11-29 15:27:14 +01:00
egui-wgpu [WGPU] Allow for depth buffer in web target (#2335) 2022-11-24 20:40:53 +01:00
egui-winit Update to Rust 1.65 (#2314) 2022-11-16 19:08:03 +01:00
egui_demo_app Update to Rust 1.65 (#2314) 2022-11-16 19:08:03 +01:00
egui_demo_lib Update to Rust 1.65 (#2314) 2022-11-16 19:08:03 +01:00
egui_extras Update to Rust 1.65 (#2314) 2022-11-16 19:08:03 +01:00
egui_glium Update to Rust 1.65 (#2314) 2022-11-16 19:08:03 +01:00
egui_glow Update the glow example to avoid a white flash when the app starts. (#2345) 2022-11-29 15:04:17 +01:00
egui_web Fix broken GitHub source links due to #1940 2022-08-20 15:18:02 +02:00
emath Move egui::util::History to emath::History (#2329) 2022-11-21 14:14:33 +01:00
epaint epaint: cover default fonts in the license field (#2327) 2022-11-22 13:44:01 +01:00