summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2022-06-26release 2.1.4 [no ci]v2.1.4Dan Allen
2022-06-25backport fix for #2263 apply text-tranform from custom role on phrase after ↵Dan Allen
attributes have been resolved
2022-06-25backport fix for #2261 include source location in warning message for ↵Dan Allen
truncated table cell if sourcemap is enabled
2022-06-24make URL check more strict so image target containing a colon is not ↵Dan Allen
mistaken as a URL
2022-06-24backport fix for #2258 allow alt text for block image, video, and audio to ↵Dan Allen
wrap to next line on same page
2022-06-23release 2.1.3 [no ci]v2.1.3Dan Allen
2022-06-23backport fix for #2253 restore column layout after importing page(s) from PDFDan Allen
2022-06-23verify page margin is restored after imported pageDan Allen
2022-06-23backport fix for #2255 interpret start-at theme keys with value 1 correctlyDan Allen
2022-06-19defer setting tare until after operation completes in init_pageDan Allen
2022-06-19set page margin for prepress document with inner/outer margins in init_scratchDan Allen
ensures page margin is consistent for cover page
2022-06-19clarify that init_page is not called on pages in scratch document [skip ci]Dan Allen
2022-06-19add assumption to docs for dry_run [skip ci]Dan Allen
2022-06-18fix crash when border color is transparentDan Allen
2022-06-17release 2.1.2 [no ci]v2.1.2Dan Allen
2022-06-17resolves #2248 apply page layout from main document to new page in scratch ↵Dan Allen
document (PR #2249)
2022-06-16consolidate call to restore imagesdir in apply_subs_discretelyDan Allen
2022-06-15use more self-explanatory variable name in text transform [no ci]Dan Allen
2022-06-15use get_entries_for_toc to determine if the TOC is non-empty rather than ↵Dan Allen
Document#sections?
2022-06-14use correct logic to insert page before TOC with automatic placement when ↵Dan Allen
doctype=book and media=prepress
2022-06-15release 2.1.1 [no ci]v2.1.1Dan Allen
2022-06-14use base-border-color value if border width is set on role for inline phrase ↵Dan Allen
but not border color
2022-06-14only draw rounded rectangle around phrase if border-radius is > 0Dan Allen
2022-06-13store zero-based column of current and from on Extent (PR #2244)Dan Allen
2022-06-13use direct assignment if from page on extent does not match current page numberDan Allen
2022-06-13clarify the behavior of the advance_page helperDan Allen
2022-06-13accurately trap LoadError from CodeRay if source language is not recognized ↵Dan Allen
on code block (PR #2243)
2022-06-12resolves #2241 place block image in SVG format in correct column when page ↵Dan Allen
columns are enabled (PR #2242)
2022-06-11release 2.1.0 [no ci]v2.1.0Dan Allen
2022-06-10resolves #1795 don't insert page break between part and first chapter if ↵Dan Allen
heading-part-break-after key in theme is avoid (PR #2239)
2022-06-10fix warning on Ruby 2.7Dan Allen
2022-06-10resolves #327 arrange body of article or manpage doctype into multiple ↵Dan Allen
columns if page-columns key is set in theme (PR #2232)
2022-06-10resolves #897 preserve text formatting in display of index term (PR #2238)Dan Allen
2022-06-09slightly optimize convert_inline_quoted; only retrieve theme when neededDan Allen
2022-06-08remove unnecessary override of default_height on boxDan Allen
2022-06-08move column_box method override to Prawn extensionsDan Allen
2022-06-08automatically set height on column box if not specified; update value ↵Dan Allen
automatically when reflowing margins
2022-06-08update ColumnBox#single_file to honor :reflow_margins option on column boxDan Allen
2022-06-08pass height option when setting up column_box on new page with different marginsDan Allen
2022-06-08honor reflow_margins option when setting up column_box on new page with ↵Dan Allen
different margins
2022-06-08encapsulate logic to adjust column box inside float and dry runDan Allen
- add ColumnBox#single_file method - add accessor for current_column
2022-06-08don't push section that follows index section in article to new page if last ↵Dan Allen
page of index does not extend to bottom of page
2022-06-07fix computation of default height for formatted box inside column boxDan Allen
2022-06-07fix x position of SVG when advanced to next column of column boxDan Allen
2022-06-07at_page_top? should treat top of column box as top of pageDan Allen
2022-06-07resolves #2230 correctly compute value of to cursor on extent when column ↵Dan Allen
box starts below top of page (PR #2231)
2022-06-06remove unused method call in converter [skip ci]Dan Allen
2022-06-06fix crash in ColumnBox#move_past_bottom when :reflow_margins option is not setDan Allen
2022-06-05resolves #1737 add backlink from bibref on bibliography entry to first ↵Dan Allen
reference to that entry in the document (PR #2221)
2022-06-04resolves #1933 add support for scale attribute or iw units on pdfwidth ↵Dan Allen
attribute on image (PR #2192)