aboutsummaryrefslogtreecommitdiff
path: root/sway/commands
AgeCommit message (Expand)Author
2019-02-22move scratchpad: hide visible scratchpad containerBrian Ashworth
2019-02-22commands/move: reintroduce wrongly removed NULL checkRouven Czerwinski
2019-02-21Handle NULL from output_get_active_workspaceBrian Ashworth
2019-02-19layout cmd: always operate on parent container, like i3Fixes #3724Eric Drechsel
2019-02-18Merge pull request #3712 from RedSoxFan/fix-typo-seat-cursorDrew DeVault
2019-02-17Use container under cursor for mouse bindingsBrian Ashworth
2019-02-17seat_cmd_cursor: fix typo in expected syntaxBrian Ashworth
2019-02-17Add workspace {prev,next}_on_output --createDrew DeVault
2019-02-12Don't remove from scratchpad on move to workspaceathrungithub
2019-02-11fix misc memory leaksBrian Ashworth
2019-02-10fix double free for mode toggle if bar was invisibleRouven Czerwinski
2019-02-08bar_cmd_modifier: add support for noneBrian Ashworth
2019-02-05output_cmd_background: fix no file + valid modeBrian Ashworth
2019-02-05cmd_workspace_gaps: fix double free on bad amountBrian Ashworth
2019-02-03seat_cmd_cursor: do not create non-existing seatBrian Ashworth
2019-02-02cmd_seat: allow - to be used as alias for currentBrian Ashworth
2019-02-03seat_cmd_attach: defer while readingBrian Ashworth
2019-01-31pointer_constraint: change to a seat subcommandBrian Ashworth
2019-01-30Add pointer_constraint commandDrew DeVault
2019-01-30criteria & scratchpad verify if show in another workspace (#3522)athrungithub
2019-01-28Introduce container_is_scratchpad_hiddenRyan Dwyer
2019-01-27Merge pull request #3423 from RyanDwyer/fullscreen-globalDrew DeVault
2019-01-25Implement fullscreen globalRyan Dwyer
2019-01-24Use sway_log_errno instead of strerrorIan Fan
2019-01-22Fix dead stores found by scan-buildM Stoeckl
2019-01-22Merge pull request #3494 from ianyfan/commandsDrew DeVault
2019-01-22root_scratchpad_remove_container: do not showBrian Ashworth
2019-01-22util.c: remove numlen functionIan Fan
2019-01-22commands: allow setting floating on scratchpad containersIan Fan
2019-01-22commands: allow tiled containers to be stickiedIan Fan
2019-01-22Remove assumption that noop output will be called NOOP-1Ryan Dwyer
2019-01-22Don't allow noop output to be configuredRyan Dwyer
2019-01-22Prevent noop output from being enabledRyan Dwyer
2019-01-21Move sway-specific functions in common/util.c into sway/M Stoeckl
2019-01-21Merge pull request #3480 from RedSoxFan/input-modes-improved-toggleDrew DeVault
2019-01-21Replace wlr_log with sway_logM Stoeckl
2019-01-21input_cmd_events: allow toggle modes to be listedBrian Ashworth
2019-01-18Don't escape swaybg arguments anymoreemersion
2019-01-16bar_cmd_tray_bind: Use mouse button helpersBrian Ashworth
2019-01-16cmd_resize: allow resizing hidden scratchpad by pxBrian Ashworth
2019-01-15Handle hidden scratchpad containers in commandsBrian Ashworth
2019-01-15Fix invalid pointers when using resize grow width on first/last siblingsRyan Dwyer
2019-01-15Resize only current and immediate siblings rather than all siblingsRyan Dwyer
2019-01-14Remove now-unused "input" argument of cmd_results_newM Stoeckl
2019-01-14Use uint32_t where resize axis might contain a bitfieldRyan Dwyer
2019-01-14Replace resize_axis with wlr_edgesRyan Dwyer
2019-01-13Merge pull request #3144 from emersion/cmd-xwaylandDrew DeVault
2019-01-13Merge pull request #3344 from RedSoxFan/bar-mouse-bindings-improvedDrew DeVault
2019-01-13Merge pull request #3343 from RedSoxFan/seat-cursor-buttons-improvedDrew DeVault
2019-01-13Merge pull request #3342 from RedSoxFan/scroll-buttons-improvedDrew DeVault