Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
pdfium
/
f63e8133d7a767c6f162e700056ae8ba8512820d
/
fpdfsdk
/
fpdfeditpage.cpp
1a08402
Replaced static casts with CPDFPageObjectFromFPDFPageObject()
by Jane Liu
· 7 years ago
59c1ac0
Simplify CPDF_Array::RemoveAt(index, size).
by Lei Zhang
· 7 years ago
eda6525
Fixing FPDFPage_TransformAnnots
by Jane Liu
· 7 years ago
e858aa4
Fix content generation to only generate dirty page objects.
by wileyrya
· 7 years ago
06bbdef
Add public API for setting the blend mode on a page object.
by wileyrya
· 7 years ago
f1697fa
Add public API for getting the bounds of a page object.
by wileyrya
· 7 years ago
864e9fb
Add public API for setting the fill color on a text object
by wileyrya
· 7 years ago
b45324b
Use NOTREACHED() in more places.
by Lei Zhang
· 7 years ago
4cb82ee
Convert more c-style pointers to CFX_UnownedPtr
by Tom Sepez
· 7 years ago
46abb66
Use more static_cast in fpdfsdk
by Nicolas Pena
· 7 years ago
fe91c6c
Be skeptical of bare |new|s.
by Tom Sepez
· 7 years ago
9792f16
Properly ref-count CPDFXFA_Page
by Tom Sepez
· 7 years ago
ce8e51e
Fix rotations
by rbpotter
· 8 years ago
1423319
Add public method FPDFPageObj_GetType to get type of a page object.
by Miklos Vajna
· 8 years ago
85f019a
Add pdfium::clamp() as a placeholder for std::clamp().
by Lei Zhang
· 8 years ago
05df075
Replace FX_FLOAT with underlying float type.
by Dan Sinclair
· 8 years ago
118a8e2
Replace rect.Transform(matrix) with matrix.TransformRect(rect)
by Dan Sinclair
· 8 years ago
85c8e7f
Fixup lint flags.
by Dan Sinclair
· 8 years ago
0e606b5
Make CPDF_Dictionary use unique pointers.
by tsepez
· 8 years ago
5913a6c
Make CPDF_Object subclass constructors intern strings
by tsepez
· 8 years ago
8a3aa45
Make CPDF_Array take unique_ptrs
by tsepez
· 8 years ago
4cf5515
Remove FX_BOOL from fpdfsdk.
by tsepez
· 8 years ago
521b750
Rename CPDFXFA_Document to CPDFXFA_Context
by dsinclair
· 8 years ago
25ec646
Merge CPDFXFA_App into CPDFXFA_Document.
by dsinclair
· 8 years ago
8021a64
FPDFPage_TransformAnnots(): don't re-insert unowned object on top of itself
by tsepez
· 8 years ago
4d29e78
Rename fpdfsdk/fpdfxfa files to match contents
by dsinclair
· 8 years ago
488b7ad
Move core/fpdfapi/fpdf_parser to core/fpdfapi/parser
by dsinclair
· 8 years ago
41872fa
Move core/fpdfapi/fpdf_page to core/fpdfapi/page
by dsinclair
· 8 years ago
2415435
Move core/fpdfapi/fpdf_edit to core/fpdfapi/edit
by dsinclair
· 8 years ago
114e46a
Move fpdfsdk/include to fpdfsdk
by dsinclair
· 8 years ago
bec7692
Move fpdfsdk/fpdfxfa/include to fpdfsdk/fpdfxfa
by dsinclair
· 8 years ago
1727aee
Move core/fpdfdoc/include to core/fpdfdoc
by dsinclair
· 8 years ago
c6c425a
Move core/fpdfapi/fpdf_parser/include to core/fpdfapi/fpdf_parser
by dsinclair
· 8 years ago
8a752ab
Move core/fpdfapi/fpdf_page/include to core/fpdfapi/fpdf_page
by dsinclair
· 8 years ago
1771a71
Move core/fpdfapi/fpdf_edit/include to core/fpdfapi/fpdf_edit
by dsinclair
· 8 years ago
698c571
Use string pools in some dictionaries, names, and strings.
by tsepez
· 8 years ago
38fd844
Rename dictionary set and get methods
by dsinclair
· 8 years ago
e106b50
Make CPDF_GeneralStateData private.
by tsepez
· 8 years ago
bbee445
Make CPDF_GeneralState have a CPDF_GeneralStateData
by tsepez
· 8 years ago
a1d2111
CPDF_Annot::GetRect() should return CFX_FloatRect.
by jaepark
· 8 years ago
c54bb43
Simplify some FPDF edit functions.
by thestig
· 8 years ago
cac704d
Split fpdfdoc/include/fpdf_doc.h into individual classes.
by dsinclair
· 8 years ago
7d2a8d9
Remove implicit CFX_CountedRef::operator T*()
by tsepez
· 8 years ago
1cd352e
Get rid of NULLs in fpdfsdk/
by thestig
· 8 years ago
931bf37
Move CPDF_Document code into cpdf_document.cpp.
by thestig
· 9 years ago
5cc2465
Clean up CPDF_Page.
by thestig
· 9 years ago
89bdd08
Move code from fpdfsdk/include to the sub directories.
by dsinclair
· 9 years ago
bd56755
Rename GetElementValue() to GetDirectObject{By,At}().
by tsepez
· 9 years ago
584b1e6
Move core/include/fpdfapi/fpdf_pageobj.h into core/fpdfapi.
by Dan Sinclair
· 9 years ago
455a419
Move core/include/fpdfapi/fpdf_page.h to correct locations.
by Dan Sinclair
· 9 years ago
744da70
FPDF_PageDelete must delete XFA pages as well.
by Tom Sepez
· 9 years ago
aa403d3
core/include/fdpfapi cleanup Part I.
by Dan Sinclair
· 9 years ago
f766ad2
Move fpdfsdk/src up to fpdfsdk/.
by Dan Sinclair
· 9 years ago
[Renamed from fpdfsdk/src/fpdfeditpage.cpp]
5fc239a
Split fpdf_parser_objects.cpp into per-class .cpp/.h files.
by Tom Sepez
· 9 years ago
310438f
Split off CPDF_Document into its own .cpp/.h files.
by Tom Sepez
· 9 years ago
281a9ea
Re-land "Replace CPDF_Rect and CPDF_Point with CFX types."
by Tom Sepez
· 9 years ago
566b974
Revert "Replace CPDF_Rect and CPDF_Point with CFX types."
by Tom Sepez
· 9 years ago
3b8fdd3
Replace CPDF_Rect and CPDF_Point with CFX types.
by Tom Sepez
· 9 years ago
7cf13c9
Remove PageObject's m_Type and add As<Type> functions
by Wei Li
· 9 years ago
2398d89
Remove CFX_PtrList from renderer main loop.
by Tom Sepez
· 9 years ago
32c7081
Split CPDF_PageObjectHolder off from CPDF_PageObjectList
by Tom Sepez
· 9 years ago
9b76113
Merge to XFA: Member function name refactoring
by Wei Li
· 9 years ago
8e5cd19
Merge to XFA: War on #defines, part 1.
by Tom Sepez
· 9 years ago
b5b2a91
Mege to XFA: Redo CPDF_PageObjects - part 1
by Tom Sepez
· 9 years ago
e19e06e
Merge to XFA: Rename CPDF_PageContentGenerate to CPDF_PageContentGenerator.
by Tom Sepez
· 9 years ago
875b9c9
XFA: Remove relative includes outside of xfa/.
by Lei Zhang
· 9 years ago
4880d1a
Merge to XFA: Get rid of a few CPDF_Object Create() methods and just use new instead.
by Lei Zhang
· 9 years ago
60d909e
Merge to XFA: Remove CFX_AffineMatrix/CPDF_Matrix
by Tom Sepez
· 9 years ago
40e9ff3
Tidy PDF_ENABLE_XFA #ifdefs in fpdfsdk.
by Tom Sepez
· 9 years ago
51da093
Inflict PDF_ENABLE_XFA ifdefs on XFA fpdfsdk/
by Tom Sepez
· 9 years ago
bde53d2
Merge to XFA: Remove relative includes.
by Lei Zhang
· 9 years ago
b4e7f30
Merge to XFA: Fix all relative includes to public.
by Lei Zhang
· 9 years ago
997de61
Merge to XFA: Cleanup: Remove some NULL checks in fpdfsdk.
by Lei Zhang
· 9 years ago
1b700c3
Merge to XFA: Clean up CPDF_AnnotList.
by Lei Zhang
· 9 years ago
bf59a07
XFA: add CPDFDocumentToFPDFDocument()
by Tom Sepez
· 9 years ago
f1251c1
[Merge to XFA] Revert "Revert "Add type cast definitions for CPDF_Dictionary.""
by Dan Sinclair
· 9 years ago
db0be96
Merge to XFA: Introduce CPDFPageFromFPFDPage()
by Tom Sepez
· 9 years ago
471a103
Merge to XFA: Introduce CPDF_DocumentFromFPDFDocument().
by Tom Sepez
· 9 years ago
cb78ef5
XFA: Remove checks for new returning NULL in fpdfsdk.
by Lei Zhang
· 9 years ago
ae51c81
Kill off last uses of FX_NEW in XFA.
by Tom Sepez
· 9 years ago
9d8ec5a
XFA: clang-format all pdfium code.
by Nico Weber
· 9 years ago
a6d9f0e
Remove trailing whitespaces in fpdfsdk, XFA edition.
by Lei Zhang
· 9 years ago
64adf19
Merge to XFA: Cleanup: Make CPDF_Annot::m_pAnnotDict private.
by Lei Zhang
· 9 years ago
bdeeb8a
Make CPDFXFA_App / IXFA_AppProvider saner
by Tom Sepez
· 9 years ago
1ed8a21
Merge to XFA: Create top-level public/ header directory.
by Tom Sepez
· 9 years ago
207299b
XFA: merge patch from issue 801913002 and 804463003
by John Abd-El-Malek
· 10 years ago
fdc00a7
Merge XFA to PDFium master at 4dc95e7 on 10/28/2014
by Bo Xu
· 10 years ago
0ce77e3
Add a newline at the end of fpdfeditpage.cpp.
by Nico Weber
· 10 years ago
287e11a
Remove "this==NULL" and adjust corresponding callers
by Bo Xu
· 10 years ago
394010d
Add FPDFPage_SetRotation function
by Bo Xu
· 10 years ago
3f3b45c
Convert all line endings to LF.
by John Abd-El-Malek
· 10 years ago
5110c47
Initial commit.
by John Abd-El-Malek
· 10 years ago