summaryrefslogtreecommitdiff
path: root/poppler
AgeCommit message (Expand)AuthorFilesLines
2008-06-26Use a single global FT_Library in CairoOutputDevMichael Vrable2-4/+18
2008-06-24the entry is not updated here either, fix uninitialized variable useAlbert Astals Cid1-0/+1
2008-06-05Fix leak on ABWOutputDev.ccAlbert Astals Cid1-0/+2
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-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 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-11Check the OC we found exists before using itAlbert Astals Cid1-15/+18
2008-05-04Fix leaks on error conditionsAlbert Astals Cid3-0/+8
2008-05-03A widget annot does not always belong to a form, so check before accessing th...Albert Astals Cid1-2/+2
2008-04-29add lost return when adding kees patchAlbert Astals Cid1-1/+1
2008-04-23provide type-checking for union pointer accessesKees Cook1-25/+43
2008-04-21Link to pthread when neededAlbert Astals Cid1-0/+4
2008-04-20propetly initialise a couple of members; leak lessPino Toscano1-0/+5
2008-04-15Hack to "support" 16 bits imagesAlbert Astals Cid2-0/+15
2008-04-12Do not take into account Colorspace resource subdictionary for image XObjectsAlbert Astals Cid1-1/+1
2008-04-09Do not call FT_Done_Face on a live cairo_font_face_t.Chris Wilson1-10/+9
2008-03-26initialize posterStream to avoid crashing laterPino Toscano1-0/+1
2008-03-25Don't end up in an infinite recursive loop in case resObj dict is the same we...Albert Astals Cid1-1/+1
2008-03-22It's really only an error if < 0Albert Astals Cid1-1/+1
2008-03-22remove unneeded variableAlbert Astals Cid1-1/+0
2008-03-22Remove OutStream::reset since noone uses itAlbert Astals Cid2-10/+0
2008-03-22Check the document stream is seekable when opening itAlbert Astals Cid1-0/+7
2008-03-22Check for fseek return valuesEd Avis1-2/+10
2008-03-15Some more freeCarlos Garcia Campos1-0/+5
2008-03-15Use error instead of printfCarlos Garcia Campos1-7/+8
2008-03-15Some freeCarlos Garcia Campos1-0/+3
2008-03-12Increment version of libpoppler and libpoppler-qt4Albert Astals Cid1-1/+1
2008-03-12Init to false updated field of XRefEntries plus indenting fixesAlbert Astals Cid1-5/+6
2008-03-12Fix regression in cairo output when transforming ctmAdrian Johnson1-3/+4
2008-03-12Enabled back the AnnotWidget support.Iñigo Martínez1-1/+1
2008-03-11Initial Movie support (2)Hugo Mercier2-0/+620
2008-03-11Initial Movie supportHugo Mercier5-26/+589
2008-03-11Changed AnnotMarkup inheritanceIñigo Martínez2-9/+10
2008-03-09Do not force default values to fontconfig patterns as fontconfig already fill...Albert Astals Cid1-8/+9
2008-03-08Optionally read the mimetype for the embedded files.Pino Toscano2-9/+15
2008-03-02Avoid setting a singular ctmJeff Muizelaar1-0/+14
2008-02-27do not forget to distribute GlobalParamsWin.cc next timeAlbert Astals Cid1-1/+2
2008-02-27free some objects (thus leak less)Pino Toscano2-0/+4
2008-02-27Add in the initial part of the optional content support.Brad Hards10-8/+504
2008-02-24define M_PI in case it is not definedPatrick Spendrin1-0/+4
2008-02-21If a bitmap's dimensions are invalid, do not try to display it.Michael Vrable1-0/+3
2008-02-21Keep cairo and cairo_shape consistentCarl Worth1-0/+6
2008-02-19Allow grouped checkboxes to be selected individually.Michael Vrable1-4/+2
2008-02-18xref can be null so check for it before checking we went out of boundsAlbert Astals Cid1-1/+1
2008-02-14Provide Unicode mappings for some control characters in PDFDocEncoding.Michael Vrable1-6/+17