| Commit message (Expand) | Author | Age | Files | Lines |
* | flex: support for 'align-self: inherit' | Yuri Kobets | 2024-01-07 | 1 | -1/+1 |
* | flex: "flex-basis: 0" is valid value | Yuri Kobets | 2024-01-07 | 1 | -1/+1 |
* | flex: more flex tests passed | Yuri Kobets | 2023-12-28 | 1 | -0/+5 |
* | flex: added order property support | Yuri Kobets | 2023-12-23 | 1 | -0/+2 |
* | added support for start, end values for align_items css property | Yuri Kobets | 2023-12-21 | 1 | -1/+1 |
* | Some fixes | Yuri Kobets | 2023-12-20 | 1 | -2/+2 |
* | flex layout - the first implementation | Yuri Kobets | 2023-11-05 | 1 | -2/+2 |
* | Added support for caption-side CSS property | Yuri Kobets | 2023-08-01 | 1 | -0/+1 |
* | fix: render_test._/"acid1.htm" test fails on x86 architecturev0.8 | Yuri Kobets | 2023-05-19 | 1 | -1/+2 |
* | refactoring: rename have_parent to is_root | Yuri Kobets | 2023-05-10 | 1 | -1/+1 |
* | support multiple background images | stasoid | 2023-02-25 | 1 | -17/+23 |
* | Added smaller and larger values support for font-size CSS property | Yuri Kobets | 2023-02-18 | 1 | -0/+12 |
* | fix: vertical-align css property is not inherited | Yuri Kobets | 2023-02-05 | 1 | -1/+1 |
* | fixed: line-height calculation for line box. (#243) | Yuri Kobets | 2023-01-05 | 1 | -8/+8 |
* | distinguish between computed and used line-height (fixes #232) | stasoid | 2022-12-09 | 1 | -10/+8 |
* | Fix: font size without units (font-size: 20) is ignored | Yuri Kobets | 2022-12-06 | 1 | -3/+0 |
* | create html_tag constructor for anonymous wrapper boxes | stasoid | 2022-12-05 | 1 | -4/+4 |
* | document::createFromString optimization: | stasoid | 2022-11-27 | 1 | -569/+425 |
* | parse_styles optimization: use string_id for CSS property names | stasoid | 2022-11-07 | 1 | -82/+82 |
* | remove wchar support | stasoid | 2022-10-21 | 1 | -136/+136 |
* | parsing flex related CSS properties | Yuri Kobets | 2022-10-11 | 1 | -0/+33 |
* | Internal refactoring (#212) | Yuri Kobets | 2022-09-14 | 1 | -0/+554 |