summaryrefslogtreecommitdiff
path: root/lib/asciidoctor/pdf/ext
AgeCommit message (Expand)Author
2023-06-24resolves #2428 prevent inline image from being scaled down in normal table ce...Dan Allen
2023-06-24reuse width and height of bounds when creating text box for text table cellDan Allen
2023-04-19remove redundant base qualifier on constants used at top levelDan Allen
2023-04-14add support for nowrap and nobreak roles on formatted textDan Allen
2023-04-13use prepend to patch Asciidoctor::Document and Asciidoctor::List classesDan Allen
2023-04-12use prepend to patch Asciidoctor::Section classDan Allen
2023-04-12replace use of dup where possibleDan Allen
2023-04-10add workaround for JRuby on Windows when value of imagesdir attribute is abso...Dan Allen
2023-04-05make URL check in patched File.absolute_path? more robustDan Allen
2023-04-05rework patch for File.absolute_path? on JRuby so it returns the correct responseDan Allen
2023-03-29resolves #2410 catalog all footnotes found inside AsciiDoc table cells (PR #2...Dan Allen
2023-03-11fix warning in class for AsciiDoc table cellDan Allen
2022-12-07resolves #2373 correctly map all icons from FontAwesome 4 (PR #2374)Dan Allen
2022-10-27resolves #2363 replace use of AbstractBlock#role= method to ensure compatbili...Dan Allen
2022-10-25resolves #2358 support horizontal alignment on AsciiDoc table cell that only ...Dan Allen
2022-10-24enable GuardClause lint rule for method bodies >= 15 lines and reformat codeDan Allen
2022-09-19call merge instead of dup on Hash where possible (more efficient)Dan Allen
2022-09-06upgrade to prawn-icon 3.1.x to add support for the Material Design Icons (mdi...Perceval Anichini
2022-09-06drop support for the unmaintained payment font for use in font-based iconsDan Allen
2022-09-03resolves #2328 don't use chapter or part signifier if respective attribute is...Dan Allen
2022-08-28simplify logic to apply text transform to first lineDan Allen
2022-08-28don't force justify first line of abstract if it ends with a hard breakDan Allen
2022-08-26revert kwarg to opts on numbered_title methodDan Allen
2022-08-26switch opts to kwarg on numbered_title methodDan Allen
2022-08-26use safe navigation operator in a few more placesDan Allen
2022-08-22share image info cache between primary and scratch documents to avoid decodin...Dan Allen
2022-08-20minor code style changeDan Allen
2022-08-13resolves #2297 keep footnote label with preceding text (PR #2310)Dan Allen
2022-08-06resolves #2293 insert column break multi-column layout if column role is spec...Dan Allen
2022-07-22resolves #2288 prevent orphan detection for heading from modifying document s...Dan Allen
2022-07-15don't coerce font size < 1 to relative font size; relative font size should b...Dan Allen
2022-07-14broaden support for relative font sizes in theme to more than just inline ele...Dan Allen
2022-07-12add internal Document#attr_unspecified? method to simplify check for an attri...Dan Allen
2022-07-09pass root font size to AsciiDoc table cell implementation to avoid making it ...Dan Allen
2022-06-25resolves #2263 apply text-tranform from custom role on phrase after attribute...Dan Allen
2022-06-25resolves #2261 include source location in warning message for truncated table...Dan Allen
2022-06-23resolves #2253 restore column layout after importing page(s) from PDF (PR #2254)Dan Allen
2022-06-22verify page margin is restored after imported pageDan Allen
2022-06-21resolves #1719 allow margin for rotated page to be configured independently (...Dan Allen
2022-06-19add assumption to docs for dry_run [skip ci]Dan Allen
2022-06-17resolves #2248 apply page layout from main document to new page in scratch do...Dan Allen
2022-06-13store zero-based column of current and from on Extent (PR #2244)Dan Allen
2022-06-13clarify the behavior of the advance_page helperDan Allen
2022-06-10resolves #1795 don't insert page break between part and first chapter if head...Dan 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 automat...Dan Allen
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 diffe...Dan Allen