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
/
theme_loader.rb
Age
Commit message (
Expand
)
Author
2023-04-19
remove redundant escape in regex
Dan Allen
2022-10-24
enable GuardClause lint rule for method bodies >= 15 lines and reformat code
Dan Allen
2022-10-22
use more idiomatic while loop when evaluating math in theme data
Dan Allen
2022-09-17
provide fallback value for base-font-size theme key before processing keys
Dan Allen
2022-09-17
resolves #2343 provide a fallback value for base-font-size (PR #2344)
Dan Allen
2022-08-30
resolves #2314 preserve em and rem units on numerator in calc operation in th...
Dan Allen
2022-08-24
rename kbd-separator theme key to kbd-separator-content to make its consisten...
Dan Allen
2022-08-10
minor code style change [no ci]
Dan Allen
2022-08-10
remove oudated question comment [no ci]
Dan Allen
2022-07-26
minor optimization in theme loader
Dan Allen
2022-07-26
don't attempt to evaluate math for color values
Dan Allen
2022-07-26
add note for why there is an exception for table_grid_color in theme loader
Dan Allen
2022-06-04
remove needless aliases option when laoding base theme
Dan Allen
2022-05-19
consistently use tap/each idiom instead of each_with_object for readability (...
Dan Allen
2022-05-02
resolves #2125 remap table-caption-side theme key to table-caption-end (PR #2...
Dan Allen
2022-04-29
neutralize padding hacks in themes designed before the converter had smart ma...
Dan Allen
2022-04-28
resolves #2095 separate align and text-align keys in theme schema and update ...
Dan Allen
2022-04-23
resolves #902 allow sides of table frame to be styled independently (PR #2067)
Dan Allen
2022-04-18
resolves #1796 rename literal category to codespan in theme (PR #2045)
Dan Allen
2022-04-18
resolves #2054 rename blockquote category key in theme to quote (PR #2055)
Dan Allen
2022-04-18
resolves #2052 rename key theme key to kbd (PR #2053)
Dan Allen
2022-04-18
read bundled theme names into constant instead of hard coding
Dan Allen
2022-04-17
coerce negated variable reference to number if value of variable is numeric (...
Dan Allen
2022-04-16
resolves #1894 rename the outline-list category in the theme to list; remap d...
Dan Allen
2022-04-16
bump minimum Ruby version to 2.7 and remove obsolete patches (PR #2038)
Dan Allen
2022-01-19
resolves #1990 handle uppercase characters in character references (PR #1991)
Dan White
2021-09-05
drop safe_yaml gem in favor of YAML.safe_load in Ruby stdlib (PR #1924)
Dan Allen
2021-06-12
use %r enclosure for regexp if regexp contains a forward slash
Dan Allen
2021-06-11
change Style/BlockDelimiters to be line_count_based and update code to comply
Dan Allen
2021-06-02
more closely align RuboCop rules with core and update code to fit [skip ci]
Dan Allen
2021-05-09
use while true instead of loop in theme loader
Dan Allen
2021-02-15
remove outdated comment [skip ci]
Dan Allen
2021-02-09
only allow array value of size 2 to be used as axis color values for table grid
Dan Allen
2021-02-06
refactor code from fix for #1875
Dan Allen
2021-02-06
resolves #1875 allow horizontal and vertical lines in table grid to be styled...
Kjell Irgens
2020-11-16
resolves #1813 support power operator in theme (PR #1822)
Dan Allen
2020-10-25
resolves #1699 add default themes optimized for print (PR #1797)
Dan Allen
2020-10-20
resolves #1800 only extend theme in extends hierarchy once unless modified wi...
Dan Allen
2020-10-15
update code style in theme loader
Dan Allen
2020-10-15
use safe navigation operator when resolving theme file
Dan Allen
2020-07-25
ignore admonition icon type in theme if value is falsy
Dan Allen
2020-07-25
verify theme loader ignores font_catalog key if value is not a Hash
Dan Allen
2020-07-23
verify theme loader recognized transparent color value and wraps in dedicated...
Dan Allen
2020-07-16
upgrade Rubocop and update code according to new rules
Dan Allen
2020-07-14
use and enforce a consistent style for comment annotations
Dan Allen
2020-05-23
consolidate extend and return in theme loader
Dan Allen
2020-05-22
remove explicit nil return value
Dan Allen
2020-04-20
resolves #1640 custom theme does not inherit from base theme by default (PR #...
Dan Allen
2020-03-03
resolves #1588 add support for assigning the same font file to all font varia...
Dan Allen
2020-01-31
allow use of "regular" as alias for "normal" when defining font
Dan Allen
[next]