about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Add link coloring after visiting it.Marco Peereboom2011-12-286-56/+209
| | | | | Work around for bug #51747 from Stevan Andjelkovic <stevan.andjelkovic@strath.ac.uk>
* be more paranoid with stringsMarco Peereboom2011-12-261-3/+6
|
* Prepare for release 1.9.0.Marco Peereboom2011-12-081-2/+2
|
* make sure show actually works as wellMarco Peereboom2011-11-161-0/+1
|
* Merge branch 'master' of opensource.conformal.com:/git/xxxtermMarco Peereboom2011-11-161-1/+1
|\
| * webkit 1.4 doesn't do dom right so use 1.5 as the cutoffmarco2011-11-151-1/+1
| |
* | add F2 here tooMarco Peereboom2011-11-161-0/+1
| |
* | Add proxy command.Marco Peereboom2011-11-164-2/+69
|/ | | | | We can now toggle a proxy with F2 and we also look at HTTP_PROXY environment variable. This is handy for toggling Tor on and off.
* add vi mode that eats ctrl/mod commands in inputMarco Peereboom2011-11-152-3/+9
|
* print build versionMarco Peereboom2011-11-151-0/+5
|
* bring back old keyboard behaviormarco2011-11-152-57/+48
|
* add a hybrid input modemarco2011-11-153-0/+43
|
* add webkit 1.2 codeMarco Peereboom2011-11-113-7/+53
|
* Move focus stuff into it's own file.Marco Peereboom2011-11-114-222/+277
| | | | This will enable us to support webkit 1.2 as well.
* focus nitsmarco2011-11-111-6/+15
|
* Modify some entry box overrides.Marco Peereboom2011-11-101-8/+8
| | | | | | | | Ass a side effect of all the keyboard changes some keys lost their override in address and search entry. Bring some of those back (like ctrl-t etc). I am not sure I captured all the right ones so come debate me if you think other changes need to be made to the defaults. One can always do their own by using the ! in a keybinding.
* silence autorun js for nowMarco Peereboom2011-11-091-1/+2
|
* only set mode if focus succeedsMarco Peereboom2011-11-091-2/+4
|
* Add funky workaround for fancy rich edit boxes in RTMarco Peereboom2011-11-091-0/+17
| | | | | | | | HTML5 defines a new property called "editable". None of the old textarea or input properties has that so I never keyed off it. Turn out that it is used so treat these as editable things as well. This works around an issue in the RT rich text editor which is special in it's own way.
* fix some sites that screw with keyboard focusMarco Peereboom2011-11-091-4/+12
| | | | | | | This changes the behavior buffercommands by returning USED vs PASSTHROUGH on non ascii characters. This seems to work but I don't know if this affects non-US keyboards in any way. Please test this a lot!
* dont run JS_HINTING as oftenMarco Peereboom2011-11-091-11/+4
| | | | and clean up some debug
* handle frames and iframes as wellMarco Peereboom2011-11-091-10/+101
| | | | | | | | So now the heuristic is: focus on something in frame or iframe if nothing is found there then focus on input or textarea. This code does NOT take tabindex into account! It simply picks the first occurrence. This is deliberate!
* kill focusInput and clearFocus JSmarco2011-11-091-54/+93
| | | | | | We are way smart and do it all directly in the dom. This was the last stumbling block screwing with running auto js a bit nicer and I think we have working insert or command mode.
* cleanup and fix hintingmarco2011-11-091-96/+8
| | | | missed debug
* first attemp at doing a true keyboard modeMarco Peereboom2011-11-082-18/+184
|
* delete unused variableMarco Peereboom2011-11-051-2/+0
|
* be more quietMarco Peereboom2011-11-051-9/+3
|
* Add autorun JavaScript after page loadsMarco Peereboom2011-11-054-0/+182
| | | | | | | | | | It tries to open a default.js file followed by host.domain.js. If the host.domain.js file does not exist it tries to open domain.js. It reads the content of the default AND host/domain file and executes it. All scripts go in the ~/.xxxterm/js/ directory.
* Prepare for release 1.8.1.Marco Peereboom2011-11-051-1/+1
|
* kill a -Wshadow debugMarco Peereboom2011-11-051-2/+0
|
* Add stop commandMarco Peereboom2011-11-052-0/+10
| | | | Fixes FS#186
* Add M-p to toggle pluginsMarco Peereboom2011-11-052-1/+4
|
* Add ctrl-p to toggle pluginsMarco Peereboom2011-11-051-0/+1
|
* move common warnings to common areaMarco Peereboom2011-11-041-2/+1
|
* better warningsMarco Peereboom2011-11-041-4/+4
|
* fix a shadowed varMarco Peereboom2011-11-041-4/+4
|
* add -Wshadow to clang targetMarco Peereboom2011-11-041-2/+6
|
* Fix command bar not disappearing when status bar is enabledMarco Peereboom2011-11-041-5/+7
| | | | | | | | Found by Feinerer <feinerer@logic.at> To the status bar maintainers, you guys need to take better care making sure you don't alter signal behavior when it is enabled. That is bad juju.
* Add useful tab_id to debugMarco Peereboom2011-11-041-12/+15
|
* one more filemarco2011-11-031-1/+3
|
* use install instead of cp and mkdir for installmarco2011-11-031-7/+8
|
* set default encoding to UTF-8 as requestedmarco2011-11-032-2/+2
|
* document zzmarco2011-11-031-0/+2
|
* add zz command to center pagemarco2011-11-031-0/+6
|
* Missed one more cmd_hide.marco2011-11-031-1/+2
|
* Fix a warning that was an actual issue.Marco Peereboom2011-11-031-5/+8
| | | | Found by gcc!
* fix extra <li>, pointed out by rgouveiaMarco Peereboom2011-11-031-1/+1
|
* fix a clang warningMarco Peereboom2011-11-031-1/+3
|
* add uninstall target and install icon alreadyMarco Peereboom2011-11-031-0/+19
|
* Fix 2 clever bugsMarco Peereboom2011-11-032-12/+27
| | | | | | | | | First :js/pl/cookie domain save wasn't saving the actual domain. I tried being clever to save a switch statement. FAIL. Second I tried to save an else statement. Again FAIL. Next time I am doing clever things please yell at me.
>81190251 ^
a2726b6a ^

5b7f9dff ^
a2726b6a ^


5b7f9dff ^














a2726b6a ^

81190251 ^
a2726b6a ^


81190251 ^
3bb1f124 ^
81190251 ^







88f423af ^

81190251 ^




a2726b6a ^

b4e9905d ^
a2726b6a ^
b4e9905d ^
3bb1f124 ^
b4e9905d ^
81190251 ^
b4e9905d ^

81190251 ^
b4e9905d ^
b4e9905d ^

a2726b6a ^

b4e9905d ^
a2726b6a ^
b4e9905d ^
3bb1f124 ^
b4e9905d ^
81190251 ^
b4e9905d ^

81190251 ^
b4e9905d ^
b4e9905d ^

a2726b6a ^

b4e9905d ^
a2726b6a ^
b4e9905d ^
3bb1f124 ^
b4e9905d ^
81190251 ^
b4e9905d ^

81190251 ^
b4e9905d ^
b4e9905d ^

a2726b6a ^

b4e9905d ^
a2726b6a ^
b4e9905d ^
3bb1f124 ^
b4e9905d ^
81190251 ^
b4e9905d ^

81190251 ^
b4e9905d ^
b4e9905d ^

a2726b6a ^

b4e9905d ^
a2726b6a ^
b4e9905d ^
3bb1f124 ^
b4e9905d ^



81190251 ^
b4e9905d ^
b4e9905d ^

a2726b6a ^

b4e9905d ^
a2726b6a ^
b4e9905d ^
3bb1f124 ^
b4e9905d ^



81190251 ^
b4e9905d ^
b4e9905d ^

a2726b6a ^

b4e9905d ^
a2726b6a ^
b4e9905d ^
3bb1f124 ^
b4e9905d ^



81190251 ^
b4e9905d ^
b4e9905d ^

a2726b6a ^

b4e9905d ^
a2726b6a ^
b4e9905d ^
3bb1f124 ^
b4e9905d ^


21f0bd04 ^
81190251 ^
21f0bd04 ^
21f0bd04 ^

a2726b6a ^

21f0bd04 ^
a2726b6a ^
21f0bd04 ^
3bb1f124 ^
21f0bd04 ^
81190251 ^
21f0bd04 ^
91d4097d ^
81190251 ^
91d4097d ^
91d4097d ^

a2726b6a ^

91d4097d ^
a2726b6a ^
91d4097d ^
3bb1f124 ^
91d4097d ^
81190251 ^
91d4097d ^
bd221f6f ^
81190251 ^
bd221f6f ^
bd221f6f ^

a2726b6a ^

bd221f6f ^
a2726b6a ^
bd221f6f ^
3bb1f124 ^
bd221f6f ^
81190251 ^
bd221f6f ^

81190251 ^
bd221f6f ^
bd221f6f ^

a2726b6a ^

bd221f6f ^
a2726b6a ^
bd221f6f ^
3bb1f124 ^
bd221f6f ^
81190251 ^
bd221f6f ^
b4e9905d ^
81190251 ^
0ee6c7a6 ^
0ee6c7a6 ^

a2726b6a ^

0ee6c7a6 ^
a2726b6a ^
0ee6c7a6 ^
3bb1f124 ^
5319a03a ^


0ee6c7a6 ^
5319a03a ^
0ee6c7a6 ^
5319a03a ^
0ee6c7a6 ^
88f423af ^




0ee6c7a6 ^
81190251 ^
0ee6c7a6 ^
0ee6c7a6 ^

a2726b6a ^

0ee6c7a6 ^
a2726b6a ^
7842b0d1 ^
3bb1f124 ^
5319a03a ^


5c65599e ^
5319a03a ^
7842b0d1 ^
5319a03a ^
0ee6c7a6 ^
88f423af ^




0ee6c7a6 ^
81190251 ^
0ee6c7a6 ^
0ee6c7a6 ^

a2726b6a ^

0ee6c7a6 ^
a2726b6a ^
0ee6c7a6 ^
3bb1f124 ^
5319a03a ^


0ee6c7a6 ^
5319a03a ^
0ee6c7a6 ^
5319a03a ^
0ee6c7a6 ^
88f423af ^




7842b0d1 ^
81190251 ^
7842b0d1 ^
540d658e ^
cae2979a ^
a2726b6a ^

cae2979a ^
a2726b6a ^


cae2979a ^
3bb1f124 ^
cae2979a ^
5319a03a ^

cae2979a ^
d56f6dc3 ^
5ec2d3cf ^
88f423af ^

5ec2d3cf ^
81190251 ^
5ec2d3cf ^
5ec2d3cf ^

a2726b6a ^

5ec2d3cf ^
a2726b6a ^


5ec2d3cf ^
3bb1f124 ^
5319a03a ^


5ec2d3cf ^
5319a03a ^
5ec2d3cf ^
88f423af ^

cae2979a ^
81190251 ^
cae2979a ^
cae2979a ^
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
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446