summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-09-02poppler 0.8.7poppler-0.8.7Albert Astals Cid5-6/+12
2008-09-01Initialize widget to null before calling initialize not after :-(Albert Astals Cid1-1/+1
2008-08-21Memleak and invalid free.Chris Wilson1-3/+8
2008-08-200.8.6poppler-0.8.6Albert Astals Cid5-6/+17
2008-08-20Compile++Albert Astals Cid1-1/+1
2008-08-20[Qt4] make sure to use the correct page width/height for form widgets coordin...Pino Toscano1-3/+9
2008-08-20initialize widget, fixes crash on EC2006.pdfAlbert Astals Cid1-0/+1
2008-08-04Be less strict when parsing TTF tablesAlbert Astals Cid1-1/+7
2008-08-04Report an error when FoFiTrueType::load or FoFiTrueType::make failAlbert Astals Cid1-0/+5
2008-08-03[Qt4] Make the paper color setting working as it should.Pino Toscano1-4/+4
2008-07-28Poppler 0.8.5poppler-0.8.5Albert Astals Cid5-6/+22
2008-07-28make xml output valid xmlBoris Toloknov2-33/+85
2008-07-28Limit ascent and descent are to reasonable values.Boris Toloknov1-2/+12
2008-07-28Make html output to keep all the spaces with  Boris Toloknov2-1/+3
2008-07-28findDest crashes on null goostrings so rework the ifs a bitAlbert Astals Cid1-7/+9
2008-07-26We are not storing the ctu, so decref and leak-- :-)Albert Astals Cid1-0/+1
2008-07-25Fix leakAlbert Astals Cid1-0/+1
2008-07-25Fix memory leakAlbert Astals Cid1-0/+1
2008-07-25Free the previous modified object in case it existsAlbert Astals Cid1-0/+1
2008-07-25Need this or otherwise it crashes on complete overwriteAlbert Astals Cid1-0/+1
2008-07-25Fix my last fix about saving, i think this is the correct oneAlbert Astals Cid3-14/+49
2008-07-25Fix XRef::writeToFile after my changeAlbert Astals Cid1-7/+3
2008-07-25Fix XRef::add and XRef::addIndirectObject, also remove num from XRefEntryAlbert Astals Cid2-46/+25
2008-07-24Create our own IRT Dict else we will crashAlbert Astals Cid1-1/+1
2008-07-22Really do what the comment says and also init changeLeft, changeTop and chang...Albert Astals Cid1-0/+1
2008-07-22Some documents have loops in XObject dictionaries, make sure we don't get in ...Albert Astals Cid2-8/+40
2008-07-20Fix condition, we want thumb to be a Stream, not to be non nullAlbert Astals Cid1-1/+1
2008-07-18initialize pageWidgets, otherwise it can be a rubbish pointer is AnnotsPino Toscano1-0/+1
2008-07-01Fix condition, we want fetched_thumb to be a Stream, not to be non nullAlbert Astals Cid1-1/+1
2008-06-280.8.4poppler-0.8.4Albert Astals Cid5-6/+20
2008-06-26Use a single global FT_Library in CairoOutputDevMichael Vrable2-4/+18
2008-06-24Open in WriteOnly mode, fixes the fact that when writing to an existing file,...Albert Astals Cid1-1/+1
2008-06-24the entry is not updated here either, fix uninitialized variable useAlbert Astals Cid1-0/+1
2008-06-15poppler-page-transition.h is here nowPino Toscano1-1/+1
2008-06-08Make sure we use Qt4 moc to generate moc files of the qt4 frontendAlbert Astals Cid4-3/+23
2008-06-05Fix leak on ABWOutputDev.ccAlbert Astals Cid1-0/+2
2008-06-030.8.3poppler-0.8.3Albert Astals Cid5-6/+25
2008-06-03Support for surrogates outside the BMP planeKoji Otani2-1/+32
2008-06-02do not delete stateName and modelName, they are owned by their Object'sPino Toscano1-2/+0
2008-06-01Do not limit CharCodeToUnicodeString to 8 charactersAlbert Astals Cid7-50/+60
2008-06-01[Qt] Fix leak when calling Poppler::Document::scanForFontsAlbert Astals Cid1-0/+1
2008-05-26finally, load the QuadPoints correctlyPino Toscano1-3/+8
2008-05-26More robust reading of QuadPoints (reset the allocated memory, use the heap)Pino Toscano1-4/+3
2008-05-26Do not shadow a paramer with a local variable nameAlbert Astals Cid1-4/+4
2008-05-26Do not leak tSplash if transpGroupStack->blendingColorSpace is NULLAlbert Astals Cid1-2/+2
2008-05-26Move variables only used inside the loop inside the loop, fix delete of unini...Albert Astals Cid1-10/+6
2008-05-26Do not leak memory if data_out is NULLAlbert Astals Cid1-17/+18
2008-05-21[Qt4] Fix text() methodAlbert Astals Cid1-5/+1
2008-05-11Check the OC we found exists before using itAlbert Astals Cid1-15/+18
2008-05-09Add the export macroAlbert Astals Cid1-1/+3