summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2021-04-01move left argument to :position option on flow_bounding_box to be consistent ...Dan Allen
2021-04-01options argument on width_of_string need not be optionalDan Allen
2021-03-28resolves #1895 allow theme to control top margin of callout lists (PR #1896)Eiji Honjo
2021-03-27resolves #1897 keep anchor with source block (PR #1901)Dan Allen
2021-03-27resolves #1898 fix processing of sequential callouts in a source block (PR #1...Dan Allen
2021-03-25change margin helper to return how much the cursor moved on the current pageDan Allen
2021-03-25remove special exceptions in add_dest_for_block and allow y position to be pa...Dan Allen
2021-03-25make id a keyword argument on the add_dest_for_block helperDan Allen
2021-03-24make the default line width for fill_and_stroke_bounds 0 so a manual fallback...Dan Allen
2021-03-23make line_height argument of calc_line_metrics helper requiredDan Allen
2021-03-21replace redundant fragment_font method with save_fontDan Allen
2021-03-20use more definitive scan to find color properties in Pygments CSSDan Allen
2021-03-19since String#pred has ambiguity, we don't need to worry about it being providedDan Allen
2021-03-19make all arguments to layout_toc_level requiredDan Allen
2021-03-18make fill color param to fill_bounds required and remove falsy/transparent checkDan Allen
2021-03-17resolves #1891 upgrade to prawn-svg 0.32 (PR #1893)Dan Allen
2021-03-17remove unnecessary check for missing @prototype when instantiating scratch PDFDan Allen
2021-03-17rename get_scratch_document to scratch to align with lint rules; rename local...Dan Allen
2021-03-17fix center vertical alignment of normal table cellDan Allen
2021-03-15remove unused code in fragment_font helper methodDan Allen
2021-03-15remove invalid assertion for fragment_font helper [skip ci]Dan Allen
2021-03-10remove unused option in rendered_width_of_string helperDan Allen
2021-02-27resolves #1880 allow theme to customize quotation mark characters (PR #1713)klonfish
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-02-25don't crash when generating TOC if section title is emptyDan Allen
2021-02-24give reason why we are replacing the FLOAT_PRECISION constant [skip ci]Dan Allen
2021-02-24remove guards on static imports as the Kernel already handles thisDan Allen
2021-02-21invoke init_page in a float contextDan Allen
2021-02-21apply small formatting change [skip ci]Dan Allen
2021-02-21use import_page to apply PDF as background imageDan Allen
2021-02-20fold sub_attributes_discretely helper into apply_subs_discretely and useDan Allen
2021-02-20add note to remove method once Prawn 2.5 is available [skip ci]Dan Allen
2021-02-19prevent PDF from being used as logo image on title page (since it cannot work...Dan Allen
2021-02-17consistently used the term options instead of opts in the Prawn extensions mo...Dan Allen
2021-02-17format source [skip ci]Dan Allen
2021-02-15remove outdated comment [skip ci]Dan Allen
2021-02-15remove outdated comment [skip ci]Dan Allen
2021-02-15verify caption use base align (as symbol) when align key is set to inherit by...Dan Allen
2021-02-14use layout_prose to render section title in toc dry run; recompute line metri...Dan Allen
2021-02-14add test to verify font color for abstract is inherited if not setDan Allen
2021-02-14disable unused code in text_with_formatted_first_lineDan Allen
2021-02-13verify converter does not log message if AsciiDoc cell exceeds page height wi...Dan Allen
2021-02-12rename convert_outline_list to convert_list (starting to remove use of the wo...Dan Allen
2021-02-11remove outdated commment [skip ci]Dan Allen
2021-02-10remove outdated comments in get_scratch_document [skip ci]Dan Allen
2021-02-09remove unnecessary conditional check in perform_discretelyDan Allen
2021-02-09only allow array value of size 2 to be used as axis color values for table gridDan Allen
2021-02-08resolves #1777 capture footnotes in AsciiDoc table cell and render them (PR #...Dan Allen
2021-02-08fix lint errorDan Allen