aboutsummaryrefslogtreecommitdiff
path: root/include/wlr
AgeCommit message (Collapse)Author
2017-10-20wl-output: send layout positionTony Crisci
2017-10-17Merge pull request #257 from emersion/fix-client-cursorsDrew DeVault
[WIP] Fix client cursors
2017-10-16bug: fix view centeringTony Crisci
2017-10-12Allow to update the cursor hotspot without its pixelsemersion
2017-10-11Fixed wrong function nameEnerccio
Apparently I am first guy to ever call this...
2017-10-10wl-shell: documentationTony Crisci
2017-10-10wl-shell: fix popup grabTony Crisci
2017-10-10wl-shell: cleanupTony Crisci
2017-10-10bug: emit surface new event laterTony Crisci
2017-10-10wl-shell: popup input handlingTony Crisci
2017-10-10wl-shell: basic pointer grabTony Crisci
2017-10-10wl-shell: render popups in the right placeTony Crisci
2017-10-10Upload texture on surface commitVersus Void
2017-10-09Merge pull request #206 from emersion/client-cursorDrew DeVault
Client provided cursors
2017-10-09move surface finder functions to wlrootsTony Crisci
2017-10-08Fixed include in wlr_keyboard.hTimidger
2017-10-08Listen to cursor surface commit & destroy eventsemersion
2017-10-08Add wlr_output_set_cursor_surfaceemersion
2017-10-08Add request_set_cursor eventemersion
2017-10-08Rename wlr_surface->signals to eventsemersion
2017-10-08Merge pull request #140 from emersion/screenshooterDrew DeVault
Add screenshooter
2017-10-08Add GL/EGL extension loader generatorScott Anderson
2017-10-08Move read_pixels from output to rendereremersion
2017-10-07Merge branch 'master' into feature/xdg-popupTony Crisci
2017-10-07Remove cairo dependency, write raw pixelsemersion
2017-10-07xdg-seat: keyboard grabsTony Crisci
2017-10-07Call glReadPixels right before swapping buffersemersion
2017-10-07Add post_frame event to wlr_output, use wlr_drm_plane_make_current in ↵emersion
wlr_drm_output_read_pixels
2017-10-07First attempt to implement screenshooteremersion
2017-10-07Add screenshooter skeletonemersion
2017-10-06Merge pull request #221 from versusvoid/wayland-xkb_state_update_maskDrew DeVault
Use xkb_state_update_mask() with Wayland backend
2017-10-06Use xkb_state_update_mask() with Wayland backendVersus Void
Fix #158
2017-10-06Implement wlr_xdg_toplevel_v6_send_closeemersion
2017-10-06xdg-shell: cleanupTony Crisci
2017-10-06rootston: handle grab endTony Crisci
2017-10-06Merge branch 'master' into feature/xdg-popupTony Crisci
2017-10-06xdg-popup: basic pointer grabTony Crisci
2017-10-06Transform hotspot with cursorVersus Void
Fix #188
2017-10-05Copy xcb_icccm structs into wlrootsemersion
2017-10-05wlr-seat: pointer grab interfaceTony Crisci
2017-10-05Parse _MOTIF_HINTSemersion
2017-10-05Use pointers for xwayland hints and size_hintsemersion
2017-10-05Add support for WM_HINTSemersion
2017-10-05Add padding if xcb_icccm is not availableemersion
2017-10-05xwayland: parse normal hintsemersion
2017-10-05xwayland: add wlr_xwayland_surface->motif_hintsemersion
2017-10-03Merge branch 'master' into feature/xdg-popupTony Crisci
2017-10-03Reset buffer resource pointer on destroy signalVersus Void
2017-10-03Add modifiers signal, remove wlr_keyboard_update_modifiersemersion
2017-10-03Add modifiers support in wayland backend, parse modifiers in rootston configemersion