aboutsummaryrefslogtreecommitdiff
path: root/xwayland
AgeCommit message (Collapse)Author
2018-01-14xwayland: render children window in fullscreenemersion
2017-12-30seat: rename selection_source to selection_data_source, remove unused ↵emersion
data_device
2017-12-29xwm_get_render_format: fix typo in error messageDominique Martinet
2017-12-29wlr_xwayland: preserve end of struct on restartDominique Martinet
This is more robust than trying to recopy a few fields. Note: wlr_xwayland->events.ready now resets after each trigger, so one can hook on it again and be called when restart is ready
2017-12-29xwm_get_render_format: check NULL return valueDominique Martinet
2017-12-29xwm_selection_finish: set NULL seat for xwaylandDominique Martinet
While they could eventually be split appart, the current approach could lead to double wl_list_remove() calls on selections which is incorrect
2017-12-29xwayland: listen to wlr_seat destroy signalDominique Martinet
2017-12-29xwayland restart: copy seat and events overDominique Martinet
This is very ugly, there must be a better way to do that (not memset it?) Meanwhile, this fixes rootston xwayland on restart
2017-12-29xwayland selection: further cleanup on Xwayland exitDominique Martinet
This is necessary if our last primary/clipboard selection was on Xwayland, and we try to paste to native wayland after Xwayland died
2017-12-29xwayland xwm_get_render_format: free replyDominique Martinet
2017-12-29Xwayland: remove xwm from selection seat listeners on destroyDominique Martinet
2017-12-28xwayland/selection: handle wl_array_add failure betterDominique Martinet
Just abort and deregister instead of trying to throw some input out, which would have lead to inconsistent paste
2017-12-28ENOMEM checks: consistently check wl_array_add returnDominique Martinet
2017-12-27config: Avoid clash with other config-headersBjörn Esser
2017-12-27Merge pull request #524 from acrisci/role-committedemersion
[wip] Role committed
2017-12-27xwayland: role committedTony Crisci
2017-12-27Merge pull request #519 from emersion/xwayland-primary-selectionTony Crisci
Implement xwayland primary selection sync
2017-12-27Add logging to selection message handlersemersion
2017-12-27Allow calling xwm_set_seat with a NULL seatemersion
2017-12-26config: Put all defines into config.hBjörn Esser
2017-12-26Fix primary selection not sent to xwayland when clipboard is emptyemersion
2017-12-25Fix use-after-free when destroying selection sourcesemersion
2017-12-25Properly free selection sourcesemersion
2017-12-25Implement xwayland primary selection syncemersion
2017-12-15Fix clipboard from xwayland to waylandemersion
2017-12-15Send empty selection when clipboard is emptyemersion
2017-12-15Destroy xwm selection window on destroyemersion
2017-12-14Merge branch 'master' into xwm-selectionemersion
2017-12-14Deny access to clipboard if no xwayland window is focusedemersion
2017-12-14Merge branch 'master' into display-destroyemersion
2017-12-14Only reply to clipboard selection eventsemersion
2017-12-14Support selection MIME types from wayland to xwaylandemersion
2017-12-14Support selection MIME types from xwayland to waylandemersion
2017-12-14Merge branch 'master' into xwm-selectionemersion
2017-12-13xwm: user custom event handlerTony Crisci
2017-12-11Merge branch 'master' into display-destroyemersion
2017-12-09remove todoTony Crisci
2017-12-08selection fixesTony Crisci
2017-12-08Revert "xwm: only take clipboard if window is focused"Tony Crisci
This reverts commit e3542d879d50d6239ad4ca24b4d30520fef40a87.
2017-12-08Merge branch 'master' into feature/xwm-selectionTony Crisci
2017-12-08xwm: use edges enumTony Crisci
2017-12-08Destroy xwayland client when possibleemersion
2017-12-08Do not destroy wl_client in wlr_xwayland_finishemersion
2017-12-08Listen to display destroy in xwayland, rename wlr_egl_freeemersion
2017-12-03xwayland: remove xwayland param from xsurface methodsTony Crisci
2017-11-30Merge pull request #437 from emersion/fullscreenTony Crisci
Fullscreen support
2017-11-22xwm: only take clipboard if window is focusedTony Crisci
2017-11-22Use SIGUSR2 for vt switching instead of SIGUSR1Greg V
Xwayland uses SIGUSR1 to signal readiness. With direct(-freebsd) session and Xwayland, wlroots was confusing the Xwayland readiness signal with a vt switch signal, freezing the desktop. Same problem was found in Weston in 2014: https://phabricator.freedesktop.org/T7080
2017-11-22xwayland: clean up seat settingTony Crisci
2017-11-22xwm: send selection dataTony Crisci