Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move charsets into chakasu | bptato | 2023-08-14 | 1 | -3/+4 |
| | | | | Operation "modularize Chawan somewhat" part 1 | ||||
* | Improve encoding support | bptato | 2023-07-12 | 1 | -33/+32 |
| | | | | | | | | * Use the output charset in lineedit (as w3m does) * encoder: fix broken UTF-8 encoding, use openArray instead of var seq for input queue * Add RuneStream as an in-memory interface to EncoderStream * Document display-charset config option | ||||
* | use =destroy instead of finalizers | bptato | 2023-07-01 | 1 | -0/+2 |
| | | | | | This should help with moving to ORC in the future. (Also, finalizers do not work very well in the first place.) | ||||
* | Factor out map search, remove sugar | bptato | 2023-06-29 | 1 | -2/+10 |
| | |||||
* | Support 8-bit output colors | bptato | 2023-06-26 | 1 | -1/+1 |
| | |||||
* | hacks for readline so that it at least kind of works | bptato | 2023-06-25 | 1 | -2/+9 |
| | | | | Proper fix needed later | ||||
* | Rework JS exception system | bptato | 2023-06-19 | 1 | -4/+5 |
| | | | | | Now we use Result for passing exceptions to JS. As a result, we can finally get rid of the .jserr pragma. | ||||
* | 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 |