Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Re-implement margins | bptato | 2022-01-22 | 1 | -1/+7 | |
| | ||||||
* | Fix percent encoding function and local percent encoded paths | bptato | 2022-01-19 | 1 | -5/+13 | |
| | ||||||
* | Implement basics of new layout engine | bptato | 2022-01-18 | 1 | -0/+1 | |
| | ||||||
* | Add punycode support | bptato | 2021-12-29 | 1 | -12/+84 | |
| | ||||||
* | Proper URL handling | bptato | 2021-12-26 | 1 | -4/+77 | |
| | ||||||
* | Fix pager bugs | bptato | 2021-12-23 | 1 | -1/+1 | |
| | ||||||
* | Honestly I'm not sure what I added here... | bptato | 2021-12-21 | 1 | -0/+3 | |
| | ||||||
* | Fix and implement cursor movement commands | bptato | 2021-12-20 | 1 | -12/+3 | |
| | | | | | In particular, cursorNextLink and cursorPrevLink now work and some other commands have been improved | |||||
* | Fix cursorPrevWord, cursorNextWord | bptato | 2021-12-19 | 1 | -1/+5 | |
| | ||||||
* | Fix html parser bugs | bptato | 2021-12-19 | 1 | -0/+3 | |
| | ||||||
* | More configuration options | bptato | 2021-12-19 | 1 | -62/+69 | |
| | ||||||
* | More code formatting consistency | bptato | 2021-12-17 | 1 | -3/+2 | |
| | ||||||
* | Some parser fixes | bptato | 2021-12-15 | 1 | -10/+13 | |
| | ||||||
* | Add roman list style type | bptato | 2021-12-15 | 1 | -17/+32 | |
| | ||||||
* | Add lists, function selector fixes | bptato | 2021-12-14 | 1 | -1/+102 | |
| | ||||||
* | Support more colors, config.nim refactoring | bptato | 2021-12-10 | 1 | -4/+2 | |
| | ||||||
* | Change configuration format to toml | bptato | 2021-12-05 | 1 | -10/+78 | |
| | ||||||
* | Support CSS word break | bptato | 2021-11-23 | 1 | -1/+1 | |
| | ||||||
* | Fix delete character | bptato | 2021-11-20 | 1 | -2/+20 | |
| | ||||||
* | User stylesheets and applyStylesheets optimizations | bptato | 2021-11-19 | 1 | -0/+26 | |
| | ||||||
* | Store pixels per character/row | bptato | 2021-11-14 | 1 | -17/+3 | |
| | ||||||
* | Parse ansi escape codes when displaying plain text | bptato | 2021-11-13 | 1 | -4/+4 | |
| | ||||||
* | Refactor output formatting code, drop non-ansi support | bptato | 2021-11-13 | 1 | -0/+19 | |
| | ||||||
* | Colors, italic, bold, read from pipe | bptato | 2021-11-12 | 1 | -19/+17 | |
| | ||||||
* | Layout engine improvements, use author style sheet | bptato | 2021-11-10 | 1 | -17/+19 | |
| | ||||||
* | Get rid of some old code, work on css property handling | bptato | 2021-08-11 | 1 | -11/+20 | |
| | ||||||
* | Implement CSS display none in box renderer etc. | bptato | 2021-08-08 | 1 | -0/+11 | |
| | | | | | Other changes being bugfixes and a temporary implementation of "view source" | |||||
* | Reorganize imports | bptato | 2021-08-07 | 1 | -1/+1 | |
| | ||||||
* | Refactoring in buffer.nim | bptato | 2021-08-06 | 1 | -2/+0 | |
| | ||||||
* | Refactor display.nim and twtio.nim | bptato | 2021-08-06 | 1 | -0/+13 | |
| | ||||||
* | Implement new buffer model which supports X coords | bptato | 2021-08-05 | 4 | -19/+14 | |
| | | | | ...also, one can kinda use this as a file viewer now I guess | |||||
* | Remove static radix tree and small/full builds | bptato | 2021-08-05 | 2 | -151/+5 | |
| | | | | | | Static radix tree was a hack to begin with and I don't want to deal with it anymore. I might consider small/full builds later on but let's be honest here, it's premature optimization. | |||||
* | more stuff | bptato | 2021-08-05 | 1 | -4/+101 | |
| | ||||||
* | CSS selectors and re-organization | bptato | 2021-07-30 | 3 | -0/+775 | |