about summary refs log tree commit diff stats
path: root/src/ui/privwin.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright to include 2019Michael Vetter2019-01-221-1/+1
* Add preferences for tab displayJames Booth2018-03-091-2/+2
* Show name in statusbar tabs WIPJames Booth2018-03-081-2/+2
* Update copyrightJames Booth2018-01-211-1/+1
* Update CopyrightJames Booth2017-01-281-1/+1
* Rename win_print_incoming_message -> win_print_incomingJames Booth2016-10-151-2/+2
* Add win_print_outgoingJames Booth2016-10-151-1/+1
* Add win_printJames Booth2016-10-151-11/+11
* Use win_printf_line where appropriateJames Booth2016-10-151-7/+7
* Add ch arg to win_printf_lineJames Booth2016-10-151-4/+4
* Add win_printf_lineJames Booth2016-10-141-4/+4
* Always use string format in win_printfJames Booth2016-10-121-1/+1
* Remove win_print, use win_printf insteadJames Booth2016-10-111-3/+3
* Rename win_vprint -> win_printfJames Booth2016-10-111-9/+9
* Tidy headersJames Booth2016-07-241-3/+2
* Update GPL link in headersJames Booth2016-07-241-1/+1
* Updated copyrightJames Booth2016-02-141-1/+1
* Don't show notification reminders for messages the user does not want notific...James Booth2016-02-041-3/+0
* Tidy notify_message()James Booth2016-02-041-14/+2
* Removed unused arg: prefs_do_chat_notify()James Booth2016-02-041-1/+1
* Implemented /console private settingJames Booth2016-02-031-3/+4
* Handle self leaving room in private winsJames Booth2016-02-031-0/+87
* Handle occupant kicked/banned in private chat winsJames Booth2016-02-021-1/+47
* Show message in private windows when user offlineJames Booth2016-02-021-0/+30
* Updated console new message textJames Booth2015-12-201-8/+11
* Tidy wins_create_summary()James Booth2015-11-291-0/+18
* Renamed /notify message -> /notify chatJames Booth2015-11-291-1/+1
* Added room specific notify settingsJames Booth2015-11-281-1/+1
* Only show reminder notifications when notifications are enabledJames Booth2015-11-251-12/+6
* Tidy regular chat and room notificationsJames Booth2015-11-241-2/+26
* Update privwin.ckiethandi2015-11-201-1/+2
* Update privwin.ckiethandi2015-11-201-0/+1
* Renamed MUC private window functionsJames Booth2015-11-081-2/+2
* ui_incoming_private_msg takes ProfPrivateWin, added assertsJames Booth2015-11-081-7/+6
* Moved ui_outgoing_private_msg to privwin.cJames Booth2015-11-051-0/+5
* Added privwin moduleJames Booth2015-11-051-0/+85
d='n17' href='#n17'>17 18 19 20 21 22 23 24 25 26 27 28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152