COMMITS
May 30, 2026
K
fix: Detection of native tabs which are partially off-screen.
karinushka committed
May 29, 2026
K
refactor: All the other spawn commands as Command trait.
karinushka committed
May 28, 2026
K
refactor: Add layout strip spawning trait to commands.
karinushka committed
K
test: further refinement of the testing harness.
karinushka committed
T
feat: tigher native tabs detection and allow disabling
Tin Lai committed
May 21, 2026
T
fix: Cases where a floating window went orphan.
Tin Lai committed
T
fix: Drop duplicate follower column when merging into Tabs.
Tin Lai committed
T
fix: Re-enter active strip when focused window is off-strip
Tin Lai committed
T
fix: Prevent multiple OSD displays.
Tin Lai committed
T
fix: Prevent duplicate VW number
Tin Lai committed
E
feat: support native macOS tabs during resizes and movements.
Eduardo Garcia Cebollero committed
E
perf: improve event loop responsiveness
Eduardo Garcia Cebollero committed
K
fix: Correctly detect workspace switching for instant animations.
karinushka committed
May 24, 2026
K
test: Add unit testing for native tab detection.
karinushka committed
K
test: Use "mockall" crate to refactor TwoDisplay unit tests.
karinushka committed
K
test: Use "mockall" crate to refactor MockApplications in unit tests.
karinushka committed
K
test: Use "mockall" crate to refactor WindowApi mocks in all unit tests.
karinushka committed
K
test: Use "mockall" crate to refactor MockProcess in unit tests.
karinushka committed
K
test: Use "mockall" crate to refactor WindowManager mocks in unit tests.
karinushka committed
May 25, 2026
K
test: Simplify testing harness and unit tests.
karinushka committed
May 17, 2026
K
fix: Detection of tabbed windows, i.e. Ghostty.
karinushka committed
May 20, 2026
K
refactor: Remove the obsolete workspace change polling.
karinushka committed
K
refactor: Window creation events into separate system.
karinushka committed
E
perf: improve restore responsiveness
Eduardo Garcia Cebollero committed
E
perf: reduce input-path blocking and hit testing
Eduardo Garcia Cebollero committed
E
perf: improve overlay responsiveness
Eduardo Garcia Cebollero committed
May 18, 2026
E
perf: avoid duplicate AX reads in spawn logging
Eduardo Garcia Cebollero committed
E
perf: use set lookup for unresolved windows
Eduardo Garcia Cebollero committed
E
perf: cache layout strip membership lookups
Eduardo Garcia Cebollero committed
May 19, 2026
T
feat: Animate window swap operations
Tin Lai committed