aboutsummaryrefslogtreecommitdiff
path: root/include/xwayland
AgeCommit message (Expand)Author
2021-08-20xwayland: Allow to retrieve _NET_STARTUP_IDGuido Günther
2021-05-31xwm: implement _NET_CLIENT_LIST_STACKINGTudor Brindus
2021-04-23xwayland: query window PIDs via XResQueryClientIdsAleksei Bavshin
2021-04-09Remove WLR_HAS_XCB_ERRORSSimon Ser
2021-04-06build: use get_variable instead of get_pkgconfig_variableSimon Ser
2021-03-29xwayland: require xcb-icccmSimon Ser
2021-03-03xwayland: use -listenfd if availableSimon Ser
2021-03-03xwayland: check executable exists on initSimon Ser
2021-02-05xwayland/xwm: make atom_map constManuel Stoeckl
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-29xwayland/selection: refactor remaining incremental transfer codeTudor Brindus
2021-01-29xwayland/selection: extract out property requestsTudor Brindus
2021-01-27xwayland: drop unused enum net_wm_state_actionSimon Ser
2021-01-25xwayland/selection: rename Wayland-facing data and helpersTudor Brindus
2020-07-30xwayland: do not allow apps to change focus after wlroots requestIlia Bozhinov
2020-07-27xwm: Set _NET_WM_STATE_FOCUSED property for the focused surfaceScott Moreau
2020-07-21xwm: add support for xwayland minimizeTobias Langendorf
2020-07-03xwm: end transfers when the requestor is destroyedJohn Chadwick
2020-05-19xwayland: split serverSimon Ser
2020-03-06xwayland: remove underscore prefix from atom namesSimon Ser
2020-03-06xwayland: remove duplicate _NET_WM_NAME entrySimon Ser
2020-03-06xwayland: use explicit indexes when initializing atom_mapSimon Ser
2019-02-15xwm: Add _NET_CLIENT_LIST supportUli Schlachter
2019-01-24data-device, primary-selection: add request_set_selectionemersion
2018-11-29primary-selection: introduce wlr_primary_selection_sourceemersion
2018-11-23Rename wlr_primary_selection to wlr_gtk_primary_selectionemersion
2018-11-12Use #if instead of #ifdef for wlroots config dataemersion
2018-10-27xwayland: fix typo to enable transparencyemersion
2018-09-03xwayland: Introduce set_role eventRyan Dwyer
2018-09-02xwayland: Add WM_STATE modal propertyRyan Dwyer
2018-04-26xwayland: fix some Chromium comboboxesemersion
2018-04-25Make sure we don't use others' prefixesemersion
2018-04-08Add wlr_xwayland_surface_pingemersion
2018-04-08xwayland: add _NET_WM_WINDOW_TYPE_MENU supportemersion
2018-04-03xwayland: refactor selection codeemersion
2018-04-03xwayland: only send one target at a timeemersion
2018-04-02xwayland: support multiple wayland → xwayland selection transfersemersion
2018-03-29xwayland: use a separate window for drag'n'dropemersion
2018-03-29xwayland: allow drag data source transfer after drag endsemersion
2018-03-28xwayland: improve error handlingemersion
2018-03-28xwayland: send DND_DROPemersion
2018-03-28xwayland: send DND_POSITIONemersion
2018-03-28xwayland: send DND_ENTERemersion
2018-03-27xwayland: create DND window, add DND atom helpersemersion
2018-03-27Fix x11 backendDominique Martinet