summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-07-30Fix some double to int warnings by explicit castingWilliam Bader1-3/+4
2009-07-30Update gtk-doc build filesCarlos Garcia Campos2-66/+110
2009-07-30Revert "Remove unneeded files from repo"Carlos Garcia Campos4-3/+211
2009-07-27Fix displayPages callSanjoy Mahajan1-1/+2
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-12glade is not used anymoreAlbert Astals Cid1-5/+4
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-08[TODO] Update TODO fileCarlos Garcia Campos1-0/+6
2009-07-08Do not use F and UF entries if Unix or DOS are present in FileSpec dictCarlos Garcia Campos1-63/+51
2009-07-08[glib-demo] Fix a typoCarlos Garcia Campos1-1/+1
2009-07-08start updating the TODO filePino Toscano1-32/+15
2009-07-04[Qt4 demo] hopefully fix the page size on zoom changePino Toscano1-4/+1
2009-07-04[Qt4 demo] show a list of checked/unchecked items for the document permissionsPino Toscano2-20/+11
2009-07-03[Qt4 demo] show page numbers in the toolbar as 1..nPino Toscano1-1/+1
2009-07-03[Qt4 demo] correctly use DPI values for the page sizesPino Toscano2-3/+11
2009-07-01[test] Use gtkbuilder rather than libgladeSebastien Bacher6-452/+439
2009-07-01[glib-demo] Do not use gio if glib < 2.15Carlos Garcia Campos1-2/+31
2009-06-30Check getFileSpecNameForPlatform succeeded before using it's return valueAlbert Astals Cid3-19/+26
2009-06-30[glib-demo] Do not fill the surface before renderingCarlos Garcia Campos1-9/+2
2009-06-29Fix interpolate parameter positionWilliam Bader2-3/+5
2009-06-28[Qt4 demo] do not crash when changing the zoom with no documentPino Toscano1-0/+3
2009-06-28[Qt4 demo] add a zoom comboboxPino Toscano5-5/+57
2009-06-28Make sure the array is big enough to read from itAlbert Astals Cid1-1/+1
2009-06-26Do not crash when we can't find onStrAlbert Astals Cid1-0/+1
2009-06-25Initilize AnnotColot properly when the Array is not correctIlya Gorenbein1-0/+3
2009-06-22Only change the page size when it really changes, otherwise duplex commands a...Till Kamppeter2-1/+13
2009-06-20Make DecryptStream return sane values for getPos()David Benjamin2-0/+11
2009-06-20[glib-demo] Allow using relative paths in demo applicationCarlos Garcia Campos1-12/+5
2009-06-190.11.1poppler-0.11.1Albert Astals Cid5-8/+54
2009-06-19ship PopplerCache.hAlbert Astals Cid1-0/+1
2009-06-19Ship PopplerCache.h tooAlbert Astals Cid1-0/+1
2009-06-19[glib-demo] Destroy pattern after using itCarlos Garcia Campos1-0/+1
2009-06-19[glib-demo] Use a transparent surface and fill it in white after renderingCarlos Garcia Campos1-3/+9
2009-06-19[glib-demo] Use cairo_paint instead of rectangle + fillCarlos Garcia Campos1-2/+1
2009-06-19Use Interpolate flag to decide whether applying image interpolation during re...Carlos Garcia Campos17-129/+248