summaryrefslogtreecommitdiff
path: root/fpdfsdk
AgeCommit message (Expand)Author
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
2016-04-27Standardize on ASSERT.dsinclair
2016-04-27Fix incorrect v8 TryCatch.etienneb
2016-04-27Remove IFX_SystemHandler.dsinclair
2016-04-26Move CPDF_Document code into cpdf_document.cpp.thestig
2016-04-26Remove several IPDF_ interfaces and CPDF_RenderModule.dsinclair
2016-04-26Clean up CPDF_Page.thestig
2016-04-26Remove no-op ShowFileDialog(s).tsepez
2016-04-26Fix unittest with embedded NUL character.etienneb
2016-04-25Fixup page removal for XFA documents.dsinclair
2016-04-25Pass CFX_*StringCs to FX_HashCode_GETA and _GETW hash functions.tsepez
2016-04-22Remove CFX_MapPtrTemplate usage in fsdk_baseform.cpptsepez
2016-04-21Remove unused CFX_IntArray.tsepez
2016-04-21Replace CFX_RectArray with std::vector<CFX_FloatRect>tsepez
2016-04-21Remove CFX_ArrayTemplate from CPDF_LinkExtracttsepez
2016-04-19Remove IPDF_TextPage, IPDF_TextPageFind and IPDF_LinkExtract interfaces.dsinclair
2016-04-15Pass WideStrings without narrowing to c_str in javascript/tsepez
2016-04-14Simplify XFA event handling.thestig
2016-04-14Pass CFX_WideString to CXFA_FFDocView::GetWidgetByName.tsepez
2016-04-14Rename CFX_ByteTextBuf::GetByteString() to AsStringC().tsepez
2016-04-14Make CPDF_Dictionary methods take CFX_ByteString argumentstsepez
2016-04-14Replace calls to deprecated CFX_{Wide,Byte}String::Empty()tsepez
2016-04-13Remove implicit cast from CFX_WideString to (const wchar_t*)tsepez
2016-04-13Remove implicit cast from CFX_ByteString to (const char*).tsepez
2016-04-13Cleanup CPDFXFA_Page.thestig
2016-04-12Make CJS_PublicMethods::StrTrim() take a CFX_ByteStringtsepez
2016-04-11Pass CFX_ByteStrings rather than raw ptrs to JS_GlobalData.tsepez
2016-04-11Use std::vector as internal storage for CPDF_ArrayWei Li
2016-04-08Make converstion explicit from CFX_ByteString to uint8_t*tsepez
2016-04-08Rename both As{Byte,Wide}StringC() helpers to AsStringC().tsepez
2016-04-08Make CFX_WideString::FromLocal() take a CFX_ByteStringC argtsepez
2016-04-07Remove all PWL_Note classesdsinclair
2016-04-07Cleanup DEPS files after include/ changes.dsinclair