Add: windows mvp - transparent bugs not fixed
This commit is contained in:
17
docs/PLATFORM_CAPABILITY_MATRIX.md
Normal file
17
docs/PLATFORM_CAPABILITY_MATRIX.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# Platform Capability Matrix (MVP)
|
||||
|
||||
Date: 2026-02-12
|
||||
|
||||
| Capability | Windows | Linux X11 | Linux Wayland | macOS |
|
||||
|------------|---------|-----------|---------------|-------|
|
||||
| `supports_click_through` | true (implemented) | false (current) | false | false (current) |
|
||||
| `supports_transparency` | true | true | true | true |
|
||||
| `supports_tray` | false (current) | false (current) | false (current) | false (current) |
|
||||
| `supports_global_hotkey` | true (implemented) | false (current) | false (current) | false (current) |
|
||||
| `supports_skip_taskbar` | true (target) | false (current) | false (current) | false (current) |
|
||||
|
||||
## Notes
|
||||
|
||||
- Current code applies real Win32 operations for click-through, visibility, top-most, and positioning.
|
||||
- Non-Windows targets currently use a no-op adapter with conservative flags.
|
||||
- Wayland limitations remain an expected degradation in v0.1.
|
||||
Reference in New Issue
Block a user