index
:
sway.git
master
fork of sway with action binder commands
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sway
/
commands
/
move.c
Age
Commit message (
Expand
)
Author
2024-03-01
commands/move: do not force focus on the moved container
Ronan Pigott
2024-02-23
Define _POSIX_C_SOURCE globally
Simon Ser
2023-04-14
commands: add printf attribute to cmd_results_new()
Simon Ser
2023-03-14
root: Try to preserve relative positions of floating containers
Ankit Pandey
2022-12-19
commands/move: Warp cursor after moving workspace to another output
Ankit Pandey
2022-01-31
chore: chase wlr_output_layout_get_box() update
Kirill Primak
2022-01-09
commands/move: Fix crash when pos_y is omitted
David96
2021-02-16
container: Move pending state to state struct
Kenny Levinsen
2021-01-04
cmd_move: update container representation in sibling swaps
Ronan Pigott
2020-12-20
commands/move: reset geometry of promoted containers
Ronan Pigott
2020-12-20
commands/move: squash workspace after directional con move
Ronan Pigott
2020-12-20
commands/move: rework container_move_in_direction
Ronan Pigott
2020-12-20
Revert "commands/move: maintain workspace_layout when moving"
Ronan Pigott
2020-12-20
commands/move: don't flatten on move; reap empty former parent instead
Tudor Brindus
2020-11-11
tree/container: introduce `container_is_sticky[_or_child]` functions
Tudor Brindus
2020-10-24
commands/move: fix crash when moving sphsc child
Ronan Pigott
2020-10-04
commands/move: fix single-split escaping on move
Tudor Brindus
2020-07-27
Use wlr_output_layout_output_at to get output for move to cursor
Thayne McCombs
2020-07-27
Keep windows in bounds on move to position mouse
Thayne McCombs
2020-07-21
added ppt unit to move position command
Nils Schulte
2020-07-03
commands/move: maintain workspace_layout when moving
Tudor Brindus
2020-07-01
commands/move: unwrap workspace container on move to new workspace
Tudor Brindus
2020-01-18
Check argc>0 before strcasecmp. Should shortcircuit
Jason Nader
2020-01-18
commands/move: Fix crash when required args not provided
Jason Nader
2020-01-16
cmd_move: Fix crash when moving to scratchpad hidden split containers
Ronan Pigott
2019-08-23
cmd_move: fix move to scratchpad hidden container
Brian Ashworth
2019-08-20
Allow moving a container hidden in scratchpad
lbonn
2019-07-15
Rework gaps code to be simpler and correct
Pedro Côrte-Real
2019-07-14
Layout tiled using a width/height fraction
Pedro Côrte-Real
2019-06-16
Fix sway crashes for scratchpad layouts
Rouven Czerwinski
2019-04-30
cmd_move: add support for output current
Brian Ashworth
2019-04-19
cmd_move: allow for all i3 syntax options
Brian Ashworth
2019-04-13
Fix scratchpad fullscreen behavior and crash
Brian Ashworth
2019-04-13
Fix potential null accesses
Ashkan Kiani
2019-03-11
commands: allow tiled sticky containers to be moved
Ian Fan
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-12
Don't remove from scratchpad on move to workspace
athrungithub
2019-01-28
Introduce container_is_scratchpad_hidden
Ryan Dwyer
2019-01-25
Implement fullscreen global
Ryan Dwyer
2019-01-22
root_scratchpad_remove_container: do not show
Brian Ashworth
2019-01-21
Replace wlr_log with sway_log
M Stoeckl
2019-01-15
Handle hidden scratchpad containers in commands
Brian Ashworth
2019-01-14
Remove now-unused "input" argument of cmd_results_new
M Stoeckl
2019-01-09
Reset container dimensions when moving into workspace from direction
Ryan Dwyer
2018-12-20
Combine output_by_name and output_by_identifier
Brian Ashworth
2018-11-29
move to workspace: fix moving floating container to non-empty workspace
Dominique Martinet
2018-11-25
Replace _XOPEN_SOURCE with _POSIX_C_SOURCE
emersion
2018-11-01
Move view marks properties to container struct
Ryan Dwyer
[next]