1. d361005 Fix code in fpdf_flatten.cpp that does no make sense. by Lei Zhang · 7 years ago
  2. f0f2a2a Fix a buffer overflow in FPDFPage_Flatten(). by Lei Zhang · 7 years ago
  3. 4cb82ee Convert more c-style pointers to CFX_UnownedPtr by Tom Sepez · 8 years ago
  4. afd0d1f RefCount CPDF_StreamAcc all the time. by Tom Sepez · 8 years ago
  5. 0bb1333 Add some calls to MakeUnique by Dan Sinclair · 8 years ago
  6. 05df075 Replace FX_FLOAT with underlying float type. by Dan Sinclair · 8 years ago
  7. 812e96c Replace FX_CHAR and FX_WCHAR with underlying types. by Dan Sinclair · 8 years ago
  8. 9e05ee1 Make CPDF_Stream() take unique_ptr's to its dictionary. by tsepez · 8 years ago
  9. 0e606b5 Make CPDF_Dictionary use unique pointers. by tsepez · 8 years ago
  10. 8a3aa45 Make CPDF_Array take unique_ptrs by tsepez · 8 years ago
  11. 70c4afd Make AddIndirectObject() take a unique_ptr. by tsepez · 8 years ago
  12. 6173c9d Tidy fpdfsdk/fpdf_flatten.cpp by tsepez · 8 years ago
  13. 335cf09 Return unique_ptr from CPDF_Object::Clone(). by tsepez · 8 years ago
  14. d0ecd89 Fix abort above FPDFPage_Flatten by tsepez · 8 years ago
  15. 4cf5515 Remove FX_BOOL from fpdfsdk. by tsepez · 8 years ago
  16. d5bd8a1 Revert "Make CPDF_Object containers hold objects via unique pointers." by tsepez · 8 years ago
  17. c25a421 Revert "Update CPDF_IndirectObjectHolder APIs for unique objects." by Tom Sepez · 8 years ago
  18. 3ba0985 Update CPDF_IndirectObjectHolder APIs for unique objects. by tsepez · 8 years ago
  19. 1d02388 Make CPDF_Object containers hold objects via unique pointers. by tsepez · 8 years ago
  20. 74b8c6e Get rid of CFX_ArrayTemplate<CPDF_Object*> by tsepez · 8 years ago
  21. 381fc83 Add method to convert to an indirect object in a dictionary. by tsepez · 8 years ago
  22. 488b7ad Move core/fpdfapi/fpdf_parser to core/fpdfapi/parser by dsinclair · 8 years ago
  23. 41872fa Move core/fpdfapi/fpdf_page to core/fpdfapi/page by dsinclair · 8 years ago
  24. 114e46a Move fpdfsdk/include to fpdfsdk by dsinclair · 8 years ago
  25. 1727aee Move core/fpdfdoc/include to core/fpdfdoc by dsinclair · 8 years ago
  26. c6c425a Move core/fpdfapi/fpdf_parser/include to core/fpdfapi/fpdf_parser by dsinclair · 8 years ago
  27. 8a752ab Move core/fpdfapi/fpdf_page/include to core/fpdfapi/fpdf_page by dsinclair · 8 years ago
  28. 698c571 Use string pools in some dictionaries, names, and strings. by tsepez · 8 years ago
  29. bb577af Remove some objnum locals with AddIndirectObject by tsepez · 8 years ago
  30. e6db16e Clean up CPDF_Stream. by tsepez · 8 years ago
  31. 38fd844 Rename dictionary set and get methods by dsinclair · 8 years ago
  32. cac704d Split fpdfdoc/include/fpdf_doc.h into individual classes. by dsinclair · 8 years ago
  33. 2fad11a Simplify CPDF_TextPage::FindTextlineFlowOrientation(). by thestig · 8 years ago
  34. 1cd352e Get rid of NULLs in fpdfsdk/ by thestig · 8 years ago
  35. 12367cb Fix some code which causes warnings when compiled by /analyze tool by weili · 8 years ago
  36. db444d2 Fix all the code which has duplicate variable declarations by weili · 8 years ago
  37. 5cc2465 Clean up CPDF_Page. by thestig · 9 years ago
  38. 7b1ccf9 Make CPDF_Dictionary methods take CFX_ByteString arguments by tsepez · 9 years ago
  39. cfd4d57 Make converstion explicit from CFX_ByteString to uint8_t* by tsepez · 9 years ago
  40. 4c3debb Rename both As{Byte,Wide}StringC() helpers to AsStringC(). by tsepez · 9 years ago
  41. 28f97ff Make down-conversion explicit from CFX_ByteString to CFX_ByteStringC. by tsepez · 9 years ago
  42. bd56755 Rename GetElementValue() to GetDirectObject{By,At}(). by tsepez · 9 years ago
  43. c3255f5 Remove FX_DWORD from fpdfsdk/ and testing by tsepez · 9 years ago
  44. 61b2fc7 Split core/include/fpdfapi/fpdf_resource.h by dan sinclair · 9 years ago
  45. 584b1e6 Move core/include/fpdfapi/fpdf_pageobj.h into core/fpdfapi. by Dan Sinclair · 9 years ago
  46. 455a419 Move core/include/fpdfapi/fpdf_page.h to correct locations. by Dan Sinclair · 9 years ago
  47. aa403d3 core/include/fdpfapi cleanup Part I. by Dan Sinclair · 9 years ago
  48. f766ad2 Move fpdfsdk/src up to fpdfsdk/. by Dan Sinclair · 9 years ago[Renamed from fpdfsdk/src/fpdf_flatten.cpp]
  49. 5fc239a Split fpdf_parser_objects.cpp into per-class .cpp/.h files. by Tom Sepez · 9 years ago
  50. 310438f Split off CPDF_Document into its own .cpp/.h files. by Tom Sepez · 9 years ago
  51. 281a9ea Re-land "Replace CPDF_Rect and CPDF_Point with CFX types." by Tom Sepez · 9 years ago
  52. 566b974 Revert "Replace CPDF_Rect and CPDF_Point with CFX types." by Tom Sepez · 9 years ago
  53. 3b8fdd3 Replace CPDF_Rect and CPDF_Point with CFX types. by Tom Sepez · 9 years ago
  54. 2398d89 Remove CFX_PtrList from renderer main loop. by Tom Sepez · 9 years ago
  55. 32c7081 Split CPDF_PageObjectHolder off from CPDF_PageObjectList by Tom Sepez · 9 years ago
  56. 9b76113 Merge to XFA: Member function name refactoring by Wei Li · 9 years ago
  57. 8e5cd19 Merge to XFA: War on #defines, part 1. by Tom Sepez · 9 years ago
  58. b5b2a91 Mege to XFA: Redo CPDF_PageObjects - part 1 by Tom Sepez · 9 years ago
  59. 375a864 Merge to XFA: Switch most min/max macros to std::min/max. by Lei Zhang · 9 years ago
  60. 3f1c71f Merge to XFA: Use std::map as CPDF_Dictionary's underlying store. by Oliver Chang · 9 years ago
  61. 60d909e Merge to XFA: Remove CFX_AffineMatrix/CPDF_Matrix by Tom Sepez · 9 years ago
  62. bde53d2 Merge to XFA: Remove relative includes. by Lei Zhang · 9 years ago
  63. b4e7f30 Merge to XFA: Fix all relative includes to public. by Lei Zhang · 9 years ago
  64. bf81c14 Merge to XFA: Revert "Revert "Add type cast definitions for CPDF_Reference."" by Dan Sinclair · 9 years ago
  65. aa435ba Merge to XFA: Add type cast definitions for CPDF_Stream. by Dan Sinclair · 9 years ago
  66. 2b11dc1 Merge to XFA: Add type cast definitions for CPDF_Array. by Dan Sinclair · 9 years ago
  67. f1251c1 [Merge to XFA] Revert "Revert "Add type cast definitions for CPDF_Dictionary."" by Dan Sinclair · 9 years ago
  68. a2deee1 Remove unused xfa and JS headers. by Tom Sepez · 9 years ago
  69. db0be96 Merge to XFA: Introduce CPDFPageFromFPFDPage() by Tom Sepez · 9 years ago
  70. 468e589 Changes to XFA to more closely match master. by Tom Sepez · 9 years ago
  71. cb78ef5 XFA: Remove checks for new returning NULL in fpdfsdk. by Lei Zhang · 9 years ago
  72. 077f1a3 XFA: clang-format all pdfium code, again. by Nico Weber · 9 years ago
  73. ae51c81 Kill off last uses of FX_NEW in XFA. by Tom Sepez · 9 years ago
  74. 9d8ec5a XFA: clang-format all pdfium code. by Nico Weber · 9 years ago
  75. 2827bdd Cherry-pick to XFA: Fix some clang warnings with -Wmissing-braces in pdfium. by Nico Weber · 9 years ago
  76. a6d9f0e Remove trailing whitespaces in fpdfsdk, XFA edition. by Lei Zhang · 9 years ago
  77. d7e5cc7 Merge to XFA: Remove typdefs for pointer types in fx_system.h. by Tom Sepez · 9 years ago
  78. 3c3201f Merge to XFA: Tidy public fpdfview.h and fpdf_flatten.h. by Tom Sepez · 10 years ago
  79. 1ed8a21 Merge to XFA: Create top-level public/ header directory. by Tom Sepez · 10 years ago
  80. c616483 XFA: merge patch from CL 733693003, get rid of FX_LPCSTR cast by Bo Xu · 10 years ago
  81. fdc00a7 Merge XFA to PDFium master at 4dc95e7 on 10/28/2014 by Bo Xu · 10 years ago
  82. 3f3b45c Convert all line endings to LF. by John Abd-El-Malek · 11 years ago
  83. 5110c47 Initial commit. by John Abd-El-Malek · 11 years ago