Age | Commit message (Expand) | Author |
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 |
2017-09-28 | Fix rootston keyboard, add Xwayland | Drew DeVault |
2017-09-28 | Add TODO for pointer grab in set_popup | emersion |
2017-09-28 | Call wlr_surface_set_role in wl_shell_get_shell_surface | emersion |
2017-09-28 | Remove ping_timer when destroying wlr_wl_shell_surface | emersion |
2017-09-28 | Use enums instead of uint32_t where applicable | emersion |
2017-09-28 | Add helper shell_surface_set_state | 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 |
2017-09-27 | Merge pull request #162 from emersion/wl_shell | Drew DeVault |
2017-09-28 | examples/compositor: fix handle_output_frame | emersion |
2017-09-28 | wl_shell: listen for wlr_surface destroy signal | emersion |