aboutsummaryrefslogtreecommitdiff
path: root/sway/focus.c
AgeCommit message (Collapse)Author
2015-08-27update visibility + container info functionstaiyu
2015-08-25fixed segfault on exit + a little fixup of that floatfocus prtaiyu
2015-08-25changed view visibility to be boolminus
view_visibility enum remains with one constant that is the mask to wlc's view masking
2015-08-25refactored view visibilityminus
- replace visibilty mask integers with an enum - set output's visibilty mask on creation - added update_visibility to manually update a containers visibility (e.g. when it moved to an invisible workspace)
2015-08-22fixed vanishing floating viewtaiyu
2015-08-21bugfixes, renamestaiyu
2015-08-20styletaiyu
2015-08-19another small fix to move_focustaiyu
2015-08-19small fixtaiyu
2015-08-19input state, find_container_in_directiontaiyu
2015-08-19fixed active_workspace update on focus changetaiyu
2015-08-19fixed some more bugs, moved layout_log into log.ch, restored focus_parenttaiyu
2015-08-18fixed floating_modifier related thingstaiyu
2015-08-18fixed focus on fullscreen view destroytaiyu
2015-08-18restored fullscreen/focus behaviortaiyu
2015-08-18Fix switching between focused outputsDrew DeVault
2015-08-18Coding style enforcementDrew 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-18minor fixestaiyu
2015-08-18more changestaiyu
2015-08-18changed handling of focus, handling of view by typetaiyu