egui/crates
Sven Niederberger 69b568aeb4
Improved plot groups and bounds handling (#2410)
* improve plot groups and bounds handling

* changelog entry

* fix potential deadlock

* fix two more potential deadlocks

* syntax fix

* move changelog entry

* move category

* Update crates/egui/src/widgets/plot/mod.rs

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

* Update crates/egui_demo_lib/src/demo/plot_demo.rs

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

* clean up suggestions

* address comments

* use the new methods

* fix locked bounds

* Sync bounds_modified along with the bounds themselves

* move changelog entry

* Remove set_bounds_auto - not necessary any more

* add a comment about bounds modifications

---------

Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>
Co-authored-by: Jackson Kruger <jackson@farprobe.com>
2023-04-18 16:27:00 +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 Improved plot groups and bounds handling (#2410) 2023-04-18 16:27:00 +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 Fix typos (#2866) 2023-04-18 15:52:45 +02:00
egui_demo_lib Improved plot groups and bounds handling (#2410) 2023-04-18 16:27:00 +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