aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-10-06Merge pull request #219 from versusvoid/cursor-boundsDrew DeVault
Transform hotspot with cursor
2017-10-06Merge pull request #222 from versusvoid/flush-xwayland-resizeDrew DeVault
Flush xwayland surface configuration
2017-10-06Flush xwayland surface configurationVersus Void
Fix #215
2017-10-06Transform hotspot with cursorVersus Void
Fix #188
2017-10-05Merge pull request #189 from emersion/xwayland-hintsDrew DeVault
xwayland: add support for window hints
2017-10-05Copy xcb_icccm structs into wlrootsemersion
2017-10-05Fix #210Drew DeVault
2017-10-05Merge pull request #209 from versusvoid/fix-null-view-focusDrew DeVault
Fix focusing null view
2017-10-05Fix focusing null viewVersus Void
2017-10-05Merge pull request #198 from emersion/rootston-move-resize-rotateDrew DeVault
rootston: force move, resize and rotate
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-10-05xwayland: request hintsemersion
2017-10-05Merge pull request #208 from versusvoid/memoryDrew DeVault
Fix memory leaks
2017-10-05Fix memory leaksVersus Void
2017-10-05Merge pull request #207 from versusvoid/fix-double-freeDrew DeVault
Fix double free
2017-10-05Fix double freeVersus Void
2017-10-04rootston: fix rotated subsurfacesemersion
2017-10-04rootston: rotation by stepsemersion
2017-10-04rootston: fix cursor coordinates for rotated subsurfacesemersion
2017-10-04rootston: rotate cursor coordinatesemersion
2017-10-04Merge pull request #202 from 4e554c4c/unsetenvDrew DeVault
Unset $DISPLAY until XWayland is ready
2017-10-03Unset $DISPLAY until XWayland is readyCalvin Lee
2017-10-03rootston: add meta-key to config fileemersion
2017-10-03Merge pull request #197 from versusvoid/buffer-resetDrew DeVault
Reset buffer resource pointer on destroy signal.
2017-10-03Reset buffer resource pointer on destroy signalVersus Void
2017-10-03Merge pull request #199 from acrisci/bug/seat-name-versionDrew DeVault
wlr-seat: honor seat version
2017-10-03wlr-seat: honor seat versionTony Crisci
2017-10-03rootston: rotate views!emersion
2017-10-03rootston: force move and resizeemersion
2017-10-03Merge pull request #184 from emersion/rootston-keysDrew DeVault
Keyboard modifiers
2017-10-03Set WAYLAND_DISPLAY in rootston environmentDrew DeVault
Duh
2017-10-03Add modifiers signal, remove wlr_keyboard_update_modifiersemersion
2017-10-03Merge pull request #194 from versusvoid/memoryTony Crisci
Free xkb structures on wlr_keyboard destroy
2017-10-03Fix modifiers support with backend != waylandemersion
2017-10-03Add modifiers support in wayland backend, parse modifiers in rootston configemersion
2017-10-03Fix modifiers handling, add wlr_keyboard_get_modifiersemersion
2017-10-03Begin modifiers supportemersion
2017-10-03exec command if it's not exitemersion
2017-10-03Free config->bindingsemersion
2017-10-03Bind logo+q when no config file is specifiedemersion
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-03Free xkb structures on wlr_keyboard destroyVersus Void