Age | Commit message (Expand) | Author |
2018-04-26 | Merge pull request #902 from emersion/various-memory-leaks | Drew DeVault |
2018-04-26 | Merge pull request #911 from RyanDwyer/fix-output-direction | Drew DeVault |
2018-04-26 | Fix WLR_DIRECTION enums. | Ryan Dwyer |
2018-04-26 | Destroy wlr_surface with wlr_renderer | emersion |
2018-04-25 | compositor: destroy subsurface resources with wlr_subcompositor | emersion |
2018-04-25 | compositor: make wlr_compositor_destroy destroy resources | emersion |
2018-04-25 | Make sure we don't use others' prefixes | emersion |
2018-04-25 | Remove wlr_ prefix from local symbols | emersion |
2018-04-25 | Merge pull request #901 from emersion/layer-shell-minor-memory-leak | Drew DeVault |
2018-04-25 | render/egl: allow passing NULL to surface and image destructors | emersion |
2018-04-24 | render/egl: add wlr_egl_destroy_surface | emersion |
2018-04-24 | layer-shell: fix small memory leak | emersion |
2018-04-23 | rootston: Damage layer-shell popups | Guido Günther |
2018-04-23 | Finish forward-porting @acrisci's positioner work | Drew DeVault |
2018-04-23 | Forward-port xdg-shell-v6 positioner improvements | Drew DeVault |
2018-04-23 | Basic layer popup rendering | Drew DeVault |
2018-04-23 | Add (shitty) support for popups to layer example | Drew DeVault |
2018-04-23 | Generalize xdg-shell popups and add to layer-shell | Drew DeVault |
2018-04-22 | Implement output auto-selection in rootston | Drew DeVault |
2018-04-22 | Update layer shell with optional wl_output | Drew DeVault |
2018-04-21 | Add wlr_subcompositor | emersion |
2018-04-21 | Remove wlr_surface::subsurface | emersion |
2018-04-20 | Add wlr_renderer_init_wl_shm to advertize supported renderer formats | emersion |
2018-04-17 | Merge pull request #873 from emersion/output-dont-emit-mode-twice | Drew DeVault |
2018-04-18 | output: don't emit the mode event if it hasn't changed | emersion |
2018-04-15 | x11_handle_input_event: Remove return value | Uli Schlachter |
2018-04-13 | Merge pull request #862 from emersion/renderer-scissor-upside-down | Drew DeVault |
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 | Merge pull request #865 from martinetd/str_truncation | Drew DeVault |
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-11 | Always unmap before destroying surface | emersion |
2018-04-08 | Add wlr_xwayland_surface_ping | emersion |
2018-04-08 | xwayland: add _NET_WM_WINDOW_TYPE_MENU support | emersion |
2018-04-08 | backend: remove wlr_backend_get_egl | emersion |
2018-04-05 | Merge pull request #825 from emersion/surface-iterators | Drew DeVault |
2018-04-05 | Merge branch 'master' into xwayland-dnd | Drew DeVault |
2018-04-05 | Add surface iterators | emersion |
2018-04-05 | Merge pull request #834 from emersion/surface-is-subsurface | emersion |
2018-04-05 | Add wlr_surface_is_subsurface and wlr_subsurface_from_surface | emersion |
2018-04-05 | Merge pull request #830 from swaywm/xdg-output | Drew DeVault |
2018-04-05 | Add wlr_xdg_output_manager | Drew DeVault |
2018-04-05 | Added userdata to wlr_output_layout | Timidger |
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 | output: document wlr_output_set_custom_mode | emersion |
2018-04-03 | backend/{x11,headless}: fix refresh rate | emersion |