Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Trigger status event when number of lines changed | bptato | 2022-12-05 | 1 | -5/+7 | |
| | | | | (So that line information is updated automatically) | |||||
* | Add title tag support, peek, peekCursor | bptato | 2022-12-05 | 2 | -1/+32 | |
| | ||||||
* | Make redraw() actually clear the screen | bptato | 2022-12-01 | 1 | -1/+3 | |
| | | | | It's more useful this way. | |||||
* | Fix some screen update issues, remove redraw timer | bptato | 2022-12-01 | 2 | -24/+34 | |
| | | | | | 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 | 2 | -30/+43 | |
| | ||||||
* | Add textarea | bptato | 2022-11-28 | 2 | -58/+89 | |
| | | | | 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 | 2 | -62/+135 | |
| | | | | | 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 | 2 | -8/+11 | |
| | ||||||
* | Fix some regressions, add loading progress bar | bptato | 2022-11-27 | 3 | -188/+195 | |
| | ||||||
* | Also, implement proper async | bptato | 2022-11-27 | 2 | -267/+376 | |
| | | | | Well, not really proper, but better than nothing? Maybe not. | |||||
* | Get rid of writeCommand in container | bptato | 2022-11-26 | 2 | -203/+245 | |
| | | | | We have a type system, so let's use it. | |||||
* | Fix some table layout issues | bptato | 2022-11-25 | 1 | -28/+7 | |
| | ||||||
* | Fix misc bugs | bptato | 2022-11-25 | 1 | -2/+4 | |
| | ||||||
* | Improve status messages, fix regressions, etc | bptato | 2022-11-25 | 2 | -35/+72 | |
| | ||||||
* | Buffer improvements | bptato | 2022-11-25 | 2 | -39/+106 | |
| | ||||||
* | Avoid forking child processes from the main process | bptato | 2022-11-24 | 2 | -77/+53 | |
| | | | | Caveat: this breaks piped streams. | |||||
* | Table improvements | bptato | 2022-11-22 | 1 | -0/+1 | |
| | ||||||
* | Move ips stuff to src/ips/ | bptato | 2022-11-22 | 2 | -4/+4 | |
| | ||||||
* | Color & term improvements | bptato | 2022-11-21 | 1 | -46/+50 | |
| | ||||||
* | Color stuff | bptato | 2022-11-21 | 1 | -1/+1 | |
| | ||||||
* | Terminal refactorings | bptato | 2022-11-20 | 3 | -107/+73 | |
| | ||||||
* | Incremental loading of text files, etc. | bptato | 2022-11-20 | 2 | -130/+182 | |
| | ||||||
* | Fix weird screen shift behavior | bptato | 2022-11-19 | 1 | -15/+23 | |
| | | | | (or at least I hope this fixed it) | |||||
* | Re-implement highlighting | bptato | 2022-11-19 | 2 | -4/+54 | |
| | ||||||
* | Rewrite buffer/pager for multi-processing | bptato | 2022-11-19 | 3 | -0/+1781 | |