aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-05-23fix server exit: eglMakeCurrent Invalid displayagr
2018-05-20Merge pull request #978 from emersion/wlr-backend-envDrew DeVault
backend: add WLR_BACKEND env variable
2018-05-20Merge pull request #990 from emersion/fullscreen-clear-alphaemersion
output: correctly clear screen when fullscreened
2018-05-20output: correctly clear screen when fullscreenedemersion
2018-05-19Merge pull request #989 from ascent12/unused_argemersion
Remove unused argument
2018-05-19Remove unused argumentScott Anderson
2018-05-19backend/wayland: fix segfault when destroying backend before starting itemersion
2018-05-19backend: support creating DRM and libinput via WLR_BACKENDSemersion
2018-05-19Merge pull request #986 from ammen99/masteremersion
gles2: pre-multiply alpha and fix blending function
2018-05-19backend: allow multiple backends in WLR_BACKENDSemersion
2018-05-19backend/multi: disallow multiple renderers at the same timeemersion
2018-05-19backend: add WLR_BACKEND env variableemersion
2018-05-18gles2: pre-multiply alpha and fix blending functionIlia Bozhinov
2018-05-17Merge pull request #977 from emersion/split-xdg-shellDrew DeVault
Split xdg-shell into multiple files
2018-05-17xdg-output: bump output manager version to 2emersion
2018-05-17Merge pull request #966 from emersion/xdg-output-2emersion
Add support for version 2 of the xdg-output protocol
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-14xdg-shell: split into multiple filesemersion
2018-05-14xdg-shell-v6: rename shared private functions to prevent conflicts with ↵emersion
xdg-shell stable
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