summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
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
2016-05-19Fix the Skia build after 9b1a0ee.thestig
2016-05-19Fix Undefined-shift in CPDF_SampledFunc::v_Init().thestig
2016-05-19Fix a potential nullptr deref in CFX_MapPtrToPtr.thestig
2016-05-19Fix leak in CPDF_StreamContentParser::AddTextObject().thestig
2016-05-19Correctly check for overflow in FX_atonum.dsinclair
2016-05-19Remove agg from skia buildcaryclark
2016-05-19Clean up CFX_RenderDevice::DrawNormalText().thestig
2016-05-18Use std::vector in CPDF_StructTreeImpltsepez
2016-05-18Remove c_str() from widestring checksum variant.tsepez
2016-05-18Pass objects instead of strings for undo/redo records.dsinclair
2016-05-17Don't use LCD antialiasing if Fontconfig doesn't support hintingthomasanderson
2016-05-17Rename CPDF_Struct{Element,Tree} to IPDF_tsepez
2016-05-17Fix DrMemory bot error by properly initializing the variableweili
2016-05-17Revert of Remove an unnecessary variable from CPDF_Creator (patchset #1 id:20...weili
2016-05-17Remove an unnecessary variable from CPDF_Creatorweili
2016-05-16Fix a nullptr deref in CPDF_BookmarkTree::GetFirstChild().thestig
2016-05-16Fix the code that causes warningsweili
2016-05-16Clean up CPDF_Creator.thestig