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