Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | | | | It's more useful this way. | |||||
* | Fix some screen update issues, remove redraw timer | bptato | 2022-12-01 | 2 | -11/+2 | |
| | | | | | For now it's unnecessary; may be re-added later to support some dynamic document features. | |||||
* | term: fix cursorForward, cursorBackward | bptato | 2022-11-30 | 1 | -2/+2 | |
| | ||||||
* | Add siteconf, fix lineedit bugs | bptato | 2022-11-29 | 2 | -6/+24 | |
| | | | | | | This enables rule-based dynamic url rewriting. Also, lineedit is a bit less broken now (though it's still less than ideal.) | |||||
* | 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 | |
| | | | | It's still kind of broken... | |||||
* | Fix container insertion | bptato | 2022-11-28 | 1 | -1/+1 | |
| | ||||||
* | Add textarea | bptato | 2022-11-28 | 3 | -2/+483 | |
| | | | | Editing is implemented using an external editor (like vi). | |||||
* | Rework broken non-blocking io | bptato | 2022-11-27 | 1 | -7/+10 | |
| | | | | | Piped input works correctly again! (Also fix hash's setter not working with url's without a fragment) | |||||
* | Fix some regressions, add loading progress bar | bptato | 2022-11-27 | 2 | -36/+47 | |
| | ||||||
* | Also, implement proper async | bptato | 2022-11-27 | 2 | -11/+19 | |
| | | | | Well, not really proper, but better than nothing? Maybe not. | |||||
* | Fix lineedit bugs | bptato | 2022-11-26 | 1 | -9/+9 | |
| | ||||||
* | Fix misc bugs | bptato | 2022-11-25 | 1 | -1/+6 | |
| | ||||||
* | Improve status messages, fix regressions, etc | bptato | 2022-11-25 | 2 | -122/+119 | |
| | ||||||
* | Fix user style regression, add minimum-contrast | bptato | 2022-11-25 | 1 | -12/+14 | |
| | ||||||
* | Buffer improvements | bptato | 2022-11-25 | 2 | -22/+29 | |
| | ||||||
* | Avoid forking child processes from the main process | bptato | 2022-11-24 | 2 | -45/+79 | |
| | | | | Caveat: this breaks piped streams. | |||||
* | Table improvements | bptato | 2022-11-22 | 1 | -0/+3 | |
| | ||||||
* | Termcap support (?) | bptato | 2022-11-21 | 2 | -5/+13 | |
| | ||||||
* | Color & term improvements | bptato | 2022-11-21 | 2 | -55/+74 | |
| | ||||||
* | Color stuff | bptato | 2022-11-21 | 1 | -9/+11 | |
| | ||||||
* | Terminal refactorings | bptato | 2022-11-20 | 2 | -93/+83 | |
| | ||||||
* | Incremental loading of text files, etc. | bptato | 2022-11-20 | 2 | -162/+143 | |
| | ||||||
* | Fix weird screen shift behavior | bptato | 2022-11-19 | 2 | -8/+10 | |
| | | | | (or at least I hope this fixed it) | |||||
* | Re-implement highlighting | bptato | 2022-11-19 | 2 | -14/+16 | |
| | ||||||
* | Fix table cell size calculation | bptato | 2022-11-19 | 1 | -0/+1 | |
| | ||||||
* | Rewrite buffer/pager for multi-processing | bptato | 2022-11-19 | 2 | -375/+574 | |
| | ||||||
* | Kill individual buffers' loader processes on exit | bptato | 2022-11-09 | 2 | -7/+20 | |
| | ||||||
* | Use separate FileLoader instance for each buffer | bptato | 2022-11-09 | 2 | -4/+4 | |
| | ||||||
* | Do not always assume stdin is /dev/tty | bptato | 2022-11-09 | 2 | -29/+44 | |
| | | | | | This way we theoretically don't have to wait for stdin input to finish loading from e.g. a pipe before we start accepting input. (In practice, we still do.) | |||||
* | Fix piped streams | bptato | 2022-10-24 | 1 | -1/+3 | |
| | ||||||
* | Reopen tty read-only, refresh containers when switched | bptato | 2022-10-24 | 2 | -10/+16 | |
| | ||||||
* | Fix crash on opening unavailable resources | bptato | 2022-10-19 | 1 | -3/+7 | |
| | ||||||
* | Implement tree buffers, fix a js bug, refactor | bptato | 2022-10-19 | 2 | -554/+419 | |
| | ||||||
* | WIP pager | bptato | 2022-10-04 | 2 | -21/+85 | |
| | ||||||
* | Bugfixes & test JS event loop | bptato | 2022-09-16 | 1 | -18/+110 | |
| | ||||||
* | Tweaks/bugfixes for arm | bptato | 2022-09-14 | 1 | -2/+1 | |
| | ||||||
* | More JS bindings | bptato | 2022-09-13 | 1 | -10/+174 | |
| | ||||||
* | Add JS binding generation | bptato | 2022-09-12 | 1 | -0/+591 | |