| Commit message (Expand) | Author | Age | Files | Lines |
* | layout: rewrite inline box handling | bptato | 2023-11-27 | 1 | -159/+179 |
* | renderdocument: avoid setText with zero-width string | bptato | 2023-11-21 | 1 | -9/+10 |
* | renderdocument: fix regression in d20fc30 | bptato | 2023-11-20 | 1 | -12/+0 |
* | renderdocument, cell: fix FormatCell bugs | bptato | 2023-11-20 | 1 | -17/+31 |
* | layout: refactor flow margin propagation, sizing | bptato | 2023-11-12 | 1 | -5/+5 |
* | buffer: remove viewport reference | bptato | 2023-10-28 | 1 | -3/+3 |
* | renderdocument: slightly refactor, optimize addLines | bptato | 2023-10-26 | 1 | -35/+12 |
* | layout/engine: refactor inline atoms etc. | bptato | 2023-10-26 | 1 | -21/+16 |
* | WindowAttributes: refactor | bptato | 2023-10-19 | 1 | -1/+1 |
* | move around more modules | bptato | 2023-09-14 | 2 | -3/+3 |
* | Move HTML parsing into Chame | bptato | 2023-08-15 | 1 | -1/+2 |
* | Move charsets into chakasu | bptato | 2023-08-14 | 1 | -2/+3 |
* | htmlparser: decouple from DOM | bptato | 2023-07-09 | 1 | -0/+1 |
* | Add popup menu for select element | bptato | 2023-07-05 | 1 | -1/+1 |
* | calculateErrorY: fix regression by using int | bptato | 2023-07-04 | 1 | -2/+2 |
* | Use LayoutUnit in layout | bptato | 2023-07-04 | 1 | -18/+36 |
* | rendertext: do not rewind if no other charsets are available | bptato | 2023-06-25 | 1 | -1/+1 |
* | Revert "renderdocument: bgcolor blending" | bptato | 2023-06-15 | 1 | -13/+16 |
* | renderdocument: bgcolor blending | bptato | 2023-06-13 | 1 | -16/+13 |
* | Fix various layout bugs, prepare for image support | bptato | 2023-06-12 | 1 | -9/+17 |
* | Add support for visibility | bptato | 2023-06-07 | 1 | -21/+23 |
* | Add display/output encoding | bptato | 2023-05-19 | 1 | -0/+2 |
* | Refactor config, add charset opts | bptato | 2023-05-16 | 1 | -3/+30 |
* | Working position: absolute, some other fixes | bptato | 2023-05-13 | 1 | -8/+17 |
* | renderdocument: fix img position | bptato | 2023-04-12 | 1 | -5/+5 |
* | renderdocument: fix failing assertion | bptato | 2023-01-07 | 1 | -0/+8 |
* | css/values, parser, ...: fix background-image | bptato | 2023-01-06 | 1 | -24/+24 |
* | layout/engine: fix non-inheritable values for inline box | bptato | 2023-01-06 | 1 | -4/+14 |
* | renderdocument: add StyledNodes to backgrounds | bptato | 2023-01-03 | 1 | -10/+17 |
* | renderdocument: fix crash for image text | bptato | 2023-01-03 | 1 | -1/+2 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | renderdocument: fix bug negative padwidth bug | bptato | 2022-11-29 | 1 | -1/+8 |