cushy/src
Jonathan Johnson a9a41a1582
Refactored Dymamics to be weak + drop bug fixes
After adding weak_clone, I realized that all map functions should use
weak references anyways. In the process of implementing this, I ran
tests a lot and found other edge cases where I hadn't properly reasoned
about Drop behavior.

While some of the state cleanup is a bit overkill at the moment, this is
in anticipation of wanting a WeakDynamicReader-like type.
2024-01-01 12:35:21 -08:00
..
animation LayoutContext 2023-11-05 11:50:59 -08:00
styles Directly depending on figures 2023-12-28 09:35:24 -08:00
widgets WidgetRef::unmount_in 2023-12-29 13:59:28 -08:00
animation.rs Added checks to ZeroToOne division 2023-12-31 07:50:26 -08:00
app.rs Initial DebugContext implementation 2023-12-28 21:30:25 -08:00
context.rs WindowLocal + Custom Observers 2023-12-29 13:21:39 -08:00
debug.rs Refactored Dymamics to be weak + drop bug fixes 2024-01-01 12:35:21 -08:00
graphics.rs Directly depending on figures 2023-12-28 09:35:24 -08:00
lib.rs Initial DebugContext implementation 2023-12-28 21:30:25 -08:00
names.rs Renaming crate to Cushy 2023-12-27 19:02:59 -08:00
styles.rs Directly depending on figures 2023-12-28 09:35:24 -08:00
tick.rs Directly depending on figures 2023-12-28 09:35:24 -08:00
tree.rs Fix clippy warning 2023-12-31 07:51:10 -08:00
utils.rs Removed UnwindSafe bounds 2023-12-20 11:35:19 -08:00
value.rs Refactored Dymamics to be weak + drop bug fixes 2024-01-01 12:35:21 -08:00
widget.rs WindowLocal + Custom Observers 2023-12-29 13:21:39 -08:00
widgets.rs Added Disclose widget 2023-12-28 14:12:26 -08:00
window.rs WindowLocal + Custom Observers 2023-12-29 13:21:39 -08:00