aboutsummaryrefslogtreecommitdiffstats
path: root/sway/main.c
Commit message (Expand)AuthorAge
* Define _POSIX_C_SOURCE globallyLibravatar Simon Ser2024-02-23
* Add debug flag to re-enable wl_drmLibravatar Simon Ser2024-01-20
* remove damage debug optionsLibravatar Alexander Orzechowski2024-01-18
* scene_graph: Use built-in linux dmabuf feedback handlingLibravatar Alexander Orzechowski2024-01-18
* Detect Nvidia proprietary driver via drmGetVersion()Libravatar Simon Ser2023-12-12
* Drop fglrx detectionLibravatar Simon Ser2023-12-12
* Pass wl_display to wlr_output_layoutLibravatar Simon Ser2023-11-23
* fix: remove redundant empty statement in main.cLibravatar zkldi2022-07-12
* Refuse to start when SUID is detectedLibravatar Kenny Levinsen2022-06-03
* realtime: request SCHED_RR using CAP_SYS_NICELibravatar Rouven Czerwinski2022-05-18
* sway/main: move constants off the stackLibravatar Manuel Stoeckl2022-03-29
* Use bools for CLI flagsLibravatar Simon Ser2022-01-31
* Print deprecation notice when running SUIDLibravatar Kenny Levinsen2022-01-11
* sway: allow IPCs on proprietary driversLibravatar Eric Engestrom2021-11-14
* Bump RLIMIT_NOFILELibravatar Simon Ser2021-10-30
* Remove --my-next-gpu-wont-be-nvidiaLibravatar Simon Ser2021-10-19
* Add -Dnoscanout debug optionLibravatar Simon Ser2021-09-20
* 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