Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
pdfium
/
a282c7380f3964de41ea93c9980b12c4513d3473
/
fpdfsdk
/
cpdfsdk_formfillenvironment.h
6c659ab
Cleanup nits from merge CL
by dsinclair
· 8 years ago
7cbe68e
Merge CPDFSDK_Document into CPDFSDK_FormFillEnvironment
by dsinclair
· 8 years ago
3a7741a
Convert Field to use CPDFSDK_FormFillEnvironment
by dsinclair
· 8 years ago
735606d
Rename CPDFSDK_Environment to CPDFSDK_FormfillEnvironment
by dsinclair
· 8 years ago
[Renamed (94%) from fpdfsdk/cpdfsdk_environment.h]
2116105
Remove ownership of CPDFSDK_Document from CPDFXFA_Document
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
114e46a
Move fpdfsdk/include to fpdfsdk
by dsinclair
· 8 years ago
[Renamed (96%) from fpdfsdk/include/cpdfsdk_environment.h]
a52ab74
Move core/fxcrt/include to core/fxcrt
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
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
b94d7c9
Make the I in IFormFiller explicit
by dsinclair
· 8 years ago
72177da
Replace FX_UINT with unsigned int
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
[Renamed (98%) from fpdfsdk/include/cpdfdoc_environment.h]
f2662c4
Cleanup CPDFXFA_Document.
by dsinclair
· 8 years ago
f34518b
Split fsdk_mgr files apart.
by dsinclair
· 8 years ago
[Renamed (68%) from fpdfsdk/include/fsdk_mgr.h]
55be02e
Make wrapped JS Document observe C++-side object.
by tsepez
· 8 years ago
1df1efa
Fixup CPDFSDK_PageView and CPDF_Page interactions.
by dsinclair
· 8 years ago
35512aa
Display content of the annotation when mouse hover.
by jaepark
· 8 years ago
9b57ec9
Clean up CPDFSDK_PageView methods.
by jaepark
· 8 years ago
e5cbb33
Drop CPDFSDK_PageView::Annot_HasAppearance
by tonikitoo
· 8 years ago
611adb8
Split fpdfsdk/fsdk_baseform.h into individual classes.
by jaepark
· 8 years ago
98e1019
Split fpdfsdk/fsdk_annothandler.h into individual classes.
by jaepark
· 8 years ago
2736276
Move CPDFSDK_Annot, CPDFSDK_BAAnnot and CPDFSDK_DateTime to their own files.
by jaepark
· 8 years ago
2d5b020
Use smart pointers for class owned pointers
by weili
· 8 years ago
cac704d
Split fpdfdoc/include/fpdf_doc.h into individual classes.
by dsinclair
· 9 years ago
461eeaf
Reland of Remove pageview from map immediately
by dsinclair
· 9 years ago
d3be111
Fix GetPageIndex() for dynamic XFA documents.
by thestig
· 9 years ago
1cd352e
Get rid of NULLs in fpdfsdk/
by thestig
· 9 years ago
1e2c557
Remove CFX_PrivateData from CPDF_Page
by tsepez
· 9 years ago
39faf4f
Remove Release() from CPDFDOC_Environment
by tsepez
· 9 years ago
224bc5a
Change bool type to fix warnings.
by dsinclair
· 9 years ago
b959010
Remove IFX_SystemHandler.
by dsinclair
· 9 years ago
186a78e
Remove no-op ShowFileDialog(s).
by tsepez
· 9 years ago
df964df
Replace CFX_RectArray with std::vector<CFX_FloatRect>
by tsepez
· 9 years ago
77d148d
Mark FPDF_BStr_* with DLLEXPORT / STDCALL.
by thestig
· 9 years ago
df4bc59
Remove IXFA_* interfaces.
by dsinclair
· 9 years ago
64376be
Move the fpdfsdk/include/javascript folder
by dsinclair
· 9 years ago
c3255f5
Remove FX_DWORD from fpdfsdk/ and testing
by tsepez
· 9 years ago
62a70f9
Remove FX_WORD in favor of uint16_t.
by Tom Sepez
· 9 years ago
a1cef70
Trigger page view event when re-layout is finished
by jinming_wang
· 9 years ago
aa403d3
core/include/fdpfapi cleanup Part I.
by Dan Sinclair
· 9 years ago
13ee55a
Move fx_crypto.h and fpdf_text.h out of core/include.
by Dan Sinclair
· 9 years ago
df5a116
Cleanup some header includes.
by Dan Sinclair
· 9 years ago
3177585
Fix build at 310438fb97a2
by Tom Sepez
· 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
84e5a12
Hook up FFI_PageEvent.
by Lei Zhang
· 9 years ago
efbc191
Expand all paths to be based off pdfium/ directory
by Dan Sinclair
· 9 years ago
ab27768
Banish CFX_ByteArray and CFX_WideArray to the XFA side.
by Tom Sepez
· 9 years ago
11d9355
Banish CFX_WordArray to XFA-land.
by Tom Sepez
· 9 years ago
c30d5bf
XFA: Fix a crashier in SetFocus()
by Jun Fang
· 9 years ago
5702859
Merge to XFA: Tidy up CPDF_DocEnvironment::JS_* methods
by Tom Sepez
· 9 years ago
b9cc7a0
Merge to XFA: Remove CGW_ArrayTemplate and its O(n^2 log n) sort.
by Tom Sepez
· 9 years ago
fe351db
Merge to XFA: Add tests for CBA_AnnotIterator.
by Tom Sepez
· 9 years ago
6ffb03c
XFA: Remove dead AddDoRecord code.
by Lei Zhang
· 9 years ago
7523954
Fix crashing in CPDFXFA_Document::GetPage()
by Jun Fang
· 9 years ago
875b9c9
XFA: Remove relative includes outside of xfa/.
by Lei Zhang
· 9 years ago
aa8bf7e
Merge to XFA: Switch from nonstd::unique_ptr to std::unique_ptr.
by Lei Zhang
· 9 years ago
60d909e
Merge to XFA: Remove CFX_AffineMatrix/CPDF_Matrix
by Tom Sepez
· 9 years ago
40e9ff3
Tidy PDF_ENABLE_XFA #ifdefs in fpdfsdk.
by Tom Sepez
· 9 years ago
51da093
Inflict PDF_ENABLE_XFA ifdefs on XFA fpdfsdk/
by Tom Sepez
· 9 years ago
01fe588
Fix a issue that FFI_GetCurrentPageIndex always returns -1
by Jun Fang
· 9 years ago
540c436
XFA: more underlying type changes to match master
by Tom Sepez
· 9 years ago
5259ef3
XFA: add underlying document type comment
by Tom Sepez
· 9 years ago
50d12ad
Introduce "underlying types" to abstract XFA differences.
by Tom Sepez
· 9 years ago
a688a04
Merge to XFA: Fix all relative includes to core.
by Lei Zhang
· 9 years ago
b4e7f30
Merge to XFA: Fix all relative includes to public.
by Lei Zhang
· 9 years ago
8241df7
Merge to XFA: Fix all relative includes to third_party.
by Lei Zhang
· 9 years ago
f0e2e1b
XFA: Simplify CPDFSDK_PageView::PageView_OnDraw().
by Lei Zhang
· 9 years ago
1b700c3
Merge to XFA: Clean up CPDF_AnnotList.
by Lei Zhang
· 9 years ago
2475249
Merge to XFA: Convert a bunch of raw pointers in fsdk_mgr to unique_ptrs.
by Oliver Chang
· 9 years ago
5021853
Merge to XFA: Fix incorrect CPDFSDK_PageView::CountAnnots(). (try 2)
by Lei Zhang
· 9 years ago
972b78d
Merge to XFA: Rip out the KillFocusAnnot call from CPDFSDK_PageView's destructor
by Oliver Chang
· 9 years ago
bf60b29
Merge to XFA: Cleanup parts of CPDFSDK_AnnotIterator and CPDFSDK_PageView.
by Lei Zhang
· 9 years ago
bf59a07
XFA: add CPDFDocumentToFPDFDocument()
by Tom Sepez
· 9 years ago
dfbf8e7
Next round of XFA changes to match master.
by Tom Sepez
· 9 years ago
468e589
Changes to XFA to more closely match master.
by Tom Sepez
· 9 years ago
ba038bc
Merge to XFA: Rename IFXJS_Runtime and IFXJS_Context to IJS_.
by Tom Sepez
· 9 years ago
db5256f
XFA: Remove more checks for new returning NULL.
by Lei Zhang
· 9 years ago
854a7f6
Merge to XFA: Remove CJS_RuntimeFactory
by Tom Sepez
· 9 years ago
2b1a2d5
Merge to XFA: Use override in more classes in fpdfsdk/
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
dcbc02f
Merge to XFA: Tidy up CPDFDOC_Environment.
by Tom Sepez
· 10 years ago
606346f
Merge to XFA: Replace some CFX_MapPtrTemplates with std::map.
by Lei Zhang
· 10 years ago
e5b0bd1
Merge to XFA: Do some IWYU cleanups.
by Lei Zhang
· 10 years ago
568aff5
Fix -Wnon-virtual-dtor warnings on the XFA branch.
by Lei Zhang
· 10 years ago
ca3ac5e
Merge to XFA: Remove FX_BSTR and FX_WSTR typedefs.
by Tom Sepez
· 10 years ago
d7e5cc7
Merge to XFA: Remove typdefs for pointer types in fx_system.h.
by Tom Sepez
· 10 years ago
b116136
Merge to XFA: Remove more cruft from fx_system.h
by Tom Sepez
· 10 years ago
eed467d
Replace XFA_HWIDGET with IXFA_Widget*
by Tom Sepez
· 10 years ago
19922bb
Merge to XFA: Fix ALL the include guards.
by Tom Sepez
· 10 years ago
1ed8a21
Merge to XFA: Create top-level public/ header directory.
by Tom Sepez
· 10 years ago
2f3dfef
Merge to XFA: Kill off JS_ErrorString type.
by Tom Sepez
· 10 years ago
Next »