1. 5ce4994 Working on 1.2. by Tiago Cunha · 15 years ago
  2. 90d4cbe Prepare the tree for the 1.1 release. by Tiago Cunha · 15 years ago
  3. cb3b0e6 Add or clarify licenses where appropriate. by Nicholas Marriott · 15 years ago
  4. d8e566d cc -> $(CC) by Nicholas Marriott · 15 years ago
  5. 1fdf489 Turn off stupid warnings when using Sun CC. by Nicholas Marriott · 15 years ago
  6. ab96772 Delete backup files in the compat directory, as well. by Tiago Cunha · 15 years ago
  7. c7ace08 Now working on 1.1. by Nicholas Marriott · 15 years ago
  8. f82598c 1.0. by Nicholas Marriott · 15 years ago
  9. 6b4ed72 FreeBSD and NetBSD HAVE got ttydefaults.h. Fixes SF bug 2844744. by Nicholas Marriott · 15 years ago
  10. ec8930c Part of last commit, remove -lcurses. by Nicholas Marriott · 15 years ago
  11. 962b9c6 Include .depend in GNUmakefile since GNU make does not include it automatically. by Nicholas Marriott · 15 years ago
  12. 680f209 With gcc4, turn off unnecessart pointer sign warnings. by Nicholas Marriott · 15 years ago
  13. edd3142 Don't need ncurses, use curses. by Nicholas Marriott · 15 years ago
  14. 21f8ed5 Next will be 1.0. by Nicholas Marriott · 15 years ago
  15. e0a6376 Comment FDEBUG and bump dist version. by Nicholas Marriott · 15 years ago
  16. 826add5 Set LC_ALL=C to stop i18n breaking gcc test. by Nicholas Marriott · 15 years ago
  17. 8df98d1 Don't need linker magic anymore. by Nicholas Marriott · 15 years ago
  18. 095f16d clean-all target to clean configure stuff too. by Nicholas Marriott · 15 years ago
  19. 0b54a2d Don't use -Wcast-qual and use explicit casts to shut gcc up in the few cases we can't avoid using a char *. by Nicholas Marriott · 15 years ago
  20. 8931f00 Separate tmux target. Doh. by Nicholas Marriott · 15 years ago
  21. db7357f print is redundant. Doh. by Nicholas Marriott · 15 years ago
  22. 9ff8c35 install depends on all. by Nicholas Marriott · 15 years ago
  23. de79ce3 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... by Nicholas Marriott · 15 years ago
  24. ab5273d Don't bother with this. by Nicholas Marriott · 15 years ago
  25. 488a67e Whoops, don't use the name of the rule here now. by Nicholas Marriott · 15 years ago
  26. 78f6b51 $(PROG) is gorn. by Nicholas Marriott · 15 years ago
  27. c8cf438 Rename all feature flags to HAVE_* and move out of makefiles into a configure by Nicholas Marriott · 15 years ago
  28. e1b4a37 Bye-bye nonworking IRIX, can be rescued from the attic if ever needed again. by Nicholas Marriott · 15 years ago
  29. 792aeb9 Use getopt.c from openssh rather than OpenBSD's getopt_long. by Nicholas Marriott · 15 years ago
  30. 88daeb5 Bye-bye META. by Nicholas Marriott · 15 years ago
  31. 044e6f7 previous-layout command. by Nicholas Marriott · 15 years ago
  32. cdf472f Merge resize-pane-{up,down} into resize-pane. by Nicholas Marriott · 15 years ago
  33. 91241f1 Apply the make magic wand to pick an osdep-*.c file rather than using ifdefs. by Nicholas Marriott · 15 years ago
  34. 8aa72ac tmux doesn't care about setres[ug]id. by Nicholas Marriott · 15 years ago
  35. 2b967aa getopt_long.c not getopt.c by Nicholas Marriott · 15 years ago
  36. 74dfb50 Solaris doesn't have TAILQ_REPLACE yet :-(. by Nicholas Marriott · 15 years ago
  37. cc9cc1a Some tweaks for Solaris. by Nicholas Marriott · 15 years ago
  38. 058772e - confirm-before command. by Tiago Cunha · 15 years ago
  39. 22b44cb 0.9 here we go. by Nicholas Marriott · 16 years ago
  40. 9d157d7 Ready for 0.8. by Nicholas Marriott · 16 years ago
  41. 325d43e rotate-window command. by Nicholas Marriott · 16 years ago
  42. 8216f7b swap-pane command. by Nicholas Marriott · 16 years ago
  43. b6450b1 Basic horizontal splitting and layout management. Still some redraw and other by Nicholas Marriott · 16 years ago
  44. d13add8 More AIX tweaks. by Nicholas Marriott · 16 years ago
  45. 3576ce6 Missing \. by Nicholas Marriott · 16 years ago
  46. 792b28e Most of AIX support. by Nicholas Marriott · 16 years ago
  47. 56f80a5 break-pane command to split a pane off into a new window; bound to ! by default. by Nicholas Marriott · 16 years ago
  48. 78f420e Reuse CPPFLAGS. by Nicholas Marriott · 16 years ago
  49. 664c79c INCDIRS after CPPFLAGS. by Nicholas Marriott · 16 years ago
  50. 03b76db Use CPPFLAGS. by Nicholas Marriott · 16 years ago
  51. 85fd214 Move to 0.8. by Nicholas Marriott · 16 years ago
  52. 69ebc15 Time for 0.7. by Nicholas Marriott · 16 years ago
  53. 4213ff8 copy-buffer command. by Tiago Cunha · 16 years ago
  54. c6bd9e2 Allow status, mode and message attributes to be changed by three new 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 by Nicholas Marriott · 16 years ago
  55. f62ed6a load-buffer command by Tiago Cunha · 16 years ago
  56. 48510fb Dont overload DEBUG, use FDEBUG. by Nicholas Marriott · 16 years ago
  57. 8c259f5 Darwin support for automatic-rename, from joshe. by Nicholas Marriott · 16 years ago
  58. 670bba1 Darwin too. by Nicholas Marriott · 16 years ago
  59. 2d15f59 Try to change the window title to match the command running it in. This is done by Nicholas Marriott · 16 years ago
  60. 3efd1f5 find-window command. by Nicholas Marriott · 16 years ago
  61. 6384c60 Remove object files in the compat directory. by Tiago Cunha · 16 years ago
  62. a15f8fc Support command sequences separated by " ; ". Also clean up command printing. by Nicholas Marriott · 16 years ago
  63. 8ea4971 suspend-client command and suspend client when ^Z key binding is used. by Nicholas Marriott · 16 years ago
  64. 273d630 Update for 0.7. by Nicholas Marriott · 16 years ago
  65. 0e197b4 Tidy a few warnings. by Nicholas Marriott · 16 years ago
  66. d29ca39 Two new commands, choose-window and choose-session which work only when bound to a key and allow the window or session to be selected from a list. by Nicholas Marriott · 16 years ago
  67. 7bcf9a1 Darwin needs vis.c as well. by Nicholas Marriott · 16 years ago
  68. d1eb153 switch-pane is now select-pane. by Nicholas Marriott · 16 years ago
  69. 3f51dcd up-pane and down-pane commands. by Nicholas Marriott · 16 years ago
  70. f855591 kill-pane command. by Nicholas Marriott · 16 years ago
  71. 162bacd Window splitting. Two vertical panes fixed 50% each. This is a huge diff, still a couple of bugs (notably heap corruption somewhere causing segfault on exit). by Nicholas Marriott · 16 years ago
  72. d78bc5d save-buffer command, from Tiago Cunha. by Nicholas Marriott · 16 years ago
  73. e3feb06 Server locking. set-password and lock-server commands, plus automatic locking. by Nicholas Marriott · 16 years ago
  74. 083f9cb Linux bits. by Nicholas Marriott · 16 years ago
  75. 934e6d9 vis functions for Linux. by Nicholas Marriott · 16 years ago
  76. 5445918 source-file command from Tiago Cunha. by Nicholas Marriott · 16 years ago
  77. de0a3a0 Fix CLEANFILES. by Nicholas Marriott · 16 years ago
  78. 5c3d973 Import OpenBSD's getopt(3) to workaround broken glibc version. by Nicholas Marriott · 16 years ago
  79. 7a82e86 Make window options work the same was as session options, add mode-fg/mode-bg options, force -g for global on set/show/setw/showw/ by Nicholas Marriott · 16 years ago
  80. 62457bc Trim. by Nicholas Marriott · 16 years ago
  81. df2b3bc Fix stupid GNU getopt behaviour. by Nicholas Marriott · 16 years ago
  82. efe5573 Internal screen data rewrite for better 256 colour/UTF-8 support. by Nicholas Marriott · 16 years ago
  83. 19a2c87 Initial UTF-8 support. by Nicholas Marriott · 16 years ago
  84. 33aa931 Support OS X by moving to gettimeofday(2) and adding poll compat from OpenSSH. by Nicholas Marriott · 16 years ago
  85. bd1a705 0.4 released. by Nicholas Marriott · 16 years ago
  86. d90d646 Zombie windows, requested by Will Maier. by Nicholas Marriott · 16 years ago
  87. b877897 Oops, forgot to commit move-window. Also add select-prompt to allow index to be typed. by Nicholas Marriott · 16 years ago
  88. 7836298 Allow use of alt keys. move-window command. by Nicholas Marriott · 16 years ago
  89. 59da4dc list-commands command. by Nicholas Marriott · 16 years ago
  90. e704d6a IRIX fixes, sort of partly work. by Nicholas Marriott · 16 years ago
  91. 91f3165 IRIX fixes thanks to Elias Pipping. by Nicholas Marriott · 16 years ago
  92. a52be0e More missing bits from Solaris. by Nicholas Marriott · 16 years ago
  93. 74e8d47 Update SRCS. by Nicholas Marriott · 16 years ago
  94. 74d8f0b Command prompt for interactive commands. by Nicholas Marriott · 16 years ago
  95. 9b0ff4c More Solaris stuff. Use ttyname, use ncurses,h. by Nicholas Marriott · 16 years ago
  96. 50d5239 More Solaris bits by Nicholas Marriott · 16 years ago
  97. b7cefe4 NO_ASPRINTF. by Nicholas Marriott · 16 years ago
  98. be53d7f More Sun OS crap. by Nicholas Marriott · 16 years ago
  99. 0d5ad35 forkpty for Sun OS. by Nicholas Marriott · 16 years ago
  100. fed1a3b compat/daemon.c by Nicholas Marriott · 16 years ago