summaryrefslogtreecommitdiff
path: root/fpdfsdk
AgeCommit message (Expand)Author
2016-06-01Remove use of v8:Lockerstsepez
2016-05-31Fix a leak in CXFA_FontMgr.thestig
2016-05-27Clean up some Android/Windows code.thestig
2016-05-26Fix MSVC C4800 build warnings.thestig
2016-05-26Remove default arguments from CFX_FxgeDevice.thestig
2016-05-26Remove checks for _WIN32_WCE.thestig
2016-05-26Clean up CPDF_TextRenderer slightly.thestig
2016-05-26Remove FXJSE_HOBJECT and FXJSE_HVALUE for CFXJSE_Value*dsinclair
2016-05-26Remove default argument from RestoreState() methods.thestig
2016-05-25Clean up fx_ge.h and IWYU.thestig
2016-05-25Fix a Skia build error from commit 1e2c557.thestig
2016-05-25Rename FXJSE_HRUNTIME to v8::Isolatedsinclair
2016-05-25Remove CFX_PrivateData from CPDF_Documenttsepez
2016-05-25Remove CFX_PrivateData from CPDF_Pagetsepez
2016-05-24Remove CFX_PrivateData from CPDF_ModuleMgrtsepez
2016-05-23Change CPDF_Boolean to use bool instead of FX_BOOL.thestig
2016-05-23Remove dead code from CPDF_InterForm.thestig
2016-05-23Distinguish between user and owner passwords.thestig
2016-05-23Clean up doc_ocg.cpp.thestig
2016-05-23Add missing STDCALL for FPDFDoc_GetPageMode().thestig
2016-05-21Get rid of CPDF_Object::GetArray().thestig
2016-05-20Add an enum to represent text rendering modes.thestig
2016-05-19Remove Release() from CPDFDOC_Environmenttsepez
2016-05-18Cleanup XFA_HASHCODE usage.dsinclair
2016-05-18Remove Release() from CXFA_RenderContexttsepez
2016-05-18Remove Release() from CXFA_WidgetAccIteratortsepez
2016-05-18Remove Release() from CXFA_ChecksumContexttsepez
2016-05-17XFA_WIDGETSTATUS cleanup.dsinclair
2016-05-16Use CFX_RetainPtr<> to refcount CPDFXFA_Pagetsepez
2016-05-16Fix the code that causes warningsweili
2016-05-16Remove XFA_WIDGETEVENT definesdsinclair
2016-05-16Remove { delete this; } anti-pattern from IXFA_WidgetIteratortsepez
2016-05-16Remove some c_str() calls from StringCs in xfa docs.tsepez
2016-05-16Convert border style defines to an enum class.dsinclair
2016-05-13Make CFX_ByteString(const CFX_ByteStringC&) explicit.tsepez
2016-05-13Make CFX_WideString(const CFX_WideString&) explicit.tsepez
2016-05-13Fix GCC warnings to be ready for GCC standalone buildweili
2016-05-13allow Skia to be the default graphics enginecaryclark
2016-05-12Fix some misc nits.thestig
2016-05-12Fix use of an uninitialised CFX_Widestring in AFNumber_Keystroke.ochang
2016-05-12IFX_Edit::NewEdit never returns nullptr.thestig
2016-05-11CPDF_VariableText::GetIterator() never returns NULL.thestig
2016-05-10Remove some dead code.thestig
2016-05-09Remove std::string usage in PublicMethods.cpp.thestig
2016-05-04Convert FWL_ERR into an enum class.dsinclair
2016-05-04More define cleanup.dsinclair
2016-05-03Remove FWL_WGTHITTEST_* defines in favour of enum class.dsinclair
2016-05-02Fix lint bugs.thestig
2016-04-29Subtract instead of adding the negation.thestig
2016-04-28Change bool type to fix warnings.chromium/2720dsinclair