aboutsummaryrefslogtreecommitdiff
path: root/rootston/xwayland.c
AgeCommit message (Collapse)Author
2018-04-08Add wlr_xwayland_surface_pingemersion
2018-03-30xwayland: rename map_notify to map for consistencyemersion
2018-03-12rootston: add destroy to view interfaceemersion
2018-03-09rootston: add view_map and view_unmapemersion
2018-02-27Merge pull request #670 from Ongy/xwayland_unmanagedemersion
add xwayland unmanaged tests to support dmenu
2018-02-26add xwayland unmanaged tests to support dmenuMarkus Ongyerth
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.
2018-02-25rootston: add view_createGuido Günther
so we can do basic view setup. Will be used to initialize alpha.
2018-02-12Reformat all #include directivesemersion
2018-02-03rootston: fix crash when closing a fullscreened xwayland viewemersion
2018-01-28rootston: fix damage tracking for SSDemersion
2018-01-24Merge remote-tracking branch 'upstream/master' into output-damageemersion
2018-01-23decorations: respect motif hintsTony Crisci
2018-01-21rootston: add roots_view_child::destroyemersion
2018-01-21rootston: track subsurface damageemersion
2018-01-20rootston: fix artifacts when un-maximizing a viewemersion
2018-01-18rootston: replace view_damage with view_apply_damage and view_damage_wholeemersion
2018-01-18rootston: damage views when movedemersion
2018-01-16decorate xwayland viewsTony Crisci
2017-12-27config: Avoid clash with other config-headersBjörn Esser
2017-12-26config: Put all defines into config.hBjörn Esser
2017-12-03xwayland: remove xwayland param from xsurface methodsTony Crisci
2017-11-21Merge branch 'master' into fullscreenemersion
2017-11-21Merge pull request #387 from emersion/laggy-move-resizeDrew DeVault
Fix laggy move-resize
2017-11-20Merge branch 'master' into fullscreenemersion
2017-11-20Fix segfault when closing xwayland viewsemersion
2017-11-20Add support for fullscreen xwayland viewsemersion
2017-11-20Merge branch 'master' into laggy-move-resizeemersion
2017-11-20rootston: remove unmapped surface from desktopTony Crisci
2017-11-20Fix laggy move-resize for wl-shell viewsemersion
2017-11-20Fix laggy move-resize for xwayland viewsemersion
2017-11-17Merge branch 'master' into laggy-move-resizeemersion
2017-11-17rootston: add per-seat viewsemersion
2017-11-11Merge branch 'master' into feature/multiseatTony Crisci
2017-11-09Remove xwayland view listeners on destroyemersion
2017-11-09Fix xwayland _NET_WM_STATE handlingemersion
2017-11-08Add maximize support for xwayland in rootstonemersion
2017-11-08rootston: guess seat for xwayland moveresizeTony Crisci
2017-11-07multiseat: somewhat workingTony Crisci
2017-11-05Fix laggy move-resize in xdg-shellemersion
2017-11-03Fix moving views when resizing below min sizeemersion
2017-10-29Merge branch 'master' into feature/xwm-rewriteTony Crisci
2017-10-28Enforce resize bounds in rootstonemersion
2017-10-27Merge branch 'master' into feature/xwm-rewriteTony Crisci
2017-10-27xwm: moveresize eventsTony Crisci
2017-10-25Focus last view on close in rootstonemersion
2017-10-25xwm: improve activation and dont send focus twiceTony Crisci
2017-10-24xwm: map and unmap notifyTony Crisci
2017-10-22Forgot to rename theseDrew DeVault
2017-10-21Remove wl_list_init when using wl_signal_addemersion
2017-10-19rootston: view set positionTony Crisci