| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-10-03 | Fix typos | Andreas Deininger | |
| 2025-06-15 | macOS: simple SplitView AX | Mitchell Hashimoto | |
| Proper labels, action to move the divider | |||
| 2025-06-08 | macos: set explicit identity for split tree view based on structure | Mitchell Hashimoto | |
| Fixes #7546 SwiftUI uses type and structure to identify views, which can lead to issues with tree like structures where the shape and type is the same but the content changes. This was causing #7546. To fix this, we need to add explicit identity to the split tree view so that SwiftUI can differentiate when it needs to redraw the view. We don't want to blindly add Hashable to SplitTree because we don't want to take into account all the fields. Instead, we add an explicit "structural identity" to the SplitTreeView that can be used by SwiftUI. | |||
| 2025-06-05 | macos: remove the unused resizeEvent code from SplitView | Mitchell Hashimoto | |
| 2025-06-05 | macos: handle split zooming | Mitchell Hashimoto | |
| 2025-06-05 | macos: restoration for new split tree | Mitchell Hashimoto | |
| 2025-06-05 | macos: handle split resizing | Mitchell Hashimoto | |
| 2025-06-05 | new SplitTree | Mitchell Hashimoto | |
