| Commit message (Expand) | Author | Age | Files | Lines |
* | move around more modules | bptato | 2023-09-14 | 2 | -1779/+0 |
* | move some modules to local/ | bptato | 2023-09-14 | 2 | -1330/+0 |
* | Switch buffer -> client connection to client -> buffer | bptato | 2023-09-14 | 1 | -6/+5 |
* | fix ansi color parsing of multiple values | bptato | 2023-09-13 | 1 | -1/+0 |
* | container: accept numbers in cursorLeft, cursorRight, etc. | bptato | 2023-09-09 | 1 | -8/+8 |
* | buffer: remove url reference | bptato | 2023-09-09 | 1 | -2/+3 |
* | add extern, refactor some term functions | bptato | 2023-09-09 | 1 | -0/+5 |
* | Add vi-style numeric prefixes, make gotoLine 1-based | bptato | 2023-09-08 | 1 | -6/+5 |
* | container: add separate commands for 0 and ^ | bptato | 2023-09-08 | 1 | -0/+9 |
* | cell: remove old hack | bptato | 2023-09-08 | 1 | -4/+0 |
* | buffer.click: implement preventDefault | bptato | 2023-09-08 | 1 | -8/+16 |
* | container: remove strformat dependency | bptato | 2023-09-07 | 1 | -2/+4 |
* | container: remove attrs | bptato | 2023-09-07 | 1 | -3/+0 |
* | buffer: run JS jobs on connected/read/error | bptato | 2023-09-01 | 1 | -0/+6 |
* | buffer: add javascript: URL support | bptato | 2023-09-01 | 1 | -3/+39 |
* | buffer: fix repaint on click events | bptato | 2023-08-31 | 1 | -1/+2 |
* | buffer: basic click event support | bptato | 2023-08-31 | 1 | -4/+48 |
* | refactor: Result[T, JSError] -> JSResult[T] | bptato | 2023-08-28 | 1 | -2/+2 |
* | javascript: refactor | bptato | 2023-08-28 | 1 | -1/+1 |
* | Move HTML parsing into Chame | bptato | 2023-08-15 | 1 | -1/+2 |
* | Move charsets into chakasu | bptato | 2023-08-14 | 1 | -2/+3 |
* | Add mailcap, mime.types & misc refactorings | bptato | 2023-08-13 | 2 | -77/+167 |
* | Fix double line bug in dump mode | bptato | 2023-07-29 | 1 | -2/+2 |
* | Buffer search fixes & improvements | bptato | 2023-07-11 | 1 | -17/+26 |
* | buffer: fix textarea regression | bptato | 2023-07-10 | 1 | -2/+6 |
* | htmlparser: decouple from DOM | bptato | 2023-07-09 | 1 | -1/+1 |
* | select: simplify popCursorPos() | bptato | 2023-07-06 | 1 | -3/+1 |
* | Add popup menu for select element | bptato | 2023-07-05 | 3 | -135/+611 |
* | Do not conditionally disable CastSizes | bptato | 2023-07-03 | 1 | -6/+1 |
* | Fix JS type conversion regressions | bptato | 2023-07-03 | 1 | -3/+6 |
* | Fix CastSize warnings | bptato | 2023-07-03 | 1 | -2/+4 |
* | FormData fixes | bptato | 2023-07-02 | 1 | -1/+1 |
* | use =destroy instead of finalizers | bptato | 2023-07-01 | 1 | -0/+2 |
* | Add window.location | bptato | 2023-06-29 | 1 | -1/+5 |
* | Support 8-bit output colors | bptato | 2023-06-26 | 1 | -30/+23 |
* | buffer: only load images if config allows it | bptato | 2023-06-25 | 1 | -1/+4 |
* | cookie: return error on invalid domain | bptato | 2023-06-25 | 1 | -2/+2 |
* | Improve broken cookie handling, add multipart to form | bptato | 2023-06-25 | 2 | -4/+5 |
* | Do not allow text() twice, etc... | bptato | 2023-06-20 | 1 | -14/+17 |
* | Reject fetch promise on network error | bptato | 2023-06-19 | 1 | -12/+17 |
* | Get rid of the .jserr pragma | bptato | 2023-06-19 | 1 | -11/+9 |
* | Rework JS exception system | bptato | 2023-06-19 | 2 | -15/+26 |
* | Cleanups & bug fixes involving promises | bptato | 2023-06-15 | 1 | -6/+13 |
* | Make Result.text, json return promise | bptato | 2023-06-13 | 1 | -4/+2 |
* | Fix various layout bugs, prepare for image support | bptato | 2023-06-12 | 1 | -24/+46 |
* | Fix some type confusion with colors, fix crash in pager | bptato | 2023-06-09 | 1 | -153/+131 |
* | Fix 'F' missing from fullwidth chars + display bugs | bptato | 2023-06-09 | 1 | -0/+1 |
* | Add support for visibility | bptato | 2023-06-07 | 1 | -18/+15 |
* | Add support for width, height media query | bptato | 2023-06-07 | 1 | -4/+6 |
* | Add XTERM title renaming | bptato | 2023-06-07 | 1 | -2/+2 |