aboutsummaryrefslogtreecommitdiff
path: root/control-notify.c
Commit message (Collapse)AuthorAge
* I no longer use my SourceForge address so replace it.nicm2016-01-19
|
* Add cmdq as an argument to format_create and add a format for thenicm2015-12-11
| | | | command name (will also be used for more later).
* Remove format_create_flags and just pass flags to format_create.nicm2015-12-08
|
* Use __unused rather than rolling our own.nicm2015-11-18
|
* Add window_visible_layout which ignores zoomed panes and use it fornicm2015-11-13
| | | | control mode (which needs to know all panes), from George Nachman.
* Convert clients list into a TAILQ.nicm2015-04-24
|
* Wrap all the individual format_* calls in a single format_defaultsnicm2015-02-05
| | | | functions.
* Differentiate between linked and unlinked window closes and renames,nicm2014-04-23
| | | | like we already do for adds. From Andre Masella.
* Fix compiler warnings, missing #include. From Thomas Adam.Nicholas Marriott2013-03-26
|
* Include prefix on ids, from George Nachman.Nicholas Marriott2013-03-25
|
* Rename session idx to session id throughout and add $ prefix to targetsNicholas Marriott2013-03-25
| | | | to use it, extended from a diff from George Nachman.
* Remove some unused/unnecessary control notifications, from George Nachman.Nicholas Marriott2013-03-25
|
* Add notification for input from a pane, from George Nachman.Nicholas Marriott2012-09-25
|
* Send notifications to control clients. Also don't redraw client whenNicholas Marriott2012-09-03
suspended.