about summary refs log tree commit diff stats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* dom: add option value setter, input checked setterbptato2025-01-031-22/+26
* script, buffer: add <, > around URLbptato2025-01-032-2/+2
* layout: drop overflow trackingbptato2025-01-032-72/+10
* Unify PositionStaticLike, update todobptato2025-01-032-6/+0
* jsintl: add selectbptato2025-01-031-0/+5
* dom: fully implement ParentNode mixinbptato2025-01-031-2/+108
* buffer: percent decode anchor in gotoAnchorbptato2025-01-031-1/+1
* loader: add proper HTTP auth handlingbptato2025-01-034-9/+88
* dom: add CSSStyleDeclaration setProperty, removeProperty; stub out scrollTobptato2025-01-021-17/+49
* layout: implement layoutFlexItem as layoutRootBlockbptato2025-01-021-16/+15
* layout: cache sub-layoutsbptato2025-01-022-46/+53
* layout: ignore general category Me, Mnbptato2025-01-022-1/+16
* pager: history fixesbptato2025-01-012-2/+10
* url: do not rely on $ -> toString conversionbptato2025-01-011-2/+2
* layout, dom: input rendering fixesbptato2025-01-012-3/+3
* layout: fix regression in cd069a76ebptato2025-01-011-17/+13
* layout: prevent double-clear for flow rootsbptato2025-01-011-11/+20
* 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-301-4/+8
* layout: absolute sizing fixesbptato2024-12-301-4/+16
* cascade: inline presentational hint calculationbptato2024-12-301-19/+19
* buffer: make video, audio clickablebptato2024-12-304-35/+68
* layout: fix position: relative for right, bottombptato2024-12-301-4/+2
* dom, cssvalues: add getComputedStylebptato2024-12-305-44/+113
* layout: fix an overflow bugbptato2024-12-301-1/+3
* pager: misc improvementsbptato2024-12-301-44/+44
* dom: add input type getter/setterbptato2024-12-301-1/+1
* script: improve defineConstsbptato2024-12-304-3/+16
* cssvalues: fix length shorthand parsingbptato2024-12-301-1/+1
* env: stub postMessagebptato2024-12-301-0/+3
* cssvalues: fix font-weight parsingbptato2024-12-291-2/+2
* cookie: add persistent cookies, misc refactoring/fixesbptato2024-12-299-283/+501
* config: clean up redundant CHA_DIR, update CGI docsbptato2024-12-292-20/+15
* 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-281-1/+1
* cookie: remove redundant checkbptato2024-12-281-3/+1
* layout: fix various padding bugsbptato2024-12-281-32/+26
* 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-271-5/+4
* cookie: remove broken third-party-cookie optionbptato2024-12-273-23/+4
* 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