Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix stream error handling confusion, title display | bptato | 2022-12-13 | 1 | -9/+16 | |
| | | | | Also probably other fixes. | |||||
* | Add all sorts of config options and cookies | bptato | 2022-12-13 | 1 | -1/+7 | |
| | ||||||
* | Fixes & QOL improvements | bptato | 2022-12-11 | 1 | -22/+18 | |
| | | | | | | | | * fix infinite loop after closing buffer * fix setx not triggering hover updates * fix D not going back to PREV but to parent * add M-d, M-,, M-., M-/ for old D behavior, cycle through siblings, back to parent | |||||
* | Add support for the encoding standard, fix parseLegacyColor | bptato | 2022-12-10 | 1 | -36/+34 | |
| | | | | Also, fix a bug in the | |||||
* | Optimize sendCursorPosition/updateHover, close streams after loadResource | bptato | 2022-12-06 | 1 | -9/+12 | |
| | ||||||
* | Add title tag support, peek, peekCursor | bptato | 2022-12-05 | 1 | -1/+22 | |
| | ||||||
* | Fix some screen update issues, remove redraw timer | bptato | 2022-12-01 | 1 | -17/+20 | |
| | | | | | For now it's unnecessary; may be re-added later to support some dynamic document features. | |||||
* | Restore cursor position on reload | bptato | 2022-11-29 | 1 | -1/+1 | |
| | ||||||
* | Add textarea | bptato | 2022-11-28 | 1 | -38/+60 | |
| | | | | Editing is implemented using an external editor (like vi). | |||||
* | Add support for <button> | bptato | 2022-11-27 | 1 | -11/+13 | |
| | ||||||
* | Rework broken non-blocking io | bptato | 2022-11-27 | 1 | -31/+86 | |
| | | | | | Piped input works correctly again! (Also fix hash's setter not working with url's without a fragment) | |||||
* | Fix adoption agency algorithm bugs | bptato | 2022-11-27 | 1 | -3/+0 | |
| | ||||||
* | Fix some regressions, add loading progress bar | bptato | 2022-11-27 | 1 | -113/+88 | |
| | ||||||
* | Also, implement proper async | bptato | 2022-11-27 | 1 | -123/+235 | |
| | | | | Well, not really proper, but better than nothing? Maybe not. | |||||
* | Get rid of writeCommand in container | bptato | 2022-11-26 | 1 | -177/+228 | |
| | | | | We have a type system, so let's use it. | |||||
* | Fix misc bugs | bptato | 2022-11-25 | 1 | -2/+4 | |
| | ||||||
* | Improve status messages, fix regressions, etc | bptato | 2022-11-25 | 1 | -19/+33 | |
| | ||||||
* | Buffer improvements | bptato | 2022-11-25 | 1 | -7/+26 | |
| | ||||||
* | Avoid forking child processes from the main process | bptato | 2022-11-24 | 1 | -29/+21 | |
| | | | | Caveat: this breaks piped streams. | |||||
* | Table improvements | bptato | 2022-11-22 | 1 | -0/+1 | |
| | ||||||
* | Move ips stuff to src/ips/ | bptato | 2022-11-22 | 1 | -3/+3 | |
| | ||||||
* | Terminal refactorings | bptato | 2022-11-20 | 1 | -38/+10 | |
| | ||||||
* | Incremental loading of text files, etc. | bptato | 2022-11-20 | 1 | -119/+174 | |
| | ||||||
* | Re-implement highlighting | bptato | 2022-11-19 | 1 | -2/+2 | |
| | ||||||
* | Rewrite buffer/pager for multi-processing | bptato | 2022-11-19 | 1 | -0/+834 | |