summaryrefslogtreecommitdiff
path: root/spec
AgeCommit message (Expand)Author
2022-07-22resolves #2288 prevent orphan detection for heading from modifying document s...Dan Allen
2022-07-20allow theme to control font style of marker (per marker or all markers) for u...Dan Allen
2022-07-20resolves #2279 allow theme to control font properties of marker for ordered l...Dan Allen
2022-07-20resolves #2269 allow top keys in title-page theme category to accept a fixed ...Dan Allen
2022-07-19use Pathname in place of FileUtils in test suite where possibleDan Allen
2022-07-19remove use of build_pdf_theme except where neededDan Allen
2022-07-17refactor test suiteDan Allen
2022-07-17move definition of TareFirstPageContentStreamNoop module in test suiteDan Allen
2022-07-16resolves #2268 allow orphan detection to be enabled for all section titles an...Dan Allen
2022-07-16move helper for visually_match matcher into same fileDan Allen
2022-07-16remove unused code in test suite [no ci]Dan Allen
2022-07-16organize PDF inspectors in test suite into separate filesDan Allen
2022-07-16organize monkey patches in test suite into separate filesDan Allen
2022-07-16organize custom RSpec matchers into separate filesDan Allen
2022-07-15don't coerce font size < 1 to relative font size; relative font size should b...Dan Allen
2022-07-14broaden support for relative font sizes in theme to more than just inline ele...Dan Allen
2022-07-12add rudimentary test for chronicles dark themeDan Allen
2022-07-12update debug mode for to_pdf helper in test suite to work when output is a Pa...Dan Allen
2022-07-11resolves #2278 set docimagesdir attribute when attribute substitutions are ap...Dan Allen
2022-07-11always set imagesdir attribute to value of themesdir when resolving images fr...Dan Allen
2022-07-09resolves #2276 don't allow font scale to compound when entering nested table ...Dan Allen
2022-07-08verify table cell truncation warning is not logged in scratch documentDan Allen
2022-07-08augment have_message matcher to assert that there are no additional messagesDan Allen
2022-07-03resolves #2271 fix position of background color on caption with outside margi...Dan Allen
2022-06-27resolves #2252 allow page numbering / running content to start on empty verso...Dan Allen
2022-06-26resolves #2265 allow sourcemap to be enabled from CLI using --sourcemap optio...Dan Allen
2022-06-26resolves #2250 add --theme CLI option as shorthand for -a pdf-theme (PR #2251)Dan Allen
2022-06-25resolves #2263 apply text-tranform from custom role on phrase after attribute...Dan Allen
2022-06-25resolves #2261 include source location in warning message for truncated table...Dan Allen
2022-06-25assert file in addition to lineno in warning message for cannot fit errorDan Allen
2022-06-24make URL check more strict so image target containing a colon is not mistaken...Dan Allen
2022-06-24resolves #2258 allow alt text for block image, video, and audio to wrap to ne...Dan Allen
2022-06-24don't join text on different pages in lines helper in test suiteDan Allen
2022-06-24verify column layout ends when page layout is changedDan Allen
2022-06-23resolves #2253 restore column layout after importing page(s) from PDF (PR #2254)Dan Allen
2022-06-23resolves #2255 interpret start-at theme keys with value 1 correctly (PR #2256)Dan Allen
2022-06-22remove debug flag in test suiteDan Allen
2022-06-22verify page margin is restored after imported pageDan Allen
2022-06-21resolves #1768 allow theme to control page break after automatic TOC in artic...Dan Allen
2022-06-21resolves #1719 allow margin for rotated page to be configured independently (...Dan Allen
2022-06-20remove debug flag in testsDan Allen
2022-06-20add dedicated tests for the string literal value ~ for the front cover imageDan Allen
2022-06-20resolves #1739 allow page background image to be specified per page layout (P...Dan Allen
2022-06-19make docs more clear about how to apply recto margins to title page [skip ci]Dan Allen
2022-06-18fix crash when border color is transparentDan Allen
2022-06-17resolves #2248 apply page layout from main document to new page in scratch do...Dan Allen
2022-06-16include page number on rectangle extracted by rectangle inspector in test suiteDan Allen
2022-06-15use get_entries_for_toc to determine if the TOC is non-empty rather than Docu...Dan Allen
2022-06-15verify toc is not inserted at default location if document has no sectionsDan Allen
2022-06-14remove debug flag in test suiteDan Allen