summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-08-010.11.2poppler-0.11.2Albert Astals Cid5-6/+36
2009-08-01[glib-demo] Add cast to make sure the comparison is always validCarlos Garcia Campos1-1/+1
2009-08-01[glib-demo] Add missing returnCarlos Garcia Campos1-0/+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 Bader6-27/+70
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 the overloaded virtual warning also the autotools based buildAlbert Astals Cid1-1/+1
2009-07-31Add my copyright to files i just editedAlbert Astals Cid3-1/+3
2009-07-31Add -Woverloaded-virtual as default CXX flagAlbert Astals Cid1-0/+1
2009-07-31rename the functionAlbert Astals Cid2-3/+3
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 Campos3-0/+87
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