Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
pdfium
/
aeadad1dfb7e4d3582d63dacd2ecbed71a5dd4ec
/
fpdfsdk
/
fpdfview.cpp
38a01b9
Restore FPDF_SetPrintingPostscriptLevel API
by rbpotter
· 8 years ago
f55e72e
Cleanup CPDF_RenderOptions colour members.
by Dan Sinclair
· 8 years ago
a860a3d
Remove unused CPDF_RenderOptions members
by Dan Sinclair
· 8 years ago
e8468c4
Add Windows generic / text only printer driver support.
by rbpotter
· 8 years ago
baa7ff4
Basic APIs and tests for extracting and setting annotation paths
by Jane Liu
· 8 years ago
b21f174
Change SetReverse to GetInverse in CFX_Matrix
by Nicolas Pena
· 8 years ago
e10509a
Wrapper class for annotation dictionary + CPDF_Form
by Jane Liu
· 8 years ago
3b05743
Added public API FPDFPath_GetStrokeColor
by Jane Liu
· 8 years ago
4fd9a47
Basic APIs and tests for extracting annotations
by Jane Liu
· 8 years ago
4cb82ee
Convert more c-style pointers to CFX_UnownedPtr
by Tom Sepez
· 8 years ago
76020fc
Move CCodec_ModuleMgr ownership to CPDF_ModuleMgr.
by Lei Zhang
· 8 years ago
46abb66
Use more static_cast in fpdfsdk
by Nicolas Pena
· 8 years ago
9792f16
Properly ref-count CPDFXFA_Page
by Tom Sepez
· 8 years ago
a5085d4
Rename render device classes
by Dan Sinclair
· 8 years ago
cb377be
Add missing CheckUnsupportedError
by Dan Sinclair
· 8 years ago
830897a
Move map and codec loading into manager
by Dan Sinclair
· 8 years ago
dbc3d3e
Fixup Initialize spelling
by Dan Sinclair
· 8 years ago
40badde
Remove more |new|s, part 6
by Tom Sepez
· 8 years ago
ce8e51e
Fix rotations
by rbpotter
· 8 years ago
5628fd7
Add barcode test skeleton
by Tom Sepez
· 8 years ago
cec0180
Render image masks individually instead of rendering the entire page as
by rbpotter
· 8 years ago
c4a2b75
Cleanup string passing in core/fpdf*
by Tom Sepez
· 8 years ago
6a5c20c
Remove the ICC transform where it is never initialized.
by Nicolas Pena
· 8 years ago
2b79729
Fix unit tests to initialize PartitionAlloc.
by Chris Palmer
· 8 years ago
1c5d0b4
Drop FXSYS_ from mem methods
by Dan Sinclair
· 8 years ago
e778668
Move xfa/fxbarcode fxbarcode/
by Dan Sinclair
· 8 years ago
f0799fe
Revert "Revert "Refcount all CFX_DIBSources (and subclasses) all the time.""
by Tom Sepez
· 8 years ago
31b08d4
Revert "Refcount all CFX_DIBSources (and subclasses) all the time."
by dsinclair
· 8 years ago
0004f29
Refcount all CFX_DIBSources (and subclasses) all the time.
by Tom Sepez
· 8 years ago
e4b035b
Use PartitionAlloc for JavaScript ArrayBuffers and strings.
by Chris Palmer
· 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
b4a2618
Create virtual codec APIs so chrome/fuzzers can link separately
by Tom Sepez
· 8 years ago
a0061af
Convert TransformPoint calls to Transform calls
by Dan Sinclair
· 8 years ago
afb4456
Remove Transform in favour of TransformPoint
by Dan Sinclair
· 8 years ago
1b08df1
Convert Get methods to return instead of using out params.
by Dan Sinclair
· 8 years ago
bba2a7c
Update to use CFX_Rect{F} and CFX_Matrix constructors.
by Dan Sinclair
· 8 years ago
f716f0b
Refcount CPDF_OCContext.
by Tom Sepez
· 8 years ago
db76470
Add postscript path
by rbpotter
· 8 years ago
37b12ad
Return unique_ptr from CXFA_FFApp::CreateDoc.
by tsepez
· 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
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
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
687fbde
handle antialiased rendering as premultiplied
by caryclark
· 8 years ago
0e606b5
Make CPDF_Dictionary use unique pointers.
by tsepez
· 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
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
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
ad2441e
Rename IFX_ stream names
by tsepez
· 8 years ago
2f2b58c
Remove dead code in CPDF_CustomAccess
by tsepez
· 8 years ago
d5bd8a1
Revert "Make CPDF_Object containers hold objects via unique pointers."
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
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
7cbe68e
Merge CPDFSDK_Document into CPDFSDK_FormFillEnvironment
by dsinclair
· 8 years ago
b402b17
Convert CPDFSDK_PageView to have a CPDFSDK_FormFillEnvironment
by dsinclair
· 8 years ago
4d29e78
Rename fpdfsdk/fpdfxfa files to match contents
by dsinclair
· 8 years ago
69d9c68
Move core/fpdfapi/fpdf_render to core/fpdfapi/render
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
36eb4bd
Add ptr_util.h from base until std::make_unique<> available
by tsepez
· 8 years ago
bcf4623
Guard against double deletion of page views.
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
74a34fc
Move core/fxge/include to core/fxge
by dsinclair
· 8 years ago
a52ab74
Move core/fxcrt/include to core/fxcrt
by dsinclair
· 8 years ago
8a4e286
Move core/fxcodec/codec/include and core/fxcodec/include files up
by dsinclair
· 8 years ago
1727aee
Move core/fpdfdoc/include to core/fpdfdoc
by dsinclair
· 8 years ago
39c62fd
Move core/fpdfapi/include to core/fpdfapi
by dsinclair
· 8 years ago
61df2c7
Move core/fpdfapi/fpdf_render/include to core/fpdfapi/fpdf_render
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
d4c34f2
Replace std::unique_ptr.reset() with WrapUnique assignment.
by thestig
· 8 years ago
84144e8
Simplify FPDF_RenderPage().
by thestig
· 8 years ago
9f206f0
Cleanup CPDFXFA and CPDF document methods
by dsinclair
· 8 years ago
38fd844
Rename dictionary set and get methods
by dsinclair
· 8 years ago
f34518b
Split fsdk_mgr files apart.
by dsinclair
· 8 years ago
75f84a5
Define behaviors of FPDF_RenderPageBitmap_Retail and FPDF_FFLDraw.
by jaepark
· 8 years ago
1df1efa
Fixup CPDFSDK_PageView and CPDF_Page interactions.
by dsinclair
· 8 years ago
156de02
Removing CPDF_Parser::CloseParser.
by dsinclair
· 8 years ago
cedaa55
Flip document and parser ownership
by dsinclair
· 8 years ago
4540fba
Get CPDF_Parser out of the document creation business.
by tsepez
· 8 years ago
9ada2d8
Move CFX_RenderDevice, CFX_FxgeDevice, and CFX_GraphStateData into their own files.
by npm
· 8 years ago
26b86e6
Move CFX_GEModule into its own file
by npm
· 9 years ago
7484762
Refactor fxge/fx_apple and fx_win header files
by npm
· 9 years ago
cac704d
Split fpdfdoc/include/fpdf_doc.h into individual classes.
by dsinclair
· 9 years ago
9f515bc
Use actual type instead CFX_Deletable
by weili
· 9 years ago
47228ac
Clean up singleton implementation
by weili
· 9 years ago
Next »