Age | Commit message (Expand) | Author |
2017-10-07 | Remove cairo dependency, write raw pixels | emersion |
2017-10-07 | Call glReadPixels right before swapping buffers | emersion |
2017-10-07 | rootston: create screenshooter interface | emersion |
2017-10-07 | Add post_frame event to wlr_output, use wlr_drm_plane_make_current in wlr_drm... | emersion |
2017-10-07 | First attempt to implement screenshooter | emersion |
2017-10-07 | Add screenshooter skeleton | emersion |
2017-10-06 | Merge pull request #221 from versusvoid/wayland-xkb_state_update_mask | Drew DeVault |
2017-10-06 | Use xkb_state_update_mask() with Wayland backend | Versus Void |
2017-10-06 | Implement wlr_xdg_toplevel_v6_send_close | emersion |
2017-10-06 | Add close command, add close for xwayland | emersion |
2017-10-06 | Transform hotspot with cursor | Versus Void |
2017-10-05 | Merge pull request #189 from emersion/xwayland-hints | Drew DeVault |
2017-10-05 | Copy xcb_icccm structs into wlroots | emersion |
2017-10-05 | Merge pull request #198 from emersion/rootston-move-resize-rotate | Drew DeVault |
2017-10-05 | Parse _MOTIF_HINTS | emersion |
2017-10-05 | Use pointers for xwayland hints and size_hints | emersion |
2017-10-05 | Add support for WM_HINTS | emersion |
2017-10-05 | Add padding if xcb_icccm is not available | emersion |
2017-10-05 | xwayland: parse normal hints | emersion |
2017-10-05 | xwayland: add wlr_xwayland_surface->motif_hints | emersion |
2017-10-05 | Fix memory leaks | Versus Void |
2017-10-03 | rootston: add meta-key to config file | emersion |
2017-10-03 | Reset buffer resource pointer on destroy signal | Versus Void |
2017-10-03 | rootston: rotate views! | emersion |
2017-10-03 | Add modifiers signal, remove wlr_keyboard_update_modifiers | emersion |
2017-10-03 | Add modifiers support in wayland backend, parse modifiers in rootston config | emersion |
2017-10-03 | Fix modifiers handling, add wlr_keyboard_get_modifiers | emersion |
2017-10-03 | Begin modifiers support | emersion |
2017-10-03 | Use a command string rather than an action enum | emersion |
2017-10-03 | Parse bindings in config, execute bindings | emersion |
2017-10-03 | Use keysyms instead of keycodes | emersion |
2017-10-03 | Add keyboard state to rootston | emersion |
2017-10-02 | Merge pull request #182 from ascent12/drm-multi-gpu | Drew DeVault |
2017-10-02 | Change iface prefix to suffix | Scott Anderson |
2017-10-01 | Add basic drawing tablet support to rootston | Drew DeVault |
2017-10-01 | Minor fixes | Scott Anderson |
2017-10-01 | Multi-GPU DRM | Scott Anderson |
2017-10-01 | Change wlr_session to open every GPU | Scott Anderson |
2017-10-01 | Add renderer pointer inside drm_surface | Scott Anderson |
2017-09-30 | Merge branch 'master' into feature/subcompositor | Tony Crisci |
2017-09-30 | subsurface handle parent destroy | Tony Crisci |
2017-09-30 | input events for subsurfaces | Tony Crisci |
2017-09-30 | Add x, y, width, height arguments to wlr_xwayland_surface_configure | emersion |
2017-09-30 | subcompositor protocol errors | Tony Crisci |
2017-09-30 | subsurface stacking requests | Tony Crisci |
2017-09-30 | subsurface commit and render | Tony Crisci |
2017-09-30 | subsurface sync and position | Tony Crisci |
2017-09-30 | cleanup wlr_surface.[ch] | Tony Crisci |
2017-09-30 | subsurface implementation stubs | Tony Crisci |
2017-09-30 | Completely fix resize offset | emersion |