| Commit message (Expand) | Author | Age | Files | Lines |
| * | flexbox: some tests are resolved | Yuri Kobets | 2024-01-31 | 1 | -10/+10 |
| * | flexbox rendering fixes | Yuri Kobets | 2024-01-28 | 1 | -1/+15 |
| * | flex: fixed the height calc in size_mode_content mode | Yuri Kobets | 2024-01-07 | 1 | -1/+1 |
| * | flex: fix auto-shrink tests | Yuri Kobets | 2024-01-04 | 1 | -16/+25 |
| * | flex: more flex tests passed | Yuri Kobets | 2023-12-28 | 1 | -6/+15 |
| * | refactor render_item based classes | Yuri Kobets | 2023-06-13 | 1 | -1/+3 |
| * | optimization: elements_vector replaced with elements_list | Yuri Kobets | 2023-06-07 | 1 | -2/+1 |
| * | Fixed calculating min with for elements with floats | Yuri Kobets | 2023-06-07 | 1 | -10/+11 |
| * | Optimizing floating boxes rendering | Yuri Kobets | 2023-06-06 | 1 | -551/+22 |
| * | blocks re-rendering refactor | Yuri Kobets | 2023-05-28 | 1 | -21/+9 |
| * | fixed floating boxes rendering, apply box-sizing to min/max width/height | Yuri Kobets | 2023-05-13 | 1 | -28/+74 |
| * | fixed rendering elements with position absoute and fixed | Yuri Kobets | 2023-05-12 | 1 | -13/+1 |
| * | fixed rendering of <html> and <body> tags | Yuri Kobets | 2023-05-12 | 1 | -0/+12 |
| * | Rendering refactoring | Yuri Kobets | 2023-05-09 | 1 | -75/+37 |
| * | Fixed rendered document size calculating. | Yuri Kobets | 2023-05-05 | 1 | -4/+2 |
| * | fixed table rendering with width defined as percent | Yuri Kobets | 2023-04-28 | 1 | -2/+6 |
| * | fixed support for box-sizing: border-box | Yuri Kobets | 2023-04-24 | 1 | -33/+65 |
| * | fixed: incorrect floated block position | Yuri Kobets | 2023-04-17 | 1 | -8/+12 |
| * | fixed rendering issue with fixed block size | Yuri Kobets | 2023-04-14 | 1 | -0/+4 |
| * | fixed table rendering | Yuri Kobets | 2023-04-14 | 1 | -4/+7 |
| * | fixed positioned elements rendering (absolute, fixed) | Yuri Kobets | 2023-04-02 | 1 | -1/+2 |
| * | Fixed: (min/max) width/height calculating with percent units. | Yuri Kobets | 2023-03-29 | 1 | -130/+88 |
| * | New tests and fixes for inline rendering | Yuri Kobets | 2023-02-16 | 1 | -12/+12 |
| * | fixes in calculating line box width | Yuri Kobets | 2023-02-06 | 1 | -14/+7 |
| * | optimization: removing std::dynamic_pointer_cast | Yuri Kobets | 2023-02-05 | 1 | -9/+9 |
| * | create html_tag constructor for anonymous wrapper boxes | stasoid | 2022-12-05 | 1 | -12/+2 |
| * | document::createFromString optimization: | stasoid | 2022-11-27 | 1 | -9/+6 |
| * | This basically reverts commit 5a00888b "var()" to improve performance. | stasoid | 2022-11-21 | 1 | -3/+7 |
| * | parse_styles optimization: use string_id for CSS property names | stasoid | 2022-11-07 | 1 | -2/+2 |
| * | remove wchar support | stasoid | 2022-10-21 | 1 | -13/+11 |
| * | Fixed: compilation is failed on Windows | Yuri Kobets | 2022-09-17 | 1 | -1/+1 |
| * | Internal refactoring (#212) | Yuri Kobets | 2022-09-14 | 1 | -0/+862 |