summary refs log tree commit diff stats
path: root/src/fe-gtk/maingui.c
AgeCommit message (Expand)Author
2013-03-25Disable tray when using UnityTingPing
2013-03-20Redesign the Ban List window. Closes Issues #303, #342, #427RichardHitt
2013-02-21set input's vertical scrollbar to auto with gtkspellTingPing
2013-01-19Correct almost all compiler warning issuesRichardHitt
2013-01-11Correct nick recognition in mainurl.c as well. Closes #372.RichardHitt
2013-01-09Make source cleah with cppcheck, except for mpc and saslRichardHitt
2013-01-08Merge pull request #359 from RichardHitt/masterTingPing
2013-01-07Merge pull request #341 from TingPing/lastactRichardHitt
2013-01-03Don't strip # from a WORD_CHANNELRichardHitt
2013-01-02overhauling of URL detection, including channel, nick, etc 'words'RichardHitt
2012-12-25Add last activity keybinding from fedoraTingPing
2012-12-23fix incorrect FSF addressDan Mashal
2012-12-16fix restoring previously maximized window from trayTingPing
2012-12-02Merge pull request #298 from TingPing/verticalRichardHitt
2012-12-01rename pane height variableTingPing
2012-12-01on exit try hiding lastTingPing
2012-11-30Save pane height and restore on startTingPing
2012-11-11More rebrandingBerke Viktor
2012-11-11RebrandingBerke Viktor
2012-11-10Don't minimize/close to tray via plugin-tray when HexTray is availableBerke Viktor
2012-11-10Explode gui_tray_flagsBerke Viktor
2012-11-03Varname consolidation for the rest of pixmapsBerke Viktor
2012-10-30Eliminate some more warningsBerke Viktor
2012-10-30Nah, even more rebrandingBerke Viktor
2012-10-28Add option to hide user mode icon in nick boxBerke Viktor
2012-10-24A lot more rebrandingBerke Viktor
2012-10-22Fix nick change dialog being barely visible in most casesBerke Viktor
2012-10-22Fix user count optionsBerke Viktor
2012-10-22Fix nick box settingBerke Viktor
2012-10-22Variable cleanup for the restBerke Viktor
2012-10-22Variable cleanup for irc_*Berke Viktor
2012-10-22Variable cleanup for input_*Berke Viktor
2012-10-22Variable cleanup for gui_*Berke Viktor
2012-10-22Variable cleanup for dcc_*Berke Viktor
2012-10-22Get rid of ALL gui_tweaksBerke Viktor
2012-10-22Get rid of gui_tweaks 4Berke Viktor
2012-10-22Get rid of gui_tweaks 16 & 1Berke Viktor
2012-10-21Make modifier buttons truly abstractBerke Viktor
2012-10-13Provide builtin defauls for treeview iconsBerke Viktor
2012-10-07Fix URL detectionBerke Viktor
2012-07-21Some aid for compiler warningsBerke Viktor
2012-07-18Use hardcoded string for this one instance, otherwise it may be untranslatabl...Berke Viktor
2012-07-18Don't use hardcoded string for quit windowBerke Viktor
2012-07-18Update quit window stringBerke Viktor
2012-07-13Rename X-Tray to HexTrayBerke Viktor
2012-07-13Make the About screen and CTCP VERSION consistent and remove the license text...Berke Viktor
2012-06-16Fix string handling for Turkish localeBerke Viktor
2012-05-28Search window improvements (Richard Hitt)Berke Viktor
2012-05-04Merge branch 'master' into wdkBerke Viktor
2012-05-04update xchat to r1505Berke Viktor
the previous revision' href='/git-repos/torxchat.git/blame/src/fe-gtk/palette.c?h=fe-web&id=82936df2af3993c2e234042c450e0e9630b045d4'>^
4a6ceffb ^






















a51a6913 ^
4a6ceffb ^

a51a6913 ^
4a6ceffb ^













































































a51a6913 ^
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
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233