Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add unicode normalization, etc | bptato | 2022-12-19 | 1 | -54/+28 |
| | |||||
* | lineedit: fix crash in prevHist/nextHist | bptato | 2022-12-19 | 1 | -0/+3 |
| | |||||
* | Add siteconf, fix lineedit bugs | bptato | 2022-11-29 | 1 | -3/+5 |
| | | | | | | This enables rule-based dynamic url rewriting. Also, lineedit is a bit less broken now (though it's still less than ideal.) | ||||
* | Add line editing history, other lineedit fixes | bptato | 2022-11-29 | 1 | -83/+112 |
| | | | | It's still kind of broken... | ||||
* | Add textarea | bptato | 2022-11-28 | 1 | -1/+1 |
| | | | | Editing is implemented using an external editor (like vi). | ||||
* | Fix lineedit bugs | bptato | 2022-11-26 | 1 | -43/+65 |
| | |||||
* | Fix some table layout issues | bptato | 2022-11-25 | 1 | -0/+2 |
| | |||||
* | Improve status messages, fix regressions, etc | bptato | 2022-11-25 | 1 | -0/+22 |
| | |||||
* | Rewrite buffer/pager for multi-processing | bptato | 2022-11-19 | 1 | -200/+196 |
| | |||||
* | Do not always assume stdin is /dev/tty | bptato | 2022-11-09 | 1 | -5/+8 |
| | | | | | 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.) | ||||
* | WIP pager | bptato | 2022-10-04 | 1 | -4/+6 |
| | |||||
* | More JS bindings | bptato | 2022-09-13 | 1 | -2/+2 |
| | |||||
* | Add JS binding generation | bptato | 2022-09-12 | 1 | -2/+4 |
| | |||||
* | Hide passwords while typing | bptato | 2022-07-31 | 1 | -8/+19 |
| | |||||
* | Add search function | bptato | 2022-07-22 | 1 | -21/+38 |
| | | | | | Uses libregexp from QuickJS. Incremental search is quite hacky for now, but overall it seems to work OK. | ||||
* | Implement forms | bptato | 2022-01-29 | 1 | -6/+6 |
| | | | | | | Note: for now, only input tags are supported. Also the implementation is extremely hacky and needs refactoring... But it works, I think. | ||||
* | Fix some path bugs and misc. warnings | bptato | 2022-01-25 | 1 | -4/+4 |
| | |||||
* | Fix pager bugs | bptato | 2021-12-23 | 1 | -31/+56 |
| | |||||
* | More code formatting consistency | bptato | 2021-12-17 | 1 | -1/+1 |
| | |||||
* | Clean up unused imports | bptato | 2021-11-12 | 1 | -1/+0 |
| | |||||
* | Remove compose | bptato | 2021-10-03 | 1 | -92/+49 |
| | |||||
* | Reorganize imports | bptato | 2021-08-07 | 1 | -7/+3 |
| | |||||
* | Refactoring in buffer.nim | bptato | 2021-08-06 | 1 | -1/+0 |
| | |||||
* | Refactor display.nim and twtio.nim | bptato | 2021-08-06 | 1 | -0/+290 |