Age | Commit message (Expand) | Author |
2016-09-29 | Move core/fdrm/crypto/include to core/fdrm/crypto | dsinclair |
2016-09-28 | Replace std::unique_ptr.reset() with WrapUnique assignment. | thestig |
2016-09-28 | Use string pools in some dictionaries, names, and strings. | tsepez |
2016-09-28 | Remove dead code from CPDF_InterForm. | thestig |
2016-09-27 | Simplify FPDF_RenderPage().chromium/2874 | thestig |
2016-09-27 | Watch destruction of widgets around OnAAction() method. | tsepez |
2016-09-27 | De-virtualize many CFFL_InteractiveFormFiller methods. | tsepez |
2016-09-26 | De-virtualize CPDFSDK_AnnotHandlerMgr | tsepez |
2016-09-23 | Remove FX_BOOL from cpdf_fontchromium/2872chromium/2871chromium/2870 | npm |
2016-09-22 | Make creation of CPDFSDK_Document clearer | dsinclair |
2016-09-22 | Rename App to Env where needed. | dsinclair |
2016-09-22 | Move CPDFSDK_Environment code to cpp file | dsinclair |
2016-09-21 | Remove some objnum locals with AddIndirectObject | tsepez |
2016-09-21 | Make the I in IFormFiller explicit | dsinclair |
2016-09-21 | Rename m_pApp to m_pEnv | dsinclair |
2016-09-20 | Make CPDF_Array not do indirect object creation. | tsepez |
2016-09-20 | Cleanup CPDFXFA and CPDF document methods | dsinclair |
2016-09-19 | Clean up CPDF_Stream. | tsepez |
2016-09-19 | Remove duplicated charset definitions, and move them to fx_font.h | npm |
2016-09-15 | Use ToUnicode mapping even when unicode is 0. | npm |
2016-09-15 | Deleted unused defintions and methods from PWL_FontMap | npm |
2016-09-15 | Cleanup CFX_SystemHandler. | dsinclair |
2016-09-15 | Replace FX_UINT with unsigned int | dsinclair |
2016-09-15 | Rename dictionary set and get methods | dsinclair |
2016-09-14 | Delete unused parameter nWordStyle from GetCharWidth()chromium/2861 | npm |
2016-09-14 | Remove FFI_ from CPDFSDK_Environment method names | dsinclair |
2016-09-14 | Rename CPDFDoc_Environment to CPDFSDK_Environment | dsinclair |
2016-09-14 | Split CPDFXFA_Document apart | dsinclair |
2016-09-14 | Cleanup CPDFXFA_Document. | dsinclair |
2016-09-14 | Remove unused code in CPDFXFA_Document | dsinclair |
2016-09-13 | Sort include entries. | dsinclair |
2016-09-13 | Remove inner FX_DATETIME struct from CPDFSDK_DateTime | tsepez |
2016-09-13 | CFX_FloatPoint default constructor and equals operatorschromium/2860 | tsepez |
2016-09-13 | Remove more strcmp/memcmp usage. | tsepez |
2016-09-13 | Split fsdk_mgr files apart. | dsinclair |
2016-09-13 | Stop converting widestring -> c_str -> widestring in several places. | tsepez |
2016-09-12 | Remove GetDictBy("DR") from annot/field dictionaries | npm |
2016-09-12 | Make javascript field observe sdk document | tsepez |
2016-09-12 | Make wrapped JS Document observe C++-side object. | tsepez |
2016-09-12 | Make CFX_Obeservable::Observer into a pointer-ish type; | tsepez |
2016-09-09 | Define behaviors of FPDF_RenderPageBitmap_Retail and FPDF_FFLDraw.chromium/2858chromium/2857chromium/2856 | jaepark |
2016-09-09 | Delete unused methods and definitions from fxet_edit | npm |
2016-09-08 | CPWL_Color::ConvertColorType should compare current color type with the given... | jaepark |
2016-09-08 | Fix CPDFSDK_PageView cleanup. | dsinclair |
2016-09-08 | Pass CFX_WideString further down widget callers | tsepez |
2016-09-08 | Remove unused context parameter from JSGetStringFromID | tsepez |
2016-09-08 | Replace CJS_Runtime::Observer with CFX_Runtime<CJS_Runtime>::Observer | tsepez |
2016-09-07 | Fix spelling of "Formated" in several variableschromium/2854 | tsepez |
2016-09-07 | Make Observers into a templated class | tsepez |
2016-09-07 | Fixup CPDFSDK_PageView and CPDF_Page interactions. | dsinclair |