summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-08-110.20.3poppler-0.20.3Albert Astals Cid6-6/+22
2012-08-05If NULL, NULL fails as password try EMPTY, EMPTY before failingAlbert Astals Cid1-1/+6
Reviewed by Jose Aliste Bug #3498
2012-08-03Fix segfault when scaleImage returns NULLMarkus Trippelsdorf1-0/+7
Bug 52488
2012-08-02PSOutputDev: Fix Bitmaps in level2sep or level3sepThomas Freitag1-2/+2
Bug #52384
2012-08-01Splash: Blend mode enhancements for CMYKThomas Freitag2-44/+54
2012-07-31Replace c++ style includes with c style onesAlbert Astals Cid1-5/+5
Fixes build in Solaris 10 Bug #52426
2012-07-22Make sure xScale and yScale are always initializedThomas Freitag1-4/+1
Bug #52215
2012-07-21Fix conversion to ps when having multiple stripsThomas Freitag1-1/+3
Bug 51982
2012-07-19Unify poppler-config.h includes in core "installed" headersTorsten Kasch9-9/+9
Bug 52193
2012-07-19autoconf: Do not assume the shell is bash compatibleTorsten Kasch1-1/+1
Bug 52197
2012-07-19pdfseparate: Return 0 on successAlbert Astals Cid1-1/+5
2012-07-16PSOutputDev: Fix DeviceN images with alternate Lab colorspace in level 3 ↵Thomas Freitag2-8/+48
PostScript Bug #51822
2012-07-13Fix Splash::arbitraryTransformImage causes bogus memory allocation sizeThomas Freitag3-37/+48
Bug #49523
2012-07-100.20.2poppler-0.20.2Albert Astals Cid5-4/+15
2012-07-05Fix handling of DeviceN images in level 3 PostScriptThomas Freitag1-14/+0
bug #51548
2012-06-29PSOutputDev: Correct %%DocumentCustomColorsAlbert Astals Cid1-0/+20
Bug 51479
2012-06-28Add some security checks to JPXStream decodingAlbert Astals Cid1-2/+12
Fixes crash in broken/fuzzed pdf sent by Mateusz "j00ru" Jurczyk and Gynvael Coldwind
2012-06-24Change SplashBitmap gmallocn to gmallocn_checkoverflowAlbert Astals Cid2-21/+34
Fixes abort in KDE bug #302372
2012-06-24copy resources content defined in the pages dictThomas Freitag1-2/+14
Fixes bug #51369
2012-06-24qt4: Do not hang on malformed /Annots objectsFabio D'Urso1-0/+5
Don't recurse infinitely if the /Annots object contains annotation dictionaries (according to specs, /Annots must contain *references* to annotation dictionaries). Fixes bug #51361
2012-06-14fix typo to compile in WindowsMark Brand1-1/+2
2012-06-11Add some security checks to JBIG2Stream decodingAlbert Astals Cid1-14/+44
Fixes crash in broken/fuzzed pdf sent by Mateusz "j00ru" Jurczyk and Gynvael Coldwind
2012-06-10Check value of first page in linearization tableHib Eris1-2/+2
Fixes crash in broken/fuzzed pdf sent by Mateusz "j00ru" Jurczyk and Gynvael Coldwind
2012-06-100.20.1poppler-0.20.1Albert Astals Cid6-6/+31
2012-06-10Update copyrightsAlbert Astals Cid1-0/+1
2012-06-10Do use NULL functionAlbert Astals Cid1-2/+3
Fixes crash in broken/fuzzed pdf sent by Mateusz "j00ru" Jurczyk and Gynvael Coldwind
2012-06-10use setoverprintmode only if rip knows itThomas Freitag1-3/+3
2012-06-09qt4: Keep page rotation into account when normalizing annotation coordsFabio D'Urso1-2/+14
If the page is rotated by 90 or 270 degrees, width and height need to be swapped
2012-06-09Fix saving to xmlFabio D'Urso1-1/+1
The default icon is Note not comment
2012-05-24glib docs: fix typoAdrian Johnson1-2/+2
2012-05-24add sustitute font name to GlobalParamsWin32 to fix compilationAdrian Johnson1-1/+4
2012-05-24Include substitute font name in system font cacheAdrian Johnson2-26/+33
Bug 49826
2012-05-23qt4: Make TextAnnotation ctor publicFabio D'Urso1-1/+1
2012-05-21pdfseparate.1: Syntax fixes.Ville Skyttä1-3/+3
2012-05-17Fix logic on SplashBitmap::writeImgFileAnthony Wesley1-1/+2
2012-05-15Determine if font is bold or italic based on FontDescriptor.Igor Slepchin3-10/+21
Bug #49758
2012-05-13glib: Make sure password is always converted to latin1Carlos Garcia Campos1-19/+19
Remove the utf8 validation since glib API is supposed to always receive utf8 strings.
2012-05-13glib: Fix memory leak when document fails to loadCarlos Garcia Campos1-2/+1
2012-05-13remove unnecesary transparency group handling in splashThomas Freitag6-3/+82
Bug #13487
2012-05-13Distribute cmake/modules/FindLCMS2.cmakeAlbert Astals Cid1-0/+1
Bug #49818
2012-05-100.20.0poppler-0.20.0Albert Astals Cid6-8/+24
2012-05-10Bring back the begin/endMarkedContent virtualsAlbert Astals Cid3-2/+18
For those evil people that keep using poppler internals
2012-05-10splash uses cmykTransferC for M, Y and K in two placesWilliam Bader1-7/+7
2012-05-10Add missing function parameterPeter Breitenlohner1-1/+3
2012-05-03Compile with ENABLE_PLUGINS definedAlbert Astals Cid4-55/+34
2012-05-03We don't support the keyBinding conceptAlbert Astals Cid1-1/+0
remove wrong merge
2012-05-02glib: Use delete[] to free array allocated with new[]Jason1-1/+1
https://bugs.freedesktop.org/show_bug.cgi?id=48447
2012-04-29Add the objUint typeAlbert Astals Cid1-2/+3
2012-04-29Make sure the index to dcHuffTables and acHuffTables is in boundsAlbert Astals Cid1-0/+3
Found in a fuzzed pdf sent by Mateusz "j00ru" Jurczyk and Gynvael Coldwind
2012-04-29include for memcpyAlbert Astals Cid1-1/+2