summaryrefslogtreecommitdiff
path: root/fpdfsdk/include
AgeCommit message (Expand)Author
2016-02-03Fix prototypes for CPDF_FormNotify.Tom Sepez
2016-02-02Kill CFX_ByteArray in master.Tom Sepez
2016-02-01Tidy up CPDF_DocEnvironment::JS_* methodsTom Sepez
2016-02-01Remove CGW_ArrayTemplate and its O(n^2 log n) sort.Tom Sepez
2016-01-29Add tests for CBA_AnnotIterator.Tom Sepez
2016-01-26Merge to Master: War on #defines - part 2Tom Sepez
2016-01-21Rename CPDF_PageObjects to CPDF_PageObjectListTom Sepez
2016-01-20Use std::set to track visited dictionaries in fsdk_actionhandler.Tom Sepez
2016-01-08Switch most min/max macros to std::min/max.Lei Zhang
2016-01-08Remove a bunch of dead code.Lei Zhang
2016-01-08Clean up misc nits found while fixing bugs.Lei Zhang
2016-01-06Return const-ref object in a few CPWL_Wnd getters.Lei Zhang
2016-01-06Invalidate IPWL_FocusHandler and IPWL_Provider on destruction.Lei Zhang
2016-01-05Remove header files that only have includes.Lei Zhang
2016-01-05Make more CPDF_Parser method const.Lei Zhang
2015-12-24Fix a bad virtual keyword removal from commit 0f6b51c.Lei Zhang
2015-12-24Switch from nonstd::unique_ptr to std::unique_ptr.Lei Zhang
2015-12-22Cleanup: Remove some dead code in CPWL_Note.Lei Zhang
2015-12-10Remove CFX_AffineMatrix/CPDF_MatrixTom Sepez
2015-11-24Add "Underlying types" to master.Tom Sepez
2015-11-20Add constant CPDFSDK_InterForm::kNumFieldTypesTom Sepez
2015-11-20Replace |CPWL_ComboBox::operator CPWL_Edit()| with explicit method.Tom Sepez
2015-11-19Add more overrides.Lei Zhang
2015-11-12Remove relative includes.Lei Zhang
2015-11-10Keep "static" objects per-context rather than per isolate.Tom Sepez
2015-11-09Remove CFX_PtrArray usage in fpdfsdk.Lei Zhang
2015-11-06Fix all relative includes to core.Lei Zhang
2015-11-06Fix all relative includes to public.Lei Zhang
2015-11-06Remove FXJS_GetRuntimeTom Sepez
2015-11-05Fix all relative includes to third_party.chromium/2560chromium/2559chromium/2558chromium/2557Lei Zhang
2015-11-04Cleanup after syncing CPDFSDK_BAAnnotDan Sinclair
2015-11-04Backport CPDFSDK_BAAnnot from XFA.Dan Sinclair
2015-10-30Clean up CPDF_AnnotList.Lei Zhang
2015-10-30Convert a bunch of raw pointers in fsdk_mgr to unique_ptrs.Oliver Chang
2015-10-30Rip out the KillFocusAnnot call from CPDFSDK_PageView's destructorOliver Chang
2015-10-30Fix incorrect CPDFSDK_PageView::CountAnnots(). (try 2)Lei Zhang
2015-10-30Revert "Fix incorrect CPDFSDK_PageView::CountAnnots()."Lei Zhang
2015-10-30Fix incorrect CPDFSDK_PageView::CountAnnots().Lei Zhang
2015-10-23Cleanup parts of CPDFSDK_AnnotIterator and CPDFSDK_PageView.chromium/2547chromium/2546Lei Zhang
2015-10-22Remove unused CPDFSDK_InterForm::DoFDFBuffer.Dan Sinclair
2015-10-21More master side changes for convergence with XFA.Tom Sepez
2015-10-21Remove FFL_Utils as it is unused.Dan Sinclair
2015-10-20Cosmetic changes in fsdk_define.hTom Sepez
2015-10-19Remove unused CFFL_Notify.Lei Zhang
2015-10-19Remove dead code that was reactivated when fixing overrides.chromium/2545chromium/2544chromium/2543chromium/2542chromium/2541Lei Zhang
2015-10-15Introduce CPDFPageFromFPFDPage()Tom Sepez
2015-10-15Fix layering violation in CPDF_Document::FromFPDFDocument().Tom Sepez
2015-10-14Next round of master changes to match XFATom Sepez
2015-10-13Revert "Remove IPDFSDK_AnnotHandler interface."chromium/2535Tom Sepez
2015-10-09Pass IJS_Runtime, not IJS_Context, to native object constructors.Tom Sepez