summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-03-27Release 1.5.0.alpha.15v1.5.0.alpha.15Dan Allen
2017-03-27Prepare 1.5.0.alpha.15 releaseDan Allen
2017-03-27resolves #259 fill and stroke bounds of sidebar across all pages (PR #781)TobiasHector
2017-03-27update WORKLOGDan Allen
2017-03-27resolves #651 take fallback font into account when calculating width of strin...Dan Allen
2017-03-27rename stipe attribute on table to stripesDan Allen
2017-03-26resolves #749 allow page margin to be set using pdf-page-margin attribute (PR...Dan Allen
2017-03-26update WORKLOGDan Allen
2017-03-26only accept valid value for page layoutDan Allen
2017-03-26remove unused regular expression constantDan Allen
2017-03-26broaden version range of prawn-templates dependency to support Ruby 1.9.3Dan Allen
2017-03-26add workaround for TTFunk bug when font table has empty dataDan Allen
2017-03-23resolves #776 use bold style for description list term by default (PR #784)Dan Allen
2017-03-22add dots to all levels in TOC if toc_dot_leader_levels is allDan Allen
2017-03-22only require asciidoctor if Asciidoctor::VERSION is undefinedDan Allen
2017-03-22use #[0] and #[-1] methods instead of #first and #lastDan Allen
2017-03-21implement none, no-bullet and unstyled unordered list styles (PR #778)Dan Allen
2017-03-21upgrade to prawn-templates 0.0.5; remove workaroundDan Allen
2017-03-17only unfreeze VALID_OPTIONS if frozenDan Allen
2017-03-14document how to get full support for CJK languagesDan Allen
2017-03-14fix additional capability with Prawn 2.2.0Dan Allen
2017-03-12fix compatibility with Prawn 2.2.0 (PR #773)Dan Allen
2017-03-11set the upper version limit for the Prawn gem to the one we know worksDan Allen
2017-03-11document that Prawn must always be installed firstDan Allen
2017-03-11fix default value for menu_caret_content; add note about using double quoted ...Dan Allen
2017-03-09document in README that background images are scaled to fit the bounds of the...Dan Allen
2017-03-09document in theming guide that background images are scaled to fit bounds of ...Dan Allen
2017-03-08resolves #766 allow theme to set style of table border and grid (PR #768)Dan Allen
2017-03-08use .length to get string length, .size to get collection sizeDan Allen
2017-03-07set top width of first body row to match bottom width of header rowDan Allen
2017-02-28resolves #761 always escape index term text (PR #762)Dan Allen
2017-02-25don't crash if color value on text span is invalidDan Allen
2017-02-18persuade CodeRay to handle html+ source languagesDan Allen
2017-02-17follow-up to #724 document new theme keys to control table stripingDan Allen
2017-02-16silence duplicate method warningDan Allen
2017-02-16remove unused variableDan Allen
2017-02-15slightly more efficient way to find text/plain Pygments lexerDan Allen
2017-02-15resolves #755 enable "start inline" option when highlighting PHP (PR #756)Dan Allen
2017-02-15rename pygments_config Hash to lexer_optsDan Allen
2017-02-15upgrade Rouge to 2.0.7Dan Allen
2017-02-15introduce formatter_opts to pass to Rouge formatterDan Allen
2017-02-15use find_by_alias to resolve Pygments lexer for source languageDan Allen
2017-02-13resolves #752 implement start line number for source listing (rouge) (PR #753)Dan Allen
2017-02-12update WORKLOGDan Allen
2017-02-12resolves #750 allow theme to set text transform on header cell in table body ...Dan Allen
2017-02-11don't recalculate header_cell_data for each rowDan Allen
2017-02-11don't invoke layout_running_header if periphery height is not set in themeDan Allen
2017-02-11revise information in theming guide pertaining to custom fontsDan Allen
2017-02-11document in theming guide that Asciidoctor PDF subsets the font when embeddingDan Allen
2017-02-10update WORKLOGDan Allen