| Commit message (Expand) | Author | Age | Files | Lines |
* | Add split-window -Z to start the pane zoomed, GitHub issue 2591. |  nicm | 2021-03-11 | 1 | -2/+2 |
* | Insert joined pane before the target pane with -b, like for split. From |  nicm | 2021-01-06 | 1 | -2/+5 |
* | kill-window -a cannot just walk the list of windows because if |  nicm | 2020-07-04 | 1 | -2/+2 |
* | Add a client flag 'active-pane' which stores the active pane in the |  nicm | 2020-05-16 | 1 | -1/+2 |
* | Improve join-pane, move-pane and break-pane: |  nicm | 2020-04-22 | 1 | -14/+5 |
* | Move cmdq_state into cmd-queue.c. |  nicm | 2020-04-13 | 1 | -3/+2 |
* | Rename cmdq_shared to cmdq_state which will better reflect what it is |  nicm | 2020-04-13 | 1 | -3/+3 |
* | Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make its |  nicm | 2020-04-13 | 1 | -7/+10 |
* | Make struct cmd local to cmd.c and move it out of tmux.h. |  nicm | 2020-04-13 | 1 | -3/+3 |
* | Break code to convert an argument as a percentage into a common function. |  nicm | 2020-03-21 | 1 | -34/+19 |
* | Add CMD_FIND_DEFAULT_MARKED to join-pane like move-pane, from |  nicm | 2020-01-02 | 1 | -2/+2 |
* | Add -f for full size to join-pane (like split-window), from Theo Buehler. |  nicm | 2019-11-18 | 1 | -6/+9 |
* | Add support for percentage sizes for resize-pane ("-x 10%"). Also change |  nicm | 2019-10-15 | 1 | -11/+30 |
* | Add a per-pane option set. Pane options inherit from window options (so |  nicm | 2019-06-20 | 1 | -1/+3 |
* | Break new window and pane creation common code from various commands and |  nicm | 2019-04-17 | 1 | -4/+8 |
* | Pass flags into cmd_find_from_* to fix prefer-unattached, reported by |  nicm | 2017-08-30 | 1 | -2/+2 |
* | Get rid of the extra layer of flags and cmd_prepare() and just store the |  nicm | 2017-04-22 | 1 | -10/+10 |
* | Mouse bindings and hooks set up an initial current state when running a |  nicm | 2017-04-22 | 1 | -1/+3 |
* | Use the notify name string instead of going via an enum and change |  nicm | 2016-10-16 | 1 | -3/+3 |
* | Mass rename struct cmd_q to struct cmdq_item and related. |  nicm | 2016-10-16 | 1 | -13/+13 |
* | Trying to do hooks generically is way too complicated and unreliable and |  nicm | 2016-10-13 | 1 | -8/+1 |
* | Some improvements and bug fixes for hooks: |  nicm | 2016-10-13 | 1 | -1/+8 |
* | Add static in cmd-* and fix a few other nits. |  nicm | 2016-10-10 | 1 | -11/+9 |
* | Add support for performing a full width split (with splitw -f), rather |  nicm | 2016-09-04 | 1 | -2/+2 |
* | Kill empty window after moving pane and updating current window, so that |  nicm | 2016-08-27 | 1 | -6/+6 |
* | I no longer use my SourceForge address so replace it. |  nicm | 2016-01-19 | 1 | -2/+2 |
* | Instead of combined flags for -c, -s, -t, split into different sets |  nicm | 2015-12-14 | 1 | -3/+9 |
* | Use member names in cmd_entry definitions so I stop getting confused |  nicm | 2015-12-13 | 1 | -11/+17 |
* | Instead of every command resolving the target (-t or -s) itself, prepare |  nicm | 2015-12-13 | 1 | -9/+8 |
* | Use the SRCDST define for usage. |  nicm | 2015-06-18 | 1 | -3/+3 |
* | Add support for a single "marked pane". There is one marked pane in the |  nicm | 2015-06-04 | 1 | -2/+2 |
* | Instead of setting up the default keys by building the key struct |  nicm | 2014-10-20 | 1 | -18/+1 |
* | Correct the dance to fix the active pane in join-pane by pulling the |  nicm | 2014-04-17 | 1 | -6/+2 |
* | Remove the barely-used and unnecessary command check() function. |  nicm | 2013-10-10 | 1 | -3/+1 |
* | Add resize-pane -Z to temporary zoom the active pane to occupy the full |  nicm | 2013-03-24 | 1 | -1/+3 |
* | Add a command queue to standardize and simplify commands that call other |  nicm | 2013-03-24 | 1 | -13/+13 |
* | Make command exec functions return an enum rather than -1/0/1 values and |  nicm | 2012-07-11 | 1 | -14/+14 |
* | xfree is not particularly helpful, remove it. From Thomas Adam. |  nicm | 2012-07-10 | 1 | -3/+3 |
* | Minor style nits - return (). |  nicm | 2012-04-01 | 1 | -2/+2 |
* | Add notify hooks for various events, the functions are currently empty |  nicm | 2012-03-17 | 1 | -1/+4 |
* | Add move-pane command (like join-pane but allows the same window). Also |  nicm | 2012-03-03 | 1 | -7/+30 |
* | While here, maximum percentage is 100 not INT_MAX. Oops. |  nicm | 2011-01-23 | 1 | -2/+2 |
* | Size is -l not -s. |  nicm | 2011-01-23 | 1 | -3/+3 |
* | Clean up and simplify tmux command argument parsing. |  nicm | 2011-01-04 | 1 | -156/+44 |
* | Usage string fixes from Ben Boeckel. |  nicm | 2010-08-11 | 1 | -2/+2 |
* | Fix use-after-free of the window link when it is part of a grouped |  nicm | 2010-04-17 | 1 | -3/+4 |
* | Should be -s for src pane. |  nicm | 2010-04-04 | 1 | -2/+2 |
* | New command, join-pane, to split and move an existing pane into the space (like |  nicm | 2010-01-07 | 1 | -0/+257 |