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