summaryrefslogtreecommitdiff
path: root/poppler/CairoOutputDev.cc
AgeCommit message (Expand)AuthorFilesLines
2011-10-17cairo: fix setSoftMask bugsAdrian Johnson1-36/+61
2011-08-28cairo: align strokes when Stroke Adjust is true and line width <= 1Adrian Johnson1-5/+35
2011-08-28cairo: fix stroking of very thin linesAdrian Johnson1-1/+19
2011-08-24cairo: fix unique id mime dataAdrian Johnson1-2/+1
2011-08-22cairo: only use show_text_glyphs if the surface supports it and the font has ...Adrian Johnson1-4/+8
2011-08-22cairo: fix stroke patternsAdrian Johnson1-1/+51
2011-08-21Move HAVE_STDINT_H use to a private headerAlbert Astals Cid1-0/+1
2011-08-21cairo: use cairo_show_text_glyphs() when printingAdrian Johnson1-3/+38
2011-08-21Use stdint.h instead of assuming the size of typesAdrian Johnson1-2/+0
2011-08-19cairo: assume printer pixel size is 1/600" when stroking 0 width linesAdrian Johnson1-0/+5
2011-08-19cairo: set mime data for soft masked imagesAdrian Johnson1-0/+3
2011-08-18ps: use PS Patterns for tiling fill when PS level >= 2Adrian Johnson1-1/+1
2011-03-21Implement tiling/patterns in SplashOutputDevThomas Freitag1-2/+3
2011-03-01Merge Link and AnnotLink codeCarlos Garcia Campos1-3/+0
2011-02-27Some more missing copyrightsAlbert Astals Cid1-1/+1
2011-02-26cairo: Fix a crash when rendering a document with inline imagesCarlos Garcia Campos1-12/+16
2011-02-26cairo: Check if cairo version is == 1.11.2 to use mesh gradients apiCarlos Garcia Campos1-2/+2
2011-02-06cairo: Use the new cairo unique id to set the surface id when printingCarlos Garcia Campos1-2/+16
2011-01-26cairo: Implement Type 4,5,6,7 shadings using cairo mesh gradientsAdrian Johnson1-0/+139
2011-01-21fix (C) yearsAlbert Astals Cid1-1/+1
2011-01-03cairo: Don't set JPX mime data if the stream specifies a colorspaceAdrian Johnson1-15/+31
2010-12-14cairo: Use A1 instead of A8 for imagemaskAdrian Johnson1-7/+18
2010-10-17[configure] Bump cairo dependency to 1.10Carlos Garcia Campos1-4/+0
2010-09-27Consider render value when colorizing textAlbert Astals Cid1-15/+3
2010-07-09[cairo] Use ceil to convert double to int in tilingPatternFill()Carlos Garcia Campos1-2/+6
2010-04-30[cairo] Set device offset and matrix to smask depending on the group targetCarlos Garcia Campos1-6/+15
2010-04-21[cairo] Make sure we always use a new path in doPath()Carlos Garcia Campos1-0/+1
2010-04-21[cairo] Fix pattern size when bbox is not at 0,0Carlos Garcia Campos1-2/+9
2010-04-18[cairo] Check pattern status after setting matrix when rendering imagesCarlos Garcia Campos1-0/+34
2010-04-18[cairo] Fix a crash when rendering 0x0 imagesCarlos Garcia Campos1-0/+3
2010-04-09[cairo] Implement colorizing image masks with pattern colorspaceCarlos Garcia Campos1-0/+9
2010-04-09Partially revert "[cairo] Do not change device offset of mask surface"Carlos Garcia Campos1-1/+10
2010-04-06[cairo] Use current fill_opacity when drawing soft masked imagesCarlos Garcia Campos1-7/+20
2010-04-04[cairo] Do not change device offset of mask surfaceCarlos Garcia Campos1-11/+2
2010-03-05fix copyright yearAlbert Astals Cid1-1/+1
2010-03-05[cairo] Close image stream before resetting it againAdrian Johnson1-0/+2
2010-02-28[cairo] Select filter for images based on scale factorCarlos Garcia Campos1-17/+47
2010-02-28[cairo] Refactor scaled size computation into a new methodCarlos Garcia Campos1-26/+26
2010-02-22[cairo] Use cairo_surface_set_mime_data() when printingCarlos Garcia Campos1-0/+42
2010-02-22[cairo] Turn EXTEND_PAD off when printingCarlos Garcia Campos1-31/+67
2010-02-22[cairo] Use CAIRO_VERSION macros to check whether blend modes are availableCarlos Garcia Campos1-2/+2
2010-02-16Add and fix copyright yearsAlbert Astals Cid1-1/+1
2010-01-28[cairo] Add clipToStrokePath() methodCarlos Garcia Campos1-0/+4
2010-01-28[cairo] Avoid leaving pointers to free'd memoryDavid Benjamin1-3/+2
2010-01-27[cairo] Fix downscaling images when document is rotatedCarlos Garcia Campos1-2/+35
2010-01-26[cairo] Use the right matrix for the mask in drawMaskedImage()Carlos Garcia Campos1-2/+5
2010-01-26[cairo] Add some more LOG messagesCarlos Garcia Campos1-3/+15
2010-01-24Add and fix copyright yearsAlbert Astals Cid1-1/+1
2010-01-24[cairo] Use our own implementation to scale down images instead of cairoCarlos Garcia Campos1-0/+89
2009-12-09[cairo] Update font of TextPage in CairoOutputDev::updateAll()Carlos Garcia Campos1-0/+2