summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-08-180.11.3poppler-0.11.3Albert Astals Cid5-6/+28
2009-08-17[glib] Add FORMAT_MAJOR/MINOR properties to get the PDF versionCarlos Garcia Campos1-0/+26
2009-08-17[Qt] add Document::getPdfVersion(int *major, int *minor) for the document PDF...Pino Toscano2-0/+20
2009-08-17[Qt4] deprecate Document::pdfVersion()Pino Toscano1-1/+4
2009-08-17[Qt4] add Document::getPdfVersion(int *major, int *minor) for the document PD...Pino Toscano3-0/+25
2009-08-17Move poppler core away from using a double as PDF file versionAlbert Astals Cid6-13/+16
2009-08-17Forgot to update copyright infoAlbert Astals Cid3-2/+16
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 Cid5-6/+12
2009-08-17Add a custom strtod that comes from libspectreAlbert Astals Cid4-2/+196
2009-08-16When writing the cm matrix write 4 significant digits not 4 decimalsAlbert Astals Cid3-5/+30
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-15Fix backwards searchAlbert Astals Cid1-2/+2
2009-08-15Add an autotest showing previousresult failsAlbert Astals Cid1-0/+51
2009-08-14Implement the alpha pathAlbert Astals Cid1-2/+2
2009-08-11[build] Fix build with autotoolsCarlos Garcia Campos1-0/+1
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-08Also implement mono so that -mono in pdftoppm -png worksAlbert Astals Cid1-1/+22
2009-08-08Support splashModeMono8 in writePNGFileAlbert Astals Cid1-16/+39
2009-08-08Add the -png flag to pdftoppm to output to PNGAlbert Astals Cid13-69/+283
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-01[Qt4 apidox] make example for FontIterator... not leak ;)Pino Toscano1-0/+2
2009-08-01[Qt4] Add color management API.Pino Toscano2-0/+102
2009-08-01[Qt] add unhandled cases and remove unused codePino Toscano1-10/+2
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