- 17 Oct, 2018 3 commits
-
-
Guido Gunther authored
Fix crashes in phosh protocol related to xdg-shell metadata See merge request Librem5/wlroots!36
-
Dorota Czaplejewicz authored
-
Dorota Czaplejewicz authored
Unmapped surfaces have no app_id and no title, so comparisons are not possible.
-
- 16 Oct, 2018 1 commit
-
-
Dorota Czaplejewicz authored
Enable gitlab-ci on f/phosh-private See merge request !37
-
- 15 Oct, 2018 1 commit
-
-
Guido Gunther authored
-
- 10 Sep, 2018 2 commits
-
-
Needed for the screencopy example that will be pulled in with our next update from upstream's master as of a7a96d76.
-
Guido Gunther authored
Build it once with and without xwayland so we're sure both work
-
- 30 Aug, 2018 3 commits
-
-
Guido Gunther authored
Simple private protocoll to list and raise toplevels by app_id and title. We wanted a minimal set of objects, requests and events. Since this is only meant for the app overview page in the shell we can take many shortcuts and leave out e.g. XWayland for the moment. This will be replaced by wlr_foreign_toplevel_unstable_v1 later on.
-
Guido Gunther authored
We don't rename the request itself since we don't want to change the protocol.
-
Guido Gunther authored
This makes it better match the protocol name. Also name the variables consistently "phosh" instead of the overused "shell".
-
- 25 Jul, 2018 7 commits
-
-
Guido Gunther authored
Phosh private cleanup See merge request !14
-
Guido Gunther authored
When the panel surface vanishes we need to remember that so we don't reference it accidentally later. Also properly distinguish between a client going a way (phosh_resource_destroy) and the cleaning up the whole global (phosh_destroy). Closes #11
-
Guido Gunther authored
We never submitted it upstream.
-
Guido Gunther authored
This fixes surface positioning after rotation, closes #1
-
Guido Gunther authored
-
Guido Gunther authored
-
Guido Gunther authored
-
- 19 Jul, 2018 4 commits
-
-
Drew DeVault authored
linux-dmabuf: add v1 suffix
-
emersion authored
This prevents some future conflicts with the stable version. Fixes #1133
-
emersion authored
Introduce set_hints event for xwayland
-
Ryan Dwyer authored
-
- 18 Jul, 2018 5 commits
-
-
Drew DeVault authored
xwayland: handle override_redirect flag changes
-
emersion authored
-
emersion authored
The override_redirect flag can change on configure notify and on map notify. This adds an event to know when it changes. This removes wlr_xwayland_surface_is_unmanaged which was wrongly using the window type to decide whether the view should be unmanaged. A similar patch was proposed to Weston, but has never been merged upstream [1]. [1]: https://patchwork.freedesktop.org/patch/211161/
-
emersion authored
Document WLR_HEADLESS_OUTPUTS
-
Guido Gunther authored
-
- 17 Jul, 2018 3 commits
-
-
Drew DeVault authored
Remove unused types/wlr_tablet_v2.c
-
emersion authored
-
Drew DeVault authored
tablet-unstable-v2 support
-
- 14 Jul, 2018 11 commits
-
-
Markus Ongyerth authored
There were a few issues after rebase, that the merge algorithm didn't throw at my face: wlr_output did a check on the actual role, not a string anymore, so that had to go to allow tablet-v2 to set cursor surfaces. A few L_DEBUG/L_ERRORs were still around There was a user-after-free in tablet-group free()ing, probably after insufficient testing from a previous feedback pass
-
Markus Ongyerth authored
-
Markus Ongyerth authored
-
Markus Ongyerth authored
-
Markus Ongyerth authored
-
Markus Ongyerth authored
The previous naming was based on the input-device capability names from libinput. With code that uses the libinput_tablet_tool and mapping into tablet-v2, this is confusing, so the name is changed to follow the names used in the protocol.
-
Markus Ongyerth authored
-
Markus Ongyerth authored
-
Markus Ongyerth authored
-
Markus Ongyerth authored
-
Markus Ongyerth authored
Introduce TABLET_MANAGER_VERSION and remove the wlr_tablet_tool_tool.c
-