aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2017-10-07Call glReadPixels right before swapping buffersemersion
2017-10-07rootston: create screenshooter interfaceemersion
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-06Add close command, add close for xwaylandemersion
2017-10-06Transform hotspot with cursorVersus Void
Fix #188
2017-10-05Merge pull request #189 from emersion/xwayland-hintsDrew DeVault
xwayland: add support for window hints
2017-10-05Copy xcb_icccm structs into wlrootsemersion
2017-10-05Merge pull request #198 from emersion/rootston-move-resize-rotateDrew DeVault
rootston: force move, resize and rotate
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-05Fix memory leaksVersus Void
2017-10-03rootston: add meta-key to config fileemersion
2017-10-03Reset buffer resource pointer on destroy signalVersus Void
2017-10-03rootston: rotate views!emersion
2017-10-03Add modifiers signal, remove wlr_keyboard_update_modifiersemersion
2017-10-03Add modifiers support in wayland backend, parse modifiers in rootston configemersion
2017-10-03Fix modifiers handling, add wlr_keyboard_get_modifiersemersion
2017-10-03Begin modifiers supportemersion
2017-10-03Use a command string rather than an action enumemersion
2017-10-03Parse bindings in config, execute bindingsemersion
2017-10-03Use keysyms instead of keycodesemersion
2017-10-03Add keyboard state to rootstonemersion
2017-10-02Merge pull request #182 from ascent12/drm-multi-gpuDrew DeVault
DRM Multi-GPU
2017-10-02Change iface prefix to suffixScott Anderson
2017-10-01Add basic drawing tablet support to rootstonDrew DeVault
2017-10-01Minor fixesScott Anderson
2017-10-01Multi-GPU DRMScott Anderson
2017-10-01Change wlr_session to open every GPUScott Anderson
2017-10-01Add renderer pointer inside drm_surfaceScott Anderson
2017-09-30Merge branch 'master' into feature/subcompositorTony Crisci
2017-09-30subsurface handle parent destroyTony Crisci
2017-09-30input events for subsurfacesTony Crisci
2017-09-30Add x, y, width, height arguments to wlr_xwayland_surface_configureemersion
2017-09-30subcompositor protocol errorsTony Crisci
2017-09-30subsurface stacking requestsTony Crisci
2017-09-30subsurface commit and renderTony Crisci
2017-09-30subsurface sync and positionTony Crisci
2017-09-30cleanup wlr_surface.[ch]Tony Crisci
2017-09-30subsurface implementation stubsTony Crisci
2017-09-30Completely fix resize offsetemersion
2017-09-30Partially fix resize offsetemersion