Simon Long

Results 131 comments of Simon Long

> or you could add a virtual output to the usual session via [VirtualOutputAdd](https://labwc.github.io/labwc-actions.5.html#entry_action_name=virtualoutputadd_output_name=value). Could labwc automatically create a virtual output if there are no real outputs detected? Is there...

Agreed - automatically creating a virtual output when no real outputs are present would be by far the tidiest way of doing this. If that behaviour is not always desirable...

I've been fiddling witht this some more, and there seems to be an occasional bug whereby connecting an HDMI output after booting with no output crashes the outputs completely. Sometimes...

For the time being, I've added @tokyo4j 's suggestion to the existing PR to make headerbar touches work - I've tried it here and it seems to work for me;...

OK, I have written a very crude bodge using cursor_emulate functions which means I can operate the close, minimize etc buttons on a headerbar with the touchscreen. I haven't yet...

Right, I have window dragging and button clicking working, but the problem I now have is that this breaks behaviour in a few other areas of the system. I think...

It looks as if just checking if the surface returned from touch_get_coords is valid can be used to check whether you are on the SSD or not, as because the...

> I am slightly concerned that this may break some touchscreen enabled applications as they now get the touch events but also the synthesized mouse events. Maybe we could store...

> > I think I am already doing that by checking to see whether surface is NULL in the touch_down handler - if I understand the code correctly, that should...

Done, I think. Still seems to work fine on my touchscreen here!