Age | Commit message (Expand) | Author |
2017-10-02 | Add examples/wlr-example.ini.example with option descriptions for examples | Versus Void |
2017-10-02 | xdg-shell: protocol destroy | Tony Crisci |
2017-10-02 | Check for fd failure properly | Scott Anderson |
2017-10-02 | Add explicitly picking GPUs with environment var | Scott Anderson |
2017-10-02 | Change iface prefix to suffix | Scott Anderson |
2017-10-01 | Fix keyboard handling in examples | Drew DeVault |
2017-10-01 | Forgot that file :/ | Drew DeVault |
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 pull request #181 from acrisci/bug/toplevel-cleanup | Drew DeVault |
2017-09-30 | xdg-toplevel: fix memory leaks | Tony Crisci |
2017-09-30 | Reverse loop in view_at | Drew DeVault |
2017-09-30 | Merge pull request #160 from acrisci/feature/subcompositor | Drew DeVault |
2017-09-30 | Merge pull request #179 from emersion/wl-shell-resize | Drew DeVault |
2017-09-30 | Fix segfault in handle_request_resize | emersion |
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 | Merge pull request #177 from emersion/xwayland-resize | Drew DeVault |
2017-09-30 | Add resize support for wl_shell | emersion |
2017-09-30 | Add x, y, width, height arguments to wlr_xwayland_surface_configure | emersion |
2017-09-30 | rootston: render subsurfaces | Tony Crisci |
2017-09-30 | Add view->resize for xwayland | emersion |
2017-09-30 | Merge pull request #175 from emersion/xdg-shell-resize | Drew DeVault |
2017-09-30 | Merge pull request #176 from acrisci/bug/init-desktop-before-input | Drew DeVault |
2017-09-30 | subcompositor protocol errors | Tony Crisci |
2017-09-30 | subsurface stacking requests | Tony Crisci |
2017-09-30 | update rootston for surface changes | Tony Crisci |
2017-09-30 | consistently name surface state variables | Tony Crisci |
2017-09-30 | refactor surface commit | Tony Crisci |
2017-09-30 | subsurface commit and render | Tony Crisci |
2017-09-30 | refactor surface commit | 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 | publish subcompositor global | Tony Crisci |
2017-09-30 | cleanup wlr_compositor.c | Tony Crisci |
2017-09-30 | rootston: create desktop before input | Tony Crisci |
2017-09-30 | Completely fix resize offset | emersion |
2017-09-30 | Partially fix resize offset | emersion |
2017-09-30 | Add edges support, remove get_input_bounds | emersion |
2017-09-30 | Rename wlr_drm_output to wlr_drm_connector | Scott Anderson |
2017-09-30 | Add view_resize | emersion |
2017-09-30 | Rename backend to drm | Scott Anderson |
2017-09-30 | Add pointer to backend from DRM outputs | Scott Anderson |
2017-09-30 | React to xdg shell resize requests | emersion |
2017-09-30 | Split DRM rendering to its own file | Scott Anderson |