1. 447b1f3 Move xfa/fwl/core to xfa/fwl. by dsinclair · 8 years ago
  2. 833619b Refcount all the IFX_ stream classes all the time. by tsepez · 8 years ago
  3. 8f87550 re-enable skia caching by caryclark · 8 years ago
  4. 6bdb56c Fix FPDF_GetPageLabel API typo. by dsinclair · 8 years ago
  5. fa89a20 Make concrete stream classes private to .cpp, part 4. by tsepez · 8 years ago
  6. bea0497 Make more concrete stream classes private to .cpp files by tsepez · 8 years ago
  7. 0275910 Protect against unexpected library create/destroy by tsepez · 8 years ago
  8. 345d489 Convert loose FX_Create* functions into static methods by tsepez · 8 years ago
  9. 05e0169 Make FDF document creation return unique_ptrs by tsepez · 8 years ago
  10. a78ba60 Add FPDF_RenderPageBitmapWithMatrix API. by thestig · 8 years ago
  11. 9067fd6 Add APIs for limited use of document tagged code. by thestig · 8 years ago
  12. 733e068 Add API for getting page labels. by thestig · 8 years ago
  13. 1a7534a Rename IFWL_App to CFWL_App by dsinclair · 8 years ago
  14. d643729 Rename IFWL_Timer and IFWL_TimerInfo by dsinclair · 8 years ago
  15. 687fbde handle antialiased rendering as premultiplied by caryclark · 8 years ago
  16. dc7ec03 Add a regression test for rasterizing PDFs. by thestig · 8 years ago
  17. 4ccdb14 Remove iCompress parameter to CPDF_Image::SetImage(). by thestig · 8 years ago
  18. 8a5e15d Make CPDF_ImageObject::m_Matrix private. by thestig · 8 years ago
  19. 9e05ee1 Make CPDF_Stream() take unique_ptr's to its dictionary. by tsepez · 8 years ago
  20. 85c8e7f Fixup lint flags. by Dan Sinclair · 8 years ago
  21. dd17234 Split fwl/core class pt I. by dsinclair · 8 years ago
  22. 0e606b5 Make CPDF_Dictionary use unique pointers. by tsepez · 8 years ago
  23. 5913a6c Make CPDF_Object subclass constructors intern strings by tsepez · 8 years ago
  24. 8a3aa45 Make CPDF_Array take unique_ptrs by tsepez · 8 years ago
  25. 49c5928 Replace fcvt with std::stringstream in AFNumber_Format by npm · 8 years ago
  26. 70c4afd Make AddIndirectObject() take a unique_ptr. by tsepez · 8 years ago
  27. 88d87c1 Fix nits in CPDF_PageOrganizer. by thestig · 8 years ago
  28. c75dcd2 Invalidate a slightly larger rect when updating popup annotations. by thestig · 8 years ago
  29. c64b76c Cleanup remaining IFWL files for visiblity and usage. by dsinclair · 8 years ago
  30. 6e1d603 Fix unique ptrs in fpdfppo.cpp by tsepez · 8 years ago
  31. 211d4ed Add fpdfppo_embeddertest.cpp. by tsepez · 8 years ago
  32. 5937d0d Fix sevg above CPDF_PageContentGenerator::ProcessImage() by tsepez · 8 years ago
  33. be6b148 Free the FPDF_SYSFONTINFO_DEFAULT instead of delete by npm · 8 years ago
  34. 61f8e9c Do not load main cross ref table for first page in linearized pdf. by art-snake · 8 years ago
  35. 6173c9d Tidy fpdfsdk/fpdf_flatten.cpp by tsepez · 8 years ago
  36. 335cf09 Return unique_ptr from CPDF_Object::Clone(). by tsepez · 8 years ago
  37. 7b3252f Fix regression in annotation key event handling. by thestig · 8 years ago
  38. d0ecd89 Fix abort above FPDFPage_Flatten by tsepez · 8 years ago
  39. 788217d Add FPDF_FreeDefaultSystemFontInfo API by npm · 8 years ago
  40. 2599ff7 Fix CPDFSDK_FormFillEnvironment destruction order by tsepez · 8 years ago
  41. c59fa88 Add FPDFDest_GetLocationInPage API by dsinclair · 8 years ago
  42. 4e597c8 Force compiler to deduce src type for checked_cast<dst, src>. by tsepez · 8 years ago
  43. 04bebfe Implement FPDF_VIEWERREF_GetName() API. by thestig · 8 years ago
  44. c5267c5 Revert: Only create widgets if really needed by dsinclair · 8 years ago
  45. 33fdebc Reland "Remove CPDF_Object::Release() in favor of direct delete" by tsepez · 8 years ago
  46. f0d5b6c Revert of Remove CPDF_Object::Release() in favor of direct delete (patchset #11 id:200001 of https://codereview.chromium.org/2384883003/ ) by dsinclair · 8 years ago
  47. 4de3d09 Remove CPDF_Object::Release() in favor of direct delete by tsepez · 8 years ago
  48. 4cf5515 Remove FX_BOOL from fpdfsdk. by tsepez · 8 years ago
  49. 521b750 Rename CPDFXFA_Document to CPDFXFA_Context by dsinclair · 8 years ago
  50. 25ec646 Merge CPDFXFA_App into CPDFXFA_Document. by dsinclair · 8 years ago
  51. 8837c91 Reland: Make the CPDFXFA_App non-global by dsinclair · 8 years ago
  52. 461b1d9 Fix loading page using hint tables. by art-snake · 8 years ago
  53. 2085538 Remove FWL globals. by dsinclair · 8 years ago
  54. dc0401a Fix one more FX_BOOL / int issue in fpdfsdk by tsepez · 8 years ago
  55. 95e5834 Continue fixing FX_BOOL / int noise by tsepez · 8 years ago
  56. 71ba588 Fix more FX_BOOL / int noise in core/fpdfsdk by tsepez · 8 years ago
  57. f39074c Fix some FX_BOOL / int noise in fxcrt. by tsepez · 8 years ago
  58. e5cb0b1 Take advantage of implicit std::unique_ptr<>(nulltpr_t) ctor. by tsepez · 8 years ago
  59. 16b703c Fix some bool/int mismatches. by tsepez · 8 years ago
  60. 04c1009 Fix some return FALSE in functions that return pointers by tsepez · 8 years ago
  61. ad2441e Rename IFX_ stream names by tsepez · 8 years ago
  62. 2f2b58c Remove dead code in CPDF_CustomAccess by tsepez · 8 years ago
  63. dadea5f Make Document::m_IconList a vector of IconElements. (try 2) by thestig · 8 years ago
  64. 09bad1c Revert of Make Document::m_IconList a vector of IconElements. (patchset #2 id:20001 of https://codereview.chromium.org/2428743004/ ) by dsinclair · 8 years ago
  65. f328d0d Make Document::m_IconList a vector of IconElements. by thestig · 8 years ago
  66. 8021a64 FPDFPage_TransformAnnots(): don't re-insert unowned object on top of itself by tsepez · 8 years ago
  67. d5bd8a1 Revert "Make CPDF_Object containers hold objects via unique pointers." by tsepez · 8 years ago
  68. c25a421 Revert "Update CPDF_IndirectObjectHolder APIs for unique objects." by Tom Sepez · 8 years ago
  69. 3ba0985 Update CPDF_IndirectObjectHolder APIs for unique objects. by tsepez · 8 years ago
  70. 1d02388 Make CPDF_Object containers hold objects via unique pointers. by tsepez · 8 years ago
  71. 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
  72. f3736bc Reland: Make the CPDFXFA_App non-global by dsinclair · 8 years ago
  73. a4060a3 Remove duplicate FWL key flags by dsinclair · 8 years ago
  74. b685e64 Revert of Make the CPDFXFA_App non-global (patchset #3 id:80001 of https://codereview.chromium.org/2416753002/ ) by dsinclair · 8 years ago
  75. abefb79 Make the CPDFXFA_App non-global by dsinclair · 8 years ago
  76. f51e4dc Cleanup CPDFXFA_App methods by dsinclair · 8 years ago
  77. 6c659ab Cleanup nits from merge CL by dsinclair · 8 years ago
  78. 8779fa8 Cleanup env variable names by dsinclair · 8 years ago
  79. 7cbe68e Merge CPDFSDK_Document into CPDFSDK_FormFillEnvironment by dsinclair · 8 years ago
  80. 74b8c6e Get rid of CFX_ArrayTemplate<CPDF_Object*> by tsepez · 8 years ago
  81. a30537f Remove unused widget handler overrides by dsinclair · 8 years ago
  82. 709f5a9 Fixup formfiller cleanup by dsinclair · 8 years ago
  83. cf38161 Remove remaining CPDFSDK_Document references by dsinclair · 8 years ago
  84. 655fcca Convert CPDFXFA_Document to use CPDFSDK_FormFillEnvironment by dsinclair · 8 years ago
  85. f3fbe83 Convert fpdfformfill to use CPDFSDK_FormFillEnvironment by dsinclair · 8 years ago
  86. 19c198b Convert CPDFSDK_ActionHandler to CPDFSDK_FormFillEnvironment by dsinclair · 8 years ago
  87. 82e1767 Convert IJS_Runtime to CPDFSDK_FormFillEnvironment by dsinclair · 8 years ago
  88. 4526faf Remove CPDFSDK_Document from IJS_Context by dsinclair · 8 years ago
  89. 3a7741a Convert Field to use CPDFSDK_FormFillEnvironment by dsinclair · 8 years ago
  90. b402b17 Convert CPDFSDK_PageView to have a CPDFSDK_FormFillEnvironment by dsinclair · 8 years ago
  91. 690c033 Convert CPDFSDK_InterForm to take a CPDFSDK_FormFillEnvironment by dsinclair · 8 years ago
  92. 381fc83 Add method to convert to an indirect object in a dictionary. by tsepez · 8 years ago
  93. 065c350 Split m_InstalledTTFonts into two vectors to avoid sketchy logic. by npm · 8 years ago
  94. ca03f7a Fixup MSan embeddertests by Dan Sinclair · 8 years ago
  95. f7ca730 Remove m_pOccontent from CPDFSDK_Document by dsinclair · 8 years ago
  96. 735606d Rename CPDFSDK_Environment to CPDFSDK_FormfillEnvironment by dsinclair · 8 years ago
  97. 2116105 Remove ownership of CPDFSDK_Document from CPDFXFA_Document by dsinclair · 8 years ago
  98. 8afe15a Cleanup some CPDFSDK_PageView annotation code. by dsinclair · 8 years ago
  99. 4d29e78 Rename fpdfsdk/fpdfxfa files to match contents by dsinclair · 8 years ago
  100. 98151ca Cleanup DEPS files by dsinclair · 8 years ago