aboutsummaryrefslogtreecommitdiff
path: root/xwayland/server.c
AgeCommit message (Expand)Author
2024-02-15Define _POSIX_C_SOURCE globallySimon Ser
2024-01-17xwayland: close pipe fds on set_cloexec() errorKirill Primak
2023-10-10xwayland/server: add ready flagSimon Ser
2023-10-03treewide: Migrate from sizeof(struct) to sizeof(*pointer) where practicalAlexander Orzechowski
2022-12-06xwayland: use internal_configSimon Ser
2022-11-18xwayland/server: delay non-lazy startupSimon Ser
2022-11-18xwayland/server: add start signalSimon Ser
2022-08-18Use wl_signal_emit_mutableAlexander Orzechowski
2022-05-23xwayland: Add support for -force-xrandr-emulationJoshua Ashton
2022-05-07xwayland: add wlr_xwayland_server_options.terminate_delaySimon Ser
2022-03-02Xwayland: use -displayfd instead of USR1Dominique Martinet
2022-03-02Xwayland: rename notify pipe 'p' to notify_fdDominique Martinet
2021-11-02xwayland: add support for -noTouchPointerEmulationSimon Ser
2021-07-27xwayland: embed wlr_xwayland_server_options in server structSimon Ser
2021-07-27xwayland: simplify argv filling logicSimon Ser
2021-06-25xwayland: improve startup log messageSimon Ser
2021-05-12xwayland: actually use Xwayland from pkg-configThomas Weißschuh
2021-03-03xwayland: use -listenfd if availableSimon Ser
2021-03-03xwayland: check executable exists on initSimon Ser
2020-12-19xwayland: avoid crash on repeated server_finish_display() callIsaac Freund
2020-12-07xwayland: use pipe instead of SIGUSR1 to signal readinessDominik Honnef
2020-12-02xwayland: add -core to flagsSimon Ser
2020-10-20xwayland: fix minor typo in debug logTudor Brindus
2020-10-11xwayland: introduce WLR_XWAYLAND for specifying which Xwayland to useTudor Brindus
2020-09-04xwayland: disconnect display destroy listener even if xwayland didn't initializeIlia Bozhinov
2020-06-30xwayland: Don't discard ready signalsScott Moreau
2020-05-27xwayland: add error-checking to `server_start_lazy`Tudor Brindus
2020-05-19xwayland: add option to disable WMSimon Ser
2020-05-19xwayland: split serverSimon Ser