aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-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-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-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
2017-10-02Update README et al with new linksDrew DeVault
2017-10-02Merge pull request #187 from versusvoid/documentationDrew DeVault
Add examples/wlr-example.ini.example
2017-10-02Move wlr-example.ini.example to rootston.ini.example and reference it from ↵Versus Void
examples' config parser
2017-10-02Merge pull request #185 from acrisci/bug/xdg-shell-destroyDrew DeVault
xdg-shell: protocol destroy
2017-10-02Merge pull request #182 from ascent12/drm-multi-gpuDrew DeVault
DRM Multi-GPU
2017-10-02Add examples/wlr-example.ini.example with option descriptions for examplesVersus Void
2017-10-02xdg-shell: protocol destroyTony Crisci
2017-10-02Check for fd failure properlyScott Anderson
2017-10-02Add explicitly picking GPUs with environment varScott Anderson
2017-10-02Change iface prefix to suffixScott Anderson
2017-10-01Fix keyboard handling in examplesDrew DeVault
2017-10-01Forgot that file :/Drew DeVault
2017-10-01Add basic drawing tablet support to rootstonDrew DeVault
2017-10-01Minor fixesScott Anderson
2017-10-01Multi-GPU DRMScott Anderson
2017-10-01Change wlr_session to open every GPUScott Anderson
2017-10-01Add renderer pointer inside drm_surfaceScott Anderson
2017-09-30Merge pull request #181 from acrisci/bug/toplevel-cleanupDrew DeVault
xdg-toplevel: fix memory leaks
2017-09-30xdg-toplevel: fix memory leaksTony Crisci
2017-09-30Reverse loop in view_atDrew DeVault
Looks for the top-most view now.
2017-09-30Merge pull request #160 from acrisci/feature/subcompositorDrew DeVault
Subcompositor
2017-09-30Merge pull request #179 from emersion/wl-shell-resizeDrew DeVault
rootston: add resize support for wl_shell
2017-09-30Fix segfault in handle_request_resizeemersion
2017-09-30Merge branch 'master' into feature/subcompositorTony Crisci