Commits

trunk
Switch branches/tags
All users
Until May 2, 2026
April 2026
Su Mo Tu We Th Fr Sa
29 30 31 1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 1 2
3 4 5 6 7 8 9

Commits on April 28, 2026

  1. mfwolffe committed
  2. mfwolffe committed
  3. Respawn crashed ers from BorderManager watchdog
    When ers exits unexpectedly the user is left with no borders and no
    indication anything went wrong, since BorderManager just stores the
    child handle and never reaps it. Add a health_check called from the
    50ms poll-timer tick (throttled to ~1Hz) that try_waits on the child,
    respawns on death, and rate-limits to 5 restarts per minute followed
    by a 5-minute backoff so a permanently-broken ers doesn't fork-bomb.
    mfwolffe committed

Commits on April 27, 2026

  1. mfwolffe committed
  2. mfwolffe committed
  3. Skip cross-axis focus memory on diagonal traversals
    When a directional focus jumps diagonally (e.g. Up from a tile with no
    window directly above it), the bidirectional return memory must not
    record the inverse on the opposite axis — otherwise pressing the
    opposite direction later routes to the perpendicular tile instead of
    the natural axis-aligned target. Gate the inverse write on
    perpendicular-axis overlap between source and target.
    mfwolffe committed
  4. mfwolffe committed
  5. mfwolffe committed
  6. mfwolffe committed

Commits on April 24, 2026

  1. espadonne committed

Commits on April 20, 2026

  1. espadonne committed

Commits on April 16, 2026

  1. mfwolffe committed
  2. mfwolffe committed
  3. mfwolffe committed
  4. mfwolffe committed
  5. mfwolffe committed
  6. mfwolffe committed
  7. mfwolffe committed