aboutsummaryrefslogtreecommitdiff
path: root/xwayland/selection
AgeCommit message (Expand)Author
2021-01-31xwayland/selection: don't leak Wayland fd if ConvertSelection failsTudor Brindus
2021-01-31xwayland/selection: don't request another selection while one is pendingTudor Brindus
2021-01-29xwayland/selection: end incr transfer on empty prop, not next selectionTudor Brindus
2021-01-29xwayland/selection: refactor remaining incremental transfer codeTudor Brindus
2021-01-29xwayland/selection: extract out property requestsTudor Brindus
2021-01-29xwayland/selection: simplify incremental transfer control flowTudor Brindus
2021-01-29xwayland/selection: explicitly bail if first write to Wayland fd failsTudor Brindus
2021-01-29xwayland/selection: make `xwm_data_source_write` return 0 on failureTudor Brindus
2021-01-25xwayland/selection: rename Wayland-facing data and helpersTudor Brindus
2021-01-25xwayland/selection: prevent fd leak on unsupported MIME typeTudor Brindus
2021-01-25xwayland: use wlr_log_errno instead of %mTudor Brindus
2020-10-13xwayland: notify requestor when we fail to respond to their requestTudor Brindus
2020-10-12xwayland: remove stale transfers from the same requestorTudor Brindus
2020-10-11xwayland: fix use-after-free in selection handlingTudor Brindus
2020-10-11xwayland: using %m in `wlr_log` is broken, use `wlr_log_errno` insteadTudor Brindus
2020-07-27Fix incorrect format parametersAntonin Décimo
2020-07-03xwm: end transfers when the requestor is destroyedJohn Chadwick
2019-06-30Implement serial validation for selection requestsManuel Stoeckl
2019-02-05data-device: destroy previous source when starting dragemersion
2019-02-03Fix another instance of swaywm/sway#3545.John Chen
2019-01-24data-device: make sources inert, rename cancel to destroyemersion
2019-01-24data-device, primary-selection: add request_set_selectionemersion
2019-01-21primary-selection: add a serial argumentemersion
2018-11-29primary-selection: introduce wlr_primary_selection_sourceemersion
2018-11-27gtk-primary-selection: use impl pattern for sourcesemersion
2018-11-27gtk-primary-selection: refactor everything, untie from seatemersion
2018-11-23Rename wlr_primary_selection to wlr_gtk_primary_selectionemersion
2018-11-06Use _POSIX_C_SOURCE, use shm_openemersion
2018-07-09util: add wlr_ prefix to log symbolsemersion
2018-04-26xwayland/selection: fix little memory leak on erroremersion
2018-04-26Merge pull request #882 from emersion/unprefix-local-symbolsDrew DeVault
2018-04-26Use correct printf format specifiers for ssize_tGuido Guenther
2018-04-25Make sure we don't use others' prefixesemersion
2018-04-03xwayland: refactor selection codeemersion