index
:
wlroots.git
master
fork of wlroots with action binder support
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
xwayland
/
xwm.h
Age
Commit message (
Collapse
)
Author
2017-10-05
Add support for WM_HINTS
emersion
2017-10-05
xwayland: request hints
emersion
2017-09-29
xwayland: add wlr_xwayland_surface_close
emersion
2017-09-29
xwayland: add window_type support
emersion
2017-09-29
xwayland: add pid support
emersion
2017-09-29
xwayland: add state support
emersion
2017-09-29
Add reply->type checks, add XCB_ATOM_WM_TRANSIENT_FOR
emersion
2017-09-29
xwayland: read window title & class
emersion
2017-09-28
Fix atom_map usage
Drew DeVault
2017-09-28
Fix segfault on startup
emersion
2017-09-28
x11 -> xwayland, window -> surface, fix some calloc sizes and wrong types
emersion
2017-09-28
Fix ATOM_LAST position
Drew DeVault
2017-09-28
Add xwayland activate and fix EGL bug
Drew DeVault
2017-08-23
example compositor: loop through xwayland surfaces
Dominique Martinet
2017-08-23
xwm: handle some more events
Dominique Martinet
handle map/unmap_notify, property_notify (just logging for now), and client_message for wl_surface_id. We almost can display an X window now, just need the compositor to iterate over them
2017-08-23
xwayland: move & split internal header file
Dominique Martinet