Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-29 | Correctly get session path | Tony 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-09 | Added public fields to wlr_session | Scott Anderson | |
2017-06-21 | Reorganize wlr-common | Drew DeVault | |
2017-06-21 | Removed excessive debug logging | Scott Anderson | |
2017-06-21 | Changed session signal to only emit on DRM changes | Scott Anderson | |
2017-06-13 | Initial pass on libinput backend | Drew DeVault | |
2017-06-04 | Refactor type implementations | Drew DeVault | |
2017-05-14 | Added device matching | Scott Anderson | |
2017-05-14 | Got it working. | Scott Anderson | |
2017-05-14 | Working commit | Scott Anderson | |
2017-05-14 | Initial D-Bus signal support. | Scott Anderson | |
2017-05-03 | Added EGL interface for backends. | Scott Anderson | |
2017-05-03 | Removed old session code from DRM backend. | Scott Anderson | |
2017-05-03 | New session interface. | Scott Anderson | |