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
/
container.c
Age
Commit message (
Collapse
)
Author
2015-08-20
Change gap behaviour to more closely match i3-gaps
KoffeinFlummi
Previously, when only using inner gaps, the gap between a window at the edge of the output was only half the size of the gaps between views. Additionally, the gaps between the actual windows was twice as wide as it was on i3-gaps.
2015-08-19
Fix error with workspace/output name matching
Drew DeVault
2015-08-19
fixed default active_workspace, and more use of set_focused_container_for(...)
taiyu
2015-08-19
fixed some more bugs, moved layout_log into log.ch, restored focus_parent
taiyu
2015-08-18
fixed floating_modifier related things
taiyu
2015-08-18
Removed debugging, added in proper gap resets for config reloads
Luminarys
2015-08-18
Improvements to gaps
Drew DeVault
2015-08-19
Merge remote-tracking branch 'upstream/master' into gaps
KoffeinFlummi
2015-08-18
Add support for gaps option
KoffeinFlummi
2015-08-18
restored fullscreen/focus behavior
taiyu
2015-08-18
Fix switching between focused outputs
Drew DeVault
2015-08-18
Coding style enforcement
Drew DeVault
This was done by hand, so I might have missed things. If anyone knows of a good C style enforcement tool, let me know.
2015-08-18
more changes
taiyu
2015-08-18
changed handling of focus, handling of view by type
taiyu
2015-08-17
Add support for workspace [name] output [name]
Drew DeVault
2015-08-17
fixed when views dont have names.
taiyu
2015-08-17
Style and other minor fixes
Luminarys
2015-08-17
Fixes to floating and umanaged views
Luminarys
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
unmanaged views handled better
taiyu
2015-08-16
fixed split [vh], small memory leak, unescape_strings handle \xnn
taiyu
2015-08-16
Log output name when added to tree
Drew DeVault
2015-08-16
Set C_OUTPUT name to name from wlc
Drew DeVault
2015-08-16
Revert "get/set_userdata stores swayc_t *, fixed memory leak, minor changes."
Drew DeVault
2015-08-16
set userdata for handler to swayc_t container
taiyu
2015-08-15
fixed 2 small memory leaks & adds format attribute to log.
taiyu
2015-08-15
Fix switching focus between outputs
Drew DeVault
2015-08-15
Merge pull request #31 from Luminarys/master
Drew DeVault
Multi output fixes
2015-08-15
Minor style fix
Luminarys
2015-08-15
Removed alignment
Luminarys
2015-08-15
Style fixes
Luminarys
2015-08-15
Fixed workspace switching in multimonitor layouts
Luminarys
2015-08-15
fixed split
taiyu
2015-08-14
changed swayc related functions, cleaned up some functions, moved wlc ↵
Taiyu
related things into handlers
2015-08-10
fixed 'return NULL' in 'void continer_map(...)'
Taiyu
2015-08-10
Basic workspace functionality
Jose Diez