summaryrefslogtreecommitdiff
path: root/fpdfsdk/src/fpdfeditpage.cpp
AgeCommit message (Expand)Author
2015-12-18Get rid of a few CPDF_Object Create() methods and just use new instead.Lei Zhang
2015-12-10Remove CFX_AffineMatrix/CPDF_MatrixTom Sepez
2015-11-12Remove relative includes.Lei Zhang
2015-11-06Fix all relative includes to public.Lei Zhang
2015-11-04Cleanup: Remove some NULL checks in fpdfsdk.Lei Zhang
2015-10-30Clean up CPDF_AnnotList.Lei Zhang
2015-10-21More master side changes for convergence with XFA.Tom Sepez
2015-10-20Revert "Revert "Add type cast definitions for CPDF_Dictionary.""Dan Sinclair
2015-10-20Revert "Add type cast definitions for CPDF_Dictionary."Dan Sinclair
2015-10-20Add type cast definitions for CPDF_Dictionary.Dan Sinclair
2015-10-15Introduce CPDFPageFromFPFDPage()Tom Sepez
2015-10-15Fix layering violation in CPDF_Document::FromFPDFDocument().Tom Sepez
2015-10-14Introduce CPDF_Document::FromFPDFDocument().Tom Sepez
2015-10-13Changes to master to more closely match XFA.Tom Sepez
2015-08-04clang-format all pdfium code.Nico Weber
2015-07-27Revert "FX Bool considered harmful, part 3"Tom Sepez
2015-07-27FX Bool considered harmful, part 3Tom Sepez
2015-07-23Revert "FX_BOOL considered harmful, part 2."Tom Sepez
2015-07-23FX_BOOL considered harmful, part 2.Tom Sepez
2015-06-11Remove trailing whitespaces in fpdfsdk.Lei Zhang
2015-06-05Cleanup: Make CPDF_Annot::m_pAnnotDict private.Lei Zhang
2015-05-11Create top-level public/ header directory.Tom Sepez
2015-04-17Replace FX_NEW with new, remove tests from fpdfsdkTom Sepez
2014-12-12Simplify PDFium by removing code that's not used in the open source repo.John Abd-El-Malek
2014-07-16Add a newline at the end of fpdfeditpage.cpp.chromium/2096Nico Weber
2014-06-30Remove "this==NULL" and adjust corresponding callersBo Xu
2014-06-12Add FPDFPage_SetRotation functionBo Xu
2014-05-23Convert all line endings to LF.John Abd-El-Malek
2014-05-17Initial commit.John Abd-El-Malek