Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #285 from litehtml/flex_layoutHEADv0.9dev | Yuri Kobets | 2024-01-31 | 1035 | -373/+33168 |
|\ | | | | | Flex layout | ||||
| * | Merge branch 'master' into flex_layout | Yuri Kobets | 2024-01-31 | 13 | -25/+288 |
| |\ | |/ |/| | |||||
* | | Merge pull request #283 from imzyxwvu/fix/media-type | Yuri Kobets | 2024-01-17 | 1 | -2/+1 |
|\ \ | | | | | | | media_query: Treat unknown media type as none | ||||
| * | | media_query: Treat unknown media type as none | zyxwvu Shi | 2024-01-17 | 1 | -2/+1 |
|/ / | | | | | | | According to https://www.w3.org/TR/mediaqueries-5/ section 3.2, Error Handling, an unknown media-type must be treated as not matching. | ||||
* | | Merge pull request #281 from MicCalo/css_counters_basic | Yuri Kobets | 2023-12-28 | 11 | -21/+280 |
|\ \ | | | | | | | basic implementation for css counters | ||||
| * | | reverted whitespace-only changes | MichelCalonder | 2023-12-28 | 3 | -7/+4 |
| | | | |||||
| * | | Added tests for css counters | MichelCalonder | 2023-12-28 | 2 | -0/+79 |
| | | | |||||
| * | | used string_id instead of string | MichelCalonder | 2023-12-26 | 3 | -26/+26 |
| | | | |||||
| * | | support for counter_s_ | MichelCalonder | 2023-12-25 | 5 | -6/+48 |
| | | | |||||
| * | | included siblings in search so exapmple 2 (H1/H2, not nested) works too | MichelCalonder | 2023-12-21 | 2 | -18/+54 |
| | | | |||||
| * | | moved m_counter_values and corresponding functions to element.h | MichelCalonder | 2023-12-20 | 4 | -55/+62 |
| | | | |||||
| * | | started support int values for counter-reset and counter-increment | MichelCalonder | 2023-12-13 | 3 | -11/+44 |
| | | | |||||
| * | | moved isnumber to html helper functions for later reuse | MichelCalonder | 2023-12-13 | 3 | -14/+15 |
| | | | |||||
| * | | fixed issue after merge (due to beautifying, type change from âĩ | MichelCalonder | 2023-12-08 | 2 | -4/+4 |
| | | | | | | | | | | | | elements-vector to elements-list was not auto-merged) | ||||
| * | | Merge branch 'master' into css_counters_basic | Yuri Kobets | 2023-12-08 | 125 | -1501/+2373 |
| |\ \ | |||||
| * | | | basic implementaion for css counters | MichelCalonder | 2023-12-08 | 4 | -1/+65 |
| | | | | |||||
* | | | | add litehtml specific testing options in cmake | Charlie Wolf | 2023-12-19 | 1 | -3/+9 |
| |/ / |/| | | |||||
| | * | flexbox: some tests are resolved | Yuri Kobets | 2024-01-31 | 44 | -225/+246 |
| | | | |||||
| | * | flexbox rendering fixes | Yuri Kobets | 2024-01-28 | 15 | -34/+75 |
| | | | |||||
| | * | flex: refactoring flexbox redering | Yuri Kobets | 2024-01-25 | 40 | -864/+1323 |
| | | | |||||
| | * | flex: support for auto-margins in the cross direction | Yuri Kobets | 2024-01-11 | 6 | -110/+195 |
| | | | |||||
| | * | fixed rendering of <br> tag with the 'clear' property | Yuri Kobets | 2024-01-09 | 1 | -1/+14 |
| | | | |||||
| | * | flex: added support for align-items: baseline | Yuri Kobets | 2024-01-09 | 60 | -77/+257 |
| | | | |||||
| | * | flex: support for 'align-self: inherit' | Yuri Kobets | 2024-01-07 | 1 | -1/+1 |
| | | | |||||
| | * | flex: apply max-height to the flex container | Yuri Kobets | 2024-01-07 | 5 | -0/+5 |
| | | | |||||
| | * | flex: Added support for flex-grow/flex-shring with values less then 1 | Yuri Kobets | 2024-01-07 | 5 | -3/+26 |
| | | | |||||
| | * | flex: added validation for flex-grow and flex-shrink (must be positive number) | Yuri Kobets | 2024-01-07 | 3 | -0/+9 |
| | | | |||||
| | * | flex: fixed the height calc in size_mode_content mode | Yuri Kobets | 2024-01-07 | 6 | -1/+1 |
| | | | |||||
| | * | flex: "flex-basis: 0" is valid value | Yuri Kobets | 2024-01-07 | 3 | -1/+1 |
| | | | |||||
| | * | flex: some passed tests added | Yuri Kobets | 2024-01-06 | 32 | -0/+0 |
| | | | |||||
| | * | flex: support for items max-width/max-height and auto-margins | Yuri Kobets | 2024-01-06 | 18 | -17/+112 |
| | | | |||||
| | * | flex: fix auto-shrink tests | Yuri Kobets | 2024-01-04 | 21 | -40/+88 |
| | | | |||||
| | * | flex: fixed parsing of the flex shorthand | Yuri Kobets | 2023-12-30 | 25 | -6/+9 |
| | | | |||||
| | * | flex: Distribute remaining after algorithm space | Yuri Kobets | 2023-12-29 | 21 | -0/+16 |
| | | | |||||
| | * | flex: fixes in rendering of the justify-content css property | Yuri Kobets | 2023-12-29 | 32 | -8/+54 |
| | | | |||||
| | * | Scale borders radius to prevent corner overlap | Yuri Kobets | 2023-12-29 | 2 | -129/+171 |
| | | | | | | | | | | | | | | | | | | Ref: https://www.w3.org/TR/css-backgrounds-3/#corner-overlap Also changes in cairo_linux container to support corners with different radius. | ||||
| | * | flex: more flex tests passed | Yuri Kobets | 2023-12-28 | 208 | -40/+145 |
| | | | |||||
| | * | flex test: some tests were fixed | Yuri Kobets | 2023-12-25 | 27 | -0/+0 |
| | | | |||||
| | * | fixed rendering block with negative top/bottom margins | Yuri Kobets | 2023-12-25 | 1 | -12/+18 |
| | | | |||||
| | * | Added tests for Flexible Box Layout | Yuri Kobets | 2023-12-25 | 783 | -0/+30694 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | All tests are copied from: http://test.csswg.org/suites/css-flexbox-1_dev/nightly-unstable/html/toc.htm Prefixes: "-" - test is using features that litehtml doesn't support yet "--" - all featured should be supported but test failed because of flex rendering implementation issues | ||||
| | * | flex: fixed rendering issues | Yuri Kobets | 2023-12-25 | 2 | -34/+50 |
| | | | |||||
| | * | flex: added support for align-content property | Yuri Kobets | 2023-12-23 | 3 | -22/+141 |
| | | | |||||
| | * | flex: added order property support | Yuri Kobets | 2023-12-23 | 10 | -11/+72 |
| | | | |||||
| | * | flex: added support for the justify-content property | Yuri Kobets | 2023-12-23 | 1 | -2/+119 |
| | | | |||||
| | * | container_linux: don't draw background image with zero size | Yuri Kobets | 2023-12-22 | 1 | -0/+2 |
| | | | |||||
| | * | 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 | 2 | -4/+51 |
| | | | |||||
| | * | fix test container base path | Yuri Kobets | 2023-12-21 | 2 | -2/+11 |
| | | | |||||
| | * | added support for start, end values for align_items css property | Yuri Kobets | 2023-12-21 | 3 | -5/+30 |
| | | | |||||
| | * | tests: support for subfolders in rendering test | Yuri Kobets | 2023-12-20 | 1 | -9/+25 |
| | | |