summary refs log tree commit diff stats
AgeCommit message (Expand)Author
2013-04-02Only include top level includes from GTK+, GLib and GDK-PixBufBerke Viktor
2013-04-02Remove most of HexTray and one instanceBerke Viktor
2013-04-02Fix textfe with dbus disabledTingPing
2013-04-02fix strptime on bsdTingPing
2013-04-02Missing includeTingPing
2013-04-01This is useless tooBerke Viktor
2013-04-01Revert XP version check; as it turned out, it's completely irrelevant nowBerke Viktor
2013-04-01Apparently XP won't work anymore, Uniscribe problem with the redistributableBerke Viktor
2013-04-01We all knew I'll forget something, right?Berke Viktor
2013-04-02Version bumpBerke Viktor
2013-04-02Open the redist download page by default for the first MSVC releaseBerke Viktor
2013-04-02Don't open the same link twiceBerke Viktor
2013-04-02Open downloads for Perl and PythonBerke Viktor
2013-04-01Pull from TransifexBerke Viktor
2013-04-01Add future Perl 5.18 projectBerke Viktor
2013-04-01Purge Lua and Tcl from the solution tooBerke Viktor
2013-04-01Version info cleanupBerke Viktor
2013-04-01Fix detecting python3TingPing
2013-04-01add missing fiTingPing
2013-04-01Merge pull request #484 from Phr33d0m/masterTingPing
2013-04-01use proper table sizeTingPing
2013-04-01Remove Tcl junk, cosmeticsBerke Viktor
2013-04-01Last cjstyles remnantsBerke Viktor
2013-04-01Remove old stuff, some preparation for soon-to-be-released Perl 5.18Berke Viktor
2013-04-01Tabulation with spaces is annoying!Berke Viktor
2013-04-01Remove another bunch of obsolete junkBerke Viktor
2013-04-01Nuke Lua and TclBerke Viktor
2013-04-01Get rid of installer skinningBerke Viktor
2013-03-31Last oneTingPing
2013-03-31Another missing include..TingPing
2013-03-31Add missing includeTingPing
2013-04-01CosmeticsBerke Viktor
2013-04-01Consistent header macros everywhereBerke Viktor
2013-04-01Disable Unix path detection mechanismBerke Viktor
2013-03-31Use C# style license commentsBerke Viktor
2013-03-31Revert "Cosmetics"Berke Viktor
2013-03-31CosmeticsBerke Viktor
2013-03-31Supposed fix for license issuesBerke Viktor
2013-03-31Merge pull request #485 from RichardHitt/urlgrabRichardHitt
2013-03-31Don't clobber data, just adjust url endpointRichardHitt
2013-03-31Merge pull request #483 from gusnan/masterBerke Viktor
2013-03-31GLib 2.14 is requiredBerke Viktor
2013-03-31Fix error: format not a string literal and no format arguments [-Werror=forma...Andreas Rönnquist
2013-03-31MAKE: install hexchat-plugin.h header if plugins are enabledhasufell
2013-03-31MAKE: don't include icons and desktop file for non-gtk buildshasufell
2013-03-31CONFIGURE: allow to pass specific python versionhasufell
2013-03-31CONFIGURE: don't enable gconf schemas when gtk is disabledhasufell
2013-03-31CONFIGURE: fix configure when gtk+ is not installedhasufell
2013-03-29Merge pull request #479 from RichardHitt/urlgrabRichardHitt
2013-03-29Strip all \r and \n, not just a single \r.RichardHitt
02:27 -0400 winamp: More code cleanup' href='/git-repos/torxchat.git/commit/plugins/winamp/winamp.c?h=fix-ub&id=174db0eb7fce7735f4ba0ffd80b3974ffeec21dd'>174db0eb ^
a8392c7f ^
174db0eb ^

a8392c7f ^
174db0eb ^
a8392c7f ^
174db0eb ^
d03d6e60 ^
174db0eb ^



a8392c7f ^






d03d6e60 ^


a8392c7f ^
d03d6e60 ^
45d4fa58 ^
d03d6e60 ^


e681eafa ^
a8392c7f ^



d03d6e60 ^
507af191 ^
d03d6e60 ^


fe3df241 ^
72d7f64f ^
d03d6e60 ^
e681eafa ^
bed00e52 ^
d03d6e60 ^
e681eafa ^
d03d6e60 ^
a8392c7f ^
d03d6e60 ^


e681eafa ^
d03d6e60 ^
e681eafa ^

d03d6e60 ^

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