aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2017-09-30Removed unused fieldsScott Anderson
2017-09-29Merge pull request #170 from emersion/xwaylandDrew DeVault
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-29Fix time and transformScott Anderson
2017-09-29Add closing with WM buttonScott Anderson
2017-09-29Add timer for rendering loopScott Anderson
2017-09-29Add basic inputScott Anderson
2017-09-29Basic renderingScott Anderson
2017-09-29Add EGL for X11Scott Anderson
2017-09-29Change egl_get_config to always use visual idScott Anderson
2017-09-29Open X11 WindowScott Anderson
2017-09-29Add X11 backend skeletonScott Anderson
2017-09-28DRY up focus and implement z orderingDrew DeVault
2017-09-28Handle input device removalDrew DeVault
2017-09-28x11 -> xwayland, window -> surface, fix some calloc sizes and wrong typesemersion
2017-09-28Merge pull request #163 from emersion/wl_shell-fixesDrew DeVault
2017-09-28Add xwayland activate and fix EGL bugDrew DeVault
2017-09-28Fix rootston keyboard, add XwaylandDrew DeVault
2017-09-28Use enums instead of uint32_t where applicableemersion
2017-09-28role -> stateemersion
2017-09-28Fix typo: s/transcient/transient/emersion
2017-09-27Merge remote-tracking branch 'origin/master' into rootstonDrew DeVault
2017-09-28wl_shell: listen for wlr_surface destroy signalemersion
2017-09-28rootston: handle request_moveemersion
2017-09-27class_ -> class, free more stuff in destroy_shell_surfaceemersion
2017-09-27wl_shell: add wlr_wl_shell_surface_{configure,popup_done}emersion
2017-09-27wl_shell: implement set_popup requestemersion
2017-09-27wlr_wl_shell: implement all requests except set_popupemersion
2017-09-27Set view->surfaceemersion
2017-09-27Fix segfault, add wl_shell viewemersion
2017-09-27Merge pull request #144 from ascent12/drm-dp-mstDrew DeVault
2017-09-26Add first try to add wl_shell to rootstonemersion
2017-09-25Minor tweaks to (broken) keyboard supportDrew DeVault
2017-09-25Merge branch 'master' into rootstonDrew DeVault
2017-09-24Move keyboard logic to wlr_{keyboard,seat}Drew DeVault
2017-09-23Initial keyboard support in rootstonDrew DeVault
2017-09-23Implement xdg surface request_moveDrew DeVault
2017-09-23Implement pointer motion and buttonsDrew DeVault
2017-09-23Merge pull request #156 from acrisci/feature/wlr-keyboard-eventsDrew DeVault
2017-09-23Implement wlr_cursor in rootstonDrew DeVault
2017-09-23add keys array param to seat keyboard enterTony Crisci
2017-09-23wlr-seat: keyboard layoutTony Crisci