Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
pdfium
/
780a6339d5beee5cd7b138ad947452afc74d3ca8
/
fpdfsdk
/
fpdfdoc.cpp
875e98c
Remove FX_STRSIZE and replace with size_t
by Ryan Harrison
· 7 years ago
275e260
Convert string class names
by Ryan Harrison
· 7 years ago
0158106
Add truly const versions of CPDF_Document getters.
by Lei Zhang
· 7 years ago
00d2ad1
Rename DLLEXPORT AND STDCALL
by Dan Sinclair
· 7 years ago
7e805d1
Revert "Add a build target and a proper export header for shared library builds."
by Henrique Nakashima
· 7 years ago
0033467
Add a build target and a proper export header for shared library builds.
by Felix Kauselmann
· 7 years ago
18ae06d
Basic APIs and tests for extracting attachments
by Jane Liu
· 7 years ago
b73ce7b
Fixing metadata not read from linearized file.
by Henrique Nakashima
· 7 years ago
4cb82ee
Convert more c-style pointers to CFX_UnownedPtr
by Tom Sepez
· 8 years ago
fe91c6c
Be skeptical of bare |new|s.
by Tom Sepez
· 8 years ago
1c5d0b4
Drop FXSYS_ from mem methods
by Dan Sinclair
· 8 years ago
05df075
Replace FX_FLOAT with underlying float type.
by Dan Sinclair
· 8 years ago
b45ea1f
Convert CFWL messages to use CFX_PointF
by Dan Sinclair
· 8 years ago
a9caab9
Avoid the ptr.reset(new XXX()) anti-pattern
by tsepez
· 8 years ago
6bdb56c
Fix FPDF_GetPageLabel API typo.
by dsinclair
· 8 years ago
9067fd6
Add APIs for limited use of document tagged code.
by thestig
· 8 years ago
733e068
Add API for getting page labels.
by thestig
· 8 years ago
85c8e7f
Fixup lint flags.
by Dan Sinclair
· 8 years ago
c59fa88
Add FPDFDest_GetLocationInPage API
by dsinclair
· 8 years ago
4cf5515
Remove FX_BOOL from fpdfsdk.
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
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
1cd352e
Get rid of NULLs in fpdfsdk/
by thestig
· 8 years ago
5ce0968
Remove CFX_PrivateData from CPDF_Document
by tsepez
· 8 years ago
e1aebd4
Use std::vector as internal storage for CPDF_Array
by Wei Li
· 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
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 (94%) from fpdfsdk/src/fpdfdoc.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
0e2e5d7
Fix infinite loop for bookmark search
by Wei Li
· 9 years ago
0fc6b25
Remove implicit conversions and some cleanup
by Wei Li
· 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
9b76113
Merge to XFA: Member function name refactoring
by Wei Li
· 9 years ago
d983b09
Merge to XFA: Remove FX_BSTRC.
by Lei Zhang
· 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
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
471a103
Merge to XFA: Introduce CPDF_DocumentFromFPDFDocument().
by Tom Sepez
· 9 years ago
468e589
Changes to XFA to more closely match master.
by Tom Sepez
· 9 years ago
e0947b3
Merge to XFA: Implement FPDFAction_GetFilePath().
by Lei Zhang
· 9 years ago
bdf72c3
Merge to XFA: Add new public APIs to find the z-order for links and widgets.
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
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
d7e5cc7
Merge to XFA: Remove typdefs for pointer types in fx_system.h.
by Tom Sepez
· 9 years ago
1ed8a21
Merge to XFA: Create top-level public/ header directory.
by Tom Sepez
· 10 years ago
4f7bc04
Merge to XFA: Reduce usage of operator LPCWSTR from CFX_WideString().
by Tom Sepez
· 10 years ago
4cc9acb
Merge to XFA: Make conversions for CPDF_Link explicit.
by Tom Sepez
· 10 years ago
ac8d1e7
Merge to XFA: Make conversion between CPDF_Dest and its object explicit.
by Tom Sepez
· 10 years ago
7b5bc26
Merge to XFA: Make conversion between CPDF_Action and its dictionary explicit.
by Tom Sepez
· 10 years ago
a6f95eb
Merge to XFA: Simplify UTF16LE_Encode and add unittest.
by Bo Xu
· 10 years ago
4d62b6b
XFA: merge patch from CL 834703002, add APIs for getting bookmarks and named destinations.
by Bo Xu
· 10 years ago
9f78c2a
Fix a NULL dereference introduced from https://pdfium.googlesource.com/pdfium/+/5d9acf8ee5dbbaad838f14f1fa173d892c4300ab%5E%21
by Bo Xu
· 10 years ago
5d9acf8
XFA: merge patch from CL 828203002, clean up bookmark codes
by Bo Xu
· 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
8daab31
Fix an out-of-boundary issue for wide string
by Bo Xu
· 10 years ago
40c4fb8
Fix a security issue in FPDF_GetMetaText
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