Consolatis

Results 854 comments of Consolatis

> * Create a no-input, transparent surface that covers the entire output so we can get the global cursor position That is the issue, at least on my tests I...

Had some fun with a labwc internal proof-of-concept: https://github.com/Consolatis/labwc/tree/feature/magnifier ![20240411_16h20m22s_grim](https://github.com/labwc/labwc/assets/35009135/edd5446e-a4e9-4c4b-bb58-4ea2a1168603) It only works properly when using `WLR_SCENE_DEBUG_DAMAGE=rerender WLR_NO_HARDWARE_CURSORS=1 WLR_RENDERER=pixman labwc` and I only tested it nested. We might overcome the...

> One other idea - I'm not sure exactly how the likes of wayvnc get access to what is on the screen, but might that be an alternative approach? They...

Had some more fun with this at https://github.com/Consolatis/labwc/tree/feature/magnifier - uses two own wlroots render_passes after the scene graph one is done (e.g. should now work on all renderers, not tested...

> Is this the sort of thing that might get merged into the core labwc code? If not, we (Raspberry Pi) could maintain it as a local patch. Personally I'd...

> OK, in that case I will work it up into a PR, if that is ok with you? Sure, feel free to squash and modify the commits as you...

Too much potential for breakage at this point and we didn't actually had any reports about this. I'll move it to the 0.7.3 milestone.

Fullscreen or Maximized? In fullscreen there should be no buttons at all. For maximized windows the square hover overlay is indeed not implemented correctly yet.

It is a bit annoying to fix, thus added it to the release milestone after the next one so we don't forget about it.

I don't think there is a modal flag in wayland yet (AFAIR there was some discussion about it in wayland-protocols but I didn't follow up on that). As such we...