| Commit message (Expand) | Author | Age | Files | Lines |
* | Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make its |  nicm | 2020-04-13 | 1 | -3/+4 |
* | Make struct cmd local to cmd.c and move it out of tmux.h. |  nicm | 2020-04-13 | 1 | -4/+4 |
* | Set the window size as well as the layout size when using the preset |  nicm | 2019-04-17 | 1 | -1/+2 |
* | Fire notify for select-layout, from George Nachman. |  nicm | 2018-07-02 | 1 | -1/+2 |
* | Add a common function for spreading out cells and use it for the two |  nicm | 2017-11-15 | 1 | -12/+17 |
* | Get rid of the extra layer of flags and cmd_prepare() and just store the |  nicm | 2017-04-22 | 1 | -5/+5 |
* | Mass rename struct cmd_q to struct cmdq_item and related. |  nicm | 2016-10-16 | 1 | -5/+6 |
* | Add CMD_AFTERHOOK flag to the easy commands that don't need any special handling. |  nicm | 2016-10-14 | 1 | -4/+4 |
* | Add static in cmd-* and fix a few other nits. |  nicm | 2016-10-10 | 1 | -3/+3 |
* | 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 | -4/+10 |
* | Use member names in cmd_entry definitions so I stop getting confused |  nicm | 2015-12-13 | 1 | -16/+25 |
* | Instead of every command resolving the target (-t or -s) itself, prepare |  nicm | 2015-12-13 | 1 | -8/+5 |
* | Add select-layout -o to undo the last layout change (apply the previously |  nicm | 2015-04-28 | 1 | -22/+49 |
* | Missed a couple of cmd_entry struct members from previous. |  nicm | 2014-10-20 | 1 | -1/+2 |
* | Instead of setting up the default keys by building the key struct |  nicm | 2014-10-20 | 1 | -31/+1 |
* | Remove the "info" message mechanism, this was only used for about five |  nicm | 2014-04-17 | 1 | -4/+1 |
* | Remove the barely-used and unnecessary command check() function. |  nicm | 2013-10-10 | 1 | -4/+1 |
* | Add resize-pane -Z to temporary zoom the active pane to occupy the full |  nicm | 2013-03-24 | 1 | -1/+2 |
* | Add a command queue to standardize and simplify commands that call other |  nicm | 2013-03-24 | 1 | -8/+8 |
* | Unused variable/type nit from Thomas Adam. |  nicm | 2013-01-30 | 1 | -3/+1 |
* | Remove the layout undo/redo code which never really worked. |  nicm | 2013-01-17 | 1 | -36/+11 |
* | Make command exec functions return an enum rather than -1/0/1 values and |  nicm | 2012-07-11 | 1 | -12/+12 |
* | Turn some errors down to info. |  nicm | 2012-04-01 | 1 | -3/+3 |
* | Add a layout history which can be stepped through with select-layout -u |  nicm | 2012-04-01 | 1 | -12/+37 |
* | Add pane id to each pane in layout description (while still accepting |  nicm | 2012-01-30 | 1 | -1/+4 |
* | Now that parsing is common, merge some of the small, related commands |  nicm | 2011-01-04 | 1 | -4/+40 |
* | Clean up and simplify tmux command argument parsing. |  nicm | 2011-01-04 | 1 | -36/+39 |
* | Custom layouts. list-windows command displays the layout as a string (such as |  nicm | 2010-06-29 | 1 | -7/+10 |
* | Add a tiled layout, originally from Liam Bedford a while ago, fixed up |  nicm | 2010-04-25 | 1 | -1/+4 |
* | Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last |  nicm | 2009-12-03 | 1 | -3/+3 |
* | Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in the |  nicm | 2009-11-13 | 1 | -2/+2 |
* | If select-layout is not given an argument, repply the last layout used in the |  nicm | 2009-07-28 | 1 | -8/+12 |
* | Make all messages sent between the client and server fixed size. |  nicm | 2009-07-26 | 1 | -3/+1 |
* | Tidy up keys: use an enum for the key codes, and remove the macros which just |  nicm | 2009-07-21 | 1 | -6/+6 |
* | Improved layout code. |  nicm | 2009-07-19 | 1 | -12/+12 |
* | Having fixed flags for single-character getopt options is a bit hard to |  nicm | 2009-07-13 | 1 | -2/+2 |
* | Import tmux, a terminal multiplexor allowing (among other things) a single |  nicm | 2009-06-01 | 1 | -0/+86 |