aboutsummaryrefslogtreecommitdiff
path: root/session/logind.c
AgeCommit message (Collapse)Author
2017-08-06Moved session/ into backend/Scott Anderson
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-09Added public fields to wlr_sessionScott 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 EGL interface for backends.Scott Anderson
2017-05-03Removed old session code from DRM backend.Scott Anderson
2017-05-03New session interface.Scott Anderson