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