summaryrefslogtreecommitdiff
path: root/splash
AgeCommit message (Expand)AuthorFilesLines
2011-08-30xpdf303: FixedPoint improvementsAlbert Astals Cid4-11/+34
2011-08-30xpdf303: Use std::sort (with functors) in place of qsortCarlos Garcia Campos2-28/+28
2011-08-30Merge branch 'master' into xpdf303mergeAlbert Astals Cid1-2/+3
2011-08-30Compile when defining USE_FIXEDPOINTAlbert Astals Cid1-2/+3
2011-08-30xpdf303: char * -> const char *Albert Astals Cid10-30/+30
2011-07-29Implement overprint in SplashThomas Freitag9-29/+192
2011-07-25Fix a bad memory accessWilliam Bader1-4/+10
2011-07-20Render dots for 0 length dashed linesAlbert Astals Cid1-0/+13
2011-07-11Sanitize headers a bigAlbert Astals Cid2-2/+6
2011-07-10make files easier to include by themselvesAlbert Astals Cid2-2/+4
2011-04-27Remove unused varsAlbert Astals Cid3-10/+5
2011-02-27access the pixels directlyWilliam Bader1-10/+11
2011-02-25Do not ask freetype for a font of size 0x0Albert Astals Cid1-1/+4
2011-02-16Lots of rendering improvements by Thomas and AndreaAlbert Astals Cid2-37/+96
2011-01-21support slight hinting in Splash backendAndreas Hartmetz6-15/+36
2010-12-29Make pdftoppm be able of writing tif filesWilliam Bader3-6/+21
2010-12-11Fix the preliminary bbox/clip calculationAlbert Astals Cid1-6/+9
2010-12-11Remove the * we just need to increase the pointerAlbert Astals Cid1-3/+3
2010-11-04Improvements to the splash backendAlbert Astals Cid6-7/+459
2010-11-02make some more fields privateAlbert Astals Cid1-2/+3
2010-11-02Make the destructor privateAlbert Astals Cid1-2/+3
2010-10-27Do not crash if bitmap->alpha == NULLAlbert Astals Cid1-0/+6
2010-10-16Do not omit this characterAlbert Astals Cid1-4/+0
2010-09-05Increase the number of cached glyphs for small sizesAlbert Astals Cid1-2/+6
2010-09-05Use std::sort instead of qsortAlbert Astals Cid2-21/+37
2010-08-17use memset instead of a forAlbert Astals Cid1-3/+1
2010-06-17Optimize Splash::compositeBackgroundAlbert Astals Cid1-8/+26
2010-06-15move the declaration of likely/unlikely to an own file in goo/Albert Astals Cid1-3/+1
2010-06-15Protect us against negative y coordinatesAlbert Astals Cid1-0/+6
2010-05-27Allow quality & progressive mode to be utilised in JpegWriterAlbert Astals Cid2-9/+13
2010-04-27fix includeAlbert Astals Cid1-0/+1
2010-02-20Do not call getPixel if we know how to access the dataAlbert Astals Cid1-9/+10
2010-02-20Only call getPixel when really neededAlbert Astals Cid1-3/+3
2010-02-20Move test code to the header to it can be inlinedAlbert Astals Cid2-28/+55
2010-02-19implement writeImgFile for splashModeXBGR8Albert Astals Cid1-2/+23
2010-02-17if malloc failed return falseAlbert Astals Cid1-1/+4
2010-01-12Add the possibility of using float for splash variables instead of doubleAlbert Astals Cid2-3/+15
2010-01-02Make pdftoppm embed correct resolution in PNG and JPEG filesAdrian Johnson2-6/+8
2009-11-18replace floor with a cast to int for numbers > 0Albert Astals Cid1-2/+17
2009-11-17i didn't want to commit thisAlbert Astals Cid1-3/+2
2009-11-17do not use setAttribute with doublesAlbert Astals Cid1-2/+3
2009-11-15Only calculate the matrix when it is really neededAlbert Astals Cid2-2/+49
2009-10-16Some "security" fixes based on newly released Xpdf 3.02pl4Albert Astals Cid3-8/+40
2009-10-09Add -jpeg to pdftoppmStefan Thomas3-16/+46
2009-10-06rework how hinting is used in the splash backendAlbert Astals Cid6-62/+29
2009-10-05Use _WIN32 instead of WIN32Kovid Goyal1-4/+5
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 Cid3-1/+78
2009-06-02Add splashClearColor that assigns white to the given colorptrThomas Freitag1-0/+10