1. 4cb82ee Convert more c-style pointers to CFX_UnownedPtr by Tom Sepez · 8 years ago
  2. 46abb66 Use more static_cast in fpdfsdk by Nicolas Pena · 8 years ago
  3. fe91c6c Be skeptical of bare |new|s. by Tom Sepez · 8 years ago
  4. a5085d4 Rename render device classes by Dan Sinclair · 8 years ago
  5. 1629f60 Add CFX_RenderDevice::AutoRestorer() by Tom Sepez · 8 years ago
  6. 1c5d0b4 Drop FXSYS_ from mem methods by Dan Sinclair · 8 years ago
  7. f0799fe Revert "Revert "Refcount all CFX_DIBSources (and subclasses) all the time."" by Tom Sepez · 8 years ago
  8. 31b08d4 Revert "Refcount all CFX_DIBSources (and subclasses) all the time." by dsinclair · 8 years ago
  9. 0004f29 Refcount all CFX_DIBSources (and subclasses) all the time. by Tom Sepez · 8 years ago
  10. 80c4878 Cleanup some xfa/fxfa code. by Dan Sinclair · 8 years ago
  11. cdba747 Cleanup DocType defines by Dan Sinclair · 8 years ago
  12. 05df075 Replace FX_FLOAT with underlying float type. by Dan Sinclair · 8 years ago
  13. b45ea1f Convert CFWL messages to use CFX_PointF by Dan Sinclair · 8 years ago
  14. f528eee Reland "Convert CFX_FloatPoint to CFX_PointF" by Dan Sinclair · 8 years ago
  15. 92a32db Revert "Convert CFX_FloatPoint to CFX_PointF" by dsinclair · 8 years ago
  16. 4797c42 Convert CFX_FloatPoint to CFX_PointF by Dan Sinclair · 8 years ago
  17. 1b08df1 Convert Get methods to return instead of using out params. by Dan Sinclair · 9 years ago
  18. f716f0b Refcount CPDF_OCContext. by Tom Sepez · 9 years ago
  19. 8f87550 re-enable skia caching by caryclark · 9 years ago
  20. 687fbde handle antialiased rendering as premultiplied by caryclark · 9 years ago
  21. 4cf5515 Remove FX_BOOL from fpdfsdk. by tsepez · 9 years ago
  22. 521b750 Rename CPDFXFA_Document to CPDFXFA_Context by dsinclair · 9 years ago
  23. 25ec646 Merge CPDFXFA_App into CPDFXFA_Document. by dsinclair · 9 years ago
  24. 8837c91 Reland: Make the CPDFXFA_App non-global by dsinclair · 9 years ago
  25. a282c73 Revert of Reland: Make the CPDFXFA_App non-global (patchset #2 id:20001 of https://codereview.chromium.org/2418653003/ ) by dsinclair · 9 years ago
  26. f3736bc Reland: Make the CPDFXFA_App non-global by dsinclair · 9 years ago
  27. b685e64 Revert of Make the CPDFXFA_App non-global (patchset #3 id:80001 of https://codereview.chromium.org/2416753002/ ) by dsinclair · 9 years ago
  28. abefb79 Make the CPDFXFA_App non-global by dsinclair · 9 years ago
  29. 8779fa8 Cleanup env variable names by dsinclair · 9 years ago
  30. 7cbe68e Merge CPDFSDK_Document into CPDFSDK_FormFillEnvironment by dsinclair · 9 years ago
  31. 655fcca Convert CPDFXFA_Document to use CPDFSDK_FormFillEnvironment by dsinclair · 9 years ago
  32. f3fbe83 Convert fpdfformfill to use CPDFSDK_FormFillEnvironment by dsinclair · 9 years ago
  33. 19c198b Convert CPDFSDK_ActionHandler to CPDFSDK_FormFillEnvironment by dsinclair · 9 years ago
  34. ca03f7a Fixup MSan embeddertests by Dan Sinclair · 9 years ago
  35. 735606d Rename CPDFSDK_Environment to CPDFSDK_FormfillEnvironment by dsinclair · 9 years ago
  36. 2116105 Remove ownership of CPDFSDK_Document from CPDFXFA_Document by dsinclair · 9 years ago
  37. 4d29e78 Rename fpdfsdk/fpdfxfa files to match contents by dsinclair · 9 years ago
  38. 69d9c68 Move core/fpdfapi/fpdf_render to core/fpdfapi/render by dsinclair · 9 years ago
  39. 488b7ad Move core/fpdfapi/fpdf_parser to core/fpdfapi/parser by dsinclair · 9 years ago
  40. 41872fa Move core/fpdfapi/fpdf_page to core/fpdfapi/page by dsinclair · 9 years ago
  41. 36eb4bd Add ptr_util.h from base until std::make_unique<> available by tsepez · 9 years ago
  42. 5b49309 Move xfa/fxfa/include to xfa/fxfa by dsinclair · 9 years ago
  43. 114e46a Move fpdfsdk/include to fpdfsdk by dsinclair · 9 years ago
  44. bec7692 Move fpdfsdk/fpdfxfa/include to fpdfsdk/fpdfxfa by dsinclair · 9 years ago
  45. 74a34fc Move core/fxge/include to core/fxge by dsinclair · 9 years ago
  46. 1727aee Move core/fpdfdoc/include to core/fpdfdoc by dsinclair · 9 years ago
  47. 61df2c7 Move core/fpdfapi/fpdf_render/include to core/fpdfapi/fpdf_render by dsinclair · 9 years ago
  48. c6c425a Move core/fpdfapi/fpdf_parser/include to core/fpdfapi/fpdf_parser by dsinclair · 9 years ago
  49. 8a752ab Move core/fpdfapi/fpdf_page/include to core/fpdfapi/fpdf_page by dsinclair · 9 years ago
  50. a939bfe Make creation of CPDFSDK_Document clearer by dsinclair · 9 years ago
  51. 38fd844 Rename dictionary set and get methods by dsinclair · 9 years ago
  52. 79db609 Rename CPDFDoc_Environment to CPDFSDK_Environment by dsinclair · 9 years ago
  53. f34518b Split fsdk_mgr files apart. by dsinclair · 9 years ago
  54. 75f84a5 Define behaviors of FPDF_RenderPageBitmap_Retail and FPDF_FFLDraw. by jaepark · 9 years ago
  55. 738766e Clean up redundant code in PDF_ENABLE_XFA guard in FFLCommon. by jaepark · 9 years ago
  56. 611adb8 Split fpdfsdk/fsdk_baseform.h into individual classes. by jaepark · 9 years ago
  57. 401d4f2 Use CPDFSDK_Document::FromFPDFFormHandle in ::FORM_DoPageAAction by tonikitoo · 9 years ago
  58. 9ada2d8 Move CFX_RenderDevice, CFX_FxgeDevice, and CFX_GraphStateData into their own files. by npm · 9 years ago
  59. cac704d Split fpdfdoc/include/fpdf_doc.h into individual classes. by dsinclair · 9 years ago
  60. 461eeaf Reland of Remove pageview from map immediately by dsinclair · 9 years ago
  61. 625ad66 Make code compile with clang_use_chrome_plugin (part IV) by weili · 9 years ago
  62. 1cd352e Get rid of NULLs in fpdfsdk/ by thestig · 9 years ago
  63. befa450 Remove default arguments from CFX_FxgeDevice. by thestig · 9 years ago
  64. 41846a0 Remove default argument from RestoreState() methods. by thestig · 9 years ago
  65. 25fa42f Clean up fx_ge.h and IWYU. by thestig · 9 years ago
  66. db1a24e Remove dead code from CPDF_InterForm. by thestig · 9 years ago
  67. ef4e887 Clean up doc_ocg.cpp. by thestig · 9 years ago
  68. 935d8d5 XFA_WIDGETSTATUS cleanup. by dsinclair · 9 years ago
  69. cc4d6d8 Remove { delete this; } anti-pattern from IXFA_WidgetIterator by tsepez · 9 years ago
  70. d6e1887 allow Skia to be the default graphics engine by caryclark · 9 years ago
  71. b4c9f3f Remove implicit cast from CFX_ByteString to (const char*). by tsepez · 9 years ago
  72. 7222ea6 Move remaining xfa/include/fxfa files by dsinclair · 9 years ago
  73. 89bdd08 Move code from fpdfsdk/include to the sub directories. by dsinclair · 9 years ago
  74. 221caf6 Cleanup the FF Handler proxy methods. by dsinclair · 9 years ago
  75. df4bc59 Remove IXFA_* interfaces. by dsinclair · 9 years ago
  76. 47ca692 Re-enable all the windows warnings except 4267 by weili · 9 years ago
  77. 455a419 Move core/include/fpdfapi/fpdf_page.h to correct locations. by Dan Sinclair · 9 years ago
  78. aa403d3 core/include/fdpfapi cleanup Part I. by Dan Sinclair · 9 years ago
  79. 399be5b Add bitmaps and skp output to Skia port by Cary Clark · 9 years ago
  80. f766ad2 Move fpdfsdk/src up to fpdfsdk/. by Dan Sinclair · 9 years ago[Renamed from fpdfsdk/src/fpdfformfill.cpp]
  81. 310438f Split off CPDF_Document into its own .cpp/.h files. by Tom Sepez · 9 years ago
  82. 0fc6b25 Remove implicit conversions and some cleanup by Wei Li · 9 years ago
  83. bec4ea1 Pass rect by const reference in SetClip_Rect(). by Tom Sepez · 9 years ago
  84. 281a9ea Re-land "Replace CPDF_Rect and CPDF_Point with CFX types." by Tom Sepez · 9 years ago
  85. 566b974 Revert "Replace CPDF_Rect and CPDF_Point with CFX types." by Tom Sepez · 9 years ago
  86. 3b8fdd3 Replace CPDF_Rect and CPDF_Point with CFX types. by Tom Sepez · 9 years ago
  87. 7f9fdde FPDFPage_HasFormFieldAtPoint should not crash for nullptr pages. by Lei Zhang · 9 years ago
  88. ab27768 Banish CFX_ByteArray and CFX_WideArray to the XFA side. by Tom Sepez · 9 years ago
  89. fe351db Merge to XFA: Add tests for CBA_AnnotIterator. by Tom Sepez · 10 years ago
  90. 9b76113 Merge to XFA: Member function name refactoring by Wei Li · 10 years ago
  91. 875b9c9 XFA: Remove relative includes outside of xfa/. by Lei Zhang · 10 years ago
  92. aa8bf7e Merge to XFA: Switch from nonstd::unique_ptr to std::unique_ptr. by Lei Zhang · 10 years ago
  93. 96660d6 Merge to XFA: Get rid of most instance of 'foo != NULL' by Lei Zhang · 10 years ago
  94. d983b09 Merge to XFA: Remove FX_BSTRC. by Lei Zhang · 10 years ago
  95. 60d909e Merge to XFA: Remove CFX_AffineMatrix/CPDF_Matrix by Tom Sepez · 10 years ago
  96. 40e9ff3 Tidy PDF_ENABLE_XFA #ifdefs in fpdfsdk. by Tom Sepez · 10 years ago
  97. 51da093 Inflict PDF_ENABLE_XFA ifdefs on XFA fpdfsdk/ by Tom Sepez · 10 years ago
  98. 1b24628 XFA: More underlying types by Tom Sepez · 10 years ago
  99. 540c436 XFA: more underlying type changes to match master by Tom Sepez · 10 years ago
  100. 50d12ad Introduce "underlying types" to abstract XFA differences. by Tom Sepez · 10 years ago