| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2016-08-01 | Remove dead global locked_view_focus | Tony Crisci | -1/+0 | |
| The value of `locked_view_focus` is always false. Remove dead code associated with this variable to simplify things. | ||||
| 2016-07-27 | Implement `focus child` command | Tony Crisci | -1/+2 | |
| The `focus child` command focuses the child container within the selected container. | ||||
| 2016-07-15 | Suspend destruction of wss when creating views | Mykyta Holubakha | -0/+2 | |
| 2016-07-03 | typo in focus.h | Zandr Martin | -1/+1 | |
| 2016-07-03 | resize command updates (#713) | Zandr Martin | -0/+4 | |
| 2015-10-23 | seamless_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-25 | fixed segfault on exit + a little fixup of that floatfocus pr | taiyu | -0/+1 | |
| 2015-08-19 | input state, find_container_in_direction | taiyu | -2/+2 | |
| 2015-08-18 | Coding style enforcement | Drew 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-18 | changed handling of focus, handling of view by type | taiyu | -0/+36 | |
