summary refs log tree commit diff stats
path: root/src/fe-gtk/chanview-tabs.c
AgeCommit message (Expand)Author
2014-12-04Fix some obvious type warnings.Arnavion
2014-11-02Warning cleanupCampbell Barton
2014-05-11Fix sorting problem when using tabsRiamse
2013-10-15Fix moving channels when using tabsTingPing
2013-10-08Fix scroll buttons when using tabsTingPing
2013-10-08Add preference to change tabs on scrollTingPing
2013-10-06Round 2.5 of gtk accessor functionsTingPing
2013-10-05Round two of gtk accessor functions: chanview-tabsTingPing
2013-03-31Supposed fix for license issuesBerke Viktor
2012-11-11More rebrandingBerke Viktor
2011-02-28add wdk changes to named branchberkeviktor@aol.com
2011-02-24add xchat r1489berkeviktor@aol.com
dHitt <rbh00@netcom.com> 2013-03-17 15:11:23 -0700 committer RichardHitt <rbh00@netcom.com> 2013-03-17 15:11:23 -0700 ESC key will destroy the windows mentioned at issue 211.' href='/git-repos/torxchat.git/commit/src/fe-gtk/ascii.c?h=feature/tls-srp&id=ecdcc99280d29994791b8bc3273bf03a670d0b7b'>ecdcc992 ^
4a6ceffb ^









































1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171