about summary refs log tree commit diff stats
path: root/xxxterm.c
Commit message (Expand)AuthorAgeFilesLines
* don't add duplicate linksMarco Peereboom2010-08-101-2/+14
* plug memleak and more paranoia on file errorsMarco Peereboom2010-08-101-5/+8
* make tabs reordableMarco Peereboom2010-08-101-3/+6
* Make :1 mean "go to top". ok marcojacekm2010-06-171-0/+2
* Add half-page movements, C-d and C-u. ok marcojacekm2010-06-161-4/+18
* Fix "missing sentinel" gcc4 warnings. ok marcojacekm2010-06-151-13/+13
* Strip leading whitespace in uri bar, which helps when pasting thingsjacekm2010-06-151-0/+2
* Correct cookies path. It tried using ~/.xxxterm/favorites/cookies.txt,jacekm2010-06-151-8/+8
* Must recalculate tab_id for all tabs after closing any tab but thejacekm2010-06-151-0/+3
* Fix use after free and some other bugletsMarco Peereboom2010-03-271-22/+63
* Make uri_entry green when https://Marco Peereboom2010-03-021-0/+12
* make font sizes a tab property not gloablMarco Peereboom2010-02-281-40/+46
* Proof of concept :set enable_scriptsMarco Peereboom2010-02-281-25/+54
* make set about:configMarco Peereboom2010-02-281-1/+1
* add set command; only prints settingsMarco Peereboom2010-02-281-0/+71
* add tab first and lastMarco Peereboom2010-02-281-2/+24
* add f7 to focus on search entryMarco Peereboom2010-02-281-1/+5
* a little more testing for mime typesMarco Peereboom2010-02-271-0/+3
* mime handler for launching content in an external program.Marco Peereboom2010-02-271-0/+116
* Add some window titles, from Mulder, Jonathan Edward" <mulderje@muohio.edu>Marco Peereboom2010-02-271-0/+10
* more javascript open window tricks fromMarco Peereboom2010-02-271-0/+13
* disable scripts and plugins by default. WTF was I on?Marco Peereboom2010-02-261-2/+2
* missed one new window requestMarco Peereboom2010-02-261-1/+22
* remove todo itemMarco Peereboom2010-02-261-1/+0
* Add :favadd commandMarco Peereboom2010-02-261-1/+46
* Simplify policy decissionMarco Peereboom2010-02-261-19/+5
* This fixes the clicking on my wifes site.Marco Peereboom2010-02-261-0/+15
* update todoMarco Peereboom2010-02-251-2/+2
* add backward search ?Marco Peereboom2010-02-251-12/+25
* o document favoritesTodd Fries2010-02-251-3/+3
* Add favoritesMarco Peereboom2010-02-251-8/+120
* sure do test, marco@Todd Fries2010-02-251-0/+3
* permit shrink/grow of font sizes, ok marco@Todd Fries2010-02-251-2/+23
* match refresh keys in vi (C-r/C-l)Todd Fries2010-02-251-0/+2
* Add version check around WEBKIT_LOAD_FAILEDMarco Peereboom2010-02-241-0/+2
* two more vi keybindings, ok marco@Todd Fries2010-02-241-0/+2
* add search with / and n and NMarco Peereboom2010-02-241-6/+119
* fix forward backward logicMarco Peereboom2010-02-231-4/+4
* give focus after activating search_entryMarco Peereboom2010-02-231-0/+1
* Add fancy_bar that contains stop, backward and forward buttonn and searchMarco Peereboom2010-02-231-1/+124
* Add arrows on tabs when overflowingMarco Peereboom2010-02-221-0/+1
* Some more keybindingsMarco Peereboom2010-02-221-2/+5
* Add f5 for reload and f6 to focus on uri entryMarco Peereboom2010-02-221-0/+23
* update todoMarco Peereboom2010-02-211-0/+5
* Add default_font_size, enable_scripts & enable_pluginsMarco Peereboom2010-02-211-0/+43
* Remove todo itemMarco Peereboom2010-02-211-1/+0
* Add proxy supportMarco Peereboom2010-02-211-7/+44
* Add cookie enable and read only cookies to config fileMarco Peereboom2010-02-211-3/+24
* Add cookie support. Can't be disabled for now.Marco Peereboom2010-02-211-2/+27
* Enforce a valid download dir and use ~ for defaultMarco Peereboom2010-02-211-0/+7
doru.org> 2020-07-07 14:18:57 +0200 Apply coding style' href='/danisanti/profani-tty/commit/src/tools/autocomplete.h?id=a2726b6a7d16f5f846a882fbbe9127e4604bb8bb'>a2726b6a ^
89d3b9fc ^
e27061b1 ^
4bd06a5d ^
a2726b6a ^
aef74f90 ^
bfaf737e ^
89d3b9fc ^
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