3.2
  1. be568ea Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 7 months ago
  2. 8b800b4 Add client-detached notification in control mode, from Mohsin Kaleem. by nicm · 3 years, 7 months ago
  3. 40126ee Merge branch 'obsd-master' by Thomas Adam · 4 years, 5 months ago
  4. 31e3f2d Support code for control mode flow control: allow clients to have by nicm · 4 years, 5 months ago
  5. 6d9b370 Merge branch 'obsd-master' by Thomas Adam · 4 years, 6 months ago
  6. 63ec791 Provide an accessor for the running queue item and use it to not let by nicm · 4 years, 6 months ago
  7. acc00cd Merge branch 'obsd-master' by Thomas Adam · 4 years, 6 months ago
  8. 3f86d6d When adding a list of commands to the queue, instead of automatically by nicm · 4 years, 6 months ago
  9. 0a11f16 Merge branch 'obsd-master' by Thomas Adam · 4 years, 6 months ago
  10. 9a65102 Rename cmdq_shared to cmdq_state which will better reflect what it is by nicm · 4 years, 6 months ago
  11. 53d6b94 Move the NOHOOKS flag into the shared flags. by nicm · 4 years, 6 months ago
  12. 8f2b5d7 Merge branch 'obsd-master' by Thomas Adam · 4 years, 6 months ago
  13. 04cdd03 Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make its by nicm · 4 years, 6 months ago
  14. b117c3b Merge branch 'obsd-master' by Thomas Adam · 4 years, 6 months ago
  15. 9cbe967 Change so that the appropriate hooks for windows and panes belong to by nicm · 4 years, 6 months ago
  16. 745233d Merge branch 'obsd-master' by Thomas Adam · 4 years, 10 months ago
  17. 1764f66 When adding a list with multiple commands to the queue, the next item to by nicm · 4 years, 10 months ago
  18. d9767b8 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  19. 69440d1 Do not use evbuffer_add_buffer because it is destructive and doesn't by nicm · 5 years ago
  20. 5489796 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  21. dfb7bb6 Merge hooks into options and make each one an array option. This allows by nicm · 5 years ago
  22. 20154f3 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  23. cc743dc Add set-hook -R to run a hook immediately (useful to set multiple hooks by nicm · 6 years ago
  24. 54c5070 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  25. 17cf1b2 Pass flags into cmd_find_from_* to fix prefer-unattached, reported by by nicm · 7 years ago
  26. f322194 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  27. d98d316 Some new notifications, mainly for active pane and current window and session: by nicm · 7 years ago
  28. 3a8e56b Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  29. 0f2f783 Log what is happening with window and session reference counts much more by nicm · 7 years ago
  30. fd13731 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  31. efaf4c1 Make the cmd_find_* functions more obvious when looking for a client, by nicm · 7 years ago
  32. 4612419 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  33. c799425 More unnecessary arguments now winlink points back to session. by nicm · 7 years ago
  34. 0d19d78 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  35. 458b6eb Some tidying and tweaks to options code. by nicm · 8 years ago
  36. d54e990 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  37. fe10684 Use notifys for alerts too. by nicm · 8 years ago
  38. 41e633a Use the notify name string instead of going via an enum and change by nicm · 8 years ago
  39. 1a6e696 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  40. d15d54c Add hook_session and hook_window formats to get information on the by nicm · 8 years ago
  41. 3f35b52 Provide a way for hooks to tag formats onto the commands they fire so by nicm · 8 years ago
  42. 026ad08 Notifys can go via the command queue instead of using their own queue. by nicm · 8 years ago
  43. b342bd0 Mass rename struct cmd_q to struct cmdq_item and related. by nicm · 8 years ago
  44. c67b702 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  45. ddc4512 Rewrite command queue handling. Each client still has a command queue, by nicm · 8 years ago
  46. 623e547 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  47. 3f138dc Rename a function for consistency and some spacing nits. by nicm · 8 years ago
  48. 63b2547 Fire hooks on the simple notifys (window-renamed and session-renamed), by nicm · 8 years ago
  49. 9b3ae84 Drain notifys once at the end of the server loop instead of doing it by nicm · 8 years ago
  50. b9dc855 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  51. c426e48 Loads more static, except for cmd-*.c and window-*.c. by nicm · 8 years ago
  52. 7acc4ad Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  53. 641a9cd Similarly, for sessions use a callback to free rather than checking every loop. by nicm · 9 years ago
  54. 10e90ae Change deref to the more sensible unref, and add a couple I missed before. by nicm · 9 years ago
  55. 56e1132 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  56. aeedb46 Convert clients list into a TAILQ. by nicm · 9 years ago
  57. 747cab4 No need for $Id$ now. by Nicholas Marriott · 10 years ago
  58. 4875002 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  59. 17bbf90 Add notification for input from a pane, from George Nachman. by Nicholas Marriott · 12 years ago
  60. 41a4481 Send notifications to control clients. Also don't redraw client when suspended. by Nicholas Marriott · 12 years ago
  61. 9247c90 Send notifications to control clients. Also don't redraw client when suspended. by Nicholas Marriott · 12 years ago
  62. 56e3748 Sync OpenBSD patchset 1165: by Tiago Cunha · 12 years ago
  63. 58e8e0e Fix up window reference counting and don't crash if the rename timer by Nicholas Marriott · 12 years ago
  64. 96aaa87 Remove osdep include. by Tiago Cunha · 12 years ago
  65. c8849ac Sync OpenBSD patchset 1153: by Tiago Cunha · 12 years ago
  66. 5385a9b Add a queue of notifys and a way to turn them off and on (we do not want by Nicholas Marriott · 12 years ago
  67. f41efd9 Sync OpenBSD patchset 1069: by Tiago Cunha · 13 years ago
  68. 4621034 Add notify hooks for various events, the functions are currently empty by Nicholas Marriott · 13 years ago