summaryrefslogtreecommitdiff
path: root/poppler
AgeCommit message (Expand)AuthorFilesLines
2009-08-17Move poppler core away from using a double as PDF file versionAlbert Astals Cid2-6/+9
2009-08-17Forgot to update copyright infoAlbert Astals Cid1-1/+1
2009-08-17No need to change the locale since we use gatof that does the right thingAlbert Astals Cid1-5/+1
2009-08-17Use gatof instead of atofAlbert Astals Cid3-4/+7
2009-08-16When writing the cm matrix write 4 significant digits not 4 decimalsAlbert Astals Cid1-2/+2
2009-08-16[cairo] CairoImageOutputDev doesn't implement patternsCarlos Garcia Campos1-0/+13
2009-08-16[cairo] Implement tiling patterns in cairo backendCarlos Garcia Campos2-0/+66
2009-08-16Change OutputDev::tilingPatternFill to return a GBoolCarlos Garcia Campos4-33/+37
2009-08-14Implement the alpha pathAlbert Astals Cid1-2/+2
2009-08-10[cairo] Add empty updateBlendMode to CairoImageOutputDevCarlos Garcia Campos1-0/+1
2009-08-10[cairo] Use current fill_opacity when drawing imagesCarlos Garcia Campos1-3/+13
2009-08-10[cairo] Do not save the font file twice for FreeType fontsCarlos Garcia Campos1-17/+2
2009-08-10this branch is unlikely to happenAlbert Astals Cid1-1/+1
2009-08-10fix overflow calculation not to depend on the variable overflowingAlbert Astals Cid1-4/+8
2009-08-09Check for overflow when parsing integersAlbert Astals Cid1-6/+22
2009-08-08Silence some warnings when using internal headers and not compiling with -Wno...Jakub Wilk1-2/+3
2009-08-08Add the -png flag to pdftoppm to output to PNGAlbert Astals Cid1-0/+8
2009-08-07[cairo] Don't apply masks when fill color space mode is csPatternCarlos Garcia Campos1-21/+38
2009-08-06[cairo] Use FT_New_Memory_Face() for mmapped fontsChris Wilson1-1/+4
2009-08-04Set KDAB via gamaral copyrightAlbert Astals Cid1-1/+2
2009-08-01Call fillChildrenSiblingsID in fillChildrenSiblingsID instaed of loadChildren...Guillermo Antonio Amaral Bastidas1-1/+1
2009-08-01Add the possibility of disabling font substitution in pdftopsWilliam Bader4-26/+56
2009-08-01Forgot to add my copyrightAlbert Astals Cid1-0/+1
2009-08-01Try to workaround some incorrect PDFAlbert Astals Cid2-0/+14
2009-07-31Add my copyright to files i just editedAlbert Astals Cid2-0/+2
2009-07-31Remove Outputdev::beginMarkedContent as noone uses itAlbert Astals Cid3-6/+0
2009-07-31Warning--Albert Astals Cid1-1/+1
2009-07-31[cairo] Implement radialShadedFill in cairo backend using cairo gradientsCarlos Garcia Campos6-61/+117
2009-07-31[cairo] Use cairo_pattern_set_extend for linear gradientsCarlos Garcia Campos4-6/+42
2009-07-31[cairo] Implement blend mdoes in cairo backendCarlos Garcia Campos2-0/+60
2009-07-30Fix some double to int warnings by explicit castingWilliam Bader1-3/+4
2009-07-27Copy byte_lookup in copy constructorCarlos Garcia Campos1-0/+6
2009-07-27Don't use byte_lookup table when color space doesn't support getLine methodsCarlos Garcia Campos2-55/+91
2009-07-27Remove unused variableCarlos Garcia Campos1-1/+0
2009-07-26[cairo] Use CAIRO_EXTEND_PAD in drawImageMaskPrescaled tooCarlos Garcia Campos1-17/+15
2009-07-26[cairo] Use rectangle + clip instead of invert + tranformCarlos Garcia Campos1-16/+14
2009-07-26[cairo] Apply a clip for masked drawImageChris Wilson1-7/+14
2009-07-26[cairo] Use CAIRO_EXTEND_PAD when drawing imagesCarlos Garcia Campos1-166/+140
2009-07-25Fix generation of ps for some filesKoji Otani1-17/+51
2009-07-20[cairo] Improve performance when rendering one-channel imagesCarlos Garcia Campos1-2/+34
2009-07-14[cairo] Handle fontType1COT fonts in CairoFontEngineCarlos Garcia Campos1-1/+2
2009-07-09[cairo] Fix drawImage() for non-1x1 imagesChris Wilson1-4/+12
2009-07-08Lookup UF and F entries before Unix, MAC and DOS in getFileSpecCarlos Garcia Campos1-12/+12
2009-07-08Use UF entry when present in dict in getFileSpecName() tooCarlos Garcia Campos1-0/+5
2009-07-08Implement axialShadedFill in cairo backend using cairo gradientsCarlos Garcia Campos6-12/+66
2009-07-08[cairo] premultiply image maskChris Wilson1-2/+7
2009-07-08[cairo] maskColors is an array of ints, no scaling requiredChris Wilson1-2/+2
2009-07-08[cairo] cleanse DrawImage()Chris Wilson1-61/+41
2009-07-08Do not use F and UF entries if Unix or DOS are present in FileSpec dictCarlos Garcia Campos1-63/+51
2009-06-30Check getFileSpecNameForPlatform succeeded before using it's return valueAlbert Astals Cid3-19/+26