aboutsummaryrefslogtreecommitdiff
path: root/xwayland/selection.c
AgeCommit message (Collapse)Author
2018-03-27xwayland: create DND window, add DND atom helpersemersion
2018-03-25Fix segfault in xwm_read_data_sourceemersion
2018-03-03move xwm.h out of include/wlrDominique Martinet
xwm.h was meant to be private, so move it to include/xwayland/xwm.h We had an ifdef WLR_HAS_XCB_ICCCM in xwayland.h which was easy to move to xwm, it is not safe to use the WLR_HAS_* in the public headers. I checked a few of our current users and none rely on xwm.h being public as expected (rootston, sway, hsroots)
2018-02-19Revert "ELF Visibility"Drew DeVault
2018-02-19Explicitly export EFL symbolsScott Anderson
2018-02-12Reformat all #include directivesemersion
2017-12-30seat: rename selection_source to selection_data_source, remove unused ↵emersion
data_device
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 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-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-27Add logging to selection message handlersemersion
2017-12-27Allow calling xwm_set_seat with a NULL seatemersion
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-14Deny access to clipboard if no xwayland window is focusedemersion
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-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-11-22xwm: only take clipboard if window is focusedTony Crisci
2017-11-22xwm: send selection dataTony Crisci
2017-11-21xwm: get selection dataTony Crisci
2017-11-21xwm: get selection targetsTony Crisci
2017-11-21xwm: x11 data sourceTony Crisci
2017-11-21xwm: handle selection stubsTony Crisci
2017-11-21xwm: xfixes selection notifyTony Crisci
2017-11-20xwm: selection initTony Crisci
2017-11-20xwm: selection stubsTony Crisci