aboutsummaryrefslogtreecommitdiff
path: root/sway/main.c
AgeCommit message (Expand)Author
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
2018-07-19Fix deferred command handlingBrian Ashworth
2018-07-15Make focus part of transactionsRyan Dwyer
2018-07-14Add extended debugging flagsDrew DeVault
2018-07-09Update for swaywm/wlroots#1126emersion
2018-07-05pango/cairo: set default font map to NULL to free itDominique Martinet
2018-07-04ipc-server: add display destroy listener and remove ipc_terminateDominique Martinet
2018-07-04startup: move setenv WAYLAND_DISPLAY before config execsDominique Martinet
2018-07-02log_kernel: s/fclose/pclose/ (for popen'd FILE)Dominique Martinet
2018-06-19Perform (partial) server initialization before dropping privileges.Tobias Blass
2018-06-05Remove suspicious unconditional returnTobias Blass
2018-05-16sway: run commands without waiting for XwaylandDominique Martinet
2018-04-06Add debug tree viewDrew DeVault
2018-03-31temporarily add LD_LIBRARY_PATH stuffTony Crisci
2018-03-29Revert "Merge pull request #1653 from swaywm/revert-1647-refactor-tree"Tony Crisci
2018-03-29Revert "Refactor tree"Drew DeVault
2018-03-29rename layout initTony Crisci
2018-03-29move tree includes to their own directoryTony Crisci