Age | Commit message (Expand) | Author |
2019-03-04 | xwayland: don't set DISPLAY | emersion |
2019-03-02 | rootston: split rendering code into render.c | emersion |
2019-03-02 | rootston: refactor rendering | emersion |
2019-03-01 | seat: use wlr_button_state enum instead of uint32_t | emersion |
2019-02-28 | Remove glEGLImageTargetTexture2DOES | Guido Günther |
2019-02-28 | wlr_xdg_shell: Remove redundant declaration in the same file | Guido Günther |
2019-02-28 | rootston/view: Remove redundant declaration in the same file | Guido Günther |
2019-02-28 | Unbreak build with '-Wstrict-prototypes' | Guido Günther |
2019-02-23 | Merge pull request #1517 from emersion/refactor-dnd | Drew DeVault |
2019-02-23 | rootston: make roots_view embedded and remove unions | emersion |
2019-02-23 | rootston: add a view child interface | emersion |
2019-02-23 | rootston: move part of desktop.c to view.c, use an interface for views | emersion |
2019-02-20 | data-device: unbreak wl_data_source.cancel during drag-and-drop | emersion |
2019-02-20 | data-device: refactor wlr_drag | emersion |
2019-02-19 | backend/drm: fix modeset on drm fd resume | Brian Ashworth |
2019-02-19 | Merge pull request #1493 from emersion/primary-selection-v1 | Drew DeVault |
2019-02-17 | subsurface: add map/unmap events | emersion |
2019-02-15 | xwm: Add _NET_CLIENT_LIST support | Uli Schlachter |
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 |