index
:
sway.git
master
fork of sway with action binder commands
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sway
/
main.c
Age
Commit message (
Expand
)
Author
2024-02-23
Define _POSIX_C_SOURCE globally
Simon Ser
2024-01-20
Add debug flag to re-enable wl_drm
Simon Ser
2024-01-18
remove damage debug options
Alexander Orzechowski
2024-01-18
scene_graph: Use built-in linux dmabuf feedback handling
Alexander Orzechowski
2023-12-12
Detect Nvidia proprietary driver via drmGetVersion()
Simon Ser
2023-12-12
Drop fglrx detection
Simon Ser
2023-11-23
Pass wl_display to wlr_output_layout
Simon Ser
2022-07-12
fix: remove redundant empty statement in main.c
zkldi
2022-06-03
Refuse to start when SUID is detected
Kenny Levinsen
2022-05-18
realtime: request SCHED_RR using CAP_SYS_NICE
Rouven Czerwinski
2022-03-29
sway/main: move constants off the stack
Manuel Stoeckl
2022-01-31
Use bools for CLI flags
Simon Ser
2022-01-11
Print deprecation notice when running SUID
Kenny Levinsen
2021-11-14
sway: allow IPCs on proprietary drivers
Eric Engestrom
2021-10-30
Bump RLIMIT_NOFILE
Simon Ser
2021-10-19
Remove --my-next-gpu-wont-be-nvidia
Simon Ser
2021-09-20
Add -Dnoscanout debug option
Simon Ser
2021-04-29
main: removed vc4 detection code.
Bartłomiej Burdukiewicz
2021-04-12
Log wlroots version on startup
Simon Ser
2021-02-04
Make command line option lists const
Manuel Stoeckl
2021-01-16
Changed fprintf(stdout,...) to printf(...) for more readable code
SpizzyCoder
2020-12-09
Route wlroots logs into Sway logging infrastructure
Simon Ser
2020-08-11
Handle SIGINT
Simon Ser
2020-07-30
Log empty value if envvar is not defined
Antonin Décimo
2020-06-11
Log Sway version on startup
Simon Ser
2020-02-11
config: fix validation exit code and log level
Brian Ashworth
2020-02-11
Fix ordering of setgid and setuid
Teddy Reed
2020-01-24
Fix compiling with -fno-common
thermitegod
2019-11-01
Fix various memory leaks
lbonn
2019-09-22
Error out on unknown debug flag
Simon Ser
2019-06-12
bindings: defer while initiailizing
Brian Ashworth
2019-04-27
Remove extra inclusion of stdio.h
Lane Surface
2019-04-14
Spawn swaynag as a wayland client
Brian Ashworth
2019-03-18
Remove debug tree
Ryan Dwyer
2019-03-10
detect_proprietary: use strncmp
Brian Ashworth
2019-03-02
Minor fix of code duplication.
hugbubby
2019-02-21
run_as_ipc_client: free response after running the IPC command
Rouven Czerwinski
2019-02-21
ipc-client: free payload after sending it over the socket
Rouven Czerwinski
2019-02-11
Abort early when XDG_RUNTIME_DIR is not set
Brian Ashworth
2019-02-06
Clarify error for options and positional args
Brian Ashworth
2019-02-05
Initialize server so input manager is available.
Connor E
2019-02-05
If validating the config, do it as early as possible.
Connor E
2019-01-29
Cleanup config reading failure error logs
Brian Ashworth
2019-01-28
Cleanup log_env
emersion
2019-01-21
Replace wlr_log with sway_log
M Stoeckl
2019-01-15
Do not send ipc_event_shutdown from ipc client
Brian Ashworth
2019-01-13
Merge pull request #3144 from emersion/cmd-xwayland
Drew DeVault
2019-01-01
Remove readline.c
Ian Fan
2018-12-09
Cleanup list code
Ian Fan
2018-11-27
Change execute_command to return a list of results
Brian Ashworth
[next]