aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-09-28Fix 80 char limit with 4 width tabsemersion
2017-09-28Add TODO for pointer grab in set_popupemersion
2017-09-28Call wlr_surface_set_role in wl_shell_get_shell_surfaceemersion
2017-09-28Remove ping_timer when destroying wlr_wl_shell_surfaceemersion
2017-09-28Use enums instead of uint32_t where applicableemersion
2017-09-28Add helper shell_surface_set_stateemersion
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-27Merge pull request #162 from emersion/wl_shellDrew DeVault
Add wl_shell to rootston
2017-09-28examples/compositor: fix handle_output_frameemersion
2017-09-28wl_shell: listen for wlr_surface destroy signalemersion
2017-09-28wl_shell: properly set wl_surface->resourceemersion
2017-09-28wl_shell: gluten-free cosmetic variable renamingemersion
2017-09-28rootston: no need to implement get_input_bounds and activate for wl_shell viewsemersion
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
DisplayPort MST
2017-09-26Add first try to add wl_shell to rootstonemersion
2017-09-25Merge pull request #161 from acrisci/bug/egl-segfaultDrew DeVault
unset egl current before terminating display
2017-09-25unset egl current before terminating displayTony Crisci
fixes segfault when closing the compositor with an egl window.
2017-09-25Fix broken keyboard handlingDrew DeVault
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-24Merge pull request #159 from ascent12/meson-installDrew DeVault
Install files with meson
2017-09-24Add Archlinux PKGBUILD scriptScott Anderson
2017-09-24Install library, headers, and pkg-configScott Anderson
2017-09-24Add error checking to DRM legacyScott Anderson
2017-09-24Send failure code on partial atomic commitScott Anderson
2017-09-24Set state properlyScott Anderson
2017-09-23Initial keyboard support in rootstonDrew DeVault
2017-09-23Implement xdg surface request_moveDrew DeVault
2017-09-23Implement tool tip -> click simulationDrew DeVault
2017-09-23Implement pointer motion and buttonsDrew DeVault
2017-09-23Merge pull request #156 from acrisci/feature/wlr-keyboard-eventsDrew DeVault
[wip] wlr-seat-keyboard: keyboard events
2017-09-23Fix rootston executable nameDrew DeVault
2017-09-23Implement wlr_cursor in rootstonDrew DeVault
2017-09-23add keys array param to seat keyboard enterTony Crisci
2017-09-23bugfix: correct type in keyboard resource destroyTony Crisci
2017-09-23wlr-seat: keyboard layoutTony Crisci
2017-09-23Render XDG shell surfacesDrew DeVault
2017-09-23Wire up pointer, start on cursorDrew DeVault
2017-09-23Initial pass on roots_inputDrew DeVault
2017-09-23Merge pull request #157 from emersion/include-guards-namesTony Crisci
Use more consistent include guard names