summaryrefslogtreecommitdiff
path: root/core/fpdfapi
AgeCommit message (Expand)Author
2017-05-30Fix small ordering issue in CFX_ProgressiveDecoder cleanup.chromium/3116Tom Sepez
2017-05-26Fix CPDF_PageRenderContext cleanupTom Sepez
2017-05-26Add public API for setting the blend mode on a page object.wileyrya
2017-05-26Release unowned CS reference before maybe destroying owned oneTom Sepez
2017-05-26Use proper file names in core/fpdfapi/fontNicolas Pena
2017-05-26Avoid dangling encrypt dict pointer in CPDF_ParserTom Sepez
2017-05-26Simplify CPDF_Page ctor.Lei Zhang
2017-05-26Add public API for setting the fill color on a text objectwileyrya
2017-05-26Add public API for setting LineJoin and LineCap on a pathwileyrya
2017-05-25Mass conversion of remaining class members (non-xfa)Tom Sepez
2017-05-25Mass conversion of all const-lifetime class membersTom Sepez
2017-05-25Break apart the pageint.h file.Dan Sinclair
2017-05-24Convert to CFX_UnownedPtr, part 9Tom Sepez
2017-05-24Convert to CFX_UnownedPtr, part 8chromium/3110Tom Sepez
2017-05-24Use CheckedNumeric in BiInterpolImplNicolas Pena
2017-05-24Convert to CFX_UnownedPtr, part 4.Tom Sepez
2017-05-24Convert to CFX_UnownedPtr, part 3.Tom Sepez
2017-05-23Make CPDF_ImageCacheEntry retain CPDF_ImageTom Sepez
2017-05-23Use NOTREACHED() in more places.Lei Zhang
2017-05-22Convert more c-style pointers to CFX_UnownedPtrTom Sepez
2017-05-20Use std::vector and std::sort() in CPDF_PageRenderCache.Lei Zhang
2017-05-19Fix off-by-one introduced at ab20404Tom Sepez
2017-05-19Move CCodec_ModuleMgr ownership to CPDF_ModuleMgr.Lei Zhang
2017-05-19Remove image dimension params that are never used.Lei Zhang
2017-05-18Add more CFX_UnownedPtr usage.Tom Sepez
2017-05-18Fix a situation where images are not properly rendered.Lei Zhang
2017-05-17Reland: Small fix in CPDF_TrueTypeFont loadNicolas Pena
2017-05-17Revert "Small fix in CPDF_TrueTypeFont load"Nicolás Peña
2017-05-16Small fix in CPDF_TrueTypeFont loadNicolas Pena
2017-05-16Introduce CFX_UnownedPtr to detect lifetime inversion issues.Tom Sepez
2017-05-15Remove unused flags from CPDF_CreatorNicolas Pena
2017-05-11Use clamp() in a couple more places.Lei Zhang
2017-05-11Rename render device classesDan Sinclair
2017-05-11Move map and codec loading into managerDan Sinclair
2017-05-10Split DCT decoder creation from CPDF_DIBSource::CreateDecoder().Lei Zhang
2017-05-10Replace operator bool with HasRef() in classes with a CFX_SharedCopyOnWrite m...Lei Zhang
2017-05-10Store the offset in the archive bufferDan Sinclair
2017-05-10Cleaning up Edit codeDan Sinclair
2017-05-10Simplify CPDF_ImageRenderer::StartRenderDIBSource().Lei Zhang
2017-05-10Use FXSYS_IntToTwoHexChars() in more places.Lei Zhang
2017-05-10Fix typos for the word start.Lei Zhang
2017-05-09Edit code cleanupDan Sinclair
2017-05-09Move FPDF_FILEWRITE adapter to own fileDan Sinclair
2017-05-09Rename fpdf_edit_create.cpp to cpdf_creator.cppDan Sinclair
2017-05-09Remove editint.h and create individual headerschromium/3095Dan Sinclair
2017-05-09Remove CPDF_Creator friendsDan Sinclair
2017-05-09Remove AppendObject from CPDF_CreatorDan Sinclair
2017-05-09Cleanup CPDF_Creator defines and method namesDan Sinclair
2017-05-08Remove default params in CFX_DIBSourceNicolas Pena
2017-05-08Check bits to decode will fit before decodingDan Sinclair