aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands
Commit message (Expand)AuthorAge
* floating_maximum_size: change default behaviorLibravatar Brian Ashworth2019-03-04
* Make load_include_configs void. Fix some cases where WD would not be restored.Libravatar Connor E2019-02-25
* move scratchpad: hide visible scratchpad containerLibravatar Brian Ashworth2019-02-25
* commands/move: reintroduce wrongly removed NULL checkLibravatar Rouven Czerwinski2019-02-25
* Handle NULL from output_get_active_workspaceLibravatar Brian Ashworth2019-02-25
* layout cmd: always operate on parent container, like i3Fixes #3724Libravatar Eric Drechsel2019-02-25
* Use container under cursor for mouse bindings1.0-rc3Libravatar Brian Ashworth2019-02-18
* seat_cmd_cursor: fix typo in expected syntaxLibravatar Brian Ashworth2019-02-18
* Don't remove from scratchpad on move to workspaceLibravatar athrungithub2019-02-18
* fix misc memory leaksLibravatar Brian Ashworth2019-02-11
* fix double free for mode toggle if bar was invisibleLibravatar Rouven Czerwinski2019-02-11
* bar_cmd_modifier: add support for noneLibravatar Brian Ashworth2019-02-11
* output_cmd_background: fix no file + valid modeLibravatar Brian Ashworth2019-02-11
* cmd_workspace_gaps: fix double free on bad amountLibravatar Brian Ashworth2019-02-11
* seat_cmd_cursor: do not create non-existing seatLibravatar Brian Ashworth2019-02-11
* cmd_seat: allow - to be used as alias for currentLibravatar Brian Ashworth2019-02-02
* seat_cmd_attach: defer while readingLibravatar Brian Ashworth2019-02-03
* pointer_constraint: change to a seat subcommandLibravatar Brian Ashworth2019-01-31
* Add pointer_constraint commandLibravatar Drew DeVault2019-01-30
* criteria & scratchpad verify if show in another workspace (#3522)Libravatar athrungithub2019-01-30
* Introduce container_is_scratchpad_hiddenLibravatar Ryan Dwyer2019-01-28
* Merge pull request #3423 from RyanDwyer/fullscreen-globalLibravatar Drew DeVault2019-01-27
|\
| * Implement fullscreen globalLibravatar Ryan Dwyer2019-01-25
* | Use sway_log_errno instead of strerrorLibravatar Ian Fan2019-01-24
|/
* Fix dead stores found by scan-buildLibravatar M Stoeckl2019-01-22
* Merge pull request #3494 from ianyfan/commandsLibravatar Drew DeVault2019-01-22
|\
| * commands: allow setting floating on scratchpad containersLibravatar Ian Fan2019-01-22
| * commands: allow tiled containers to be stickiedLibravatar Ian Fan2019-01-22
* | root_scratchpad_remove_container: do not showLibravatar Brian Ashworth2019-01-22
* | util.c: remove numlen functionLibravatar Ian Fan2019-01-22
|/
* Remove assumption that noop output will be called NOOP-1Libravatar Ryan Dwyer2019-01-22
* Don't allow noop output to be configuredLibravatar Ryan Dwyer2019-01-22
* Prevent noop output from being enabledLibravatar Ryan Dwyer2019-01-22
* Move sway-specific functions in common/util.c into sway/Libravatar M Stoeckl2019-01-21
* Merge pull request #3480 from RedSoxFan/input-modes-improved-toggleLibravatar Drew DeVault2019-01-21
|\
| * input_cmd_events: allow toggle modes to be listedLibravatar Brian Ashworth2019-01-21
* | Replace wlr_log with sway_logLibravatar M Stoeckl2019-01-21
|/
* Don't escape swaybg arguments anymoreLibravatar emersion2019-01-18
* bar_cmd_tray_bind: Use mouse button helpersLibravatar Brian Ashworth2019-01-16
* cmd_resize: allow resizing hidden scratchpad by pxLibravatar Brian Ashworth2019-01-16
* Handle hidden scratchpad containers in commandsLibravatar Brian Ashworth2019-01-15
* Fix invalid pointers when using resize grow width on first/last siblingsLibravatar Ryan Dwyer2019-01-15
* Resize only current and immediate siblings rather than all siblingsLibravatar Ryan Dwyer2019-01-15
* Remove now-unused "input" argument of cmd_results_newLibravatar M Stoeckl2019-01-14
* Use uint32_t where resize axis might contain a bitfieldLibravatar Ryan Dwyer2019-01-14
* Replace resize_axis with wlr_edgesLibravatar Ryan Dwyer2019-01-14
* Merge pull request #3144 from emersion/cmd-xwaylandLibravatar Drew DeVault2019-01-13
|\
| * Add xwayland commandLibravatar emersion2018-11-19
* | Merge pull request #3344 from RedSoxFan/bar-mouse-bindings-improvedLibravatar Drew DeVault2019-01-13
|\ \
| * | bar_cmd_bind: utilize mouse button helpersLibravatar Brian Ashworth2019-01-10