summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2015-06-23Release 1.5.0.alpha.8v1.5.0.alpha.8Dan Allen
2015-06-23Merge pull request #218 from mojavelinux/issue-76Dan Allen
2015-06-23Merge pull request #220 from mojavelinux/issue-215Dan Allen
2015-06-23resolves #76 allow fine-grained control over image widthDan Allen
2015-06-23resolves #215 propogate bounds to scratch documentDan Allen
2015-06-22Merge pull request #211 from mojavelinux/issue-209Dan Allen
2015-06-22fix compatibility with Ruby 2.0Dan Allen
2015-06-22add orphaned files from issue #9 fixDan Allen
2015-06-22resolves #209 add support for link attribute on inline imagesDan Allen
2015-06-21use proper font names to support custom fonts in SVGsDan Allen
2015-06-21only prepare (arrange) inline images onceDan Allen
2015-06-21add helper method for calculating image typeDan Allen
2015-06-21mixin TemporaryPath for working with temporary file pathsDan Allen
2015-06-21rework parser to parse void elementsDan Allen
2015-06-21update rdocDan Allen
2015-06-21move unlinking of temporary image to ensure blockDan Allen
2015-06-20expand line height for large inline imagesDan Allen
2015-06-20resolves #9 support inline imagesDan Allen
2015-06-19resolves #68 upgrade PrawnDan Allen
2015-06-19resolves #195 perform code cleanupsDan Allen
2015-06-18fix warningsDan Allen
2015-06-18patch OpenStruct if RUBY_VERSION < '2.0.0'Dan Allen
2015-06-17resolves #190 dash border where literal/listing block is broken across pagesDan Allen
2015-06-17make width of dash 4x line widthDan Allen
2015-06-17don't stroke border if line_width is 0Dan Allen
2015-06-17Merge pull request #199 from mojavelinux/issue-81Dan Allen
2015-06-16partially address #200; don't crash if toc entry is too longDan Allen
2015-06-16additional cleanups to first-line formatting logicDan Allen
2015-06-16apply first line formatting correctlyDan Allen
2015-06-16resolves #81 add missing methods on ostruct for RubiniusDan Allen
2015-06-16cleanup / simplify pdf-page-size parsingDan Allen
2015-06-15resolves #185 autofit font size in listing & literal blocksDan Allen
2015-06-15Merge pull request #197 from mojavelinux/issue-196Dan Allen
2015-06-14resolves #196 add support for border styleDan Allen
2015-06-14resolves #193 Allow use of hyphen in property names in the themeDan Allen
2015-06-13resolves #183 don't insert page break before content that exceeds a pageDan Allen
2015-06-13resolves #187 only include toc if toc attribute is defined in headerDan Allen
2015-06-11resolves #181 enable checklistsDan Allen
2015-06-09optimize the scratch? methodDan Allen
2015-06-09handle case when font size is a unitless stringDan Allen
2015-06-09minor code style fixDan Allen
2015-06-09don't show warning when working with scratch documentDan Allen
2015-06-09retrieve scratch document correct way when writing fileDan Allen
2015-06-07follow-up to #65 better parsing of pdf-page-size attributeDan Allen
2015-06-07silence warning about toc block macroDan Allen
2015-06-04resolves #97 add support for inline icon macroDan Allen
2015-06-04add support for em, rem and % units in font_size methodDan Allen
2015-06-04Use open source font in rdoc exampleDan Allen
2015-06-04regenerate inline parser with latest version of treetopDan Allen
2015-06-04add support for text-center role on paragraphsDan Allen