Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rendertext: fix format position for non-ascii | bptato | 2023-01-01 | 1 | -1/+5 |
| | |||||
* | layout/engine: table layout improvements, fix pre-wrap whitespace | bptato | 2022-12-28 | 1 | -1/+1 |
| | | | | | | | | Table layout: weight calculation is no longer broken. We use maxContentWidth for this, which the first pass of a non-specified table cell layout overrides. pre-wrap: just a minor fix - include it in whitespacepre, now that we have a distinction between pre and wrapping white-space | ||||
* | rendertext: fix ansi escape regression | bptato | 2022-12-28 | 1 | -0/+1 |
| | |||||
* | layout/engine: get rid of dom dependency | bptato | 2022-12-27 | 1 | -1/+1 |
| | | | | Layout should only depend on cascading. | ||||
* | Proper support for tabs | bptato | 2022-12-27 | 2 | -19/+5 |
| | |||||
* | rendertext: fix tab width | bptato | 2022-12-27 | 1 | -8/+7 |
| | |||||
* | rendertext: fix tab weirdness | bptato | 2022-12-25 | 1 | -10/+8 |
| | |||||
* | Add unicode normalization, etc | bptato | 2022-12-19 | 1 | -3/+0 |
| | |||||
* | Display text for img tag, background-image | bptato | 2022-12-16 | 1 | -0/+12 |
| | |||||
* | Remove obsolete renderPlainText proc | bptato | 2022-12-15 | 1 | -42/+0 |
| | |||||
* | Fix console display bugs, add container.location | bptato | 2022-12-15 | 1 | -1/+6 |
| | |||||
* | rendertext, color: fix escape codes | bptato | 2022-12-14 | 1 | -0/+1 |
| | |||||
* | renderdocument: fix another formatting bug | bptato | 2022-12-12 | 1 | -3/+5 |
| | |||||
* | renderdocument: fix overwriting formatcells | bptato | 2022-12-12 | 1 | -3/+10 |
| | | | | Gets rid of weird underline effects. Also fixes nx calculation, I think. | ||||
* | Fix decoder bugs, move decoder to encoding/ | bptato | 2022-12-10 | 1 | -1/+1 |
| | |||||
* | Add support for the encoding standard, fix parseLegacyColor | bptato | 2022-12-10 | 1 | -32/+43 |
| | | | | Also, fix a bug in the | ||||
* | Add multiple text-decoration, overline emulation | bptato | 2022-12-07 | 1 | -5/+4 |
| | |||||
* | Remove unused twtstr functions | bptato | 2022-12-05 | 1 | -2/+2 |
| | |||||
* | Do not center error-corrected lines | bptato | 2022-11-30 | 1 | -1/+1 |
| | | | | It sounds like a good idea, but in fact looks terrible in lists. | ||||
* | renderdocument: fix bug negative padwidth bug | bptato | 2022-11-29 | 1 | -1/+8 |
| | | | | padwidth could be negative because we didn't ensure cx <= x. | ||||
* | Add missing iflush call, add experimental line height error correction | bptato | 2022-11-29 | 1 | -1/+14 |
| | | | | It kind of works, I guess? | ||||
* | Add position css property, inline block fixes | bptato | 2022-11-28 | 1 | -2/+3 |
| | | | | | More specifically, inline block white-space is no longer incorrectly determined by its computed values, but rather by its parent's values. | ||||
* | Fix some regressions, add loading progress bar | bptato | 2022-11-27 | 1 | -21/+31 |
| | |||||
* | Fix some table layout issues | bptato | 2022-11-25 | 1 | -1/+1 |
| | |||||
* | Add some quirks mode rules + presentational hints | bptato | 2022-11-25 | 1 | -1/+6 |
| | | | | Only as a POC for now. | ||||
* | Buffer improvements | bptato | 2022-11-25 | 1 | -11/+13 |
| | |||||
* | Table fixes wip | bptato | 2022-11-22 | 1 | -11/+0 |
| | |||||
* | Fix tab rendering | bptato | 2022-11-22 | 1 | -2/+20 |
| | |||||
* | Terminal refactorings | bptato | 2022-11-20 | 1 | -28/+28 |
| | |||||
* | Rewrite buffer/pager for multi-processing | bptato | 2022-11-19 | 2 | -2/+2 |
| | |||||
* | Very much WIP table implementation | bptato | 2022-11-15 | 1 | -0/+11 |
| | |||||
* | Fix renderdocument setText etc. | bptato | 2022-08-02 | 1 | -81/+117 |
| | |||||
* | Refactor some layout engine types, fix list-item | bptato | 2022-07-20 | 1 | -8/+9 |
| | |||||
* | Clean up vertical line box alignment code | bptato | 2022-07-20 | 1 | -4/+4 |
| | | | | | | This fixes the non-standard alignment of inline blocks. While we're at it, renamed "inline rows" to line boxes, as that's pretty much what they are now. | ||||
* | Use StyledNodes instead of passing the entire DOM to the layout engine | bptato | 2022-07-16 | 1 | -7/+9 |
| | | | | | This moves pseudo element generation to the cascading phase. For now it also breaks style caching. | ||||
* | Refactor layout engine | bptato | 2022-07-15 | 1 | -2/+2 |
| | |||||
* | specified -> computed | bptato | 2022-06-18 | 1 | -2/+2 |
| | | | | Continuing commit 7e65add | ||||
* | Re-implement list items | bptato | 2022-06-17 | 1 | -0/+4 |
| | | | | Now with proper list-style-position: outside support! | ||||
* | Re-implement inline-block | bptato | 2022-06-17 | 1 | -9/+7 |
| | | | | | Still far from standard-compliant, or even non-broken... but it's something | ||||
* | Simplify offset, fix a text node bug | bptato | 2022-06-08 | 1 | -4/+4 |
| | |||||
* | Layout: insignificant changes regarding offset | bptato | 2022-05-29 | 1 | -2/+2 |
| | |||||
* | Reduce formatting complexity | bptato | 2022-02-19 | 2 | -109/+50 |
| | | | | | | 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. | ||||
* | Background color improvements | bptato | 2022-02-15 | 1 | -3/+13 |
| | |||||
* | Fix format background unicode problems | bptato | 2022-02-15 | 1 | -19/+54 |
| | |||||
* | Incomplete background-color implementation | bptato | 2022-02-14 | 1 | -42/+140 |
| | | | | Has numerous flaws which will have to be corrected later. | ||||
* | Implement blink tag | bptato | 2022-02-12 | 1 | -0/+2 |
| | | | | with text-decoration: blink. | ||||
* | Avoid stack overflow in renderBlockContext | bptato | 2022-01-30 | 1 | -8/+13 |
| | |||||
* | Implement list-style-position | bptato | 2022-01-30 | 1 | -1/+1 |
| | |||||
* | Implement forms | bptato | 2022-01-29 | 1 | -0/+5 |
| | | | | | | Note: for now, only input tags are supported. Also the implementation is extremely hacky and needs refactoring... But it works, I think. | ||||
* | Implement line-height, vertical-align | bptato | 2022-01-28 | 1 | -6/+7 |
| |