Age | Commit message (Expand) | Author |
2019-02-13 | primary-selection-v1: copy from gtk-primary-selection | emersion |
2019-02-13 | Add a wlr_output_set_subpixel() | Geoff Greer |
2019-02-10 | data-control: add primary selection support | Ivan Molodetskikh |
2019-02-09 | Deprecate old protocols | emersion |
2019-02-05 | xdg-shell: destroy child popups on unmap | emersion |
2019-02-04 | Allow cursor render surface to be used as fb | Vincent Vanlaer |
2019-01-30 | relative-pointer-v1: time is in usec, not msec | emersion |
2019-01-30 | rootston: only allow one drag icon per seat | emersion |
2019-01-30 | seat: don't send motion if pointer hasn't moved | emersion |
2019-01-29 | Require libdrm >= 2.4.95 | emersion |
2019-01-29 | Merge pull request #1509 from emersion/gbm-fmt-mismatch | Drew DeVault |
2019-01-29 | backend/drm: fix GBM format mismatch | emersion |
2019-01-28 | Implement the pointer-gestures-unstable-v1 protocol | Greg V |
2019-01-26 | pointer: add a frame event | emersion |
2019-01-24 | data-device: keep track of wlr_data_offer in wlr_seat lists | emersion |
2019-01-24 | data-device: add wlr_data_offer.type | emersion |
2019-01-24 | data-device: unexport wlr_seat_client_send_selection | emersion |
2019-01-24 | data-device: remove data_source_send_offer | emersion |
2019-01-24 | data-device: make sources inert, rename cancel to destroy | emersion |
2019-01-24 | data-device, primary-selection: add request_set_selection | emersion |
2019-01-21 | primary-selection: add a serial argument | emersion |
2019-01-21 | Fix indentation in various files | emersion |
2019-01-20 | Add wlr_x11_output_set_title | Jente Hidskes |
2019-01-20 | wlr/backend/x11.h: add documentation | Jente Hidskes |
2019-01-20 | Merge pull request #1476 from emersion/fullscreen-shell | Drew DeVault |
2019-01-19 | Add noop.h to include/wlr/backend/meson.build | Ryan Dwyer |
2019-01-17 | Introduce noop backend | Ryan Dwyer |
2019-01-13 | Remove wlr_xdg_surface_send_close. | Connor E |
2019-01-10 | Add wlr_wl_output_set_title | Drew DeVault |
2019-01-10 | Update Wayland backend to xdg-shell stable | Drew DeVault |
2019-01-06 | Merge pull request #1423 from emersion/data-control | Drew DeVault |
2019-01-06 | relative-pointer-v1: move pointer iteration in wlroots | emersion |
2019-01-06 | fullscreen-shell-v1: initial protocol implementation | emersion |
2019-01-04 | Merge pull request #1432 from ForTheReallys/relative-pointers | emersion |
2019-01-02 | Finish addressing @emersion's comments | Alex Maese |
2018-12-30 | data-control-v1: update to latest protocol proposal | emersion |
2018-12-30 | data-control-v1: initial protocol implementation | emersion |
2018-12-22 | Protect against redefining MESA_EGL_NO_X11_HEADERS | Jente Hidskes |
2018-12-21 | Standardize the wlr_box input paramaters | Timidger |
2018-12-21 | Add a listener for when the pointer gets destroyed | Alex Maese |
2018-12-21 | Address more of @emersion's comments | Alex Maese |
2018-12-21 | Add unaccelerated pointer values to wlr_event_pointer_motion events | Alex Maese |
2018-12-21 | Address @emersion's comments | Alex Maese |
2018-12-21 | Remove pointer resource from relative pointer | Alex Maese |
2018-12-21 | Removed relative pointers from wlr_seat | Alex Maese |
2018-12-21 | Remove wl_client from wlr_relative_pointer_v1 | Alex Maese |
2018-12-21 | Add wlr_relative_pointer_v1.h to meson.build | Alex Maese |
2018-12-21 | relative_pointer: implementation and code fixes | random human |
2018-12-21 | relative_pointer: send frame event to pointer for Xwayland | random human |
2018-12-21 | relative_pointer: code formatting fixes | random human |