aboutsummaryrefslogtreecommitdiff
path: root/backend/wayland
AgeCommit message (Expand)Author
2017-12-13Fix pointer events with multiple outputs in wayland backendemersion
2017-12-13Remove output instead of terminating display when a wayland backend view closedemersion
2017-12-12Update output layout when scale or transform changesemersion
2017-12-11Add wlr_output_set_custom_modeemersion
2017-11-30Moved os-compatibility and added headerMoritz
2017-11-27Remove unneeded linux includeScott Anderson
2017-11-16Terminate local display on remote X11 server erroremersion
2017-11-16Terminate local display on remote Wayland display erroremersion
2017-11-09Merge remote-tracking branch 'origin/master' into hidpiDrew DeVault
2017-11-05Fix pointer axis delta in Wayland backendemersion
2017-11-04Fix software cursors on scaled outputsDrew DeVault
2017-11-01Indentation fixDominique Martinet
2017-11-01Fix hidden software cursors, fix cursor transformations on DRM backendemersion
2017-11-01Apply output transformation to pointer events in Wayland backendemersion
2017-10-31Make wlr_output_interface.enable optionalemersion
2017-10-31Transform cursor hotspot, fix wayland cursor hotspotemersion
2017-10-30remove time usecTony Crisci
2017-10-30refactor input time_sec to time_msecTony Crisci
2017-10-23Send output current mode when changedemersion
2017-10-21Merge branch 'master' into heghe/wl_listDrew DeVault
2017-10-22Add pointer to backend inside wlr_outputScott Anderson
2017-10-22Move egl.h to render/egl.hScott Anderson
2017-10-20Replace list_t with wl_list in wlr_wl_backendHeghedus Razvan
2017-10-18Fix hidden cursor on wayland backendemersion
2017-10-17Merge pull request #257 from emersion/fix-client-cursorsDrew DeVault
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-11Add FreeBSD compatibilityGreg V
2017-10-08Add wlr_output_set_cursor_surfaceemersion
2017-10-06Merge pull request #221 from versusvoid/wayland-xkb_state_update_maskDrew DeVault
2017-10-06Use xkb_state_update_mask() with Wayland backendVersus Void
2017-10-06Transform hotspot with cursorVersus Void
2017-09-29Change egl_get_config to always use visual idScott Anderson
2017-09-24Move keyboard logic to wlr_{keyboard,seat}Drew DeVault
2017-09-23Initial pass on roots_inputDrew DeVault
2017-09-23Initialize display, backend; add frame handlingDrew DeVault
2017-09-17Fix minor typosDrew DeVault
2017-08-26implement wlr_cursor_map_input_to_outputTony Crisci
2017-08-19wayland backend: wl_event_source_remove on destroyDominique Martinet
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 #88 from 4e554c4c/alloc_crashingDrew DeVault
2017-08-15Merge pull request #86 from nyorain/masterDrew DeVault
2017-08-15Prevent alloc errors from crashingCalvin Lee
2017-08-14Add wayland backend cursor supportnyorain