Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-28 | Merge pull request #537 from ↵ | emersion | |
Timidger/bugfix/remove-destroy-listener-on-multi-destroy Remove display_destroy on multi-backend destroy | |||
2017-12-28 | Remove display_destroy on multi-backend destroy | Timidger | |
2017-12-28 | Merge pull request #533 from martinetd/wl_array_add | Drew DeVault | |
ENOMEM checks: consistently check wl_array_add return | |||
2017-12-28 | xdg_toplevel send_configure: also post no_memory to resource on ENOMEM | Dominique Martinet | |
2017-12-28 | style: fix sizeof() calls without parentheses | Dominique Martinet | |
2017-12-28 | Merge pull request #534 from emersion/multi-output-fixes | Drew DeVault | |
Fixes for multiple outputs | |||
2017-12-28 | xdg_toplevel send_configure: abort on ENOMEM instead of sending partial ↵ | Dominique Martinet | |
configure | |||
2017-12-28 | Fixes for multiple outputs | emersion | |
* Fixes output positions in screenshots * Fixes Wayland backend pointer events when output layout doesn't start at (0, 0) | |||
2017-12-28 | xwayland/selection: handle wl_array_add failure better | Dominique Martinet | |
Just abort and deregister instead of trying to throw some input out, which would have lead to inconsistent paste | |||
2017-12-28 | ENOMEM checks: consistently check wl_array_add return | Dominique Martinet | |
2017-12-27 | Merge pull request #531 from acrisci/keyboard-num-keycodes | Drew DeVault | |
wlr-keyboard: keep track of number of keycodes pressed | |||
2017-12-27 | keep track of number of keycodes pressed | Tony Crisci | |
2017-12-27 | Merge pull request #529 from besser82/bugfix/exclude_headers | Drew DeVault | |
meson: Fix exclude_headers | |||
2017-12-27 | meson: Fix exclude_headers | Björn Esser | |
2017-12-27 | Merge pull request #526 from besser82/bugfix/config_header_avoid_clashes | Drew DeVault | |
Further improvements to header files and shared lib version | |||
2017-12-27 | libwlroots: Add shared library versioning | Björn Esser | |
2017-12-27 | include: Generate and install version-header | Björn Esser | |
2017-12-27 | include: Install headers in an isolated include-dir | Björn Esser | |
2017-12-27 | config: Avoid clash with other config-headers | Björn Esser | |
2017-12-27 | Merge pull request #525 from acrisci/serial-validation | Drew DeVault | |
Serial validation for grab requests | |||
2017-12-27 | Update CONTRIBUTING.md | Drew DeVault | |
2017-12-27 | validate grab serial for shell events | Tony Crisci | |
2017-12-27 | rootston: remove input event ring buffer | Tony Crisci | |
2017-12-27 | Merge pull request #524 from acrisci/role-committed | emersion | |
[wip] Role committed | |||
2017-12-27 | xwayland: role committed | Tony Crisci | |
2017-12-27 | drag-icon: surface committed | Tony Crisci | |
2017-12-27 | wl-shell: role committed | Tony Crisci | |
2017-12-27 | Merge pull request #519 from emersion/xwayland-primary-selection | Tony Crisci | |
Implement xwayland primary selection sync | |||
2017-12-27 | xdg-shell: role-committed func | Tony Crisci | |
2017-12-27 | add role-committed hook | Tony Crisci | |
2017-12-27 | Add logging to selection message handlers | emersion | |
2017-12-27 | Merge pull request #521 from acrisci/nop-command | Tony Crisci | |
add nop command | |||
2017-12-27 | Allow calling xwm_set_seat with a NULL seat | emersion | |
2017-12-27 | Merge pull request #522 from emersion/fix-drm-output-transform-cursor | Tony Crisci | |
Fix cursor on transformed output with DRM backend | |||
2017-12-27 | Add output transform helpers docs | emersion | |
2017-12-27 | Merge pull request #523 from besser82/bugfix/config_header | Tony Crisci | |
config: Put all defines into config.h | |||
2017-12-26 | config: Put all defines into config.h | Björn Esser | |
2017-12-26 | Fix cursor on transformed output with DRM backend | emersion | |
2017-12-26 | add nop command | Tony Crisci | |
2017-12-26 | Fix primary selection not sent to xwayland when clipboard is empty | emersion | |
2017-12-25 | Fix use-after-free when destroying selection sources | emersion | |
2017-12-25 | Properly free selection sources | emersion | |
2017-12-25 | Implement xwayland primary selection sync | emersion | |
2017-12-24 | Remove PKGBUILD | Drew DeVault | |
2017-12-24 | Merge pull request #518 from martinetd/libinput_config | Drew DeVault | |
rootston: add arbitrary libinput config 'tap_enabled' | |||
2017-12-24 | rootston: add arbitrary libinput config 'tap_enabled' | Dominique Martinet | |
This ought to be enough to serve as an example for other compositors to use. | |||
2017-12-23 | Merge pull request #515 from primeos/meson-backend-fix | emersion | |
Add libdrm as dependency for wlr_backend | |||
2017-12-23 | Add libdrm as a dependency of wlr_backend | Michael Weiss | |
Without this patch I'm getting the following build error when building with Nix: FAILED: backend/wlr_backend@sta/session_direct-ipc.c.o In file included from ../backend/session/direct-ipc.c:20:0: /nix/store/9ac27wk5vh47p28gladbdfafpidrx9rh-libdrm-2.4.88-dev/include/xf86drm.h:40:17: fatal error: drm.h: No such file or directory #include <drm.h> ^ compilation terminated. | |||
2017-12-23 | Merge pull request #508 from emersion/fix-rootston-seat-button-count | Drew DeVault | |
Fix rootston seat button count | |||
2017-12-23 | Merge pull request #509 from emersion/primary-selection | Tony Crisci | |
Add gtk-primary-selection protocol |