summaryrefslogtreecommitdiff
path: root/fpdfsdk
AgeCommit message (Expand)Author
2016-09-14Delete unused parameter nWordStyle from GetCharWidth()chromium/2861npm
2016-09-14Remove FFI_ from CPDFSDK_Environment method namesdsinclair
2016-09-14Rename CPDFDoc_Environment to CPDFSDK_Environmentdsinclair
2016-09-14Split CPDFXFA_Document apartdsinclair
2016-09-14Cleanup CPDFXFA_Document.dsinclair
2016-09-14Remove unused code in CPDFXFA_Documentdsinclair
2016-09-13Sort include entries.dsinclair
2016-09-13Remove inner FX_DATETIME struct from CPDFSDK_DateTimetsepez
2016-09-13CFX_FloatPoint default constructor and equals operatorschromium/2860tsepez
2016-09-13Remove more strcmp/memcmp usage.tsepez
2016-09-13Split fsdk_mgr files apart.dsinclair
2016-09-13Stop converting widestring -> c_str -> widestring in several places.tsepez
2016-09-12Remove GetDictBy("DR") from annot/field dictionariesnpm
2016-09-12Make javascript field observe sdk documenttsepez
2016-09-12Make wrapped JS Document observe C++-side object.tsepez
2016-09-12Make CFX_Obeservable::Observer into a pointer-ish type;tsepez
2016-09-09Define behaviors of FPDF_RenderPageBitmap_Retail and FPDF_FFLDraw.chromium/2858chromium/2857chromium/2856jaepark
2016-09-09Delete unused methods and definitions from fxet_editnpm
2016-09-08CPWL_Color::ConvertColorType should compare current color type with the given...jaepark
2016-09-08Fix CPDFSDK_PageView cleanup.dsinclair
2016-09-08Pass CFX_WideString further down widget callerstsepez
2016-09-08Remove unused context parameter from JSGetStringFromIDtsepez
2016-09-08Replace CJS_Runtime::Observer with CFX_Runtime<CJS_Runtime>::Observertsepez
2016-09-07Fix spelling of "Formated" in several variableschromium/2854tsepez
2016-09-07Make Observers into a templated classtsepez
2016-09-07Fixup CPDFSDK_PageView and CPDF_Page interactions.dsinclair
2016-09-07Add observer for BAAnnots from Javascriptdsinclair
2016-09-06Do not re-create the page view when accessing from Document::removeField.dsinclair
2016-09-02Clean up redundant code in PDF_ENABLE_XFA guard in FFLCommon.chromium/2849jaepark
2016-09-02Make CPDF_ClipPath have a CPDF_ClipPathData rather than inheriting.tsepez
2016-09-02Make CPDF_GeneralStateData private.tsepez
2016-09-02Make CPDF_Path have a CFX_Path rather than inheritingtsepez
2016-09-02Make CPDF_GeneralState have a CPDF_GeneralStateDatachromium/2848tsepez
2016-09-02Remove unused IPDFSDK_AnnotHandler::OnDrawSleep.jaepark
2016-09-01Remove unused dwFlags parameter in CPDFSDK_AnnotHandlerMgr::OnDraw and its ca...jaepark
2016-09-01Use unsigned page indexes in CPDF_HintTables.thestig
2016-08-31Use enum class for subtypes of CPDF_Annot.jaepark
2016-08-30Rename CPDFSDK_BFAnnotHandler and CPDFSDK_XFAAnnotHandler.jaepark
2016-08-30Make CPDF_TextState have a CPDF_TextStateData rather than inheriting one.tsepez
2016-08-29Display content of the annotation when mouse hover.jaepark
2016-08-29Revert "Add -> operators to CFX_CountRef."tsepez
2016-08-29Revert "Replace wrapper methods in CPDF_Path with -> operator."tsepez
2016-08-29Revert "Use ->() in CPDF_ColorState"tsepez
2016-08-29Use ->() in CPDF_ColorStatetsepez
2016-08-29Replace wrapper methods in CPDF_Path with -> operator.tsepez
2016-08-29Move CFX_SubstFont and CTTFontDesc into their own filesnpm
2016-08-26Add -> operators to CFX_CountRef.chromium/2842tsepez
2016-08-26Rename CPDFSDK_Annot::GetType to CPDFSDK_Annot::GetAnnotSubtype.jaepark
2016-08-26Make CFX_CountRef<>::m_pObject private, add accessors, fix const-ness.tsepez
2016-08-26Add support to Document::getAnnots methodtonikitoo