aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/img.pm
Commit message (Expand)AuthorAge
* img: Explicitly detect format if neededSimon McVittie2018-02-28
* img: resize images in a deterministic manner.intrigeri2017-09-01
* Detect image type from .JPG just like .jpg (etc.).Amitai Schlair2016-05-08
* img: make img_allowed_formats case-insensitiveSimon McVittie2016-05-07
* img: Add back support for SVG images, bypassing ImageMagick and simply passin...Simon McVittie2016-05-06
* img: check magic number before giving common formats to ImageMagickSimon McVittie2016-05-05
* img: restrict to JPEG, PNG and GIF images by defaultSimon McVittie2016-05-05
* img: force common Web formats to be interpreted according to extensionSimon McVittie2016-05-05
* img: stop ImageMagick trying to be clever if filenames contain a colonSimon McVittie2015-06-13
* img: raise an error if we cannot find the image's sizeSimon McVittie2014-09-16
* show resized img in preview using data: urlschrysn2014-07-15
* img plugin: split resizing calculations and actual resizingchrysn2014-07-15
* add pagenumber parameterchrysn2014-04-07
* add pdf support to the img directivechrysn2014-04-07
* set the file type parameter after reading the imagechrysn2014-04-07
* cleanup now unused settingJoey Hess2011-11-17
* Always use true image sizePer Carlson2011-11-17
* img: Generate png format thumbnails for svg images.Joey Hess2011-06-29
* use one-parameter form of urltoJoey Hess2010-11-29
* Use local paths for most references to pagesSimon McVittie2010-11-23
* img: If a class is specified, don't also put the img in the img class.Joey Hess2010-10-13
* img: Add a margin around images displayed by this directive.Joey Hess2010-07-05
* avoid ugly warning if size="" is specifiedJoey Hess2010-06-12
* img: Support hspace and vspace attributes.Joey Hess2010-06-12
* improve preview mode commentsJoey Hess2010-06-09
* img: Fill in missing height or width when scaling image.Joey Hess2010-06-08
* setup file orderingJoey Hess2010-02-12
* img: Fix a bug that could taint @links with undef values.Joey Hess2010-01-28
* only use css alignment stuff for tableJoey Hess2010-01-07
* img: remove special case handling of link=yesJoey Hess2010-01-07
* refactorJoey Hess2010-01-07
* brace styleJoey Hess2010-01-07
* Support align attribute for img with captionGiuseppe Bilotta2010-01-06
* img: use presence dependency when linking to a pageJoey Hess2009-10-09
* img: Fix dependency code for full size images.Joey Hess2009-09-27
* img: Correct bug in image size calculation code.Joey Hess2009-09-27
* img: Don't generate new verison of image if it is scaled to be larger in eith...Joey Hess2009-08-28
* img: depend on absolute page name, not relativeSimon McVittie2009-08-15
* img: Fix adding of dependency from page to the image.Joey Hess2009-07-27
* improve error messageJoey Hess2009-07-19
* img: Pass the align parameter through to the generated img tag.Joey Hess2009-07-11
* img plugin: do not emit a redundant double-quote before alt attributeSimon McVittie2009-06-16
* Avoid %links accumulating duplicates. (For TOVA)Joey Hess2009-05-06
* img: only provide alt text if it was specifiedGabriel McManus2009-01-21
* finalise version 3.00 of the plugin apiJoey Hess2008-12-23
* Coding style change: Remove explcit vim folding markers.Joey Hess2008-12-17
* img: Support sizes like 200x. Closes: #475149Joey Hess2008-09-09
* add plugin safe/rebuild info (part 1 of 2)Joey Hess2008-08-03
* don't show an error if the image is missing, instead, a broken linkJoey Hess2008-07-21
* avoid internal error message when img uses just-deleted pageJoey Hess2008-07-21