aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAge
* Open /dev/ptm before pledge() and save it to be used for PTMGET laternicm2017-01-23
* Add hooks infrastructure, basic commands (set-hook, show-hooks) and anicm2015-12-08
* Long overdue change to the way we store cells in the grid: now, insteadnicm2015-11-13
* Break the common process set up, event loop and imsg dispatch codenicm2015-10-27
* Merge delete-buffer into cmd-set-buffer.c and change the paste buffernicm2015-09-11
* Move alerts onto events rather than checking every loop.nicm2015-08-29
* Rewrite of the target resolution internals to be simpler and morenicm2015-04-27
* Merge clock-mode command into copy-mode.nicm2015-02-09
* Merge linkw and movew which are virtually identical.nicm2014-10-27
* Merge unlink-window into kill-window.nicm2014-10-22
* Move suspend-client code into detach-client.nicm2014-10-20
* Move list-commands into list-keys.nicm2014-10-20
* Remove the choose-list command to prepare for some later choose-* work.nicm2014-04-16
* Having three *clock* files is ridiculous, remove clock.c.nicm2014-03-31
* Allow replacing each of the many sets of separate foo-{fg,bg,attr}nicm2014-01-28
* Merge start-server into kill-server.nicm2014-01-27
* Merge server-info into show-messages and remove some not useful output.nicm2014-01-22
* 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