egui/crates
Antoine Beyeler add1695624
Fix plot auto-bounds unset by default (#3722)
These PR recently cleaned up the code around auto-bounds, but introduced
an involuntary change whereby auto-bounds would not be enabled by
default. All plots would default to being not properly centred as a
result.

- #3587
- #3586

This PR changes the default back to enabled. It also deprecates
`auto_bounds_x()` and `auto_bounds_y()`, which could only enable
auto-bounds (which is not very useful as auto-bounds were, and now are
again, enabled by default). A new `auto_bounds()` API can now be sued to
disable auto-bounds if needed.

Fixes #3712 
Fixes https://github.com/rerun-io/rerun/issues/4503
2023-12-19 17:58:59 +01:00
..
ecolor Release 0.24.1 - Bug fixes 2023-11-30 17:46:25 +01:00
eframe `eframe`: If both `glow` and `wgpu` features are enabled, default to `wgpu` (#3717) 2023-12-19 09:51:05 +01:00
egui Add `TexturePoll::texture_id` 2023-12-18 17:28:47 +01:00
egui-wgpu Update to winit 0.29 (#3649) 2023-12-18 14:53:14 +01:00
egui-winit Update to winit 0.29 (#3649) 2023-12-18 14:53:14 +01:00
egui_demo_app Update dependencies (#3700) 2023-12-12 12:59:40 +01:00
egui_demo_lib Update dependencies (#3700) 2023-12-12 12:59:40 +01:00
egui_extras Update to winit 0.29 (#3649) 2023-12-18 14:53:14 +01:00
egui_glow Update to glow 0.13 (#3715) 2023-12-18 15:15:20 +01:00
egui_plot Fix plot auto-bounds unset by default (#3722) 2023-12-19 17:58:59 +01:00
egui_web Fix typos (#2866) 2023-04-18 15:52:45 +02:00
emath Add a bunch of `#[inline]` 2023-12-18 17:28:47 +01:00
epaint Update dependencies (#3700) 2023-12-12 12:59:40 +01:00