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
/
formatted_text
Age
Commit message (
Expand
)
Author
2023-08-04
fix warning when checking for table cell
Dan Allen
2023-06-24
resolves #2428 prevent inline image from being scaled down in normal table ce...
Dan Allen
2023-04-14
add support for nowrap and nobreak roles on formatted text
Dan Allen
2023-04-12
replace use of dup where possible
Dan Allen
2022-10-22
fix regression that prevented trailing hard break from being removed
Dan Allen
2022-09-19
call merge instead of dup on Hash where possible (more efficient)
Dan Allen
2022-09-14
resolves #2339 fix crash when smallcaps text transform is applied to a phrase...
Dan Allen
2022-09-02
process pre-wrap role in text formatter
Dan Allen
2022-08-29
refactor formatted text transform to simplify how inner space is collapsed
Dan Allen
2022-08-25
minor optimization in formatted text transform
Dan Allen
2022-08-25
consolidate code in formatted text transform to make it easier to manage
Dan Allen
2022-08-13
resolves #2297 keep footnote label with preceding text (PR #2310)
Dan Allen
2022-06-25
resolves #2263 apply text-tranform from custom role on phrase after attribute...
Dan Allen
2022-06-15
use more self-explanatory variable name in text transform [no ci]
Dan Allen
2022-06-14
use base-border-color value if border width is set on role for inline phrase ...
Dan Allen
2022-06-14
only draw rounded rectangle around phrase if border-radius is > 0
Dan Allen
2022-06-04
resolves #1933 add support for scale attribute or iw units on pdfwidth attrib...
Dan Allen
2022-06-03
resolves #2228 fix crash when doctitle or section title with automatic ID con...
Dan Allen
2022-06-02
change root and jail keys for SVG root to base and root, respectively
Dan Allen
2022-06-02
resolves #1941 allow image path in SVG to refer to any location within Asciid...
Dan Allen
2022-05-31
tune prawn-gmagick recommendation (PR #2222)
Dan Allen
2022-05-27
don't crash if inline role defines border width but not border color
Dan Allen
2022-05-26
resolves #2059 fix width of multi-word phrase with background and border offs...
Dan Allen
2022-05-21
follow-up to #2198 hide linenum spacer in source block from wrap by char logic
Dan Allen
2022-05-21
resolves #2198 break and wrap long contiguous text in source block when linen...
Dan Allen
2022-05-20
resolves #2193 fix size and position of full height inline image so it fits w...
Dan Allen
2022-05-19
consistently use tap/each idiom instead of each_with_object for readability (...
Dan Allen
2022-05-14
code style change [no ci]
Dan Allen
2022-04-26
resolves #2061 collapse space in front of hidden index term (PR #2083)
Dan Allen
2022-04-26
use chop instead of chomp when removing trailing space in formatted text tran...
Dan Allen
2022-04-18
resolves #1796 rename literal category to codespan in theme (PR #2045)
Dan Allen
2022-04-18
resolves #2052 rename key theme key to kbd (PR #2053)
Dan Allen
2022-04-15
resolves #1939 honor role and inherited role on inline image (PR #2029)
Dan Allen
2022-04-05
prevent source wrap extension from leaking outside of convert_listing_or_lite...
Dan Allen
2022-01-19
resolves #1990 handle uppercase characters in character references (PR #1991)
Dan White
2021-06-16
upgrade RuboCop and adjust code to match fix for RegexpLiteral rule
Dan Allen
2021-06-12
use %r enclosure for regexp if regexp contains a forward slash
Dan Allen
2021-06-06
enable Style/SoleNestedConditional rule and update code to comply
Dan Allen
2021-06-04
resolves #1934 fix encoding of indent in wrapped source blocks when font is A...
Dan Allen
2021-06-02
upgrade RuboCop and fix indentation of multi-line method calls [skip ci]
Dan Allen
2021-05-13
only use ? shorthand for character that requires interpolation or backslash
Dan Allen
2021-03-21
replace redundant fragment_font method with save_font
Dan Allen
2021-02-25
resolves #1774 allow theme to control font properties of menu element (PR #1879)
Dan Allen
2021-02-25
remove unnecessary conditions in source wrap logic
Dan Allen
2021-01-26
use new precision setting in Prawn
Dan Allen
2021-01-08
resolves #1858 deduplicate inline image fragments that have been split up (PR...
Dan Allen
2020-11-06
remove unnecessary check when computing inline image height
Dan Allen
2020-11-05
consult image object type intead of image format in inline image renderer
Dan Allen
2020-11-04
do not crash when parsing passthrough HTML image without width attribute
Dan Allen
2020-10-22
remove unnecessary logic in inline image arranger now that width is preassigned
Dan Allen
[next]