about summary refs log tree commit diff stats
path: root/src/server/buffer.nim
Commit message (Expand)AuthorAgeFilesLines
...
* buffer: clean up contentTypebptato2024-02-221-18/+4
* Replace Chakasu with Chagashibptato2024-02-221-55/+153
* buffer: fix broken jump-to-anchorbptato2024-02-181-1/+1
* layout: use html/body bgcolor as canvas bgcolorbptato2024-02-171-17/+11
* Various refactorings & fixesbptato2024-02-141-26/+20
* buffer: improve style invalidationbptato2024-02-141-5/+5
* buffer: fix regression on htmloutput document baseURLbptato2024-02-141-3/+2
* buffer: skip rewind after the first readbptato2024-02-131-7/+17
* loader: fix delOutput bug, remove ErrorWouldBlockbptato2024-02-131-4/+4
* loader: fixes & improvementsbptato2024-02-131-21/+18
* buffer: more form fixesbptato2024-02-131-11/+31
* buffer: fix wrong click behavior with JSbptato2024-02-131-1/+1
* buffer: form fixesbptato2024-02-121-16/+10
* buffersource: remove location fieldbptato2024-02-121-3/+2
* Add pager.externFilterSourcebptato2024-02-121-4/+5
* Remove CLONE BufferSource; cache document sources in tmpdirbptato2024-02-121-118/+93
* Get rid of LOAD_PIPE BufferSourcebptato2024-02-111-29/+10
* loader: fix teebptato2024-02-101-4/+5
* buffer: fix index defect in updateHoverbptato2024-02-081-1/+2
* buffer: use `of' instead of tagTypebptato2024-02-081-1/+1
* buffer: load external resources when they are attachedbptato2024-02-081-81/+6
* dom: enumize attribute namesbptato2024-02-081-8/+9
* dom: reduce tagType usebptato2024-02-081-8/+7
* Incremental renderingbptato2024-02-071-55/+69
* Update chamebptato2024-02-071-26/+52
* rendertext: add support for backspace overstrike, misc fixesbptato2024-01-231-1/+1
* Fix form action when submitter has a "form" attrbptato2024-01-191-3/+4
* buffer: fix clone on *BSDbptato2024-01-191-1/+8
* Fix windowChange not refreshing valid media queriesbptato2024-01-101-0/+3
* Fix some casing issuesbptato2024-01-061-2/+2
* buffer: do not trap SIGINT to cleanupbptato2024-01-031-1/+1
* Compile with styleCheck:usagesbptato2023-12-281-3/+3
* buffer: prevent crash in reshape before document is parsedbptato2023-12-221-0/+2
* buffer: clean up ssock on being killedbptato2023-12-211-15/+26
* Implement local CGI error message handlingbptato2023-12-151-1/+5
* buffer: use BufferSize constantbptato2023-12-151-1/+1
* break up twtstr somewhatbptato2023-12-131-0/+1
* Move http out of main binarybptato2023-12-131-6/+6
* pager: add precnum to [, ]bptato2023-12-091-9/+23
* pager: add `{', `}'; document externIntobptato2023-12-091-1/+20
* buffer: do not needlessly copy in onloadbptato2023-12-031-9/+5
* dom: fix relList setter regression, remove rel()bptato2023-12-021-1/+1
* dom: redefine Node.contains to match standardbptato2023-12-011-1/+1
* buffer: do not set readyState if document is nilbptato2023-11-291-1/+2
* dom: add document.readyStatebptato2023-11-271-2/+4
* buffer: add DOMContentLoaded, misc event improvementsbptato2023-11-271-46/+72
* buffer: call onload function on dispatchLoadEventbptato2023-11-211-3/+13
* buffer: optimize findPrevLinkbptato2023-11-201-0/+8
* buffer: remove viewport referencebptato2023-10-281-7/+1
* renderdocument: slightly refactor, optimize addLinesbptato2023-10-261-4/+13