summaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Expand)Author
2009-07-31Part of last commit, remove -lcurses.Nicholas Marriott
2009-07-21Include .depend in GNUmakefile since GNU make does not include itNicholas Marriott
2009-07-20With gcc4, turn off unnecessart pointer sign warnings.Nicholas Marriott
2009-07-14Don't need ncurses, use curses.Nicholas Marriott
2009-07-06Next will be 1.0.Nicholas Marriott
2009-07-01Comment FDEBUG and bump dist version.Nicholas Marriott
2009-06-26Set LC_ALL=C to stop i18n breaking gcc test.Nicholas Marriott
2009-06-25Don't need linker magic anymore.Nicholas Marriott
2009-05-16clean-all target to clean configure stuff too.Nicholas Marriott
2009-05-16Use empty(), FreeBSD doesn't like ==.Nicholas Marriott
2009-05-15Don't use -Wcast-qual and use explicit casts to shut gcc up in the few cases ...Nicholas Marriott
2009-05-14Separate tmux target. Doh.Nicholas Marriott
2009-05-14print is redundant. Doh.Nicholas Marriott
2009-05-14Sprinkle the magic anti-GCC-suckage for *BSD as well.Nicholas Marriott
2009-05-14Move -lutil.Nicholas Marriott
2009-05-13Rename all feature flags to HAVE_* and move out of makefiles into a configureNicholas Marriott
2009-05-13Bye-bye META.Nicholas Marriott
2009-05-04Space trimmage mega-diff.Nicholas Marriott
2009-04-30previous-layout command.Nicholas Marriott
2009-04-30Merge resize-pane-{up,down} into resize-pane.Nicholas Marriott
2009-04-29Apply the make magic wand to pick an osdep-*.c file rather than using ifdefs.Nicholas Marriott
2009-04-29Some tweaks for Solaris.Nicholas Marriott
2009-04-27No TAILQ_REPLACE on NetBSD.Nicholas Marriott
2009-04-27+=.Nicholas Marriott
2009-04-27- confirm-before command.Tiago Cunha
2009-04-210.9 here we go.Nicholas Marriott
2009-04-21Ready for 0.8.Nicholas Marriott
2009-04-03rotate-window command.Nicholas Marriott
2009-04-02swap-pane command.Nicholas Marriott
2009-04-02I can haz screenshots.Nicholas Marriott
2009-04-01Basic horizontal splitting and layout management. Still some redraw and otherNicholas Marriott
2009-03-07break-pane command to split a pane off into a new window; bound to ! by default.Nicholas Marriott
2009-02-18Reuse CPPFLAGS.Nicholas Marriott
2009-02-18INCDIRS after CPPFLAGS.Nicholas Marriott
2009-02-18Use CPPFLAGS.Nicholas Marriott
2009-02-17NetBSD flags.Nicholas Marriott
2009-02-08Move to 0.8.Nicholas Marriott
2009-02-07Time for 0.7.Nicholas Marriott
2009-02-03copy-buffer command.Tiago Cunha
2009-01-29Undo this and just shut lint up.Nicholas Marriott
2009-01-27Allow status, mode and message attributes to be changed by three new options:...Nicholas Marriott
2009-01-25load-buffer commandTiago Cunha
2009-01-21Dont overload DEBUG, use FDEBUG.Nicholas Marriott
2009-01-20Darwin support for automatic-rename, from joshe.Nicholas Marriott
2009-01-20Try to change the window title to match the command running it in. This is doneNicholas Marriott
2009-01-18find-window command.Nicholas Marriott
2009-01-18Remove object files in the compat directory.Tiago Cunha
2009-01-18FreeBSD needs compat/vis.c.Nicholas Marriott
2009-01-18Support command sequences separated by " ; ". Also clean up command printing.Nicholas Marriott
2009-01-18suspend-client command and suspend client when ^Z key binding is used.Nicholas Marriott