summaryrefslogtreecommitdiff
path: root/fpdfsdk
AgeCommit message (Expand)Author
2017-06-05Add missing static asserts for line cap and line join values.chromium/3122chromium/3121wileyrya
2017-06-03Add a basic embedder test for CPWL_Edit.Lei Zhang
2017-06-02Rename PWL_FooBar files to cpwl_foo_bar.Lei Zhang
2017-06-02Remove unused bits from PWL_Edit headers.chromium/3120Lei Zhang
2017-06-02Split timer classes out of PWL_Wnd.hLei Zhang
2017-06-02Remove dead CPDFSDK_Annot code.chromium/3119Lei Zhang
2017-06-02Clean up CFFL formfiller classes.Lei Zhang
2017-06-02Remove unused parameter from CFFL_FormFiller::NewPDFWindow().Lei Zhang
2017-06-02Remove explicit CFX_Matrix identity matrix instantiations.Lei Zhang
2017-06-01Basic APIs and tests for extracting annotationsJane Liu
2017-06-01Simplify code in fpdfformfill.cpp.Lei Zhang
2017-06-01Clarify IPWL_Filler_Notify::QueryWherePopup() parameters.Lei Zhang
2017-06-01Replace some repeated code with existing CFXJS_Engine::NewString() helper.Tom Sepez
2017-06-01Be less trusting of MaybeLocal<> return types from V8 To* methods.Tom Sepez
2017-06-01Fix content generation to only generate dirty page objects.wileyrya
2017-05-31Add missing public APIs to API test.wileyrya
2017-05-31CFXJS_Engine::GetObjDefnID is a static methodTom Sepez
2017-05-31Fix OnDestroy method for scroll barsTom Sepez
2017-05-26Eliminate unneeded calls to FPDFPage_GenerateContentchromium/3115chromium/3114Nicolas Pena
2017-05-26Fix CPDF_PageRenderContext cleanupTom Sepez
2017-05-26Add public API for setting the blend mode on a page object.wileyrya
2017-05-26Add public API for getting the bounds of a page object.wileyrya
2017-05-26Add public API for setting the fill color on a text objectwileyrya
2017-05-26Add public API for setting LineJoin and LineCap on a pathwileyrya
2017-05-25Mass conversion of remaining class members (non-xfa)Tom Sepez
2017-05-25Mass conversion of all const-lifetime class membersTom Sepez
2017-05-24Convert to CFX_UnownedPtr, part 10Tom Sepez
2017-05-23Do not include large unicode values in the ToUnicode mapNicolas Pena
2017-05-23Use NOTREACHED() in more places.Lei Zhang
2017-05-22Convert more c-style pointers to CFX_UnownedPtrTom Sepez
2017-05-22Use less opaque types in CPDFSDK_FormFillEnvironment.Lei Zhang
2017-05-20Better identify web links by trimming irrelevant charschromium/3107Wei Li
2017-05-19Move CCodec_ModuleMgr ownership to CPDF_ModuleMgr.Lei Zhang
2017-05-18Use Unowned/Observed pointers between doc and FF onwership hierarchies.Tom Sepez
2017-05-18Use UnownedPtr to check CFX_*StringC lifetimeschromium/3104Tom Sepez
2017-05-18Break linkage from CPDFXA_DocEnvironment to IJS_EventContext.Tom Sepez
2017-05-18Bad cast to CPDF_Document in FPDFEditEmbeddertestTom Sepez
2017-05-18Revert "Smells like a leak in PWL_ComboBox.cpp"Tom Sepez
2017-05-17Use more static_cast in fpdfsdkNicolas Pena
2017-05-17CFX_UnownedPtr: check during assignment time as well.Tom Sepez
2017-05-17Add some missing keywords in ToUnicodeNicolas Pena
2017-05-16Be skeptical of bare |new|s.Tom Sepez
2017-05-16Properly ref-count CPDFXFA_PageTom Sepez
2017-05-16Introduce CFX_UnownedPtr to detect lifetime inversion issues.Tom Sepez
2017-05-15Add a WriteString method to IFX_WriteStreamdan sinclair
2017-05-15Smells like a leak in PWL_ComboBox.cppTom Sepez
2017-05-11Rename render device classesDan Sinclair
2017-05-11Add missing CheckUnsupportedErrorDan Sinclair
2017-05-11Move map and codec loading into managerDan Sinclair
2017-05-11Fixup Initialize spellingchromium/3097Dan Sinclair