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
/
include
/
xwayland
/
xwm.h
Age
Commit message (
Expand
)
Author
2021-02-05
xwayland/xwm: make atom_map const
Manuel Stoeckl
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-27
xwayland: drop unused enum net_wm_state_action
Simon Ser
2020-07-30
xwayland: do not allow apps to change focus after wlroots request
Ilia Bozhinov
2020-07-27
xwm: Set _NET_WM_STATE_FOCUSED property for the focused surface
Scott Moreau
2020-07-21
xwm: add support for xwayland minimize
Tobias Langendorf
2020-05-19
xwayland: split server
Simon Ser
2020-03-06
xwayland: remove underscore prefix from atom names
Simon Ser
2020-03-06
xwayland: remove duplicate _NET_WM_NAME entry
Simon Ser
2020-03-06
xwayland: use explicit indexes when initializing atom_map
Simon Ser
2019-02-15
xwm: Add _NET_CLIENT_LIST support
Uli Schlachter
2019-01-24
data-device, primary-selection: add request_set_selection
emersion
2018-11-12
Use #if instead of #ifdef for wlroots config data
emersion
2018-10-27
xwayland: fix typo to enable transparency
emersion
2018-09-03
xwayland: Introduce set_role event
Ryan Dwyer
2018-09-02
xwayland: Add WM_STATE modal property
Ryan Dwyer
2018-04-26
xwayland: fix some Chromium comboboxes
emersion
2018-04-08
Add wlr_xwayland_surface_ping
emersion
2018-04-08
xwayland: add _NET_WM_WINDOW_TYPE_MENU support
emersion
2018-04-03
xwayland: refactor selection code
emersion
2018-04-03
xwayland: only send one target at a time
emersion
2018-04-02
xwayland: support multiple wayland → xwayland selection transfers
emersion
2018-03-29
xwayland: use a separate window for drag'n'drop
emersion
2018-03-29
xwayland: allow drag data source transfer after drag ends
emersion
2018-03-28
xwayland: improve error handling
emersion
2018-03-28
xwayland: send DND_DROP
emersion
2018-03-28
xwayland: send DND_POSITION
emersion
2018-03-28
xwayland: send DND_ENTER
emersion
2018-03-27
xwayland: create DND window, add DND atom helpers
emersion
2018-03-27
Fix x11 backend
Dominique Martinet
2018-03-04
xwm.h: fix guard ifdef and remove wlr_ prefix from xwm_atoms_contains
Dominique Martinet
2018-03-03
xcb errors: init errors context at start
Dominique Martinet
2018-03-03
move xwm.h out of include/wlr
Dominique Martinet