Age | Commit message (Expand) | Author |
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 |
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 |
2017-09-30 | Split DRM internal interface to its own header | Scott Anderson |
2017-09-30 | Rename files to remove pointless drm prefix | Scott Anderson |
2017-09-30 | Removed unused fields | Scott Anderson |
2017-09-29 | Merge pull request #170 from emersion/xwayland | Drew DeVault |
2017-09-29 | xwayland: add wlr_xwayland_surface_close | emersion |
2017-09-29 | xwayland: add window_type support | emersion |
2017-09-29 | xwayland: add pid support | emersion |
2017-09-29 | xwayland: add state support | emersion |
2017-09-29 | xwayland: add set_parent event | emersion |
2017-09-29 | xwayland: add signals for configure, set_{class,title} | emersion |
2017-09-29 | Add reply->type checks, add XCB_ATOM_WM_TRANSIENT_FOR | emersion |
2017-09-29 | xwayland: expose wlr_xwayland_surface_configure | emersion |
2017-09-29 | xwayland: read window title & class | emersion |
2017-09-29 | Fix time and transform | Scott Anderson |
2017-09-29 | Add closing with WM button | Scott Anderson |
2017-09-29 | Add timer for rendering loop | Scott Anderson |
2017-09-29 | Add basic input | Scott Anderson |
2017-09-29 | Basic rendering | Scott Anderson |
2017-09-29 | Add EGL for X11 | Scott Anderson |
2017-09-29 | Change egl_get_config to always use visual id | Scott Anderson |
2017-09-29 | Open X11 Window | Scott Anderson |
2017-09-29 | Add X11 backend skeleton | Scott Anderson |
2017-09-28 | DRY up focus and implement z ordering | Drew DeVault |
2017-09-28 | Handle input device removal | Drew DeVault |
2017-09-28 | x11 -> xwayland, window -> surface, fix some calloc sizes and wrong types | emersion |
2017-09-28 | Merge pull request #163 from emersion/wl_shell-fixes | Drew DeVault |
2017-09-28 | Add xwayland activate and fix EGL bug | Drew DeVault |
2017-09-28 | Fix rootston keyboard, add Xwayland | Drew DeVault |
2017-09-28 | Use enums instead of uint32_t where applicable | emersion |
2017-09-28 | role -> state | emersion |
2017-09-28 | Fix typo: s/transcient/transient/ | emersion |
2017-09-27 | Merge remote-tracking branch 'origin/master' into rootston | Drew DeVault |