| Commit message (Expand) | Author | Age | Files | Lines |
* | term: hack to avoid a weird crash | bptato | 2023-01-02 | 1 | -2/+8 |
* | Fix connection load info not being shown | bptato | 2023-01-02 | 2 | -3/+6 |
* | loader: proper redirect handling | bptato | 2023-01-01 | 1 | -3/+4 |
* | buffer: fix some search bugs & refactor regex stuff | bptato | 2023-01-01 | 1 | -1/+1 |
* | pager: fix bug with tab on screen shifting | bptato | 2023-01-01 | 1 | -2/+3 |
* | Add promise support to JS | bptato | 2022-12-31 | 1 | -1/+9 |
* | Proper support for tabs | bptato | 2022-12-27 | 2 | -11/+15 |
* | dom: fix collection caching | bptato | 2022-12-27 | 1 | -0/+6 |
* | pager: improve title display, fix alert display | bptato | 2022-12-25 | 2 | -4/+35 |
* | pager: proxy values in container; js: bugfixes | bptato | 2022-12-20 | 2 | -70/+55 |
* | Add unicode normalization, etc | bptato | 2022-12-19 | 1 | -6/+18 |
* | Add JS support to documents | bptato | 2022-12-18 | 2 | -26/+27 |
* | Allow cycling through hover-texts with u | bptato | 2022-12-16 | 2 | -15/+14 |
* | Fix a processFormat bug | bptato | 2022-12-16 | 2 | -6/+8 |
* | discardTree only kills child buffers, fix discardBuffer | bptato | 2022-12-16 | 1 | -3/+5 |
* | container: do not load all lines at once in readLines | bptato | 2022-12-15 | 1 | -4/+2 |
* | pager: fix getRoot returning nothing | bptato | 2022-12-15 | 1 | -0/+1 |
* | Fix console display bugs, add container.location | bptato | 2022-12-15 | 1 | -2/+5 |
* | Add discardTree, update docs | bptato | 2022-12-15 | 1 | -19/+34 |
* | term: improve screen/line clearing | bptato | 2022-12-15 | 1 | -4/+12 |
* | Fix search | bptato | 2022-12-14 | 1 | -1/+5 |
* | Add referer support, re-render on windowChange | bptato | 2022-12-13 | 1 | -18/+32 |
* | Fix stream error handling confusion, title display | bptato | 2022-12-13 | 1 | -1/+1 |
* | Add more cookie options | bptato | 2022-12-13 | 2 | -9/+8 |
* | Add network.max-redirect, prepend-https options | bptato | 2022-12-13 | 1 | -12/+11 |
* | Update config and config docs | bptato | 2022-12-13 | 1 | -5/+10 |
* | Add all sorts of config options and cookies | bptato | 2022-12-13 | 3 | -35/+67 |
* | Fix color contrast correction | bptato | 2022-12-12 | 1 | -28/+27 |
* | Add wikipedia substitution, bookmark file keybinding | bptato | 2022-12-11 | 1 | -4/+6 |
* | Fix container replacement bugs | bptato | 2022-12-11 | 1 | -0/+7 |
* | Fixes & QOL improvements | bptato | 2022-12-11 | 1 | -5/+40 |
* | Fix -d | bptato | 2022-12-10 | 3 | -26/+79 |
* | Fix blocking socketstream recv/send, clean up ips/serialize & types/color | bptato | 2022-12-10 | 2 | -5/+5 |
* | Fix overline emulation in middle of line | bptato | 2022-12-07 | 1 | -0/+11 |
* | Add multiple text-decoration, overline emulation | bptato | 2022-12-07 | 1 | -1/+21 |
* | Add force-clear | bptato | 2022-12-07 | 1 | -1/+1 |
* | Catch EOFError in console.readChar | bptato | 2022-12-07 | 1 | -1/+4 |
* | Do not set client.console.tty twice | bptato | 2022-12-06 | 1 | -3/+2 |
* | Add title tag support, peek, peekCursor | bptato | 2022-12-05 | 1 | -1/+7 |
* | Handle events after input too | bptato | 2022-12-05 | 1 | -0/+3 |
* | Add event loop to headless mode | bptato | 2022-12-03 | 1 | -0/+24 |
* | Make redraw() actually clear the screen | bptato | 2022-12-01 | 2 | -0/+5 |
* | Fix some screen update issues, remove redraw timer | bptato | 2022-12-01 | 2 | -11/+2 |
* | term: fix cursorForward, cursorBackward | bptato | 2022-11-30 | 1 | -2/+2 |
* | Add siteconf, fix lineedit bugs | bptato | 2022-11-29 | 2 | -6/+24 |
* | Restore cursor position on reload | bptato | 2022-11-29 | 1 | -4/+6 |
* | Add line editing history, other lineedit fixes | bptato | 2022-11-29 | 2 | -13/+23 |
* | Fix container insertion | bptato | 2022-11-28 | 1 | -1/+1 |
* | Add textarea | bptato | 2022-11-28 | 3 | -2/+483 |
* | Rework broken non-blocking io | bptato | 2022-11-27 | 1 | -7/+10 |