aboutsummaryrefslogtreecommitdiff
path: root/session
AgeCommit message (Collapse)Author
2017-08-06Update build filesScott Anderson
2017-08-06Moved session/ into backend/Scott Anderson
2017-08-06Changed ownership of wlr_session to the multi backend.Scott Anderson
Currently breaks VT switching for examples.
2017-08-05Use meson build systemnyorain
2017-07-29Correctly get session pathTony Crisci
The old way of getting the session path was to simply append the session id to the path "/org/freedesktop/login1/session/". However this is not the correct path for newer systems like Fedora 26. Instead, get the session path directly from the session manager from the id via a dbus call to GetSession(). fixes #35
2017-07-11Revert "Merge pull request #27 from ascent12/meson"Drew DeVault
This reverts commit 85805da021006697c85489c3e30717c2b807441c, reversing changes made to 8189c64d7f07a756abf5a6189719f02b2f1af967.
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-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-21Reorganize wlr-commonDrew DeVault
2017-06-21Removed excessive debug loggingScott Anderson
2017-06-21Changed session signal to only emit on DRM changesScott Anderson
2017-06-13Initial pass on libinput backendDrew DeVault
2017-06-04Refactor type implementationsDrew DeVault
2017-05-14Added device matchingScott Anderson
2017-05-14Got it working.Scott Anderson
2017-05-14Working commitScott Anderson
2017-05-14Initial D-Bus signal support.Scott Anderson
2017-05-03Added 'direct' session backendScott Anderson
2017-05-03Added EGL interface for backends.Scott Anderson
2017-05-03Removed old session code from DRM backend.Scott Anderson
2017-05-03New session interface.Scott Anderson