Age | Commit message (Expand) | Author |
2018-06-08 | sway exec command: use waitpid instead of wait | Dominique Martinet |
2018-06-06 | Switch output storing from list_t to wl_list | Brian Ashworth |
2018-06-06 | Store sway_outputs so that they can be reenabled | Brian Ashworth |
2018-06-03 | Address review comments for output subcommands | Brian Ashworth |
2018-06-03 | Refactor cmd_output to use config_subcommand | 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 | Style fixes for bind.c | frsfnrrg |
2018-06-01 | Fix binding bindcode flag initialization | frsfnrrg |
2018-06-01 | Use XKB keycode numbering for bindcode | frsfnrrg |
2018-06-01 | Share common code between bindsym and bindcode commands | frsfnrrg |
2018-06-01 | Merge pull request #2027 from RyanDwyer/implement-floating | Drew DeVault |
2018-06-01 | Fix cmd_workspace crash when a surface has focus | Brian Ashworth |
2018-06-01 | Fix changing borders on floating views | Ryan Dwyer |
2018-06-01 | Adjust move command to account for changed coordinate system | Ryan Dwyer |
2018-06-01 | Prevent splitting a floating view | Ryan Dwyer |
2018-06-01 | Replace is_floating boolean with function | Ryan Dwyer |
2018-06-01 | Implement floating | Ryan Dwyer |
2018-06-01 | Send frame done to floating views | Drew DeVault |
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-28 | Merge pull request #2060 from RedSoxFan/focus-wrapping | emersion |
2018-05-27 | Implement focus_wrapping | Brian Ashworth |
2018-05-28 | Fix ancestor typos | Ryan Dwyer |
2018-05-27 | Implement bindsym/bindcode --locked | frsfnrrg |
2018-05-26 | Implement swap command | Brian Ashworth |
2018-05-25 | Clean up container title functions | Ryan Dwyer |
2018-05-22 | Implement stacked layout | Ryan Dwyer |
2018-05-21 | Implement tabbed layout | Ryan Dwyer |
2018-05-20 | Fix border commands from changing focus | 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 | Kill wl_shell | emersion |
2018-05-14 | Revert "Revert "Merge pull request #1943 from RyanDwyer/criteria-improvements"" | Ryan Dwyer |
2018-05-13 | Merge pull request #1824 from snaggen/idle | Drew DeVault |
2018-05-13 | Idle handling for dpms/lockscreen et al | Mattias Eriksson |
2018-05-12 | Revert "Merge pull request #1943 from RyanDwyer/criteria-improvements" | Drew DeVault |
2018-05-11 | Merge pull request #1943 from RyanDwyer/criteria-improvements | Drew DeVault |
2018-05-11 | Implement hide_edge_borders | Brian Ashworth |
2018-05-11 | Merge pull request #1956 from ggreer/move-focus | Drew DeVault |
2018-05-10 | cmd_move_container: Focus a window on the source workspace. | Geoff Greer |
2018-05-10 | Allow setting border widths for normal borders using default_border. | Geoff Greer |
2018-05-11 | Overhaul criteria implementation | Ryan Dwyer |
2018-05-06 | Revert "exec_always: Search for executables in /usr/lib/sway" | Rostislav Pehlivanov |
2018-05-06 | Revert "Make the LIBDIR path configurable" | Rostislav Pehlivanov |
2018-05-06 | Revert "Meson: Replace option `instlibdir` with `libexecdir`" | Rostislav Pehlivanov |
2018-05-06 | Revert "command/exec_always: Use wlr_log for logging errors in the child proc... | Rostislav Pehlivanov |
2018-05-06 | Implement pango support | Ryan Dwyer |