aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAge
* Delete backup files in the compat directory, as well.Tiago Cunha2009-09-20
|
* Now working on 1.1.Nicholas Marriott2009-09-20
|
* 1.0.Nicholas Marriott2009-09-20
|
* FreeBSD and NetBSD HAVE got ttydefaults.h. Fixes SF bug 2844744.Nicholas Marriott2009-08-26
| | | | | Also make clang use -iquote in makefiles.
* Part of last commit, remove -lcurses.Nicholas Marriott2009-07-31
|
* Include .depend in GNUmakefile since GNU make does not include itNicholas Marriott2009-07-21
| | | | | | | automatically. Also remove .depend from clean target and add a clean-depend target.
* With gcc4, turn off unnecessart pointer sign warnings.Nicholas Marriott2009-07-20
|
* Don't need ncurses, use curses.Nicholas Marriott2009-07-14
|
* Next will be 1.0.Nicholas Marriott2009-07-06
|
* Comment FDEBUG and bump dist version.Nicholas Marriott2009-07-01
|
* Set LC_ALL=C to stop i18n breaking gcc test.Nicholas Marriott2009-06-26
|
* Don't need linker magic anymore.Nicholas Marriott2009-06-25
|
* clean-all target to clean configure stuff too.Nicholas Marriott2009-05-16
|
* Use empty(), FreeBSD doesn't like ==.Nicholas Marriott2009-05-16
|
* Don't use -Wcast-qual and use explicit casts to shut gcc up in the few cases ↵Nicholas Marriott2009-05-15
| | | | we can't avoid using a char *.
* Separate tmux target. Doh.Nicholas Marriott2009-05-14
|
* print is redundant. Doh.Nicholas Marriott2009-05-14
|
* Sprinkle the magic anti-GCC-suckage for *BSD as well.Nicholas Marriott2009-05-14
|
* Move -lutil.Nicholas Marriott2009-05-14
|
* Rename all feature flags to HAVE_* and move out of makefiles into a configureNicholas Marriott2009-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 Marriott2009-05-13
|
* Space trimmage mega-diff.Nicholas Marriott2009-05-04
|
* previous-layout command.Nicholas Marriott2009-04-30
|
* Merge resize-pane-{up,down} into resize-pane.Nicholas Marriott2009-04-30
|
* Apply the make magic wand to pick an osdep-*.c file rather than using ifdefs.Nicholas Marriott2009-04-29
|
* Some tweaks for Solaris.Nicholas Marriott2009-04-29
| | | | | Get rid of vis.* in favour of a small replacement function.
* No TAILQ_REPLACE on NetBSD.Nicholas Marriott2009-04-27
|
* +=.Nicholas Marriott2009-04-27
|
* - confirm-before command.Tiago Cunha2009-04-27
| | | | | | - Bound "&" and "x" by default to confirm-before "kill-window" and confirm-before "kill-pane", respectively.
* 0.9 here we go.Nicholas Marriott2009-04-21
|
* Ready for 0.8.Nicholas Marriott2009-04-21
|
* rotate-window command.Nicholas Marriott2009-04-03
|
* swap-pane command.Nicholas Marriott2009-04-02
|
* I can haz screenshots.Nicholas Marriott2009-04-02
|
* Basic horizontal splitting and layout management. Still some redraw and otherNicholas Marriott2009-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 Marriott2009-03-07
|
* Reuse CPPFLAGS.Nicholas Marriott2009-02-18
|
* INCDIRS after CPPFLAGS.Nicholas Marriott2009-02-18
|
* Use CPPFLAGS.Nicholas Marriott2009-02-18
|
* NetBSD flags.Nicholas Marriott2009-02-17
|
* Move to 0.8.Nicholas Marriott2009-02-08
|
* Time for 0.7.Nicholas Marriott2009-02-07
|
* copy-buffer command.Tiago Cunha2009-02-03
|
* Undo this and just shut lint up.Nicholas Marriott2009-01-29
|
* Allow status, mode and message attributes to be changed by three new ↵Nicholas Marriott2009-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 commandTiago Cunha2009-01-25
|
* Dont overload DEBUG, use FDEBUG.Nicholas Marriott2009-01-21
|
* Darwin support for automatic-rename, from joshe.Nicholas Marriott2009-01-20
|
* Try to change the window title to match the command running it in. This is doneNicholas Marriott2009-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 Marriott2009-01-18
|