summaryrefslogtreecommitdiff
path: root/src/apprt/gtk/class/surface.zig
AgeCommit message (Expand)Author
2025-10-11gtk: fix clicking on desktop notifications (#9146)Jeffrey C. Ollie
2025-10-10gtk: properly check for amount of time elapsed before notifying about command...Jeffrey C. Ollie
2025-10-03apprt/gtk: Zig 0.15 whack a moleMitchell Hashimoto
2025-10-03apprt/gtk: fix Zig 0.15Mitchell Hashimoto
2025-10-03Zig 0.15: build snapMitchell Hashimoto
2025-10-03Zig 0.15: zig build GTK exeMitchell Hashimoto
2025-10-03Zig 0.15: zig fmtMitchell Hashimoto
2025-10-02core: add 'command finished' notificationsJeffrey C. Ollie
2025-09-30gtk: some bell features need to happen on receipt of every BELJeffrey C. Ollie
2025-09-22GTK Fix unfocused-split-fill (#8813)Mitchell Hashimoto
2025-09-21remove setIsSplit in surface classrhodes-b
2025-09-21bind is-split property between split_tree class and surface classrhodes-b
2025-09-20fix typorhodes-b
2025-09-20comment for the n_siblings surface memberrhodes-b
2025-09-20add n_siblings member, and when splits are created / removed update the numbe...rhodes-b
2025-09-20fix comments to specific the config optionrhodes-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-20unfocused-split-fill working again though it can't detect when its actually a...rhodes-b
2025-09-19stylistic changesMitchell Hashimoto
2025-09-19build: Add a new snap option and use it to build the snapMarco Trevisan (Treviño)
2025-09-19gtk/surface: Filter out the SNAP variables by their contentsMarco Trevisan (Treviño)
2025-09-05apprt/gtk: don't use Stacked for surface error status pageMitchell Hashimoto
2025-09-05gtk: the Future is NowLeah Amelia Chen