| Commit message (Expand) | Author | Age | Files | Lines |
| * | flexbox: some tests are resolved | Yuri Kobets | 2024-01-31 | 1 | -207/+0 |
| * | flex: refactoring flexbox redering | Yuri Kobets | 2024-01-25 | 1 | -777/+172 |
| * | flex: support for auto-margins in the cross direction | Yuri Kobets | 2024-01-11 | 1 | -102/+179 |
| * | flex: added support for align-items: baseline | Yuri Kobets | 2024-01-09 | 1 | -12/+110 |
| * | flex: apply max-height to the flex container | Yuri Kobets | 2024-01-07 | 1 | -0/+5 |
| * | flex: Added support for flex-grow/flex-shring with values less then 1 | Yuri Kobets | 2024-01-07 | 1 | -3/+26 |
| * | flex: added validation for flex-grow and flex-shrink (must be positive number) | Yuri Kobets | 2024-01-07 | 1 | -0/+9 |
| * | flex: support for items max-width/max-height and auto-margins | Yuri Kobets | 2024-01-06 | 1 | -13/+100 |
| * | flex: fix auto-shrink tests | Yuri Kobets | 2024-01-04 | 1 | -12/+45 |
| * | flex: Distribute remaining after algorithm space | Yuri Kobets | 2023-12-29 | 1 | -0/+16 |
| * | flex: fixes in rendering of the justify-content css property | Yuri Kobets | 2023-12-29 | 1 | -6/+45 |
| * | flex: more flex tests passed | Yuri Kobets | 2023-12-28 | 1 | -10/+34 |
| * | flex: fixed rendering issues | Yuri Kobets | 2023-12-25 | 1 | -33/+49 |
| * | flex: added support for align-content property | Yuri Kobets | 2023-12-23 | 1 | -18/+136 |
| * | flex: added order property support | Yuri Kobets | 2023-12-23 | 1 | -10/+30 |
| * | flex: added support for the justify-content property | Yuri Kobets | 2023-12-23 | 1 | -2/+119 |
| * | added support for flex-wrap: wrap-reverse | Yuri Kobets | 2023-12-22 | 1 | -3/+31 |
| * | added support row-reverse and column-reverse for flex-direction | Yuri Kobets | 2023-12-22 | 1 | -1/+46 |
| * | added support for start, end values for align_items css property | Yuri Kobets | 2023-12-21 | 1 | -3/+25 |
| * | Some fixes | Yuri Kobets | 2023-12-20 | 1 | -5/+15 |
| * | flex layout: distribute free cross size to lines | Yuri Kobets | 2023-12-19 | 1 | -16/+59 |
| * | flex layout: support for flex-direction: column | Yuri Kobets | 2023-12-17 | 1 | -240/+300 |
| * | flex layout: small refactoring | Yuri Kobets | 2023-11-07 | 1 | -65/+63 |
| * | flex layout: remake disrtibute free space algorithm | Yuri Kobets | 2023-11-06 | 1 | -39/+98 |
| * | flex layout: support for flex-direction: row | Yuri Kobets | 2023-11-06 | 1 | -48/+76 |
| * | flex layout - the first implementation | Yuri Kobets | 2023-11-05 | 1 | -3/+205 |
| * | refactor render_item based classes | Yuri Kobets | 2023-06-13 | 1 | -1/+1 |
| * | Optimizing floating boxes rendering | Yuri Kobets | 2023-06-06 | 1 | -2/+1 |
| * | Rendering refactoring | Yuri Kobets | 2023-05-09 | 1 | -2/+2 |
| * | Fixed: (min/max) width/height calculating with percent units. | Yuri Kobets | 2023-03-29 | 1 | -1/+2 |
| * | create html_tag constructor for anonymous wrapper boxes | stasoid | 2022-12-05 | 1 | -12/+2 |
| * | document::createFromString optimization: | stasoid | 2022-11-27 | 1 | -2/+2 |
| * | This basically reverts commit 5a00888b "var()" to improve performance. | stasoid | 2022-11-21 | 1 | -2/+6 |
| * | remove wchar support | stasoid | 2022-10-21 | 1 | -2/+2 |
| * | parsing flex related CSS properties | Yuri Kobets | 2022-10-11 | 1 | -2/+86 |
| * | Internal refactoring (#212) | Yuri Kobets | 2022-09-14 | 1 | -0/+12 |