Age | Commit message (Expand) | Author |
2019-02-26 | execute_command: do not strip qoutes for cmd_mode | Brian Ashworth |
2019-02-05 | Fix quote stripping | emersion |
2019-02-05 | execute_command: dont strip quotes for exec_always | Brian Ashworth |
2019-01-31 | pointer_constraint: change to a seat subcommand | Brian Ashworth |
2019-01-30 | Add pointer_constraint command | Drew DeVault |
2019-01-23 | Make json-c include respect pkg-config --cflags | Jan Beich |
2019-01-21 | Replace wlr_log with sway_log | M Stoeckl |
2019-01-14 | Remove now-unused "input" argument of cmd_results_new | M Stoeckl |
2019-01-14 | Remove 'input' field of IPC command return json | M Stoeckl |
2019-01-13 | Merge pull request #3144 from emersion/cmd-xwayland | Drew DeVault |
2019-01-08 | Merge pull request #3275 from ianyfan/remove-readline | emersion |
2019-01-02 | Implement tiling_drag_threshold | Brian Ashworth |
2019-01-01 | stringop.c: rewrite strip_whitespace | Ian Fan |
2018-12-30 | hide_cursor: change to a seat subcommand | Brian Ashworth |
2018-12-29 | Revamp seat configs | Brian Ashworth |
2018-12-25 | Implement hide_cursor <timeout> command | Brian Ashworth |
2018-12-09 | Cleanup list code | Ian Fan |
2018-12-05 | Fix command list execution | mwenzkowski |
2018-11-28 | Merge pull request #3204 from RedSoxFan/cmd-res-list | emersion |
2018-11-28 | Do not strip quotes for cmd_mode | Brian Ashworth |
2018-11-27 | Change execute_command to return a list of results | Brian Ashworth |
2018-11-25 | Implement title alignment | Brian Ashworth |
2018-11-22 | Adding commands for configuring titlebar borders and padding | Florent de Lamotte |
2018-11-19 | Add xwayland command | emersion |
2018-11-10 | Alter config variable replacement process | Brian Ashworth |
2018-10-23 | commands: replace EXPECTED_LESS_THAN with EXPECTED_AT_MOST | Ian Fan |
2018-10-23 | commands: clean-up checkarg function | Ian Fan |
2018-10-23 | commands: remove EXPECTED_MORE_THAN | Ian Fan |
2018-10-20 | Remove raise_floating directive | Ryan Dwyer |
2018-10-20 | Minor refactor of input manager | Ryan Dwyer |
2018-10-08 | Implement popup_during_fullscreen | Ryan Dwyer |
2018-10-07 | Shim client.background and client.placeholder | Drew DeVault |
2018-10-03 | Add configuration for raising containers on focus | Jonathan Buch |
2018-10-01 | Handle border options for gaps | Brian Ashworth |
2018-09-30 | Do not strip quotes for cmd_set | Brian Ashworth |
2018-09-30 | Do not strip quotes for exec or bind commands | Brian Ashworth |
2018-09-28 | Fix quote handling for commands | Brian Ashworth |
2018-09-23 | Implement support for input wildcard | Brian Ashworth |
2018-09-23 | Allow running commands on containers without focusing them | Ryan Dwyer |
2018-09-20 | Merge pull request #2671 from emersion/output-execute-no-focus | emersion |
2018-09-19 | Fix segfault when executing command without focus | emersion |
2018-09-19 | Introduce create_output command (for developer use) | Ryan Dwyer |
2018-09-11 | Introduce tiling_drag directive | Ryan Dwyer |
2018-09-05 | Implement type safe arguments and demote sway_container | Ryan Dwyer |
2018-09-03 | Change _XOPEN_SOURCE defines to _POSIX_C_SOURCE | sghctoma |
2018-09-03 | Merge remote-tracking branch 'upstream/master' into fix-freebsd-build | sghctoma |
2018-09-02 | Implement focus_on_window_activation | Ryan Dwyer |
2018-09-01 | Implement deprecated new_window and new_float commands | Ryan Dwyer |
2018-08-30 | Fix feature macros for FreeBSD | sghctoma |
2018-08-18 | commands: add nop | Ian Fan |