Tiago Cunha
5ce49941fb
Working on 1.2.
2009-11-05 13:18:19 +00:00
Tiago Cunha
90d4cbe67e
Prepare the tree for the 1.1 release.
2009-11-05 12:30:55 +00:00
Nicholas Marriott
cb3b0e661d
Add or clarify licenses where appropriate.
2009-10-25 21:45:26 +00:00
Nicholas Marriott
d8e566d0e9
cc -> $(CC)
2009-10-24 22:02:18 +00:00
Nicholas Marriott
1fdf489cae
Turn off stupid warnings when using Sun CC.
2009-10-15 08:15:06 +00:00
Tiago Cunha
ab96772436
Delete backup files in the compat directory, as well.
2009-09-20 22:06:34 +00:00
Nicholas Marriott
c7ace08193
Now working on 1.1.
2009-09-20 19:01:01 +00:00
Nicholas Marriott
f82598ca2d
1.0.
2009-09-20 18:54:21 +00:00
Nicholas Marriott
6b4ed722b1
FreeBSD and NetBSD HAVE got ttydefaults.h. Fixes SF bug 2844744.
...
Also make clang use -iquote in makefiles.
2009-08-26 08:58:39 +00:00
Nicholas Marriott
ec8930c144
Part of last commit, remove -lcurses.
2009-07-31 10:45:22 +00:00
Nicholas Marriott
962b9c6548
Include .depend in GNUmakefile since GNU make does not include it
...
automatically.
Also remove .depend from clean target and add a clean-depend target.
2009-07-21 13:51:30 +00:00
Nicholas Marriott
680f2098f1
With gcc4, turn off unnecessart pointer sign warnings.
2009-07-20 05:40:13 +00:00
Nicholas Marriott
edd3142d1f
Don't need ncurses, use curses.
2009-07-14 06:47:12 +00:00
Nicholas Marriott
21f8ed50db
Next will be 1.0.
2009-07-06 18:21:17 +00:00
Nicholas Marriott
e0a6376690
Comment FDEBUG and bump dist version.
2009-07-01 22:10:06 +00:00
Nicholas Marriott
826add53f1
Set LC_ALL=C to stop i18n breaking gcc test.
2009-06-26 16:01:12 +00:00
Nicholas Marriott
8df98d1f5b
Don't need linker magic anymore.
2009-06-25 16:25:55 +00:00
Nicholas Marriott
095f16d64f
clean-all target to clean configure stuff too.
2009-05-16 21:55:54 +00:00
Nicholas Marriott
0b54a2d723
Don't use -Wcast-qual and use explicit casts to shut gcc up in the few cases we can't avoid using a char *.
2009-05-15 12:57:36 +00:00
Nicholas Marriott
8931f0018a
Separate tmux target. Doh.
2009-05-14 19:32:37 +00:00
Nicholas Marriott
db7357fdcc
print is redundant. Doh.
2009-05-14 00:31:48 +00:00
Nicholas Marriott
9ff8c354ab
install depends on all.
2009-05-14 00:09:02 +00:00
Nicholas Marriott
de79ce38a5
Try to figure out if we are using gcc 4 and get rid of the stupid warning, while not breaking 3.x and 2.x...
2009-05-14 00:06:59 +00:00
Nicholas Marriott
ab5273d9a9
Don't bother with this.
2009-05-13 23:43:27 +00:00
Nicholas Marriott
488a67e5a3
Whoops, don't use the name of the rule here now.
2009-05-13 23:41:58 +00:00
Nicholas Marriott
78f6b511fd
$(PROG) is gorn.
2009-05-13 23:33:54 +00:00
Nicholas Marriott
c8cf438d44
Rename all feature flags to HAVE_* and move out of makefiles into a configure
...
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.
2009-05-13 23:27:00 +00:00
Nicholas Marriott
e1b4a37722
Bye-bye nonworking IRIX, can be rescued from the attic if ever needed again.
2009-05-13 22:26:11 +00:00
Nicholas Marriott
792aeb926e
Use getopt.c from openssh rather than OpenBSD's getopt_long.
2009-05-13 22:20:48 +00:00
Nicholas Marriott
88daeb5410
Bye-bye META.
2009-05-13 22:10:39 +00:00
Nicholas Marriott
044e6f7660
previous-layout command.
2009-04-30 21:17:06 +00:00
Nicholas Marriott
cdf472f2de
Merge resize-pane-{up,down} into resize-pane.
2009-04-30 06:01:24 +00:00
Nicholas Marriott
91241f1457
Apply the make magic wand to pick an osdep-*.c file rather than using ifdefs.
2009-04-29 23:07:35 +00:00
Nicholas Marriott
8aa72ac803
tmux doesn't care about setres[ug]id.
2009-04-29 22:42:02 +00:00
Nicholas Marriott
2b967aa1d2
getopt_long.c not getopt.c
2009-04-29 22:40:52 +00:00
Nicholas Marriott
74dfb503a8
Solaris doesn't have TAILQ_REPLACE yet :-(.
2009-04-29 22:35:45 +00:00
Nicholas Marriott
cc9cc1aea8
Some tweaks for Solaris.
...
Get rid of vis.* in favour of a small replacement function.
2009-04-29 22:25:20 +00:00
Tiago Cunha
058772e4e6
- confirm-before command.
...
- Bound "&" and "x" by default to confirm-before "kill-window" and
confirm-before "kill-pane", respectively.
2009-04-27 13:21:16 +00:00
Nicholas Marriott
22b44cbb2b
0.9 here we go.
2009-04-21 20:54:18 +00:00
Nicholas Marriott
9d157d723e
Ready for 0.8.
2009-04-21 20:10:22 +00:00
Nicholas Marriott
325d43e417
rotate-window command.
2009-04-03 17:21:46 +00:00
Nicholas Marriott
8216f7b3d9
swap-pane command.
2009-04-02 23:28:16 +00:00
Nicholas Marriott
b6450b167b
Basic horizontal splitting and layout management. Still some redraw and other
...
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.
2009-04-01 18:21:42 +00:00
Nicholas Marriott
d13add828a
More AIX tweaks.
2009-03-31 22:08:45 +00:00
Nicholas Marriott
3576ce6d01
Missing \.
2009-03-31 21:24:33 +00:00
Nicholas Marriott
792b28ec3e
Most of AIX support.
2009-03-31 21:22:10 +00:00
Nicholas Marriott
56f80a5b09
break-pane command to split a pane off into a new window; bound to ! by default.
2009-03-07 09:29:54 +00:00
Nicholas Marriott
78f420e7a9
Reuse CPPFLAGS.
2009-02-18 09:04:15 +00:00
Nicholas Marriott
664c79cf73
INCDIRS after CPPFLAGS.
2009-02-18 08:50:30 +00:00
Nicholas Marriott
03b76dbf35
Use CPPFLAGS.
2009-02-18 08:41:22 +00:00