aboutsummaryrefslogtreecommitdiff
path: root/backend/wayland
AgeCommit message (Expand)Author
2018-01-21style: include brackets for if/while/for, even if it's a single statementJohannes Schramm
2018-01-15Merge pull request #549 from emersion/output-enabledDrew DeVault
2018-01-13adds remote argument to wayland backend createMarkus Ongyerth
2018-01-04Add wlr_output::enabledemersion
2017-12-28Fixes for multiple outputsemersion
2017-12-19wl backend: add wlr_input_device_is_wlDominique Martinet
2017-12-19wl backend: add wlr_output_is_wlDominique Martinet
2017-12-17Refactor wlr_egl_init to accept config_attribsemersion
2017-12-17Add full refresh rate support to custom modesemersion
2017-12-15Fix rootston input on HiDPI outputs in wayland backendemersion
2017-12-15Introduce fractional scalingemersion
2017-12-14Merge pull request #453 from emersion/surface-transformDrew DeVault
2017-12-14Merge branch 'master' into surface-transformemersion
2017-12-14Merge branch 'master' into display-destroyemersion
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-11Merge branch 'master' into display-destroyemersion
2017-12-11Add wlr_output_set_custom_modeemersion
2017-12-08Listen to display destroy in xwayland, rename wlr_egl_freeemersion
2017-12-07Listen to display destroy in backendsemersion
2017-12-01Make wlr_output_transform_* functions public, refactoringemersion
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