docs: add VLC telnet playback routing to TTS roadmap entry (ref #10)
docs: spec VLC telnet as TTS playback routing to remote Windows laptop (ref #10)
docs: document TTS design decision (no MeCab needed for synthesis, Issue #10)
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: expand HUD Effect-TS migration to full LLM-handoff spec with step-by-step phases
docs: add sudoku-TS cross-references to HUD Effect-TS migration doc
docs: scope Effect-TS migration for lenzu_server HUD
docs: add pnpm-workspace.yaml and release.yml GTK4 dep pitfalls
docs: reclassify stuck-lens as open bug, partial fix noted
docs: document root cause and fix for stuck-lens display window bug
docs: explain XGrabButton server-side routing vs client-side GTK event filtering
docs: document XGrabButton, before/after patches, and known stuck-lens issue
docs: add Shift+Arrow resize feature to todo-usability
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
Created GTK Migrations (markdown)
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: document why GtkEventControllerKey fails on focusless windows GTK3 forwarded X11 key events to widget signal handlers regardless of focus (via gtk_main_do_event()). GTK4's event controllers require compositor focus — override_redirect windows never get it. This behavior change is undocumented in the official migration guide.
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
docs: add README link to wiki sidebar
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: add wiki footer with repo link and license
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
docs: add Configuration Reference and Troubleshooting wiki pages
Initial Home page