Age | Commit message (Expand) | Author |
2023-10-03 | treewide: Migrate from sizeof(struct) to sizeof(*pointer) where practical | Alexander Orzechowski |
2023-07-11 | Use wl_container_of() instead of casts | Simon Ser |
2021-02-15 | xwayland/selection: log when proxy window loses ownership | Tudor Brindus |
2021-02-04 | xwayland/selection: use one X11 window per incoming transfer | Tudor Brindus |
2021-01-31 | xwayland/selection: introduce `xwm_selection_transfer_init` | 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 |
2019-06-30 | Implement serial validation for selection requests | Manuel Stoeckl |
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 |