Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-01 | Refactor: rename matrices in rootston | emersion | |
2017-12-01 | Fix pointer input for transformed surfaces | emersion | |
2017-12-01 | Fix inverted flipped-90 and flipped-270 | emersion | |
2017-12-01 | Make wlr_output_transform_* functions public, refactoring | emersion | |
2017-11-30 | Fix surface transforms | emersion | |
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 | |
2017-11-20 | Check for subsurfaces and popups before using wlr_output_set_fullscreen_surface | emersion | |
2017-11-20 | Merge pull request #438 from emersion/fix-close-xwayand-app | Drew DeVault | |
Fix segfault when closing xwayland views | |||
2017-11-20 | Fix segfault when closing xwayland views | emersion | |
2017-11-20 | Add support for fullscreen xwayland views | emersion | |
2017-11-20 | Initial fullscreen support | emersion | |
2017-11-20 | Merge branch 'master' into laggy-move-resize | emersion | |
2017-11-20 | Remove meson hack | Drew DeVault | |
2017-11-20 | Merge pull request #436 from acrisci/bug/roots-xsurface-unmap | Drew DeVault | |
rootston: remove unmapped surface from desktop | |||
2017-11-20 | rootston: remove unmapped surface from desktop | Tony Crisci | |
2017-11-20 | Merge pull request #427 from emersion/seat-views | Tony Crisci | |
rootston: add per-seat views |