summaryrefslogtreecommitdiff
path: root/poppler
AgeCommit message (Expand)AuthorFilesLines
2011-08-150.17.2poppler-0.17.2Albert Astals Cid1-1/+1
2011-08-01Only assume the OC is not visible if it exists and is set to noAlbert Astals Cid1-2/+2
2011-07-29Implement overprint in SplashThomas Freitag6-52/+410
2011-07-28Parse the "Medium" modifier when asking fontconfig for a fontKoji Otani1-0/+2
2011-07-28Improve selection of CJK fontsKoji Otani1-48/+89
2011-07-26make -level1sep write gray instead of cmykWilliam Bader1-3/+60
2011-07-26Update (C)Albert Astals Cid1-1/+1
2011-07-26Handle missing startxref properlyHib Eris1-2/+3
2011-07-23Fix numerical overflow in libopenjpeg JPXStream::doLookChar()Daniel Glöckner2-26/+47
2011-07-21Fix calculation of startXRefPosAxel Struebing1-3/+6
2011-07-20Fix crash on truncated JPEG/DCT streamTomas Hoger1-3/+3
2011-07-20Make sure the dict is a page dictAlbert Astals Cid1-1/+1
2011-07-11Complete the list of preprocessor defines that we never defineAlbert Astals Cid2-4/+8
2011-07-11Harmonize all SPLASH_CMYK to use #ifAlbert Astals Cid1-12/+12
2011-07-11Sanitize headers a bigAlbert Astals Cid7-8/+136
2011-07-10And 3 years later, Ed has answered :-)Albert Astals Cid6-0/+18
2011-07-10Fix headerAlbert Astals Cid1-0/+3
2011-07-10Name most of the classes in poppler/ includable by themselvesAlbert Astals Cid7-4/+50
2011-07-06Remove unused variableWilliam Bader1-4/+1
2011-06-24Forgot William's (C) hereAlbert Astals Cid2-0/+2
2011-06-24patch to make -level2sep and -level3sep write gray instead of cmykWilliam Bader3-4/+102
2011-06-24patch to make -level2sep and -level3sep write cmyk instead of rgbWilliam Bader1-5/+54
2011-06-13Forgot my (C)Albert Astals Cid1-1/+1
2011-06-13We need to include config.h hereAlbert Astals Cid1-0/+2
2011-06-04Make sure catDict is a dictAlbert Astals Cid1-0/+5
2011-06-04Make sure catDict is a dict before using itAlbert Astals Cid1-10/+16
2011-06-04We need to free catDict on failureAlbert Astals Cid1-0/+1
2011-05-31Make parse() privateAlbert Astals Cid1-2/+2
2011-05-29Needs to be freedAxel Strübing1-2/+4
2011-05-28No need to check for NULLAlbert Astals Cid1-11/+10
2011-05-27Make FileSpec a class and move EmbFile from Catalog to FileSpecCarlos Garcia Campos4-164/+188
2011-05-07Do not free a shallow copy of an object we'll free laterAlbert Astals Cid2-8/+6
2011-05-030.17.1poppler-0.17.1Albert Astals Cid1-1/+1
2011-05-03remove unused varsAlbert Astals Cid2-17/+4
2011-04-27update copyright yearsAlbert Astals Cid1-0/+1
2011-04-27Remove more variables that are set but then unusedAlbert Astals Cid1-10/+1
2011-04-27Remove unused varsAlbert Astals Cid1-5/+1
2011-04-03forms: fix mem leak in case of errorCarlos Garcia Campos1-0/+2
2011-04-03forms: check form field is actually terminal before creating the widgetCarlos Garcia Campos1-0/+4
2011-04-03Properly initialize pageObjectNum to 0Albert Astals Cid1-1/+2
2011-04-03forms: Remove unused parameterCarlos Garcia Campos2-2/+2
2011-04-03forms: rework the way form fields tree is builtCarlos Garcia Campos3-121/+137
2011-04-03forms: Add debug methods to print the forms treeCarlos Garcia Campos2-0/+103
2011-03-31Fix a memleak in AnnotScreen::initializeJosé Aliste1-0/+1
2011-03-29increase sonamesAlbert Astals Cid1-1/+1
2011-03-29Update yearsAlbert Astals Cid2-2/+2
2011-03-29fix commentPino Toscano1-1/+1
2011-03-29viewer preferences: read PrintScaling and DuplexPino Toscano2-0/+38
2011-03-29free the viewerPreferences ObjectPino Toscano1-0/+1
2011-03-29read the ViewerPreferences dict once, and construct ViewerPreferences on demandPino Toscano2-16/+11