about summary refs log tree commit diff stats
path: root/src/buffer/buffer.nim
Commit message (Expand)AuthorAgeFilesLines
* Add support for visibilitybptato2023-06-071-18/+15
* Add support for width, height media querybptato2023-06-071-4/+6
* Clean up stream error handlingbptato2023-06-071-6/+6
* buffer: call handleError before handleRead & miscbptato2023-06-051-6/+6
* Add support for canvas and multipartbptato2023-06-051-82/+28
* Add setTimeout, setInterval to windowbptato2023-06-011-49/+60
* Refactor config, add charset optsbptato2023-05-161-11/+12
* Set buffer state to LOADED on finishLoadbptato2023-05-141-2/+2
* Name negative response codesbptato2023-05-141-2/+4
* Async resource loading, exception handling fixesbptato2023-05-141-18/+60
* Fix some fetch crashesbptato2023-05-111-0/+1
* Temporarily disable multipartbptato2023-04-301-1/+1
* WIP fetchbptato2023-04-301-0/+10
* buffer: disable popup confirmation for formsbptato2023-04-101-4/+13
* buffer: adapt onload to PosixStream and SocketStreambptato2023-02-131-15/+14
* buffer: fix infinite loop in getClickablebptato2023-01-031-2/+3
* buffer: fix infinite loopbptato2023-01-031-1/+2
* dom: add better attribute reflectionbptato2023-01-021-2/+3
* Add support for <label>bptato2023-01-021-93/+111
* loader: proper redirect handlingbptato2023-01-011-1/+1
* buffer: fix some search bugs & refactor regex stuffbptato2023-01-011-28/+26
* Add promise support to JSbptato2022-12-311-79/+40
* Consistent naming of parseURL, non-public newURLParamsbptato2022-12-261-4/+4
* More DOM workbptato2022-12-191-9/+1
* Add JS support to documentsbptato2022-12-181-15/+21
* Allow cycling through hover-texts with ubptato2022-12-161-23/+30
* container: do not load all lines at once in readLinesbptato2022-12-151-3/+9
* makeCRLF: move to twtstr, write last charbptato2022-12-151-16/+0
* Fix error handling on buffer closebptato2022-12-151-14/+18
* Make load() slightly less dumbbptato2022-12-151-51/+98
* cssparser: check for EOF in first read chunkbptato2022-12-141-2/+2
* Add referer support, re-render on windowChangebptato2022-12-131-1/+21
* Fix stream error handling confusion, title displaybptato2022-12-131-9/+16
* Add all sorts of config options and cookiesbptato2022-12-131-1/+7
* Fixes & QOL improvementsbptato2022-12-111-22/+18
* Add support for the encoding standard, fix parseLegacyColorbptato2022-12-101-36/+34
* Optimize sendCursorPosition/updateHover, close streams after loadResourcebptato2022-12-061-9/+12
* Add title tag support, peek, peekCursorbptato2022-12-051-1/+22
* Fix some screen update issues, remove redraw timerbptato2022-12-011-17/+20
* Restore cursor position on reloadbptato2022-11-291-1/+1
* Add textareabptato2022-11-281-38/+60
* Add support for <button>bptato2022-11-271-11/+13
* Rework broken non-blocking iobptato2022-11-271-31/+86
* Fix adoption agency algorithm bugsbptato2022-11-271-3/+0
* Fix some regressions, add loading progress barbptato2022-11-271-113/+88
* Also, implement proper asyncbptato2022-11-271-123/+235
* Get rid of writeCommand in containerbptato2022-11-261-177/+228
* Fix misc bugsbptato2022-11-251-2/+4
* Improve status messages, fix regressions, etcbptato2022-11-251-19/+33
* Buffer improvementsbptato2022-11-251-7/+26