Age | Commit message (Expand) | Author |
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 |
2018-11-25 | Replace _XOPEN_SOURCE with _POSIX_C_SOURCE | emersion |
2018-11-19 | Add xwayland command | emersion |
2018-11-01 | Teardown compositor when failing to drop permissions | emersion |
2018-11-01 | Make it clear that being able to restore root is a failure | emersion |
2018-10-21 | Abort if proprietary drivers are in use | Ryan Dwyer |
2018-10-13 | Remove unnecessary comment | Drew DeVault |
2018-09-30 | Add support for installing binaries with DT_RPATH | Arkadiusz Hiler |
2018-09-30 | Turn funcs() into funcs(void) | Arkadiusz Hiler |
2018-09-30 | Remove libcap/prctl artifacts | Arkadiusz Hiler |
2018-09-23 | Allow running commands on containers without focusing them | Ryan Dwyer |
2018-09-20 | swaybar: handle hotplugging | emersion |
2018-09-05 | Implement type safe arguments and demote sway_container | Ryan Dwyer |
2018-08-30 | Enable privilege dropping of FreeBSD | sghctoma |
2018-08-26 | Remove layout.c | Ryan Dwyer |
2018-08-19 | Use enum for damage debug options | Ryan Dwyer |
2018-08-19 | Standardise debug variables | Ryan Dwyer |
2018-08-09 | Remove obsolete security sanity check | Drew DeVault |
2018-08-04 | Separate root-related code | Ryan Dwyer |
2018-08-03 | Write to swaynag pipe fd directly on config errors | Brian Ashworth |
2018-08-03 | Show swaynag on config errors | Brian Ashworth |
2018-08-01 | ipc: add shutdown event | Ian Fan |
2018-07-19 | Fix deferred command handling | Brian Ashworth |
2018-07-15 | Make focus part of transactions | Ryan Dwyer |
2018-07-14 | Add extended debugging flags | Drew DeVault |
2018-07-09 | Update for swaywm/wlroots#1126 | emersion |
2018-07-05 | pango/cairo: set default font map to NULL to free it | Dominique Martinet |
2018-07-04 | ipc-server: add display destroy listener and remove ipc_terminate | Dominique Martinet |
2018-07-04 | startup: move setenv WAYLAND_DISPLAY before config execs | Dominique Martinet |
2018-07-02 | log_kernel: s/fclose/pclose/ (for popen'd FILE) | Dominique Martinet |
2018-06-19 | Perform (partial) server initialization before dropping privileges. | Tobias Blass |