about summary refs log tree commit diff stats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* chaseccomp: update docs, remove redundant importbptato2024-11-071-2/+0
* luwrap: fix compilation on 2.0.8 and refactor a bitbptato2024-11-055-23/+16
* url: fix crash on invalid ipv6 syntaxbptato2024-11-041-1/+1
* dynstream: fix crash on *BSDbptato2024-11-041-1/+4
* utils, types: merge some modulesbptato2024-11-0330-315/+262
* renderdocument: recurse in renderBlockBoxbptato2024-11-031-54/+47
* layout: fix a small table bugbptato2024-11-021-2/+2
* dom: add localName, simplifybptato2024-11-021-16/+15
* layout: remove inline roundingbptato2024-11-022-6/+2
* remove an empty filebptato2024-11-021-0/+0
* cssparser: fix parsing of unrecognized at rulesbptato2024-11-022-25/+20
* container: fix nil deref on cancelbptato2024-11-021-3/+4
* layout: fix yet another inline float bugbptato2024-11-011-1/+4
* dom: fix <select> default state with size=1bptato2024-11-011-20/+14
* layout: simplify a bit, fix some inline float bugsbptato2024-11-012-113/+77
* config: fix relative includes with -Cbptato2024-10-311-2/+3
* dom: add HTMLSelectElementbptato2024-10-311-8/+76
* layout: refactor flow and fix some bugs in the processbptato2024-10-313-351/+318
* headers: fix formattingbptato2024-10-311-1/+1
* pager: fix borked error checkbptato2024-10-311-1/+1
* dynstream: restrict permissions to userbptato2024-10-311-0/+1
* chaseccomp: fix compilation with newest dash, misc changesbptato2024-10-311-3/+0