169 Commits (v3.5.9)

Author SHA1 Message Date
Albert Astals Cid 7cfa85c38b Only check if we are out of bounds if the object we are searching for has a known id (0 also means not known) 18 years ago
Albert Astals Cid ddae88ef84 Domain order is x_min x_max y_min y_max and not x_min y_min x_max y_max 18 years ago
Albert Astals Cid 299075082a PS cos and sin input values are degrees so convert to radians so we can use the cos and sin cmath functions 18 years ago
Albert Astals Cid 7fa77d9169 atan operator must yield a degrees result between 0 and 360 18 years ago
Albert Astals Cid f6adf02dd1 makeItCompile!!! 18 years ago
Albert Astals Cid 0d8a6ebffb PDF spec says name tokens have a maximum length of 127, but there are some docs in the wild with more than that and they work on acroread so increase the allowed length to 128+127 18 years ago
Albert Astals Cid 5917350e46 Ensure we don't draw outside the main bitmap on SplashOutputDev::setSoftMask 18 years ago
Albert Astals Cid 488659a9b5 Draw correctly underlined links 18 years ago
Albert Astals Cid 38f52f4de2 Yet another gmallocn to gmallocn_checkoverflow, fixes ugly exit produced by page 61 of http://nlp.stanford.edu/IR-book/pdf/irbookonlinereading.pdf 19 years ago
Albert Astals Cid 9e0a5924da another gmallocn -> gmallocn_checkoverflow 19 years ago
Dirk Mueller 9e9f50fd7f fixes for CVE-2007-4352/CVE-2007-5392/CVE-2007-5493 19 years ago
Albert Astals Cid 7bad8214a8 Splash rework, check if font is inside clip area before rendering it to a temporary bitmap. Fixes bug 150693 19 years ago
Albert Astals Cid 4d3fe8bb2f Sesame Street Class #1: Left is left, Right is right 19 years ago
Albert Astals Cid 5e266d95a9 Don't crash when we don't have a ctu. Fix imported from poppler 19 years ago
Pino Toscano 479fc53855 Albert's fix for poppler bug 12014. 19 years ago
Dirk Mueller 595cd77a97 newest round of xpdf fixes (CVE-2007-3387) 19 years ago
Dirk Mueller 979475110a fix array overrun 19 years ago
Albert Astals Cid 5e4293b61d Add an option to force the printing of the page rasterized as image instead of converting PDF commands to PS commands. 19 years ago
Albert Astals Cid 184a813aaf lost this while doing the 3.02 merging, "thanks" that i'm redoing the merge again in poppler and found the problem :D 19 years ago
Albert Astals Cid 2c34769f50 Accept Width and Height as reals too 19 years ago
Albert Astals Cid 9a3d143fb3 Convert that Gulong t; to Guint t; to fix printing images on 64 bit failing. 19 years ago
Albert Astals Cid b7c5a9b276 protect against bad pdf, for example one in bug 132042 19 years ago
Albert Astals Cid f82d702341 fix regression on 132042 19 years ago
Albert Astals Cid 7d2878b035 removed this while merging, bad bad bad 19 years ago
Albert Astals Cid 5db175844d Merge xpdf 3.02 changes, this is a quite big patch but fixes lots of problems so i'm commiting it. Pino, cartman and me have been working on it for around a week and we have found no noticeable regression and lots of improvements. Obviously more testing is welcome. 19 years ago
Pino Toscano c8f19ab188 When generating a Postscript document, output the %%Title for the PS document this way: 19 years ago
Albert Astals Cid 7aaf189cef Less complete but equally effective and more quick way of fixing the MOAB-06-01-2007 problem. 19 years ago
Albert Astals Cid a752960be3 Keep a set of the already read page tree nodes and each time we follow a new one check if we already processed it so we don't end in a infinite loop. 19 years ago
Albert Astals Cid 4fb6d02ace Merge ftp://ftp.foolabs.com/pub/xpdf/xpdf-3.01pl2.patch 19 years ago
Albert Astals Cid 46a33b0c6b Fix gray calculation, patch by Scott Turner <scotty1024@mac.com> 20 years ago
Albert Astals Cid b8df2fda3a fix typo error 20 years ago
Albert Astals Cid 796bbd14fb Painting an image of 0x0 does not seem right and is making it crash 20 years ago
Albert Astals Cid 32a192a1b4 add path of gs fonts on Arch Linux. 20 years ago
Albert Astals Cid c7840973fc more leak fixes 20 years ago
Albert Astals Cid 8b199c7f29 leaks-- 20 years ago
Albert Astals Cid d79c7ece1f make nGfxBlendModeNames define return the correct size of the gfxBlendModeNames array so it does not access invalid memory when the blend mode is not found. Discovered by Krzysztof Kowalczyk 20 years ago
Albert Astals Cid 12cf7ba7c4 don't crash when we can not process a GfxImageColorMap correctly 20 years ago
Albert Astals Cid d0cde69847 Reset the jpeg structures on reset. 20 years ago
Albert Astals Cid 228326b365 [micro] optimization by Mario Teijeiro Otero 20 years ago
Albert Astals Cid 6bf75d6238 When any of the chars that we 20 years ago
Albert Astals Cid e9528dd928 quick fix for 126760, you get the same (or it seems to me) image that with acroread so may not be THAT bad 20 years ago
Albert Astals Cid 308685f43a fix memory leak. 20 years ago
Albert Astals Cid 62be6529a7 some improvements from the "suspicious code mail" in k-c-d 20 years ago
Albert Astals Cid 6d50525f57 Some fix for JBIG2 PDF stolen from poppler ;-) 20 years ago
Albert Astals Cid c06ffeeb4a Comparing int with uints is a very bad idea. 20 years ago
André Wöbbeking 8936884e90 fixed INCLUDES 20 years ago
Dirk Mueller 6634ba7f6a fix uninitialized memory access 20 years ago
Dirk Mueller 0f9e67f831 CVE-2006-0301 buffer overflow 20 years ago
Albert Astals Cid 111c88dc3f So not assume ctu will exist 20 years ago
Albert Astals Cid e4603f65d2 Fix for kpdf is very slow on some kind of very broken docs like http://www.serialata.org/docs/serialata10a.pdf 20 years ago