about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* res: remove unicode tablesbptato2024-11-134-11896/+13
* config: resolve download-dir as path, update docsbptato2024-11-1310-34/+80
* config.toml: respect TMPDIRbptato2024-11-124-10/+17
* gopher: url decode path & query before submissionbptato2024-11-121-1/+3
* container: fix `U' cursor repositioning (really)bptato2024-11-122-25/+16
* Remove useless filebptato2024-11-121-1/+0
* 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-118-292/+212
* 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-104-1/+10
* 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-098-27/+59
* Update monouchabptato2024-11-092-6/+6
* layout: adjust fixed positioningbptato2024-11-091-2/+12
* layout: fix a few more flex sizing bugsbptato2024-11-095-61/+118
* dom: support all HTMLHyperlinkElementUtils gettersbptato2024-11-0920-130/+220
* layout: fix initial flex item width calculationbptato2024-11-087-18/+60
* Fix some C warnings, more makefile vars, etc.bptato2024-11-089-58/+74
* poll: fix clear()bptato2024-11-072-3/+6
* ftp: improve sendCommand error handlingbptato2024-11-071-17/+15
* url: fix compilation on Nim 1.6.14bptato2024-11-075-28/+29
* chaseccomp: update docs, remove redundant importbptato2024-11-073-9/+11
* luwrap: fix compilation on 2.0.8 and refactor a bitbptato2024-11-055-23/+16
* gopher: rewrite in shellbptato2024-11-057-175/+123
* gopher: move ipv6 handling to lcgibptato2024-11-042-10/+18
* url: fix crash on invalid ipv6 syntaxbptato2024-11-042-1/+2
* chaseccomp: lock down clone; fix mprotect on bionicbptato2024-11-045-10/+23
* dynstream: fix crash on *BSDbptato2024-11-041-1/+4
* utils, types: merge some modulesbptato2024-11-0333-323/+266
* renderdocument: recurse in renderBlockBoxbptato2024-11-031-54/+47
* layout: fix a small table bugbptato2024-11-023-2/+10
* dom: add localName, simplifybptato2024-11-022-16/+24
* layout: remove inline roundingbptato2024-11-024-6/+5
* remove an empty filebptato2024-11-021-0/+0
* cssparser: fix parsing of unrecognized at rulesbptato2024-11-025-26/+30
* protocol: sandbox more network processes + fix some gemini bugsbptato2024-11-028-15/+19
* container: fix nil deref on cancelbptato2024-11-021-3/+4
* layout: fix yet another inline float bugbptato2024-11-013-1/+12
* dom: fix <select> default state with size=1bptato2024-11-011-20/+14
* urlenc: strip a trailing newline from input, etcbptato2024-11-013-40/+40
* Makefile: check for cd return statusbptato2024-11-011-7/+7
* layout: simplify a bit, fix some inline float bugsbptato2024-11-016-113/+103
* chaseccomp: revert parts of d9ca197ebptato2024-10-313-5/+6
* config: fix relative includes with -Cbptato2024-10-311-2/+3
* dom: add HTMLSelectElementbptato2024-10-311-8/+76