Age | Commit message (Expand) | Author |
2017-09-30 | Changed IRC back to webchat link | Scott Anderson |
2017-09-30 | Changed "uninitialised" to "zeroed" | Scott Anderson |
2017-09-30 | Updated CONTRIBUTING.md | 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 | Code style | 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 | Merge pull request #164 from ascent12/x11-backend | Drew DeVault |
2017-09-29 | xwayland: read window title & class | emersion |
2017-09-29 | Fix time and transform | Scott Anderson |
2017-09-29 | Remove unused device interfaces | Scott Anderson |
2017-09-29 | Remove dead code | Scott Anderson |
2017-09-29 | Cleanup x11 event handler | Scott Anderson |
2017-09-29 | Don't ask for frame immediately after starting | Scott Anderson |
2017-09-29 | Add closing with WM button | Scott Anderson |
2017-09-29 | Add window resizing | Scott Anderson |
2017-09-29 | Add pointer motion | Scott Anderson |
2017-09-29 | Add mouse button presses | Scott Anderson |
2017-09-29 | Add timer for rendering loop | Scott Anderson |
2017-09-29 | Fix keycodes | 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 | Merge pull request #169 from acrisci/bug/keyboard-libinput-free | Drew DeVault |
2017-09-28 | fix libinput wlr-keyboard use after free | Tony Crisci |
2017-09-28 | DRY up focus and implement z ordering | Drew DeVault |
2017-09-28 | Merge branch 'rootston' | Drew DeVault |
2017-09-28 | Merge pull request #167 from emersion/xwayland | Drew DeVault |
2017-09-28 | Handle input device removal | Drew DeVault |
2017-09-28 | Remove unnecessary logging | Drew DeVault |
2017-09-28 | Fix atom_map usage | Drew DeVault |
2017-09-28 | Merge branch 'rootston' into xwayland | emersion |
2017-09-28 | Fix segfault on startup | emersion |
2017-09-28 | Remove example compositor | Drew DeVault |
2017-09-28 | x11 -> xwayland, window -> surface, fix some calloc sizes and wrong types | emersion |
2017-09-28 | Merge pull request #166 from emersion/editorconfig | Drew DeVault |
2017-09-28 | Merge pull request #163 from emersion/wl_shell-fixes | Drew DeVault |
2017-09-28 | Add .editorconfig | emersion |
2017-09-28 | Fix 80 char limit with 4 width tabs | emersion |
2017-09-28 | Fix ATOM_LAST position | Drew DeVault |
2017-09-28 | Add xwayland activate and fix EGL bug | Drew DeVault |