summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2019-10-12Release 1.5.0.beta.6v1.5.0.beta.6Dan Allen
2019-10-11make logic for starting new page before toc consistent with chapter logic [sk...Dan Allen
2019-10-10resolves #1030 allow toc to be positioned using toc macro (PR #1318)Dan Allen
2019-10-10remove outdated comment [skip ci]Dan Allen
2019-10-10resolves #340 extract method to allocate toc (PR #1317)Dan Allen
2019-10-10set base font immediately after starting first pageDan Allen
2019-10-09simpify declaration of Prawn::Text::Formatted::Fragment patchDan Allen
2019-10-09resolves #40 allow theme to control style of verse block independently of a q...Dan Allen
2019-10-08allow xref macro to override xrefstyle set on documentDan Allen
2019-10-07resolves #730 allow image alt text formatting and arrangement to be controlle...Dan Allen
2019-10-06resolves #1152 extend dots leading up to page number from wrapped line in toc...Dan Allen
2019-10-06resolves #1303 fixes position of list marker at prepress page break (PR #1304)Dan Allen
2019-10-05reorganize source files under asciidoctor/pdf (PR #1302)Dan Allen
2019-10-04resolves #307 allow theme to override caption styles for specific block categ...Dan Allen
2019-10-03assume admonition icon with no icon set prefix is the name of a legacy FontAw...Dan Allen
2019-10-03add test to verify inline image is scaled down to fit height of pageDan Allen
2019-10-02optimizer should retain PDF version (PDF compatibility level)Dan Allen
2019-10-02if reproducible attribute is set, set mod and creation date to unix epoch in ...Dan Allen
2019-09-29resolves #535 optimize PDF if writing file and optimize attribute is set (PR ...Dan Allen
2019-09-27resolves #1294 apply normal substitutions to content of manname section (PR #...Dan Allen
2019-09-26resolves #1292 apply subs to desc text of item in horizontal dlist (PR #1293)Dan Allen
2019-09-24resolves #310 implement horizontal layout for dlist (PR #1283)Dan Allen
2019-09-24honor inherited when formatted text even when no formatting markup is presentDan Allen
2019-09-24resolves #737 allow section body to be indented using section_indent theme ke...Dan Allen
2019-09-23resolves #1289 allow theme to control font properties of description list ter...Dan Allen
2019-09-23simplify font_styles helper methodDan Allen
2019-09-23remove obsolete comment [skip ci]Dan Allen
2019-09-22resolves #1286 allow custom role to revert font style to normal (PR #1288)Dan Allen
2019-09-21allow value of cellbgcolor attribute to be transparentDan Allen
2019-09-21resolves #1280 implement unordered and ordered description lists (PR #1281)Dan Allen
2019-09-21optimize sanitize methodDan Allen
2019-09-19resolves #727 allow foreground image to be added using page-foreground-image ...Dan Allen
2019-09-19remove deprecated theme keys for setting table striping colorsDan Allen
2019-09-18remove defensive assignments for list numeralsDan Allen
2019-09-18use has_role? instead of role? to check for noborder role on imageDan Allen
2019-09-18resolves #1275 set fit=contain by default on cover and page background images...Dan Allen
2019-09-17resolves #1276 implement fit=fill for cover, page background, and running con...Dan Allen
2019-09-17minor optimization when resolving option valueDan Allen
2019-09-16document else condition for image fit more clearly [skip ci]Dan Allen
2019-09-13Begin development on next version [skip ci]Dan Allen
2019-09-13Release 1.5.0.beta.5v1.5.0.beta.5Dan Allen
2019-09-13allow comma to be used as alternative delimiter to separate multiple font dirsDan Allen
2019-09-13resolves #1219 pass styles for inline elements downwards when parsing; allow ...Dan Allen
2019-09-12resolves #1268 document title in outline should point to second page if docum...Dan Allen
2019-09-11simplify calculations for start at settings (running content and page numbering)Dan Allen
2019-09-11resolves #1263 start at setting for running content and page numbering must a...Dan Allen
2019-09-11resolves #1266 start at setting for running content and page numbering must a...Dan Allen
2019-09-11rename insert_title_page variable to use_title_page [skip ci]Dan Allen
2019-09-08resolves #1204 ensure line height of list items and toc entries is consistent...Dan Allen
2019-09-07resolves #1258 preserve indentation that uses tabs in verbatim blocks when ta...Dan Allen