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
/
wlr
/
xwayland.h
Age
Commit message (
Collapse
)
Author
2018-01-14
xwayland: render children window in fullscreen
emersion
2017-12-29
wlr_xwayland: preserve end of struct on restart
Dominique Martinet
This is more robust than trying to recopy a few fields. Note: wlr_xwayland->events.ready now resets after each trigger, so one can hook on it again and be called when restart is ready
2017-12-29
xwayland: listen to wlr_seat destroy signal
Dominique Martinet
2017-12-27
config: Avoid clash with other config-headers
Björn Esser
2017-12-27
Merge pull request #524 from acrisci/role-committed
emersion
[wip] Role committed
2017-12-27
xwayland: role committed
Tony Crisci
2017-12-26
config: Put all defines into config.h
Björn Esser
2017-12-14
Merge branch 'master' into xwm-selection
emersion
2017-12-14
Merge branch 'master' into display-destroy
emersion
2017-12-14
Merge branch 'master' into xwm-selection
emersion
2017-12-13
xwm: user custom event handler
Tony Crisci
2017-12-08
Merge branch 'master' into feature/xwm-selection
Tony Crisci
2017-12-08
Do not destroy wl_client in wlr_xwayland_finish
emersion
2017-12-08
Listen to display destroy in xwayland, rename wlr_egl_free
emersion
2017-12-03
xwayland: remove xwayland param from xsurface methods
Tony Crisci
2017-11-22
xwayland: clean up seat setting
Tony Crisci
2017-11-22
xwm: send selection data
Tony Crisci
2017-11-21
xwm: get selection targets
Tony Crisci
2017-11-19
Refactor wlr_list inside wlroots
emersion
2017-11-12
Run startup command after xwayland is ready
Drew DeVault
2017-11-02
Use compositor theme for xwm cursor
emersion
2017-10-27
xwm: create colormap and visual depth detection
Tony Crisci
2017-10-27
xwm: net wm state
Tony Crisci
2017-10-27
xwm: moveresize events
Tony Crisci
2017-10-26
xwm: remove incorrect implementation of net wm state
Tony Crisci
2017-10-25
xwm: improve activation and dont send focus twice
Tony Crisci
2017-10-24
xwm: map and unmap notify
Tony Crisci
2017-10-24
xwm: get rid of displayable surfaces list
Tony Crisci
2017-10-24
xwm: fix lists
Tony Crisci
2017-10-24
xwm: add surface to rootston on surface commit
Tony Crisci
2017-10-21
Rename remaining refs to wlr_list
Drew DeVault
2017-10-20
Replace list_t with wl_list for wlr_input_device
Heghedus Razvan
Signed-off-by: Heghedus Razvan <heghedus.razvan@gmail.com>
2017-10-05
Copy xcb_icccm structs into wlroots
emersion
2017-10-05
Parse _MOTIF_HINTS
emersion
2017-10-05
Use pointers for xwayland hints and size_hints
emersion
2017-10-05
Add support for WM_HINTS
emersion
2017-10-05
Add padding if xcb_icccm is not available
emersion
2017-10-05
xwayland: parse normal hints
emersion
2017-10-05
xwayland: add wlr_xwayland_surface->motif_hints
emersion
2017-09-30
Add x, y, width, height arguments to wlr_xwayland_surface_configure
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
xwayland: add set_parent event
emersion
2017-09-29
xwayland: add signals for configure, set_{class,title}
emersion
2017-09-29
Add reply->type checks, add XCB_ATOM_WM_TRANSIENT_FOR
emersion
2017-09-29
xwayland: expose wlr_xwayland_surface_configure
emersion
2017-09-29
xwayland: read window title & class
emersion
2017-09-28
x11 -> xwayland, window -> surface, fix some calloc sizes and wrong types
emersion
[next]