aboutsummaryrefslogtreecommitdiff
path: root/xwayland
AgeCommit message (Expand)Author
2021-03-29xwayland: use ICCCM state defines from xcb-icccmSimon Ser
2021-03-29xwayland: require xcb-icccmSimon Ser
2021-03-29xwayland: assume no WM_HINTS means window wants inputSimon Ser
2021-03-03xwayland: use -listenfd if availableSimon Ser
2021-03-03xwayland: check executable exists on initSimon Ser
2021-03-03xwayland: add dependency on xwaylandSimon Ser
2021-02-15build: use dictionnary for features instead of configuration_dataSimon Ser
2021-02-15xwayland/selection: flush connection after changing xwm selection ownerTudor Brindus
2021-02-15xwayland/selection: log when proxy window loses ownershipTudor Brindus
2021-02-15xwayland/selection: ignore requests for anything but the newest dataTudor Brindus
2021-02-05xwayland: free render picture backing cursorIlia Mirkin
2021-02-05xwayland/xwm: make atom_map constManuel Stoeckl
2021-02-04xwayland/selection: allow simultaneous Wayland-to-X11 transfersTudor Brindus
2021-02-04xwayland/selection: use one target window per selectionTudor Brindus
2021-02-04xwayland/selection: use one X11 window per incoming transferTudor Brindus
2021-01-31xwayland/selection: make xwm_selection_init take a wlr_xwm_selection *Tudor Brindus
2021-01-31xwayland/selection: introduce `xwm_selection_transfer_init`Tudor Brindus
2021-01-31xwayland/selection: make xwm_selection_finish take a wlr_xwm_selection *Tudor Brindus
2021-01-31xwayland/selection: destroy all selections on Xwayland restartTudor Brindus
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-28xwayland: fix extraneous NET_WM_STATE log messagesSimon Ser
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
2021-01-20Expose ICCCM input statusBrassyPanache
2021-01-17Free xwayland cursor in wlr_xwayland_destroyChris Chamberlain
2021-01-10xwayland: remove protocol debug messagesSimon Ser
2020-12-19xwayland: avoid crash on repeated server_finish_display() callIsaac Freund
2020-12-15Remove inline keywordSimon Ser
2020-12-07xwayland: use pipe instead of SIGUSR1 to signal readinessDominik Honnef
2020-12-02xwayland: add -core to flagsSimon Ser
2020-11-30xwm: add wlr_xwayland_surface_restack()Ilia Bozhinov
2020-11-03xwayland: log unhandled NET_WM_STATE property changesSimon Ser
2020-11-03xwayland: minor code style fixesSimon Ser
2020-10-20xwayland: fix minor typo in debug logTudor Brindus
2020-10-14xwayland: add set_geometry eventIlia Bozhinov
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: introduce WLR_XWAYLAND for specifying which Xwayland to useTudor 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-10-08xwm: add loop detection for read_surface_parentRouven Czerwinski
2020-09-04xwayland: disconnect display destroy listener even if xwayland didn't initializeIlia Bozhinov