summaryrefslogtreecommitdiff
path: root/src/apprt/gtk/class/split_tree.zig
AgeCommit message (Expand)Author
2025-10-03Zig 0.15: zig build GTK exeMitchell Hashimoto
2025-10-02core: add 'command finished' notificationsJeffrey C. Ollie
2025-09-22remove is_split properity in priv since it has a getter methodrhodes-b
2025-09-21use getter to notify is-split propertyrhodes-b
2025-09-21bind is-split property between split_tree class and surface classrhodes-b
2025-09-20add n_siblings member, and when splits are created / removed update the numbe...rhodes-b
2025-09-20apply unfocused-split with surface blueprintrhodes-b
2025-09-20rename setUnfocused to setUnfocusedFillrhodes-b
2025-09-20use focus signal in split_tree to determine if we apply unfocused-split-fillrhodes-b
2025-09-20worse way but its at least split aware, doesn't seem like the path forwardrhodes-b
2025-09-05gtk: the Future is NowLeah Amelia Chen