about summary refs log tree commit diff stats
path: root/src/buffer
Commit message (Expand)AuthorAgeFilesLines
* Move charsets into chakasubptato2023-08-141-2/+3
* Add mailcap, mime.types & misc refactoringsbptato2023-08-132-77/+167
* Fix double line bug in dump modebptato2023-07-291-2/+2
* Buffer search fixes & improvementsbptato2023-07-111-17/+26
* buffer: fix textarea regressionbptato2023-07-101-2/+6
* htmlparser: decouple from DOMbptato2023-07-091-1/+1
* select: simplify popCursorPos()bptato2023-07-061-3/+1
* Add popup menu for select elementbptato2023-07-053-135/+611
* Do not conditionally disable CastSizesbptato2023-07-031-6/+1
* Fix JS type conversion regressionsbptato2023-07-031-3/+6
* Fix CastSize warningsbptato2023-07-031-2/+4
* FormData fixesbptato2023-07-021-1/+1
* use =destroy instead of finalizersbptato2023-07-011-0/+2
* Add window.locationbptato2023-06-291-1/+5
* Support 8-bit output colorsbptato2023-06-261-30/+23
* buffer: only load images if config allows itbptato2023-06-251-1/+4
* cookie: return error on invalid domainbptato2023-06-251-2/+2
* Improve broken cookie handling, add multipart to formbptato2023-06-252-4/+5
* Do not allow text() twice, etc...bptato2023-06-201-14/+17
* Reject fetch promise on network errorbptato2023-06-191-12/+17
* Get rid of the .jserr pragmabptato2023-06-191-11/+9
* Rework JS exception systembptato2023-06-192-15/+26
* Cleanups & bug fixes involving promisesbptato2023-06-151-6/+13
* Make Result.text, json return promisebptato2023-06-131-4/+2
* Fix various layout bugs, prepare for image supportbptato2023-06-121-24/+46
* Fix some type confusion with colors, fix crash in pagerbptato2023-06-091-153/+131
* Fix 'F' missing from fullwidth chars + display bugsbptato2023-06-091-0/+1
* Add support for visibilitybptato2023-06-071-18/+15
* Add support for width, height media querybptato2023-06-071-4/+6
* Add XTERM title renamingbptato2023-06-071-2/+2
* 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
* Fix more config inconsistenciesbptato2023-06-011-1/+1
* 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-142-3/+5
* 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-102-5/+15
* buffer: adapt onload to PosixStream and SocketStreambptato2023-02-131-15/+14
* buffer: do not move cursor in scrollLeftbptato2023-01-201-2/+0
* buffer/container: fix cursor overwriting double-width charsbptato2023-01-111-1/+22
* Slightly refactor commandModebptato2023-01-061-1/+1
* Add ask()bptato2023-01-051-0/+3
* renderdocument: add StyledNodes to backgroundsbptato2023-01-031-17/+4
* buffer: fix infinite loop in getClickablebptato2023-01-031-2/+3