egui/crates
LoganDark 327f599407
add methods to manipulate TextEditState undoer (#3479)
This feels awful, @emilk why does this have to be an Arc?

Should the Arc be replaced with a new one when set_undoer is called, or
should it just replace the undoer inside the Arc?

Closes #3436
2024-01-07 17:19:37 +01:00
..
ecolor Add `DragValue`s for RGB(A) in the color picker (#2734) 2024-01-07 16:12:59 +01:00
eframe `eframe`: Fix building the `wasm32` docs for `docs.rs` (#3757) 2023-12-31 10:26:02 +01:00
egui add methods to manipulate TextEditState undoer (#3479) 2024-01-07 17:19:37 +01:00
egui-wgpu Bump `winit` to `0.29.7` (#3753) 2024-01-02 07:27:52 +01:00
egui-winit Ignore extra SHIFT and ALT when matching modifiers (#3769) 2024-01-05 10:53:14 +01:00
egui_demo_app Fix some clippy 1.75 lints (#3754) 2023-12-30 11:23:21 +01:00
egui_demo_lib Implemented window header color change when focused (on top). (#3515) 2024-01-07 16:57:32 +01:00
egui_extras Fix: apply edited `DragValue` when it looses focus (#3776) 2024-01-06 23:51:51 +01:00
egui_glow Fix typo in `crates/egui_glow/README.md` (#2956) 2024-01-07 16:31:34 +01:00
egui_plot Add a public API for overriding plot legend traces' visibilities (#3534) 2024-01-06 22:35:54 +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 Fix: allow using the full Private Use Area for custom fonts (#3509) 2024-01-06 22:33:08 +01:00