Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-19 | backend/session: replace session_signal with events.active | Simon Ser | |
This is more idiomatic wlroots API. The new name makes it clear that the signal is emitted when wlr_session.active changes. | |||
2020-08-24 | session: Add libseat backend | Kenny Levinsen | |
2019-07-27 | Remove all wayland-server.h includes | Simon Ser | |
The documentation for wayland-server.h says: > Use of this header file is discouraged. Prefer including > wayland-server-core.h instead, which does not include the server protocol > header and as such only defines the library PI, excluding the deprecated API > below. Replacing wayland-server.h with wayland-server-core.h allows us to drop the WL_HIDE_DEPRECATED declaration. | |||
2019-03-06 | backend/session: Allow setting a custom tty via WLR_DIRECT_TTY | Niklas Schulze | |
2019-03-05 | backend/session: open TTY with O_CLOEXEC for direct session | emersion | |
2018-09-18 | backend/session: add assertions | emersion | |
2018-07-09 | util: add wlr_ prefix to log symbols | emersion | |
2018-06-14 | Check for seat0 properly | Scott Anderson | |
2018-06-14 | Multiseat fixes | Scott Anderson | |
2018-02-12 | Reformat all #include directives | emersion | |
2018-02-12 | Make wlr_signal_emit_safe private | emersion | |
2018-02-12 | Add wlr_signal_emit_safe | emersion | |
2017-11-22 | Use SIGUSR2 for vt switching instead of SIGUSR1 | Greg V | |
Xwayland uses SIGUSR1 to signal readiness. With direct(-freebsd) session and Xwayland, wlroots was confusing the Xwayland readiness signal with a vt switch signal, freezing the desktop. Same problem was found in Weston in 2014: https://phabricator.freedesktop.org/T7080 | |||
2017-08-26 | Remove single GPU assumptions from wlr_session | Scott Anderson | |
2017-08-26 | Merge wlr_udev into wlr_session | Scott Anderson | |
2017-08-26 | Rename functions to be consistent with #93 | Scott Anderson | |
2017-08-06 | Changed header paths. | Scott Anderson | |
2017-08-06 | Moved session/ into backend/ | Scott Anderson | |