| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-05-29 | resolves #2215 interpret width of SVG correctly when width is defined in ↵ | Dan Allen | |
| file using px units (PR #2218) | |||
| 2022-05-28 | resolves #2216 patch prawn-gmagick to reread bit depth of a PNG image if it ↵ | Dan Allen | |
| extracts the wrong value (PR #2217) | |||
| 2022-05-26 | resolves #2059 fix width of multi-word phrase with background and border ↵ | Dan Allen | |
| offset (PR #2212) | |||
| 2022-05-20 | resolves #2193 fix size and position of full height inline image so it fits ↵ | Dan Allen | |
| within available height of page - always use bounds height as max height for inline image - subtract top padding from line metrics from ascender for full height image - don't protect bottom gutter if line contains a full height image - add tests | |||
| 2022-05-16 | use correct left value when creating bounding box | Dan Allen | |
| 2022-05-15 | resolves #2173 apply top line height padding to first line of text when text ↵ | Dan Allen | |
| runs to top of next page (PR #2170) | |||
| 2022-05-14 | resolves #353 add support for image float to converter (PR #2147) | Dan Allen | |
| 2022-05-12 | add utility to conceal page top to force margin to be applied | Dan Allen | |
| 2022-05-05 | add missing reference file to test suite | Dan Allen | |
| 2022-05-03 | resolves #1192 add support for smallcaps text transform (PR #2131) | Dan Allen | |
| - add support for smallcaps value for text-transform in theme - add helper method to do smallcaps translation - add required glyphs to built-in fonts | |||
| 2022-05-03 | adding missing glyph for ÿ in built-in fonts | Dan Allen | |
| 2022-04-30 | adjust top and bottom padding on quote and verse blocks in built-in themes ↵ | Dan Allen | |
| (PR #2110) | |||
| 2022-04-30 | resolves #2102 allow border width of block to be specified per edge using ↵ | Dan Allen | |
| 4-value array (PR #2107) | |||
| 2022-04-30 | resolves #2103 cap border corners on block when width is defined using array ↵ | Dan Allen | |
| (uniform or otherwise) (PR #2105) | |||
| 2022-04-27 | resolves #1697 allow theme to configure admonition icon image when ↵ | Dan Allen | |
| image-based icons are enabled (PR #2089) | |||
| 2022-04-23 | resolves #902 allow sides of table frame to be styled independently (PR #2067) | Dan Allen | |
| 2022-04-18 | resolves #2052 rename key theme key to kbd (PR #2053) | Dan Allen | |
| * rename key key to kbd * introduce lookup map for deprecated keys * rename internal <key> element to <kbd> | |||
| 2022-04-18 | allow role or theme to control text alignment of colist | Dan Allen | |
| 2022-04-18 | resolves #2010 bundle Noto Sans in addition to Noto Serif and add built-in ↵ | Dan Allen | |
| theme sans-with-fallback-font (PR #2050) | |||
| 2022-04-15 | resolves #1939 honor role and inherited role on inline image (PR #2029) | Dan Allen | |
| additionally resolves #1376 | |||
| 2022-04-14 | resolves #1515 implement smart block bottom margins to prevent extra space ↵ | Dan Allen | |
| below blocks, particularly nested blocks (PR #2028) | |||
| 2022-04-09 | regenerate reference files for arrange block tests to reflect change to ↵ | Dan Allen | |
| dlist bottom margin | |||
| 2022-04-05 | resolves #2016 add arrange block kitchen sink test fixtures and test cases | Sarah White | |
| 2022-04-05 | resolves #2003 compute extent of content in scratch document to arrange ↵ | Dan Allen | |
| content block in primary document * introduce arrange_block helper to handle positioning content block in primary document * reimplement new dry_run to compute the extent and start position of the content block instead of just the height * stop rendering at page boundary in scratch document when computing start position of content block to avoid unnecessary work * ensure that caption stays with start of content block when arranging content block * prevent arrange_block from starting content block on page when no content from block fits on that page * avoid converting content that overruns page in AsciiDoc table cell in scratch document * encapsulate push/pop scratch in arrange_block * add tests for the arrange_block helper * prevent nested breakable blocks from flowing beyond first page when performing on single page only * switch dry_run method to accept keyword arguments * avoid arrange_block when converting open block when possible * include negative tests for image taller than page at top of block * verify borders and backgrounds are not drawn in scratch document * add test to verify behavior of stop_if_first_page_empty * include sanity check before drawing background and border over extent * add rdoc to dry_run and arrange_block help methods * reuse computed extent as TOC extent * remove unused code * raise error if table caption does not fit on single page * add test that footnotes are not pushed down if height exceeds height of page | |||
| 2022-03-13 | fix reference file after removing tabs from test fixture | Dan Allen | |
| 2022-01-19 | regenerate reference files (PR #1992) | Dan Allen | |
| 2021-09-21 | resolves #1970 don't crash if value of width attribute on image has invalid ↵ | Dan Allen | |
| format (PR #1972) | |||
| 2021-06-11 | add test to assert SVG in SVG is not supported and that converter issues warning | Dan Allen | |
| 2021-02-27 | verify rouge formatter uses default line gap if not specified in theme | Dan Allen | |
| 2021-02-21 | use import_page to apply PDF as background image | Dan Allen | |
| 2021-02-21 | verify PDF can be used as background image | Dan Allen | |
| 2021-02-15 | verify page background is set to white if value defined in theme is not set ↵ | Dan Allen | |
| or transparent | |||
| 2021-02-06 | refactor code from fix for #1875 | Dan Allen | |
| 2021-02-06 | resolves #1875 allow horizontal and vertical lines in table grid to be ↵ | Kjell Irgens | |
| styled independently (PR #1874) | |||
| 2021-01-26 | use new precision setting in Prawn | Dan Allen | |
| upgrade precision from 4 to 5 | |||
| 2020-12-07 | resolves #1833 align footnotes block to bottom of page it is placed on (PR ↵ | Dan Allen | |
| #1842) | |||
| 2020-10-29 | use correct terminology for background image in test suite | Dan Allen | |
| - replace watermark with background | |||
| 2020-10-25 | resolves #1699 add default themes optimized for print (PR #1797) | Dan Allen | |
| 2020-10-24 | move font-related tests to font context | Dan Allen | |
| 2020-10-24 | test defaults for running content border | Dan Allen | |
| 2020-10-12 | verify styles other than bold and italic are ignored when analyzing text for ↵ | Dan Allen | |
| fallback glyph | |||
| 2020-10-11 | test fallback font on formatted text | Dan Allen | |
| 2020-09-28 | modify test to verify border offset on custom role can be unset | Dan Allen | |
| 2020-09-21 | test that text can be aligned to the left of a phrase | Dan Allen | |
| 2020-09-16 | use oembed API over HTTPS to get thumbnail for Vimeo video | Dan Allen | |
| 2020-09-10 | correct the test that verifies the theme can customize the highlight ↵ | Dan Allen | |
| background color on source blocks | |||
| 2020-09-08 | verify that border can be added to button by theme | Dan Allen | |
| 2020-09-04 | verify inline image is scaled down to fit available width | Dan Allen | |
| 2020-09-03 | verify underline style can be used in Rouge theme | Dan Allen | |
| 2020-09-03 | verify default background color is used to highlight lines in source block | Dan Allen | |
