Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-13 | Fix pointer events with multiple outputs in wayland backend | emersion | |
2017-12-13 | Remove output instead of terminating display when a wayland backend view closed | emersion | |
2017-12-13 | Merge pull request #483 from emersion/dynamic-output-scale-transform | Tony Crisci | |
Update output layout when scale or transform changes | |||
2017-12-12 | Update output layout when scale or transform changes | emersion | |
2017-12-11 | Merge pull request #481 from emersion/custom-mode | Drew DeVault | |
Add wlr_output_set_custom_mode | |||
2017-12-11 | Add wlr_output_set_custom_mode | emersion | |
2017-12-11 | Merge pull request #480 from emersion/default-cursor-image | Tony Crisci | |
Set default cursor image in rootston | |||
2017-12-11 | Set default cursor image in rootston | emersion | |
2017-12-10 | Merge pull request #478 from martinetd/modifiers | Drew DeVault | |
wlr_seat: send keyboard modifiers to the right client on enter | |||
2017-12-10 | wlr_seat: send keyboard modifiers to the right client on enter | Dominique Martinet | |
We were previously sending modifiers to the leaving client instead. Fixes #476. | |||
2017-12-09 | Merge pull request #477 from acrisci/bug/xcursor-fixes | Drew DeVault | |
rootston xcursor fixes | |||
2017-12-09 | rootston xcursor fixes | Tony Crisci | |
2017-12-08 | Merge pull request #474 from emersion/customize-repeat-info | Drew DeVault | |
Make keyboard repeat info configurable | |||
2017-12-08 | Add docs for wlr_keyboard_set_repeat_info | emersion | |
2017-12-08 | Make keyboard repeat info configurable | emersion | |
2017-12-08 | Merge pull request #473 from emersion/cursor-enter-leave | Drew DeVault | |
Send wl_surface.{enter,leave} to cursor surfaces | |||
2017-12-08 | Fix unscaled cursor sx, sy | emersion | |
2017-12-08 | Fix client cursors hotspot on scaled outputs | emersion | |
2017-12-08 | Send wl_surface.{enter,leave} to cursor surfaces | emersion | |
2017-12-08 | Merge pull request #470 from acrisci/feature/xcursor-edges | Tony Crisci | |
wlr-edges | |||
2017-12-08 | move get_resize_name to xcursor | Tony Crisci | |
2017-12-08 | xwm: use edges enum | Tony Crisci | |
2017-12-08 | bring edges into wlr | Tony Crisci | |
2017-12-07 | Merge pull request #469 from emersion/output-config-by-name | Drew DeVault | |
Configure outputs with make, model, serial in rootston | |||
2017-12-07 | Configure outputs with make, model, serial in rootston | emersion | |
Added fallbacks in DRM backend in case EDID extension data for model and serial is missing. Updates #403 | |||
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 | |