Age | Commit message (Expand) | Author |
2023-01-17 | Update palette when moving a pane, GitHub issue 3437. | Nicholas Marriott |
2022-06-07 | Expand arguments to some commands where it makes sense, GitHub issue | Nicholas Marriott |
2021-08-21 | Add args parsing callback for some future work, currently unused. | Nicholas Marriott |
2021-03-11 | Add split-window -Z to start the pane zoomed, GitHub issue 2591. | Nicholas Marriott |
2021-01-06 | Insert joined pane before the target pane with -b, like for split. From | Nicholas Marriott |
2020-07-04 | kill-window -a cannot just walk the list of windows because if | Nicholas Marriott |
2020-05-16 | Add a client flag 'active-pane' which stores the active pane in the | Nicholas Marriott |
2020-04-22 | Improve join-pane, move-pane and break-pane: | 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-03-21 | Break code to convert an argument as a percentage into a common function. | Nicholas Marriott |
2020-01-02 | Add CMD_FIND_DEFAULT_MARKED to join-pane like move-pane, from | Nicholas Marriott |
2019-11-18 | Add -f for full size to join-pane (like split-window), from Theo Buehler. | Nicholas Marriott |
2019-10-15 | Add support for percentage sizes for resize-pane ("-x 10%"). Also change | Nicholas Marriott |
2019-06-20 | Add a per-pane option set. Pane options inherit from window options (so | Nicholas Marriott |
2019-04-17 | Break new window and pane creation common code from various commands and | Nicholas Marriott |
2017-08-30 | Pass flags into cmd_find_from_* to fix prefer-unattached, reported by | 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 |
2016-10-16 | Use the notify name string instead of going via an enum and change | Nicholas Marriott |
2016-10-16 | Mass rename struct cmd_q to struct cmdq_item and related. | Nicholas Marriott |
2016-10-13 | Trying to do hooks generically is way too complicated and unreliable and | Nicholas Marriott |
2016-10-13 | Some improvements and bug fixes for hooks: | Nicholas Marriott |
2016-10-10 | Add static in cmd-* and fix a few other nits. | Nicholas Marriott |
2016-09-04 | Add support for performing a full width split (with splitw -f), rather | Nicholas Marriott |
2016-08-27 | Kill empty window after moving pane and updating current window, so that | Nicholas Marriott |
2016-01-19 | I no longer use my SourceForge address so replace it. | 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-06-18 | Use the SRCDST define for usage. | Nicholas Marriott |
2015-06-04 | Add support for a single "marked pane". There is one marked pane in the | Nicholas Marriott |
2014-10-20 | Instead of setting up the default keys by building the key struct | Nicholas Marriott |
2014-04-17 | Correct the dance to fix the active pane in join-pane by pulling the | 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 |
2012-07-10 | xfree is not particularly helpful, remove it. From Thomas Adam. | Nicholas Marriott |
2012-04-01 | Minor style nits - return (). | Nicholas Marriott |
2012-03-17 | Add notify hooks for various events, the functions are currently empty | Nicholas Marriott |
2012-03-03 | Add move-pane command (like join-pane but allows the same window). Also | Nicholas Marriott |
2011-01-23 | While here, maximum percentage is 100 not INT_MAX. Oops. | Nicholas Marriott |
2011-01-23 | Size is -l not -s. | Nicholas Marriott |
2011-01-04 | Clean up and simplify tmux command argument parsing. | Nicholas Marriott |
2010-08-11 | Usage string fixes from Ben Boeckel. | Nicholas Marriott |
2010-04-17 | Fix use-after-free of the window link when it is part of a grouped | Nicholas Marriott |
2010-04-04 | Should be -s for src pane. | Nicholas Marriott |