git.lucas.co
/
cce-remote
remote trackpad and keyboard server
git clone https://git.lucas.co/cce-remote.git
Log
|
Files
|
Refs
Date
Message
Author
2026-09-20
Add .gitignore for target/
Lucas Galante
2026-09-18
docs: git-bare-sync.sh is fixed, so stop calling it broken
Lucas Galante
2026-09-18
docs: correct five claims CLAUDE.md made about code that changed under it
Lucas Galante
2026-09-18
docs: comments name the cursor ring, not the deleted tap mapping
Lucas Galante
2026-09-18
feat: view-mode input is the trackpad, not a touchscreen
Lucas Galante
2026-08-23
feat: auto-reload the page when the service restarts onto new code
Lucas Galante
2026-08-23
fix: drop safe-area bottom padding while the keyboard is up
Lucas Galante
2026-08-23
fix: fit the whole layout above the keyboard, not just the text preview
Lucas Galante
2026-08-23
feat: float the typing preview just above the software keyboard
Lucas Galante
2026-08-23
feat: ack-clocked latest-wins live view; adaptive resolution; TCP_NODELAY
Lucas Galante
2026-08-22
feat: rate-limit PIN attempts per source address
Lucas Galante
2026-08-22
test: cover the PIN gates; parse ?pin= instead of substring-matching it
Lucas Galante
2026-08-22
refactor: fold tap/tapr into translate(); cover them
Lucas Galante
2026-08-22
test: cover translate(); reject non-finite pointer deltas
Lucas Galante
2026-08-22
docs: add CLAUDE.md; ship the systemd unit from the crate
Lucas Galante
2026-08-13
build: install via ccebuild instead of hand-listing binaries
Lucas Galante
2026-07-21
fix: clip the zoomed/panned live view to its frame
Lucas Galante
2026-07-21
perf: instant cursor prediction + lighter frames in live view
Lucas Galante
2026-07-21
fix: self-heal the live-view stream connection
Lucas Galante
2026-07-21
fix: black square in live view — move zoom transform off the <img>
Lucas Galante
2026-07-21
feat: view-mode pinch-zoom/pan, trackpad-style drag, cursor marker
Lucas Galante
2026-07-21
feat: ⋯ menu — view-mode switch + restart compositor
Lucas Galante
2026-07-21
feat: consume the compositor window-stream when available
Lucas Galante
2026-07-21
feat: persistent damage-driven screencopy capture
Lucas Galante
2026-07-21
feat: window view is a live MJPEG stream
Lucas Galante
2026-07-21
feat: window view mode — see and click the focused window
Lucas Galante
2026-07-21
feat: window switcher panel
Lucas Galante
2026-07-21
feat: local text preview while typing
Lucas Galante
2026-07-21
fix: scroll factor 0.045 -> 0.8 (finger-px to axis units, ~1:1 natural)
Lucas Galante
2026-07-21
fix iOS backspace; add pairing-PIN auth
Lucas Galante
2026-07-21
cce-remote: phone trackpad + keyboard over the compositor control socket
Lucas Galante