summaryrefslogtreecommitdiff
path: root/lib/filters
AgeCommit message (Expand)AuthorFilesLines
2011-09-20bugfix in rescale filterMatthias Kramm1-1/+1
2011-09-16fixed mem leakMatthias Kramm1-0/+1
2011-09-16added rescale_images filterMatthias Kramm1-0/+105
2011-06-29don't allow flatten filter to remove spacesMatthias Kramm1-2/+2
2011-06-27no option dont_clip_charactersMatthias Kramm1-1/+13
2011-05-23bugfixes with bitmaps and remove_invisible_charactersMatthias Kramm1-3/+33
2011-05-23workaround for broken font ascent values in remove_invisible_characters filterMatthias Kramm1-1/+3
2011-04-08fixed off-by-one bugMatthias Kramm1-1/+1
2011-04-08prevent remove_invisible_characters from removing space charsMatthias Kramm1-1/+8
2011-04-07added flatten filterMatthias Kramm1-0/+380
2011-04-07bugfixes in remove_invisible_charactersMatthias Kramm1-1/+2
2011-04-04bugfixes in remove_invisible_characters filterMatthias Kramm1-1/+4
2011-03-30bugfixes in new filterMatthias Kramm1-2/+4
2011-03-30added filter for removing invisible charactersMatthias Kramm1-0/+197
2010-11-23removed kerning table from gfxfontMatthias Kramm1-24/+0
2010-09-24always call gfxfont_fix_unicode, but only optionally remove duplicatesMatthias Kramm3-3/+3
2010-04-28Revert "added font combine prototype"Matthias Kramm1-175/+81
2010-04-26added font combine prototypeMatthias Kramm1-81/+175
2010-04-13fixed lsb issueMatthias Kramm1-1/+1
2010-04-01fixed segfault in remove_font_transforms filterMatthias Kramm1-4/+6
2010-03-31added vectors_to_glyphs filterMatthias Kramm1-0/+165
2010-03-31fixed space char detection bugMatthias Kramm1-1/+4
2010-03-25fixed merge conflictMatthias Kramm1-1/+1
2010-03-25fixed memleak, made remove_font_transforms subset the kerning tablesMatthias Kramm1-2/+41
2010-03-22fixed ascent/descent bug for ocr fontsMatthias Kramm1-14/+17
2010-03-22treat glyphs with alpha=0 differently than normal glyphs (remove outlines)Matthias Kramm1-8/+29
2010-03-22fix for zero font idsMatthias Kramm1-2/+4
2010-03-17fixed memory initialization bug in remove_font_transforms filterMatthias Kramm1-1/+1
2010-03-16trivial bug fixesMatthias Kramm1-1/+1
2010-03-12always preserve space char in filtersMatthias Kramm1-0/+5
2010-03-10font transforms: keep unit transforms the sameMatthias Kramm1-1/+1
2010-03-09more bugfixes in font transform codeMatthias Kramm1-6/+2
2010-03-09fixes to ttf file format, merged in Mike Lewis name table patchMatthias Kramm1-0/+3
2010-03-09fixed bug in previous commitMatthias Kramm1-0/+1
2010-03-09reduced number of fontsMatthias Kramm1-0/+6
2010-03-09don't regenerate advance values during font transformMatthias Kramm1-5/+2
2010-03-09keep advances positive when transforming a fontMatthias Kramm1-2/+5
2010-03-09made font pretransforming always generate points to the right of the originMatthias Kramm1-6/+35
2010-03-08fixed a few bugs in remove_font_transforms filterMatthias Kramm1-10/+37
2010-03-05started implementing the remove_font_transforms filterMatthias Kramm1-1/+158
2010-03-05added gfxfilter for merging fontsMatthias Kramm3-0/+119
2010-02-26added filter support to ruby moduleMatthias Kramm2-4/+4
2010-02-25added alpha and font filter draftsMatthias Kramm2-0/+171