about summary refs log tree commit diff stats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* dom: add isSameNode, isEqualNodebptato2024-04-201-0/+54
* sandbox: allow syscalls for epoll Nim selectorsbptato2024-04-201-0/+4
* layout: fix a list style positioning bugbptato2024-04-201-2/+2
* layout: float sizing fixesbptato2024-04-191-8/+21
* http: fix sandbox violation in readFromStdinbptato2024-04-191-0/+2
* twtstr: remove pointless checks in parseIntImplbptato2024-04-191-5/+3
* url, twtstr: correct number parsingbptato2024-04-185-68/+75
* sandbox: seccomp support on Linuxbptato2024-04-1810-44/+275
* layout: accept inline-flex in iflushbptato2024-04-171-1/+1
* strwidth: return alpha for underscore in vi wordsbptato2024-04-171-1/+1
* Update code stylebptato2024-04-1777-2689/+2821
* term: save/restore title after "set title"bptato2024-04-161-2/+12
* url: fix flipped comparisonbptato2024-04-161-1/+1
* layout: fix list-item positioningbptato2024-04-162-3/+12
* url: refactorbptato2024-04-161-186/+187
* js: remove automatic function -> closure conversionbptato2024-04-158-105/+75
* layout: remove ListItemBox, handle inline-flex correctlybptato2024-04-153-91/+65
* dom: use pointers instead of numerical ids for collectionsbptato2024-04-141-10/+9
* dom: add onclick attribute supportbptato2024-04-144-53/+112
* utils: polyfill addr/unsafeAddr distinction in Nim 2+bptato2024-04-141-0/+18
* layout: height fixesbptato2024-04-121-41/+22
* bind_unix, connect_unix: add string.h includebptato2024-04-122-0/+2
* dom: fix missing attribute reflection for <button>bptato2024-04-111-0/+1
* renderdocument: do not layout with styledRoot == nilbptato2024-04-111-1/+4
* twtstr: remove isAscii, simplify onlyWhitespacebptato2024-04-102-12/+3
* url: use AsciiDigit, not Digitsbptato2024-04-101-5/+5
* twtstr: remove pointless lookup tablesbptato2024-04-101-18/+10
* term: do not eat last DA1 valuebptato2024-04-101-3/+9
* layout: slightly hacky flex-basis implementationbptato2024-04-091-2/+21
* Update Chamebptato2024-04-091-1/+1
* Remove unnecessary std/math importsbptato2024-04-082-9/+6
* remove dead code, fix openArray casingbptato2024-04-083-7/+4
* css, layout: flexbox fixesbptato2024-04-062-8/+31
* layout: clean up resolveSizesbptato2024-04-051-80/+74
* Initial flexbox supportbptato2024-04-052-163/+537
* sandbox: add OpenBSD pledge/unveil supportbptato2024-04-034-8/+39
* loader: constant time key comparisonbptato2024-04-021-1/+13
* pager: fix incremental search with empty stringbptato2024-03-301-3/+11
* pager: fix weird halfPage* behaviorbptato2024-03-301-6/+6
* pager: exclude status line from buffer heightbptato2024-03-302-1/+9
* layout: add missing min/max heights to absolute sizesbptato2024-03-301-1/+3
* layout: fix various table cell sizing bugsbptato2024-03-301-47/+35
* pager: edit source fixesbptato2024-03-302-71/+56
* layout: fix float positioning with marginsbptato2024-03-301-1/+1
* buffer: fix markURL in plaintextbptato2024-03-291-3/+31
* term: flush stdout in anyKeybptato2024-03-291-0/+1
* pager: fix broken writeToFilebptato2024-03-292-5/+4
* ansi2html: support passing titlesbptato2024-03-292-17/+22
* fflush() before forksbptato2024-03-283-6/+19
* Add capsicum supportbptato2024-03-2811-38/+169