aboutsummaryrefslogtreecommitdiff
path: root/cmd-join-pane.c
Commit message (Expand)AuthorAge
* Merge branch 'obsd-master' into masterThomas Adam2021-08-21
|\
| * Add args parsing callback for some future work, currently unused.nicm2021-08-21
* | Merge branch 'obsd-master' into masterThomas Adam2021-03-11
|\|
| * Add split-window -Z to start the pane zoomed, GitHub issue 2591.nicm2021-03-11
* | Merge branch 'obsd-master' into masterThomas Adam2021-01-06
|\|
| * Insert joined pane before the target pane with -b, like for split. Fromnicm2021-01-06
* | Merge branch 'obsd-master'Thomas Adam2020-07-04
|\|
| * kill-window -a cannot just walk the list of windows because ifnicm2020-07-04
| * Add a client flag 'active-pane' which stores the active pane in thenicm2020-05-16
* | Add a client flag 'active-pane' which stores the active pane in the client andNicholas Marriott2020-05-14
* | Merge branch 'obsd-master'Thomas Adam2020-04-23
|\|
| * Improve join-pane, move-pane and break-pane:nicm2020-04-22
* | Merge branch 'obsd-master'Thomas Adam2020-04-13
|\|
| * Move cmdq_state into cmd-queue.c.nicm2020-04-13
* | Merge branch 'obsd-master'Thomas Adam2020-04-13
|\|
| * Rename cmdq_shared to cmdq_state which will better reflect what it isnicm2020-04-13
* | Merge branch 'obsd-master'Thomas Adam2020-04-13
|\|
| * Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make itsnicm2020-04-13
* | Merge branch 'obsd-master'Thomas Adam2020-04-13
|\|
| * Make struct cmd local to cmd.c and move it out of tmux.h.nicm2020-04-13
* | Merge branch 'obsd-master'Thomas Adam2020-03-21
|\|
| * Break code to convert an argument as a percentage into a common function.nicm2020-03-21
* | Merge branch 'obsd-master'Thomas Adam2020-01-02
|\|
| * Add CMD_FIND_DEFAULT_MARKED to join-pane like move-pane, fromnicm2020-01-02
* | Merge branch 'obsd-master'Thomas Adam2019-11-18
|\|
| * Add -f for full size to join-pane (like split-window), from Theo Buehler.nicm2019-11-18
* | Merge branch 'obsd-master'Thomas Adam2019-10-15
|\|
| * Add support for percentage sizes for resize-pane ("-x 10%"). Also changenicm2019-10-15
* | Merge branch 'obsd-master'Thomas Adam2019-06-20
|\|
| * Add a per-pane option set. Pane options inherit from window options (sonicm2019-06-20
| * Break new window and pane creation common code from various commands andnicm2019-04-17
* | Break new window and pane creation common code from various commands andNicholas Marriott2019-04-07
* | Merge branch 'obsd-master'Thomas Adam2017-08-30
|\|
| * Pass flags into cmd_find_from_* to fix prefer-unattached, reported bynicm2017-08-30
* | Merge branch 'obsd-master'Thomas Adam2017-04-22
|\|
| * Get rid of the extra layer of flags and cmd_prepare() and just store thenicm2017-04-22
| * Mouse bindings and hooks set up an initial current state when running anicm2017-04-22
* | Merge branch 'obsd-master'Thomas Adam2016-10-17
|\|
| * Use the notify name string instead of going via an enum and changenicm2016-10-16
* | Merge branch 'obsd-master'Thomas Adam2016-10-16
|\|
| * Mass rename struct cmd_q to struct cmdq_item and related.nicm2016-10-16
* | Merge branch 'obsd-master'Thomas Adam2016-10-14
|\|
| * Trying to do hooks generically is way too complicated and unreliable andnicm2016-10-13
* | Merge branch 'obsd-master'Thomas Adam2016-10-13
|\|
| * Some improvements and bug fixes for hooks:nicm2016-10-13
* | Merge branch 'obsd-master'Thomas Adam2016-10-12
|\|
| * Add static in cmd-* and fix a few other nits.nicm2016-10-10
* | Merge branch 'obsd-master'Thomas Adam2016-09-04
|\|
| * Add support for performing a full width split (with splitw -f), rathernicm2016-09-04
* | Merge branch 'obsd-master'Thomas Adam2016-08-28
|\|