about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* cssvalues: fix font-weight parsingbptato2024-12-293-3/+4
* lcgi: add missing noreturnbptato2024-12-291-1/+1
* Update docsbptato2024-12-292-3/+27
* cookie: add persistent cookies, misc refactoring/fixesbptato2024-12-2915-293/+572
* config: clean up redundant CHA_DIR, update CGI docsbptato2024-12-295-47/+23
* pager: small cleanupbptato2024-12-291-2/+1
* history: remove comment parsing, fix fd leakbptato2024-12-292-8/+9
* xhr: fix flipped exception in overrideMimeTypebptato2024-12-282-1/+3
* cookie: remove redundant checkbptato2024-12-281-3/+1
* layout: fix various padding bugsbptato2024-12-283-32/+52
* uri2html: escape ampersandbptato2024-12-281-1/+1
* env: add innerWidth, innerHeightbptato2024-12-281-0/+6
* env: do not copy attrs, fix screen on clientbptato2024-12-285-29/+31
* layout: fix a flex sizing bugbptato2024-12-273-5/+18
* cookie: remove broken third-party-cookie optionbptato2024-12-274-37/+6
* dom: standard querySelector/All; type erase childrenbptato2024-12-272-27/+54
* dom: set elIndex to -1 for AttrDummyElementbptato2024-12-271-0/+2
* dom: expose getPropertyValuebptato2024-12-271-1/+1
* term: fix in-cell offset bug on kitty image scrollbptato2024-12-271-0/+5
* CHA_CONFIG_DIR -> CHA_DIRbptato2024-12-2710-16/+23
* Update docsbptato2024-12-274-164/+220
* dom: add focus()bptato2024-12-274-4/+16
* Update monouchabptato2024-12-262-6/+6
* layout: improve intrinsic minimum size calculationbptato2024-12-2610-85/+225
* jsencoding: fix nil deref on empty encode inputbptato2024-12-262-9/+10
* term: fix display-charset not being interpretedbptato2024-12-261-5/+5
* Update todobptato2024-12-261-3/+5
* Optimize some Option[string] outbptato2024-12-265-25/+29
* env: fix taintEnabledbptato2024-12-261-1/+1
* buffer: add "app" scripting modebptato2024-12-268-47/+89
* env: reflect user agent header in userAgentbptato2024-12-264-6/+10
* config: fix selection copybptato2024-12-221-3/+4
* Strict def fixesbptato2024-12-225-5/+7
* main: add missing noreturnbptato2024-12-221-1/+1
* uri2html: skip hr if title is emptybptato2024-12-221-1/+1
* buffer.chasc: allow reversed clone syscall signaturebptato2024-12-221-2/+6
* history: fix entry droppingbptato2024-12-221-0/+2
* dom: optimize textContent, nodeValue; add nodeValue setterbptato2024-12-221-16/+31
* config: fix overriding substring bindingsbptato2024-12-222-10/+6
* chaseccomp: add CFLAGS, LDFLAGS to makefilebptato2024-12-222-1/+3
* Misc character display fixesbptato2024-12-2214-326/+80
* Add historybptato2024-12-1714-50/+260
* twtstr: improve content type parameter handlingbptato2024-12-225-8/+32
* layout: resolve percentage width for auto table cellsbptato2024-12-213-9/+24
* cascade: actually, it should be inline-blockbptato2024-12-203-1/+18
* cascade: blockify on position: absolute or fixedbptato2024-12-202-4/+5
* box: InlineFragment -> InlineBoxbptato2024-12-204-150/+147
* cssparser: small refactoringbptato2024-12-201-37/+23
* buffer: only set new buffer's target on clonebptato2024-12-203-8/+10
* nanosvg, myaddr: fix obuf type and myaddr shimbptato2024-12-202-3/+3