summary refs log tree commit diff stats
path: root/src/fe-gtk/maingui.c
AgeCommit message (Expand)Author
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
2011-12-11initial patches for linux compatibilityBerke Viktor
2011-12-02obs gtk 2.24 is utter, unusable crap, revert to gtk 2.16Berke Viktor
2011-11-29disable taskbar alerts on x86 until it's fixed in gtkBerke Viktor
2011-08-09disable channel switcher's context menu item for tray alerts when xtray is lo...Berke Viktor
2011-05-31support for own license textberkeviktor@aol.com
2011-02-28add wdk changes to named branchberkeviktor@aol.com
2011-02-24add xchat r1489berkeviktor@aol.com
t; 2011-02-24 04:14:30 +0100 committer berkeviktor@aol.com <berkeviktor@aol.com> 2011-02-24 04:14:30 +0100 add xchat r1489' href='/git-repos/torxchat.git/commit/src/common/plugin.h?h=fix-ub&id=4a6ceffb98a0b785494f680d3776c4bfc4052f9e'>4a6ceffb ^
e681eafa ^
4a6ceffb ^
e681eafa ^
4a6ceffb ^
e681eafa ^
4a6ceffb ^

e681eafa ^


4a6ceffb ^

e681eafa ^

4a6ceffb ^
8d6f4d9d ^
4a6ceffb ^


e681eafa ^
4a6ceffb ^
e681eafa ^


4a6ceffb ^
e681eafa ^



4a6ceffb ^
e681eafa ^

4a6ceffb ^
e681eafa ^
4a6ceffb ^




e681eafa ^
4a6ceffb ^
e681eafa ^
4a6ceffb ^
a51a6913 ^
e681eafa ^

4a6ceffb ^
e681eafa ^
4a6ceffb ^
e681eafa ^
4a6ceffb ^




e681eafa ^
4a6ceffb ^


e681eafa ^
4a6ceffb ^
e681eafa ^
45503293 ^

e681eafa ^
45503293 ^
1567d326 ^
e681eafa ^
45503293 ^
1567d326 ^
e681eafa ^
45503293 ^
e681eafa ^
c3821b63 ^
e681eafa ^
4942dc66 ^
a51a6913 ^



4a6ceffb ^






e681eafa ^

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