| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | print is redundant. Doh. | Nicholas Marriott | 2009-05-14 |
| | | |||
| * | Sprinkle the magic anti-GCC-suckage for *BSD as well. | Nicholas Marriott | 2009-05-14 |
| | | |||
| * | Move -lutil. | Nicholas Marriott | 2009-05-14 |
| | | |||
| * | Rename all feature flags to HAVE_* and move out of makefiles into a configure | Nicholas Marriott | 2009-05-13 |
| | | | | | | | | | | script which must be run before building. Still two makefiles but they are a hell of a lot simpler. HAVE_* also will make it easier to move to $buildsystem if necessary later. | ||
| * | Bye-bye META. | Nicholas Marriott | 2009-05-13 |
| | | |||
| * | Space trimmage mega-diff. | Nicholas Marriott | 2009-05-04 |
| | | |||
| * | previous-layout command. | Nicholas Marriott | 2009-04-30 |
| | | |||
| * | Merge resize-pane-{up,down} into resize-pane. | Nicholas Marriott | 2009-04-30 |
| | | |||
| * | Apply the make magic wand to pick an osdep-*.c file rather than using ifdefs. | Nicholas Marriott | 2009-04-29 |
| | | |||
| * | Some tweaks for Solaris. | Nicholas Marriott | 2009-04-29 |
| | | | | | | Get rid of vis.* in favour of a small replacement function. | ||
| * | No TAILQ_REPLACE on NetBSD. | Nicholas Marriott | 2009-04-27 |
| | | |||
| * | +=. | Nicholas Marriott | 2009-04-27 |
| | | |||
| * | - confirm-before command. | Tiago Cunha | 2009-04-27 |
| | | | | | | | - Bound "&" and "x" by default to confirm-before "kill-window" and confirm-before "kill-pane", respectively. | ||
| * | 0.9 here we go. | Nicholas Marriott | 2009-04-21 |
| | | |||
| * | Ready for 0.8. | Nicholas Marriott | 2009-04-21 |
| | | |||
| * | rotate-window command. | Nicholas Marriott | 2009-04-03 |
| | | |||
| * | swap-pane command. | Nicholas Marriott | 2009-04-02 |
| | | |||
| * | I can haz screenshots. | Nicholas Marriott | 2009-04-02 |
| | | |||
| * | Basic horizontal splitting and layout management. Still some redraw and other | Nicholas Marriott | 2009-04-01 |
| | | | | | | | | | | | | issues - particularly, don't mix with manual pane resizing and be careful when viewing from multiple clients; generally cycling the layout a few times will fix most problems. Getting this in for testing while I think about how to deal with manual mode. Split window as normal and cycle the layouts with C-b space. Some of the layouts will work better when swap-pane comes along. | ||
| * | break-pane command to split a pane off into a new window; bound to ! by default. | Nicholas Marriott | 2009-03-07 |
| | | |||
| * | Reuse CPPFLAGS. | Nicholas Marriott | 2009-02-18 |
| | | |||
| * | INCDIRS after CPPFLAGS. | Nicholas Marriott | 2009-02-18 |
| | | |||
| * | Use CPPFLAGS. | Nicholas Marriott | 2009-02-18 |
| | | |||
| * | NetBSD flags. | Nicholas Marriott | 2009-02-17 |
| | | |||
| * | Move to 0.8. | Nicholas Marriott | 2009-02-08 |
| | | |||
| * | Time for 0.7. | Nicholas Marriott | 2009-02-07 |
| | | |||
| * | copy-buffer command. | Tiago Cunha | 2009-02-03 |
| | | |||
| * | Undo this and just shut lint up. | Nicholas Marriott | 2009-01-29 |
| | | |||
| * | Allow status, mode and message attributes to be changed by three new ↵ | Nicholas Marriott | 2009-01-27 |
| | | | | | | | | options: status-attr, mode-attr, message-attr. A comma-separataed list is accepted containing: bright, dim, underscore, blink, reverse, hidden, italics, for example: set -g status-attr bright,blink From Josh Elsasser, thanks! | ||
| * | load-buffer command | Tiago Cunha | 2009-01-25 |
| | | |||
| * | Dont overload DEBUG, use FDEBUG. | Nicholas Marriott | 2009-01-21 |
| | | |||
| * | Darwin support for automatic-rename, from joshe. | Nicholas Marriott | 2009-01-20 |
| | | |||
| * | Try to change the window title to match the command running it in. This is done | Nicholas Marriott | 2009-01-20 |
| | | | | | | | | | | | | | | by reading argv[0] from the process group leader of the group that owns the tty (tcgetpgrp()). This can't be done portably so some OS-dependent code is introduced (ugh); OpenBSD, FreeBSD and Linux are supported at the moment. A new window flag, automatic-rename, is available: if this is set to off, the window name is not changed. Specifying a name with the new-window, new-session or rename-window commands will automatically set this flag to off for the window in question. To disable it entirely set the option to off globally (setw -g automatic-rename off). | ||
| * | find-window command. | Nicholas Marriott | 2009-01-18 |
| | | |||
| * | Remove object files in the compat directory. | Tiago Cunha | 2009-01-18 |
| | | |||
| * | FreeBSD needs compat/vis.c. | Nicholas Marriott | 2009-01-18 |
| | | |||
| * | Support command sequences separated by " ; ". Also clean up command printing. | Nicholas Marriott | 2009-01-18 |
| | | |||
| * | suspend-client command and suspend client when ^Z key binding is used. | Nicholas Marriott | 2009-01-18 |
| | | |||
| * | Update for 0.7. | Nicholas Marriott | 2009-01-18 |
| | | |||
| * | Tidy a few warnings. | Nicholas Marriott | 2009-01-17 |
| | | |||
| * | Don't use [4] since they are confusing and use the right size for memset. DOH. | Nicholas Marriott | 2009-01-17 |
| | | |||
| * | Two new commands, choose-window and choose-session which work only when ↵ | Nicholas Marriott | 2009-01-15 |
| | | | | | bound to a key and allow the window or session to be selected from a list. | ||
| * | switch-pane is now select-pane. | Nicholas Marriott | 2009-01-14 |
| | | |||
| * | up-pane and down-pane commands. | Nicholas Marriott | 2009-01-14 |
| | | |||
| * | kill-pane command. | Nicholas Marriott | 2009-01-13 |
| | | |||
| * | Commands to resize panes; also a pane generic cmd, not used yet. | Nicholas Marriott | 2009-01-12 |
| | | |||
| * | Use -O0 to prevent copy issues. | Nicholas Marriott | 2009-01-12 |
| | | |||
| * | Window splitting. Two vertical panes fixed 50% each. This is a huge diff, ↵ | Nicholas Marriott | 2009-01-11 |
| | | | | | still a couple of bugs (notably heap corruption somewhere causing segfault on exit). | ||
| * | save-buffer command, from Tiago Cunha. | Nicholas Marriott | 2009-01-11 |
| | | |||
| * | Server locking. set-password and lock-server commands, plus automatic locking. | Nicholas Marriott | 2009-01-11 |
| | | |||