aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2019-03-19s/lid_switch/switch_deviceRyan Walklin
2019-03-15backend/noop: improve output number handlingBrian Ashworth
2019-03-15backend/headless: improve output number handlingBrian Ashworth
2019-03-15backend/x11: improve output number handlingBrian Ashworth
2019-03-15backend/wayland: improve output number handlingBrian Ashworth
2019-03-04xwayland: don't set DISPLAYemersion
2019-03-02rootston: split rendering code into render.cemersion
2019-03-02rootston: refactor renderingemersion
2019-03-01seat: use wlr_button_state enum instead of uint32_temersion
2019-02-28Remove glEGLImageTargetTexture2DOESGuido Günther
2019-02-28wlr_xdg_shell: Remove redundant declaration in the same fileGuido Günther
2019-02-28rootston/view: Remove redundant declaration in the same fileGuido Günther
2019-02-28Unbreak build with '-Wstrict-prototypes'Guido Günther
2019-02-23Merge pull request #1517 from emersion/refactor-dndDrew DeVault
2019-02-23rootston: make roots_view embedded and remove unionsemersion
2019-02-23rootston: add a view child interfaceemersion
2019-02-23rootston: move part of desktop.c to view.c, use an interface for viewsemersion
2019-02-20data-device: unbreak wl_data_source.cancel during drag-and-dropemersion
2019-02-20data-device: refactor wlr_dragemersion
2019-02-19backend/drm: fix modeset on drm fd resumeBrian Ashworth
2019-02-19Merge pull request #1493 from emersion/primary-selection-v1Drew DeVault
2019-02-17subsurface: add map/unmap eventsemersion
2019-02-15xwm: Add _NET_CLIENT_LIST supportUli Schlachter
2019-02-13primary-selection-v1: copy from gtk-primary-selectionemersion
2019-02-13Add a wlr_output_set_subpixel()Geoff Greer
2019-02-10data-control: add primary selection supportIvan Molodetskikh
2019-02-09Deprecate old protocolsemersion
2019-02-05xdg-shell: destroy child popups on unmapemersion
2019-02-04Allow cursor render surface to be used as fbVincent Vanlaer
2019-01-30relative-pointer-v1: time is in usec, not msecemersion
2019-01-30rootston: only allow one drag icon per seatemersion
2019-01-30seat: don't send motion if pointer hasn't movedemersion
2019-01-29Require libdrm >= 2.4.95emersion
2019-01-29Merge pull request #1509 from emersion/gbm-fmt-mismatchDrew DeVault
2019-01-29backend/drm: fix GBM format mismatchemersion
2019-01-28Implement the pointer-gestures-unstable-v1 protocolGreg V
2019-01-26pointer: add a frame eventemersion
2019-01-24data-device: keep track of wlr_data_offer in wlr_seat listsemersion
2019-01-24data-device: add wlr_data_offer.typeemersion
2019-01-24data-device: unexport wlr_seat_client_send_selectionemersion
2019-01-24data-device: remove data_source_send_offeremersion
2019-01-24data-device: make sources inert, rename cancel to destroyemersion
2019-01-24data-device, primary-selection: add request_set_selectionemersion
2019-01-21primary-selection: add a serial argumentemersion
2019-01-21Fix indentation in various filesemersion
2019-01-20Add wlr_x11_output_set_titleJente Hidskes
2019-01-20wlr/backend/x11.h: add documentationJente Hidskes
2019-01-20Merge pull request #1476 from emersion/fullscreen-shellDrew DeVault
2019-01-19Add noop.h to include/wlr/backend/meson.buildRyan Dwyer
2019-01-17Introduce noop backendRyan Dwyer