summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2015-05-31prepare for 1.5.0.alpha.7 releaseDan Allen
2015-05-31add CalloutExtractRx constant to converter for compatibilityDan Allen
2015-05-31use no-break space instead of hair space in toc for wider font supportDan Allen
2015-05-30restore source highlighting when nested inside blockDan Allen
2015-05-30resolves #167 allow theme to control style of table of contentsDan Allen
2015-05-30resolves #89 allow running header & footer content to be customizedDan Allen
2015-05-30align content left by defaultDan Allen
2015-05-30detect black color value in theme, set to 000000Dan Allen
2015-05-29resolves #92 tighten spacing between list itemsDan Allen
2015-05-28stub in idea for percentage values in themeDan Allen
2015-05-28allow keys in theme to be nested to an arbitrary depthDan Allen
2015-05-28code cleanupsDan Allen
2015-05-28assign width to border for blockquote if not specified in themeDan Allen
2015-05-28support single value for font_fallbacks key in themeDan Allen
2015-05-27resolves #155 support CMYK color valuesDan Allen
2015-05-27Merge pull request #160 from mojavelinux/issue-157Dan Allen
2015-05-27use is_ascii_only? instead of begin/rescue blockDan Allen
2015-05-27resolves #156 add support for measurement values in themeDan Allen
2015-05-27add support for font family and style per heading levelDan Allen
2015-05-27resolves #157 name per-level heading theme keys consistentlyDan Allen
2015-05-27resolves #158 preprocess theme data to properly support hex colorsDan Allen
2015-05-26apply text_transform to table head rowDan Allen
2015-05-26resolves #51 add link annotation to image with link attributeDan Allen
2015-05-25resolves #123 render table footer rowDan Allen
2015-05-25resolves #110 fix xrefs to non-section contentDan Allen
2015-05-25resolves #70 don't crash if sectids attribute is disabledDan Allen
2015-05-25implement basic converter for inline_indextermDan Allen
2015-05-25resolves #138 support text transform (uppercase / lowercase)Dan Allen
2015-05-25remove obsolete TODODan Allen
2015-05-25Merge pull request #146 from mojavelinux/issue-135Dan Allen
2015-05-25resolves #150 keep together shouldn't create blank pagesDan Allen
2015-05-25resolves #135 allow theme to control layout of title pageDan Allen
2015-05-25resolves #148 show warning when image cannot be readDan Allen
2015-05-24resolves #134 allow page background image to be specifiedDan Allen
2015-05-24resolves #91 accomodate numbered list with large numbersDan Allen
2015-05-24resolves #140 position list marker correctlyDan Allen
2015-05-24minor code cleanupDan Allen
2015-05-24fix variable nameDan Allen
2015-05-24Merge pull request #144 from mojavelinux/issue-139Dan Allen
2015-05-24apply minor optimizations to font methodsDan Allen
2015-05-24coerce negative values in theme if they slip throughDan Allen
2015-05-23rename local variableDan Allen
2015-05-23remove noteDan Allen
2015-05-23optimize fill_bounds methodDan Allen
2015-05-23resolves #139 allow theme to set font size & family of table cellsDan Allen
2015-05-23update notes in codeDan Allen
2015-05-23use preserve_indentation in layout_proseDan Allen
2015-05-22add opts argument to convert method signatureDan Allen
2015-05-22resolves #136 unencode character entities in document titleDan Allen
2015-05-21improvements to image handlingDan Allen