cushy/src
Jonathan Johnson 48133cdac3
Fixing an edge case in computing tab order
Removing widgets would affect the visual order, and sometimes nodes just
aren't available anymore. It might be that this should be cleaned up
more aggressively during widget removal, but by ignoring the removed
nodes, the code just becomes more resilliant to similar edge cases in
the future.
2024-07-26 08:59:23 -07:00
..
animation LayoutContext 2023-11-05 11:50:59 -08:00
styles Basic context menus 2024-05-09 08:16:34 -07:00
widgets Fixing padding/shadow calculations on Container 2024-07-26 08:58:59 -07:00
animation.rs Added Zoom factor 2024-07-25 11:31:38 -07:00
app.rs Added optional tokio integration 2024-05-11 21:25:54 -07:00
context.rs Submenu support in context menus 2024-05-10 09:10:39 -07:00
debug.rs Fixing deadlock in debug window cleanup 2024-06-07 11:01:53 -07:00
example.rs Moved example generation into cushy 2024-05-12 07:58:09 -07:00
fonts.rs Dynamic font loading 2024-03-06 16:53:36 -08:00
graphics.rs Dynamic font loading 2024-03-06 16:53:36 -08:00
lib.rs Moved example generation into cushy 2024-05-12 07:58:09 -07:00
names.rs Renaming crate to Cushy 2023-12-27 19:02:59 -08:00
styles.rs Fixing padding/shadow calculations on Container 2024-07-26 08:58:59 -07:00
tick.rs map_each deadlock prevention 2024-04-05 16:14:26 -07:00
tree.rs Fixing an edge case in computing tab order 2024-07-26 08:59:23 -07:00
utils.rs map_each deadlock prevention 2024-04-05 16:14:26 -07:00
value.rs Fixed deadlock with DynamicMutexGuard::unlocked 2024-06-13 09:16:13 -07:00
widget.rs Clarified some window builder documentation 2024-05-17 15:00:24 -07:00
widgets.rs Export Menu + Finish Guide Stubs 2024-05-11 19:30:36 -07:00
window.rs Added Zoom factor 2024-07-25 11:31:38 -07:00