aboutsummaryrefslogtreecommitdiffstats
path: root/sway/main.c
Commit message (Expand)AuthorAge
* main: removed vc4 detection code.Libravatar Bartłomiej Burdukiewicz2021-04-29
* Log wlroots version on startupLibravatar Simon Ser2021-04-12
* Make command line option lists constLibravatar Manuel Stoeckl2021-02-04
* Changed fprintf(stdout,...) to printf(...) for more readable codeLibravatar SpizzyCoder2021-01-16
* Route wlroots logs into Sway logging infrastructureLibravatar Simon Ser2020-12-09
* Handle SIGINTLibravatar Simon Ser2020-08-11
* Log empty value if envvar is not definedLibravatar Antonin Décimo2020-07-30
* Log Sway version on startupLibravatar Simon Ser2020-06-11
* config: fix validation exit code and log levelLibravatar Brian Ashworth2020-02-11
* Fix ordering of setgid and setuidLibravatar Teddy Reed2020-02-11
* Fix compiling with -fno-commonLibravatar thermitegod2020-01-24
* Fix various memory leaksLibravatar lbonn2019-11-01
* Error out on unknown debug flagLibravatar Simon Ser2019-09-22
* bindings: defer while initiailizingLibravatar Brian Ashworth2019-06-12
* Remove extra inclusion of stdio.hLibravatar Lane Surface2019-04-27
* Spawn swaynag as a wayland clientLibravatar Brian Ashworth2019-04-14
* Remove debug treeLibravatar Ryan Dwyer2019-03-18
* detect_proprietary: use strncmpLibravatar Brian Ashworth2019-03-10
* Minor fix of code duplication.Libravatar hugbubby2019-03-02
* run_as_ipc_client: free response after running the IPC commandLibravatar Rouven Czerwinski2019-02-21
* ipc-client: free payload after sending it over the socketLibravatar Rouven Czerwinski2019-02-21
* Abort early when XDG_RUNTIME_DIR is not setLibravatar Brian Ashworth2019-02-11
* Clarify error for options and positional argsLibravatar Brian Ashworth2019-02-06
* Initialize server so input manager is available.Libravatar Connor E2019-02-05
* If validating the config, do it as early as possible.Libravatar Connor E2019-02-05
* Cleanup config reading failure error logsLibravatar Brian Ashworth2019-01-29
* Cleanup log_envLibravatar emersion2019-01-28
* Replace wlr_log with sway_logLibravatar M Stoeckl2019-01-21
* Do not send ipc_event_shutdown from ipc clientLibravatar Brian Ashworth2019-01-15
* Merge pull request #3144 from emersion/cmd-xwaylandLibravatar Drew DeVault2019-01-13
|\
| * Add xwayland commandLibravatar emersion2018-11-19
* | Remove readline.cLibravatar Ian Fan2019-01-01
* | Cleanup list codeLibravatar Ian Fan2018-12-09
* | Change execute_command to return a list of resultsLibravatar Brian Ashworth2018-11-27
* | Replace _XOPEN_SOURCE with _POSIX_C_SOURCELibravatar emersion2018-11-25
|/
* Teardown compositor when failing to drop permissionsLibravatar emersion2018-11-01
* Make it clear that being able to restore root is a failureLibravatar emersion2018-11-01
* Abort if proprietary drivers are in useLibravatar Ryan Dwyer2018-10-21
* Remove unnecessary commentLibravatar Drew DeVault2018-10-13
* Add support for installing binaries with DT_RPATHLibravatar Arkadiusz Hiler2018-09-30
* Turn funcs() into funcs(void)Libravatar Arkadiusz Hiler2018-09-30
* Remove libcap/prctl artifactsLibravatar Arkadiusz Hiler2018-09-30
* Allow running commands on containers without focusing themLibravatar Ryan Dwyer2018-09-23
* swaybar: handle hotpluggingLibravatar emersion2018-09-20
* Implement type safe arguments and demote sway_containerLibravatar Ryan Dwyer2018-09-05
* Enable privilege dropping of FreeBSDLibravatar sghctoma2018-08-30
* Remove layout.cLibravatar Ryan Dwyer2018-08-26
* Use enum for damage debug optionsLibravatar Ryan Dwyer2018-08-19
* Standardise debug variablesLibravatar Ryan Dwyer2018-08-19
* Remove obsolete security sanity checkLibravatar Drew DeVault2018-08-09