summaryrefslogtreecommitdiff
path: root/fpdfsdk
AgeCommit message (Expand)Author
2016-09-28Remove dead code from CPDF_InterForm.thestig
2016-09-27Simplify FPDF_RenderPage().chromium/2874thestig
2016-09-27Watch destruction of widgets around OnAAction() method.tsepez
2016-09-27De-virtualize many CFFL_InteractiveFormFiller methods.tsepez
2016-09-26De-virtualize CPDFSDK_AnnotHandlerMgrtsepez
2016-09-23Remove FX_BOOL from cpdf_fontchromium/2872chromium/2871chromium/2870npm
2016-09-22Make creation of CPDFSDK_Document clearerdsinclair
2016-09-22Rename App to Env where needed.dsinclair
2016-09-22Move CPDFSDK_Environment code to cpp filedsinclair
2016-09-21Remove some objnum locals with AddIndirectObjecttsepez
2016-09-21Make the I in IFormFiller explicitdsinclair
2016-09-21Rename m_pApp to m_pEnvdsinclair
2016-09-20Make CPDF_Array not do indirect object creation.tsepez
2016-09-20Cleanup CPDFXFA and CPDF document methodsdsinclair
2016-09-19Clean up CPDF_Stream.tsepez
2016-09-19Remove duplicated charset definitions, and move them to fx_font.hnpm
2016-09-15Use ToUnicode mapping even when unicode is 0.npm
2016-09-15Deleted unused defintions and methods from PWL_FontMapnpm
2016-09-15Cleanup CFX_SystemHandler.dsinclair
2016-09-15Replace FX_UINT with unsigned intdsinclair
2016-09-15Rename dictionary set and get methodsdsinclair
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