summaryrefslogtreecommitdiff
path: root/lib/asciidoctor/pdf/ext/core
AgeCommit message (Expand)Author
2023-04-19remove redundant base qualifier on constants used at top levelDan Allen
2023-04-10add workaround for JRuby on Windows when value of imagesdir attribute is abso...Dan Allen
2023-04-05make URL check in patched File.absolute_path? more robustDan Allen
2023-04-05rework patch for File.absolute_path? on JRuby so it returns the correct responseDan Allen
2022-04-16bump minimum Ruby version to 2.7 and remove obsolete patches (PR #2038)Dan Allen
2021-09-05drop safe_yaml gem in favor of YAML.safe_load in Ruby stdlib (PR #1924)Dan Allen
2021-03-19since String#pred has ambiguity, we don't need to worry about it being providedDan Allen
2020-11-22use Pathname#absolute? as the fallback for File.absolute_path?Dan Allen
2020-08-30use consistent style for defining class methodsDan Allen
2020-07-29display decimal list marker correctly when list is reversedDan Allen
2020-07-29remove code duplication in QuantifiableStdout delegate classDan Allen
2020-07-14use and enforce a consistent style for comment annotationsDan Allen
2020-05-07drop unsupported versions of Ruby (Ruby < 2.5 and JRuby < 9.2) (PR #1682)Dan Allen
2020-05-07remove Array#delete_all methodDan Allen
2020-01-23if path of missing font is absolute, don't suggest that it was not found in t...Dan Allen
2019-12-04fix most lint violations in main application codeDan Allen
2019-11-30resolves #1411 allow output file to be written to stdout (PR #1416)Dan Allen
2019-11-30capture size of content from << in addition to write method on QuantifiableSt...Dan Allen
2019-11-10rename to_pdf helper method on Object to to_pdf_objectDan Allen
2019-10-30switch to using Array#sum and add backport for Ruby < 2.4Dan Allen
2019-10-05reorganize source files under asciidoctor/pdf (PR #1302)Dan Allen