Age | Commit message (Expand) | Author |
2018-09-27 | Merge pull request #852 from Laaas/master | Drew DeVault |
2018-09-27 | pointer-constraints: add unstable header | emersion |
2018-09-27 | seat: remove unused keyboard focus_change event | emersion |
2018-09-27 | pointer-constraints: use proper wayland-scanner functions | emersion |
2018-09-27 | rootston: remove broken rotated pointer constraint handling | emersion |
2018-09-27 | pointer-constraints: refactoring | emersion |
2018-09-26 | pointer-constraints: make region not a pointer, add committed bitfield | emersion |
2018-09-26 | Adjust README to reflect change regarding b_lundef | sghctoma |
2018-09-26 | Add b_lundef=false Meson option on FreeBSD | sghctoma |
2018-09-26 | pointer-constraints: rename wl_{global,resources} | emersion |
2018-09-26 | examples/pointer-constraints: style fixes | emersion |
2018-09-26 | Merge pull request #1264 from emersion/examples-unknown-cursor | Drew DeVault |
2018-09-26 | Fix unknown cursor in layer-shell example | emersion |
2018-09-24 | Rework session handling | nyorain |
2018-09-25 | wlr_surface: more consistent argument naming in surface_update_damage | random human |
2018-09-25 | wlr_surface: remove duplicated damage calculation | random human |
2018-09-25 | wlr_surface: fix surface damage on resize | random human |
2018-09-24 | wlr_surface: fix surface damage transformation | random human |
2018-09-24 | Merge pull request #1260 from RyanDwyer/xwayland-set-decorations | emersion |
2018-09-24 | xwayland: Introduce set_decorations event | Ryan Dwyer |
2018-09-22 | Merge pull request #1257 from sghctoma/fix-protocol_meson | emersion |
2018-09-22 | Merge pull request #1256 from sghctoma/fbsd-multiseat-fixes | emersion |
2018-09-21 | Apply multiseat fixes to FreeBSD direct backend | sghctoma |
2018-09-21 | Fix partial dependency in protocol/meson.build | sghctoma |
2018-09-19 | Merge pull request #1253 from RyanDwyer/multi-for-each-backend | emersion |
2018-09-19 | Merge pull request #1252 from emersion/fatal-unknown-buffer | Drew DeVault |
2018-09-19 | Merge pull request #1245 from emersion/capture-disable-hw-cursors | Drew DeVault |
2018-09-19 | Introduce wlr_multi_for_each_backend | Ryan Dwyer |
2018-09-19 | buffer: disconnect clients that commit an unknown buffer type | emersion |
2018-09-18 | Merge pull request #1248 from emersion/assert-all-the-things | Drew DeVault |
2018-09-18 | Fix implicit conversion of floats to ints in calls to pixman_region32_contain... | Las |
2018-09-18 | export-dmabuf: disable hardware cursors if desired | emersion |
2018-09-18 | output: add wlr_output_set_hardware_cursors_enabled | emersion |
2018-09-18 | backend/drm: add assertions | emersion |
2018-09-18 | backend/x11: add assertions | emersion |
2018-09-18 | backend/wayland: add assertions | emersion |
2018-09-18 | backend/session: add assertions | emersion |
2018-09-18 | backend/multi: add assertions | emersion |
2018-09-18 | backend/libinput: add assertions | emersion |
2018-09-18 | backend/headless: add assertions | emersion |
2018-09-18 | Merge pull request #1249 from arandomhuman/keymap_fd | emersion |
2018-09-18 | Send unique keymap file descriptors | random human |
2018-09-18 | Implement pointer-constraints protocol in wlroots and rootston | Las |
2018-09-18 | Make wlr_seat->data in rootston point to the wrapping roots_seat | Las |
2018-09-18 | Add wlr_surface::input_region member | Las |
2018-09-18 | Remove extraneous indentation and conform to coding style | Las |
2018-09-18 | Update pointer focus when cycling focus | Las |
2018-09-18 | Make (wlr_)seat_client_from_pointer_resource public | Las |
2018-09-18 | Make roots_cursor::pointer_view available even if there is a surface | Las |
2018-09-18 | Add focus change event for seats | Las |