| Commit message (Expand) | Author | Age |
* | Merge branch 'obsd-master' | Thomas Adam | 2016-11-16 |
|\ |
|
| * | The target validity check used window_pane_visible but that may be false | nicm | 2016-11-16 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2016-10-18 |
|\| |
|
| * | Tweak a couple of log statements. | nicm | 2016-10-18 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2016-10-17 |
|\| |
|
| * | Use the notify name string instead of going via an enum and change | nicm | 2016-10-16 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2016-10-16 |
|\| |
|
| * | Mass rename struct cmd_q to struct cmdq_item and related. | nicm | 2016-10-16 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2016-10-16 |
|\| |
|
| * | Rewrite command queue handling. Each client still has a command queue, | nicm | 2016-10-16 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2016-10-15 |
|\| |
|
| * | Fire hooks on the simple notifys (window-renamed and session-renamed), | nicm | 2016-10-15 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2016-10-13 |
|\| |
|
| * | Some improvements and bug fixes for hooks: | nicm | 2016-10-13 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2016-10-12 |
|\| |
|
| * | Add static in cmd-* and fix a few other nits. | nicm | 2016-10-10 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2016-03-03 |
|\| |
|
| * | Accept clients as sessions in cmd_find_get_session. | nicm | 2016-03-03 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2016-01-19 |
|\| |
|
| * | Split out getting the current state from the target search so it can be | nicm | 2016-01-19 |
| * | I no longer use my SourceForge address so replace it. | nicm | 2016-01-19 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2016-01-16 |
|\| |
|
| * | Add hooks for alerts (bell, silence, activity), from Thomas Adam. | nicm | 2016-01-16 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2015-12-18 |
|\| |
|
| * | As well as setting up the state, actually use it in cmd_find_target. | nicm | 2015-12-17 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2015-12-17 |
|\| |
|
| * | Add infrastructure to work out the best target given a pane or window | nicm | 2015-12-16 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2015-12-15 |
|\| |
|
| * | Copy state directly rather than dereferencing wl (which could be NULL). | nicm | 2015-12-15 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2015-12-15 |
|\| |
|
| * | We changed somewhat recently to us the pty when tmux was run inside | nicm | 2015-12-15 |
| * | Don't copy marked pane when can just point to it. | nicm | 2015-12-15 |
| * | Make the marked pane a cmd_find_state. | nicm | 2015-12-15 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2015-12-15 |
|\| |
|
| * | Use cmd_find_clear_state instead of an extra function doing the same. | nicm | 2015-12-14 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2015-12-13 |
|\| |
|
| * | Use struct cmd_find_state directly and remove cmd_state_flag, also | nicm | 2015-12-13 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2015-12-13 |
|\| |
|
| * | Change cmd_find_target to use a state struct from the caller. | nicm | 2015-12-13 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2015-12-13 |
|\| |
|
| * | Remove the cmd_find_{session,window,pane,index} functions (which are | nicm | 2015-12-13 |
| * | Move logging into cmd_find_target rather than each function. | nicm | 2015-12-13 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2015-10-28 |
|\| |
|
| * | Like options, move the environ struct into environ.c. | nicm | 2015-10-28 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2015-10-27 |
|\| |
|
| * | Break the common process set up, event loop and imsg dispatch code | nicm | 2015-10-27 |
* | | -sys/types.h | Nicholas Marriott | 2015-10-25 |
* | | Add missing headers for getpid() | Thomas Adam | 2015-10-25 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2015-10-25 |
|\| |
|
| * | If $TMUX is set, and we are unsure about the session, use it. | nicm | 2015-10-23 |