aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-12-27keep track of number of keycodes pressedTony Crisci
2017-12-27Merge pull request #525 from acrisci/serial-validationDrew DeVault
Serial validation for grab requests
2017-12-27Update CONTRIBUTING.mdDrew DeVault
2017-12-27validate grab serial for shell eventsTony Crisci
2017-12-27rootston: remove input event ring bufferTony Crisci
2017-12-27Merge pull request #524 from acrisci/role-committedemersion
[wip] Role committed
2017-12-27xwayland: role committedTony Crisci
2017-12-27drag-icon: surface committedTony Crisci
2017-12-27wl-shell: role committedTony Crisci
2017-12-27Merge pull request #519 from emersion/xwayland-primary-selectionTony Crisci
Implement xwayland primary selection sync
2017-12-27xdg-shell: role-committed funcTony Crisci
2017-12-27add role-committed hookTony Crisci
2017-12-27Add logging to selection message handlersemersion
2017-12-27Merge pull request #521 from acrisci/nop-commandTony Crisci
add nop command
2017-12-27Allow calling xwm_set_seat with a NULL seatemersion
2017-12-27Merge pull request #522 from emersion/fix-drm-output-transform-cursorTony Crisci
Fix cursor on transformed output with DRM backend
2017-12-27Add output transform helpers docsemersion
2017-12-27Merge pull request #523 from besser82/bugfix/config_headerTony Crisci
config: Put all defines into config.h
2017-12-26config: Put all defines into config.hBjörn Esser
2017-12-26Fix cursor on transformed output with DRM backendemersion
2017-12-26add nop commandTony Crisci
2017-12-26Fix primary selection not sent to xwayland when clipboard is emptyemersion
2017-12-25Fix use-after-free when destroying selection sourcesemersion
2017-12-25Properly free selection sourcesemersion
2017-12-25Implement xwayland primary selection syncemersion
2017-12-24Remove PKGBUILDDrew DeVault
2017-12-24Merge pull request #518 from martinetd/libinput_configDrew DeVault
rootston: add arbitrary libinput config 'tap_enabled'
2017-12-24rootston: add arbitrary libinput config 'tap_enabled'Dominique Martinet
This ought to be enough to serve as an example for other compositors to use.
2017-12-23Merge pull request #515 from primeos/meson-backend-fixemersion
Add libdrm as dependency for wlr_backend
2017-12-23Add libdrm as a dependency of wlr_backendMichael Weiss
Without this patch I'm getting the following build error when building with Nix: FAILED: backend/wlr_backend@sta/session_direct-ipc.c.o In file included from ../backend/session/direct-ipc.c:20:0: /nix/store/9ac27wk5vh47p28gladbdfafpidrx9rh-libdrm-2.4.88-dev/include/xf86drm.h:40:17: fatal error: drm.h: No such file or directory #include <drm.h> ^ compilation terminated.
2017-12-23Merge pull request #508 from emersion/fix-rootston-seat-button-countDrew DeVault
Fix rootston seat button count
2017-12-23Merge pull request #509 from emersion/primary-selectionTony Crisci
Add gtk-primary-selection protocol
2017-12-23Correctly free primary selection manager & sourceemersion
2017-12-23Send primary selection when clients get keyboard focusemersion
2017-12-22Fix primary clipboard issuesemersion
2017-12-22Add missing gtk-primary-selection interfacesemersion
2017-12-22Add wlr_primary_selection_device_manager and wlr_primary_selection_sourceemersion
2017-12-22Fix rootston seat button countemersion
2017-12-21Merge pull request #506 from acrisci/multi-backend-fixesTony Crisci
[wip] multibackend fixes
2017-12-21only add first backend to multi autocreateTony Crisci
2017-12-21rootston: server backend checkTony Crisci
2017-12-21autocreate backend returns null instead of emptyTony Crisci
2017-12-21handle display destroyTony Crisci
2017-12-20backend add and remove eventsTony Crisci
2017-12-20rootston: handle backend creation failedTony Crisci
2017-12-19always return multibakend from autocreateTony Crisci
2017-12-19multibackend remove subbackendTony Crisci
2017-12-19subbackend state destroyTony Crisci
2017-12-19remove session from multibackendTony Crisci
2017-12-19add backend destroy eventTony Crisci