Age | Commit message (Expand) | Author |
2019-12-23 | meson: Various improvements | Scott Anderson |
2019-12-22 | backend/session/freebsd: Fix the way to get TTY path | Ting-Wei Lan |
2019-11-03 | session/logind: Clean up add_signal_matches | Scott Anderson |
2019-11-03 | session/logind: support CanGraphical property | Ronan Pigott |
2019-08-12 | backend/session: non-void function should return a value | Antonin Décimo |
2019-07-27 | Remove all wayland-server.h includes | Simon Ser |
2019-05-22 | session/logind: check for XDG_SESSION_ID first | Jan Chren |
2019-05-22 | session/logind: specify seat exactly | Jan Chren |
2019-05-13 | session/logind: keep active for pause_device gone | Brian Ashworth |
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 |
2019-03-02 | backend/session: add noop session | emersion |
2019-03-01 | meson: enable more compiler warnings | emersion |
2019-02-03 | Allow compositors to run as systemd user units | mnussbaum |
2019-01-31 | backend/session/logind: dup FD with CLOEXEC | emersion |
2019-01-07 | Simplify evdev includes on FreeBSD by relying on up-to-date package | Jan Beich |
2018-12-06 | backend/session/logind: improve logging | emersion |
2018-11-12 | Use #if instead of #ifdef for wlroots config data | emersion |
2018-10-04 | Use sd_bus_get_property_trivial & remove numbering | nyorain |
2018-09-24 | Rework session handling | nyorain |
2018-09-21 | Apply multiseat fixes to FreeBSD direct backend | sghctoma |
2018-09-18 | backend/session: add assertions | emersion |
2018-09-18 | Add support for WLR_SESSION env variable | random human |
2018-09-07 | Fix build failure on non-FreeBSD systems | sghctoma |
2018-09-07 | Implement device type discovery using ioctl calls | sghctoma |
2018-09-02 | Activate last active VT after compositor exit | sghctoma |
2018-08-30 | Fix that major(st_rdev) have no meaning on FreeBSD | sghctoma |
2018-08-27 | Init the new destroy signals added by #1200 | Alexander Bakker |
2018-08-26 | Add destroy signals to types that are destroyed by wl_display_destroy | Alexander Bakker |
2018-08-08 | session: load GPU devices even if they have zero crtcs/connectors/encoders | Ilia Bozhinov |
2018-07-21 | Revert "Merge pull request #1153 from emersion/include-config" | Drew DeVault |
2018-07-21 | Always include config.h | emersion |
2018-07-09 | util: add wlr_ prefix to log symbols | emersion |
2018-07-01 | Close fd's obtained from logind | Vincent Vanlaer |
2018-06-30 | direct session backend: fix closing -1 on error | Dominique Martinet |
2018-06-20 | FIX: Suprocess loops endlessly when the control socket closes. | Tobias Blass |
2018-06-14 | Check for seat0 properly | Scott Anderson |
2018-06-14 | Multiseat fixes | Scott Anderson |
2018-02-19 | Revert "ELF Visibility" | Drew DeVault |
2018-02-19 | Explicitly export EFL symbols | 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 |
2018-01-21 | style: add comment to empty while loop in logind.c | Johannes Schramm |
2018-01-21 | style: include brackets for if/while/for, even if it's a single statement | Johannes Schramm |
2018-01-02 | fix build without systemd | PoroCYon |
2017-12-27 | config: Avoid clash with other config-headers | Björn Esser |
2017-12-26 | config: Put all defines into config.h | Björn Esser |
2017-12-08 | Listen to display destroy in session | emersion |
2017-12-02 | Fix style and string comparison | n3rdopolis |