summaryrefslogtreecommitdiff
path: root/core/fpdfapi/page/cpdf_page.h
AgeCommit message (Expand)Author
2018-05-30Make common page base class for XFA and non-XFA.Tom Sepez
2018-05-30Make CPDF_Document cache CPDF_PagesTom Sepez
2018-05-25Make CPDF_Page retainable.Tom Sepez
2018-05-07Use unowned ptr for CPDF_Page::m_pView.Tom Sepez
2018-05-03Add CPDF_Page::Extension::GetDocExtension()Tom Sepez
2018-05-03Make GetPDFDocument return a CPDF_Docment*, not void*.Tom Sepez
2018-05-01Introduce the concept of CPDF_Page::ExtensionTom Sepez
2018-04-12Change CPDF{XFA}_Page::PageToDevice() to take a CFX_PointF.Lei Zhang
2018-04-12Add return value to FPDF_DeviceToPage().Lei Zhang
2018-04-12Add CPDF_Page::DeviceToPage() / PageToDevice().Lei Zhang
2018-04-12Change GetDisplayMatrix methods to take FX_RECT.Lei Zhang
2018-03-26Do not call CPDF_PageObjectList directly in fpdfeditpage.cpp.Henrique Nakashima
2018-03-15Create FPDFPage_RemoveObject().Henrique Nakashima
2018-02-09Use CFX_Size in CPDF_Page and fpdf_ppo.cpp.Lei Zhang
2018-01-17Fix behavior of FPDF_RenderPageBitmapWithMatrixHenrique Nakashima
2017-09-18Convert string class namesRyan Harrison
2017-09-13Change behaviour of FPDF_RenderPageBitmapWithMatrixNicolas Pena
2017-08-31Remove fx_basic.hDan Sinclair
2017-06-27Modified CPDF_PageContentGenerator to work with both Form and PageJane Liu
2017-06-14Add blend to GraphicsDataNicolas Pena
2017-05-26Simplify CPDF_Page ctor.Lei Zhang
2017-04-29Fix rotationschromium/3086chromium/3085rbpotter
2017-03-20Allow processing fonts with indirect dictNicolas Pena
2017-03-14Replace FX_FLOAT with underlying float type.Dan Sinclair
2017-02-15Move generated graphics and font maps to CPDF_PageNicolas Pena
2017-02-09Convert Get methods to return instead of using out params.Dan Sinclair
2016-12-01Kill some friends in fpdfapi.tsepez
2016-10-04Move core/fpdfapi/fpdf_page to core/fpdfapi/pagedsinclair