aboutsummaryrefslogtreecommitdiff
path: root/sway/desktop/xwayland.c
AgeCommit message (Collapse)Author
2018-04-05Handle unmanaged surfaces motionemersion
2018-04-05Add damage tracking for xwayland unmanaged surfacesemersion
2018-04-05Handle xwayland configure requests for unmanaged surfacesemersion
2018-04-05Make xwayland surface destroy more foolproofemersion
2018-04-05Fix xwayland unmanaged surfacesemersion
2018-04-05Implement shell viewsemersion
2018-04-04Remove unused SWAY_VIEW_TYPESemersion
2018-04-02Xwayland unmanaged views aren't views anymoreemersion
2018-04-02Address review commentsemersion
2018-03-31Add sway_view_implemersion
2018-03-31Introduce common functions to create, map, unmap, destroy viewsemersion
2018-03-31Merge pull request #1681 from emersion/xwayland-configure-positionDrew DeVault
Fix various xwayland issues
2018-03-31Fix xwayland configure in set_sizeemersion
2018-03-31Fix xwayland configure positionemersion
2018-03-30Maximize xwayland views by defaultemersion
2018-03-30Handle map/unmap events in xdg-shell-v6emersion
2018-03-30Add lite damage trackingemersion
This skips the renderer if nothing has changed, and renders everything otherwise.
2018-03-30Merge branch 'wlroots' into wlroots-xwayland-mapTony Crisci
2018-03-30Fix workspace deletion edge casesDrew DeVault
2018-03-30Use the new map/unmap events for xwayland viewsemersion
2018-03-30Add xwayland views to focused containerDrew DeVault
2018-03-30Fix segfault on xwayland unmanaged view unmapemersion
2018-03-30Unify initial xwayland view mapping with map handleremersion
2018-03-30Fix crash when override redirect views closeDrew DeVault
2018-03-29Revert "Merge pull request #1653 from swaywm/revert-1647-refactor-tree"Tony Crisci
This reverts commit 472e81f35d689d67cda241acafda91c688d61046, reversing changes made to 6b7841b11ff4cd35f54d69dc92029855893e5ce0.
2018-03-29Revert "Refactor tree"Drew DeVault
2018-03-29arrange windowsTony Crisci
2018-03-29more renaming thingsTony Crisci
2018-03-29rename container functionsTony Crisci
2018-03-29move tree includes to their own directoryTony Crisci
2018-03-28Render layer surfaces and respect exclusive zoneDrew DeVault
2018-03-03xwayland: do not send surface configure when no width/heightDominique Martinet
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?
2018-02-27Utilize wlr_xwayland_surface_is_unmanagedDrew DeVault
2018-02-25Use focus for new windows xwayland/wl_shellDrew DeVault
2018-01-20add kill commandTony Crisci
2018-01-15xwm handle map and unmapTony Crisci
2018-01-14render override redirectTony Crisci
2018-01-05sway: change all sway_log to wlr_logDominique Martinet
2017-12-18remove verbose commit loggingTony Crisci
2017-12-16Merge branch 'wlroots' into feature/inputTony Crisci
2017-12-12Listen to output layout changeemersion
2017-12-12sway input deviceTony Crisci
2017-12-10set focus on new windowTony Crisci
2017-12-06view activateTony Crisci
2017-12-05view set positionTony Crisci
2017-12-04xwayland shellTony Crisci