doc: developer docs for screencopy, virtual-pointer, rendering optimizations, and testing#97
Open
nongio wants to merge 1 commit into
Open
doc: developer docs for screencopy, virtual-pointer, rendering optimizations, and testing#97nongio wants to merge 1 commit into
nongio wants to merge 1 commit into
Conversation
…timizations, and testing New docs: - screencopy.md — wlr-screencopy-v1 usage, protocol flow, architecture - virtual-pointer.md — wlr-virtual-pointer usage, automation trio, event model - rendering-optimizations.md — per-window frame callback throttling, damage tracking - testing.md — headless integration testing framework, HeadlessHandle/TestClient APIs Updated CLAUDE.md to reference all new docs in architecture overview and key docs list.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds developer documentation for features landed in PRs #92–#96:
docs/developer/screencopy.md— wlr-screencopy-v1 usage (grim,wl-mirror), protocol flow diagram, SHM buffer architecture, limitationsdocs/developer/virtual-pointer.md— wlr-virtual-pointer usage (wlrctl), the automation trio (virtual-keyboard + virtual-pointer + foreign-toplevel), supported events, click-to-focus behaviordocs/developer/rendering-optimizations.md— per-window frame callback throttling (Focused/Secondary/Occluded/Minimized/HiddenWorkspace states, rate table, Chromium 2Hz workaround), damage tracking, screencopy render forcingdocs/developer/testing.md— full HeadlessHandle and TestClient API reference including pointer simulation (pointer_move,pointer_click,expose_window_rects,expose_selected_title), animation control, and WLCS setupCLAUDE.md— updated architecture overview with screencopy and virtual-pointer sections, added all new docs to key docs listTest plan