docs: update GTK3→GTK4 across wiki docs - _Sidebar: add GTK-Migrations link under Tech design - lenzu-desktop-issues: 'GTK4 rejected' → 'GTK4 migration completed' - planning: update status, UI toolkit section, system deps refs - release-procedure: clarify GTK4 dep migration note - technical-design: stack, arch diagram, dep evaluation updated
fix: xfwm4 ghost-pixel issue fixed in Electron 42+ — picom no longer required
docs: consolidate GTK3→GTK4 migration docs into GTK-Migrations.md - Add full 22-row workaround table, 14-row guide cross-reference, key combo architecture, invariant summary, decision log, and workspace dependency graph to GTK-Migrations.md - prototypes-desktop-issues.md: §1 replaced with reference stub; migration-specific decision log entries redirected - lenzu-desktop-issues.md: §3b and §4 replaced with wiki references - technical-design.lens-window.md: header notice + Invariant 5 updated to XGrabKey; summary table links to consolidated doc - technical-design.md + planning.md: inline wiki links added - Mirror same changes to main repo docs/ directory (pointing to wiki URL)
docs: update wiki to reflect XGrabKey implementation GTK-Migrations.md: - Update 'haven't tried yet' to 'implemented and working' - Add post-implementation follow-up section with details lenzu-desktop-issues.md: - Add passive grab row to §3b workaround table - Reference XGrabKey in §4 migration surface area prototypes-desktop-issues.md: - Replace query_keymap() with XGrabKey in §1 workaround table - Update cross-reference table workaround column - Add 2026-06-22 decision log entries
docs: document GTK4 key event regression for focusless windows GTK3's connect_key_press_event dispatched X11 key events to widget signal handlers regardless of focus. GTK4's GtkEventControllerKey requires compositor focus — override_redirect windows never get it. Same X11 server, same window type, only GTK version changed. This is a GTK4 regression, not an X11 limitation.
docs: add official GTK4 migration guide cross-reference table - Map 16 documented migration issues to official guide recommendations - Note alignment (15/16 match), note divergence (CSS vs Cairo transparency) - Add pointer from lenzu-desktop-issues to the full table
docs: add official GTK4 migration guide link, fix stale doc references
fix: correct wiki links after discovering GitHub Wiki flattens subdirectories - Strip lenzu/ and prototypes/ prefixes from all sidebar links - Fix cross-doc links to use flat page names - Fix prototypes-reference.md wiki links - Fix README.md image URLs to use /wiki/ raw path
docs: migrate all documentation from lenzu/docs/ to wiki Consolidate all documentation into the GitHub Wiki for centralized discoverability: - Move 19 .md + 1 .puml + 3 images into lenzu/ directory - Move prototypes-desktop-issues.md into prototypes/ directory - Create _Sidebar.md with categorized navigation - Create prototypes-reference.md from lenzu-prototypes README - Rewrite internal cross-doc links to wiki-style (strip .md) - Update scores.md image paths to raw GitHub URLs