aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-12-11Add wlr_output_set_custom_modeemersion
2017-12-11Merge pull request #480 from emersion/default-cursor-imageTony Crisci
Set default cursor image in rootston
2017-12-11Set default cursor image in rootstonemersion
2017-12-10Merge pull request #478 from martinetd/modifiersDrew DeVault
wlr_seat: send keyboard modifiers to the right client on enter
2017-12-10wlr_seat: send keyboard modifiers to the right client on enterDominique Martinet
We were previously sending modifiers to the leaving client instead. Fixes #476.
2017-12-09Merge pull request #477 from acrisci/bug/xcursor-fixesDrew DeVault
rootston xcursor fixes
2017-12-09rootston xcursor fixesTony Crisci
2017-12-08Merge pull request #474 from emersion/customize-repeat-infoDrew DeVault
Make keyboard repeat info configurable
2017-12-08Add docs for wlr_keyboard_set_repeat_infoemersion
2017-12-08Make keyboard repeat info configurableemersion
2017-12-08Merge pull request #473 from emersion/cursor-enter-leaveDrew DeVault
Send wl_surface.{enter,leave} to cursor surfaces
2017-12-08Fix unscaled cursor sx, syemersion
2017-12-08Fix client cursors hotspot on scaled outputsemersion
2017-12-08Send wl_surface.{enter,leave} to cursor surfacesemersion
2017-12-08Merge pull request #470 from acrisci/feature/xcursor-edgesTony Crisci
wlr-edges
2017-12-08move get_resize_name to xcursorTony Crisci
2017-12-08xwm: use edges enumTony Crisci
2017-12-08bring edges into wlrTony Crisci
2017-12-07Merge pull request #469 from emersion/output-config-by-nameDrew DeVault
Configure outputs with make, model, serial in rootston
2017-12-07Configure outputs with make, model, serial in rootstonemersion
Added fallbacks in DRM backend in case EDID extension data for model and serial is missing. Updates #403
2017-12-06Merge pull request #466 from emersion/wlr-output-set-scaleDrew DeVault
Add wlr_output_set_scale
2017-12-06Send new output to clients when changing transformemersion
2017-12-06Add wlr_output_set_scaleemersion
Fixes #465
2017-12-06Merge pull request #463 from emersion/fix-hw-cursor-move-segfaultScott Anderson
Fix segfault when moving hardware cursor
2017-12-05Fix segfault when moving hardware cursoremersion
2017-12-03Merge pull request #459 from acrisci/refactor/simplify-xwayland-shellTony Crisci
xwayland: remove xwayland param from xsurface methods
2017-12-03xwayland: remove xwayland param from xsurface methodsTony Crisci
2017-12-03Merge pull request #458 from acrisci/refactor/wlr-decoration-modesDrew DeVault
wrap server decoration modes
2017-12-03Merge pull request #457 from acrisci/feature/wl-shell-commitTony Crisci
wl-shell: add commit event
2017-12-03wrap server decoration modesTony Crisci
2017-12-03rootston: use wl-shell surface commitTony Crisci
2017-12-03wl-shell: add commit eventTony Crisci
2017-12-02Merge pull request #455 from n3rdopolis/patch-1Drew DeVault
Attempt to fix #454
2017-12-02Fix style and string comparisonn3rdopolis
2017-12-02Attempt to fix #454n3rdopolis
With logind, only seat0 can use TTYs
2017-11-30Merge pull request #452 from moritz31/move-os-compatibilityDrew DeVault
Moved os-compatibility and added header
2017-11-30Moved os-compatibility and added headerMoritz
* Moved os-compatibility.c to util * Added header under util * Removed static since it isn't needed (i think so) * Adjusted meson.build to include lib_wlr Improved some codestyle * Added guard to os-compatibility.h * Fixed typo in include statment Adjusted Guard * Changed guard to _WLR_UTIL_OS_COMPATIBILITY
2017-11-30Merge pull request #437 from emersion/fullscreenTony Crisci
Fullscreen support
2017-11-30Use correct include path for glapi.hScott Anderson
2017-11-28Merge pull request #449 from emersion/fix-hw-cursor-posDrew DeVault
Fix initial hardware cursor position
2017-11-29Fix initial hardware cursor positionemersion
2017-11-26Merge pull request #447 from ascent12/os-compatDrew DeVault
Remove unneeded linux include
2017-11-27Remove unneeded linux includeScott Anderson
2017-11-25Revert "Add xdg_shell ack_configure event"Drew DeVault
This reverts commit f2b225ad0b6c0d118fa98b9c9691ab7729e37326.
2017-11-25Add xdg_shell ack_configure eventDrew DeVault
2017-11-22Merge pull request #445 from acrisci/feature/maximize-commandDrew DeVault
rootston: maximize command
2017-11-22rootston: maximize commandTony Crisci
2017-11-22Merge pull request #444 from myfreeweb/masterDrew DeVault
Xwayland signal confusion fix & non-Linux socket path fix
2017-11-22Use SIGUSR2 for vt switching instead of SIGUSR1Greg V
Xwayland uses SIGUSR1 to signal readiness. With direct(-freebsd) session and Xwayland, wlroots was confusing the Xwayland readiness signal with a vt switch signal, freezing the desktop. Same problem was found in Weston in 2014: https://phabricator.freedesktop.org/T7080
2017-11-22Fix Xwayland second socket path on non-Linux systemsGreg V
It was creating two sockets with the same path