| Commit message (Expand) | Author | Age | Files | Lines |
* | Add XTERM title renaming | bptato | 2023-06-07 | 1 | -2/+2 |
* | Fix more config inconsistencies | bptato | 2023-06-01 | 1 | -1/+1 |
* | Name negative response codes | bptato | 2023-05-14 | 1 | -1/+1 |
* | buffer: disable popup confirmation for forms | bptato | 2023-04-10 | 1 | -1/+2 |
* | buffer: do not move cursor in scrollLeft | bptato | 2023-01-20 | 1 | -2/+0 |
* | buffer/container: fix cursor overwriting double-width chars | bptato | 2023-01-11 | 1 | -1/+22 |
* | Slightly refactor commandMode | bptato | 2023-01-06 | 1 | -1/+1 |
* | Add ask() | bptato | 2023-01-05 | 1 | -0/+3 |
* | container, pager: work around bad codegen | bptato | 2023-01-02 | 1 | -3/+3 |
* | Fix connection load info not being shown | bptato | 2023-01-02 | 1 | -1/+1 |
* | loader: proper redirect handling | bptato | 2023-01-01 | 1 | -5/+3 |
* | buffer: fix some search bugs & refactor regex stuff | bptato | 2023-01-01 | 1 | -22/+18 |
* | Add promise support to JS | bptato | 2022-12-31 | 1 | -7/+7 |
* | buffer/container: fix highlighting width | bptato | 2022-12-28 | 1 | -2/+2 |
* | Proper support for tabs | bptato | 2022-12-27 | 1 | -35/+32 |
* | container: fix requestLines not setting setx | bptato | 2022-12-25 | 1 | -0/+1 |
* | pager: proxy values in container; js: bugfixes | bptato | 2022-12-20 | 1 | -52/+73 |
* | Add unicode normalization, etc | bptato | 2022-12-19 | 1 | -0/+1 |
* | Allow cycling through hover-texts with u | bptato | 2022-12-16 | 1 | -5/+29 |
* | container: do not load all lines at once in readLines | bptato | 2022-12-15 | 1 | -7/+17 |
* | Fix console display bugs, add container.location | bptato | 2022-12-15 | 1 | -1/+4 |
* | Add discardTree, update docs | bptato | 2022-12-15 | 1 | -2/+2 |
* | Make load() slightly less dumb | bptato | 2022-12-15 | 1 | -2/+3 |
* | Add referer support, re-render on windowChange | bptato | 2022-12-13 | 1 | -10/+16 |
* | Fix stream error handling confusion, title display | bptato | 2022-12-13 | 1 | -1/+6 |
* | Add more cookie options | bptato | 2022-12-13 | 1 | -5/+2 |
* | Update config and config docs | bptato | 2022-12-13 | 1 | -2/+5 |
* | Add all sorts of config options and cookies | bptato | 2022-12-13 | 1 | -8/+17 |
* | Add urlfilter | bptato | 2022-12-12 | 1 | -1/+1 |
* | Fixes & QOL improvements | bptato | 2022-12-11 | 1 | -1/+1 |
* | Fix -d | bptato | 2022-12-10 | 1 | -12/+9 |
* | Optimize sendCursorPosition/updateHover, close streams after loadResource | bptato | 2022-12-06 | 1 | -10/+9 |
* | Trigger status event when number of lines changed | bptato | 2022-12-05 | 1 | -5/+7 |
* | Add title tag support, peek, peekCursor | bptato | 2022-12-05 | 1 | -0/+10 |
* | Make redraw() actually clear the screen | bptato | 2022-12-01 | 1 | -1/+3 |
* | Fix some screen update issues, remove redraw timer | bptato | 2022-12-01 | 1 | -7/+14 |
* | Restore cursor position on reload | bptato | 2022-11-29 | 1 | -29/+42 |
* | Add textarea | bptato | 2022-11-28 | 1 | -20/+29 |
* | Rework broken non-blocking io | bptato | 2022-11-27 | 1 | -31/+49 |
* | Fix adoption agency algorithm bugs | bptato | 2022-11-27 | 1 | -5/+11 |
* | Fix some regressions, add loading progress bar | bptato | 2022-11-27 | 1 | -75/+63 |
* | Also, implement proper async | bptato | 2022-11-27 | 1 | -144/+141 |
* | Get rid of writeCommand in container | bptato | 2022-11-26 | 1 | -26/+17 |
* | Fix some table layout issues | bptato | 2022-11-25 | 1 | -28/+7 |
* | Improve status messages, fix regressions, etc | bptato | 2022-11-25 | 1 | -16/+39 |
* | Buffer improvements | bptato | 2022-11-25 | 1 | -32/+80 |
* | Avoid forking child processes from the main process | bptato | 2022-11-24 | 1 | -48/+32 |
* | Move ips stuff to src/ips/ | bptato | 2022-11-22 | 1 | -1/+1 |
* | Color & term improvements | bptato | 2022-11-21 | 1 | -46/+50 |
* | Color stuff | bptato | 2022-11-21 | 1 | -1/+1 |