Age | Commit message (Expand) | Author |
2019-04-13 | Fix scratchpad fullscreen behavior and crash | Brian Ashworth |
2019-04-13 | Fix potential null accesses | Ashkan Kiani |
2019-04-11 | cmd_focus: raise floating for `<criteria> focus` | Brian Ashworth |
2019-04-04 | swaybg: one instance for all outputs | Brian Ashworth |
2019-03-27 | bindings: fix overwrite log argument mismatch | Jan Pokorný |
2019-03-26 | Fix crash for floating command on scratchpad window | Ashkan Kiani |
2019-03-24 | Implement inhibit_idle command | Brian Ashworth |
2019-03-24 | Add support for manually setting subpixel hinting on outputs. | Geoff Greer |
2019-03-23 | Allow for workspace renaming during exec handling | mliszcz |
2019-03-23 | cmd_mode: allow cmd_set to be a subcommand | Brian Ashworth |
2019-03-20 | Support focus <direction> for floating containers | Ryan Dwyer |
2019-03-19 | Support WLR_INPUT_DEVICE_SWITCH in sway | Ryan Walklin |
2019-03-15 | output_cmd_background: validate colors | Brian Ashworth |
2019-03-12 | Handle seat_get_focused_workspace returning NULL | Brian Ashworth |
2019-03-11 | commands: allow tiled sticky containers to be moved | Ian Fan |
2019-03-10 | Fix crash in cmd_workspace when layer surface has focus | emersion |
2019-03-02 | floating_maximum_size: change default behavior | Brian Ashworth |
2019-02-25 | Allow 0 degree transform (normal transform). | Connor E |
2019-02-24 | swaybar: add overlay mode (fix #1620) | Milkey Mouse |
2019-02-24 | add --i3 flag to hide_edge_borders | db |
2019-02-24 | Make load_include_configs void. Fix some cases where WD would not be restored. | Connor E |
2019-02-22 | move scratchpad: hide visible scratchpad container | Brian Ashworth |
2019-02-22 | commands/move: reintroduce wrongly removed NULL check | Rouven Czerwinski |
2019-02-21 | Handle NULL from output_get_active_workspace | Brian Ashworth |
2019-02-19 | layout cmd: always operate on parent container, like i3Fixes #3724 | Eric Drechsel |
2019-02-18 | Merge pull request #3712 from RedSoxFan/fix-typo-seat-cursor | Drew DeVault |
2019-02-17 | Use container under cursor for mouse bindings | Brian Ashworth |
2019-02-17 | seat_cmd_cursor: fix typo in expected syntax | Brian Ashworth |
2019-02-17 | Add workspace {prev,next}_on_output --create | Drew DeVault |
2019-02-12 | Don't remove from scratchpad on move to workspace | athrungithub |
2019-02-11 | fix misc memory leaks | Brian Ashworth |
2019-02-10 | fix double free for mode toggle if bar was invisible | Rouven Czerwinski |
2019-02-08 | bar_cmd_modifier: add support for none | Brian Ashworth |
2019-02-05 | output_cmd_background: fix no file + valid mode | Brian Ashworth |
2019-02-05 | cmd_workspace_gaps: fix double free on bad amount | Brian Ashworth |
2019-02-03 | seat_cmd_cursor: do not create non-existing seat | Brian Ashworth |
2019-02-02 | cmd_seat: allow - to be used as alias for current | Brian Ashworth |
2019-02-03 | seat_cmd_attach: defer while reading | 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-30 | criteria & scratchpad verify if show in another workspace (#3522) | athrungithub |
2019-01-28 | Introduce container_is_scratchpad_hidden | Ryan Dwyer |
2019-01-27 | Merge pull request #3423 from RyanDwyer/fullscreen-global | Drew DeVault |
2019-01-25 | Implement fullscreen global | Ryan Dwyer |
2019-01-24 | Use sway_log_errno instead of strerror | Ian Fan |
2019-01-22 | Fix dead stores found by scan-build | M Stoeckl |
2019-01-22 | Merge pull request #3494 from ianyfan/commands | Drew DeVault |
2019-01-22 | root_scratchpad_remove_container: do not show | Brian Ashworth |
2019-01-22 | util.c: remove numlen function | Ian Fan |
2019-01-22 | commands: allow setting floating on scratchpad containers | Ian Fan |