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