summaryrefslogtreecommitdiff
path: root/fpdfsdk/fpdfxfa/cpdfxfa_page.cpp
AgeCommit message (Expand)Author
2018-10-09Do IWYU for ptr_util.h.Lei Zhang
2018-10-04Remove unreachable code in CPDFXFA_Page.Lei Zhang
2018-06-12Rework "Make common page base class."Tom Sepez
2018-06-07Rename CPDF_PageObjectHolder::GetFormDict() to GetDict().Henrique Nakashima
2018-06-04Revert "Make CPDF_Document cache CPDF_Pages"Tom Sepez
2018-06-04Revert "Make common page base class for XFA and non-XFA."Tom Sepez
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-17Update third_party/base/compiler_specific.h.Lei Zhang
2018-05-08Revert "Ensure that XFA Pages always have a corresponding PDF page"Henrique Nakashima
2018-05-08Rename CPDF_Document::GetPage() to GetPageDictionary().Tom Sepez
2018-05-07Ensure that XFA Pages always have a corresponding PDF pageTom Sepez
2018-05-03Add CPDF_Page::Extension::GetDocExtension()Tom 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 some CPDFXFA_Page methods to take rects and points.Lei Zhang
2018-04-12Change GetDisplayMatrix methods to take FX_RECT.Lei Zhang
2018-04-10Remove CFX_Rect.Lei Zhang
2018-03-28Rename some fsdk files to cpdfsdkDan Sinclair
2018-02-16Fix fallthroughs in XFA code.chromium/3350Henrique Nakashima
2017-10-18Refactor HasXFAField into HasFormInfoRyan Harrison
2017-10-17Convert XFA Doc Types to be more preciseRyan Harrison
2017-06-29Change SetReverse to GetInverse in CFX_MatrixNicolas Pena
2017-05-16Properly ref-count CPDFXFA_PageTom Sepez
2017-03-23Cleanup some xfa/fxfa code.Dan Sinclair
2017-03-23Cleanup DocType definesDan Sinclair
2017-03-14Replace FX_FLOAT with underlying float type.Dan Sinclair
2017-02-23Convert TransformPoint calls to Transform callsDan Sinclair
2017-02-09Remove Transform in favour of TransformPointDan Sinclair
2017-02-09Convert Get methods to return instead of using out params.Dan Sinclair
2017-02-08Update to use CFX_Rect{F} and CFX_Matrix constructors.Dan Sinclair
2016-11-02Remove FX_BOOL from fpdfsdk.tsepez
2016-11-02Rename CPDFXFA_Document to CPDFXFA_Contextdsinclair
2016-10-04Rename fpdfsdk/fpdfxfa files to match contentschromium/2881dsinclair