summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-01-09Release 1.5.0.rc.2v1.5.0.rc.2Dan Allen
2020-01-09verify cell padding is applied to AsciiDoc table cellDan Allen
2020-01-09reorder CHANGELOG entries [skip ci]Dan Allen
2020-01-09uppercase color names in default themeDan Allen
2020-01-09resolves #1471 compress streams if the compress attribute is set on the docum...Dan Allen
2020-01-09trap and verify warning in SVG image test w/ allow-uri-read disabledDan Allen
2020-01-09don't set heading-font-family in default theme so it inherits from baseDan Allen
2020-01-08resolves #1479 pass SVG warnings to logger (PR #1480)Dan Allen
2020-01-08resolves #1477 fix warning when reading data from a remote URL when running w...Dan Allen
2020-01-08resolves #1475 fix parsing of array value of pdf-page-margin attribute (PR #1...Dan Allen
2020-01-08explain in more detail how to load a theme geared towards CJK languages [skip...Dan Allen
2020-01-08add test to verify warning with reason is issued if SVG is brokenDan Allen
2020-01-07fix warning if another gem (prawn-templates) overrides new_content_stream on ...Dan Allen
2020-01-08resolves #1468 fix crash when assigning font style to header cell in table bo...Dan Allen
2020-01-07add Ruby 2.7 to CI test matrixDan Allen
2020-01-07patch Prawn to fix incompatibilty with Ruby 2.7Dan Allen
2020-01-07simplify call to super in font methodDan Allen
2020-01-07move doctype to document in index testDan Allen
2020-01-07slighty optimize layout of subterm in indexDan Allen
2020-01-07revert disabling ambiguous operator lint rule since it generates a real warningDan Allen
2020-01-07add test to verify alignment of table caption can be set to inherit from tableDan Allen
2020-01-07document caption-align key on table [skip ci]Dan Allen
2020-01-07move logic that computes caption max-width into layout_captionDan Allen
2020-01-07remove unnecessary lint ruleDan Allen
2020-01-07make sidebar border test more robustDan Allen
2020-01-07compute to and from for lines correctly in LineInspectorDan Allen
2020-01-06Begin development on next version [skip ci]Dan Allen
2020-01-06Release 1.5.0.rc.1v1.5.0.rc.1Dan Allen
2020-01-06update copyright year :confetti_ball: [skip ci]Dan Allen
2020-01-06fix library load orderDan Allen
2020-01-06specifically exclude ttfunk 1.5.0 (in favor of newer 1.5.x version) [skip ci]Dan Allen
2020-01-06add missing issue reference in CHANGELOGDan Allen
2020-01-06remove redundant title check in layout_captionDan Allen
2020-01-06add support for dry_run mode to layout_caption methodDan Allen
2020-01-06reorganize importsDan Allen
2020-01-06fix missing require in asciidoctor-pdf-optimize scriptDan Allen
2020-01-06use correct logic when computing env for cli in test suiteDan Allen
2020-01-06use bundler when testing -r flag; add test for -r asciidoctor/pdfDan Allen
2020-01-06use bundler when calling CLI if configured to do so; pass path to prawn/table...Dan Allen
2020-01-06read path to prawn/table from ENV var if available (for testing)Dan Allen
2020-01-06prevent bundler from loading when invoking CLI in test suiteDan Allen
2020-01-06disable require for prawn-table in Gemfile [skip ci]Dan Allen
2020-01-06fix require path for asciidoctor/pdf/optimizeDan Allen
2020-01-06use more robust load check for Text::HyphenDan Allen
2020-01-06document that support for widows and orphans is limited [skip ci]Dan Allen
2020-01-05minor rewording in theming guide [skip ci]Dan Allen
2020-01-05resolves #1291 allow theme to confine width of image caption to width of imag...Dan Allen
2020-01-05fix footnotes keys control description in theming-guide.adoc (PR #1465)Fabien Launay
2020-01-04add test for verse block that is split across pagesDan Allen
2020-01-04remove comment [skip ci]Dan Allen