about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Do not set client.console.tty twicebptato2022-12-061-3/+2
* Fix stupid cmsg_len hackbptato2022-12-061-3/+3
* Table changesbptato2022-12-062-16/+25
* Optimize sendCursorPosition/updateHover, close streams after loadResourcebptato2022-12-063-19/+23
* Add 1G as cursorFirstLine shortcutbptato2022-12-051-0/+1
* Trigger status event when number of lines changedbptato2022-12-051-5/+7
* Fix a punycode decoding bugbptato2022-12-051-1/+1
* Hacky inline-table implementationbptato2022-12-051-2/+45
* Fix parsing of empty combinator selectorsbptato2022-12-051-1/+6
* Remove unused twtstr functionsbptato2022-12-053-31/+4
* Add title tag support, peek, peekCursorbptato2022-12-054-2/+41
* Add -M, -Vbptato2022-12-054-4/+43
* Proper fix for url hash setterbptato2022-12-051-2/+1
* Handle events after input toobptato2022-12-051-0/+3
* Fix hack of previous commitbptato2022-12-051-1/+2
* sighbptato2022-12-051-1/+2
* Add event loop to headless modebptato2022-12-031-0/+24
* Fix index error in parseDimensionValuesbptato2022-12-031-1/+1
* Make redraw() actually clear the screenbptato2022-12-013-1/+8
* Fix some screen update issues, remove redraw timerbptato2022-12-014-35/+36
* Do not center error-corrected linesbptato2022-11-301-1/+1
* *_HOME should be disabled when stdin *is* a ttybptato2022-11-301-1/+1
* layout: clean up previously rendered root boxesbptato2022-11-301-0/+1
* Clean up ips/serialize genericsbptato2022-11-301-86/+53
* Remove useless sread/swrite procsbptato2022-11-301-51/+16
* Disable *_HOME when stdin is a ttybptato2022-11-301-1/+1
* Load fork-server config after parsing argumentsbptato2022-11-301-1/+1
* Support WWW_HOME, HTTP_HOMEbptato2022-11-301-0/+7
* term: fix cursorForward, cursorBackwardbptato2022-11-301-2/+2
* Fix typobptato2022-11-301-1/+1
* Add siteconf, fix lineedit bugsbptato2022-11-298-18/+165
* renderdocument: fix bug negative padwidth bugbptato2022-11-291-1/+8
* Restore cursor position on reloadbptato2022-11-293-34/+49
* Add line editing history, other lineedit fixesbptato2022-11-294-96/+137
* Fix initial values for left, right, top, bottombptato2022-11-291-1/+6
* Add missing iflush call, add experimental line height error correctionbptato2022-11-292-1/+15
* Fix container insertionbptato2022-11-281-1/+1
* Add position css property, inline block fixesbptato2022-11-284-111/+221
* Add textareabptato2022-11-2821-190/+411
* Add support for <button>bptato2022-11-274-15/+45
* Rework broken non-blocking iobptato2022-11-276-81/+155
* Fix adoption agency algorithm bugsbptato2022-11-273-13/+22
* Fix some regressions, add loading progress barbptato2022-11-2711-253/+302
* Also, implement proper asyncbptato2022-11-276-283/+420
* Get rid of writeCommand in containerbptato2022-11-262-203/+245
* Fix lineedit bugsbptato2022-11-264-97/+125
* Fix some table layout issuesbptato2022-11-2511-259/+302
* Add some quirks mode rules + presentational hintsbptato2022-11-257-24/+143
* Fix misc bugsbptato2022-11-253-9/+16
* Improve status messages, fix regressions, etcbptato2022-11-2511-192/+243
.9.0b1&id=d1a1173ddc315f21a3d468f43ac55aa43d31883d'>d1a1173d ^
7c869ebd ^

d1a1173d ^



a23a3649 ^
d1a1173d ^






ba3f04ea ^
d1a1173d ^






ea87d005 ^
d1a1173d ^




43e0f44a ^
d1a1173d ^


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