Drew DeVault
658a00602b
Merge pull request #972 from emersion/fix-xdg-shell-popups
...
Fix xdg-shell stable popups
7 years ago
emersion
cc12d03545
xdg-shell: fix positioner
...
The anchor and gravity bitfields in xdg-shell-unstable-v6 have
been changed to a plain enum whose values cannot be used as a
bitfield in xdg-shell. While it makes input validation easier, it
also makes positioner operations a pain in the ass.
7 years ago
emersion
b28f06eca0
Don't use unsafe casts in wlr_xdg_popup_get_toplevel_coords
7 years ago
emersion
059e5f6690
Merge pull request #971 from emersion/fix-xdg-output-transform
...
xdg-output: fix logical_size
7 years ago
emersion
7a952dfa2d
xdg-output: fix logical_size
...
It should be the size of the output in layout coordinates. Prior to
this commit we were not applying the output transform to the size.
7 years ago
Drew DeVault
50922cfe0f
Merge pull request #970 from emersion/pointer-axis-discrete
...
Add support for discrete axis values and axis source
7 years ago
emersion
db84379242
Send axis source event
7 years ago
emersion
0b58579564
Add support for discrete axis values
7 years ago
Drew DeVault
84609d347a
Merge pull request #969 from emersion/redesign-xdg-output-resource-destroy
...
xdg-output: redesign resource destroy
7 years ago
emersion
cf5013416d
xdg-output: redesign resource destroy
7 years ago
emersion
d6f76bd3f3
Merge pull request #932 from Timidger/standalone-examples
...
Made examples standalone
7 years ago
Timidger
9a1d0e42d2
Fixed emersion's issues
7 years ago
Timidger
7da50d065b
Fixed style issues
7 years ago
Timidger
7f1230fe78
Remvoed unnecessary wayland socket in examples
7 years ago
Timidger
167ca57b18
Fixed up building examples
7 years ago
Timidger
583654405f
Made output layout example standalone
7 years ago
Timidger
8fd25cbc5b
Fixed indentation
7 years ago
Timidger
b3ca73c0ac
Multi-pointer ported over
7 years ago
Timidger
b510c0f6c2
Made rotation example standalone
7 years ago
Timidger
7be5dfecc0
Made tablet standalone
7 years ago
Timidger
c622a0c7fb
Made touch standalone
...
TODO test
7 years ago
Timidger
4c1d74ef91
Made examples/pointer standalone
7 years ago
Timidger
7284709370
simple now works on DRM
7 years ago
Timidger
44b2bf18f0
Can now quit the simple example
7 years ago
Timidger
b98779a674
Got simple working without keyboard input
7 years ago
Timidger
ad6d40c7c6
Moved cat out of support, removed support
7 years ago
emersion
8fd58ce725
Merge pull request #967 from VincentVanlaer/xwayland-crash
...
Fix Xwayland cleanup
7 years ago
Vincent Vanlaer
72a75b3a72
Fix Xwayland cleanup
...
Fixes #964
7 years ago
Drew DeVault
f520dd8fac
Merge pull request #965 from emersion/fix-hardware-cursor-scale-transform
...
Fix hardware cursors scale & transform
7 years ago
emersion
13098a18ea
Fix hardware cursors scale & transform
7 years ago
emersion
8e831cd416
Merge pull request #959 from VincentVanlaer/xwayland-lazy
...
Add the option to start Xwayland only when a client connects
7 years ago
Vincent Vanlaer
6936be984f
Document xwayland rootston config changes
7 years ago
Vincent Vanlaer
ef1a24430a
Make lazy xwayland start default in rootston
7 years ago
Vincent Vanlaer
119a6cf35c
Make xwayland_finish* clean up wlr_xwayland
7 years ago
emersion
c5c5747060
Merge pull request #963 from emersion/rootston-output-outdated-comment
...
rootston: remove outdated comment
7 years ago
emersion
6436ce6300
rootston: remove outdated comment
7 years ago
Drew DeVault
397ee7ff9d
Merge pull request #962 from Ongy/layer-surface-at
...
add wlr_layer_surface_surface_at
7 years ago
Markus Ongyerth
8931452e1d
add wlr_layer_surface_surface_at
...
Adds wlr_layer_surface_surface_at, this is consistent with the other
shell implementations, and simplifies handling in compositors.
7 years ago
Drew DeVault
7c2241a556
Merge pull request #957 from emersion/output-damage-max-rects
...
output-damage: limit the number of damaged rectangles
7 years ago
Vincent Vanlaer
80586b8f6b
Clean up events
7 years ago
Vincent Vanlaer
446ea3a340
Add beter handling for Xwayland failing at startup
7 years ago
Vincent Vanlaer
dbf4f9a231
Make startup command no longer wait for xwayland
7 years ago
Vincent Vanlaer
31861b3a7a
Add option to rootston to start xwayland lazy
7 years ago
Vincent Vanlaer
c80bf1591e
Allow xwayland to start lazily
...
Makes the xwayland startup process two phased.
The first phase just initialises the X11 sockets.
The second phase starts the Xwayland server itself.
When starting xwayland lazily the second phase will be postponed until
a client has connected to the X11 socket.
Changes in behaviour:
The DISPLAY environment is now set immediately after the X11 sockets
are created.
When the Xwayland server is killed or crashes, the sockets will not be
recreated, but reused.
Fixes #849 : Start up Xwayland lazily
7 years ago
emersion
5087199d5d
output-damage: limit the number of damaged rectangles
7 years ago
Drew DeVault
a3fd284876
Merge pull request #956 from Flow-It/add-options-to-exclude-rootston-and-examples
...
Add options to exclude rootston and examples at compilation
7 years ago
florian.weigelt
d68a27fd79
Add option to disable examples build
...
Compiling the examples is useful for testing and development, but less
useful for actual users of wlroots.
This commit adds the option --enable-examples to set weather to include
the examples at compilation or not. The default value is True, so the
current behaviour remains unchanged.
7 years ago
emersion
1265eff9b3
Merge pull request #954 from kkartaltepe/readme-fix
...
Fix xcb/xkb swap in README
7 years ago
florian.weigelt
34be87a3f6
Add option to disable rootston build
...
Compiling the rootston example compositor is useful for testing and
development, but less useful for actual users of wlroots, who might
prefer sway or other compositors.
This commit adds the option --enable-rootston to set weather to include
rootston at compilation or not. The default value is True, so the
current compilation behaviour remains unchanged.
7 years ago
Kurt Kartaltepe
1cd2141f8e
Fix xcb/xkb swap in README
7 years ago