Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add textarea | bptato | 2022-11-28 | 1 | -467/+0 |
| | | | | Editing is implemented using an external editor (like vi). | ||||
* | Fix lineedit bugs | bptato | 2022-11-26 | 1 | -32/+51 |
| | |||||
* | Fix some table layout issues | bptato | 2022-11-25 | 1 | -29/+15 |
| | |||||
* | Improve status messages, fix regressions, etc | bptato | 2022-11-25 | 1 | -32/+26 |
| | |||||
* | Fix user style regression, add minimum-contrast | bptato | 2022-11-25 | 1 | -0/+33 |
| | |||||
* | Table improvements | bptato | 2022-11-22 | 1 | -2/+3 |
| | |||||
* | Termcap support (?) | bptato | 2022-11-21 | 1 | -81/+142 |
| | |||||
* | Add alt-screen option, fix an ansi color bug | bptato | 2022-11-21 | 1 | -5/+9 |
| | |||||
* | Color & term improvements | bptato | 2022-11-21 | 1 | -25/+34 |
| | |||||
* | Color stuff | bptato | 2022-11-21 | 1 | -14/+68 |
| | |||||
* | Terminal refactorings | bptato | 2022-11-20 | 1 | -33/+261 |
| | |||||
* | Rewrite buffer/pager for multi-processing | bptato | 2022-11-19 | 1 | -1/+0 |
| | |||||
* | Do not always assume stdin is /dev/tty | bptato | 2022-11-09 | 1 | -12/+14 |
| | | | | | 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.) | ||||
* | Add JS binding generation | bptato | 2022-09-12 | 1 | -6/+24 |
| | |||||
* | Enable raw mode during rendering | bptato | 2022-07-30 | 1 | -0/+21 |
| | | | | So that non-processed characters aren't displayed on the screen | ||||
* | Fix incorrect canvas width and whitespace bugs | bptato | 2022-01-23 | 1 | -2/+3 |
| | |||||
* | Use pixels as the base unit for the layout | bptato | 2022-01-23 | 1 | -3/+3 |
| | |||||
* | Consider cell ratio when calculating lengths | bptato | 2022-01-23 | 1 | -2/+5 |
| | |||||
* | Honestly I'm not sure what I added here... | bptato | 2021-12-21 | 1 | -2/+2 |
| | |||||
* | Length unit fixes | bptato | 2021-12-15 | 1 | -0/+6 |
| | |||||
* | Bugfixes & documentation | bptato | 2021-11-20 | 1 | -3/+0 |
| | |||||
* | Store pixels per character/row | bptato | 2021-11-14 | 1 | -5/+22 |
| | |||||
* | Implement new buffer model which supports X coords | bptato | 2021-08-05 | 1 | -0/+14 |
...also, one can kinda use this as a file viewer now I guess |