Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-03 | move xwm.h out of include/wlr | Dominique Martinet | |
xwm.h was meant to be private, so move it to include/xwayland/xwm.h We had an ifdef WLR_HAS_XCB_ICCCM in xwayland.h which was easy to move to xwm, it is not safe to use the WLR_HAS_* in the public headers. I checked a few of our current users and none rely on xwm.h being public as expected (rootston, sway, hsroots) | |||
2018-02-26 | add xwayland unmanaged tests to support dmenu | Markus Ongyerth | |
This adds `wlr_xwayland_surface_is_unamanged`, to allow compositors more fine grained control over XWayland focus. A surface that is unmanaged should not receive focus, while other windows that are just override redirect may want it (dmenu). The way unamanged is determined is taken from wlc. | |||
2018-02-12 | Reformat all #include directives | emersion | |
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 | |