1
1
mirror of https://github.com/Kozea/WeasyPrint.git synced 2024-10-05 00:21:15 +03:00
WeasyPrint/weasyprint
Guillaume Ayoub 5497991fb4 Don’t retry to split a line if it contains spaces
Splitting the line twice takes too much time, and we know (hope?) that we can
always split lines after a space.
2020-10-26 22:11:29 +01:00
..
css Use the old square character for list 2020-09-23 20:50:21 +02:00
formatting_structure Compute bookmark-label for :before and :after boxes 2020-06-19 08:23:20 +02:00
layout Use axis variable instead of relying on flex-direction property 2020-10-21 21:03:34 +02:00
tests Kozea/WeasyPrint#601: add flex rtl tests row & col 2020-10-10 22:04:49 +03:00
tools Use download attribute in <a> to define filename for attachment 2020-09-10 00:51:03 +02:00
__init__.py Add an image cache that can be shared between documents 2020-06-22 16:32:12 +02:00
__main__.py Fix CLI arguments documentation 2020-06-23 22:35:00 +02:00
document.py Cairo use hex string when there are parenthesis for TAG_LINK but not for TAG_DEST so an id is not represented by the same string in the pdf and pdf reader can make the link between them. Using urllib.parse.quote replaces special chars and so Cairo stop using hex string and pdf reader are happy. 2020-09-13 18:42:56 +02:00
draw.py Apply viewport_overflow when box.is_for_root_element 2020-06-21 11:45:59 +02:00
fonts.py dlopen shared library symlink using major version name. 2020-05-03 22:01:41 +03:00
html.py Use download attribute in <a> to define filename for attachment 2020-09-10 00:51:03 +02:00
images.py Add an option to optimize embedded images size 2020-06-22 16:05:14 +02:00
logger.py Remove repeated copyright assignments in files 2020-01-02 14:10:09 +01:00
pdf.py When adding embedded files, the Catalog dictionary is extended with a Name entry only when there isn’t one. 2020-09-21 15:28:53 +02:00
stacking.py Remove repeated copyright assignments in files 2020-01-02 14:10:09 +01:00
text.py Don’t retry to split a line if it contains spaces 2020-10-26 22:11:29 +01:00
urls.py Remove breakpoint 2020-01-13 21:50:13 +01:00
VERSION Support for post-processing by passing a finisher function to write_pdf 2020-04-08 23:46:11 +00:00