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
/
workspace.c
Age
Commit message (
Collapse
)
Author
2015-09-12
new_workspace null behavior + testmap functions + regex
taiyu
2015-09-10
cmd status + workspace ws output op
taiyu
2015-09-01
cleaned up leaky prev_workspace_name
taiyu
2015-08-30
Added in workspace_auto_back_and_forth
Luminarys
2015-08-30
Added in workspace back_and_forth
Luminarys
2015-08-25
changed workspace_{outout_,}{next,prev} to return workspace
minus
so it can be reused for "move container to workspace next"
2015-08-25
refactored workspace_next/prev
minus
2015-08-23
split_string memory leaks cleanedup
taiyu
2015-08-21
bugfixes, renames
taiyu
2015-08-20
find_parent_by_type
taiyu
2015-08-20
style
taiyu
2015-08-19
fixed active_workspace update on focus change
taiyu
2015-08-19
Merge pull request #79 from taiyu-len/master
Drew DeVault
fixed floating_modifier related things
2015-08-19
fix a few possible memory leaks
Syed Amer Gilani
2015-08-19
fixed some more bugs, moved layout_log into log.ch, restored focus_parent
taiyu
2015-08-18
Fixed full screen workspace switch focusing
Luminarys
2015-08-18
restored fullscreen/focus behavior
taiyu
2015-08-18
Fix switching between focused outputs
Drew DeVault
2015-08-18
changed handling of focus, handling of view by type
taiyu
2015-08-17
Added in basic floating toggling
Luminarys
2015-08-16
Fix format warnings
Drew DeVault
2015-08-16
fix
taiyu
2015-08-16
sends hidden views to back, visible view to front
taiyu
2015-08-16
Added in workspace next/prev and workspace output_next/prev
Luminarys
2015-08-16
Revert "get/set_userdata stores swayc_t *, fixed memory leak, minor changes."
Drew DeVault
2015-08-15
fixed 2 small memory leaks & adds format attribute to log.
taiyu
2015-08-15
Fixed output focusing for workspace switch
Luminarys
2015-08-15
Rename variable in workspace.c
Drew DeVault
2015-08-15
Fix switching focus between outputs
Drew DeVault
2015-08-15
Style fixes
Luminarys
2015-08-15
Fixed workspace switching in multimonitor layouts
Luminarys
2015-08-15
Added layout debugger back in and fixed mutlimonitor layout issues
Luminarys
2015-08-14
style
Taiyu
2015-08-14
changed swayc related functions, cleaned up some functions, moved wlc ↵
Taiyu
related things into handlers
2015-08-13
Minor fix to memory management
Luminarys
2015-08-13
Added in command queue
Luminarys
2015-08-13
Fixes to workspace generation
Luminarys
2015-08-13
Changed workspace name generation to try and use bindsyms when possible
Luminarys
2015-08-10
Prevent passing WM keys, improve multihead support
Drew DeVault
2015-08-10
small change
Taiyu
2015-08-10
silly mistake + style
Taiyu
2015-08-10
destroys empty workspace + minor bugfixes
Taiyu
2015-08-10
workspaces: follow_pointer_mouse doesn't follow hidden containers
Jose Diez
2015-08-10
Basic workspace functionality
Jose Diez