Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-26 | Merge pull request #911 from RyanDwyer/fix-output-direction | Drew DeVault | |
Fix WLR_DIRECTION enums | |||
2018-04-26 | Merge pull request #882 from emersion/unprefix-local-symbols | Drew DeVault | |
Remove wlr_ prefix from local symbols | |||
2018-04-26 | Fix WLR_DIRECTION enums. | Ryan Dwyer | |
Having 0 as an enum value causes wlr_output_layout_adjacent_output() to never match WLR_DIRECTION_UP. | |||
2018-04-26 | Merge pull request #910 from agx/printf-ssize_t | emersion | |
Use correct prinf format specifiers for ssize_t | |||
2018-04-26 | Use correct printf format specifiers for ssize_t | Guido Guenther | |
This unbreaks the build on armhf that otherwise fails like ../xwayland/selection/incoming.c: In function 'xwm_data_source_write': ../include/wlr/util/log.h:34:17: error: format '%ld' expects argument of type 'long int', but argument 6 has type 'ssize_t {aka int}' [-Werror=format=] _wlr_log(verb, "[%s:%d] " fmt, wlr_strip_path(__FILE__), __LINE__, ##__VA_ARGS__) ^ ../xwayland/selection/incoming.c:34:2: note: in expansion of macro 'wlr_log' wlr_log(L_DEBUG, "wrote %zd (chunk size %ld) of %d bytes", ^~~~~~~ ../xwayland/selection/incoming.c:34:44: note: format string is defined here wlr_log(L_DEBUG, "wrote %zd (chunk size %ld) of %d bytes", ~~^ %d | |||
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 | |
layer-shell: fix small memory leak | |||
2018-04-25 | Merge pull request #903 from emersion/wlr-egl-destroy-surface | emersion | |
render/egl: add wlr_egl_destroy_surface | |||
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 | |
cursor: allow to call wlr_cursor_wrap_absolute with zero | |||
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 | |
layer-shell: use output_damage_{whole,from}_local_surface | |||
2018-04-24 | layer-shell: use output_damage_{whole,from}_local_surface on map/unmap | Guido Günther | |
These handle rotation and scaling | |||
2018-04-24 | layer-shell: use output_damage_{whole,from}_local_surface for popups | Guido Günther | |
Reuse what already handles rotation and scaling. This unbreaks popups on rotated or scaled outputs. | |||
2018-04-24 | Merge pull request #893 from emersion/fix-subsurface-recreate | emersion | |
Fix protocol error when a client destroys and re-creates a subsurface | |||
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 | |
examples/layer-shell: take grab on the popup | |||
2018-04-23 | examples/layer-shell: take an explicit grab on the popup | Guido Günther | |
This demonstrates popups can be closed by clicking on the area outside the popup and parent. | |||
2018-04-23 | Merge pull request #877 from agx/layer-popups | Drew DeVault | |
Layer popups: work on top of PR 867 | |||
2018-04-23 | examples: Allow to close the popup | Guido Günther | |
So we can the xdg_popup_destroy path. | |||
2018-04-23 | examples: Handle input entering popup in layer-shell | Guido Günther | |
Change the cursor when entering the popup and make mouse buttons change the red component of the square. This makes sure we can handle input correctly. | |||
2018-04-23 | rootston: Send frame_done for popups too | Guido Günther | |
Thanks @emersion | |||
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 | |
This allows them to receive input as well. | |||
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 | |
Update layer shell with optional wl_output | |||
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 | |
Remove wlr_surface::subsurface, add wlr_subcompositor | |||
2018-04-22 | Merge pull request #886 from n3rdopolis/patch-2 | emersion | |
xwayland: preserve the PATH variable | |||
2018-04-21 | xwayland: preserve the PATH variable | n3rdopolis | |
Some systems don't have xwayland in /usr/bin, but in other paths. wlroots was unable to find Xwayland binaries outside of standard locations | |||
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 | |
Do not advertize *RGB8888 as supported shm formats |