aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-07-11Revert "Merge pull request #27 from ascent12/meson"Drew DeVault
This reverts commit 85805da021006697c85489c3e30717c2b807441c, reversing changes made to 8189c64d7f07a756abf5a6189719f02b2f1af967.
2017-07-11Revert "Fixed linking error"Drew DeVault
This reverts commit c81324bd0ba61ef82bc5ebd32178528c25334e69.
2017-07-12Fixed linking errorScott Anderson
2017-07-11Merge pull request #27 from ascent12/mesonDrew DeVault
[Proposal] Use the Meson build system
2017-07-11Small linking fixScott Anderson
2017-07-11Use subdirScott Anderson
2017-07-11Changed build system to mesonScott Anderson
2017-07-11Fixed that warnings that showed up with optimisations.Scott Anderson
2017-07-09Merge pull request #25 from ascent12/forkingDrew DeVault
Forking session backend
2017-07-10Exit cleanly if we cannot open Wayland socket.Scott Anderson
2017-07-09Session documentation.Scott Anderson
2017-07-09Stop remembering the drm fd in child.Scott Anderson
2017-07-09Moved IPC to its own file.Scott Anderson
2017-07-09Added public fields to wlr_sessionScott Anderson
2017-07-09Removed KDSKBMUTE. This actually isn't supported by Linux.Scott Anderson
2017-07-04include fixesScott Anderson
2017-07-04Make libcap optional.Scott Anderson
2017-07-04Added forkingScott Anderson
2017-07-03Minor fixesScott Anderson
2017-07-03Added direct session supportScott Anderson
2017-06-29Merge branch 'wlcore'Drew DeVault
2017-06-28Add shim implementations of wl_{compositor,shell}Drew DeVault
To example compositor
2017-06-28Move example -> examplesDrew DeVault
And the compositor example into its own directory
2017-06-28Remove wlr_compositorDrew DeVault
2017-06-28Remove excessive logging in wayland backendDrew DeVault
2017-06-26Merge pull request #23 from ascent12/cursorDrew DeVault
Software cursor + Hardware cursor improvements
2017-06-26Add new interfaces to wayland backendDrew DeVault
2017-06-26Log max cursor size on errorDrew DeVault
2017-06-26Add wlr_wl_compositor and remove wlr_wl_shmDrew DeVault
2017-06-26Hardware cursor improvements.Scott Anderson
2017-06-26Added software cursor fallbackScott Anderson
2017-06-23Remove endian.hDrew DeVault
Fuck big endian systems anyway
2017-06-23Support wl_shm pixel formats in gles2 rendererDrew DeVault
2017-06-23Add wlcore/wl_shm (WIP)Drew DeVault
2017-06-23Manually transpose matricies in shaderDrew DeVault
Since GLES2 doesn't do this for us, it seems, on all platforms.
2017-06-23Switch to GLES2Drew DeVault
Closes #13
2017-06-22Add wl_output globals for wlr_outputsDrew DeVault
2017-06-22Merge pull request #19 from nyorain/wayland-inputDrew DeVault
Basic wayland backend input
2017-06-22Fix pointer example for wayland backendnyorain
2017-06-22Improve wayland backend pointer error loggingnyorain
2017-06-22Store wayland backend axis sourcenyorain
2017-06-22Implement absolute motion events for waylandnyorain
2017-06-22Merge branch 'master' into wayland-inputnyorain
2017-06-22Fix issues with projection on drm backendDrew DeVault
2017-06-22Use wl_display_run and refactor example keyboardsDrew DeVault
2017-06-22Fix pointer motion coordsnyorain
2017-06-22Implement wayland backend input eventsnyorain
2017-06-22Add wayland input listener skeletonsnyorain
2017-06-21Create WAYLAND_DISPLAY socketDrew DeVault
2017-06-21Utilize wlr_log in example loggingDrew DeVault