summaryrefslogtreecommitdiff
path: root/core/fpdfapi
AgeCommit message (Expand)Author
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
2017-05-06Remove type-unsafe void* / uint8_t* usage in fx_crypt.hTom Sepez
2017-05-05Split out CPDF_CMap::m_pLeading into separate members.chromium/3093chromium/3092Tom Sepez
2017-05-05Make CPDF_CMap::m_pMapping use std::vectorTom Sepez
2017-05-05Fix CPDF_CMap::m_pAddMapping lack of type information.Tom Sepez
2017-05-04Give a couple of char to int functions better names.chromium/3090Lei Zhang
2017-05-04CPDF_Document::GetPageData() normally does not return NULL.Lei Zhang
2017-05-04Make CPDF_Font member variables protected.Lei Zhang
2017-05-04Remove CFX_GlyphMapTom Sepez
2017-05-04Remove some unused IFX_Pause paramsDan Sinclair
2017-05-04CPDF_DataAvail: avoid reads into stack buffers.Tom Sepez
2017-05-03CPDF_SyntaxParser::SearchWord() is always backwards and for whole-wordsTom Sepez
2017-05-03SetPos to at most the file length to avoid overflowsNicolas Pena
2017-04-29Fix rotationschromium/3086chromium/3085rbpotter
2017-04-27Assert CPDF_Pattern always has a valid CPDF_Document pointer.Lei Zhang
2017-04-27Remove more |new|s, part 2Tom Sepez
2017-04-26Remove a few more |new|s.Tom Sepez
2017-04-26Avoid unordered_set and maps for the time being.chromium/3082Tom Sepez
2017-04-26Remove CPDF_Document parameter from CPDF_DeviceCS ctor.Lei Zhang
2017-04-26Get rid of a few |new|s in CPDF_Document.Tom Sepez
2017-04-26Fix botched negation in cpdf_imageobject.cppTom Sepez
2017-04-24Use a pdfium-specific unittest main rather than gtest'sTom Sepez
2017-04-24Initialize colour valueschromium/3080Dan Sinclair
2017-04-21Add CFX_RenderDevice::AutoRestorer()chromium/3078Tom Sepez
2017-04-21Return unique_ptr from CPDF_Type3Cache::RenderGlyph().Tom Sepez
2017-04-21Return unique_ptr from CPDF_RenderStatus::CloneObjStates().Tom Sepez
2017-04-20Let {Argb,Cmyk}Decode return tuplesNicolas Pena
2017-04-20Convert IFX_MemoryStream to CFX_MemoryStreamDan Sinclair
2017-04-20Cleanup the fx_extension code.Dan Sinclair
2017-04-19Rename array names to match codepage namesDan Sinclair
2017-04-19Cleanup codepage and charset definitions.Dan Sinclair
2017-04-18Render image masks individually instead of rendering the entire page asrbpotter
2017-04-13Use vector of unique ptr in cpdf_data_avail.cpp.Tom Sepez
2017-04-13Move another opertator<<() prototype into correct .h file.Tom Sepez
2017-04-13Refcount CPDF_CryptoHandlerchromium/3076chromium/3075chromium/3074chromium/3073chromium/3072Tom Sepez