aboutsummaryrefslogtreecommitdiff
path: root/sway/main.c
AgeCommit message (Expand)Author
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
2018-11-25Replace _XOPEN_SOURCE with _POSIX_C_SOURCEemersion
2018-11-19Add xwayland commandemersion
2018-11-01Teardown compositor when failing to drop permissionsemersion
2018-11-01Make it clear that being able to restore root is a failureemersion
2018-10-21Abort if proprietary drivers are in useRyan Dwyer
2018-10-13Remove unnecessary commentDrew DeVault
2018-09-30Add support for installing binaries with DT_RPATHArkadiusz Hiler
2018-09-30Turn funcs() into funcs(void)Arkadiusz Hiler
2018-09-30Remove libcap/prctl artifactsArkadiusz Hiler
2018-09-23Allow running commands on containers without focusing themRyan Dwyer
2018-09-20swaybar: handle hotpluggingemersion
2018-09-05Implement type safe arguments and demote sway_containerRyan Dwyer
2018-08-30Enable privilege dropping of FreeBSDsghctoma
2018-08-26Remove layout.cRyan Dwyer
2018-08-19Use enum for damage debug optionsRyan Dwyer
2018-08-19Standardise debug variablesRyan Dwyer
2018-08-09Remove obsolete security sanity checkDrew DeVault
2018-08-04Separate root-related codeRyan Dwyer
2018-08-03Write to swaynag pipe fd directly on config errorsBrian Ashworth
2018-08-03Show swaynag on config errorsBrian Ashworth
2018-08-01ipc: add shutdown eventIan Fan