1
1
mirror of https://github.com/Kozea/WeasyPrint.git synced 2024-10-04 07:57:52 +03:00
WeasyPrint/weasyprint/layout
2024-09-27 20:56:41 +02:00
..
__init__.py Fix layout when all footnotes are removed from the footnote area 2024-06-11 15:55:58 +02:00
absolute.py Don’t use absolute parent’s skip stack to render absolute child 2024-05-11 11:15:44 +02:00
background.py Split draw module into multiple submodules 2024-06-09 00:56:43 +02:00
block.py Avoid float collision with box establishing formatting context 2024-09-27 20:56:41 +02:00
column.py Don’t duplicate column when container is split on multiple pages 2024-06-08 12:40:15 +02:00
flex.py Keep shorter algorithm to collect flex items in lines 2024-08-24 23:12:39 +02:00
float.py Avoid float collision with box establishing formatting context 2024-09-27 20:56:41 +02:00
grid.py Remove useless variable 2024-06-21 11:05:13 +02:00
inline.py Create explicit grid 2024-04-28 17:21:45 +02:00
leader.py Use margin box of children to define available width for leaders 2023-08-31 23:09:05 +02:00
min_max.py Update and clean docstrings. 2022-02-14 07:11:30 +01:00
page.py Split page and page selection types 2024-09-15 09:10:08 +02:00
percent.py Resolve border-{...}-width used values during collapsed-borders conflict resolution 2023-05-26 06:35:40 +00:00
preferred.py Avoid nested loops for intermediate intrinsic percentage widths 2024-08-11 14:04:49 +02:00
replaced.py Minor changes 2022-10-05 18:22:35 +02:00
table.py Fix vertical alignment of out-of-flow elements in tables 2024-08-10 09:59:24 +02:00