Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-28 | Add .editorconfig | emersion | |
2017-09-27 | Merge pull request #144 from ascent12/drm-dp-mst | Drew DeVault | |
DisplayPort MST | |||
2017-09-25 | Merge pull request #161 from acrisci/bug/egl-segfault | Drew DeVault | |
unset egl current before terminating display | |||
2017-09-25 | unset egl current before terminating display | Tony Crisci | |
fixes segfault when closing the compositor with an egl window. | |||
2017-09-24 | Merge pull request #159 from ascent12/meson-install | Drew DeVault | |
Install files with meson | |||
2017-09-24 | Add Archlinux PKGBUILD script | Scott Anderson | |
2017-09-24 | Install library, headers, and pkg-config | Scott Anderson | |
2017-09-24 | Add error checking to DRM legacy | Scott Anderson | |
2017-09-24 | Send failure code on partial atomic commit | Scott Anderson | |
2017-09-24 | Set state properly | Scott Anderson | |
2017-09-23 | Merge pull request #156 from acrisci/feature/wlr-keyboard-events | Drew DeVault | |
[wip] wlr-seat-keyboard: keyboard events | |||
2017-09-23 | add keys array param to seat keyboard enter | Tony Crisci | |
2017-09-23 | bugfix: correct type in keyboard resource destroy | Tony Crisci | |
2017-09-23 | wlr-seat: keyboard layout | Tony Crisci | |
2017-09-23 | Merge pull request #157 from emersion/include-guards-names | Tony Crisci | |
Use more consistent include guard names | |||
2017-09-23 | Fix some include guard names in interfaces/ | emersion | |
2017-09-23 | Use more consistent include guard names | emersion | |
2017-09-23 | Simplify retry_pageflip | Scott Anderson | |
2017-09-23 | Add error recovery for failed page flips | Scott Anderson | |
2017-09-23 | Add timeout to DRM cleanup | Scott Anderson | |
This prevents a potential infinite loop preventing us from closing properly. | |||
2017-09-23 | Print connector name on atomic commit failure | Scott Anderson | |
2017-09-23 | Allow forcing legacy DRM interface | Scott Anderson | |
2017-09-22 | wlr-seat: keyboard modifiers | Tony Crisci | |
2017-09-22 | wlr-seat-keyboard: basic events | Tony Crisci | |
2017-09-22 | Merge pull request #155 from emersion/next-serial | Drew DeVault | |
Use wl_display_next_serial | |||
2017-09-22 | Use wl_display_next_serial | emersion | |
2017-09-22 | Merge pull request #154 from Dudemanguy911/master | Drew DeVault | |
Add elogind support | |||
2017-09-22 | Clarify either/or dependency | dudemanguy | |
2017-09-22 | Add elogind support | dudemanguy | |
Resolves SirCmpwn/wlroots#146 | |||
2017-09-22 | Fix use of serial on motion_request | Drew DeVault | |
2017-09-22 | Merge pull request #152 from acrisci/feature/wlr-seat-axis-events | Drew DeVault | |
wlr-seat cursor axis events | |||
2017-09-22 | wlr-seat: implement cursor axis events | Tony Crisci | |
Axis events for the cursor are generated with the scroll wheel. | |||
2017-09-22 | Fix possibly uninitialized variable | Drew DeVault | |
2017-09-22 | Add super+click to move windows around without xdg | Drew DeVault | |
Though it still doesn't work for non-XDG windows because we need to build common window state managemnet within the reference compositor. | |||
2017-09-22 | wlr-seat: add guards for no pointer resource | Tony Crisci | |
2017-09-22 | Use time_usec for event serials | Drew DeVault | |
Fixes #151 | |||
2017-09-22 | Implement xdg request_move in reference compositor | Drew DeVault | |
2017-09-22 | Add stdbool.h | Scott Anderson | |
2017-09-21 | Merge pull request #149 from acrisci/feature/wlr-seat-pointer | Drew DeVault | |
wlr-seat pointer events | |||
2017-09-21 | Handle tablet motion in example compositor | Drew DeVault | |
2017-09-21 | compositor.c: implement cursor motion absolute | Tony Crisci | |
2017-09-21 | compositor.c: add guards for unconfigured surfaces | Tony Crisci | |
2017-09-21 | compositor.c: determine xdg position by window geom | Tony Crisci | |
2017-09-21 | use double for cursor coordinates | Tony Crisci | |
2017-09-20 | wlr_seat: pointer events | Tony Crisci | |
2017-09-19 | wlr_seat: formatting cleanup | Tony Crisci | |
2017-09-19 | Merge pull request #148 from acrisci/feature/xdg-toplevel-layout-position | Drew DeVault | |
compositor.c: xdg-surface layout position | |||
2017-09-19 | compositor.c: xdg-surface layout position | Tony Crisci | |
Add data structures to compositor.c xdg-surface implementation that allows them to be rendered in the correct position in the layout, spanning outputs if necessary. | |||
2017-09-17 | Fix minor typos | Drew DeVault | |
2017-09-17 | Merge pull request #145 from acrisci/feature/xdg-shell-toplevel | Drew DeVault | |
xdg shell toplevel |