aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands/swap.c
Commit message (Expand)AuthorAge
* container: Move pending state to state structLibravatar Kenny Levinsen2021-02-16
* cmd_swap: fix test_mark conditionLibravatar Brian Ashworth2020-02-13
* cmd_swap: add floating supportLibravatar Brian Ashworth2019-08-06
* Layout tiled using a width/height fractionLibravatar Pedro CĂ´rte-Real2019-07-14
* Make mouse drag in tiled mode swap containers if no edge is selectedLibravatar Sebastian Parborg2019-07-09
* Handle NULL from output_get_active_workspaceLibravatar Brian Ashworth2019-02-21
* Implement fullscreen globalLibravatar Ryan Dwyer2019-01-25
* Replace wlr_log with sway_logLibravatar M Stoeckl2019-01-21
* Remove now-unused "input" argument of cmd_results_newLibravatar M Stoeckl2019-01-14
* cmd_swap: use handler context seatLibravatar Brian Ashworth2019-01-09
* Use #if instead of #ifdefLibravatar emersion2018-11-18
* Fix unused function in swap commandLibravatar emersion2018-11-14
* Fix building with clangLibravatar sghctoma2018-11-08
* Move view marks properties to container structLibravatar Ryan Dwyer2018-11-01
* Deny several commands when there's no outputs connectedLibravatar Ryan Dwyer2018-10-26
* Make workspace back_and_forth seat-specificLibravatar Ryan Dwyer2018-10-21
* Minor refactor of input managerLibravatar Ryan Dwyer2018-10-20
* Remove cursor warping from seat_set_focusLibravatar Ryan Dwyer2018-10-18
* Merge branch 'master' into set-set-raw-focusLibravatar Ian Fan2018-10-16
|\
| * Fix crash in swap commandLibravatar Ryan Dwyer2018-10-15
* | Introduce seat_set_raw_focus and remove notify argument from seat_set_focus_warpLibravatar Ryan Dwyer2018-10-15
|/
* Introduce seat_set_focus_container and seat_set_focus_workspaceLibravatar Ryan Dwyer2018-09-06
* Implement type safe arguments and demote sway_containerLibravatar Ryan Dwyer2018-09-05
* Remove layout.cLibravatar Ryan Dwyer2018-08-26
* Replace hacky L_FLOATING container with a listLibravatar Ryan Dwyer2018-08-19
* Implement iterators per container typeLibravatar Ryan Dwyer2018-08-18
* reverted includes of "sway/config.h" and replaced with "config.h" from meson ...Libravatar Pascal Pascher2018-07-25
* more style fixes, included "sway/config.h" where neededLibravatar Pascal Pascher2018-07-25
* style fixes, exclude sway/desctop/xwayland.c when enable_xwayland: falseLibravatar Pascal Pascher2018-07-24
* Added meson option "enable_xwayland" (default: true) to enable/disable xwayla...Libravatar Pascal Pascher2018-07-24
* Simplify transactions by utilising a dirty flag on containersLibravatar Ryan Dwyer2018-07-14
* Refactor everything that needs to arrange windowsLibravatar Ryan Dwyer2018-06-09
* Fix ancestor typosLibravatar Ryan Dwyer2018-05-28
* Implement swap commandLibravatar Brian Ashworth2018-05-26