summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2019-10-29Release 1.5.0.beta.7v1.5.0.beta.7Dan Allen
2019-10-29resolves #1300 allow ranges of pages from PDF file to be imported using image...Dan Allen
2019-10-28resolves #1352 ignore invalid align value for title logo image (PR #1353)Dan Allen
2019-10-27resolves #1349 generate outline if document has doctitle but no body (PR #1351)Dan Allen
2019-10-26resolves #1348 don't duplicate first section in outline if doctitle is not se...Dan Allen
2019-10-26fix crash when document has no doctitle or sections and untitled-label attrib...Dan Allen
2019-10-25resolves #1346 allow elements on title page to be disabled from theme (PR #1347)Dan Allen
2019-10-24resolves #1338 set chapter-title or section-title attributes to value of toc-...Dan Allen
2019-10-24fix warningsDan Allen
2019-10-24minor optimization when checking if instance variable is setDan Allen
2019-10-24cache value of section indentDan Allen
2019-10-21resolves #1340 fix value of implicit chapter-title attribute on preface pages...Dan Allen
2019-10-20resolves #1335 implement section indent properly (PR #1337)Dan Allen
2019-10-19only use layout_heading for actual headings, not document or block titlesDan Allen
2019-10-19resolves #1334 fix value of implicit page-count attribute (PR #1336)Dan Allen
2019-10-18remove unused assignment [skip ci]Dan Allen
2019-10-17resolves #1332 don't promote first paragraph of preamble to lead paragraph if...Dan Allen
2019-10-17test asciidoctor-pdf-optimize bin scriptDan Allen
2019-10-17use default quality if specified quality for optimizer is not recognizedDan Allen
2019-10-16resolves #1326 allow custom role to control text decoration property (PR #1329)Dan Allen
2019-10-15add trailing comma to hash in convert_table [skip ci]Dan Allen
2019-10-15remove obsolete comment [skip ci]Dan Allen
2019-10-15verify doctitle in outline points to second page when article has a front coverDan Allen
2019-10-14resolves #1322 include doctitle in outline for article when article is only a...Dan Allen
2019-10-14document in README how to regenerate the formatted text parser [skip ci]Dan Allen
2019-10-13resolves #1320 set default footer content in base theme (PR #1321)Dan Allen
2019-10-13fix warning in converterDan Allen
2019-10-13fix warning in Rouge formatterDan Allen
2019-10-12Begin development on next version [skip ci]Dan Allen
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