Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
pdfium
/
3f72fb4a3c983de00bae9c8437a1c09df9c9955b
/
fpdfsdk
/
fpdfxfa
a0061af
Convert TransformPoint calls to Transform calls
by Dan Sinclair
· 8 years ago
6eec1c4
Update Invalidate to take a rect
by Dan Sinclair
· 8 years ago
d6ae2af
Rename IJS_Context to IJS_EventContext.
by Tom Sepez
· 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
5535ac7
Use std::vector in cpdfxfa_context.h
by Tom Sepez
· 8 years ago
3cdcfeb
Create individual exception methods.
by Dan Sinclair
· 8 years ago
c8fd331
Cleaning out params in CPDFXFA_Context
by Dan Sinclair
· 8 years ago
37b12ad
Return unique_ptr from CXFA_FFApp::CreateDoc.
by tsepez
· 8 years ago
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
fa89a20
Make concrete stream classes private to .cpp, part 4.
by tsepez
· 8 years ago
d643729
Rename IFWL_Timer and IFWL_TimerInfo
by dsinclair
· 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
c64b76c
Cleanup remaining IFWL files for visiblity and usage.
by dsinclair
· 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
2085538
Remove FWL globals.
by dsinclair
· 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
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
f51e4dc
Cleanup CPDFXFA_App methods
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
655fcca
Convert CPDFXFA_Document to use CPDFSDK_FormFillEnvironment
by dsinclair
· 8 years ago
82e1767
Convert IJS_Runtime to CPDFSDK_FormFillEnvironment
by dsinclair
· 8 years ago
ca03f7a
Fixup MSan embeddertests
by Dan Sinclair
· 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
4d29e78
Rename fpdfsdk/fpdfxfa files to match contents
by dsinclair
· 8 years ago
98151ca
Cleanup DEPS files
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
5b49309
Move xfa/fxfa/include to xfa/fxfa
by dsinclair
· 8 years ago
202ad72
Move xfa/{fwl,fxbarcode,fxgraphics}/include up to parent
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
a52ab74
Move core/fxcrt/include to core/fxcrt
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
f8074ce
Watch destruction of widgets around OnAAction() method.
by tsepez
· 8 years ago
a939bfe
Make creation of CPDFSDK_Document clearer
by dsinclair
· 8 years ago
577ad2c
Move CPDFSDK_Environment code to cpp file
by dsinclair
· 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
1f24890
Remove FFI_ from CPDFSDK_Environment method names
by dsinclair
· 8 years ago
79db609
Rename CPDFDoc_Environment to CPDFSDK_Environment
by dsinclair
· 8 years ago
a440bb3
Split CPDFXFA_Document apart
by dsinclair
· 8 years ago
f2662c4
Cleanup CPDFXFA_Document.
by dsinclair
· 8 years ago
89f8fa8
Remove unused code in CPDFXFA_Document
by dsinclair
· 8 years ago
f34518b
Split fsdk_mgr files apart.
by dsinclair
· 8 years ago
cedaa55
Flip document and parser ownership
by dsinclair
· 8 years ago
611adb8
Split fpdfsdk/fsdk_baseform.h into individual classes.
by jaepark
· 8 years ago
2d5b020
Use smart pointers for class owned pointers
by weili
· 8 years ago
461eeaf
Reland of Remove pageview from map immediately
by dsinclair
· 9 years ago
47228ac
Clean up singleton implementation
by weili
· 9 years ago
e8a8066
Remove foxit app related setter and getter APIs in XFA code
by weili
· 9 years ago
625ad66
Make code compile with clang_use_chrome_plugin (part IV)
by weili
· 9 years ago
77b909e
Remove more casts, part 7.
by tsepez
· 9 years ago
1cd352e
Get rid of NULLs in fpdfsdk/
by thestig
· 9 years ago
6f4f233
Remove FWL_HTIMER in favor of IWFL_TimerInfo
by tsepez
· 9 years ago
0e0a86a
Remove unused LoadString values, cleanup remaining strings.
by dsinclair
· 9 years ago
d5f7261
Track shared isolates better in FXJSE.
by tsepez
· 9 years ago
4dce6d4
Fix a leak in CXFA_FontMgr.
by thestig
· 9 years ago
12a6b0c
Remove FXJSE_HOBJECT and FXJSE_HVALUE for CFXJSE_Value*
by dsinclair
· 9 years ago
ec3da5b
Rename FXJSE_HRUNTIME to v8::Isolate
by dsinclair
· 9 years ago
b8bf55f
Get rid of CPDF_Object::GetArray().
by thestig
· 9 years ago
cbfef57
Cleanup XFA_HASHCODE usage.
by dsinclair
· 9 years ago
e7b2853
Remove Release() from CXFA_WidgetAccIterator
by tsepez
· 9 years ago
44d83f3
Use CFX_RetainPtr<> to refcount CPDFXFA_Page
by tsepez
· 9 years ago
c6450bb
Remove XFA_WIDGETEVENT defines
by dsinclair
· 9 years ago
3f80c86
Remove some c_str() calls from StringCs in xfa docs.
by tsepez
· 9 years ago
afe9430
Make CFX_WideString(const CFX_WideString&) explicit.
by tsepez
· 9 years ago
01e624f
Fix GCC warnings to be ready for GCC standalone build
by weili
· 9 years ago
c777f48
Convert FWL_ERR into an enum class.
by dsinclair
· 9 years ago
5cc2465
Clean up CPDF_Page.
by thestig
· 9 years ago
186a78e
Remove no-op ShowFileDialog(s).
by tsepez
· 9 years ago
1f5f2ff
Fixup page removal for XFA documents.
by dsinclair
· 9 years ago
b1a5959
Simplify XFA event handling.
by thestig
· 9 years ago
b4c9f3f
Remove implicit cast from CFX_ByteString to (const char*).
by tsepez
· 9 years ago
9f3dbbc
Cleanup CPDFXFA_Page.
by thestig
· 9 years ago
4c3debb
Rename both As{Byte,Wide}StringC() helpers to AsStringC().
by tsepez
· 9 years ago
7222ea6
Move remaining xfa/include/fxfa files
by dsinclair
· 9 years ago
89bdd08
Move code from fpdfsdk/include to the sub directories.
by dsinclair
· 9 years ago
660956f
Rename CFX_WideStringC::raw_str() to c_str()
by tsepez
· 9 years ago
fc58ad1
Make down-conversion explicit from CFX_Widetring to CFX_WideStringC.
by tsepez
· 9 years ago
179bebb
Rename GetCStr and GetPtr to match CFX_ByteString.
by dsinclair
· 9 years ago
221caf6
Cleanup the FF Handler proxy methods.
by dsinclair
· 9 years ago
df4bc59
Remove IXFA_* interfaces.
by dsinclair
· 9 years ago
Next »