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. 70c4afd Make AddIndirectObject() take a unique_ptr. by tsepez · 8 years ago
  5. 88d87c1 Fix nits in CPDF_PageOrganizer. by thestig · 8 years ago
  6. 6e1d603 Fix unique ptrs in fpdfppo.cpp by tsepez · 8 years ago
  7. 335cf09 Return unique_ptr from CPDF_Object::Clone(). by tsepez · 8 years ago
  8. 33fdebc Reland "Remove CPDF_Object::Release() in favor of direct delete" by tsepez · 8 years ago
  9. 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
  10. 4de3d09 Remove CPDF_Object::Release() in favor of direct delete by tsepez · 8 years ago
  11. 4cf5515 Remove FX_BOOL from fpdfsdk. by tsepez · 8 years ago
  12. d5bd8a1 Revert "Make CPDF_Object containers hold objects via unique pointers." by tsepez · 8 years ago
  13. c25a421 Revert "Update CPDF_IndirectObjectHolder APIs for unique objects." by Tom Sepez · 8 years ago
  14. 3ba0985 Update CPDF_IndirectObjectHolder APIs for unique objects. by tsepez · 8 years ago
  15. 1d02388 Make CPDF_Object containers hold objects via unique pointers. by tsepez · 8 years ago
  16. 488b7ad Move core/fpdfapi/fpdf_parser to core/fpdfapi/parser by dsinclair · 8 years ago
  17. 114e46a Move fpdfsdk/include to fpdfsdk by dsinclair · 8 years ago
  18. c6c425a Move core/fpdfapi/fpdf_parser/include to core/fpdfapi/fpdf_parser by dsinclair · 8 years ago
  19. 698c571 Use string pools in some dictionaries, names, and strings. by tsepez · 8 years ago
  20. bb577af Remove some objnum locals with AddIndirectObject by tsepez · 8 years ago
  21. 38fd844 Rename dictionary set and get methods by dsinclair · 8 years ago
  22. f86ca38 Remove more strcmp/memcmp usage. by tsepez · 8 years ago
  23. a470b5e Fix stack overflow in object Clone() functions by weili · 8 years ago
  24. 71a452f Make CFX_ByteString(const CFX_ByteStringC&) explicit. by tsepez · 8 years ago
  25. 7b1ccf9 Make CPDF_Dictionary methods take CFX_ByteString arguments by tsepez · 9 years ago
  26. b4c9f3f Remove implicit cast from CFX_ByteString to (const char*). by tsepez · 9 years ago
  27. e1aebd4 Use std::vector as internal storage for CPDF_Array by Wei Li · 9 years ago
  28. 4c3debb Rename both As{Byte,Wide}StringC() helpers to AsStringC(). by tsepez · 9 years ago
  29. 28f97ff Make down-conversion explicit from CFX_ByteString to CFX_ByteStringC. by tsepez · 9 years ago
  30. 9f2970c Remove CFX_{Byte,Wide}String::Equal in favor of "==". by tsepez · 9 years ago
  31. bd56755 Rename GetElementValue() to GetDirectObject{By,At}(). by tsepez · 9 years ago
  32. c3255f5 Remove FX_DWORD from fpdfsdk/ and testing by tsepez · 9 years ago
  33. 62a70f9 Remove FX_WORD in favor of uint16_t. by Tom Sepez · 9 years ago
  34. d4e8f12 Re-enable several MSVC warnings by Wei Li · 9 years ago
  35. 584b1e6 Move core/include/fpdfapi/fpdf_pageobj.h into core/fpdfapi. by Dan Sinclair · 9 years ago
  36. aa403d3 core/include/fdpfapi cleanup Part I. by Dan Sinclair · 9 years ago
  37. f766ad2 Move fpdfsdk/src up to fpdfsdk/. by Dan Sinclair · 9 years ago[Renamed from fpdfsdk/src/fpdfppo.cpp]
  38. 5fc239a Split fpdf_parser_objects.cpp into per-class .cpp/.h files. by Tom Sepez · 9 years ago
  39. 3ebd121 Review and cleanup lint warnings. by Dan Sinclair · 9 years ago
  40. 310438f Split off CPDF_Document into its own .cpp/.h files. by Tom Sepez · 9 years ago
  41. 11d9355 Banish CFX_WordArray to XFA-land. by Tom Sepez · 9 years ago
  42. 9b76113 Merge to XFA: Member function name refactoring by Wei Li · 9 years ago
  43. 8e5cd19 Merge to XFA: War on #defines, part 1. by Tom Sepez · 9 years ago
  44. bd292ae Merge to XFA: Fix some iterator invalidation issues while traversing CPDF_Dictionary. by Oliver Chang · 9 years ago
  45. 3f1c71f Merge to XFA: Use std::map as CPDF_Dictionary's underlying store. by Oliver Chang · 9 years ago
  46. aa8bf7e Merge to XFA: Switch from nonstd::unique_ptr to std::unique_ptr. by Lei Zhang · 9 years ago
  47. 4880d1a Merge to XFA: Get rid of a few CPDF_Object Create() methods and just use new instead. by Lei Zhang · 9 years ago
  48. d983b09 Merge to XFA: Remove FX_BSTRC. by Lei Zhang · 9 years ago
  49. 214947d XFA: Needless include in pdfppo.cpp by Tom Sepez · 9 years ago
  50. c7e4c4f Update XFA fpdfsdk to match master by Tom Sepez · 9 years ago
  51. bde53d2 Merge to XFA: Remove relative includes. by Lei Zhang · 9 years ago
  52. b4e7f30 Merge to XFA: Fix all relative includes to public. by Lei Zhang · 9 years ago
  53. 8241df7 Merge to XFA: Fix all relative includes to third_party. by Lei Zhang · 9 years ago
  54. bf81c14 Merge to XFA: Revert "Revert "Add type cast definitions for CPDF_Reference."" by Dan Sinclair · 9 years ago
  55. aa435ba Merge to XFA: Add type cast definitions for CPDF_Stream. by Dan Sinclair · 9 years ago
  56. 2b11dc1 Merge to XFA: Add type cast definitions for CPDF_Array. by Dan Sinclair · 9 years ago
  57. 710c909 Merge to XFA: Add type cast definitions for CPDF_Name. by Dan Sinclair · 9 years ago
  58. f1251c1 [Merge to XFA] Revert "Revert "Add type cast definitions for CPDF_Dictionary."" by Dan Sinclair · 9 years ago
  59. 471a103 Merge to XFA: Introduce CPDF_DocumentFromFPDFDocument(). by Tom Sepez · 9 years ago
  60. 9d8ec5a XFA: clang-format all pdfium code. by Nico Weber · 9 years ago
  61. 2f2ffec Merge to XFA - else after returns. by Tom Sepez · 9 years ago
  62. a6d9f0e Remove trailing whitespaces in fpdfsdk, XFA edition. by Lei Zhang · 9 years ago
  63. 60f507b Merge to XFA: Cleanup: Get this rid of "this->" in fpdfsdk/ by Lei Zhang · 9 years ago
  64. d7e5cc7 Merge to XFA: Remove typdefs for pointer types in fx_system.h. by Tom Sepez · 9 years ago
  65. bfa9a82 Merge to XFA: Use stdint.h types throughout PDFium. by Tom Sepez · 9 years ago
  66. 1ed8a21 Merge to XFA: Create top-level public/ header directory. by Tom Sepez · 9 years ago
  67. 207299b XFA: merge patch from issue 801913002 and 804463003 by John Abd-El-Malek · 10 years ago
  68. fdc00a7 Merge XFA to PDFium master at 4dc95e7 on 10/28/2014 by Bo Xu · 10 years ago
  69. 4cf3695 The cause of this issue is that there is an indirect object like '112 0 R' but no its direct object '112 0 object' in the test pdf file. Without checking the validity, it causes a null pointer when trying to get the direct object by an indirect object. by Jun Fang · 10 years ago
  70. d38a35e Treat null Parent as no Parent for dictionary objects by Bo Xu · 10 years ago
  71. 287e11a Remove "this==NULL" and adjust corresponding callers by Bo Xu · 10 years ago
  72. 3f3b45c Convert all line endings to LF. by John Abd-El-Malek · 10 years ago
  73. 5110c47 Initial commit. by John Abd-El-Malek · 10 years ago