Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add notification for input from a pane, from George Nachman. | 2012-09-25 | 1 | -1/+21 | |
| | |||||
* | Send notifications to control clients. Also don't redraw client when | 2012-09-03 | 1 | -9/+9 | |
| | | | | suspended. | ||||
* | Fix up window reference counting and don't crash if the rename timer | 2012-08-21 | 1 | -2/+3 | |
| | | | | | fires while the window is dead but still referenced. Fixes problem reported by Michael Scholz. | ||||
* | Add a queue of notifys and a way to turn them off and on (we do not want | 2012-07-13 | 1 | -9/+138 | |
| | | | | | notifys to happen during some commands). Based on code from George Nachman. | ||||
* | Add notify hooks for various events, the functions are currently empty | 2012-03-17 | 1 | -0/+59 | |
stubs but will be filled in for control mode later. From George Nachman. |