aboutsummaryrefslogtreecommitdiff
path: root/include/wlr/xwayland.h
AgeCommit message (Expand)Author
2017-12-14Merge branch 'master' into display-destroyemersion
2017-12-14Merge branch 'master' into xwm-selectionemersion
2017-12-13xwm: user custom event handlerTony Crisci
2017-12-08Merge branch 'master' into feature/xwm-selectionTony Crisci
2017-12-08Do not destroy wl_client in wlr_xwayland_finishemersion
2017-12-08Listen to display destroy in xwayland, rename wlr_egl_freeemersion
2017-12-03xwayland: remove xwayland param from xsurface methodsTony Crisci
2017-11-22xwayland: clean up seat settingTony Crisci
2017-11-22xwm: send selection dataTony Crisci
2017-11-21xwm: get selection targetsTony Crisci
2017-11-19Refactor wlr_list inside wlrootsemersion
2017-11-12Run startup command after xwayland is readyDrew DeVault
2017-11-02Use compositor theme for xwm cursoremersion
2017-10-27xwm: create colormap and visual depth detectionTony Crisci
2017-10-27xwm: net wm stateTony Crisci
2017-10-27xwm: moveresize eventsTony Crisci
2017-10-26xwm: remove incorrect implementation of net wm stateTony Crisci
2017-10-25xwm: improve activation and dont send focus twiceTony Crisci
2017-10-24xwm: map and unmap notifyTony Crisci
2017-10-24xwm: get rid of displayable surfaces listTony Crisci
2017-10-24xwm: fix listsTony Crisci
2017-10-24xwm: add surface to rootston on surface commitTony Crisci
2017-10-21Rename remaining refs to wlr_listDrew DeVault
2017-10-20Replace list_t with wl_list for wlr_input_deviceHeghedus Razvan
2017-10-05Copy xcb_icccm structs into wlrootsemersion
2017-10-05Parse _MOTIF_HINTSemersion
2017-10-05Use pointers for xwayland hints and size_hintsemersion
2017-10-05Add support for WM_HINTSemersion
2017-10-05Add padding if xcb_icccm is not availableemersion
2017-10-05xwayland: parse normal hintsemersion
2017-10-05xwayland: add wlr_xwayland_surface->motif_hintsemersion
2017-09-30Add x, y, width, height arguments to wlr_xwayland_surface_configureemersion
2017-09-29xwayland: add wlr_xwayland_surface_closeemersion
2017-09-29xwayland: add window_type supportemersion
2017-09-29xwayland: add pid supportemersion
2017-09-29xwayland: add state supportemersion
2017-09-29xwayland: add set_parent eventemersion
2017-09-29xwayland: add signals for configure, set_{class,title}emersion
2017-09-29Add reply->type checks, add XCB_ATOM_WM_TRANSIENT_FORemersion
2017-09-29xwayland: expose wlr_xwayland_surface_configureemersion
2017-09-29xwayland: read window title & classemersion
2017-09-28x11 -> xwayland, window -> surface, fix some calloc sizes and wrong typesemersion
2017-09-28Add xwayland activate and fix EGL bugDrew DeVault
2017-09-28Fix rootston keyboard, add XwaylandDrew DeVault
2017-09-23Use more consistent include guard namesemersion
2017-08-27Double-fork for xwayland executionDominique Martinet
2017-08-24xwayland: fix shutdown caused by Xwayland/client stopDominique Martinet
2017-08-23example compositor: loop through xwayland surfacesDominique Martinet
2017-08-23xwayland: move & split internal header fileDominique Martinet
2017-08-23init xwm only once Xwayland server is readyDominique Martinet