summaryrefslogtreecommitdiffstats
path: root/cmd-join-pane.c
AgeCommit message (Expand)Author
2020-04-13Merge branch 'obsd-master'Thomas Adam
2020-04-13Merge branch 'obsd-master'Thomas Adam
2020-04-13Move cmdq_state into cmd-queue.c.nicm
2020-04-13Rename cmdq_shared to cmdq_state which will better reflect what it isnicm
2020-04-13Merge branch 'obsd-master'Thomas Adam
2020-04-13Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make itsnicm
2020-04-13Merge branch 'obsd-master'Thomas Adam
2020-04-13Make struct cmd local to cmd.c and move it out of tmux.h.nicm
2020-03-21Merge branch 'obsd-master'Thomas Adam
2020-03-21Break code to convert an argument as a percentage into a common function.nicm
2020-01-02Merge branch 'obsd-master'Thomas Adam
2020-01-02Add CMD_FIND_DEFAULT_MARKED to join-pane like move-pane, fromnicm
2019-11-18Merge branch 'obsd-master'Thomas Adam
2019-11-18Add -f for full size to join-pane (like split-window), from Theo Buehler.nicm
2019-10-15Merge branch 'obsd-master'Thomas Adam
2019-10-15Add support for percentage sizes for resize-pane ("-x 10%"). Also changenicm
2019-06-20Merge branch 'obsd-master'Thomas Adam
2019-06-20Add a per-pane option set. Pane options inherit from window options (sonicm
2019-04-17Break new window and pane creation common code from various commands andnicm
2019-04-07Break new window and pane creation common code from various commands andNicholas Marriott
2017-08-30Merge branch 'obsd-master'Thomas Adam
2017-08-30Pass flags into cmd_find_from_* to fix prefer-unattached, reported bynicm
2017-04-22Merge branch 'obsd-master'Thomas Adam
2017-04-22Get rid of the extra layer of flags and cmd_prepare() and just store thenicm
2017-04-22Mouse bindings and hooks set up an initial current state when running anicm
2016-10-17Merge branch 'obsd-master'Thomas Adam
2016-10-16Use the notify name string instead of going via an enum and changenicm
2016-10-16Merge branch 'obsd-master'Thomas Adam
2016-10-16Mass rename struct cmd_q to struct cmdq_item and related.nicm
2016-10-14Merge branch 'obsd-master'Thomas Adam
2016-10-13Trying to do hooks generically is way too complicated and unreliable andnicm
2016-10-13Merge branch 'obsd-master'Thomas Adam
2016-10-13Some improvements and bug fixes for hooks:nicm
2016-10-12Merge branch 'obsd-master'Thomas Adam
2016-10-10Add static in cmd-* and fix a few other nits.nicm
2016-09-04Merge branch 'obsd-master'Thomas Adam
2016-09-04Add support for performing a full width split (with splitw -f), rathernicm
2016-08-28Merge branch 'obsd-master'Thomas Adam
2016-08-27Kill empty window after moving pane and updating current window, so thatnicm
2016-01-19Merge branch 'obsd-master'Thomas Adam
2016-01-19I no longer use my SourceForge address so replace it.nicm
2015-12-14Merge branch 'obsd-master'Thomas Adam
2015-12-14Instead of combined flags for -c, -s, -t, split into different setsnicm
2015-12-13Merge branch 'obsd-master'Thomas Adam
2015-12-13Use member names in cmd_entry definitions so I stop getting confusednicm
2015-12-13Merge branch 'obsd-master'Thomas Adam
2015-12-13Instead of every command resolving the target (-t or -s) itself, preparenicm
2015-06-19Merge branch 'obsd-master'Thomas Adam
2015-06-18Use the SRCDST define for usage.nicm
2015-06-04Merge branch 'obsd-master'Thomas Adam