aboutsummaryrefslogtreecommitdiff
path: root/sway/main.c
AgeCommit message (Expand)Author
2024-02-23Define _POSIX_C_SOURCE globallySimon Ser
2024-01-20Add debug flag to re-enable wl_drmSimon Ser
2024-01-18remove damage debug optionsAlexander Orzechowski
2024-01-18scene_graph: Use built-in linux dmabuf feedback handlingAlexander Orzechowski
2023-12-12Detect Nvidia proprietary driver via drmGetVersion()Simon Ser
2023-12-12Drop fglrx detectionSimon Ser
2023-11-23Pass wl_display to wlr_output_layoutSimon Ser
2022-07-12fix: remove redundant empty statement in main.czkldi
2022-06-03Refuse to start when SUID is detectedKenny Levinsen
2022-05-18realtime: request SCHED_RR using CAP_SYS_NICERouven Czerwinski
2022-03-29sway/main: move constants off the stackManuel Stoeckl
2022-01-31Use bools for CLI flagsSimon Ser
2022-01-11Print deprecation notice when running SUIDKenny Levinsen
2021-11-14sway: allow IPCs on proprietary driversEric Engestrom
2021-10-30Bump RLIMIT_NOFILESimon Ser
2021-10-19Remove --my-next-gpu-wont-be-nvidiaSimon Ser
2021-09-20Add -Dnoscanout debug optionSimon Ser
2021-04-29main: removed vc4 detection code.Bartłomiej Burdukiewicz
2021-04-12Log wlroots version on startupSimon Ser
2021-02-04Make command line option lists constManuel Stoeckl
2021-01-16Changed fprintf(stdout,...) to printf(...) for more readable codeSpizzyCoder
2020-12-09Route wlroots logs into Sway logging infrastructureSimon Ser
2020-08-11Handle SIGINTSimon Ser
2020-07-30Log empty value if envvar is not definedAntonin Décimo
2020-06-11Log Sway version on startupSimon Ser
2020-02-11config: fix validation exit code and log levelBrian Ashworth
2020-02-11Fix ordering of setgid and setuidTeddy Reed
2020-01-24Fix compiling with -fno-commonthermitegod
2019-11-01Fix various memory leakslbonn
2019-09-22Error out on unknown debug flagSimon Ser
2019-06-12bindings: defer while initiailizingBrian Ashworth
2019-04-27Remove extra inclusion of stdio.hLane Surface
2019-04-14Spawn swaynag as a wayland clientBrian Ashworth
2019-03-18Remove debug treeRyan Dwyer
2019-03-10detect_proprietary: use strncmpBrian Ashworth
2019-03-02Minor fix of code duplication.hugbubby
2019-02-21run_as_ipc_client: free response after running the IPC commandRouven Czerwinski
2019-02-21ipc-client: free payload after sending it over the socketRouven Czerwinski
2019-02-11Abort early when XDG_RUNTIME_DIR is not setBrian Ashworth
2019-02-06Clarify error for options and positional argsBrian Ashworth
2019-02-05Initialize server so input manager is available.Connor E
2019-02-05If validating the config, do it as early as possible.Connor E
2019-01-29Cleanup config reading failure error logsBrian Ashworth
2019-01-28Cleanup log_envemersion
2019-01-21Replace wlr_log with sway_logM Stoeckl
2019-01-15Do not send ipc_event_shutdown from ipc clientBrian Ashworth
2019-01-13Merge pull request #3144 from emersion/cmd-xwaylandDrew DeVault
2019-01-01Remove readline.cIan Fan
2018-12-09Cleanup list codeIan Fan
2018-11-27Change execute_command to return a list of resultsBrian Ashworth