aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-10-22Set crtc field when scanning for DRM connectorsVersus Void
and always use it when matching CRTCs with connectors. Fix deactivated monitors check.
2017-10-22Reinitialize only changed DRM outputs after setting mode on oneVersus Void
2017-10-22Emit output resolution event only when resolution changesVersus Void
2017-10-22Merge pull request #312 from versusvoid/fix-drm-initializationScott Anderson
Fix index computation in DRM output scan and CRTC match
2017-10-22Fix index computation in DRM output scan and CRTC matchVersus Void
2017-10-21Merge pull request #298 from raazvvann/heghe/wl_listDrew DeVault
Replace list_t with wl_list
2017-10-21Merge branch 'master' into heghe/wl_listDrew DeVault
2017-10-21Rename remaining refs to wlr_listDrew DeVault
2017-10-21Merge pull request #310 from inclement/fix_rootston_default_config_2Drew DeVault
Fixed default keybinding in config.c
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-20Replace list_t with wl_list in wlr_wl_backendHeghedus Razvan
Now wlr_backend->outputs is a list of wlr_wl_backend_output instead of wlr_output. Signed-off-by: Heghedus Razvan <heghedus.razvan@gmail.com>
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-20Replace list_t with wl_list for wlr_input_deviceHeghedus Razvan
Signed-off-by: Heghedus Razvan <heghedus.razvan@gmail.com>
2017-10-20Replace list_t with wl_list in wlr_outputHeghedus Razvan
Signed-off-by: Heghedus Razvan <heghedus.razvan@gmail.com>
2017-10-20Replace list_t with wl_list in wlr_drm_backendHeghedus Razvan
Signed-off-by: Heghedus Razvan <heghedus.razvan@gmail.com>
2017-10-20Replace list_t with wl_list in wlr_multi_backendHeghedus Razvan
Signed-off-by: Heghedus Razvan <heghedus.razvan@gmail.com>
2017-10-20xdg-shell: improve configure request change detectionTony Crisci
2017-10-20xdg-shell: send same-as-current configure if neededTony 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