- 01 Apr, 2022 7 commits
-
-
Sebastian Krzyszkowiak authored
Update to 0.13.1 See merge request !12
-
Sebastian Krzyszkowiak authored
-
Sebastian Krzyszkowiak authored
-
Arnaud Ferraris authored
-
Arnaud Ferraris authored
Patches for wlroots 0.15.1 compatibility haven't been merged upstream yet, however the corresponding MR has been rebased on top of phoc 0.13.1. Update our patches with the latest version of this MR and add DEP-3 tags in the process.
-
Arnaud Ferraris authored
Update to upstream version '0.13.1' with Debian dir b647ebdad93f0795eee087adb50715cab381232c
-
Arnaud Ferraris authored
-
- 30 Mar, 2022 9 commits
-
-
Sebastian Krzyszkowiak authored
-
Sebastian Krzyszkowiak authored
Support layer-shell v2 (set_layer) See merge request World/Phosh/phoc!357
-
Guido Gunther authored
With this working we can use protocol version 2.
-
Guido Gunther authored
phoc_test_layer_surface_new commits the surface already. While it doesn't matter much in practice it helps to catch bugs that only manifest with a minimal ammount of surface commits.
-
Guido Gunther authored
-
Guido Gunther authored
-
Guido Gunther authored
view: move_resize: Cancel a pending move_resize See merge request World/Phosh/phoc!356
-
Sebastian Krzyszkowiak authored
Fullscreen windows should be centered already. phoc already takes care of that when the output changes its size or when the surface changes outputs, so there's no need to carry that code anymore.
-
Sebastian Krzyszkowiak authored
If view_move_resize goes into paths that only call either view_resize or view_move, an already pending move_resize has to be cancelled because it may end up resetting either size or position to the previously requested value, effectively ignoring the newly set one. This has been made visible by da4fb74c - view centering shouldn't have been moved to scanout-only path, but since that code has been originally written phoc has became much smarter about reacting to output changes, so there's no need to have that code around anymore and we can actually fix the real issue instead.
-
- 28 Mar, 2022 1 commit
-
-
Guido Gunther authored
byzantium: Update to 0.13.0 See merge request !11
-
- 27 Mar, 2022 7 commits
-
-
Sebastian Krzyszkowiak authored
-
Sebastian Krzyszkowiak authored
We depend on a wlroots version that never lacked startup-id support in byzantium now.
-
Sebastian Krzyszkowiak authored
This reverts commit 06f18694.
-
Sebastian Krzyszkowiak authored
phoc Debian release 0.13.0-1
-
Guido Günther authored
Backport patches to work wlroots 0.15.1 See merge request DebianOnMobile-team/phoc!11
-
Guido Gunther authored
-
Guido Gunther authored
These are from https://gitlab.gnome.org/World/Phosh/phoc/-/merge_requests/329
-
- 26 Mar, 2022 2 commits
-
-
Arnaud Ferraris authored
-
Arnaud Ferraris authored
Update to upstream version '0.13.0' with Debian dir f8ce63a5e041d5bf2e4bc10ebacbba98436f99a9
-
- 25 Mar, 2022 14 commits
-
-
Guido Gunther authored
Document changes and release 0.13.0 See merge request World/Phosh/phoc!355
-
Sebastian Krzyszkowiak authored
-
Sebastian Krzyszkowiak authored
Revert "gitlab-ci: Allow PureOS job to fail" See merge request World/Phosh/phoc!354
-
Byzantium has recent enough wlroots now. This reverts commit 21cab8b6.
-
Sebastian Krzyszkowiak authored
Some more (small) cleanups from other branches See merge request World/Phosh/phoc!353
-
It's enough to have them in xdg-surface.c
-
-
The parent shouldn't need any knowledge about it's childs.
-
The parent shouldn't need any knowledge about it's childs.
-
it's only ever used within xdg_shell
-
It's only eve used within xdg_shell
-
Not needed.
-
The typedef doesn't need to be public either. Fixes 9674b032 ("view: Make PhocSubsurface private")
-
For completeness.
-