aboutsummaryrefslogtreecommitdiff
path: root/backend/wayland/output.c
AgeCommit message (Expand)Author
2017-10-18Fix hidden cursor on wayland backendemersion
2017-10-12Better handling of hidden cursors in wayland backend, add TODOsemersion
2017-10-12Allow to update the cursor hotspot without its pixelsemersion
2017-10-08Add wlr_output_set_cursor_surfaceemersion
2017-10-06Transform hotspot with cursorVersus Void
2017-09-23Initialize display, backend; add frame handlingDrew DeVault
2017-09-17Fix minor typosDrew DeVault
2017-08-19wayland backend: remove explicit scale = 1Dominique Martinet
2017-08-17wayland backend: fix xdg-shell for westonDominique Martinet
2017-08-17wayland backend: fix xdg-shell for gnomeDominique Martinet
2017-08-17wayland backend: Fix shell title/app_id to wlrootsDominique Martinet
2017-08-17wayland output: add error handling for xdg shellDominique Martinet
2017-08-17wayland backend: switch to xdg shellDominique Martinet
2017-08-16Prevent alloc errors from crashing in `list_t`Calvin Lee
2017-08-15Merge pull request #86 from nyorain/masterDrew DeVault
2017-08-14Add wayland backend cursor supportnyorain
2017-08-14Fix style issuesnyorain
2017-08-14impl->destroy cleanup:Dominique Martinet
2017-08-13Remove wlr_output_state, update backendsDrew DeVault
2017-08-12Refactor out wlr_backend_state from wl/multiDrew DeVault
2017-08-12wayland backend: emit signal for input/output removalDominique Martinet
2017-08-10wlr_output_update_matrix during wl backend initDrew DeVault
2017-06-28Remove excessive logging in wayland backendDrew DeVault
2017-06-26Add new interfaces to wayland backendDrew DeVault
2017-06-22Add wl_output globals for wlr_outputsDrew DeVault
2017-06-21Reorganize wlr-commonDrew DeVault
2017-06-21Update everyone to use new headersDrew DeVault
2017-06-20Support multiple wl backend outputsDrew DeVault
2017-06-20Implement output_transform for wl backendDrew DeVault
2017-06-20Add dynamic output resizing for Wayland backendDrew DeVault
2017-06-20Clean up Wayland backend GL context and suchDrew DeVault
2017-06-20Cleanup some leaks/incorrect destructionsnyorain
2017-06-20Fix egl workaround; Test with westonnyorain
2017-06-20Implement wayland backend outputnyorain
2017-06-19Rework wayland backend output implementationnyorain