summaryrefslogtreecommitdiff
path: root/fpdfsdk
AgeCommit message (Expand)Author
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
2016-04-06Move remaining xfa/include/fxfa filesdsinclair
2016-04-06Remove IPWL_NoteNotify and CPWL_Note.dsinclair
2016-04-06Remove IPWL_IconList_Notify.dsinclair
2016-04-06Move include/fxcodec to fxcodec/includedsinclair
2016-04-06FPDF_GetSecurityHandlerRevision() should not crash.thestig
2016-04-06Move remaining fpdfdoc filesdsinclair
2016-04-06Make CFX_WideString::FromUTF8() take a CFX_ByteStringC argument.tsepez
2016-04-06Move code from fpdfsdk/include to the sub directories.dsinclair
2016-04-06Move core/include/fxge to core/fxge/include.dsinclair
2016-04-06Mark FPDF_BStr_* with DLLEXPORT / STDCALL.thestig
2016-04-06Rename CFX_WideStringC::raw_str() to c_str()tsepez
2016-04-05Make down-conversion explicit from CFX_Widetring to CFX_WideStringC.tsepez
2016-04-05Remove core/include/fpdfdoc/fpdf_vt.hdsinclair
2016-04-05Rename GetCStr and GetPtr to match CFX_ByteString.dsinclair
2016-04-04Make down-conversion explicit from CFX_ByteString to CFX_ByteStringC.tsepez
2016-04-04Make IPDF_VariableText_{Provider,Iterator} inner classes.dsinclair
2016-04-04Cleanup the FF Handler proxy methods.dsinclair
2016-04-01Remove CFX_{Byte,Wide}String::Equal in favor of "==".tsepez
2016-03-31Remove IXFA_* interfaces.dsinclair
2016-03-31Move the fpdfsdk/include/javascript folderdsinclair
2016-03-31Split core/include/fpdfdoc/fpdf_ap.hdsinclair
2016-03-31Re-enable all the windows warnings except 4267weili
2016-03-29Code change to avoid signed/unsigned mismatch warnings.Wei Li
2016-03-29Rename GetElementValue() to GetDirectObject{By,At}().tsepez
2016-03-29Add test for util.byteToChar() and fix error msg.tsepez
2016-03-28use std::vector in more places in JavaScript bindings code.tsepez
2016-03-28Added test for util.printx() and make it match spec.tsepez
2016-03-28Reduce signed/unsigned comparison warningsWei Li
2016-03-25Remove FX_DWORD from fpdfsdk/ and testingtsepez
2016-03-25Replace CFX_DWordArray with CFX_ArrayTemplate<FX_DWORD>.Tom Sepez
2016-03-25util.printd() replaces specified date with current date.tsepez
2016-03-24Re-land "Preserve m_pDynamicObjsMap until FXJS_PerIsolateData is destroyed.""Tom Sepez
2016-03-24Revert "Preserve m_pDynamicObjsMap until FXJS_PerIsolateData is destroyed."Tom Sepez