about summary refs log tree commit diff stats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* dom: add Image constructorbptato2024-11-191-0/+10
* event: fix preventDefault with stopImmediatePropagationbptato2024-11-191-5/+4
* container: add numLines getterbptato2024-11-191-1/+1
* layout: fix intrinsic min width with whitespace: prebptato2024-11-191-0/+1
* layout: fix indefinitely sized flex items with boundsbptato2024-11-191-1/+8
* dom: add HTMLHyperlinkElementUtils settersbptato2024-11-192-30/+82
* Update monoucha, fix some JS testsbptato2024-11-186-46/+54
* ua.css, event: small clean upbptato2024-11-181-1/+0
* dynstream: check lseek return codebptato2024-11-171-0/+1
* layout: fix crash on overlapping rowspan/colspanbptato2024-11-171-2/+3
* buffer: fix hover text not showing up with pseudo elementsbptato2024-11-172-78/+66
* buffer: clean up findPrevLink, findNextLinkbptato2024-11-171-82/+57
* select: add cursorPrevLink, cursorNextLinkbptato2024-11-171-0/+6
* container: do not share cached images on clonebptato2024-11-161-0/+1
* dom: add getElementsByName, fix adoptbptato2024-11-161-1/+10
* Update monouchabptato2024-11-161-1/+1
* url: improve special scheme detectionbptato2024-11-161-62/+69
* dom: run insertion steps for descendants on insertionbptato2024-11-151-10/+21
* url: fix serializeFormURLEncoded, refactorbptato2024-11-152-31/+22
* color: clean up dead codebptato2024-11-151-16/+4
* twtstr: beforeLast -> untilLastbptato2024-11-153-4/+4
* formdata: eliminate a global varbptato2024-11-158-31/+36
* js: reorganize modules, update docsbptato2024-11-1521-57/+52
* cssvalues: reduce CSSComputedValue sizebptato2024-11-145-91/+102
* layout: fix another flex sizing bugbptato2024-11-141-1/+8
* buffer: skip unnecessary reshape in some casesbptato2024-11-141-25/+26
* layout: remove inline paddingbptato2024-11-131-24/+5
* chapath: fix a few more bugs, simplifybptato2024-11-132-65/+34
* config: resolve download-dir as path, update docsbptato2024-11-132-2/+4
* config.toml: respect TMPDIRbptato2024-11-121-6/+10
* container: fix `U' cursor repositioning (really)bptato2024-11-122-25/+16
* buffer: fix broken gotoAnchor behaviorbptato2024-11-125-90/+123
* client: do not reopen istream if stdin is a ttybptato2024-11-121-6/+5
* url: reduce URL object size, simplifybptato2024-11-117-291/+208
* client: run actions for mouse clicksbptato2024-11-101-12/+16
* dom: add replaceChild, requestAnimationFramebptato2024-11-104-7/+17
* cascade: adjust prefers-color-scheme based on terminal backgroundbptato2024-11-103-1/+3
* layout -> cssbptato2024-11-109-12/+12
* dom: misc fixes & additionsbptato2024-11-092-0/+28
* dom: skip alternate stylesheets, add disabledbptato2024-11-092-6/+14
* layout: improve image sizingbptato2024-11-091-24/+16
* renderdocument: basic stacking context supportbptato2024-11-092-15/+51
* Update monouchabptato2024-11-091-1/+1
* layout: adjust fixed positioningbptato2024-11-091-2/+12
* layout: fix a few more flex sizing bugsbptato2024-11-091-61/+84
* dom: support all HTMLHyperlinkElementUtils gettersbptato2024-11-093-20/+64
* layout: fix initial flex item width calculationbptato2024-11-081-13/+32
* Fix some C warnings, more makefile vars, etc.bptato2024-11-081-1/+1
* poll: fix clear()bptato2024-11-072-3/+6
* url: fix compilation on Nim 1.6.14bptato2024-11-075-28/+29