summaryrefslogtreecommitdiff
path: root/fpdfsdk/fsdk_mgr.cpp
AgeCommit message (Expand)Author
2016-09-09Define behaviors of FPDF_RenderPageBitmap_Retail and FPDF_FFLDraw.chromium/2858chromium/2857chromium/2856jaepark
2016-09-08Fix CPDFSDK_PageView cleanup.dsinclair
2016-09-07Fixup CPDFSDK_PageView and CPDF_Page interactions.dsinclair
2016-09-01Remove unused dwFlags parameter in CPDFSDK_AnnotHandlerMgr::OnDraw and its ca...jaepark
2016-08-31Use enum class for subtypes of CPDF_Annot.jaepark
2016-08-29Display content of the annotation when mouse hover.jaepark
2016-08-26Rename CPDFSDK_Annot::GetType to CPDFSDK_Annot::GetAnnotSubtype.jaepark
2016-08-25Clean up CPDFSDK_PageView methods.jaepark
2016-08-25CPDF_Annot::GetRect() should return CFX_FloatRect.jaepark
2016-08-25Drop CPDFSDK_PageView::Annot_HasAppearancetonikitoo
2016-08-17Split fpdfsdk/fsdk_baseform.h into individual classes.jaepark
2016-08-16Fix a double free in CPDFSDK_PageView::IsValidAnnot().chromium/2832thestig
2016-08-15Split fpdfsdk/fsdk_annothandler.h into individual classes.jaepark
2016-08-10Move CFX_RenderDevice, CFX_FxgeDevice, and CFX_GraphStateData into their own ...npm
2016-07-28Split fpdfdoc/include/fpdf_doc.h into individual classes.dsinclair
2016-07-27Reland of Remove pageview from map immediatelydsinclair
2016-07-26Revert of Remove pageview from map immediately (patchset #1 id:1 of https://c...dsinclair
2016-07-26Remove pageview from map immediatelydsinclair
2016-07-12Rename methods in CPDF_Interform.jaepark
2016-07-11Use smart pointers for class owned member variablesweili
2016-06-15Make code compile with clang_use_chrome_plugin (part IV)weili
2016-06-08Fix GetPageIndex() for dynamic XFA documents.thestig
2016-06-07Get rid of NULLs in fpdfsdk/thestig
2016-05-25Remove CFX_PrivateData from CPDF_Pagetsepez
2016-05-23Clean up doc_ocg.cpp.thestig
2016-05-19Remove Release() from CPDFDOC_Environmenttsepez
2016-05-18Remove Release() from CXFA_RenderContexttsepez
2016-05-17XFA_WIDGETSTATUS cleanup.dsinclair
2016-05-16Use CFX_RetainPtr<> to refcount CPDFXFA_Pagetsepez
2016-05-16Remove { delete this; } anti-pattern from IXFA_WidgetIteratortsepez
2016-04-27Remove IFX_SystemHandler.dsinclair
2016-04-21Replace CFX_RectArray with std::vector<CFX_FloatRect>tsepez
2016-04-13Remove implicit cast from CFX_ByteString to (const char*).tsepez
2016-04-08Rename both As{Byte,Wide}StringC() helpers to AsStringC().tsepez
2016-04-08Make CFX_WideString::FromLocal() take a CFX_ByteStringC argtsepez
2016-04-06Move remaining xfa/include/fxfa filesdsinclair
2016-04-06Move code from fpdfsdk/include to the sub directories.dsinclair
2016-04-04Make down-conversion explicit from CFX_ByteString to CFX_ByteStringC.tsepez
2016-03-31Remove IXFA_* interfaces.dsinclair
2016-03-31Move the fpdfsdk/include/javascript folderdsinclair
2016-03-25Remove FX_DWORD from fpdfsdk/ and testingtsepez
2016-03-21Move fpdfsdk/include/formfiller to fpdfsdk/formfiller.Dan Sinclair
2016-03-18Trigger page view event when re-layout is finishedjinming_wang
2016-03-17Move xfa/include/fxgraphics/fx_graphics.h to xfa/fxgraphics.Dan Sinclair
2016-03-16Move core/include/fpdfapi/fpdf_page.h to correct locations.Dan Sinclair
2016-03-15core/include/fdpfapi cleanup Part I.Dan Sinclair
2016-03-14Move fpdfsdk/src up to fpdfsdk/.Dan Sinclair