summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2022-04-18allow role or theme to control text alignment of colistDan Allen
2022-04-18read bundled theme names into constant instead of hard codingDan Allen
2022-04-17coerce negated variable reference to number if value of variable is numeric (...Dan Allen
2022-04-17resolves #1988 respect nonfacing option on first block in document (PR #2046)Dan Allen
2022-04-17use .any? in place of .find? where applicableDan Allen
2022-04-16resolves #2032 allow theme to control line height for blocks using line-heigh...Dan Allen
2022-04-16resolves #1894 rename the outline-list category in the theme to list; remap d...Dan Allen
2022-04-16bump minimum Ruby version to 2.7 and remove obsolete patches (PR #2038)Dan Allen
2022-04-15resolves #2031 change lead category in theme to built-in role named lead (PR ...Dan Allen
2022-04-15make use of theme_font_cascade helper where applicableDan Allen
2022-04-15remove redundant call to theme_font for conumDan Allen
2022-04-15rename theme_fonts helper to theme_font_cascade [skip ci]Dan Allen
2022-04-15resolves #1939 honor role and inherited role on inline image (PR #2029)Dan Allen
2022-04-15resolves #483 support role on paragraph to allow theme to control font proper...Dan Allen
2022-04-15add support for line-height property on lead role as documentedDan Allen
2022-04-14resolves #1515 implement smart block bottom margins to prevent extra space be...Dan Allen
2022-04-12correctly compute height of delimited block attached to description of item i...Dan Allen
2022-04-10ensure that Time.parse is loadedDan Allen
2022-04-09use more accurate logic to reserve space for dlist termsDan Allen
2022-04-08remove excess margin below dlist in preparation for #1515Dan Allen
2022-04-06resolves #2022 add support for unbreakable option on tables (PR #2025)Dan Allen
2022-04-06resolves #1994 apply font color and text transform from theme to terms in hor...Dan Allen
2022-04-06resolves #2023 extract arrange_section method to compute whether section titl...Dan Allen
2022-04-06resolves #2009 log error and skip table instead of raising error if cell cont...Dan Allen
2022-04-06only try to arrange section title if a new page has not already been startedDan Allen
2022-04-06minor style fixDan Allen
2022-04-06consolidate section classification variables in convert_sectionDan Allen
2022-04-05resolves #2004 make delimited blocks breakable by default (PR #2020)Dan Allen
2022-04-05resolves #2003 compute extent of content in scratch document to arrange conte...Dan Allen
2022-04-05only nudge margin box if necessary when computing height of captionDan Allen
2022-04-05prevent source wrap extension from leaking outside of convert_listing_or_lite...Dan Allen
2022-03-16simplify logic in add_dest_for_topDan Allen
2022-03-15remove used constantDan Allen
2022-03-15unregister wrap extension in ensure blockDan Allen
2022-03-14don't render borders and backgrounds in scratch documentDan Allen
2022-03-13don't draw content of AsciiDoc table cell in scratch document; refactor code ...Dan Allen
2022-03-10restore font settings in ensure clauseDan Allen
2022-03-10rename init_prototype to create_prototypeDan Allen
2022-03-10clean up how scratch prototype and scratch are initializedDan Allen
2022-03-10fix comment in traverse [skip ci]Dan Allen
2022-03-10simplify how PDF label that tracks primary/scratch document is managedDan Allen
2022-03-10preserve indentation across pages in scratch documentDan Allen
2022-03-08add more context to method override for prawn-table [skip ci]Dan Allen
2022-03-08resolves #2007 prevent font scale from compounding for nested blocks in Ascii...Dan Allen
2022-03-07remove unneeded comment in Prawn extensions [skip ci]Dan Allen
2022-03-06account for top/bottom padding when computing height of AsciiDoc table cell (...Dan Allen
2022-03-06remove bottom padding when setting height for bounds of AsciiDoc table cellDan Allen
2022-03-06only extend bounding box for AsciiDoc table cell to bottom of content area, n...Dan Allen
2022-03-06use padding_top to reference top padding in custom table cellDan Allen
2022-03-06access margin box consistentlyDan Allen