egui/crates
Emil Ernerfeldt 36ebce163a
egui_plots: Fix the same plot tick label being painted multiple times (#4307)
Usually this isn't visible (the same label being painted on top of
itself), but it will be visible if the user has a custom formatter (e.g.
`y_axis_formatter`) that choses a different format based on
`GridMark:step_size` (e.g. using fewer decimals for thicker ticks).
2024-04-02 15:37:44 +02:00
..
ecolor Change `Frame::multiply_with_opacity` to multiply in gamma space (#4283) 2024-03-30 18:39:05 +01:00
eframe Fix typos and false positives found by new version of 'typos' 2024-04-02 09:55:13 +02:00
egui Support order on windows (#4301) 2024-04-02 10:33:14 +02:00
egui-wgpu Release 0.27.1 (#4264) 2024-03-29 13:12:26 +01:00
egui-winit Fix `ViewportCommand::InnerSize` not resizing viewport on Wayland (#4211) 2024-03-30 20:09:28 +01:00
egui_demo_app Rename "Color test" to "Rendering test", and restructure it slightly (#4298) 2024-04-01 13:08:52 +02:00
egui_demo_lib Rename "Color test" to "Rendering test", and restructure it slightly (#4298) 2024-04-01 13:08:52 +02:00
egui_extras Release 0.27.1 (#4264) 2024-03-29 13:12:26 +01:00
egui_glow Remove a bunch of `unwrap()` (#4285) 2024-03-30 19:33:19 +01:00
egui_plot egui_plots: Fix the same plot tick label being painted multiple times (#4307) 2024-04-02 15:37:44 +02:00
egui_web Fix typos (#2866) 2023-04-18 15:52:45 +02:00
emath Add some tests for `Rect` 2024-03-26 11:13:04 +01:00
epaint Overload operators for `Rect + Margin`, `Rect - Margin` etc (#4277) 2024-03-30 14:03:41 +01:00