summaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Collapse)Author
2020-01-29regenerate fonts using newer version of FontForgeDan Allen
2020-01-29document commit sha for Noto Serif fontsDan Allen
2020-01-23resolves #1507 allow font path to be declared once for all font styles (PR ↵Dan Allen
#1508)
2020-01-22resolves #1505 allow custom theme to merge font catalog with theme being ↵Dan Allen
extended (PR #1506)
2020-01-14replace literal value with varible in default themeDan Allen
2020-01-09uppercase color names in default themeDan Allen
2020-01-09don't set heading-font-family in default theme so it inherits from baseDan Allen
2019-12-31resolves #1309 allow theme to specify background color and full border for ↵Dan Allen
quote and verse blocks (PR #1457)
2019-12-30resolves #623 partition section title (title and subtitle) (PR #1451)Dan Allen
- set separator globally using `title-separator` document attribute - override separator per section title using `separator` block attribute
2019-12-24resolves #1264 account for border offset in width of fragment (PR #1440)Dan Allen
2019-11-16resolves #1393 define line-through and underline roles as built-in custom ↵Dan Allen
roles (PR #1394)
2019-10-13resolves #1320 set default footer content in base theme (PR #1321)Dan Allen
- remove logic to process `footer_<side>_content: none` key
2019-10-09resolves #40 allow theme to control style of verse block independently of a ↵Dan Allen
quote block (PR #1308)
2019-09-17resolves #1274 add glyphs for built-in characters to bundled monospace font ↵Dan Allen
(PR #1279)
2019-08-27resolves #1226 allow theme to style mark element; add default styles to ↵Dan Allen
built-in themes (PR #1230)
2019-08-19resolves #1210 allow theme to control min height required after section (PR ↵Dan Allen
#1220) - allow theme to control min height required after section to keep on same page - don't shift section to next page if requirement isn't met and section is empty
2019-08-16set big role correctly in default themeDan Allen
2019-08-06resolves #1194 add the .notdef glyph to the bundled fonts (PR #1195)Dan Allen
2019-08-05resolves #305 allow initial zoom to be controlled by theme (PR #1191)Dan Allen
2019-08-05reduce min font size in base themeDan Allen
2019-07-31don't rely on base_line_height_length theme key in converter; set fallback ↵Dan Allen
value for base font size * don't rely on base_line_height_length theme key in converter * clarify that the line-height-length property on the base category in the theme is a pseudo property * use base font size as root font size with fallback value
2019-07-30resolves #459 add support for big and small roles on phrases (PR #1177)Dan Allen
2019-07-24use em size to compute scaling of imported glyphsDan Allen
2019-07-22resolves #282 include all alphanumeric characters in code font (mplus1mn)Dan Allen
- create new subset variant of mplus1mn font that includes all alphanumeric characters - switch default themes to use subset variant of mplus1mn font
2019-07-20rename font license filesDan Allen
2019-07-20add about files for the subsetted fontsDan Allen
2019-07-20regenerate Noto Serif fontsDan Allen
- regenerate Noto Serif fonts (using 1.06 from 2016-10-22) - reimport double arrows from M+ 1p automatically - update subset font script to process Noto Serif fonts - add test to verify selected glyphs are present in both Noto Serif and M+ 1p Fallback fonts - remove unneeded circled numbers from mplus1mn font
2019-07-19add support for filled conum glyphs in default themeDan Allen
- add filled (negative) circled numbers to M+ 1mn Regular font - use correct unicode values for filled conums - add test for specifying filled conum glyphs
2019-07-18resolves #133 allow theme to control glyphs used for conums (PR #1161)Dan Allen
2019-07-16resolves #987 upgrade to M+ fonts to TESTFLIGHT 63aDan Allen
2019-07-16regenerate M+ fonts using TESTFLIGHT 58Dan Allen
2019-07-13resolves #313 allow theme to control background and border of inline kbd (PR ↵Dan Allen
#1154)
2019-07-13fix theme defaultsDan Allen
- apply style to footnotes in base theme - increase font size of code in base theme from 10.5 to 10.8 - fix several defaults in theming guide (button, literal, footnotes)
2019-07-08move fallback font to default-with-fallback-font theme and remove from ↵Dan Allen
default theme
2019-07-08resolves #451 allow button to be styled by theme (PR #1143)Dan Allen
2019-07-07use top-level key for menu in default theme [skip ci]Dan Allen
2019-06-28wipDan Allen
2019-06-27resolves #770 allow theme to set bottom border of table head row (PR #1114)Dan Allen
2019-06-04resolves #1087 fix running header text position (PR #1088)Dan Allen
* fix placement of text in running header; add assertions to match * apply custom theme to chronicles example
2019-04-18remove unnecessary indentation in default theme [skip ci]Dan Allen
2019-04-13resolves #85 place footnotes at end of chapter (book) or document (article) ↵Dan Allen
(PR #1016) - place list of footnotes at end of chapter (when doctype is book) or document (when doctype is article) - add footnotes category to theme to style footnote list - add additional footnotes to example documents - honor footnotes-title attribute to control title of footnote list (unset by default)
2019-04-12resolves #891 upgrade to FontAwesome 5zyuhel
* Update `prawn-icon` to version `2.3.0`. This update upgrades FontAwesome from version 4 to 5. * Update the list of supported icon fonts to include the FontAwesome categories (`solid => fas`, `brands => fab` and `regular => far`). * The `fa-*` prefix may still be used to generate icons, but a deprecation warning will be printed prompting to use the Font Awesome 5 font categories. * Use `make_icon` to create an icon instance so that Prawn::Icon's FA4 => FA5 mapping functions as expected (as opposed calling Prawn::Icon::FontData.load`. * Setup `fas` to be the default font family (FontAwesome solid). * Remove all references to the `octicon` font. It is no longer included in `prawn/icon`. * Create `play_icon` helper method in the extensions module to to return a icon node when icon fonts are enabled. * Update documentation and guides that are applicable to icon styling. * Regenerate the `examples/chronicles-example.pdf` file to include new icons.
2018-12-27resolves #105 don't add title page and show doctitle above content when ↵Dan Allen
doctype is article (PR #975) resolves #105
2018-11-25resolves #807 add U+202F to fallback fontDan Allen
2018-11-25resolves #877 add word joiner character to Noto Serif fontsDan Allen
2017-04-01fix comment in default themeDan Allen
2017-03-27resolves #259 fill and stroke bounds of sidebar across all pages (PR #781)TobiasHector
* resolves #259 fill and stroke bounds of sidebar across all pages * add continuation border at page boundaries in sidebar * add advance_page method; use in place of start_new_page when converting section content * advanced sidebar to next page even when split across pages
2017-03-23resolves #776 use bold style for description list term by default (PR #784)Dan Allen
2017-03-08resolves #766 allow theme to set style of table border and grid (PR #768)Dan Allen
- add table_border_style and table_border_grid keys to theme - document new keys - rename border hash to border_width - consolidate / cleanup code
2017-02-17follow-up to #724 document new theme keys to control table stripingDan Allen
- document table_body_background_color & table_body_stripe_background_color - set default value for table_body_stripe_background_color in base theme