aboutsummaryrefslogtreecommitdiff
path: root/include/focus.h
AgeCommit message (Collapse)Author
2016-08-01Remove dead global locked_view_focusTony Crisci
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
The `focus child` command focuses the child container within the selected container.
2016-07-15Suspend destruction of wss when creating viewsMykyta Holubakha
2016-07-03typo in focus.hZandr Martin
2016-07-03resize command updates (#713)Zandr Martin
2015-10-23seamless_mouse: Move pointer only if successfully changed workspace.S. Christoffer Eliesen
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
2015-08-19input state, find_container_in_directiontaiyu
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-18changed handling of focus, handling of view by typetaiyu