1
1
mirror of https://github.com/Kozea/WeasyPrint.git synced 2024-10-05 00:21:15 +03:00
Commit Graph

79 Commits

Author SHA1 Message Date
Simon Sapin
f284205e78 Changelog for v0.17.1 2013-03-18 19:40:53 +01:00
Simon Sapin
8fc4ed043d Released date for v0.17 2013-02-27 14:45:50 +01:00
Simon Sapin
dd2f6ccb79 Document hyphenation. 2013-02-27 14:44:21 +01:00
Simon Sapin
f1938d26bc Changelog so far for 0.17 2013-02-26 17:25:36 +01:00
Simon Sapin
1145958a39 Update install docs for CFFI. 2013-02-25 19:27:17 +01:00
Simon Sapin
773bbfe431 Changelog for JPEG embedding. 2012-12-20 20:21:13 +01:00
Simon Sapin
3a43ed6a8b Changelog for 0.16 2012-12-13 11:49:24 +01:00
Simon Sapin
85bbfa9258 Rename PDF scale to zoom, have the default be 1 rather than 0.75
The 0.75 factor is an implementation detail that should not be exposed
in the API.
2012-11-22 22:31:26 +01:00
Simon Sapin
f2eb0ec879 Docs: fix a link. 2012-10-10 14:15:56 +02:00
Simon Sapin
1cdd1bf339 Sphinx docs are at weasyprint.org/docs 2012-10-09 20:10:25 +02:00
Simon Sapin
a0bb1f2752 Have metadata account for CSS transforms. 2012-10-06 22:09:17 +02:00
Simon Sapin
7f033001b7 Remove HTML.get_png_pages 2012-10-02 15:59:59 +02:00
Simon Sapin
d17ee64fa1 Do not repeat a block’s margin-top after a break. 2012-10-02 15:59:58 +02:00
Simon Sapin
b17e807af1 Bug fix: inline-block with vertical-align 2012-10-01 19:30:25 +02:00
Simon Sapin
f33c91742d Get rid of the Document class (finally!) 2012-09-25 16:37:18 +02:00
Simon Sapin
a0853a3fc1 Merge branch 'sphinx-doc' 2012-09-20 16:53:33 +02:00
Simon Sapin
7228a4bb3f Start some documentation with Sphinx 2012-09-19 15:11:02 +02:00
Simon Sapin
b12c987b04 Add changelog entry for the preformance fix. 2012-09-18 12:58:57 +02:00
Simon Sapin
6354398139 Add a low-level public API 2012-09-12 19:33:16 +02:00
Simon Sapin
39b553fae7 Add support for font-stretch, fix #7
The value is passed to Pango as-is. It may have no effect if
(for example) the chosen font has no expanded variant.
2012-08-17 17:37:33 +02:00
Simon Sapin
a09eb52b97 Tag v0.14 2012-08-03 17:55:14 +02:00
Simon Sapin
ba8a55d5c0 Add support for outlines. 2012-08-03 16:22:32 +02:00
Simon Sapin
2614821fa9 Add support for <base href="..."> element in HTML. 2012-08-03 15:22:26 +02:00
Simon Sapin
a19c02f7b1 Add --resolution and --base-url to the command-line API. 2012-08-02 17:19:52 +02:00
Simon Sapin
eab2646dcc Fix base_url set to a directory name.
With base_url='/a/b', a relative URL 'c' was resolved to '/a/c'.
Now it is resolved to '/a/b/c' if /a/b is a directory, '/a/c'
otherwise. This is most likely the expected behavior.
2012-08-02 17:19:34 +02:00
Simon Sapin
3b769e05c4 Add tests and changelog for the new media_type API. 2012-08-02 13:59:44 +02:00
Simon Sapin
4c0bcc3b6e Mention pixbuf in the changelog. 2012-07-31 13:01:52 +02:00
Simon Sapin
67dc1c80e8 Start the changelog for 0.14 2012-07-28 22:33:20 +02:00
Simon Sapin
1fa71a7036 Tag v0.13 2012-07-23 19:15:19 +02:00
Simon Sapin
a15beccfbe Fix the release date for 0.12 2012-07-19 14:38:33 +02:00
Simon Sapin
714fc401d0 Tag v0.12 2012-07-19 11:55:21 +02:00
Simon Sapin
2768dea548 Add `url_fetcher` to the public API 2012-07-13 12:24:55 +02:00
Simon Sapin
ab16ff0bfe Add a changelog entry for border-collapse. 2012-07-12 11:13:48 +02:00
Simon Sapin
ffda839f5e Add the changelog for 0.11 2012-07-04 14:29:11 +02:00
Simon Sapin
63196bb349 Add a missing changelog entry for 0.10 2012-06-25 16:42:09 +02:00
Simon Sapin
f01e714192 Tag v0.10 2012-06-25 16:12:04 +02:00
Simon Sapin
fc2fdb622c Add get_png_pages to the public API 2012-06-21 11:33:19 +02:00
Simon Sapin
7f13b225ff Initial changelog for 0.10 2012-06-20 12:59:49 +02:00
Simon Sapin
da669da8c9 Changelog for 0.9 2012-06-04 18:57:44 +02:00
Simon Sapin
592b6a4a28 Changelog: absolutes, hyperlinks, bookmarks. 2012-05-21 12:07:19 +02:00
Guillaume Ayoub
bc5960ef1a Update the changelog 2012-05-09 17:07:58 +02:00
Simon Sapin
2435e50a48 Tag v0.8 2012-05-07 18:31:33 +02:00
Simon Sapin
147883ab59 Changelog for cssselect 2012-04-30 13:19:19 +02:00
Simon Sapin
074e8884c8 Implement inline tables. 2012-04-12 17:20:57 +02:00
Simon Sapin
12b856c79e Add min-width/max-width for inline blocks. 2012-04-10 11:43:59 +02:00
Simon Sapin
7ac982a01c Implement {min,max}-{width,height} on images. 2012-04-06 19:44:09 +02:00
Simon Sapin
79675f58b0 Implement min-height and max-height on blocks 2012-04-06 16:42:06 +02:00
Simon Sapin
1ba5b32e7b Tests and fixes for drawing 2012-04-04 13:58:06 +02:00
Simon Sapin
52b6124e2e Pre-process stylesheet (do validation just after parsing) 2012-03-25 00:39:41 +01:00
Simon Sapin
dcacf9eed0 Switch the licence to BSD and rewrite module docstrings/headers 2012-03-21 23:26:58 +01:00