aboutsummaryrefslogtreecommitdiff
path: root/sway/commands/move.c
AgeCommit message (Expand)Author
2024-02-23Define _POSIX_C_SOURCE globallySimon Ser
2023-04-14commands: add printf attribute to cmd_results_new()Simon Ser
2023-03-14root: Try to preserve relative positions of floating containersAnkit Pandey
2022-12-19commands/move: Warp cursor after moving workspace to another outputAnkit Pandey
2022-01-31chore: chase wlr_output_layout_get_box() updateKirill Primak
2022-01-09commands/move: Fix crash when pos_y is omittedDavid96
2021-02-16container: Move pending state to state structKenny Levinsen
2021-01-04cmd_move: update container representation in sibling swapsRonan Pigott
2020-12-20commands/move: reset geometry of promoted containersRonan Pigott
2020-12-20commands/move: squash workspace after directional con moveRonan Pigott
2020-12-20commands/move: rework container_move_in_directionRonan Pigott
2020-12-20Revert "commands/move: maintain workspace_layout when moving"Ronan Pigott
2020-12-20commands/move: don't flatten on move; reap empty former parent insteadTudor Brindus
2020-11-11tree/container: introduce `container_is_sticky[_or_child]` functionsTudor Brindus
2020-10-24commands/move: fix crash when moving sphsc childRonan Pigott
2020-10-04commands/move: fix single-split escaping on moveTudor Brindus
2020-07-27Use wlr_output_layout_output_at to get output for move to cursorThayne McCombs
2020-07-27Keep windows in bounds on move to position mouseThayne McCombs
2020-07-21added ppt unit to move position commandNils Schulte
2020-07-03commands/move: maintain workspace_layout when movingTudor Brindus
2020-07-01commands/move: unwrap workspace container on move to new workspaceTudor Brindus
2020-01-18Check argc>0 before strcasecmp. Should shortcircuitJason Nader
2020-01-18commands/move: Fix crash when required args not providedJason Nader
2020-01-16cmd_move: Fix crash when moving to scratchpad hidden split containersRonan Pigott
2019-08-23cmd_move: fix move to scratchpad hidden containerBrian Ashworth
2019-08-20Allow moving a container hidden in scratchpadlbonn
2019-07-15Rework gaps code to be simpler and correctPedro Côrte-Real
2019-07-14Layout tiled using a width/height fractionPedro Côrte-Real
2019-06-16Fix sway crashes for scratchpad layoutsRouven Czerwinski
2019-04-30cmd_move: add support for output currentBrian Ashworth
2019-04-19cmd_move: allow for all i3 syntax optionsBrian Ashworth
2019-04-13Fix scratchpad fullscreen behavior and crashBrian Ashworth
2019-04-13Fix potential null accessesAshkan Kiani
2019-03-11commands: allow tiled sticky containers to be movedIan Fan
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-12Don't remove from scratchpad on move to workspaceathrungithub
2019-01-28Introduce container_is_scratchpad_hiddenRyan Dwyer
2019-01-25Implement fullscreen globalRyan Dwyer
2019-01-22root_scratchpad_remove_container: do not showBrian Ashworth
2019-01-21Replace wlr_log with sway_logM Stoeckl
2019-01-15Handle hidden scratchpad containers in commandsBrian Ashworth
2019-01-14Remove now-unused "input" argument of cmd_results_newM Stoeckl
2019-01-09Reset container dimensions when moving into workspace from directionRyan Dwyer
2018-12-20Combine output_by_name and output_by_identifierBrian Ashworth
2018-11-29move to workspace: fix moving floating container to non-empty workspaceDominique Martinet
2018-11-25Replace _XOPEN_SOURCE with _POSIX_C_SOURCEemersion
2018-11-01Move view marks properties to container structRyan Dwyer
2018-11-01Wrap to fartherest output when running focus outputRyan Dwyer