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
/
workspace.c
Age
Commit message (
Expand
)
Author
2019-02-05
cmd_workspace_gaps: fix double free on bad amount
Brian Ashworth
2019-01-25
Implement fullscreen global
Ryan Dwyer
2019-01-14
Remove now-unused "input" argument of cmd_results_new
M Stoeckl
2018-12-09
list.c: rename free_flat_list to list_free_items_and_destroy
Ian Fan
2018-11-25
Replace _XOPEN_SOURCE with _POSIX_C_SOURCE
emersion
2018-11-11
Allow multiple outputs for workspace output
Brian Ashworth
2018-11-07
Implement per side and per direction outer gaps
Brian Ashworth
2018-10-25
Update workspace.c
ppascher
2018-10-25
Update workspace.c
ppascher
2018-10-26
Deny several commands when there's no outputs connected
Ryan Dwyer
2018-10-21
Make workspace back_and_forth seat-specific
Ryan Dwyer
2018-10-19
Consider cursor warp when switching workspaces
Ryan Dwyer
2018-10-16
Fix crash when using workspace back_and_forth with no previous
Ryan Dwyer
2018-10-13
fix_edge_gaps: Allow negative values for outer gaps.
Tarmack
2018-09-29
Make gaps implementation consistent with i3-gaps
Ryan Dwyer
2018-09-28
Rename workspace_outputs to workspace_configs and fix memory leak
Ryan Dwyer
2018-09-05
Implement type safe arguments and demote sway_container
Ryan Dwyer
2018-08-18
commands: saner workspace number handling
Ian Fan
2018-08-06
commands: check for special workspaces in workspace & move commands
Ian Fan
2018-08-06
commands: complete workspace implementation
Ian Fan
2018-07-09
Update for swaywm/wlroots#1126
emersion
2018-06-01
Fix cmd_workspace crash when a surface has focus
Brian Ashworth
2018-04-03
move workspace create to workspace.c
Tony Crisci
2018-04-03
unify workspace create functions
Tony Crisci
2018-04-02
rename seat functions
Tony Crisci
2018-03-29
Revert "Merge pull request #1653 from swaywm/revert-1647-refactor-tree"
Tony Crisci
2018-03-29
Revert "Refactor tree"
Drew DeVault
2018-03-29
more renaming things
Tony Crisci
2018-03-29
rename container functions
Tony Crisci
2018-03-29
move tree includes to their own directory
Tony Crisci
2018-02-07
separate seat get focus and seat get focus inactive
Tony Crisci
2018-02-04
basic focus overhaul
Tony Crisci
2018-01-30
Implement workspaces
Drew DeVault
2017-11-18
Move everything to sway/old/
Drew DeVault
2017-03-18
remove unnecessary todo item
Zandr Martin
2017-03-10
UnGNUify the codebase
Drew DeVault
2017-03-08
fix workspace output assignment
Zandr Martin
2017-03-01
Fix #1099: Allow spaces in worspace names
Calvin Lee
2016-12-15
Handle calloc failures
Drew DeVault
2016-09-25
Implement default name for workspace command
Ryan Dwyer
2016-09-02
merge in latest commits
Zandr Martin
2016-09-01
refactor commands.c
Zandr Martin