1. 0e606b5 Make CPDF_Dictionary use unique pointers. by tsepez · 8 years ago
  2. 5913a6c Make CPDF_Object subclass constructors intern strings by tsepez · 8 years ago
  3. 8a3aa45 Make CPDF_Array take unique_ptrs by tsepez · 8 years ago
  4. 014b012 Clean up fpdf_page_parsers by npm · 8 years ago[Renamed (67%) from core/fpdfapi/page/fpdf_page_parser_old.cpp]
  5. 33fdebc Reland "Remove CPDF_Object::Release() in favor of direct delete" by tsepez · 8 years ago
  6. 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
  7. 4de3d09 Remove CPDF_Object::Release() in favor of direct delete by tsepez · 8 years ago
  8. 12f3e4a Remove FX_BOOL from core by tsepez · 8 years ago
  9. 16b703c Fix some bool/int mismatches. by tsepez · 8 years ago
  10. 9fa95ef Rename fpdf_page_doc.cpp -> cpdf_docpagedata.h by tsepez · 8 years ago
  11. e883afc Removed unused stuff, some FX_BOOL, and cleanup pageint.h a bit by npm · 8 years ago
  12. 488b7ad Move core/fpdfapi/fpdf_parser to core/fpdfapi/parser by dsinclair · 8 years ago
  13. 41872fa Move core/fpdfapi/fpdf_page to core/fpdfapi/page by dsinclair · 8 years ago[Renamed (98%) from core/fpdfapi/fpdf_page/fpdf_page_parser_old.cpp]
  14. bc5e6d2 Move core/fpdfapi/fpdf_font to core/fpdfapi/font by dsinclair · 8 years ago
  15. 74a34fc Move core/fxge/include to core/fxge by dsinclair · 8 years ago
  16. a52ab74 Move core/fxcrt/include to core/fxcrt by dsinclair · 8 years ago
  17. 8a4e286 Move core/fxcodec/codec/include and core/fxcodec/include files up by dsinclair · 8 years ago
  18. 39c62fd Move core/fpdfapi/include to core/fpdfapi by dsinclair · 8 years ago
  19. c6c425a Move core/fpdfapi/fpdf_parser/include to core/fpdfapi/fpdf_parser by dsinclair · 8 years ago
  20. 8a752ab Move core/fpdfapi/fpdf_page/include to core/fpdfapi/fpdf_page by dsinclair · 8 years ago
  21. 698c571 Use string pools in some dictionaries, names, and strings. by tsepez · 8 years ago
  22. 38fd844 Rename dictionary set and get methods by dsinclair · 8 years ago
  23. bbee445 Make CPDF_GeneralState have a CPDF_GeneralStateData by tsepez · 8 years ago
  24. ca90b87 Make CPDF_ColorState have a CFX_ColorStateData rather than inheriting by tsepez · 8 years ago
  25. fbda17d Make CPDF_TextState have a CPDF_TextStateData rather than inheriting one. by tsepez · 8 years ago
  26. d24c3a6 Revert "Add -> operators to CFX_CountRef." by tsepez · 8 years ago
  27. 5960143 Revert "Replace wrapper methods in CPDF_Path with -> operator." by tsepez · 8 years ago
  28. adbd329 Revert "Use ->() in CPDF_ColorState" by tsepez · 8 years ago
  29. 91ddd3f Use ->() in CPDF_ColorState by tsepez · 8 years ago
  30. d09a097 Replace wrapper methods in CPDF_Path with -> operator. by tsepez · 8 years ago
  31. c10c23a Add -> operators to CFX_CountRef. by tsepez · 8 years ago
  32. 987f3ee Make CFX_CountRef<>::m_pObject private, add accessors, fix const-ness. by tsepez · 8 years ago
  33. 83d2351 Remove CFX_CountRef::IsNull in favor of operator bool by tsepez · 8 years ago
  34. 9ada2d8 Move CFX_RenderDevice, CFX_FxgeDevice, and CFX_GraphStateData into their own files. by npm · 8 years ago
  35. 823df2a Cleanup CPDF_DocPageData release methods and callers. by thestig · 8 years ago
  36. 4997b22 Get rid of NULLs in core/ by thestig · 8 years ago
  37. 71a452f Make CFX_ByteString(const CFX_ByteStringC&) explicit. by tsepez · 8 years ago
  38. 8e957ba Fix stack overflow from nested arrays. by thestig · 8 years ago
  39. 12168d7 CPDF_Document::LoadPattern() and friends always have a valid matrix. by thestig · 8 years ago
  40. 5cc2465 Clean up CPDF_Page. by thestig · 8 years ago
  41. 8e4c505 Rename CFX_ByteTextBuf::GetByteString() to AsStringC(). by tsepez · 8 years ago
  42. 7b1ccf9 Make CPDF_Dictionary methods take CFX_ByteString arguments by tsepez · 8 years ago
  43. d55e11e Remove ICodec_* Interfaces. by dsinclair · 8 years ago
  44. 4c3debb Rename both As{Byte,Wide}StringC() helpers to AsStringC(). by tsepez · 8 years ago
  45. 86e5474 Move include/fxcodec to fxcodec/include by dsinclair · 8 years ago
  46. 4e20094 Rename FX_SAFE_DWORD to FX_SAFE_UINT32 by dsinclair · 8 years ago
  47. 28f97ff Make down-conversion explicit from CFX_ByteString to CFX_ByteStringC. by tsepez · 8 years ago
  48. bd56755 Rename GetElementValue() to GetDirectObject{By,At}(). by tsepez · 8 years ago
  49. 8940993 Reduce signed/unsigned comparison warnings by Wei Li · 8 years ago
  50. b5e8f14 Remove FX_DWORD from core/ and delete definition by tsepez · 8 years ago
  51. 282cee1 Remove strange integral constants for "true", "false", "%PDF". by Tom Sepez · 8 years ago
  52. 61b2fc7 Split core/include/fpdfapi/fpdf_resource.h by dan sinclair · 8 years ago
  53. a8a28e0 Move core/include/fxcrt to core/fxcrt/include. by Dan Sinclair · 8 years ago
  54. d4e8f12 Re-enable several MSVC warnings by Wei Li · 8 years ago
  55. 584b1e6 Move core/include/fpdfapi/fpdf_pageobj.h into core/fpdfapi. by Dan Sinclair · 8 years ago
  56. 455a419 Move core/include/fpdfapi/fpdf_page.h to correct locations. by Dan Sinclair · 8 years ago
  57. aa403d3 core/include/fdpfapi cleanup Part I. by Dan Sinclair · 8 years ago
  58. 764ec51 Move core/src/ up to core/. by Dan Sinclair · 8 years ago[Renamed (99%) from core/src/fpdfapi/fpdf_page/fpdf_page_parser_old.cpp]
  59. 5fc239a Split fpdf_parser_objects.cpp into per-class .cpp/.h files. by Tom Sepez · 8 years ago
  60. f040890 Split apart the remainder of fpdf_render_render.cpp into per-class files. by Tom Sepez · 8 years ago
  61. 8388037 Split off CPDF_Parser and CPDF_SimpleParser into .h/.cpp files by Tom Sepez · 9 years ago
  62. 310438f Split off CPDF_Document into its own .cpp/.h files. by Tom Sepez · 9 years ago
  63. 1c91537 Combine StrToInt methods. by Dan Sinclair · 9 years ago
  64. 7cf13c9 Remove PageObject's m_Type and add As<Type> functions by Wei Li · 9 years ago
  65. 2398d89 Remove CFX_PtrList from renderer main loop. by Tom Sepez · 9 years ago
  66. 32c7081 Split CPDF_PageObjectHolder off from CPDF_PageObjectList by Tom Sepez · 9 years ago
  67. 9b76113 Merge to XFA: Member function name refactoring by Wei Li · 9 years ago
  68. 8e5cd19 Merge to XFA: War on #defines, part 1. by Tom Sepez · 9 years ago
  69. b5b2a91 Mege to XFA: Redo CPDF_PageObjects - part 1 by Tom Sepez · 9 years ago
  70. dc4d504 Merge to XFA: Keep all member functions of one class in a single file. by Wei Li · 9 years ago
  71. 111d8db Merge to XFA: Use unique_ptr in fpdf_page/. by Tom Sepez · 9 years ago
  72. 1b97664 Merge to XFA: Clean up misc nits found while fixing bugs. by Lei Zhang · 9 years ago
  73. aa8bf7e Merge to XFA: Switch from nonstd::unique_ptr to std::unique_ptr. by Lei Zhang · 9 years ago
  74. 4880d1a Merge to XFA: Get rid of a few CPDF_Object Create() methods and just use new instead. by Lei Zhang · 9 years ago
  75. 412e908 Merge to XFA: Get rid of most instance of 'foo == NULL' by Lei Zhang · 9 years ago
  76. 96660d6 Merge to XFA: Get rid of most instance of 'foo != NULL' by Lei Zhang · 9 years ago
  77. d983b09 Merge to XFA: Remove FX_BSTRC. by Lei Zhang · 9 years ago
  78. 60d909e Merge to XFA: Remove CFX_AffineMatrix/CPDF_Matrix by Tom Sepez · 9 years ago
  79. 10cfea1 Merge to XFA: Reland "Cleanup some numeric code."" by Dan Sinclair · 9 years ago
  80. 61aad4f Merge to XFA: Cleanup CPDF_Stream: by Lei Zhang · 9 years ago
  81. a9fa50f Merge to XFA: Fix relative includes within core/ by Lei Zhang · 9 years ago
  82. 8698aff Merge to XFA: Add some nullptr checks that were missing from commit f7992b39. by Lei Zhang · 9 years ago
  83. 4d6f03a Merge to XFA: Add a test for the HexDecode method. by Dan Sinclair · 9 years ago
  84. 806af3a Merge to XFA: Add PDFCharIsLineEnding helper by Dan Sinclair · 9 years ago
  85. 8018960 Merge to XFA: Add constants for the path operators. by Dan Sinclair · 9 years ago
  86. 90c9005 Merge to XFA: Add PositionIsInBounds to CPDF_StreamParser by Dan Sinclair · 9 years ago
  87. 6947287 Merge to XFA: Add helpers to check the PDF_CharType. by Dan Sinclair · 9 years ago
  88. d8155ac Merge to XFA: Remove default argument from CPDF_Dictionary::SetAt(). by Lei Zhang · 9 years ago
  89. aa435ba Merge to XFA: Add type cast definitions for CPDF_Stream. by Dan Sinclair · 9 years ago
  90. 2b11dc1 Merge to XFA: Add type cast definitions for CPDF_Array. by Dan Sinclair · 9 years ago
  91. 710c909 Merge to XFA: Add type cast definitions for CPDF_Name. by Dan Sinclair · 9 years ago
  92. ef66fb6 Merge to XFA: Plug a leak in CPDF_StreamParser::ReadInlineStream by Oliver Chang · 9 years ago
  93. e95f39f Merge to XFA: Clean up some image decoder classes: by Lei Zhang · 9 years ago
  94. 3789056 Merge to XFA: Fix the issue that pdfium swallows 'fi' or 'ff' in some pdf files by Lei Zhang · 9 years ago
  95. da180e9 Merge to XFA: Don't bother checking pointers before delete[] and FX_Free(). by Lei Zhang · 9 years ago
  96. 9d8ec5a XFA: clang-format all pdfium code. by Nico Weber · 9 years ago
  97. 1f3442c Merge to XFA: FX_BOOL combo patch. by Tom Sepez · 9 years ago
  98. 2f2ffec Merge to XFA - else after returns. by Tom Sepez · 9 years ago
  99. 98e7701 Merge to XFA: Make ContentStreamParser members private, fix constructor by Tom Sepez · 9 years ago
  100. 2827bdd Cherry-pick to XFA: Fix some clang warnings with -Wmissing-braces in pdfium. by Nico Weber · 9 years ago