Age | Commit message (Expand) | Author |
2016-11-09 | Return unique_ptr from CPDF_Object::Clone(). | tsepez |
2016-11-08 | Fix regression in annotation key event handling. | thestig |
2016-11-08 | Fix abort above FPDFPage_Flatten | tsepez |
2016-11-08 | Add FPDF_FreeDefaultSystemFontInfo API | npm |
2016-11-08 | Fix CPDFSDK_FormFillEnvironment destruction order | tsepez |
2016-11-08 | Add FPDFDest_GetLocationInPage API | dsinclair |
2016-11-07 | Force compiler to deduce src type for checked_cast<dst, src>. | tsepez |
2016-11-04 | Implement FPDF_VIEWERREF_GetName() API.chromium/2910 | thestig |
2016-11-04 | Revert: Only create widgets if really needed | dsinclair |
2016-11-04 | Reland "Remove CPDF_Object::Release() in favor of direct delete" | tsepez |
2016-11-04 | Revert of Remove CPDF_Object::Release() in favor of direct delete (patchset #... | dsinclair |
2016-11-03 | Remove CPDF_Object::Release() in favor of direct delete | tsepez |
2016-11-02 | Remove FX_BOOL from fpdfsdk. | tsepez |
2016-11-02 | Rename CPDFXFA_Document to CPDFXFA_Context | dsinclair |
2016-11-02 | Merge CPDFXFA_App into CPDFXFA_Document. | dsinclair |
2016-11-01 | Reland: Make the CPDFXFA_App non-globalchromium/2907 | dsinclair |
2016-10-31 | Fix loading page using hint tables. | art-snake |
2016-10-31 | Remove FWL globals. | dsinclair |
2016-10-28 | Fix one more FX_BOOL / int issue in fpdfsdkchromium/2905chromium/2904 | tsepez |
2016-10-28 | Continue fixing FX_BOOL / int noise | tsepez |
2016-10-28 | Fix more FX_BOOL / int noise in core/fpdfsdk | tsepez |
2016-10-26 | Fix some FX_BOOL / int noise in fxcrt.chromium/2902 | tsepez |
2016-10-26 | Take advantage of implicit std::unique_ptr<>(nulltpr_t) ctor. | tsepez |
2016-10-26 | Fix some bool/int mismatches. | tsepez |
2016-10-25 | Fix some return FALSE in functions that return pointerschromium/2901 | tsepez |
2016-10-24 | Rename IFX_ stream nameschromium/2900 | tsepez |
2016-10-21 | Remove dead code in CPDF_CustomAccess | tsepez |
2016-10-19 | Make Document::m_IconList a vector of IconElements. (try 2)chromium/2896 | thestig |
2016-10-18 | Revert of Make Document::m_IconList a vector of IconElements. (patchset #2 id... | dsinclair |
2016-10-18 | Make Document::m_IconList a vector of IconElements. | thestig |
2016-10-17 | FPDFPage_TransformAnnots(): don't re-insert unowned object on top of itself | tsepez |
2016-10-17 | Revert "Make CPDF_Object containers hold objects via unique pointers." | tsepez |
2016-10-14 | Revert "Update CPDF_IndirectObjectHolder APIs for unique objects." | Tom Sepez |
2016-10-14 | Update CPDF_IndirectObjectHolder APIs for unique objects. | tsepez |
2016-10-13 | Make CPDF_Object containers hold objects via unique pointers. | tsepez |
2016-10-13 | Revert of Reland: Make the CPDFXFA_App non-global (patchset #2 id:20001 of ht... | dsinclair |
2016-10-13 | Reland: Make the CPDFXFA_App non-global | dsinclair |
2016-10-13 | Remove duplicate FWL key flags | dsinclair |
2016-10-13 | Revert of Make the CPDFXFA_App non-global (patchset #3 id:80001 of https://co... | dsinclair |
2016-10-13 | Make the CPDFXFA_App non-global | dsinclair |
2016-10-13 | Cleanup CPDFXFA_App methods | dsinclair |
2016-10-12 | Cleanup nits from merge CLchromium/2889 | dsinclair |
2016-10-12 | Cleanup env variable names | dsinclair |
2016-10-12 | Merge CPDFSDK_Document into CPDFSDK_FormFillEnvironment | dsinclair |
2016-10-12 | Get rid of CFX_ArrayTemplate<CPDF_Object*> | tsepez |
2016-10-12 | Remove unused widget handler overrides | dsinclair |
2016-10-11 | Fixup formfiller cleanup | dsinclair |
2016-10-11 | Remove remaining CPDFSDK_Document references | dsinclair |
2016-10-11 | Convert CPDFXFA_Document to use CPDFSDK_FormFillEnvironment | dsinclair |
2016-10-11 | Convert fpdfformfill to use CPDFSDK_FormFillEnvironment | dsinclair |