Lucas Oskorep 20bac71b45 feat: percentage-based container sizing with live boundary resize
- Add _splitRatios[] to WindowContainer — each child owns a fraction of
  the parent that always sums to 1.0; bounds are computed via prefix-sum
  so the last item absorbs rounding remainder (no pixel gaps)
- addWindow/removeWindow reset to equal splits; itemDragged swaps only
  items (ratios stay slot-based) so windows take the size of the slot
  they move into
- Add adjustBoundary() for live edge-drag resizing clamped to a
  configurable minimum (default 10%, schema key min-window-size-percent)
- Add reset-ratios keybinding (Ctrl+Z) that resets the active container
  to equal splits via WindowManager.resetActiveContainerRatios()
- Connect size-changed signal alongside position-changed so east/south
  edge drags (width-only changes) are detected and the adjacent window
  is repositioned live
- Replace LIFO pop() event queue with name-keyed Map so duplicate events
  collapse to the latest callback and timers never fight each other
- Remove redundant move_frame() before move_resize_frame(); fix retry
  condition to use symmetric pixel tolerance
- Add _isTiling re-entrancy guard around all tileWindows() call sites
  so compositor position-changed callbacks cannot recurse
- Remove double tileWindows() call in monitor.tileWindows() (move()
  already calls it internally)
2026-02-24 17:26:27 -05:00
2025-04-03 02:24:40 -04:00
2026-01-29 06:55:32 +00:00
2025-04-03 02:24:40 -04:00
2025-09-24 00:55:24 -04:00
2025-04-03 02:24:40 -04:00
2025-10-17 02:38:04 -04:00
2025-04-03 02:24:40 -04:00

Aerospike Gnome (Tiling Window Manager)

Description
Tiling Window Manager for Gnome
Readme 2.4 MiB
2026-03-02 23:44:21 -05:00
Languages
TypeScript 97.3%
Just 1.4%
CSS 0.7%
JavaScript 0.6%