Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
pdfium
/
dc11ec85ebf637efe99dd9195a2a6a52c3e4d48f
/
fpdfsdk
/
fpdf_flatten.cpp
d361005
Fix code in fpdf_flatten.cpp that does no make sense.
by Lei Zhang
· 7 years ago
f0f2a2a
Fix a buffer overflow in FPDFPage_Flatten().
by Lei Zhang
· 7 years ago
4cb82ee
Convert more c-style pointers to CFX_UnownedPtr
by Tom Sepez
· 8 years ago
afd0d1f
RefCount CPDF_StreamAcc all the time.
by Tom Sepez
· 8 years ago
0bb1333
Add some calls to MakeUnique
by Dan Sinclair
· 8 years ago
05df075
Replace FX_FLOAT with underlying float type.
by Dan Sinclair
· 8 years ago
812e96c
Replace FX_CHAR and FX_WCHAR with underlying types.
by Dan Sinclair
· 8 years ago
9e05ee1
Make CPDF_Stream() take unique_ptr's to its dictionary.
by tsepez
· 8 years ago
0e606b5
Make CPDF_Dictionary use unique pointers.
by tsepez
· 8 years ago
8a3aa45
Make CPDF_Array take unique_ptrs
by tsepez
· 8 years ago
70c4afd
Make AddIndirectObject() take a unique_ptr.
by tsepez
· 8 years ago
6173c9d
Tidy fpdfsdk/fpdf_flatten.cpp
by tsepez
· 8 years ago
335cf09
Return unique_ptr from CPDF_Object::Clone().
by tsepez
· 8 years ago
d0ecd89
Fix abort above FPDFPage_Flatten
by tsepez
· 8 years ago
4cf5515
Remove FX_BOOL from fpdfsdk.
by tsepez
· 8 years ago
d5bd8a1
Revert "Make CPDF_Object containers hold objects via unique pointers."
by tsepez
· 8 years ago
c25a421
Revert "Update CPDF_IndirectObjectHolder APIs for unique objects."
by Tom Sepez
· 8 years ago
3ba0985
Update CPDF_IndirectObjectHolder APIs for unique objects.
by tsepez
· 8 years ago
1d02388
Make CPDF_Object containers hold objects via unique pointers.
by tsepez
· 8 years ago
74b8c6e
Get rid of CFX_ArrayTemplate<CPDF_Object*>
by tsepez
· 8 years ago
381fc83
Add method to convert to an indirect object in a dictionary.
by tsepez
· 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
114e46a
Move fpdfsdk/include to fpdfsdk
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
698c571
Use string pools in some dictionaries, names, and strings.
by tsepez
· 8 years ago
bb577af
Remove some objnum locals with AddIndirectObject
by tsepez
· 8 years ago
e6db16e
Clean up CPDF_Stream.
by tsepez
· 8 years ago
38fd844
Rename dictionary set and get methods
by dsinclair
· 8 years ago
cac704d
Split fpdfdoc/include/fpdf_doc.h into individual classes.
by dsinclair
· 8 years ago
2fad11a
Simplify CPDF_TextPage::FindTextlineFlowOrientation().
by thestig
· 8 years ago
1cd352e
Get rid of NULLs in fpdfsdk/
by thestig
· 8 years ago
12367cb
Fix some code which causes warnings when compiled by /analyze tool
by weili
· 8 years ago
db444d2
Fix all the code which has duplicate variable declarations
by weili
· 8 years ago
5cc2465
Clean up CPDF_Page.
by thestig
· 9 years ago
7b1ccf9
Make CPDF_Dictionary methods take CFX_ByteString arguments
by tsepez
· 9 years ago
cfd4d57
Make converstion explicit from CFX_ByteString to uint8_t*
by tsepez
· 9 years ago
4c3debb
Rename both As{Byte,Wide}StringC() helpers to AsStringC().
by tsepez
· 9 years ago
28f97ff
Make down-conversion explicit from CFX_ByteString to CFX_ByteStringC.
by tsepez
· 9 years ago
bd56755
Rename GetElementValue() to GetDirectObject{By,At}().
by tsepez
· 9 years ago
c3255f5
Remove FX_DWORD from fpdfsdk/ and testing
by tsepez
· 9 years ago
61b2fc7
Split core/include/fpdfapi/fpdf_resource.h
by dan sinclair
· 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
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/fpdf_flatten.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
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
375a864
Merge to XFA: Switch most min/max macros to std::min/max.
by Lei Zhang
· 9 years ago
3f1c71f
Merge to XFA: Use std::map as CPDF_Dictionary's underlying store.
by Oliver Chang
· 9 years ago
60d909e
Merge to XFA: Remove CFX_AffineMatrix/CPDF_Matrix
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
bf81c14
Merge to XFA: Revert "Revert "Add type cast definitions for CPDF_Reference.""
by Dan Sinclair
· 9 years ago
aa435ba
Merge to XFA: Add type cast definitions for CPDF_Stream.
by Dan Sinclair
· 9 years ago
2b11dc1
Merge to XFA: Add type cast definitions for CPDF_Array.
by Dan Sinclair
· 9 years ago
f1251c1
[Merge to XFA] Revert "Revert "Add type cast definitions for CPDF_Dictionary.""
by Dan Sinclair
· 9 years ago
a2deee1
Remove unused xfa and JS headers.
by Tom Sepez
· 9 years ago
db0be96
Merge to XFA: Introduce CPDFPageFromFPFDPage()
by Tom Sepez
· 9 years ago
468e589
Changes to XFA to more closely match master.
by Tom Sepez
· 9 years ago
cb78ef5
XFA: Remove checks for new returning NULL in fpdfsdk.
by Lei Zhang
· 9 years ago
077f1a3
XFA: clang-format all pdfium code, again.
by Nico Weber
· 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
2827bdd
Cherry-pick to XFA: Fix some clang warnings with -Wmissing-braces in pdfium.
by Nico Weber
· 9 years ago
a6d9f0e
Remove trailing whitespaces in fpdfsdk, XFA edition.
by Lei Zhang
· 9 years ago
d7e5cc7
Merge to XFA: Remove typdefs for pointer types in fx_system.h.
by Tom Sepez
· 9 years ago
3c3201f
Merge to XFA: Tidy public fpdfview.h and fpdf_flatten.h.
by Tom Sepez
· 10 years ago
1ed8a21
Merge to XFA: Create top-level public/ header directory.
by Tom Sepez
· 10 years ago
c616483
XFA: merge patch from CL 733693003, get rid of FX_LPCSTR cast
by Bo Xu
· 10 years ago
fdc00a7
Merge XFA to PDFium master at 4dc95e7 on 10/28/2014
by Bo Xu
· 10 years ago
3f3b45c
Convert all line endings to LF.
by John Abd-El-Malek
· 11 years ago
5110c47
Initial commit.
by John Abd-El-Malek
· 11 years ago