aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-09-27Merge pull request #162 from emersion/wl_shellDrew DeVault
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-26Add first try to add wl_shell to rootstonemersion
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
2017-09-24Add Archlinux PKGBUILD scriptScott Anderson
2017-09-24Install library, headers, and pkg-configScott 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
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
2017-09-23Fix some include guard names in interfaces/emersion
2017-09-23Use more consistent include guard namesemersion
2017-09-23Initialize display, backend; add frame handlingDrew DeVault
2017-09-22Establish rootston headers & mainDrew DeVault
2017-09-22wlr-seat: keyboard modifiersTony Crisci
2017-09-22wlr-seat-keyboard: basic eventsTony Crisci
2017-09-22Merge pull request #155 from emersion/next-serialDrew DeVault
2017-09-22Use wl_display_next_serialemersion
2017-09-22Merge pull request #154 from Dudemanguy911/masterDrew DeVault
2017-09-22Clarify either/or dependencydudemanguy
2017-09-22Add elogind supportdudemanguy
2017-09-22Fix use of serial on motion_requestDrew DeVault
2017-09-22Merge pull request #152 from acrisci/feature/wlr-seat-axis-eventsDrew DeVault
2017-09-22wlr-seat: implement cursor axis eventsTony Crisci
2017-09-22Fix possibly uninitialized variableDrew DeVault