aboutsummaryrefslogtreecommitdiff
path: root/GNUmakefile
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
|
* 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
|
* install depends on all.Nicholas Marriott2009-05-14
|
* Try to figure out if we are using gcc 4 and get rid of the stupid warning, ↵Nicholas Marriott2009-05-14
| | | | while not breaking 3.x and 2.x...
* Don't bother with this.Nicholas Marriott2009-05-13
|
* Whoops, don't use the name of the rule here now.Nicholas Marriott2009-05-13
|
* $(PROG) is gorn.Nicholas Marriott2009-05-13
|
* 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 nonworking IRIX, can be rescued from the attic if ever needed again.Nicholas Marriott2009-05-13
|
* Use getopt.c from openssh rather than OpenBSD's getopt_long.Nicholas Marriott2009-05-13
|
* Bye-bye META.Nicholas Marriott2009-05-13
|
* 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
|
* tmux doesn't care about setres[ug]id.Nicholas Marriott2009-04-29
|
* getopt_long.c not getopt.cNicholas Marriott2009-04-29
|
* Solaris doesn't have TAILQ_REPLACE yet :-(.Nicholas Marriott2009-04-29
|
* Some tweaks for Solaris.Nicholas Marriott2009-04-29
| | | | | Get rid of vis.* in favour of a small replacement function.
* - 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
|
* 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.
* More AIX tweaks.Nicholas Marriott2009-03-31
|
* Missing \.Nicholas Marriott2009-03-31
|
* Most of AIX support.Nicholas Marriott2009-03-31
|
* 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
|
* Move to 0.8.Nicholas Marriott2009-02-08
|
* Time for 0.7.Nicholas Marriott2009-02-07
|
* copy-buffer command.Tiago Cunha2009-02-03
|
* 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
|