summary refs log tree commit diff stats
path: root/src/fe-gtk/fkeys.c
AgeCommit message (Collapse)Author
2013-01-09Make source cleah with cppcheck, except for mpc and saslRichardHitt
2013-01-07Merge pull request #341 from TingPing/lastactRichardHitt
Add last activity keybinding from fedora
2013-01-07Simplification of new code -- eliminate member lastact_elemRichard Hitt
2013-01-05update keybinding descriptionTingPing
2012-12-25Add last activity keybinding from fedoraTingPing
2012-12-23fix incorrect FSF addressDan Mashal
2012-11-03Initial commit for utf8 everywhere.Arnavion
2012-10-30Eliminate even more warnings and bump warning level to 3Berke Viktor
Shouldn't need to go any higher, level 4+ gives insane warnings
2012-10-30Nah, even more rebrandingBerke Viktor
2012-10-24A lot more rebrandingBerke Viktor
2012-10-22Variable cleanup for the restBerke Viktor
2012-10-22Variable cleanup for input_*Berke Viktor
2012-10-22Variable cleanup for completion_*Berke Viktor
2012-10-21Make modifier buttons truly abstractBerke Viktor
2012-07-21Some aid for compiler warningsBerke Viktor
2012-07-14Update XChat to r1516Berke Viktor
2012-07-12Some more rebrandingBerke Viktor
2012-06-16Fix string handling for Turkish localeBerke Viktor
2011-12-11initial patches for linux compatibilityBerke Viktor
2011-08-07fix another mysterious ifdef which breaks gtkspell usage on windowsviktor@asus
2011-02-28add wdk changes to named branchberkeviktor@aol.com
2011-02-24add xchat r1489berkeviktor@aol.com
4 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?id=4a6ceffb98a0b785494f680d3776c4bfc4052f9e'>4a6ceffb ^
e681eafa ^
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 ^
798db736 ^











e0fb3d53 ^

18eaccb8 ^


98aa62f6 ^
4a6ceffb ^






e681eafa ^

4a6ceffb ^



f4f27e43 ^
4a6ceffb ^
e8456bea ^
4a6ceffb ^




40f26429 ^


4a6ceffb ^
afee9fd4 ^
4a6ceffb ^


85bdb06c ^
4a6ceffb ^
5ca767f7 ^







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