egui/crates
Jackson Kruger 438f6eafc8
Plot widget - allow disabling zoom and drag for x and y separately (#2901)
* Set whether zooming allowed for x and y separately

* Set whether dragging allowed for x and y separately

* Add disclaimers about interaction with data_aspect

* Show zoom & drag behavior in plot demo/charts instead of context menu demo

* Code review suggestions - use AxisBools::any()

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

* Simplify allow_drag and allow_zoom APIs to take in Into<AxisBools>

* Remove unnecessary using...

* Remove unrelated change

---------

Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>
2023-04-18 19:58:19 +02:00
..
ecolor Fix typos (#2866) 2023-04-18 15:52:45 +02:00
eframe Apply 'with_active' option to winit (#2813) 2023-04-18 16:13:25 +02:00
egui Plot widget - allow disabling zoom and drag for x and y separately (#2901) 2023-04-18 19:58:19 +02:00
egui-wgpu Fix typos (#2866) 2023-04-18 15:52:45 +02:00
egui-winit Fix typos (#2866) 2023-04-18 15:52:45 +02:00
egui_demo_app Rename `sh/` folder to `scripts/` 2023-04-18 17:10:52 +02:00
egui_demo_lib Plot widget - allow disabling zoom and drag for x and y separately (#2901) 2023-04-18 19:58:19 +02:00
egui_extras Fix typos (#2866) 2023-04-18 15:52:45 +02:00
egui_glium Fix typos (#2866) 2023-04-18 15:52:45 +02:00
egui_glow Fix typos (#2866) 2023-04-18 15:52:45 +02:00
egui_web Fix typos (#2866) 2023-04-18 15:52:45 +02:00
emath Fix typos (#2866) 2023-04-18 15:52:45 +02:00
epaint Check for typos on CI (#2918) 2023-04-18 16:10:20 +02:00