Skip to content

History

Revisions

  • docs: add VLC telnet playback routing to TTS roadmap entry (ref #10)

    @HidekiAI-WORK HidekiAI-WORK committed Sep 19, 2026
    87e850a
  • docs: spec VLC telnet as TTS playback routing to remote Windows laptop (ref #10)

    @HidekiAI-WORK HidekiAI-WORK committed Sep 19, 2026
    0aff307
  • docs: document TTS design decision (no MeCab needed for synthesis, Issue #10)

    @HidekiAI-WORK HidekiAI-WORK committed Sep 14, 2026
    5ec6bae
  • 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

    @CodeMonkeyNinja CodeMonkeyNinja committed Jun 25, 2026
    77cc4e2
  • fix: xfwm4 ghost-pixel issue fixed in Electron 42+ — picom no longer required

    @CodeMonkeyNinja CodeMonkeyNinja committed Jun 24, 2026
    4c1ff92
  • docs: expand HUD Effect-TS migration to full LLM-handoff spec with step-by-step phases

    @CodeMonkeyNinja CodeMonkeyNinja committed Jun 23, 2026
    2a8163a
  • docs: add sudoku-TS cross-references to HUD Effect-TS migration doc

    @CodeMonkeyNinja CodeMonkeyNinja committed Jun 23, 2026
    cb19422
  • docs: scope Effect-TS migration for lenzu_server HUD

    @CodeMonkeyNinja CodeMonkeyNinja committed Jun 23, 2026
    c2232da
  • docs: add pnpm-workspace.yaml and release.yml GTK4 dep pitfalls

    @CodeMonkeyNinja CodeMonkeyNinja committed Jun 23, 2026
    1a3cd99
  • docs: reclassify stuck-lens as open bug, partial fix noted

    @CodeMonkeyNinja CodeMonkeyNinja committed Jun 23, 2026
    79505c8
  • docs: document root cause and fix for stuck-lens display window bug

    @CodeMonkeyNinja CodeMonkeyNinja committed Jun 23, 2026
    a342832
  • docs: explain XGrabButton server-side routing vs client-side GTK event filtering

    @CodeMonkeyNinja CodeMonkeyNinja committed Jun 23, 2026
    748096b
  • docs: document XGrabButton, before/after patches, and known stuck-lens issue

    @CodeMonkeyNinja CodeMonkeyNinja committed Jun 23, 2026
    7aa840a
  • docs: add Shift+Arrow resize feature to todo-usability

    @CodeMonkeyNinja CodeMonkeyNinja committed Jun 22, 2026
    d73b38a
  • 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)

    @CodeMonkeyNinja CodeMonkeyNinja committed Jun 22, 2026
    f261b2b
  • 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

    @CodeMonkeyNinja CodeMonkeyNinja committed Jun 22, 2026
    4d86b1c
  • Created GTK Migrations (markdown)

    @HidekiAI-WORK HidekiAI-WORK committed Jun 22, 2026
    211969d
  • 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.

    @CodeMonkeyNinja CodeMonkeyNinja committed Jun 22, 2026
    484eb62
  • 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.

    @CodeMonkeyNinja CodeMonkeyNinja committed Jun 22, 2026
    26353b8
  • 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

    @CodeMonkeyNinja CodeMonkeyNinja committed Jun 22, 2026
    cad397b
  • docs: add official GTK4 migration guide link, fix stale doc references

    @CodeMonkeyNinja CodeMonkeyNinja committed Jun 22, 2026
    e2fc0e7
  • docs: add README link to wiki sidebar

    @CodeMonkeyNinja CodeMonkeyNinja committed Jun 22, 2026
    33a0ab3
  • 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

    @CodeMonkeyNinja CodeMonkeyNinja committed Jun 22, 2026
    09b80b9
  • docs: add wiki footer with repo link and license

    @CodeMonkeyNinja CodeMonkeyNinja committed Jun 22, 2026
    2ed7ff0
  • 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

    @CodeMonkeyNinja CodeMonkeyNinja committed Jun 22, 2026
    9e73dc4
  • docs: add Configuration Reference and Troubleshooting wiki pages

    @HidekiAI HidekiAI committed May 31, 2026
    bb6f7a6
  • Initial Home page

    @CodeMonkeyNinja CodeMonkeyNinja committed May 31, 2026
    10dbff2