summaryrefslogtreecommitdiff
path: root/include/focus.h
AgeCommit message (Collapse)AuthorLines
2016-08-01Remove dead global locked_view_focusTony Crisci-1/+0
The value of `locked_view_focus` is always false. Remove dead code associated with this variable to simplify things.
2016-07-27Implement `focus child` commandTony Crisci-1/+2
The `focus child` command focuses the child container within the selected container.
2016-07-15Suspend destruction of wss when creating viewsMykyta Holubakha-0/+2
2016-07-03typo in focus.hZandr Martin-1/+1
2016-07-03resize command updates (#713)Zandr Martin-0/+4
2015-10-23seamless_mouse: Move pointer only if successfully changed workspace.S. Christoffer Eliesen-2/+2
If e.g. a window has a popup open then that will lock the current focus, making a workspace switch denied. So don't move the mouse pointer in such cases.
2015-08-25fixed segfault on exit + a little fixup of that floatfocus prtaiyu-0/+1
2015-08-19input state, find_container_in_directiontaiyu-2/+2
2015-08-18Coding style enforcementDrew DeVault-8/+8
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-18changed handling of focus, handling of view by typetaiyu-0/+36