aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAge
* Add a wait-for command which blocks a client on a named channel until itNicholas Marriott2013-03-25
* Add a command queue to standardize and simplify commands that call otherNicholas Marriott2013-03-24
* Rather than having two grids for each pane, one for ASCII and one forNicholas Marriott2013-01-18
* add cmd-choose-list to allow arbitrary options to be selected. FromNicholas Marriott2012-09-03
* Send notifications to control clients. Also don't redraw client whenNicholas Marriott2012-09-03
* Add choose-tree command to show windows and sessions in the sameNicholas Marriott2012-07-08
* Sort SRCS list.Nicholas Marriott2012-07-08
* Add a skeleton mode to tmux (called "control mode") that let's tmuxNicholas Marriott2012-06-18
* Add notify hooks for various events, the functions are currently emptyNicholas Marriott2012-03-17
* Add initial framework for more powerful formatting of command output andNicholas Marriott2011-08-26
* -lm is no longer needed, from Tiago Cunha.Nicholas Marriott2011-08-25
* Add a respawn-pane command, from Marcel Partap.Nicholas Marriott2011-06-05
* Get rid of the layout string code which tries to walk through the layoutNicholas Marriott2011-06-05
* Accept colours of the hex form #ffffff and translate to the nearest fromNicholas Marriott2011-01-08
* Now that parsing is common, merge some of the small, related commandsNicholas Marriott2011-01-04
* Clean up and simplify tmux command argument parsing.Nicholas Marriott2011-01-04
* Move the user-visible parts of all options (names, types, limit, defaultNicholas Marriott2011-01-01
* Change from a per-session stack of buffers to one global stack which isNicholas Marriott2010-12-30
* Add a last-pane command (bound to ; by default). Requested ages ago byNicholas Marriott2010-10-23
* Use UTF-8 line drawing characters on UTF-8 terminals. Fixes some stupidNicholas Marriott2010-09-11
* Custom layouts. list-windows command displays the layout as a string (such asNicholas Marriott2010-06-29
* Add a choose-buffer command for easier use of the paste buffer stack.Nicholas Marriott2010-06-21
* Move imsg into libutil and add a man page.Nicholas Marriott2010-05-26
* Identical behaviour to select-prompt can now be obtained withNicholas Marriott2010-05-05
* Put this back in with the initialisation in the right order.Nicholas Marriott2010-05-04
* Revert last change, it appears to be broken somehow.Nicholas Marriott2010-05-04
* Make signal handler setup/teardown two common functions instead of six,Nicholas Marriott2010-05-03
* Merge copy mode and output mode, dropping the latter. Idea and code fromNicholas Marriott2010-04-06
* Support up, down, left, right movement through panes with -UDLR flags toNicholas Marriott2010-03-22
* Fix DPADD, from Brad.Nicholas Marriott2010-01-31
* New command, join-pane, to split and move an existing pane into the space (likeNicholas Marriott2010-01-07
* Permit panes to be referred to as "top", "bottom", "top-left" etc, if the rightNicholas Marriott2009-12-08
* Eliminate duplicate code and ease the passage for server-wide options by addingNicholas Marriott2009-12-03
* New command, capture-pane, which copies the entire pane contents to a pasteNicholas Marriott2009-12-01
* Cleanup by moving various (mostly horrible) little bits handling UTF-8 gridNicholas Marriott2009-11-18
* Add a per-client log of status line messages displayed while that clientNicholas Marriott2009-11-18
* Bye-bye buffer*.c.Nicholas Marriott2009-11-04
* Switch jobs over to use a bufferevent.Nicholas Marriott2009-11-04
* Initial changes to move tmux to libevent.Nicholas Marriott2009-11-04
* Rewrite xterm-keys code (both input and output) so that works (doesn't alwaysNicholas Marriott2009-10-26
* Split the server code handling clients, jobs and windows off into separateNicholas Marriott2009-10-22
* Client tidying: get rid of client_ctx struct in favour of two variables inNicholas Marriott2009-10-21
* Add a pipe-pane command to allow a pane to be piped to a shell command, forNicholas Marriott2009-10-11
* Split list-panes off from list-windows.Nicholas Marriott2009-10-10
* Rather than running status-left, status-right and window title #() with popenNicholas Marriott2009-10-10
* Remove scroll mode which is now redundant, copy mode should be used instead.Nicholas Marriott2009-10-06
* New lock-client and lock-session commands to lock an individual client or allNicholas Marriott2009-09-24
* Remove the internal tmux locking and instead detach each client and run theNicholas Marriott2009-09-23
* run-shell command to run a shell command without opening a window, sendingNicholas Marriott2009-09-20
* Add a new display-panes command, with two options (display-panes-colour andNicholas Marriott2009-08-31