1
1
mirror of https://github.com/Kozea/WeasyPrint.git synced 2024-10-05 08:27:22 +03:00
WeasyPrint/weasyprint
Guillaume Ayoub 7071e36ce4 Remove device_size parameter everywhere
The device_size parameter was passed to many layout features, but it was only
used to set default size of replaced boxes with no implicit or explicit size
set. As this case is really rare for printed documents, and as it's also rare
to have printed supports that small, we can remove this "feature".

Moreover, in CSS3-images, another definition called "default object size" is
used to set replaced box size when no size is defined. This size doesn't seem
to be defined for images.
2019-07-11 17:17:28 +02:00
..
css Remove and fix some TODOs 2019-07-11 16:48:53 +02:00
formatting_structure Same optimization as previous commit for inline level boxes 2019-07-11 15:03:40 +02:00
layout Remove device_size parameter everywhere 2019-07-11 17:17:28 +02:00
tests Remove and fix some TODOs 2019-07-11 16:48:53 +02:00
tools Update copyright 2019-03-04 11:04:06 +01:00
__init__.py Remove and fix some TODOs 2019-07-11 16:48:53 +02:00
__main__.py Update copyright 2019-03-04 11:04:06 +01:00
document.py Remove TODO 2019-07-11 17:01:53 +02:00
draw.py Remove and fix some TODOs 2019-07-11 16:48:53 +02:00
fonts.py Remove and fix some TODOs 2019-07-11 16:48:53 +02:00
html.py Update copyright 2019-03-04 11:04:06 +01:00
images.py Move percentage function into percentages module 2019-06-02 18:06:25 +02:00
logger.py Update copyright 2019-03-04 11:04:06 +01:00
pdf.py Update copyright 2019-03-04 11:04:06 +01:00
stacking.py Update copyright 2019-03-04 11:04:06 +01:00
text.py Remove and fix some TODOs 2019-07-11 16:48:53 +02:00
urls.py Update default_url_fetcher's documentation 2019-04-12 16:34:19 +02:00
VERSION Version 48 2019-07-08 13:51:38 +02:00