Age | Commit message (Expand) | Author |
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 |
2017-09-28 | wl_shell: properly set wl_surface->resource | emersion |
2017-09-28 | wl_shell: gluten-free cosmetic variable renaming | emersion |
2017-09-28 | rootston: no need to implement get_input_bounds and activate for wl_shell views | emersion |
2017-09-28 | rootston: handle request_move | emersion |
2017-09-27 | class_ -> class, free more stuff in destroy_shell_surface | emersion |
2017-09-27 | wl_shell: add wlr_wl_shell_surface_{configure,popup_done} | emersion |
2017-09-27 | wl_shell: implement set_popup request | emersion |
2017-09-27 | wlr_wl_shell: implement all requests except set_popup | emersion |
2017-09-27 | Set view->surface | emersion |
2017-09-27 | Fix segfault, add wl_shell view | emersion |
2017-09-27 | Merge pull request #144 from ascent12/drm-dp-mst | Drew DeVault |
2017-09-26 | Add first try to add wl_shell to rootston | emersion |
2017-09-25 | Merge pull request #161 from acrisci/bug/egl-segfault | Drew DeVault |
2017-09-25 | unset egl current before terminating display | Tony Crisci |
2017-09-25 | Fix broken keyboard handling | Drew DeVault |
2017-09-25 | Minor tweaks to (broken) keyboard support | Drew DeVault |
2017-09-25 | Merge branch 'master' into rootston | Drew DeVault |
2017-09-24 | Move keyboard logic to wlr_{keyboard,seat} | Drew DeVault |
2017-09-24 | Merge pull request #159 from ascent12/meson-install | Drew DeVault |
2017-09-24 | Add Archlinux PKGBUILD script | Scott Anderson |
2017-09-24 | Install library, headers, and pkg-config | Scott Anderson |
2017-09-24 | Add error checking to DRM legacy | Scott Anderson |
2017-09-24 | Send failure code on partial atomic commit | Scott Anderson |
2017-09-24 | Set state properly | Scott Anderson |
2017-09-23 | Initial keyboard support in rootston | Drew DeVault |
2017-09-23 | Implement xdg surface request_move | Drew DeVault |
2017-09-23 | Implement tool tip -> click simulation | Drew DeVault |
2017-09-23 | Implement pointer motion and buttons | Drew DeVault |
2017-09-23 | Merge pull request #156 from acrisci/feature/wlr-keyboard-events | Drew DeVault |
2017-09-23 | Fix rootston executable name | Drew DeVault |
2017-09-23 | Implement wlr_cursor in rootston | Drew DeVault |
2017-09-23 | add keys array param to seat keyboard enter | Tony Crisci |
2017-09-23 | bugfix: correct type in keyboard resource destroy | Tony Crisci |
2017-09-23 | wlr-seat: keyboard layout | Tony Crisci |
2017-09-23 | Render XDG shell surfaces | Drew DeVault |
2017-09-23 | Wire up pointer, start on cursor | Drew DeVault |
2017-09-23 | Initial pass on roots_input | Drew DeVault |
2017-09-23 | Merge pull request #157 from emersion/include-guards-names | Tony Crisci |
2017-09-23 | Fix some include guard names in interfaces/ | emersion |