aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-05-12Merge pull request #970 from emersion/pointer-axis-discreteDrew DeVault
Add support for discrete axis values and axis source
2018-05-12Send axis source eventemersion
2018-05-12Add support for discrete axis valuesemersion
2018-05-11Merge pull request #969 from emersion/redesign-xdg-output-resource-destroyDrew DeVault
xdg-output: redesign resource destroy
2018-05-11xdg-output: redesign resource destroyemersion
2018-05-11Merge pull request #932 from Timidger/standalone-examplesemersion
Made examples standalone
2018-05-10Fixed emersion's issuesTimidger
2018-05-10Fixed style issuesTimidger
2018-05-10Remvoed unnecessary wayland socket in examplesTimidger
2018-05-10Fixed up building examplesTimidger
2018-05-10Made output layout example standaloneTimidger
2018-05-10Fixed indentationTimidger
2018-05-10Multi-pointer ported overTimidger
2018-05-10Made rotation example standaloneTimidger
2018-05-10Made tablet standaloneTimidger
2018-05-10Made touch standaloneTimidger
TODO test
2018-05-10Made examples/pointer standaloneTimidger
2018-05-10simple now works on DRMTimidger
2018-05-10Can now quit the simple exampleTimidger
2018-05-10Got simple working without keyboard inputTimidger
2018-05-10Moved cat out of support, removed supportTimidger
2018-05-10Merge pull request #967 from VincentVanlaer/xwayland-crashemersion
Fix Xwayland cleanup
2018-05-10Fix Xwayland cleanupVincent Vanlaer
Fixes #964
2018-05-09Merge pull request #965 from emersion/fix-hardware-cursor-scale-transformDrew DeVault
Fix hardware cursors scale & transform
2018-05-09Fix hardware cursors scale & transformemersion
2018-05-08Merge pull request #959 from VincentVanlaer/xwayland-lazyemersion
Add the option to start Xwayland only when a client connects
2018-05-08Document xwayland rootston config changesVincent Vanlaer
2018-05-08Make lazy xwayland start default in rootstonVincent Vanlaer
2018-05-08Make xwayland_finish* clean up wlr_xwaylandVincent Vanlaer
2018-05-08Merge pull request #963 from emersion/rootston-output-outdated-commentemersion
rootston: remove outdated comment
2018-05-08rootston: remove outdated commentemersion
2018-05-08Merge pull request #962 from Ongy/layer-surface-atDrew DeVault
add wlr_layer_surface_surface_at
2018-05-08add wlr_layer_surface_surface_atMarkus Ongyerth
Adds wlr_layer_surface_surface_at, this is consistent with the other shell implementations, and simplifies handling in compositors.
2018-05-07Merge pull request #957 from emersion/output-damage-max-rectsDrew DeVault
output-damage: limit the number of damaged rectangles
2018-05-07Clean up eventsVincent Vanlaer
2018-05-07Add beter handling for Xwayland failing at startupVincent Vanlaer
2018-05-06Make startup command no longer wait for xwaylandVincent Vanlaer
2018-05-06Add option to rootston to start xwayland lazyVincent Vanlaer
2018-05-06Allow xwayland to start lazilyVincent Vanlaer
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
2018-05-05output-damage: limit the number of damaged rectanglesemersion
2018-05-05Merge pull request #956 from ↵Drew DeVault
Flow-It/add-options-to-exclude-rootston-and-examples Add options to exclude rootston and examples at compilation
2018-05-05Add option to disable examples buildflorian.weigelt
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.
2018-05-05Merge pull request #954 from kkartaltepe/readme-fixemersion
Fix xcb/xkb swap in README
2018-05-05Add option to disable rootston buildflorian.weigelt
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.
2018-05-05Fix xcb/xkb swap in READMEKurt Kartaltepe
2018-05-04Merge pull request #953 from emersion/xwayland-utf8-titleDrew DeVault
Use UTF-8 xwayland window title if available
2018-05-04Use UTF-8 xwayland window title if availableemersion
2018-05-04Merge pull request #936 from emersion/full-hardware-cursorsemersion
output: always use hardware cursors if available
2018-05-04Merge pull request #951 from chebykinn/fix-maybe-uninitializedemersion
Fix gcc maybe-uninitialized in wlr_cursor apply_output_transform
2018-05-04Merge pull request #931 from emersion/redesign-resource-destroyDrew DeVault
Redesign resource destruction