Age | Commit message (Expand) | Author |
2019-01-22 | commands: allow setting floating on scratchpad containers | Ian Fan |
2019-01-22 | commands: allow tiled containers to be stickied | Ian Fan |
2019-01-22 | Remove assumption that noop output will be called NOOP-1 | Ryan Dwyer |
2019-01-22 | Don't allow noop output to be configured | Ryan Dwyer |
2019-01-22 | Prevent noop output from being enabled | Ryan Dwyer |
2019-01-21 | Move sway-specific functions in common/util.c into sway/ | M Stoeckl |
2019-01-21 | Merge pull request #3480 from RedSoxFan/input-modes-improved-toggle | Drew DeVault |
2019-01-21 | Replace wlr_log with sway_log | M Stoeckl |
2019-01-21 | input_cmd_events: allow toggle modes to be listed | Brian Ashworth |
2019-01-18 | Don't escape swaybg arguments anymore | emersion |
2019-01-16 | bar_cmd_tray_bind: Use mouse button helpers | Brian Ashworth |
2019-01-16 | cmd_resize: allow resizing hidden scratchpad by px | Brian Ashworth |
2019-01-15 | Handle hidden scratchpad containers in commands | Brian Ashworth |
2019-01-15 | Fix invalid pointers when using resize grow width on first/last siblings | Ryan Dwyer |
2019-01-15 | Resize only current and immediate siblings rather than all siblings | Ryan Dwyer |
2019-01-14 | Remove now-unused "input" argument of cmd_results_new | M Stoeckl |
2019-01-14 | Use uint32_t where resize axis might contain a bitfield | Ryan Dwyer |
2019-01-14 | Replace resize_axis with wlr_edges | Ryan Dwyer |
2019-01-13 | Merge pull request #3144 from emersion/cmd-xwayland | Drew DeVault |
2019-01-13 | Merge pull request #3344 from RedSoxFan/bar-mouse-bindings-improved | Drew DeVault |
2019-01-13 | Merge pull request #3343 from RedSoxFan/seat-cursor-buttons-improved | Drew DeVault |
2019-01-13 | Merge pull request #3342 from RedSoxFan/scroll-buttons-improved | Drew DeVault |
2019-01-13 | Merge pull request #3398 from RedSoxFan/toggle-input-events | Drew DeVault |
2019-01-11 | swaybar: add status_edge_padding command | Brian Ashworth |
2019-01-11 | swaybar: add status_padding command | Brian Ashworth |
2019-01-10 | input_cmd_scroll_button: utilize mouse btn helpers | Brian Ashworth |
2019-01-10 | bar_cmd_bind: utilize mouse button helpers | Brian Ashworth |
2019-01-10 | seat_cmd_cursor: utilize mouse button helpers | Brian Ashworth |
2019-01-09 | input_cmd_events: implement toggle | Brian Ashworth |
2019-01-09 | bind{code,sym}: utilize mouse button helpers | Brian Ashworth |
2019-01-09 | Reset container dimensions when moving into workspace from direction | Ryan Dwyer |
2019-01-09 | Simplify evdev includes on FreeBSD by relying on up-to-date package | Jan Beich |
2019-01-09 | Merge pull request #3386 from RedSoxFan/seat-reload-wait | emersion |
2019-01-09 | Merge pull request #3390 from RedSoxFan/execute-seat | emersion |
2019-01-09 | cmd_bind: pass the seat to execute_command | Brian Ashworth |
2019-01-09 | cmd_swap: use handler context seat | Brian Ashworth |
2019-01-09 | reload: apply seat cfgs after reading entire cfg | Brian Ashworth |
2019-01-08 | Merge pull request #3337 from RedSoxFan/fix-seat-cmd-cursor | emersion |
2019-01-02 | Implement tiling_drag_threshold | Brian Ashworth |
2018-12-31 | swaybar: do not create tray if hidden | Ian Fan |
2018-12-31 | swaybar: implement tray config | Ian Fan |
2018-12-30 | hide_cursor: change to a seat subcommand | Brian Ashworth |
2018-12-29 | seat_cmd_cursor: work on seat name provided | Brian Ashworth |
2018-12-29 | Revamp seat configs | Brian Ashworth |
2018-12-29 | swaybar: fix focused_statusline color parsing. | Rune Morling |
2018-12-25 | Implement hide_cursor <timeout> command | Brian Ashworth |
2018-12-25 | Change mouse buttons to x11 map and libevdev names | Brian Ashworth |
2018-12-20 | Combine output_by_name and output_by_identifier | Brian Ashworth |
2018-12-18 | Return success when renaming a workspace to itself | Ryan Dwyer |
2018-12-17 | cmd_split: add null checks in do_split | Brian Ashworth |