summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2019-07-08Release 1.5.0.beta.1v1.5.0.beta.1Dan Allen
2019-07-08move fallback font to default-with-fallback-font theme and remove from defaul...Dan Allen
2019-07-08resolves #451 allow button to be styled by theme (PR #1143)Dan Allen
2019-07-08resolves #306 allow theme to control background and border of inline code (li...Dan Allen
2019-07-08resolves #1141 make depth of section titles assigned to section-title attribu...Dan Allen
2019-07-08resolves #1138 fix position of table caption for autowidth tables when captio...Dan Allen
2019-07-07use Hash#compact to eliminate nil values from Hash in formatted text transformDan Allen
2019-07-07pass callback as array in formatted text transformDan Allen
2019-07-07resolves #1136 add support for fit=cover for cover page, page background, and...Dan Allen
2019-07-07resolves #1132 allow image format to be specified using format attribute on i...Dan Allen
2019-07-07slightly cleaner way of handling explicit image width assignment [skip ci]Dan Allen
2019-07-07delegate to resolve_image_options to resolve image options from format and at...Dan Allen
2019-07-07resolves #1134 allow size and position of cover image to be setDan Allen
2019-07-06remove unnecessary argument when calling resolve_image_path [skip ci]Dan Allen
2019-07-06set SVG options for cover imageDan Allen
2019-07-06modify image_page to accept image optionsDan Allen
2019-07-06advance to page with image after making image pageDan Allen
2019-07-06swap argument order of layout_cover_page methodDan Allen
2019-07-06don't attempt to set fallback SVG font in image functionDan Allen
2019-07-05resolves #1127 rename pdf-style and pdf-stylesdir attributes to pdf-theme and...Dan Allen
2019-07-05don't crash if image path is a URI and allow-uri-read is not setDan Allen
2019-07-05configure intrinsic_image_dimensions helper to automatically rescueDan Allen
2019-07-05use consistent method for getting image formatDan Allen
2019-07-04resolves #1093 allow column rule to be specified for columns in running conte...Dan Allen
2019-07-04resolves #1126 automatically set stylesdir (PR #1128)Dan Allen
2019-07-04use bounds.top to reference top of running contentDan Allen
2019-07-04move stylesdir assignment in converter to load_theme methodDan Allen
2019-07-03store image spec for running content column as Array instead of HashDan Allen
2019-07-03change default background position to centerDan Allen
2019-07-03resolves #1124 allow background image position to be controlled by macroDan Allen
2019-07-03lowercase icon path before checking for .svg extensionDan Allen
2019-07-03update code comments [skip ci]Dan Allen
2019-07-02configure how local and remote images in background SVG get loadedDan Allen
2019-07-02shorten text-alignment attribute to text-align and add testDan Allen
2019-07-01rename CmykColorValue to CMYKColorValue [skip ci]Dan Allen
2019-07-01only constrain image width to bounds if specifiedDan Allen
2019-07-01fix scale-down calculation for background image when explicit width is setDan Allen
2019-07-01fix test on Ruby 2.3Dan Allen
2019-07-01fix scale-down calculation for image in running contentDan Allen
2019-06-30support width attribute on image in running content if no other dimension att...Dan Allen
2019-06-30resolves #1122 allow hyphens in theme variable references (PR #1123)Dan Allen
2019-06-30resolves #683 set enable_file_requests_with_root and enable_web_requests opti...Dan Allen
2019-06-30resolves #1117 allow page background size to be controlled using image macro ...Dan Allen
2019-06-30fix indentation [skip ci]Dan Allen
2019-06-30resolves #498 allow start value to be negative for ordered lists that use ara...Dan Allen
2019-06-30resolves #302 set PDF version to 1.4 by default; allow pdf-version attribute ...Dan Allen
2019-06-30ignore start attribute on ordered list if marker is disabledDan Allen
2019-06-29resolves #765 scale SVG background image to fit page (PR #1116)Dan Allen
2019-06-29fix API doc [skip ci]Dan Allen
2019-06-28change how base theme is loadedDan Allen