Age | Commit message (Expand) | Author |
2020-07-03 | Check if client is NULL before using it, GitHub issue 2295. | Nicholas Marriott |
2020-05-26 | Do not try to use the last marked pane if it is invalid. | Nicholas Marriott |
2020-05-16 | Add a client flag 'active-pane' which stores the active pane in the | Nicholas Marriott |
2020-05-16 | Drop having a separate type for style options and make them all strings, | Nicholas Marriott |
2020-04-13 | Make client -c and -t handling common in cmd-queue.c and try to be | Nicholas Marriott |
2020-04-13 | Move cmdq_state into cmd-queue.c. | Nicholas Marriott |
2020-04-13 | Rename cmdq_shared to cmdq_state which will better reflect what it is | Nicholas Marriott |
2020-04-13 | Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make its | Nicholas Marriott |
2020-04-13 | Make struct cmd local to cmd.c and move it out of tmux.h. | Nicholas Marriott |
2020-02-03 | Instead of passing titles through vis() which doubles backslashes, just | Nicholas Marriott |
2019-09-24 | Make select-pane -P set window-active-style also to match previous | Nicholas Marriott |
2019-08-14 | Add -Z flag to rotate-window, select-pane, swap-pane, switch-client to | Nicholas Marriott |
2019-06-20 | Add a per-pane option set. Pane options inherit from window options (so | Nicholas Marriott |
2019-04-30 | Don't redraw control clients, from George Nachman. | Nicholas Marriott |
2019-04-26 | Merge hooks into options and make each one an array option. This allows | Nicholas Marriott |
2019-04-17 | Break new window and pane creation common code from various commands and | Nicholas Marriott |
2019-03-14 | Add a wrapper (struct style) around styles rather than using the | Nicholas Marriott |
2019-03-13 | The pane's style should be initialized to default before parsing the | Nicholas Marriott |
2018-10-18 | Support for windows larger than visible on the attached client. This has | Nicholas Marriott |
2018-06-25 | If there are only two panes, always use the other pane as the last | Nicholas Marriott |
2018-05-20 | -T should not actually select the pane. | Nicholas Marriott |
2017-11-17 | Allow formats in selectp -T, from Thomas Adam. | Nicholas Marriott |
2017-09-02 | Add selectp -T to set pane title. | Nicholas Marriott |
2017-08-30 | Pass flags into cmd_find_from_* to fix prefer-unattached, reported by | Nicholas Marriott |
2017-08-08 | Hooks for after-select-pane and after-select-window. | Nicholas Marriott |
2017-04-22 | Get rid of the extra layer of flags and cmd_prepare() and just store the | Nicholas Marriott |
2017-04-22 | Mouse bindings and hooks set up an initial current state when running a | Nicholas Marriott |
2017-04-21 | Rename a variable. | Nicholas Marriott |
2016-11-16 | The target validity check used window_pane_visible but that may be false | Nicholas Marriott |
2016-10-16 | Mass rename struct cmd_q to struct cmdq_item and related. | Nicholas Marriott |
2016-10-10 | Add static in cmd-* and fix a few other nits. | Nicholas Marriott |
2016-01-19 | I no longer use my SourceForge address so replace it. | Nicholas Marriott |
2015-12-31 | Remove an extra unzoom call which was probably a merge error. | Nicholas Marriott |
2015-12-15 | Make the marked pane a cmd_find_state. | Nicholas Marriott |
2015-12-14 | Instead of combined flags for -c, -s, -t, split into different sets | Nicholas Marriott |
2015-12-13 | Use member names in cmd_entry definitions so I stop getting confused | Nicholas Marriott |
2015-12-13 | Instead of every command resolving the target (-t or -s) itself, prepare | Nicholas Marriott |
2015-10-22 | Unzoom before -LRUD, reported by Andy Weidenbaum. | Nicholas Marriott |
2015-09-14 | When the active pane changes, redraw panes if the style has | Nicholas Marriott |
2015-06-04 | Add support for a single "marked pane". There is one marked pane in the | Nicholas Marriott |
2015-04-29 | Do not complain when directions fail. | Nicholas Marriott |
2015-04-27 | If the requested pane is already active, do not unzoom the window (or do | Nicholas Marriott |
2015-04-19 | Support setting the default window and pane background colours (window | Nicholas Marriott |
2014-10-21 | Only redraw pane when it has actually changed. | Nicholas Marriott |
2014-10-20 | Instead of setting up the default keys by building the key struct | Nicholas Marriott |
2014-08-11 | Add flags to selectp to enable and disable input to a pane, from Anish | Nicholas Marriott |
2013-10-10 | Remove the barely-used and unnecessary command check() function. | Nicholas Marriott |
2013-03-24 | Add resize-pane -Z to temporary zoom the active pane to occupy the full | Nicholas Marriott |
2013-03-24 | Add a command queue to standardize and simplify commands that call other | Nicholas Marriott |
2012-07-11 | Make command exec functions return an enum rather than -1/0/1 values and | Nicholas Marriott |