Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
pdfium
/
447b1f3ffc7e0df233d15300bbf8a85ce2bc7278
/
fpdfsdk
447b1f3
Move xfa/fwl/core to xfa/fwl.
by dsinclair
· 8 years ago
833619b
Refcount all the IFX_ stream classes all the time.
by tsepez
· 8 years ago
8f87550
re-enable skia caching
by caryclark
· 8 years ago
6bdb56c
Fix FPDF_GetPageLabel API typo.
by dsinclair
· 8 years ago
fa89a20
Make concrete stream classes private to .cpp, part 4.
by tsepez
· 8 years ago
bea0497
Make more concrete stream classes private to .cpp files
by tsepez
· 8 years ago
0275910
Protect against unexpected library create/destroy
by tsepez
· 8 years ago
345d489
Convert loose FX_Create* functions into static methods
by tsepez
· 8 years ago
05e0169
Make FDF document creation return unique_ptrs
by tsepez
· 8 years ago
a78ba60
Add FPDF_RenderPageBitmapWithMatrix API.
by thestig
· 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
1a7534a
Rename IFWL_App to CFWL_App
by dsinclair
· 8 years ago
d643729
Rename IFWL_Timer and IFWL_TimerInfo
by dsinclair
· 8 years ago
687fbde
handle antialiased rendering as premultiplied
by caryclark
· 8 years ago
dc7ec03
Add a regression test for rasterizing PDFs.
by thestig
· 8 years ago
4ccdb14
Remove iCompress parameter to CPDF_Image::SetImage().
by thestig
· 8 years ago
8a5e15d
Make CPDF_ImageObject::m_Matrix private.
by thestig
· 8 years ago
9e05ee1
Make CPDF_Stream() take unique_ptr's to its dictionary.
by tsepez
· 8 years ago
85c8e7f
Fixup lint flags.
by Dan Sinclair
· 8 years ago
dd17234
Split fwl/core class pt I.
by dsinclair
· 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
49c5928
Replace fcvt with std::stringstream in AFNumber_Format
by npm
· 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
c75dcd2
Invalidate a slightly larger rect when updating popup annotations.
by thestig
· 8 years ago
c64b76c
Cleanup remaining IFWL files for visiblity and usage.
by dsinclair
· 8 years ago
6e1d603
Fix unique ptrs in fpdfppo.cpp
by tsepez
· 8 years ago
211d4ed
Add fpdfppo_embeddertest.cpp.
by tsepez
· 8 years ago
5937d0d
Fix sevg above CPDF_PageContentGenerator::ProcessImage()
by tsepez
· 8 years ago
be6b148
Free the FPDF_SYSFONTINFO_DEFAULT instead of delete
by npm
· 8 years ago
61f8e9c
Do not load main cross ref table for first page in linearized pdf.
by art-snake
· 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
7b3252f
Fix regression in annotation key event handling.
by thestig
· 8 years ago
d0ecd89
Fix abort above FPDFPage_Flatten
by tsepez
· 8 years ago
788217d
Add FPDF_FreeDefaultSystemFontInfo API
by npm
· 8 years ago
2599ff7
Fix CPDFSDK_FormFillEnvironment destruction order
by tsepez
· 8 years ago
c59fa88
Add FPDFDest_GetLocationInPage API
by dsinclair
· 8 years ago
4e597c8
Force compiler to deduce src type for checked_cast<dst, src>.
by tsepez
· 8 years ago
04bebfe
Implement FPDF_VIEWERREF_GetName() API.
by thestig
· 8 years ago
c5267c5
Revert: Only create widgets if really needed
by dsinclair
· 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
521b750
Rename CPDFXFA_Document to CPDFXFA_Context
by dsinclair
· 8 years ago
25ec646
Merge CPDFXFA_App into CPDFXFA_Document.
by dsinclair
· 8 years ago
8837c91
Reland: Make the CPDFXFA_App non-global
by dsinclair
· 8 years ago
461b1d9
Fix loading page using hint tables.
by art-snake
· 8 years ago
2085538
Remove FWL globals.
by dsinclair
· 8 years ago
dc0401a
Fix one more FX_BOOL / int issue in fpdfsdk
by tsepez
· 8 years ago
95e5834
Continue fixing FX_BOOL / int noise
by tsepez
· 8 years ago
71ba588
Fix more FX_BOOL / int noise in core/fpdfsdk
by tsepez
· 8 years ago
f39074c
Fix some FX_BOOL / int noise in fxcrt.
by tsepez
· 8 years ago
e5cb0b1
Take advantage of implicit std::unique_ptr<>(nulltpr_t) ctor.
by tsepez
· 8 years ago
16b703c
Fix some bool/int mismatches.
by tsepez
· 8 years ago
04c1009
Fix some return FALSE in functions that return pointers
by tsepez
· 8 years ago
ad2441e
Rename IFX_ stream names
by tsepez
· 8 years ago
2f2b58c
Remove dead code in CPDF_CustomAccess
by tsepez
· 8 years ago
dadea5f
Make Document::m_IconList a vector of IconElements. (try 2)
by thestig
· 8 years ago
09bad1c
Revert of Make Document::m_IconList a vector of IconElements. (patchset #2 id:20001 of https://codereview.chromium.org/2428743004/ )
by dsinclair
· 8 years ago
f328d0d
Make Document::m_IconList a vector of IconElements.
by thestig
· 8 years ago
8021a64
FPDFPage_TransformAnnots(): don't re-insert unowned object on top of itself
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
a282c73
Revert of Reland: Make the CPDFXFA_App non-global (patchset #2 id:20001 of https://codereview.chromium.org/2418653003/ )
by dsinclair
· 8 years ago
f3736bc
Reland: Make the CPDFXFA_App non-global
by dsinclair
· 8 years ago
a4060a3
Remove duplicate FWL key flags
by dsinclair
· 8 years ago
b685e64
Revert of Make the CPDFXFA_App non-global (patchset #3 id:80001 of https://codereview.chromium.org/2416753002/ )
by dsinclair
· 8 years ago
abefb79
Make the CPDFXFA_App non-global
by dsinclair
· 8 years ago
f51e4dc
Cleanup CPDFXFA_App methods
by dsinclair
· 8 years ago
6c659ab
Cleanup nits from merge CL
by dsinclair
· 8 years ago
8779fa8
Cleanup env variable names
by dsinclair
· 8 years ago
7cbe68e
Merge CPDFSDK_Document into CPDFSDK_FormFillEnvironment
by dsinclair
· 8 years ago
74b8c6e
Get rid of CFX_ArrayTemplate<CPDF_Object*>
by tsepez
· 8 years ago
a30537f
Remove unused widget handler overrides
by dsinclair
· 8 years ago
709f5a9
Fixup formfiller cleanup
by dsinclair
· 8 years ago
cf38161
Remove remaining CPDFSDK_Document references
by dsinclair
· 8 years ago
655fcca
Convert CPDFXFA_Document to use CPDFSDK_FormFillEnvironment
by dsinclair
· 8 years ago
f3fbe83
Convert fpdfformfill to use CPDFSDK_FormFillEnvironment
by dsinclair
· 8 years ago
19c198b
Convert CPDFSDK_ActionHandler to CPDFSDK_FormFillEnvironment
by dsinclair
· 8 years ago
82e1767
Convert IJS_Runtime to CPDFSDK_FormFillEnvironment
by dsinclair
· 8 years ago
4526faf
Remove CPDFSDK_Document from IJS_Context
by dsinclair
· 8 years ago
3a7741a
Convert Field to use CPDFSDK_FormFillEnvironment
by dsinclair
· 8 years ago
b402b17
Convert CPDFSDK_PageView to have a CPDFSDK_FormFillEnvironment
by dsinclair
· 8 years ago
690c033
Convert CPDFSDK_InterForm to take a CPDFSDK_FormFillEnvironment
by dsinclair
· 8 years ago
381fc83
Add method to convert to an indirect object in a dictionary.
by tsepez
· 8 years ago
065c350
Split m_InstalledTTFonts into two vectors to avoid sketchy logic.
by npm
· 8 years ago
ca03f7a
Fixup MSan embeddertests
by Dan Sinclair
· 8 years ago
f7ca730
Remove m_pOccontent from CPDFSDK_Document
by dsinclair
· 8 years ago
735606d
Rename CPDFSDK_Environment to CPDFSDK_FormfillEnvironment
by dsinclair
· 8 years ago
2116105
Remove ownership of CPDFSDK_Document from CPDFXFA_Document
by dsinclair
· 8 years ago
8afe15a
Cleanup some CPDFSDK_PageView annotation code.
by dsinclair
· 8 years ago
4d29e78
Rename fpdfsdk/fpdfxfa files to match contents
by dsinclair
· 8 years ago
98151ca
Cleanup DEPS files
by dsinclair
· 8 years ago
Next »