| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add missing iflush call, add experimental line height error correction | bptato | 2022-11-29 | 1 | -1/+14 |
* | Add position css property, inline block fixes | bptato | 2022-11-28 | 1 | -2/+3 |
* | 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 |
* | 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 |
* | Use StyledNodes instead of passing the entire DOM to the layout engine | bptato | 2022-07-16 | 1 | -7/+9 |
* | Refactor layout engine | bptato | 2022-07-15 | 1 | -2/+2 |
* | specified -> computed | bptato | 2022-06-18 | 1 | -2/+2 |
* | Re-implement list items | bptato | 2022-06-17 | 1 | -0/+4 |
* | Re-implement inline-block | bptato | 2022-06-17 | 1 | -9/+7 |
* | 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 |
* | 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 |
* | Implement blink tag | bptato | 2022-02-12 | 1 | -0/+2 |
* | 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 |
* | Implement line-height, vertical-align | bptato | 2022-01-28 | 1 | -6/+7 |
* | Implement padding | bptato | 2022-01-26 | 2 | -23/+27 |
* | Fix whitespace styling | bptato | 2022-01-26 | 1 | -0/+50 |
* | Fix node to cell mapping | bptato | 2022-01-24 | 1 | -1/+1 |
* | Fix incorrect canvas width and whitespace bugs | bptato | 2022-01-23 | 1 | -2/+2 |
* | Use pixels as the base unit for the layout | bptato | 2022-01-23 | 1 | -67/+11 |
* | Fix page navigation | bptato | 2022-01-22 | 1 | -7/+4 |
* | Re-implement margins | bptato | 2022-01-22 | 1 | -1/+1 |
* | Re-implement inline blocks | bptato | 2022-01-19 | 1 | -1/+4 |
* | Implement basics of new layout engine | bptato | 2022-01-18 | 1 | -17/+9 |
* | Cascade optimizations, start layout engine rewrite | bptato | 2021-12-29 | 1 | -13/+95 |
* | Basic content type implementation | bptato | 2021-12-26 | 1 | -3/+8 |
* | Proper URL handling | bptato | 2021-12-26 | 1 | -16/+42 |