- Jun 23, 2020
-
-
Sebastian Krzyszkowiak authored
-
- Jun 22, 2020
-
-
Sebastian Krzyszkowiak authored
-
- Jun 20, 2020
-
-
Sebastian Krzyszkowiak authored
-
Sebastian Krzyszkowiak authored
-
Sebastian Krzyszkowiak authored
-
Sebastian Krzyszkowiak authored
-
Sebastian Krzyszkowiak authored
Screencopy handlers were closely tied with single global PhocTestOutput. Changing this will allow for easier handling of multiple outputs and other sources of screencopy_frames, such as window thumbnails.
-
Sebastian Krzyszkowiak authored
Implement window thumbnails via phosh-private+wlr-foreign-toplevel-management+wlr-screencopy protocol hybrid
-
- Jun 18, 2020
-
-
Sebastian Krzyszkowiak authored
Forward to 59f7adfe2977c3cb27a8def72c0d9fc2f2926c6d to fix compilation on GCC 10. See also: wlroots!68 Fixes #138
-
- Jun 16, 2020
-
-
Since we're going to use it on the server side, it needs to stay in sync with wlroots copy.
-
It allows us to use the GL calls directly for rendering. GLES is already implicitly depended on via wlroots dependency.
-
This allows to reach back to the view that the handle represents.
-
It's going to be used by window thumbnails.
-
-
It's going to be needed by phosh-private.
-
- Jun 13, 2020
-
-
- Jun 11, 2020
-
-
Sebastian Krzyszkowiak authored
-
- Jun 10, 2020
-
-
Guido Gunther authored
-
-
We can turn this into a type check later on and it makes sure log domains work correctly.
-
We handle virtual pointer there as well.
-
public. While at that rename to phoc_get_device_type ()
-
Instead of requiring a phosh/phoc lockstep upgrade post an error if a client wants to bind the protcol. This keeps the code we need carry minimal but we can still be backward compatible (this is not breaking clients that don't use that part of the protocol).
-
- Jun 08, 2020
-
-
Touch points should remain attached to surface they originate from regardless of the touch point position on screen.
-
- Jun 07, 2020
-
-
Jordi Masip authored
-
- May 22, 2020
-
-
Guido Gunther authored
This was done by wlroots but isn't in 'recent' versions (which gives the compositor more room). Closes: #130
-
-
This will be used in followup commits for xdg-shell testing
-
This allows to tweak the compositor configuration before launching the client
-
-
- May 18, 2020
-
-
Guido Gunther authored
Rather notify on tool set_cursor activity where it is important. This avoids setting activity events on `set_cursor` when nothing really changed. To see what thi fixes blank the screen using `lock sreen` in phosh with phosh!300 applied and see it wake up right away.
-
Guido Gunther authored
Let's not mix tab and spaces in the same function.
-
- May 08, 2020
-
-
Nícolas F. R. A. Prado authored
-
Nícolas F. R. A. Prado authored
This removes -Wswitch-default warnings.
-
Nícolas F. R. A. Prado authored
This removes -Wswitch-default warnings.
-
Guido Gunther authored
This should avoid connection failures with multiple tests. We do the same with libhandy.
-
- Apr 23, 2020
-
-
Guido Gunther authored
Initial tests to test layer-shell layout (since we had several surprises there). This also demos the screenhost machinery. For tests to succeed they need to run under e.g. xfvb since the mouse cursor might get placed differently otherwise.
-
Guido Gunther authored
This validates that clients can connect and find their globals and also demos the library usage.
-
Guido Gunther authored
This allows to run a wayland client against the compositor and to take and compare screenshot of the output. Closes: #40
-
Guido Gunther authored
-