Age | Commit message (Expand) | Author |
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 |
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-07-23 | Implement scratchpad | Ryan Dwyer |
2018-07-22 | Implement floating_modifier and mouse operations for floating views | Ryan Dwyer |
2018-07-21 | Implement force_display_urgency_hint | Ryan Dwyer |
2018-07-19 | Defer the focus commands | Ryan Dwyer |
2018-07-17 | Implement default_floating_border command and adjust CSD behaviour | Ryan Dwyer |
2018-07-16 | Merge pull request #2276 from RyanDwyer/urgency | Drew DeVault |
2018-07-16 | Implement no_focus command | Ryan Dwyer |
2018-07-16 | Implement urgency base functionality | Ryan Dwyer |
2018-07-15 | Make focus part of transactions | Ryan Dwyer |
2018-07-14 | Simplify transactions by utilising a dirty flag on containers | Ryan Dwyer |
2018-07-11 | Implement floating_minimum_size and floating_maximum_size | Ryan Dwyer |
2018-07-09 | Update for swaywm/wlroots#1126 | emersion |
2018-07-05 | cmd_results_to_json: return copied string and properly free the json | Dominique Martinet |
2018-07-02 | config_commands_command: make alloc failure check more permanent | Dominique Martinet |
2018-06-09 | Implement gaps (PR #2047) | Nate Symer |
2018-06-07 | Remove strip quoting and fix strncpy-overlap | Brian Ashworth |
2018-06-05 | Support runtime var expansion and set at runtime | Brian Ashworth |
2018-06-02 | Address first round of review for generic blocks | Brian Ashworth |
2018-06-02 | Make command block implementation generic | Brian Ashworth |