summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-21rewrite the introduction to the theming systemDan Allen
2022-09-20add an Upgrade to Asciidoctor PDF 2 migration guideDan Allen
2022-09-20simplify logic in extended converter that supports role on tableDan Allen
2022-09-20access theme as property instead of instance variable in example codeDan Allen
2022-09-19call merge instead of dup on Hash where possible (more efficient)Dan Allen
2022-09-19rearrange nav for themingDan Allen
2022-09-18clarify how the theme and theme assets are resolved when using pdf-theme, pdf...Dan Allen
2022-09-17import CHANGELOG entries from 2.3.2 releaseDan Allen
2022-09-17provide fallback value for base-font-size theme key before processing keysDan Allen
2022-09-17import CHANGELOG entries from 2.3.1 releaseDan Allen
2022-09-17resolves #2343 provide a fallback value for base-font-size (PR #2344)Dan Allen
2022-09-15be more clear that SVGs must declare the viewBox attributeDan Allen
2022-09-14add extended converter example that looks for images in multiple dirsDan Allen
2022-09-14resolves #2339 fix crash when smallcaps text transform is applied to a phrase...Dan Allen
2022-09-13use smallcaps in text-transform exampleDan Allen
2022-09-13document useful features that can be enabled using GS_OPTIONSDan Allen
2022-09-12resolves #2337 honor GS_OPTIONS environment variable in RGhost optimizer (PR ...Dan Allen
2022-09-12add tip about turning off Ruby deprecations when using Ruby 2.7Dan Allen
2022-09-12provide more specific instructions for development, including a detailed desc...Dan Allen
2022-09-12use rect analyzer to assert location of rectangle from SVGDan Allen
2022-09-12clarify how to set GS environment variable when using optimizerDan Allen
2022-09-11use drop instead of slice to copy array without first entryDan Allen
2022-09-11initialize tmp_files eagerly; move call to register_fonts directly after load...Dan Allen
2022-09-10resolve remote image in document title or section title with autogenerated IDDan Allen
2022-09-10reference remote image that corresponds to current release line branchDan Allen
2022-09-10mark test that uses networkDan Allen
2022-09-09add test to verify font used for diagram can be remappedDan Allen
2022-09-09add hint about remapping the sans-serif font family for diagramsDan Allen
2022-09-09add tests to verify that SVG with 100% height occupies full height of content...Dan Allen
2022-09-08add tip about removing width and height attributes from SVG dataDan Allen
2022-09-07resolves #928 use ICU if available to sort index entries and group terms unde...Dan Allen
2022-09-07really use Rouge 3 on JRuby in CIDan Allen
2022-09-07downgrade Rouge to 3 when testing JRuby 9.2Dan Allen
2022-09-07describe the top attribute on the image attribute for a title logo image in m...Dan Allen
2022-09-06test integration with Rouge 4 in CIDan Allen
2022-09-06upgrade to prawn-icon 3.1.x to add support for the Material Design Icons (mdi...Perceval Anichini
2022-09-06Fix typo: `code` -> `quote` (PR #2335)Stefane Fermigier
2022-09-06drop support for the unmaintained payment font for use in font-based iconsDan Allen
2022-09-06add test to verify all icon sets are supportedDan Allen
2022-09-05update variable name [no ci]Dan Allen
2022-09-05fix collation order of index terms that differ only in caseDan Allen
2022-09-05compute category name in IndexCatalog#init_category methodDan Allen
2022-09-05resolves #2330 allow PDF optimizer to be pluggable (PR #2332)Dan Allen
2022-09-05only load Treetop runtime so it does not overload require methodDan Allen
2022-09-05restore original require after loading treetopDan Allen
2022-09-04require Gem::Version patch in Gemfile instead of RakefileDan Allen
2022-09-04reclassify CHANGELOG entry for #2326Dan Allen
2022-09-04resolves #1785 allow optimizer to be specified using :pdf_optimizer API optio...Dan Allen
2022-09-03add missing reader for compliance attribute on optimizerDan Allen
2022-09-03resolves #2328 don't use chapter or part signifier if respective attribute is...Dan Allen