summary refs log tree commit diff stats
path: root/src/fe-gtk/fe-gtk.vcxproj
AgeCommit message (Expand)Author
2013-12-27Replaced use of T4 templates with PS-based templates.Arnavion
2013-11-03fe-gtk: Quote path to glib-compile-resources.exeArnavion
2013-11-03Use correct path to TextTransform.exe depending on the platform.Arnavion
2013-10-12win32: Use version information from configure.ac to populate the Windows-spec...Arnavion
2013-10-08Add preference to change tabs on scrollTingPing
2013-10-08Add chanview files to projectTingPing
2013-09-29Reorganize files and migrate images to gresourceTingPing
2013-09-26Remove XFT, SHM, and MMXTingPing
2013-09-15Convert project files to vs2013Eustachy Kapusta
2013-09-15Replace search window with a searchbarTingPing
2013-09-15Replace search window with a searchbarTingPing
2013-09-15Move optimization settings from all subsequent projects to hexchat.propsEustachy Kapusta
2013-08-03Use built-in gtk_about_dialogTingPing
2013-07-24Move optimization settings from all subsequent projects to hexchat.propsEustachy Kapusta
2013-04-25win32: Moved PlatformToolset configuration to individual project files. It sh...Arnavion
2012-11-11Fix 4996 warningsBerke Viktor
2012-11-11Hide 4996 warnings in all projects and fix license copyBerke Viktor
2012-11-10Eliminate some more warnings and hide less warnings in VSBerke Viktor
2012-11-06Disable some stupid warnings without the WDKBerke Viktor
2012-11-04Ignore specific warnings for common and fe-gtk, all should be eliminated at s...Berke Viktor
2012-11-03Relocate hexchat.png and hexchat.ico and some more varname cleanupBerke Viktor
2012-10-21Move warning level to property sheetBerke Viktor
2012-10-21Relocate typedef.hBerke Viktor
2012-10-18Update win32 dirent.h implementation and use header instead of static libraryBerke Viktor
2012-10-03Complete the VS2010 reversionBerke Viktor
2012-10-03Revert to VS2010 part4Berke Viktor
2012-10-02Oops, wrong find'n'replaceBerke Viktor
2012-10-02Remove hardcoding as much as possibleBerke Viktor
2012-10-02Change platform toolset to Visual Studio 2012Berke Viktor
2012-09-16Force 5.x subsystem globallyBerke Viktor
2012-09-15Update solution to Visual Studio 2012 Express and get rid of mpcInfoBerke Viktor
2012-07-21Add _AMD64_ definition for x64 builds, make Visual Studio even happierBerke Viktor
2012-07-21Add trailing backslashes to Output and Intermediate directories, make Visual ...Berke Viktor
2012-07-21Some aid for compiler warningsBerke Viktor
2012-07-11Rebranding on the file levelBerke Viktor
2012-06-15Add x64 support to the VS solutionBerke Viktor
2012-06-15LOTS of fixes to the VS solutionBerke Viktor
2012-06-10More solution fixes and add language interfacesBerke Viktor
2012-06-10Migrate VS solution to VS2010+WDK7Berke Viktor
s='alt'>
ae04663a ^
bf27d430 ^
4a6ceffb ^



























e57659e6 ^
4a6ceffb ^
8028bb7f ^



4a6ceffb ^
ae04663a ^
4a6ceffb ^









303038e2 ^
4a6ceffb ^




















ae04663a ^
4a6ceffb ^

















































bf27d430 ^
4a6ceffb ^



ae04663a ^
4a6ceffb ^




ae04663a ^

4a6ceffb ^










3bd2143d ^






4a6ceffb ^







bf27d430 ^
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
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275