about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* url: do not rely on $ -> toString conversionbptato2025-01-011-2/+2
* layout, dom: input rendering fixesbptato2025-01-016-3/+15
* layout: fix regression in cd069a76ebptato2025-01-013-18/+20
* layout: prevent double-clear for flow rootsbptato2025-01-013-11/+49
* config: deprecate 8bit, 24bit color-mode aliasesbptato2025-01-011-0/+2
* dom: add cookie setter stub, HTMLSelectElement stuffbptato2025-01-011-19/+68
* layout: add missing StyledNode ref to parent inline boxesbptato2025-01-011-1/+2
* dom: small refactoring + optimizationbptato2024-12-312-22/+22
* dom: expose currentScriptbptato2024-12-311-1/+1
* cascade: prevent blockification for non-inline absolute boxesbptato2024-12-303-4/+46
* layout: absolute sizing fixesbptato2024-12-305-4/+113
* cascade: inline presentational hint calculationbptato2024-12-301-19/+19
* format, tools: use ARCbptato2024-12-303-2/+6
* Add built-in image viewerbptato2024-12-305-3/+40
* buffer: make video, audio clickablebptato2024-12-306-39/+78
* layout: fix position: relative for right, bottombptato2024-12-303-4/+17
* dom, cssvalues: add getComputedStylebptato2024-12-305-44/+113
* layout: fix an overflow bugbptato2024-12-303-1/+29
* pager: misc improvementsbptato2024-12-301-44/+44
* dom: add input type getter/setterbptato2024-12-301-1/+1
* script: improve defineConstsbptato2024-12-306-5/+21
* cssvalues: fix length shorthand parsingbptato2024-12-302-4/+3
* env: stub postMessagebptato2024-12-301-0/+3
* 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