Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rewrite buffer/pager for multi-processing | bptato | 2022-11-19 | 1 | -305/+0 |
| | |||||
* | Store FixedCell contents as str | bptato | 2022-08-03 | 1 | -4/+3 |
| | |||||
* | Fix renderdocument setText etc. | bptato | 2022-08-02 | 1 | -35/+12 |
| | |||||
* | Make marks a property of buffer | bptato | 2022-08-01 | 1 | -1/+1 |
| | | | | So that re-rendering the buffer doesn't destroy all marks. | ||||
* | Fix StyledNode invalidation & others | bptato | 2022-07-27 | 1 | -2/+2 |
| | |||||
* | Improved incremental search: support unicode | bptato | 2022-07-23 | 1 | -0/+6 |
| | |||||
* | Reduce formatting complexity | bptato | 2022-02-19 | 1 | -3/+7 |
| | | | | | | Formatting based on cells instead of bytes. No clue why I'd ever thought the latter would be a good idea. This fixes background colors too. I think. | ||||
* | Fix format background unicode problems | bptato | 2022-02-15 | 1 | -6/+0 |
| | |||||
* | Implement blink tag | bptato | 2022-02-12 | 1 | -0/+5 |
| | | | | with text-decoration: blink. | ||||
* | Implement padding | bptato | 2022-01-26 | 1 | -59/+59 |
| | |||||
* | Fix node to cell mapping | bptato | 2022-01-24 | 1 | -5/+5 |
| | |||||
* | Basic content type implementation | bptato | 2021-12-26 | 1 | -1/+1 |
| | |||||
* | Proper URL handling | bptato | 2021-12-26 | 1 | -39/+66 |
| | |||||
* | Refactor formatting, improve buffer cursor movement | bptato | 2021-12-25 | 1 | -96/+66 |
| | |||||
* | Honestly I'm not sure what I added here... | bptato | 2021-12-21 | 1 | -16/+13 |
| | |||||
* | Fix and implement cursor movement commands | bptato | 2021-12-20 | 1 | -7/+6 |
| | | | | | In particular, cursorNextLink and cursorPrevLink now work and some other commands have been improved | ||||
* | Fix pager mode formatting | bptato | 2021-12-19 | 1 | -6/+4 |
| | |||||
* | More code formatting consistency | bptato | 2021-12-17 | 1 | -8/+8 |
| | |||||
* | Use bit fields in cell formatting | bptato | 2021-12-15 | 1 | -7/+47 |
| | |||||
* | Support more colors, config.nim refactoring | bptato | 2021-12-10 | 1 | -8/+8 |
| | |||||
* | Fix some cursor movement bugs | bptato | 2021-11-23 | 1 | -0/+1 |
| | |||||
* | Various performance optimizations (...part two) | bptato | 2021-11-19 | 1 | -29/+52 |
| | |||||
* | Operation "get rid of FlexibleCell" part one | bptato | 2021-11-19 | 1 | -22/+50 |
| | |||||
* | Abstract away FlexibleCell, fix pageUp/pageDown | bptato | 2021-11-15 | 1 | -0/+15 |
| | |||||
* | Initial implementation of CSS :hover | bptato | 2021-11-14 | 1 | -0/+5 |
| | |||||
* | Parse ansi escape codes when displaying plain text | bptato | 2021-11-13 | 1 | -54/+128 |
| | |||||
* | Refactor output formatting code, drop non-ansi support | bptato | 2021-11-13 | 1 | -0/+92 |
| | |||||
* | Optimized generateFullOutput | bptato | 2021-11-13 | 1 | -1/+7 |
| | |||||
* | Implement text-decoration | bptato | 2021-11-13 | 1 | -0/+2 |
| | |||||
* | Rewrite renderer (still non-functional) | bptato | 2021-08-28 | 1 | -1/+10 |
| | |||||
* | Some refactoring | bptato | 2021-08-10 | 1 | -0/+34 |