Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-06 | Merge pull request #466 from emersion/wlr-output-set-scale | Drew DeVault | |
Add wlr_output_set_scale | |||
2017-12-06 | Send new output to clients when changing transform | emersion | |
2017-12-06 | Add wlr_output_set_scale | emersion | |
Fixes #465 | |||
2017-12-06 | Merge pull request #463 from emersion/fix-hw-cursor-move-segfault | Scott Anderson | |
Fix segfault when moving hardware cursor | |||
2017-12-05 | Fix segfault when moving hardware cursor | emersion | |
2017-12-03 | Merge pull request #459 from acrisci/refactor/simplify-xwayland-shell | Tony Crisci | |
xwayland: remove xwayland param from xsurface methods | |||
2017-12-03 | xwayland: remove xwayland param from xsurface methods | Tony Crisci | |
2017-12-03 | Merge pull request #458 from acrisci/refactor/wlr-decoration-modes | Drew DeVault | |
wrap server decoration modes | |||
2017-12-03 | Merge pull request #457 from acrisci/feature/wl-shell-commit | Tony Crisci | |
wl-shell: add commit event | |||
2017-12-03 | wrap server decoration modes | Tony Crisci | |
2017-12-03 | rootston: use wl-shell surface commit | Tony Crisci | |
2017-12-03 | wl-shell: add commit event | Tony Crisci | |
2017-12-02 | Merge pull request #455 from n3rdopolis/patch-1 | Drew DeVault | |
Attempt to fix #454 | |||
2017-12-02 | Fix style and string comparison | n3rdopolis | |
2017-12-02 | Attempt to fix #454 | n3rdopolis | |
With logind, only seat0 can use TTYs | |||
2017-11-30 | Merge pull request #452 from moritz31/move-os-compatibility | Drew DeVault | |
Moved os-compatibility and added header | |||
2017-11-30 | Moved os-compatibility and added header | Moritz | |
* 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-30 | Merge pull request #437 from emersion/fullscreen | Tony Crisci | |
Fullscreen support | |||
2017-11-30 | Use correct include path for glapi.h | Scott Anderson | |
2017-11-28 | Merge pull request #449 from emersion/fix-hw-cursor-pos | Drew DeVault | |
Fix initial hardware cursor position | |||
2017-11-29 | Fix initial hardware cursor position | emersion | |
2017-11-26 | Merge pull request #447 from ascent12/os-compat | Drew DeVault | |
Remove unneeded linux include | |||
2017-11-27 | Remove unneeded linux include | Scott Anderson | |
2017-11-25 | Revert "Add xdg_shell ack_configure event" | Drew DeVault | |
This reverts commit f2b225ad0b6c0d118fa98b9c9691ab7729e37326. | |||
2017-11-25 | Add xdg_shell ack_configure event | Drew DeVault | |
2017-11-22 | Merge pull request #445 from acrisci/feature/maximize-command | Drew DeVault | |
rootston: maximize command | |||
2017-11-22 | rootston: maximize command | Tony Crisci | |
2017-11-22 | Merge pull request #444 from myfreeweb/master | Drew DeVault | |
Xwayland signal confusion fix & non-Linux socket path fix | |||
2017-11-22 | Use SIGUSR2 for vt switching instead of SIGUSR1 | Greg 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-22 | Fix Xwayland second socket path on non-Linux systems | Greg V | |
It was creating two sockets with the same path | |||
2017-11-21 | Merge pull request #443 from ascent12/meson-glapi | Drew DeVault | |
Change glapi.sh to generate both source and header simeltaneously | |||
2017-11-22 | Change glapi.sh to generate both files | Scott Anderson | |
2017-11-21 | Merge pull request #442 from ascent12/meson-version | Drew DeVault | |
Add minimum meson version | |||
2017-11-22 | Add minimum meson version | Scott Anderson | |
2017-11-21 | Fix non-HiDPI-aware fullscreen surface rendering in wlr_output | emersion | |
2017-11-21 | Fix HiDPI support | emersion | |
2017-11-21 | Fix messed up outputs after fullscreen | emersion | |
2017-11-21 | Merge branch 'master' into fullscreen | emersion | |
2017-11-21 | Merge pull request #387 from emersion/laggy-move-resize | Drew DeVault | |
Fix laggy move-resize | |||
2017-11-21 | Add fullscreen command, fix view_at with fullscreen views | emersion | |
2017-11-21 | Always center fullscreen view on screen | emersion | |
2017-11-21 | Unify view events naming, remove client from event structs | emersion | |
2017-11-20 | Merge pull request #431 from emersion/refactor-wlr-list | Drew DeVault | |
Refactor wlr_list | |||
2017-11-20 | Use wl_list for touch points in examples/ | emersion | |
2017-11-20 | Merge branch 'master' into refactor-wlr-list | emersion | |
2017-11-20 | Forgot a call to glClear | emersion | |
2017-11-20 | Fix GCC build | emersion | |
2017-11-20 | Fix fullscreen in xdg-shell | emersion | |
2017-11-20 | Fix evince fullscreen under xwayland | emersion | |
2017-11-20 | Merge branch 'master' into fullscreen | emersion | |