Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-15 | backend: drop wlr_backend_get_session() | Simon Ser | |
This no longer has purpose. | |||
2018-09-24 | Rework session handling | nyorain | |
Sessions can now be retrieved from a backend in a more general manner. Multi-backend gets back its `session` field that contains the session if one was created, removing the interfacing from multi backend with the drm backend directly. This adds the possibility to use sessions even without the drm backend. It additionally fixes the bug that 2 session objects got created when WLR_BACKENDS were set to "libinput,drm". To allow vt switching without drm backend (and drm fd) on logind, start listening to PropertiesChanged signals from dbus and parse the session "Active" property when no master fd was created (this does not change current drm backend behaviour in any way). | |||
2018-02-12 | Reformat all #include directives | emersion | |
2017-12-21 | handle display destroy | Tony Crisci | |
2017-12-20 | backend add and remove events | Tony Crisci | |
2017-12-20 | rootston: handle backend creation failed | Tony Crisci | |
2017-12-19 | remove session from multibackend | Tony Crisci | |
2017-12-19 | Destroy multi backend on display destroy | emersion | |
2017-10-20 | Replace list_t with wl_list in wlr_multi_backend | Heghedus Razvan | |
Signed-off-by: Heghedus Razvan <heghedus.razvan@gmail.com> | |||
2017-09-23 | Use more consistent include guard names | emersion | |
2017-08-26 | Merge wlr_udev into wlr_session | Scott Anderson | |
2017-08-12 | Refactor out wlr_backend_state from wl/multi | Drew DeVault | |
2017-08-06 | Changed header paths. | Scott Anderson | |
2017-08-06 | Changed ownership of wlr_session to the multi backend. | Scott Anderson | |
Currently breaks VT switching for examples. | |||
2017-06-21 | Reorganize wlr-common | Drew DeVault | |
2017-06-13 | Establish multi backend support | Drew DeVault | |