Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
pdfium
/
6470a6a5a5c0f447b71e1ac2451b6672a84186af
/
fpdfsdk
/
fpdfppo.cpp
0033467
Add a build target and a proper export header for shared library builds.
by Felix Kauselmann
· 7 years ago
da129ab
Replace raw value for constant error value in string operations
by Ryan Harrison
· 7 years ago
95e5ac2
Fix bad change when converting Mid to Left/Right
by Ryan Harrison
· 7 years ago
e7a99de
Convert calls to Mid() to Left() or Right() if possible
by Ryan Harrison
· 7 years ago
dc8a2b7
Convert to CFX_UnownedPtr, part 10
by Tom Sepez
· 8 years ago
d5d8f60
Quick fix for blank preview
by rbpotter
· 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
70c4afd
Make AddIndirectObject() take a unique_ptr.
by tsepez
· 8 years ago
88d87c1
Fix nits in CPDF_PageOrganizer.
by thestig
· 8 years ago
6e1d603
Fix unique ptrs in fpdfppo.cpp
by tsepez
· 8 years ago
335cf09
Return unique_ptr from CPDF_Object::Clone().
by tsepez
· 8 years ago
33fdebc
Reland "Remove CPDF_Object::Release() in favor of direct delete"
by tsepez
· 8 years ago
f0d5b6c
Revert of Remove CPDF_Object::Release() in favor of direct delete (patchset #11 id:200001 of https://codereview.chromium.org/2384883003/ )
by dsinclair
· 8 years ago
4de3d09
Remove CPDF_Object::Release() in favor of direct delete
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
488b7ad
Move core/fpdfapi/fpdf_parser to core/fpdfapi/parser
by dsinclair
· 8 years ago
114e46a
Move fpdfsdk/include to fpdfsdk
by dsinclair
· 8 years ago
c6c425a
Move core/fpdfapi/fpdf_parser/include to core/fpdfapi/fpdf_parser
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
38fd844
Rename dictionary set and get methods
by dsinclair
· 8 years ago
f86ca38
Remove more strcmp/memcmp usage.
by tsepez
· 8 years ago
a470b5e
Fix stack overflow in object Clone() functions
by weili
· 8 years ago
71a452f
Make CFX_ByteString(const CFX_ByteStringC&) explicit.
by tsepez
· 9 years ago
7b1ccf9
Make CPDF_Dictionary methods take CFX_ByteString arguments
by tsepez
· 9 years ago
b4c9f3f
Remove implicit cast from CFX_ByteString to (const char*).
by tsepez
· 9 years ago
e1aebd4
Use std::vector as internal storage for CPDF_Array
by Wei Li
· 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
9f2970c
Remove CFX_{Byte,Wide}String::Equal in favor of "==".
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
62a70f9
Remove FX_WORD in favor of uint16_t.
by Tom Sepez
· 9 years ago
d4e8f12
Re-enable several MSVC warnings
by Wei Li
· 9 years ago
584b1e6
Move core/include/fpdfapi/fpdf_pageobj.h into core/fpdfapi.
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/fpdfppo.cpp]
5fc239a
Split fpdf_parser_objects.cpp into per-class .cpp/.h files.
by Tom Sepez
· 9 years ago
3ebd121
Review and cleanup lint warnings.
by Dan Sinclair
· 9 years ago
310438f
Split off CPDF_Document into its own .cpp/.h files.
by Tom Sepez
· 9 years ago
11d9355
Banish CFX_WordArray to XFA-land.
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
bd292ae
Merge to XFA: Fix some iterator invalidation issues while traversing CPDF_Dictionary.
by Oliver Chang
· 9 years ago
3f1c71f
Merge to XFA: Use std::map as CPDF_Dictionary's underlying store.
by Oliver Chang
· 9 years ago
aa8bf7e
Merge to XFA: Switch from nonstd::unique_ptr to std::unique_ptr.
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
d983b09
Merge to XFA: Remove FX_BSTRC.
by Lei Zhang
· 9 years ago
214947d
XFA: Needless include in pdfppo.cpp
by Tom Sepez
· 9 years ago
c7e4c4f
Update XFA fpdfsdk to match master
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
8241df7
Merge to XFA: Fix all relative includes to third_party.
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
710c909
Merge to XFA: Add type cast definitions for CPDF_Name.
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
471a103
Merge to XFA: Introduce CPDF_DocumentFromFPDFDocument().
by Tom Sepez
· 9 years ago
9d8ec5a
XFA: clang-format all pdfium code.
by Nico Weber
· 9 years ago
2f2ffec
Merge to XFA - else after returns.
by Tom Sepez
· 9 years ago
a6d9f0e
Remove trailing whitespaces in fpdfsdk, XFA edition.
by Lei Zhang
· 9 years ago
60f507b
Merge to XFA: Cleanup: Get this rid of "this->" in fpdfsdk/
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
bfa9a82
Merge to XFA: Use stdint.h types throughout PDFium.
by Tom Sepez
· 9 years ago
1ed8a21
Merge to XFA: Create top-level public/ header directory.
by Tom Sepez
· 10 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
4cf3695
The cause of this issue is that there is an indirect object like '112 0 R' but no its direct object '112 0 object' in the test pdf file. Without checking the validity, it causes a null pointer when trying to get the direct object by an indirect object.
by Jun Fang
· 10 years ago
d38a35e
Treat null Parent as no Parent for dictionary objects
by Bo Xu
· 10 years ago
287e11a
Remove "this==NULL" and adjust corresponding callers
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