summaryrefslogtreecommitdiff
path: root/splash
AgeCommit message (Expand)AuthorFilesLines
2010-10-27Do not crash if bitmap->alpha == NULLAlbert Astals Cid1-0/+6
2010-07-08compile++Albert Astals Cid1-1/+1
2010-06-17Optimize Splash::compositeBackgroundAlbert Astals Cid1-8/+26
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
2009-06-02Fix splashColorModeNComps to correctly include all values for each SplashColo...Thomas Freitag1-0/+17
2009-05-21Add the possibility of forcing no hinting of fontsPetr Gajdos6-35/+63
2009-05-14Kill support for specifying extension in openTmpFileAlbert Astals Cid3-3/+6
2009-05-07bitmap->h can be 0, move to _checkoverflow variant, code already knows how to...Albert Astals Cid1-1/+1
2009-04-11More gmalloc → gmallocnAlbert Astals Cid3-8/+8
2009-03-30Fix clip test for fontsAlbert Astals Cid1-2/+2
2009-03-25Fix getGlyphAdvance to behave correctly on font size changesAlbert Astals Cid1-1/+2
2008-12-12Be more helpful with bad boys that want to use poppler core directlyAlbert Astals Cid3-3/+3
2008-09-30And Marco said yes to GPLv2+Albert Astals Cid2-0/+6
2008-09-20Remove some warnings and errors when compiling with gcc and -pedanticTomas Are Haavet1-1/+2
2008-09-20Add mention of GPLv2 or later in poppler changes to all files except Splash.c...Albert Astals Cid22-0/+66
2008-08-24Add more correct copyright statements on fofi, goo, poppler and util director...Albert Astals Cid24-0/+270
2008-05-08Fix build with --enable-fixedpointAlbert Astals Cid1-2/+2
2008-03-14xx0 is non exclusive so that should be < not <=Albert Astals Cid1-2/+3
2008-03-14Fix "Make sure we don't draw outside the bitmap on Splash::fillGlyph2" when p...Albert Astals Cid1-4/+8
2008-02-21Make sure we don't draw outside the bitmap on Splash::fillGlyph2Albert Astals Cid1-27/+49
2008-02-13Yet another fix for buggy documents, do not use the cache if the cache could ...Albert Astals Cid1-20/+28
2008-01-29Scale text to match 'm' sizeAlbert Astals Cid5-1/+65
2007-10-22Splash rework, check if font is inside clip area before rendering it to a tem...Albert Astals Cid8-125/+162
2007-09-22undo accidental changes to file permissionsKrzysztof Kowalczyk2-0/+0
2007-09-20remove unused variablesKrzysztof Kowalczyk1-0/+2
2007-09-20remove unused variablesKrzysztof Kowalczyk1-1/+4
2007-09-16Rename .cvsignore files to .gitignore and drop ChangeLog file.Kristian Høgsberg1-0/+0
2007-09-14windows/msvc compilation fixesKrzysztof Kowalczyk5-3/+8
2007-08-22 * splash/SplashBitmap.cc:Albert Astals Cid2-4/+16