summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2016-06-07Fix more code which has shadow variablesweili
2016-06-07Get rid of NULLs in core/thestig
2016-06-07Check the hint table exists before using.dsinclair
2016-06-07Verify we have a CJBig2_Image before attempting use.dsinclair
2016-06-07Add missing const to CPDF_Stream::InitStream()tsepez
2016-06-06Remove unused PS generation code.thestig
2016-06-06Get rid of unused android GetHandle() and FPF_HFONTtsepez
2016-06-03Fix more bugs found by /analyze toolweili
2016-06-03Fix some code which causes warnings when compiled by /analyze toolweili
2016-06-02Fix all the code which has duplicate variable declarationsweili
2016-06-02Remove unused code for Arabic char and line handlingweili
2016-06-02The PDFium source in core/fxge/dib implements a bit-blitting backend.caryclark
2016-06-01Change CFX_Font::GetPsName() to return a CFX_ByteString.thestig
2016-06-01Relax checks added in commit 8f3a311.chromium/2760chromium/2759chromium/2758chromium/2757chromium/2756thestig
2016-06-01Validate the BitsPerFlag entry in shading dictionaries.thestig
2016-05-31Validate a couple of fields in shading dictionaries.thestig
2016-05-27Change IsGDIEnabled() to use a bool.Lei Zhang
2016-05-27Clean up some Android/Windows code.thestig
2016-05-27Add back-pointer to "Associated widget" to CFWL_WidgetImp.tsepez
2016-05-26Remove default arguments from CFX_FxgeDevice.thestig
2016-05-26Fix a bug which may cause infinite loopweili
2016-05-26Remove checks for _WIN32_WCE.thestig
2016-05-26Make CPDF_IndirectObjectHolder::InsertIndirectObject return a bool.thestig
2016-05-26skia: add bitmap color table supportcaryclark
2016-05-26Clean up CPDF_TextRenderer slightly.thestig
2016-05-26Remove default arguments in CFX_RenderDevice.thestig
2016-05-26Remove default argument from RestoreState() methods.thestig
2016-05-25Clean up fx_ge.h and IWYU.thestig
2016-05-25Remove FX_GAMMA() and friends. They do nothing.thestig
2016-05-25Banish CFX_PrivateData to the XFA sidetsepez
2016-05-25Remove CFX_PrivateData inheritance from CPDF_InterFormtsepez
2016-05-25Remove CFX_PrivateData from CPDF_Documenttsepez
2016-05-25Remove CFX_PrivateData from CPDF_Pagetsepez
2016-05-25get skia buildingcaryclark
2016-05-25fix rotated and alpha bitmapscaryclark
2016-05-24Remove CFX_PrivateData from CPDF_ModuleMgrtsepez
2016-05-23Change CPDF_Boolean to use bool instead of FX_BOOL.thestig
2016-05-23Rename IFX_Unknown to IFX_Retainable.tsepez
2016-05-23Remove dead code from CPDF_InterForm.thestig
2016-05-23Distinguish between user and owner passwords.thestig
2016-05-23Make CPDF_Function::Load() return an unique_ptr.chromium/2750chromium/2749chromium/2748thestig
2016-05-23Use unique_ptr in CPDF_CidFonttsepez
2016-05-23Clean up doc_ocg.cpp.thestig
2016-05-23Delete CPDF_Object::IsModified().thestig
2016-05-23Fix infinite recursion in CPDF_DocPageData::GetColorSpace().thestig
2016-05-21Get rid of CPDF_Object::GetArray().thestig
2016-05-20Add an enum to represent text rendering modes.thestig
2016-05-20Use enum type for char type variablesweili
2016-05-20Merge GetBits32() impls into one. Put it in fxcrt.thestig
2016-05-19Remove Release() from IFXCRT_FileAccess.tsepez