Wybe Westra
Wybe Westra
Also brightened lower left corner numbers. Fixes #34
# Objective Allow the user to choose between "Add wireframes to these specific entities" or "Add wireframes to everything _except_ these specific entities". Fixes #7309 # Solution Make the `Wireframe`...
# Objective Lay down the basis for catching serialization / deserialization bugs, such as those listed in #6834. # Solution Added a backend-agnostic roundtrip test, along with implementations for ron,...
This is an attempt to start with unit testing the `WindowTabData` struct and it's commands. With the idea that when a bug is fixed, such as https://github.com/lapce/lapce/issues/3275, we can add...
# Objective Add basic tests for image / gltf asset loading. As a start for #6964.
Previously, all widgets would be listed in accesskit as children of the toplevel window. With this change, they will be reported as child of the `egui::Window` they are in, Which...