aboutsummaryrefslogtreecommitdiff
path: root/backend/session
AgeCommit message (Expand)Author
2020-09-04Accommodate for CONFIG_VT=0, all TTYs are in seat0, but not allnerdopolis
2020-09-04session: Don't refuse unprivileged creation of "direct" backendPatrick Steinhardt
2020-09-02Quieten failure to set login session typeRyan Walklin
2020-09-01backend/session/libseat: register log handlerSimon Ser
2020-08-26session: Add missing init to direct-freebsdKenny Levinsen
2020-08-24session: Add libseat backendKenny Levinsen
2020-08-07Don't set XDG_SESSION_TYPE unless logind SetType succeedsRyan Walklin
2020-08-07Also set XDG_SESSION_TYPERyan Walklin
2020-08-07Implement logind session SetType method to change session type to waylandRyan Walklin
2020-07-27Fix incorrect format parametersAntonin Décimo
2020-04-29Remove libcap supportScott Anderson
2020-04-15logind: Close fd before releasing deviceKenny Levinsen
2020-03-24build: Add 'auto' to logind-provider combo optionScott Moreau
2020-02-17backend/session: allow GPU enumeration on FreeBSDJan Beich
2019-12-23meson: Various improvementsScott Anderson
2019-12-22backend/session/freebsd: Fix the way to get TTY pathTing-Wei Lan
2019-11-03session/logind: Clean up add_signal_matchesScott Anderson
2019-11-03session/logind: support CanGraphical propertyRonan Pigott
2019-08-12backend/session: non-void function should return a valueAntonin Décimo
2019-07-27Remove all wayland-server.h includesSimon Ser
2019-05-22session/logind: check for XDG_SESSION_ID firstJan Chren
2019-05-22session/logind: specify seat exactlyJan Chren
2019-05-13session/logind: keep active for pause_device goneBrian Ashworth
2019-03-06backend/session: Allow setting a custom tty via WLR_DIRECT_TTYNiklas Schulze
2019-03-05backend/session: open TTY with O_CLOEXEC for direct sessionemersion
2019-03-02backend/session: add noop sessionemersion
2019-03-01meson: enable more compiler warningsemersion
2019-02-03Allow compositors to run as systemd user unitsmnussbaum
2019-01-31backend/session/logind: dup FD with CLOEXECemersion
2019-01-07Simplify evdev includes on FreeBSD by relying on up-to-date packageJan Beich
2018-12-06backend/session/logind: improve loggingemersion
2018-11-12Use #if instead of #ifdef for wlroots config dataemersion
2018-10-04Use sd_bus_get_property_trivial & remove numberingnyorain
2018-09-24Rework session handlingnyorain
2018-09-21Apply multiseat fixes to FreeBSD direct backendsghctoma
2018-09-18backend/session: add assertionsemersion
2018-09-18Add support for WLR_SESSION env variablerandom human
2018-09-07Fix build failure on non-FreeBSD systemssghctoma
2018-09-07Implement device type discovery using ioctl callssghctoma
2018-09-02Activate last active VT after compositor exitsghctoma
2018-08-30Fix that major(st_rdev) have no meaning on FreeBSDsghctoma
2018-08-27Init the new destroy signals added by #1200Alexander Bakker
2018-08-26Add destroy signals to types that are destroyed by wl_display_destroyAlexander Bakker
2018-08-08session: load GPU devices even if they have zero crtcs/connectors/encodersIlia Bozhinov
2018-07-21Revert "Merge pull request #1153 from emersion/include-config"Drew DeVault
2018-07-21Always include config.hemersion
2018-07-09util: add wlr_ prefix to log symbolsemersion
2018-07-01Close fd's obtained from logindVincent Vanlaer
2018-06-30direct session backend: fix closing -1 on errorDominique Martinet
2018-06-20FIX: Suprocess loops endlessly when the control socket closes.Tobias Blass