aboutsummaryrefslogtreecommitdiff
path: root/xwayland
AgeCommit message (Expand)Author
2021-08-28xwm: do not restack surfaces on activationTudor Brindus
2021-08-20xwayland: Allow to retrieve _NET_STARTUP_IDGuido Günther
2021-08-17xwayland: do not free cursor in handle_server_ready()Michele Sorcinelli
2021-07-27xwayland: embed wlr_xwayland_server_options in server structSimon Ser
2021-07-27xwayland: simplify argv filling logicSimon Ser
2021-06-25xwayland: improve startup log messageSimon Ser
2021-05-31xwm: prevent X11 clients from blowing our stack by opening too many windowsTudor Brindus
2021-05-31xwm: implement _NET_CLIENT_LIST_STACKINGTudor Brindus
2021-05-31xwm: use correct list link when iterating over `unpaired_surfaces`Tudor Brindus
2021-05-12xwayland: actually use Xwayland from pkg-configThomas Weißschuh
2021-04-23xwayland: remove _NET_WM_PID handlerAleksei Bavshin
2021-04-23xwayland: query window PIDs via XResQueryClientIdsAleksei Bavshin
2021-04-16xwayland/sockets: ensure proper permissionsRyan Farley
2021-04-09Remove WLR_HAS_XCB_ERRORSSimon Ser
2021-04-08gtk-primary-selection: drop supportIsaac Freund
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