aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-05-17Add support for version 2 of the xdg-output protocolemersion
2018-05-16Merge pull request #983 from Ongy/drm_cursor_transformemersion
update drm cursor matrix on set_transform
2018-05-16recalculate cursor projection matrix on set_cursorMarkus Ongyerth
Updates the projection matrix for the cursor plane in the DRM backend, when the cursor is set, so new cursor are uploaded with the correct transformation.
2018-05-16Merge pull request #982 from RedSoxFan/fix-alphaemersion
Fix alpha for src_rgba and src_rgbx
2018-05-15Fix alpha for src_rgba and src_rgbxBrian Ashworth
2018-05-15Merge pull request #981 from emersion/fix-lingering-hw-cursorDrew DeVault
output: fix lingering hardware cursors
2018-05-15output: fix lingering hardware cursorsemersion
2018-05-14Merge pull request #979 from emersion/wayland-backend-title-output-nameDrew DeVault
backend/wayland: print output name in window title
2018-05-15backend/wayland: print output name in window titleemersion
2018-05-13Merge pull request #973 from emersion/split-xdg-shell-v6Drew DeVault
xdg-shell-v6: split into separate files
2018-05-13xdg-shell-v6: split into separate filesemersion
2018-05-13Merge pull request #975 from acrisci/fix-pointer-exampleDrew DeVault
pointer example fixes
2018-05-13rename sample state to "state"Tony Crisci
2018-05-13pointer example: use xcursor managerTony Crisci
2018-05-13Merge pull request #974 from agreppin/masterDrew DeVault
fix check of EGL_WL_bind_wayland_display presence
2018-05-13make pointer show up in pointer exampleTony Crisci
2018-05-13Merge pull request #972 from emersion/fix-xdg-shell-popupsDrew DeVault
Fix xdg-shell stable popups
2018-05-13fix check of EGL_WL_bind_wayland_display presenceAlain Greppin
2018-05-13xdg-shell: fix positioneremersion
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.
2018-05-12Don't use unsafe casts in wlr_xdg_popup_get_toplevel_coordsemersion
2018-05-12Merge pull request #971 from emersion/fix-xdg-output-transformemersion
xdg-output: fix logical_size
2018-05-12xdg-output: fix logical_sizeemersion
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.
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