summary refs log tree commit diff stats
path: root/win32/installer/hexchat-x86.skel.iss
AgeCommit message (Collapse)Author
2012-10-29Make HexTray filename consistent with the restBerke Viktor
2012-10-25Get rid of the SASL pluginBerke Viktor
2012-10-22Add Windows version check to installer against overly frustrated Win2000 usersBerke Viktor
2012-10-22Change readme icon and add changelog icon as wellBerke Viktor
2012-10-22Add README for people who still can't use GoogleBerke Viktor
2012-10-21Keep the installer component lists sortedBerke Viktor
2012-10-21Rename WinSys on the code levelBerke Viktor
2012-10-13Accept license agreement by defaultBerke Viktor
2012-10-05Install SASL plugin by defaultBerke Viktor
2012-10-03Nuke the remnants of the nonbmp pluginBerke Viktor
2012-10-03Complete the VS2010 reversionBerke Viktor
2012-09-15Remove "Full" installation option, most people blindly install things they ↵Berke Viktor
don't need nor know how to use
2012-09-15Update solution to Visual Studio 2012 Express and get rid of mpcInfoBerke Viktor
2012-09-01Make sure HexChat won't run in portable mode if the user doesn't select itBerke Viktor
2012-09-01Make gtkrc a component so that users can preserve their theme settings ↵Berke Viktor
between upgrades
2012-07-27Fix Perl interface filename in the installer, tooBerke Viktor
2012-07-16Use highest compression available, it actually speeds up compression and ↵Berke Viktor
slightly reduces executable size, no reason not to use it
2012-07-14Ultra compression slows down compilation but doesn't really reduce the size, ↵Berke Viktor
isn't worth it
2012-07-14installer: use lzma2/ultra compressionxhmikosr
2012-07-13Rename DLL files, rename X-SASL to SASLBerke Viktor
2012-07-13Rename X-Tray to HexTrayBerke Viktor
2012-07-13Update theme extensions in the installer, tooBerke Viktor
2012-07-11Rebranding on the file levelBerke Viktor
it/blame/src/fe-gtk/fe-gtk.vcxproj?h=fix-ub&id=28c8cf042bf12663d3bc4a77623195afed13e8c0'>^
534cd280 ^
567270d5 ^
de70630c ^
ad59c4a5 ^
eaa67318 ^

eaa67318 ^













95aace51 ^
06226c07 ^
ad59c4a5 ^




ad59c4a5 ^




0e3fbb01 ^
ad59c4a5 ^








06226c07 ^
eaa67318 ^
























e7f72353 ^

eaa67318 ^



eaa67318 ^





































534cd280 ^
eaa67318 ^

534cd280 ^
eaa67318 ^

534cd280 ^
eaa67318 ^




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