Age | Commit message (Expand) | Author |
2018-04-13 | Merge pull request #866 from emersion/xwayland-unmapped-on-create | emersion |
2018-04-13 | xwayland: emit new_surface when unmapped | emersion |
2018-04-13 | Fix gcc string truncation warnings | Dominique Martinet |
2018-04-12 | Make wlr_renderer_scissor take normal coords instead of upside-down ones | emersion |
2018-04-08 | Merge pull request #853 from emersion/xwayland-client-timeout | Drew DeVault |
2018-04-08 | Add wlr_xwayland_surface_ping | emersion |
2018-04-08 | Fix syntax errors | Drew DeVault |
2018-04-08 | Fix assertions with side-effects | Drew DeVault |
2018-04-08 | Merge pull request #850 from emersion/remove-backend-egl | Drew DeVault |
2018-04-08 | backend: remove wlr_backend_get_egl | emersion |
2018-04-07 | rootston: fix compilation without XWayland support | Bruno |
2018-04-05 | Remove rootston surface iterator | emersion |
2018-04-05 | Add surface iterators | emersion |
2018-04-05 | Merge pull request #830 from swaywm/xdg-output | Drew DeVault |
2018-04-05 | Initialize rootston _surface | Tancredi Orlando |
2018-04-05 | Add wlr_xdg_output_manager | Drew DeVault |
2018-04-04 | Fix xdg-shell popups, add wlr_xdg_surface_surface_at | emersion |
2018-04-04 | Add wlr_xdg_surface_v6_surface_at and wlr_wl_shell_surface_surface_at | emersion |
2018-04-04 | rootston: fix view_at | emersion |
2018-04-04 | Fix wlr_surface_subsurface_at, change it to be wlr_surface_surface_at | emersion |
2018-04-03 | rootston: send enter event for layer surfaces | emersion |
2018-04-03 | Implement input inhibit in rootston | Drew DeVault |
2018-04-03 | Add input-inhibitor example client | Drew DeVault |
2018-04-03 | Fix segfault when clicking rootston desktop | Drew DeVault |
2018-04-02 | Merge pull request #804 from swaywm/keyboard-layers | Drew DeVault |
2018-04-02 | Add wlr_surface_is_*_surface | Drew DeVault |
2018-04-02 | Address review feedback | Drew DeVault |
2018-04-02 | Handle layer surfaces below shell surfaces | Drew DeVault |
2018-04-02 | Change meson option names to use hypen | Danilo Spinella |
2018-04-02 | Always give keyboard focus to the topmost layer | Drew DeVault |
2018-04-02 | Identify topmost interactive layer surface | Drew DeVault |
2018-04-02 | Don't reset exclusive between layer shell passes | Drew DeVault |
2018-03-31 | FIx crash on touch down | Drew DeVault |
2018-03-31 | Initialize roots_output to fix -Wmaybe-uninitialized | Orestis Floros |
2018-03-31 | xwayland: specify xwm cursor stride in bytes | emersion |
2018-03-30 | Add wlr_surface_point_accepts_input | Drew DeVault |
2018-03-30 | Address review feedback | Drew DeVault |
2018-03-30 | Minor bugfixes | Drew DeVault |
2018-03-30 | Add pointer support to layer shell example | Drew DeVault |
2018-03-30 | Find layer surfaces for input events | Drew DeVault |
2018-03-30 | Refactor cursor event passhtrough | Drew DeVault |
2018-03-30 | xwayland: rename map_notify to map for consistency | emersion |
2018-03-29 | Fix maximized windows interaction with layer shell | Drew DeVault |
2018-03-29 | Merge pull request #720 from acrisci/xdg-positioner | emersion |
2018-03-28 | toplevel_box to toplevel_sx_box | Tony Crisci |
2018-03-28 | add todo for rotated unconstrained popup | Tony Crisci |
2018-03-28 | add comment for output box in toplevel coords | Tony Crisci |
2018-03-28 | popup constraint handle empty output layout | Tony Crisci |
2018-03-28 | xdg-positioner: honor constraint flags | Tony Crisci |
2018-03-28 | xdg-positioner wlr abstractions | Tony Crisci |