about summary refs log tree commit diff stats
path: root/src/buffer
Commit message (Expand)AuthorAgeFilesLines
* move around more modulesbptato2023-09-142-1779/+0
* move some modules to local/bptato2023-09-142-1330/+0
* Switch buffer -> client connection to client -> bufferbptato2023-09-141-6/+5
* fix ansi color parsing of multiple valuesbptato2023-09-131-1/+0
* container: accept numbers in cursorLeft, cursorRight, etc.bptato2023-09-091-8/+8
* buffer: remove url referencebptato2023-09-091-2/+3
* add extern, refactor some term functionsbptato2023-09-091-0/+5
* Add vi-style numeric prefixes, make gotoLine 1-basedbptato2023-09-081-6/+5
* container: add separate commands for 0 and ^bptato2023-09-081-0/+9
* cell: remove old hackbptato2023-09-081-4/+0
* buffer.click: implement preventDefaultbptato2023-09-081-8/+16
* container: remove strformat dependencybptato2023-09-071-2/+4
* container: remove attrsbptato2023-09-071-3/+0
* buffer: run JS jobs on connected/read/errorbptato2023-09-011-0/+6
* buffer: add javascript: URL supportbptato2023-09-011-3/+39
* buffer: fix repaint on click eventsbptato2023-08-311-1/+2
* buffer: basic click event supportbptato2023-08-311-4/+48
* refactor: Result[T, JSError] -> JSResult[T]bptato2023-08-281-2/+2
* javascript: refactorbptato2023-08-281-1/+1
* Move HTML parsing into Chamebptato2023-08-151-1/+2
* 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