Age | Commit message (Expand) | Author |
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 |
2018-06-01 | Implement floating | Ryan Dwyer |
2018-06-01 | Implement `floating enable` | Drew DeVault |
2018-05-28 | Implement config parser for workspace_layout | Brian Ashworth |
2018-05-28 | Support i3's legacy force_focus_wrapping command | Brian Ashworth |
2018-05-27 | Implement focus_wrapping | Brian Ashworth |
2018-05-26 | Implement swap command | Brian Ashworth |
2018-05-17 | Implement show_marks | Ryan Dwyer |
2018-05-15 | Change unmark implemention to match i3's | Ryan Dwyer |
2018-05-15 | Implement marks | Ryan Dwyer |
2018-05-14 | Revert "Revert "Merge pull request #1943 from RyanDwyer/criteria-improvements"" | Ryan Dwyer |
2018-05-11 | Implement hide_edge_borders | Brian Ashworth |
2018-05-05 | Implement title_format | Ryan Dwyer |
2018-05-03 | Fix alphabetization of command list | Drew DeVault |
2018-05-03 | Render titles | Ryan Dwyer |
2018-05-01 | Fix alphabetization of commands array | Drew DeVault |
2018-05-01 | Implement borders | Ryan Dwyer |
2018-04-26 | Add map_from_region command | emersion |
2018-04-24 | Implement criteria commands | Ryan Dwyer |
2018-04-23 | Implement rename workspace command | Ryan Dwyer |
2018-04-19 | Merge branch 'master' into fullscreen | Drew DeVault |
2018-04-18 | Make key repeat configurable | Ryan Dwyer |
2018-04-16 | Implement fullscreen. | Ryan Dwyer |
2018-04-13 | Fix gcc string truncation warnings | Dominique Martinet |
2018-04-10 | Implement cursor event simulation with sway commands. | Danny Bautista |
2018-04-08 | Add input "identifier" map_to_output "identifier" | Drew DeVault |
2018-04-08 | Add workspace_auto_back_and_forth command | db |
2018-04-05 | Implement resize command | Drew DeVault |
2018-04-04 | Implement opacity command | Tony Crisci |
2018-04-02 | Merge branch 'wlroots' into split-containers | Tony Crisci |