index
:
navi/wayland/wlroots.git
master
fork of wlroots with action binder support
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
xwayland
/
selection
Age
Commit message (
Expand
)
Author
2021-02-15
xwayland/selection: flush connection after changing xwm selection owner
Tudor Brindus
2021-02-15
xwayland/selection: log when proxy window loses ownership
Tudor Brindus
2021-02-15
xwayland/selection: ignore requests for anything but the newest data
Tudor Brindus
2021-02-04
xwayland/selection: allow simultaneous Wayland-to-X11 transfers
Tudor Brindus
2021-02-04
xwayland/selection: use one target window per selection
Tudor Brindus
2021-02-04
xwayland/selection: use one X11 window per incoming transfer
Tudor Brindus
2021-01-31
xwayland/selection: make xwm_selection_init take a wlr_xwm_selection *
Tudor Brindus
2021-01-31
xwayland/selection: introduce `xwm_selection_transfer_init`
Tudor Brindus
2021-01-31
xwayland/selection: make xwm_selection_finish take a wlr_xwm_selection *
Tudor Brindus
2021-01-31
xwayland/selection: destroy all selections on Xwayland restart
Tudor Brindus
2021-01-31
xwayland/selection: don't leak Wayland fd if ConvertSelection fails
Tudor Brindus
2021-01-31
xwayland/selection: don't request another selection while one is pending
Tudor Brindus
2021-01-29
xwayland/selection: end incr transfer on empty prop, not next selection
Tudor Brindus
2021-01-29
xwayland/selection: refactor remaining incremental transfer code
Tudor Brindus
2021-01-29
xwayland/selection: extract out property requests
Tudor Brindus
2021-01-29
xwayland/selection: simplify incremental transfer control flow
Tudor Brindus
2021-01-29
xwayland/selection: explicitly bail if first write to Wayland fd fails
Tudor Brindus
2021-01-29
xwayland/selection: make `xwm_data_source_write` return 0 on failure
Tudor Brindus
2021-01-25
xwayland/selection: rename Wayland-facing data and helpers
Tudor Brindus
2021-01-25
xwayland/selection: prevent fd leak on unsupported MIME type
Tudor Brindus
2021-01-25
xwayland: use wlr_log_errno instead of %m
Tudor Brindus
2020-10-13
xwayland: notify requestor when we fail to respond to their request
Tudor Brindus
2020-10-12
xwayland: remove stale transfers from the same requestor
Tudor Brindus
2020-10-11
xwayland: fix use-after-free in selection handling
Tudor Brindus
2020-10-11
xwayland: using %m in `wlr_log` is broken, use `wlr_log_errno` instead
Tudor Brindus
2020-07-27
Fix incorrect format parameters
Antonin Décimo
2020-07-03
xwm: end transfers when the requestor is destroyed
John Chadwick
2019-06-30
Implement serial validation for selection requests
Manuel Stoeckl
2019-02-05
data-device: destroy previous source when starting drag
emersion
2019-02-03
Fix another instance of swaywm/sway#3545.
John Chen
2019-01-24
data-device: make sources inert, rename cancel to destroy
emersion
2019-01-24
data-device, primary-selection: add request_set_selection
emersion
2019-01-21
primary-selection: add a serial argument
emersion
2018-11-29
primary-selection: introduce wlr_primary_selection_source
emersion
2018-11-27
gtk-primary-selection: use impl pattern for sources
emersion
2018-11-27
gtk-primary-selection: refactor everything, untie from seat
emersion
2018-11-23
Rename wlr_primary_selection to wlr_gtk_primary_selection
emersion
2018-11-06
Use _POSIX_C_SOURCE, use shm_open
emersion
2018-07-09
util: add wlr_ prefix to log symbols
emersion
2018-04-26
xwayland/selection: fix little memory leak on error
emersion
2018-04-26
Merge pull request #882 from emersion/unprefix-local-symbols
Drew DeVault
2018-04-26
Use correct printf format specifiers for ssize_t
Guido Guenther
2018-04-25
Make sure we don't use others' prefixes
emersion
2018-04-03
xwayland: refactor selection code
emersion