summaryrefslogtreecommitdiff
path: root/core/fpdfapi
AgeCommit message (Expand)Author
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
2017-04-12Some fixes to the fallback font code.Nicolas Pena
2017-04-07Cleanup string passing in core/fpdf*Tom Sepez
2017-04-07Tweak CFDF_Font::AppendChar()Tom Sepez
2017-04-07Remove the ICC transform where it is never initialized.Nicolas Pena
2017-04-05Fix assignment to len.dan sinclair
2017-04-05Use correct length in guard checkdan sinclair
2017-04-04Remove a couple checks for MakeUnique failures.Lei Zhang
2017-04-04RefCount CPDF_StreamAcc all the time.Tom Sepez
2017-04-04Let CPDF_ImageRenderer own the CFX_ImageRendererNicolas Pena
2017-04-04RefCount CPDF_IccProfile all the timeTom Sepez
2017-04-04Finish splitting up fx_dib.hNicolas Pena
2017-04-04Remove unneeded void* casts.Lei Zhang
2017-04-03Use unique_ptr in cpdf_type3cache.h.Tom Sepez
2017-04-03RefCount CPDF_Type3Cache all the time.chromium/3062Tom Sepez
2017-04-03RefCount CPDF_TransferFunc all the time.Tom Sepez
2017-04-03Drop FXSYS_ from util methodsDan Sinclair
2017-04-03Drop FXSYS_ from mem methodsDan Sinclair
2017-04-03Drop FXSYS_ from math methodsDan Sinclair
2017-04-03Drop FXSYS_ from string methodsDan Sinclair
2017-04-03Remove some used-only-once typedefs from CPDF_DocPageDataTom Sepez