about summary refs log tree commit diff stats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* chaseccomp: fix compilation with newest dash, misc changesbptato2024-10-311-3/+0
* container: fix peekCursor showing hover texts in the wrong orderbptato2024-10-291-4/+5
* timeout: fix crash on clearTimeout inside setTimeoutbptato2024-10-281-9/+16
* Update monouchabptato2024-10-281-1/+1
* url: small cleanupbptato2024-10-281-11/+9
* config: refactor, accept more possible config dirsbptato2024-10-284-90/+69
* layout: fix margin resolution for absolutely positioned boxesbptato2024-10-281-6/+10
* layout: implement position: fixedbptato2024-10-282-16/+18
* url: add searchParams.hasbptato2024-10-281-0/+8
* xhr: fix onReadXHR EAGAIN handlingbptato2024-10-281-4/+4
* pager: misc extern fixesbptato2024-10-271-80/+109
* Clean up forward declarations a bitbptato2024-10-279-68/+72
* container: fix crash on isearch between redirectsbptato2024-10-271-1/+1
* selectorparser: fix parsing of invalid pseudo elementsbptato2024-10-261-16/+35
* cssparser: do not accept invalid rulesbptato2024-10-251-2/+3
* layout: fix nested absolute positioning, refactor initial size resolutionbptato2024-10-252-109/+113
* sandbox: use relative path to the object filebptato2024-10-231-1/+6
* termcap: merge into termbptato2024-10-233-35/+29
* sandbox: replace libseccomp with chaseccompbptato2024-10-234-240/+29
* color: use 64-bit SWARbptato2024-10-221-34/+15
* layout: remove questionable use of newSeqUninitializedbptato2024-10-211-5/+2
* poll: nimifybptato2024-10-201-8/+22
* dynstream: refactorbptato2024-10-2018-255/+224
* dynstream, serversocket: use posix instead of nativesocketsbptato2024-10-2010-106/+56
* sandbox: do not ask for signal permissionsbptato2024-10-171-3/+0
* layout: fix inline float + position: absolute bugbptato2024-10-161-5/+6
* css: add reverse video extensionbptato2024-10-152-0/+3
* layout: fix float positioning in inline contextsbptato2024-10-151-60/+120
* layout: correct `position: absolute' (FINALLY)bptato2024-10-152-157/+229
* pager: refactor mailcap, console; misc fixesbptato2024-10-147-280/+262
* twtstr, toml: misc cleanupbptato2024-10-134-13/+9
* base64: merge into twtstr/envbptato2024-10-135-82/+67
* loader: improve CGI header parsingbptato2024-10-121-32/+39
* loader: fix potential nil derefbptato2024-10-121-1/+1
* Update monouchabptato2024-10-121-3/+3
* dom: prevent leaking window size through media queriesbptato2024-10-121-3/+4
* gmifetch: rewrite in Nimbptato2024-10-125-47/+39
* dom: html -> documentElementbptato2024-10-103-9/+6
* env: fix getComputedStyle arg2bptato2024-10-101-1/+1
* promise: remove newPromisebptato2024-10-103-17/+6
* layout, pager: preserve tabs on display, selection & outputbptato2024-10-104-29/+101
* Fix compilation on Nim 2.2.0bptato2024-10-101-11/+16
* loader: fix fd leakbptato2024-10-081-0/+1
* twtstr: fix stripAndCollapsebptato2024-10-081-11/+9
* client: fix redirected buffers jumping back to parent on reloadbptato2024-10-071-0/+5
* pager: do not choke on empty editor commandbptato2024-10-071-2/+4
* layout: small cleanupbptato2024-10-071-14/+11
* color: reduce CellColor size, misc color refactoringbptato2024-10-0610-128/+148
* pager: add missing int conversionbptato2024-10-061-1/+1
* url: fix IDNA bugsbptato2024-10-061-2/+2