| Commit message (Expand) | Author | Age | Files | Lines |
* | Move charsets into chakasu | bptato | 2023-08-14 | 3 | -4/+7 |
* | Add mailcap, mime.types & misc refactorings | bptato | 2023-08-13 | 2 | -67/+334 |
* | Fix double line bug in dump mode | bptato | 2023-07-29 | 1 | -1/+2 |
* | Add default background/foreground color override | bptato | 2023-07-29 | 1 | -38/+39 |
* | Add suspend() function (bound to C-z) | bptato | 2023-07-26 | 1 | -0/+5 |
* | Improve encoding support | bptato | 2023-07-12 | 2 | -31/+60 |
* | Buffer search fixes & improvements | bptato | 2023-07-11 | 1 | -27/+39 |
* | term: fix cursorGoto without termcap | bptato | 2023-07-10 | 1 | -1/+1 |
* | htmlparser: decouple from DOM | bptato | 2023-07-09 | 1 | -1/+1 |
* | term: fix ANSI color approximation | bptato | 2023-07-06 | 1 | -7/+8 |
* | Add popup menu for select element | bptato | 2023-07-05 | 1 | -54/+12 |
* | Add proxy support | bptato | 2023-07-04 | 2 | -19/+28 |
* | pager: do not store jsctx | bptato | 2023-07-04 | 1 | -12/+12 |
* | 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 | -1/+3 |
* | Add XHR/Event stubs | bptato | 2023-07-02 | 1 | -3/+7 |
* | Factor out headers into separate module | bptato | 2023-07-01 | 2 | -0/+3 |
* | use =destroy instead of finalizers | bptato | 2023-07-01 | 2 | -1/+6 |
* | Add window.location | bptato | 2023-06-29 | 1 | -1/+1 |
* | Do not block indefinitely if buffer crashes before accept | bptato | 2023-06-29 | 1 | -34/+46 |
* | Do not free jsrt in quit() | bptato | 2023-06-29 | 1 | -2/+2 |
* | Free JSRuntime, JSContext and ctors on exit | bptato | 2023-06-27 | 1 | -1/+8 |
* | term: convert 8-bit colors to ANSI | bptato | 2023-06-27 | 1 | -0/+6 |
* | Support 8-bit output colors | bptato | 2023-06-26 | 1 | -20/+48 |
* | config: add stylesheet, apply siteconf to piped input | bptato | 2023-06-26 | 1 | -13/+19 |
* | Fix crash in openEditor if SIGINT was delivered | bptato | 2023-06-26 | 1 | -0/+1 |
* | hacks for readline so that it at least kind of works | bptato | 2023-06-25 | 2 | -2/+13 |
* | pager: alert on invalid regex | bptato | 2023-06-24 | 1 | -12/+13 |
* | Option -> Opt in config, return error in compileSearchRegex | bptato | 2023-06-24 | 1 | -6/+7 |
* | Only set terminal title when it is a tty | bptato | 2023-06-24 | 1 | -2/+5 |
* | Working Nim-QuickJS GC integration | bptato | 2023-06-24 | 1 | -1/+2 |
* | term: fix clearEnd regression | bptato | 2023-06-23 | 1 | -1/+3 |
* | Fix module loading bugs | bptato | 2023-06-22 | 1 | -8/+17 |
* | Reject fetch promise on network error | bptato | 2023-06-19 | 1 | -1/+1 |
* | Get rid of the .jserr pragma | bptato | 2023-06-19 | 2 | -2/+2 |
* | Rework JS exception system | bptato | 2023-06-19 | 1 | -0/+3 |
* | Cleanups & bug fixes involving promises | bptato | 2023-06-15 | 1 | -0/+1 |
* | 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 | -0/+3 |
* | Add readBlob, fix WebFile serialization | bptato | 2023-06-11 | 1 | -1/+7 |
* | Fix color U, slightly change contrast algorithm | bptato | 2023-06-10 | 1 | -5/+14 |
* | approximateANSIColor: fix possible underflow | bptato | 2023-06-10 | 1 | -3/+4 |
* | Fix some type confusion with colors, fix crash in pager | bptato | 2023-06-09 | 2 | -9/+12 |
* | Show error messages, fix some fetch crashes | bptato | 2023-06-09 | 1 | -1/+4 |
* | Fix 'F' missing from fullwidth chars + display bugs | bptato | 2023-06-09 | 2 | -40/+42 |
* | Add missing null check | bptato | 2023-06-07 | 1 | -1/+2 |
* | Add XTERM title renaming | bptato | 2023-06-07 | 2 | -27/+26 |
* | Clean up stream error handling | bptato | 2023-06-07 | 1 | -0/+2 |
* | Fix bug in client's unregistered fd handling | bptato | 2023-06-06 | 1 | -2/+6 |