Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
pdfium
/
3c669a7fb05dfb602992a5d2333081daef6f002f
/
xfa
/
fxfa
d19e912
Remove FX_BOOL from xfa.
by tsepez
· 8 years ago
3b3ce1a
Merge delegates into IFWL_* classes.
by dsinclair
· 8 years ago
521b750
Rename CPDFXFA_Document to CPDFXFA_Context
by dsinclair
· 8 years ago
8837c91
Reland: Make the CPDFXFA_App non-global
by dsinclair
· 8 years ago
9ec2217
Rename IFWL_Widget::SetDelegate
by dsinclair
· 8 years ago
96c7b33
Remove unused parameter to CFWL_* Initialize methods.
by dsinclair
· 8 years ago
2085538
Remove FWL globals.
by dsinclair
· 8 years ago
a103b1a
Fix more FX_BOOL / int noise in fxfa/parser.
by tsepez
· 8 years ago
478ed62
Fix some FX_BOOL / int noise in fxfa
by tsepez
· 8 years ago
e93dbd6
Fix some FX_BOOL / int noise in XFA barcodes
by tsepez
· 8 years ago
f39074c
Fix some FX_BOOL / int noise in fxcrt.
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
05259e9
Move fwl/lightwidget to fwl/core
by dsinclair
· 8 years ago
73895de
Cleanup unused methods and return values in FWL code.
by dsinclair
· 8 years ago
2a38a02
Remove IFWL_*::Create methods, use new
by dsinclair
· 8 years ago
fb50559
Merge the CFWL_*Imp classes into the IFWL_* classes.
by dsinclair
· 8 years ago
0ca71ec
Remove FWL Create methods, use new instead
by dsinclair
· 8 years ago
c273e8f
Remove FWL theme subclasses
by dsinclair
· 8 years ago
4e90313
Merge IFWL_App and FWL_AppImp together
by dsinclair
· 8 years ago
878dd5b
Cleanup unneeded FWL theme code.
by dsinclair
· 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
36bad2b
Fix nullptr crash inXFA_FFBarcode::UpdateWidgetProperty().
by thestig
· 8 years ago
f51e4dc
Cleanup CPDFXFA_App methods
by dsinclair
· 8 years ago
74b8c6e
Get rid of CFX_ArrayTemplate<CPDF_Object*>
by tsepez
· 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
bc5e6d2
Move core/fpdfapi/fpdf_font to core/fpdfapi/font
by dsinclair
· 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
4355468
Move fxjs/include to fxjs
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
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
166bc16
Move core/fpdfapi/fpdf_font/include to core/fpdfapi/fpdf_font
by dsinclair
· 8 years ago
b1469a2
Move core/fdrm/crypto/include to core/fdrm/crypto
by dsinclair
· 8 years ago
2c06532
Clean up xfa_fontmgr.cpp.
by thestig
· 8 years ago
577ad2c
Move CPDFSDK_Environment code to cpp file
by dsinclair
· 8 years ago
b94d7c9
Make the I in IFormFiller explicit
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
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
2ca2da5
Sort include entries.
by dsinclair
· 8 years ago
8c2a8cd
Fix spelling of "Formated" in several variables
by tsepez
· 8 years ago
fa295d9
Fix leaks during XFA text layout
by weili
· 9 years ago
8377356
[XFA] Force destruction order of font managers.
by dsinclair
· 9 years ago
9b99ebf
Make CFX_Color constructor explicit
by weili
· 9 years ago
8e557bd
Clean up XFA locale and locale manager
by weili
· 9 years ago
e0347a6
Remove fgas_system files.
by dsinclair
· 9 years ago
b4d1b57
Use smart pointers for class owned pointers in xfa/fxfa
by weili
· 9 years ago
9ada2d8
Move CFX_RenderDevice, CFX_FxgeDevice, and CFX_GraphStateData into their own files.
by npm
· 9 years ago
ad5ac75
Fix typos of the word outer.
by thestig
· 9 years ago
16fccc5
Use smart pointers for class owned pointers
by weili
· 9 years ago
5d8e5aa
Use virtual function to retrieve interface pointer
by weili
· 9 years ago
660de3c
Move CFX_ClipRgn and CFX_PathData into their own files.
by npm
· 9 years ago
26b86e6
Move CFX_GEModule into its own file
by npm
· 9 years ago
cddf825
Use smart pointers for class owned pointers under xfa/fde
by weili
· 9 years ago
8d0cc67
Rename xfa_layout_pagemgr_new.h
by dsinclair
· 9 years ago
ca27127
Fixup class name spelling
by dsinclair
· 9 years ago
6ea5ba0
Split xfa_layout_appadapter
by dsinclair
· 9 years ago
e85f971
Fix FMCallExpression undefined shift behaviour.
by dsinclair
· 9 years ago
cac704d
Split fpdfdoc/include/fpdf_doc.h into individual classes.
by dsinclair
· 9 years ago
6c694f1
Remove stray "extern" keyword for gs_EventActivity definition.
by tsepez
· 9 years ago
a89f6be
Remove default parameters from CXFA_SimpleParser.
by dsinclair
· 9 years ago
1235f6f
Remove CXFA_DocumentParser friendship with CXFA_SimpleParser
by dsinclair
· 9 years ago
987796a
Remove friendship from CXFA_Document to CXFA_SimpleParser.
by dsinclair
· 9 years ago
39fdfc3
Rename xfa_utils_imp to xfa_utils
by dsinclair
· 9 years ago
3a7cc73
Split xfa_document_serialize into class files
by dsinclair
· 9 years ago
1628024
Move xfa_document to cxfa_document
by dsinclair
· 9 years ago
0b851ff
Rename xfa_doclayout and xfa_document_layout_imp files.
by dsinclair
· 9 years ago
9eb0db1
Move xfa_basic_imp to cxfa_widetextread.
by dsinclair
· 9 years ago
31f8740
Rename remaining xfa_script_* files.
by dsinclair
· 9 years ago
c1515ef
Rename the CScript_* files to match class names.
by dsinclair
· 9 years ago
5b36f0a
Split xfa_object_imp into individual class files.
by dsinclair
· 9 years ago
eea31b7
Cleanup CXFA_Document
by dsinclair
· 9 years ago
3496545
Cleanup fgas/crt.
by dsinclair
· 9 years ago
c1df5d4
Pass element hash and name into CXFA_Object constructor.
by dsinclair
· 9 years ago
e8a8066
Remove foxit app related setter and getter APIs in XFA code
by weili
· 9 years ago
08fea80
Rename fxjse/ to fxjs/ update files to match class names.
by dsinclair
· 9 years ago
ac14258
Cleanup CXFA_SimpleParser.
by dsinclair
· 9 years ago
bb95c50
Cleanup ownership of parser members
by dsinclair
· 9 years ago
34f86b0
Break xfa_parser_imp apart
by dsinclair
· 9 years ago
a1b0772
Remove IXFA_Parser, cleanup XFA parser code.
by dsinclair
· 9 years ago
d1cf239
Cleanup redundant method names.
by dsinclair
· 9 years ago
f1494f0
Cleanup xfa_document_datamerge files
by dsinclair
· 9 years ago
8bdbc88
Break xfa_basic_data up to smaller files
by dsinclair
· 9 years ago
df8c035
Clean up parts of CPDF_CIDFont.
by thestig
· 9 years ago
d5fd8e4
Convert some methods to std::lower_bound and std::find_if.
by dsinclair
· 9 years ago
017052a
Change CXFA_Node::GetClassName to return
by dsinclair
· 9 years ago
ce56557
Use some FXSYS methods instead of duplicating
by dsinclair
· 9 years ago
b977847
Pass needed value to CXFA_Node constructor
by dsinclair
· 9 years ago
85d1f2c
Remove NULL in xfa/
by dsinclair
· 9 years ago
6e12478
Change XFA_GetElementByName to XFA_GetElementTypeForName
by dsinclair
· 9 years ago
Next »