aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-12-08Listen to display destroy in sessionemersion
It's not the backend's responsibility to destroy the session anymore.
2017-12-08Destroy xwayland client when possibleemersion
2017-12-08Do not destroy wl_client in wlr_xwayland_finishemersion
2017-12-08Listen to display destroy in xwayland, rename wlr_egl_freeemersion
2017-12-07Listen to display destroy in backendsemersion
2017-12-07Remove destroy event in screenshooter for nowemersion
2017-12-07Listen to display destroy in outputemersion
2017-12-07Listen to display destroy in xdg-shell-v6emersion
2017-12-07Listen to display destroy in wl-shellemersion
2017-12-07Listen to display destroy in seatemersion
2017-12-07Listen to display destroy in gamma control manageremersion
2017-12-07Add display destroy listener to data deviceemersion
2017-12-07Remove display destroy listeners, add compositor listeneremersion
2017-12-07Add display destroy listener in server decorationemersion
2017-12-07Add display destroy listener in screenshooter, destroy display in rootstonemersion
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
2017-11-21Merge pull request #443 from ascent12/meson-glapiDrew DeVault
Change glapi.sh to generate both source and header simeltaneously
2017-11-22Change glapi.sh to generate both filesScott Anderson
2017-11-21Merge pull request #442 from ascent12/meson-versionDrew DeVault
Add minimum meson version
2017-11-22Add minimum meson versionScott Anderson
2017-11-21Fix non-HiDPI-aware fullscreen surface rendering in wlr_outputemersion