emersion
fa02e30adf
xwayland: emit new_surface when unmapped
7 years ago
emersion
17d0440b75
Add wlr_xwayland_surface_ping
7 years ago
emersion
865b0aa123
xwayland: rename map_notify to map for consistency
7 years ago
emersion
6ac3534df6
rootston: add destroy to view interface
7 years ago
emersion
c27fd1e1ee
rootston: add view_map and view_unmap
7 years ago
emersion
c2ba1869ce
Merge pull request #670 from Ongy/xwayland_unmanaged
...
add xwayland unmanaged tests to support dmenu
7 years ago
Markus Ongyerth
bb676013ed
add xwayland unmanaged tests to support dmenu
...
This adds `wlr_xwayland_surface_is_unamanged`, to allow compositors more
fine grained control over XWayland focus.
A surface that is unmanaged should not receive focus, while other
windows that are just override redirect may want it (dmenu).
The way unamanged is determined is taken from wlc.
7 years ago
Guido Günther
e6ca78b0e4
rootston: add view_create
...
so we can do basic view setup. Will be used to initialize alpha.
7 years ago
emersion
c2e1474010
Reformat all #include directives
7 years ago
emersion
1842487d61
rootston: fix crash when closing a fullscreened xwayland view
7 years ago
emersion
63736be214
rootston: fix damage tracking for SSD
7 years ago
emersion
6281deb90f
Merge remote-tracking branch 'upstream/master' into output-damage
7 years ago
Tony Crisci
a4d601e3d6
decorations: respect motif hints
7 years ago
emersion
d8b36357e4
rootston: add roots_view_child::destroy
7 years ago
emersion
a636d72fc7
rootston: track subsurface damage
7 years ago
emersion
bc001e90e9
rootston: fix artifacts when un-maximizing a view
7 years ago
emersion
96d6f34edd
rootston: replace view_damage with view_apply_damage and view_damage_whole
7 years ago
emersion
01bcc2ab01
rootston: damage views when moved
7 years ago
Tony Crisci
3751a17321
decorate xwayland views
7 years ago
Björn Esser
ff13849624
config: Avoid clash with other config-headers
7 years ago
Björn Esser
57a09c8ca4
config: Put all defines into config.h
7 years ago
Tony Crisci
86df909256
xwayland: remove xwayland param from xsurface methods
7 years ago
emersion
dcb168914e
Merge branch 'master' into fullscreen
7 years ago
Drew DeVault
1228d0da19
Merge pull request #387 from emersion/laggy-move-resize
...
Fix laggy move-resize
7 years ago
emersion
a7a221698e
Merge branch 'master' into fullscreen
7 years ago
emersion
6a06c3d907
Fix segfault when closing xwayland views
7 years ago
emersion
80998cdf57
Add support for fullscreen xwayland views
7 years ago
emersion
1d08d31709
Merge branch 'master' into laggy-move-resize
7 years ago
Tony Crisci
4d6b3618b8
rootston: remove unmapped surface from desktop
7 years ago
emersion
272e0858e4
Fix laggy move-resize for wl-shell views
7 years ago
emersion
0153a0ed8f
Fix laggy move-resize for xwayland views
7 years ago
emersion
27937add76
Merge branch 'master' into laggy-move-resize
7 years ago
emersion
bb6d34e7a5
rootston: add per-seat views
7 years ago
Tony Crisci
2a9dc60f28
Merge branch 'master' into feature/multiseat
7 years ago
emersion
0204f811b4
Remove xwayland view listeners on destroy
7 years ago
emersion
758514fe5d
Fix xwayland _NET_WM_STATE handling
7 years ago
emersion
2118c691b1
Add maximize support for xwayland in rootston
7 years ago
Tony Crisci
fc09f90462
rootston: guess seat for xwayland moveresize
7 years ago
Tony Crisci
09c6092423
multiseat: somewhat working
7 years ago
emersion
3e3209cba2
Fix laggy move-resize in xdg-shell
7 years ago
emersion
cf713edc10
Fix moving views when resizing below min size
7 years ago
Tony Crisci
c01248cf17
Merge branch 'master' into feature/xwm-rewrite
7 years ago
emersion
fb0c9a356e
Enforce resize bounds in rootston
7 years ago
Tony Crisci
c555a66dda
Merge branch 'master' into feature/xwm-rewrite
7 years ago
Tony Crisci
6a4290b86a
xwm: moveresize events
7 years ago
emersion
7c85709de1
Focus last view on close in rootston
7 years ago
Tony Crisci
0d1dd84a48
xwm: improve activation and dont send focus twice
7 years ago
Tony Crisci
e5ee01254b
xwm: map and unmap notify
7 years ago
Drew DeVault
c5fff08f8a
Forgot to rename these
7 years ago
emersion
c8570d0e42
Remove wl_list_init when using wl_signal_add
7 years ago