| Commit message (Expand) | Author | Age | Files | Lines |
* | layout: resolve percentage width for auto table cells | bptato | 2024-12-21 | 2 | -0/+10 |
* | cascade: actually, it should be inline-block | bptato | 2024-12-20 | 2 | -0/+17 |
* | cascade: blockify on position: absolute or fixed | bptato | 2024-12-20 | 1 | -0/+1 |
* | layout: apply padding to intrinsic minimum width | bptato | 2024-12-19 | 2 | -0/+5 |
* | match: fix nested hover selector | bptato | 2024-12-18 | 2 | -0/+10 |
* | dom, match: optimize :nth-child, :nth-last-child | bptato | 2024-12-17 | 2 | -0/+91 |
* | Fix test case | bptato | 2024-12-17 | 1 | -1/+1 |
* | layout: propagate intrinsic minimum height | bptato | 2024-12-17 | 12 | -0/+75 |
* | layout: do not allow canpx for scFitContent | bptato | 2024-12-15 | 2 | -0/+6 |
* | layout: set table intrinsic min width to specified width | bptato | 2024-12-15 | 2 | -0/+18 |
* | layout: do not trust specified table cell height | bptato | 2024-12-15 | 2 | -0/+10 |
* | dom, css: fix case-insensitive class/id/attr matching | bptato | 2024-12-15 | 2 | -0/+21 |
* | render: apply visibility to inline boxes | bptato | 2024-12-10 | 2 | -0/+5 |
* | layout: override table cell width if its min width is greater | bptato | 2024-12-10 | 2 | -0/+15 |
* | layout: another xminwidth kludge | bptato | 2024-12-08 | 2 | -0/+11 |
* | md2html: another list bugfix, add a test | bptato | 2024-12-04 | 1 | -0/+0 |
* | mediaquery: fix and after bare keyword | bptato | 2024-12-01 | 2 | -0/+5 |
* | layout: remove mystery startOffset adjustment | bptato | 2024-11-28 | 1 | -4/+4 |
* | layout: support br clear | bptato | 2024-11-27 | 2 | -0/+13 |
* | layout: another intrinsic min width fix | bptato | 2024-11-24 | 1 | -2/+4 |
* | layout: fix intrinsic min width for words with wrapping opportunities | bptato | 2024-11-24 | 2 | -0/+57 |
* | chadombuilder: fix removeImpl definition | bptato | 2024-11-21 | 2 | -0/+3 |
* | layout: fix intrinsic min width with whitespace: pre | bptato | 2024-11-19 | 2 | -0/+11 |
* | layout: fix indefinitely sized flex items with bounds | bptato | 2024-11-19 | 2 | -0/+7 |
* | layout: fix crash on overlapping rowspan/colspan | bptato | 2024-11-17 | 2 | -0/+23 |
* | layout: fix another flex sizing bug | bptato | 2024-11-14 | 2 | -0/+12 |
* | renderdocument: basic stacking context support | bptato | 2024-11-09 | 6 | -12/+8 |
* | layout: fix a few more flex sizing bugs | bptato | 2024-11-09 | 4 | -0/+34 |
* | layout: fix initial flex item width calculation | bptato | 2024-11-08 | 5 | -3/+27 |
* | layout: fix a small table bug | bptato | 2024-11-02 | 2 | -0/+8 |
* | layout: remove inline rounding | bptato | 2024-11-02 | 2 | -0/+3 |
* | cssparser: fix parsing of unrecognized at rules | bptato | 2024-11-02 | 2 | -0/+9 |
* | layout: fix yet another inline float bug | bptato | 2024-11-01 | 2 | -0/+8 |
* | layout: simplify a bit, fix some inline float bugs | bptato | 2024-11-01 | 4 | -0/+26 |
* | layout: refactor flow and fix some bugs in the process | bptato | 2024-10-31 | 18 | -0/+29 |
* | layout: fix margin resolution for absolutely positioned boxes | bptato | 2024-10-28 | 2 | -0/+15 |
* | selectorparser: fix parsing of invalid pseudo elements | bptato | 2024-10-26 | 2 | -0/+21 |
* | cssparser: do not accept invalid rules | bptato | 2024-10-25 | 2 | -0/+4 |
* | layout: fix nested absolute positioning, refactor initial size resolution | bptato | 2024-10-25 | 2 | -0/+25 |
* | layout: fix inline float + position: absolute bug | bptato | 2024-10-16 | 2 | -0/+6 |
* | layout: fix float positioning in inline contexts | bptato | 2024-10-15 | 5 | -1/+18 |
* | layout: correct `position: absolute' (FINALLY) | bptato | 2024-10-15 | 8 | -0/+103 |
* | layout, pager: preserve tabs on display, selection & output | bptato | 2024-10-10 | 2 | -2/+17 |
* | layout: fix floats overriding margin/padding | bptato | 2024-10-05 | 4 | -14/+25 |
* | layout: fix wrong padding offsets | bptato | 2024-09-27 | 2 | -0/+7 |
* | layout: remove line-height | bptato | 2024-09-21 | 4 | -12/+2 |
* | layout: fix table height constraint type | bptato | 2024-08-30 | 2 | -0/+26 |
* | layout: fix whitespace weirdness | bptato | 2024-08-23 | 2 | -0/+6 |
* | xhr: more progress | bptato | 2024-08-15 | 1 | -4/+4 |
* | cssvalues, sheet: fix some more case sensitivity bugs | bptato | 2024-08-02 | 1 | -1/+1 |