Age | Commit message (Expand) | Author |
2018-04-24 | render/egl: add wlr_egl_destroy_surface | 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 |
2018-04-23 | assert(surface->output); after new_surface emit | Drew DeVault |
2018-04-22 | Update layer shell example -o behavior | 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-22 | Merge pull request #885 from emersion/remove-surface-subsurface | Drew DeVault |
2018-04-22 | Merge pull request #886 from n3rdopolis/patch-2 | emersion |
2018-04-21 | xwayland: preserve the PATH variable | n3rdopolis |
2018-04-21 | Fix segfaults in wlr_surface_is_* | emersion |
2018-04-21 | Add wlr_subcompositor | emersion |
2018-04-21 | Remove wlr_surface::subsurface | emersion |
2018-04-21 | Merge pull request #883 from atomnuker/master | Drew DeVault |
2018-04-21 | Do not advertize *RGB8888 as supported shm formats | Rostislav Pehlivanov |
2018-04-21 | Merge pull request #880 from emersion/advertize-renderer-formats | Drew DeVault |
2018-04-21 | Merge pull request #881 from emersion/prefixed-unexported-symbols | Drew DeVault |
2018-04-21 | Use tabs instead of spaces in symbols file | emersion |
2018-04-21 | Remove a few local prefixed symbols | emersion |
2018-04-20 | Add wlr_renderer_init_wl_shm to advertize supported renderer formats | emersion |
2018-04-18 | Merge pull request #875 from Ongy/keyboard_order | Drew DeVault |
2018-04-18 | reorder xkb state handling in wlr_keyboard | Markus Ongyerth |
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-16 | Merge pull request #871 from agx/layer-shell-crash | emersion |
2018-04-16 | rootston: don't crash on shutdown | Guido Günther |
2018-04-15 | Merge pull request #870 from psychon/x11_needs_swap | Drew DeVault |