Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
pdfium
/
8c54182aba447f7fbd6e763a559bec99ab996613
/
fpdfsdk
/
include
8c54182
Rename CPDFSDK_BFAnnotHandler and CPDFSDK_XFAAnnotHandler.
by jaepark
· 8 years ago
35512aa
Display content of the annotation when mouse hover.
by jaepark
· 8 years ago
9ed9137
Rename CPDFSDK_Annot::GetType to CPDFSDK_Annot::GetAnnotSubtype.
by jaepark
· 8 years ago
9b57ec9
Clean up CPDFSDK_PageView methods.
by jaepark
· 8 years ago
d99a833
Remove unused m_nTabOrder in CPDFSDK_Annot.
by jaepark
· 8 years ago
e5cbb33
Drop CPDFSDK_PageView::Annot_HasAppearance
by tonikitoo
· 8 years ago
cae6bdff
Remove unused IPDFSDK_AnnotHandler::GetName().
by jaepark
· 8 years ago
70ba38a
Build CPDFSDK_XFAAnnotHandler only when PDF_ENABLE_XFA.
by jaepark
· 8 years ago
611adb8
Split fpdfsdk/fsdk_baseform.h into individual classes.
by jaepark
· 8 years ago
ef523dd
Only create widgets if really needed.
by dsinclair
· 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
f4dc38b
The benefits of having a CPDFSDK_FormActionHandler instance in
by tonikitoo
· 8 years ago
39e0e14
Remove unused method CPDFSDK_BAAnnot::CreateFormFiller.
by jaepark
· 8 years ago
2d5b020
Use smart pointers for class owned pointers
by weili
· 8 years ago
ca97a8e
Watch for destruction of CPDFSDK_widget during callback
by tsepez
· 8 years ago
cac704d
Split fpdfdoc/include/fpdf_doc.h into individual classes.
by dsinclair
· 8 years ago
461eeaf
Reland of Remove pageview from map immediately
by dsinclair
· 8 years ago
9f515bc
Use actual type instead CFX_Deletable
by weili
· 8 years ago
9ca2b09
Remove the use of handler array in CPDFSDK_AnnotHandlerMgr
by weili
· 8 years ago
625ad66
Make code compile with clang_use_chrome_plugin (part IV)
by weili
· 8 years ago
b7a5179
Change time_t conversion operator to ToTime_t() function
by weili
· 8 years ago
d3be111
Fix GetPageIndex() for dynamic XFA documents.
by thestig
· 8 years ago
1cd352e
Get rid of NULLs in fpdfsdk/
by thestig
· 8 years ago
befa450
Remove default arguments from CFX_FxgeDevice.
by thestig
· 8 years ago
3bd3841
Remove checks for _WIN32_WCE.
by thestig
· 8 years ago
25fa42f
Clean up fx_ge.h and IWYU.
by thestig
· 8 years ago
1e2c557
Remove CFX_PrivateData from CPDF_Page
by tsepez
· 8 years ago
db1a24e
Remove dead code from CPDF_InterForm.
by thestig
· 8 years ago
39faf4f
Remove Release() from CPDFDOC_Environment
by tsepez
· 8 years ago
92cb5e5
Convert border style defines to an enum class.
by dsinclair
· 8 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
16a2033
Remove CFX_MapPtrTemplate usage in fsdk_baseform.cpp
by tsepez
· 9 years ago
3fea70c
Remove unused CFX_IntArray.
by tsepez
· 9 years ago
df964df
Replace CFX_RectArray with std::vector<CFX_FloatRect>
by tsepez
· 9 years ago
7222ea6
Move remaining xfa/include/fxfa files
by dsinclair
· 9 years ago
e530fb7
Move remaining fpdfdoc files
by dsinclair
· 9 years ago
89bdd08
Move code from fpdfsdk/include to the sub directories.
by dsinclair
· 9 years ago
48baa5f
Move core/include/fxge to core/fxge/include.
by dsinclair
· 9 years ago
77d148d
Mark FPDF_BStr_* with DLLEXPORT / STDCALL.
by thestig
· 9 years ago
c7a7349
Remove core/include/fpdfdoc/fpdf_vt.h
by dsinclair
· 9 years ago
ed9c438
Make IPDF_VariableText_{Provider,Iterator} inner classes.
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
64376be
Move the fpdfsdk/include/javascript folder
by dsinclair
· 9 years ago
777b333
Split core/include/fpdfdoc/fpdf_ap.h
by dsinclair
· 9 years ago
c3255f5
Remove FX_DWORD from fpdfsdk/ and testing
by tsepez
· 9 years ago
9967cc5
Re-land "Preserve m_pDynamicObjsMap until FXJS_PerIsolateData is destroyed.""
by Tom Sepez
· 9 years ago
89e904b
Move the fpdfsdk/include/pdfwindow/ headers into fpdfsdk/pdfwindow.
by dan sinclair
· 9 years ago
398a43d
Move xfa/include/fwl/{core,basewidget} to xfa/fwl/{core,basewidget}.
by Dan Sinclair
· 9 years ago
a8a28e0
Move core/include/fxcrt to core/fxcrt/include.
by Dan Sinclair
· 9 years ago
62a70f9
Remove FX_WORD in favor of uint16_t.
by Tom Sepez
· 9 years ago
584b1e6
Move core/include/fpdfapi/fpdf_pageobj.h into core/fpdfapi.
by Dan Sinclair
· 9 years ago
edbb319
Move fpdfsdk/include/formfiller to fpdfsdk/formfiller.
by Dan Sinclair
· 9 years ago
a1cef70
Trigger page view event when re-layout is finished
by jinming_wang
· 9 years ago
744da70
FPDF_PageDelete must delete XFA pages as well.
by Tom Sepez
· 9 years ago
3a8051c
Move xfa/include/fxjse/fxjse.h into xfa/fxjse/include.
by Dan Sinclair
· 9 years ago
aa403d3
core/include/fdpfapi cleanup Part I.
by Dan Sinclair
· 9 years ago
e407648
Modify xfa code to avoid c4800 warnings
by Wei Li
· 9 years ago
13ee55a
Move fx_crypto.h and fpdf_text.h out of core/include.
by Dan Sinclair
· 9 years ago
97da976
Re-enable MSVC warning 4800 for compiling with chromium_code
by Wei Li
· 9 years ago
f040890
Split apart the remainder of fpdf_render_render.cpp into per-class files.
by Tom Sepez
· 9 years ago
df5a116
Cleanup some header includes.
by Dan Sinclair
· 9 years ago
8388037
Split off CPDF_Parser and CPDF_SimpleParser into .h/.cpp files
by Tom Sepez
· 9 years ago
f089d47
Fix non-xfa builds.
by Dan Sinclair
· 9 years ago
3ebd121
Review and cleanup lint warnings.
by Dan Sinclair
· 9 years ago
3177585
Fix build at 310438fb97a2
by Tom Sepez
· 9 years ago
297b515
Re-land "Only place primitive objects on the V8 global template."
by Tom Sepez
· 9 years ago
1a35d55
Revert "Only place primitive objects on the V8 global template."
by Tom Sepez
· 9 years ago
3e44a7b
Only place primitive objects on the V8 global template.
by Tom Sepez
· 9 years ago
3fc97ff
Cleanup some fsdk_common defines
by Dan Sinclair
· 9 years ago
06f49c8
Cleanup forward declarations.
by dan sinclair
· 9 years ago
007e6c0
Remove some FX_BOOLs
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
104fa7c
Fix static initializers.
by Lei Zhang
· 9 years ago
50cce60
Fixing whitespace lint errors.
by Dan Sinclair
· 9 years ago
d21cdda
Remove many _CAPS structure names.
by Tom Sepez
· 9 years ago
22d6607
Fixing include guards, and presubmit.
by Dan Sinclair
· 9 years ago
84e5a12
Hook up FFI_PageEvent.
by Lei Zhang
· 9 years ago
c7cd809
Fixup incorrect include guards.
by Dan Sinclair
· 9 years ago
61046b9
Sort headers in non-xfa directories.
by Dan Sinclair
· 9 years ago
2398d89
Remove CFX_PtrList from renderer main loop.
by Tom Sepez
· 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
32c7081
Split CPDF_PageObjectHolder off from CPDF_PageObjectList
by Tom Sepez
· 9 years ago
a30b7e8
One less PI. One less Bezier.
by Tom Sepez
· 9 years ago
11d9355
Banish CFX_WordArray to XFA-land.
by Tom Sepez
· 9 years ago
f6488cd
Kill CFX_PtryArray in CXFA_FWLAdapterTimerMgr.
by Tom Sepez
· 9 years ago
4866158
Pdfium does not create isolate when it runs in chromium
by jinming_wang
· 9 years ago
d6262c1
Merge to XFA: Fix prototypes for CPDF_FormNotify.
by Tom Sepez
· 9 years ago
c30d5bf
XFA: Fix a crashier in SetFocus()
by Jun Fang
· 9 years ago
ed5d7aa
Merge to XFA: Kill CFX_ByteArray in master.
by Tom Sepez
· 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
61dc96f
Fix memory leakage on Linux - part3
by jinming_wang
· 9 years ago
Next »