aboutsummaryrefslogtreecommitdiffstats
path: root/sway/desktop/xwayland.c
Commit message (Collapse)AuthorAge
...
* Fix segfault on xwayland unmanaged view unmapLibravatar emersion2018-03-30
|
* Unify initial xwayland view mapping with map handlerLibravatar emersion2018-03-30
|
* Fix crash when override redirect views closeLibravatar Drew DeVault2018-03-30
|
* Revert "Merge pull request #1653 from swaywm/revert-1647-refactor-tree"Libravatar Tony Crisci2018-03-29
| | | | | This reverts commit 472e81f35d689d67cda241acafda91c688d61046, reversing changes made to 6b7841b11ff4cd35f54d69dc92029855893e5ce0.
* Revert "Refactor tree"Libravatar Drew DeVault2018-03-29
|
* arrange windowsLibravatar Tony Crisci2018-03-29
|
* more renaming thingsLibravatar Tony Crisci2018-03-29
|
* rename container functionsLibravatar Tony Crisci2018-03-29
|
* move tree includes to their own directoryLibravatar Tony Crisci2018-03-29
|
* Render layer surfaces and respect exclusive zoneLibravatar Drew DeVault2018-03-28
|
* xwayland: do not send surface configure when no width/heightLibravatar Dominique Martinet2018-03-03
| | | | | | | | | | | | The code in apply_horiz_layout systematically does `set_position` then `set_size`, so for new windows there is an invalid call. For old windows there are two calls when only one is needed, with the current code set_position could not send any surface configure without impact, but in the future it might be needed? Native wayland surfaces do not need to know where they are (the set_position handled only updates the sway internal view variable), why does X11 window need that?
* Utilize wlr_xwayland_surface_is_unmanagedLibravatar Drew DeVault2018-02-27
|
* Use focus for new windows xwayland/wl_shellLibravatar Drew DeVault2018-02-25
|
* add kill commandLibravatar Tony Crisci2018-01-20
|
* xwm handle map and unmapLibravatar Tony Crisci2018-01-15
|
* render override redirectLibravatar Tony Crisci2018-01-14
|
* sway: change all sway_log to wlr_logLibravatar Dominique Martinet2018-01-05
|
* remove verbose commit loggingLibravatar Tony Crisci2017-12-18
|
* Merge branch 'wlroots' into feature/inputLibravatar Tony Crisci2017-12-16
|\
| * Listen to output layout changeLibravatar emersion2017-12-12
| |
* | sway input deviceLibravatar Tony Crisci2017-12-12
| |
* | set focus on new windowLibravatar Tony Crisci2017-12-10
|/
* view activateLibravatar Tony Crisci2017-12-06
|
* view set positionLibravatar Tony Crisci2017-12-05
|
* xwayland shellLibravatar Tony Crisci2017-12-04