Age | Commit message (Expand) | Author |
2018-04-26 | layer-shell: Don't crash when the compositor didn't find a suitable output | Guido Günther |
2018-04-26 | layer-shell: Fix crash when cursor is intially outside any output | Guido Günther |
2018-04-26 | Merge pull request #912 from RyanDwyer/remove-bitchecks | Drew DeVault |
2018-04-26 | Merge pull request #913 from emersion/log-require-extension | Drew DeVault |
2018-04-26 | Log required extension name if unavailable | emersion |
2018-04-26 | Make WLR_DIRECTION enum powers of 2 | Ryan Dwyer |
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 | Merge pull request #882 from emersion/unprefix-local-symbols | Drew DeVault |
2018-04-26 | Fix WLR_DIRECTION enums. | Ryan Dwyer |
2018-04-26 | Merge pull request #910 from agx/printf-ssize_t | emersion |
2018-04-26 | Use correct printf format specifiers for ssize_t | Guido Guenther |
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 | backend: destroy renderer when destroying backend | emersion |
2018-04-25 | Don't use the wlr_ prefix for static functions | emersion |
2018-04-25 | Make sure we don't use others' prefixes | emersion |
2018-04-25 | Add prefix policy to CONTRIBUTING.md | 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 | Merge pull request #903 from emersion/wlr-egl-destroy-surface | emersion |
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-24 | Merge pull request #900 from emersion/cursor-wrap-absolute-zero | Drew DeVault |
2018-04-24 | cursor: allow to call wlr_cursor_wrap_absolute with zero | emersion |
2018-04-24 | Merge pull request #895 from agx/layer-shell-popup-damage | Drew DeVault |
2018-04-24 | layer-shell: use output_damage_{whole,from}_local_surface on map/unmap | Guido Günther |
2018-04-24 | layer-shell: use output_damage_{whole,from}_local_surface for popups | Guido Günther |
2018-04-24 | Merge pull request #893 from emersion/fix-subsurface-recreate | emersion |
2018-04-23 | Fix protocol error when a client destroys and re-creates a subsurface | emersion |
2018-04-23 | Merge pull request #891 from agx/layer-shell-popup-grab | Drew DeVault |
2018-04-23 | examples/layer-shell: take an explicit grab on the popup | Guido Günther |
2018-04-23 | Merge pull request #877 from agx/layer-popups | Drew DeVault |
2018-04-23 | examples: Allow to close the popup | Guido Günther |
2018-04-23 | examples: Handle input entering popup in layer-shell | Guido Günther |
2018-04-23 | rootston: Send frame_done for popups too | Guido Günther |
2018-04-23 | examples: Animate popup in layer-shell | Guido Günther |
2018-04-23 | rootston: Damage layer-shell popups | Guido Günther |
2018-04-23 | rootston: Let layer_surface_at look at popups | Guido Günther |
2018-04-23 | examples: Drop unused variable | Guido Günther |
2018-04-23 | Fix popup positioning & double popups | Drew DeVault |
2018-04-23 | Move get_geometry call back to xdg-shell | Drew DeVault |
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-23 | Merge pull request #887 from swaywm/layer-optional-output | Drew DeVault |