aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-10-21Fixed default keybinding in config.cAlexander Taylor
2017-10-21Merge pull request #309 from inclement/fix_rootston_default_configDrew DeVault
Changed broken example rootston keybinding
2017-10-21Merge pull request #308 from ascent12/render-fixupsDrew DeVault
Render fixups
2017-10-21Changed broken default rootston keybindingAlexander Taylor
2017-10-22Pass backend to renderScott Anderson
2017-10-22Remove drm field from wlr_drm_connectorScott Anderson
2017-10-22Add pointer to backend inside wlr_outputScott Anderson
2017-10-22Remove unnecesary wlr_renderersScott Anderson
2017-10-22Move egl.h to render/egl.hScott Anderson
2017-10-21Merge pull request #303 from emersion/wl-signal-no-list-initDrew DeVault
Remove wl_list_init when using wl_signal_add
2017-10-21Merge pull request #304 from inclement/fix_example_configDrew DeVault
Moved comments in rootston keybinding example config
2017-10-21Moved comments in rootston keybinding example configAlexander Taylor
The comment strings are not stripped so the commands are not currently recognised.
2017-10-21Remove calls to assert to check runtime errors in rootstonemersion
2017-10-21Remove wl_list_init when using wl_signal_addemersion
2017-10-20Implement simple touch support for rootstonDrew DeVault
2017-10-20Merge pull request #301 from thejan2009/startup-commandDrew DeVault
Add startup command option to rootston
2017-10-20Add startup command option to rootstonD.B
Allows specifying a command to run at startup.
2017-10-20Merge pull request #297 from acrisci/feature/wl-output-geometryDrew DeVault
wl-output: send layout position
2017-10-20wl-output: send layout positionTony Crisci
2017-10-19Merge pull request #282 from acrisci/bug/xdg-shell-same-as-configuredDrew DeVault
xdg-shell: send same-as-current configure if needed
2017-10-19Merge pull request #296 from acrisci/feature/view-set-positionDrew DeVault
rootston: view set position
2017-10-19rootston: view set positionTony Crisci
2017-10-19xdg-shell: improve configure request change detectionTony Crisci
2017-10-19xdg-shell: send same-as-current configure if neededTony Crisci
2017-10-18Merge pull request #289 from emersion/default-meta-keyDrew DeVault
rootston: add a default meta key if no config file is specified
2017-10-18Add a default meta keyemersion
2017-10-18Merge pull request #285 from emersion/fix-wayland-hidden-cursorDrew DeVault
Fix hidden cursors
2017-10-18Fix render errors with gnome-terminalemersion
2017-10-18Fix hidden cursor on wayland backendemersion
2017-10-17Merge pull request #280 from acrisci/bug/xdg-shell-pending-different-forceDrew DeVault
xdg-shell: force configure when pending different
2017-10-17xdg-shell: force configure when pending differentTony Crisci
2017-10-17Merge pull request #257 from emersion/fix-client-cursorsDrew DeVault
[WIP] Fix client cursors
2017-10-17Merge pull request #279 from acrisci/bug/shell-buffer-detectionDrew DeVault
bug: detect invalid texture in xdg-shell
2017-10-17bug: detect invalid texture in xdg-shellTony Crisci
2017-10-17Disable hardware cursors for nowemersion
2017-10-16Merge pull request #276 from acrisci/bug/fix-view-centeringDrew DeVault
bug: fix view centering
2017-10-16bug: fix view centeringTony Crisci
2017-10-15Merge pull request #272 from emersion/editorconfig-xmlDrew DeVault
Add XML rules to .editorconfig
2017-10-15Add XML rules to .editorconfigemersion
2017-10-14Merge pull request #271 from thejan2009/issue/double-scrollwheelTony Crisci
Fix duplicated pointer axis events
2017-10-14Release buffer in wlr_surface_flush_damageemersion
2017-10-14Fix software cursor when setting committed cursor surfaceemersion
2017-10-14Fix client cursors when software cursors are usedemersion
2017-10-14Fix cursor role name, fix segfault when surface->resource is NULLemersion
2017-10-14Fix duplicated pointer axis eventsD.B
In pointer.c, some axis event was emitted even if the event pointer did not have current axis. In X11 backend pointer scroll events seem to be composed of both BUTTON_PRESS and BUTTON_RELEASE. Therefore we should skip one of them (RELEASE) to avoid event duplication.
2017-10-12Merge pull request #266 from versusvoid/window-switchingDrew DeVault
Window switching binding
2017-10-12Merge pull request #269 from acrisci/bug/emit-pointer-grab-endDrew DeVault
bug: emit wlr-seat pointer grab end event
2017-10-12Move binding parsing to separate functionVersus Void
2017-10-12New binding to switch windowsVersus Void
2017-10-12bug: emit wlr-seat pointer grab end eventTony Crisci