Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-03 | move xwm.h out of include/wlr | Dominique 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-19 | Revert "ELF Visibility" | Drew DeVault | |
2018-02-19 | Explicitly export EFL symbols | Scott Anderson | |
2018-02-12 | Reformat all #include directives | emersion | |
2017-12-30 | seat: rename selection_source to selection_data_source, remove unused ↵ | emersion | |
data_device | |||
2017-12-29 | xwm_selection_finish: set NULL seat for xwayland | Dominique 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-29 | xwayland selection: further cleanup on Xwayland exit | Dominique 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-28 | xwayland/selection: handle wl_array_add failure better | Dominique Martinet | |
Just abort and deregister instead of trying to throw some input out, which would have lead to inconsistent paste | |||
2017-12-28 | ENOMEM checks: consistently check wl_array_add return | Dominique Martinet | |
2017-12-27 | Add logging to selection message handlers | emersion | |
2017-12-27 | Allow calling xwm_set_seat with a NULL seat | emersion | |
2017-12-26 | Fix primary selection not sent to xwayland when clipboard is empty | emersion | |
2017-12-25 | Fix use-after-free when destroying selection sources | emersion | |
2017-12-25 | Properly free selection sources | emersion | |
2017-12-25 | Implement xwayland primary selection sync | emersion | |
2017-12-15 | Fix clipboard from xwayland to wayland | emersion | |
2017-12-15 | Send empty selection when clipboard is empty | emersion | |
2017-12-14 | Deny access to clipboard if no xwayland window is focused | emersion | |
2017-12-14 | Only reply to clipboard selection events | emersion | |
2017-12-14 | Support selection MIME types from wayland to xwayland | emersion | |
2017-12-14 | Support selection MIME types from xwayland to wayland | emersion | |
2017-12-14 | Merge branch 'master' into xwm-selection | emersion | |
2017-12-09 | remove todo | Tony Crisci | |
2017-12-08 | selection fixes | Tony Crisci | |
2017-12-08 | Revert "xwm: only take clipboard if window is focused" | Tony Crisci | |
This reverts commit e3542d879d50d6239ad4ca24b4d30520fef40a87. | |||
2017-11-22 | xwm: only take clipboard if window is focused | Tony Crisci | |
2017-11-22 | xwm: send selection data | Tony Crisci | |
2017-11-21 | xwm: get selection data | Tony Crisci | |
2017-11-21 | xwm: get selection targets | Tony Crisci | |
2017-11-21 | xwm: x11 data source | Tony Crisci | |
2017-11-21 | xwm: handle selection stubs | Tony Crisci | |
2017-11-21 | xwm: xfixes selection notify | Tony Crisci | |
2017-11-20 | xwm: selection init | Tony Crisci | |
2017-11-20 | xwm: selection stubs | Tony Crisci | |