aboutsummaryrefslogtreecommitdiff
path: root/include/rootston
AgeCommit message (Collapse)Author
2017-10-15wlr-data-device interfaceTony Crisci
2017-10-09Merge pull request #206 from emersion/client-cursorDrew DeVault
Client provided cursors
2017-10-09Merge pull request #220 from versusvoid/optional-xwaylandDrew DeVault
Make Xwayland optional
2017-10-09Switch back to compositor cursor when switching from one view to anotheremersion
2017-10-09Switch back to compositor cursor when leaving viewemersion
2017-10-08rootston: handle request_set_cursoremersion
2017-10-08Merge pull request #243 from acrisci/feature/input-boundsDrew DeVault
Use wl_surface input bounds for input handling
2017-10-08Merge pull request #239 from emersion/center-viewsDrew DeVault
Center views in rootston
2017-10-08use input bounds for pointer eventsTony Crisci
2017-10-08Activate new viewsemersion
2017-10-08Center wl shell viewsemersion
2017-10-08Do not remove the commit listeneremersion
2017-10-08Merge pull request #140 from emersion/screenshooterDrew DeVault
Add screenshooter
2017-10-08Center xdg shell viewsemersion
2017-10-07Merge branch 'master' into feature/xdg-popupTony Crisci
2017-10-07rootston: create screenshooter interfaceemersion
2017-10-06Make xwayland compile-time optionalVersus Void
2017-10-06Add config option to disable XwaylandVersus Void
2017-10-06Add close command, add close for xwaylandemersion
2017-10-06rootston: handle grab endTony Crisci
2017-10-05Merge pull request #198 from emersion/rootston-move-resize-rotateDrew DeVault
rootston: force move, resize and rotate
2017-10-05Fix memory leaksVersus Void
2017-10-03rootston: add meta-key to config fileemersion
2017-10-03rootston: rotate views!emersion
2017-10-03Add modifiers support in wayland backend, parse modifiers in rootston configemersion
2017-10-03Use a command string rather than an action enumemersion
2017-10-03Parse bindings in config, execute bindingsemersion
2017-10-03Use keysyms instead of keycodesemersion
2017-10-03Add keyboard state to rootstonemersion
2017-10-01Add basic drawing tablet support to rootstonDrew DeVault
2017-09-30Merge branch 'master' into feature/subcompositorTony Crisci
2017-09-30input events for subsurfacesTony Crisci
2017-09-30Completely fix resize offsetemersion
2017-09-30Partially fix resize offsetemersion
2017-09-30Add edges support, remove get_input_boundsemersion
2017-09-30Add view_resizeemersion
2017-09-30React to xdg shell resize requestsemersion
2017-09-29xwayland: add signals for configure, set_{class,title}emersion
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-28Fix rootston keyboard, add XwaylandDrew DeVault
2017-09-28rootston: handle request_moveemersion
2017-09-27wlr_wl_shell: implement all requests except set_popupemersion
2017-09-27Fix segfault, add wl_shell viewemersion
2017-09-26Add first try to add wl_shell to rootstonemersion
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-23Implement wlr_cursor in rootstonDrew DeVault