1. 2617056 Add constants for PDF 1.7 spec, table 3.4. by Lei Zhang · 6 years ago
  2. 5b1fd5c Fix trailing whitespace handling in CPDF_StreamParser::ReadInlineStream() by Tom Sepez · 6 years ago
  3. 6058efd Add span.h from chromium base. by Tom Sepez · 6 years ago
  4. e96e6fd Off-by-one in CPDF_StreamParser::ParseNextElement() by Tom Sepez · 6 years ago
  5. aa1c787 Guard usages of tellp(). It may return -1 in error cases. by Henrique Nakashima · 6 years ago
  6. b8d8680 Get rid of else after break/continue/return. by Lei Zhang · 7 years ago
  7. 875e98c Remove FX_STRSIZE and replace with size_t by Ryan Harrison · 7 years ago
  8. b872a93 Move CFX_WeakPtr to WeakPtr by Dan Sinclair · 7 years ago
  9. 7acd826 Forward declare codec modules in fx_codec.h. by Lei Zhang · 7 years ago
  10. 4b8d363 Move CCodec_ScanlineDecoder to its own file. by Lei Zhang · 7 years ago
  11. 275e260 Convert string class names by Ryan Harrison · 7 years ago
  12. aa3a9cd Convert int* references to FX_STRSIZE by Ryan Harrison · 7 years ago
  13. 548334e APIs and tests for retrieving raw/decoded data from image objects by Jane Liu · 7 years ago
  14. 18ae06d Basic APIs and tests for extracting attachments by Jane Liu · 7 years ago
  15. 995a601 Cleanup fpdf_parser_decode by Nicolas Pena · 7 years ago
  16. 0915087 Replacing CFX_ByteTextBuf with stringstream in cpdf_streamparser.cpp. by Henrique Nakashima · 7 years ago
  17. e8c1d41 Give a couple of char to int functions better names. by Lei Zhang · 7 years ago
  18. cfb1944 Cleanup the fx_extension code. by Dan Sinclair · 7 years ago
  19. c4a2b75 Cleanup string passing in core/fpdf* by Tom Sepez · 7 years ago
  20. 1c5d0b4 Drop FXSYS_ from mem methods by Dan Sinclair · 7 years ago
  21. a12159b Refactor some CPDF_ColorSpace code. by Lei Zhang · 7 years ago
  22. 812e96c Replace FX_CHAR and FX_WCHAR with underlying types. by Dan Sinclair · 7 years ago
  23. 6438c4f Limit parsing recursion levels in CPDF_StreamParser by Nicolas Pena · 7 years ago
  24. 2763fba Replace some loose (ptr, len) pairs with CFX_ByteStringC in fpdfapi. by tsepez · 7 years ago
  25. 04a4070 Missing null initializer in CPDF_StreamParser::ReadInlineStream by tsepez · 8 years ago
  26. 47fb8c0 Return unique_ptr from CFX_BinaryBuf::DetachBuffer() by tsepez · 8 years ago
  27. 974b4a6 Return unique_ptr<>s from fxcodec/ by tsepez · 8 years ago
  28. 1aff265 Continue splitting pageint.h into per-class files by tsepez · 8 years ago
  29. 12ff1eb Avoid calls to WrapUnique in CPDF_streamparser by tsepez · 8 years ago
  30. 06104a8 Remove some WrapUnique() calls by returing unique_ptrs by tsepez · 8 years ago
  31. 9e05ee1 Make CPDF_Stream() take unique_ptr's to its dictionary. by tsepez · 8 years ago
  32. 0e606b5 Make CPDF_Dictionary use unique pointers. by tsepez · 8 years ago
  33. 5913a6c Make CPDF_Object subclass constructors intern strings by tsepez · 8 years ago
  34. 8a3aa45 Make CPDF_Array take unique_ptrs by tsepez · 8 years ago
  35. 014b012 Clean up fpdf_page_parsers by npm · 8 years ago[Renamed (67%) from core/fpdfapi/page/fpdf_page_parser_old.cpp]
  36. 33fdebc Reland "Remove CPDF_Object::Release() in favor of direct delete" by tsepez · 8 years ago
  37. 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
  38. 4de3d09 Remove CPDF_Object::Release() in favor of direct delete by tsepez · 8 years ago
  39. 12f3e4a Remove FX_BOOL from core by tsepez · 8 years ago
  40. 16b703c Fix some bool/int mismatches. by tsepez · 8 years ago
  41. 9fa95ef Rename fpdf_page_doc.cpp -> cpdf_docpagedata.h by tsepez · 8 years ago
  42. e883afc Removed unused stuff, some FX_BOOL, and cleanup pageint.h a bit by npm · 8 years ago
  43. 488b7ad Move core/fpdfapi/fpdf_parser to core/fpdfapi/parser by dsinclair · 8 years ago
  44. 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]
  45. bc5e6d2 Move core/fpdfapi/fpdf_font to core/fpdfapi/font by dsinclair · 8 years ago
  46. 74a34fc Move core/fxge/include to core/fxge by dsinclair · 8 years ago
  47. a52ab74 Move core/fxcrt/include to core/fxcrt by dsinclair · 8 years ago
  48. 8a4e286 Move core/fxcodec/codec/include and core/fxcodec/include files up by dsinclair · 8 years ago
  49. 39c62fd Move core/fpdfapi/include to core/fpdfapi by dsinclair · 8 years ago
  50. c6c425a Move core/fpdfapi/fpdf_parser/include to core/fpdfapi/fpdf_parser by dsinclair · 8 years ago
  51. 8a752ab Move core/fpdfapi/fpdf_page/include to core/fpdfapi/fpdf_page by dsinclair · 8 years ago
  52. 698c571 Use string pools in some dictionaries, names, and strings. by tsepez · 8 years ago
  53. 38fd844 Rename dictionary set and get methods by dsinclair · 8 years ago
  54. bbee445 Make CPDF_GeneralState have a CPDF_GeneralStateData by tsepez · 8 years ago
  55. ca90b87 Make CPDF_ColorState have a CFX_ColorStateData rather than inheriting by tsepez · 8 years ago
  56. fbda17d Make CPDF_TextState have a CPDF_TextStateData rather than inheriting one. by tsepez · 8 years ago
  57. d24c3a6 Revert "Add -> operators to CFX_CountRef." by tsepez · 8 years ago
  58. 5960143 Revert "Replace wrapper methods in CPDF_Path with -> operator." by tsepez · 8 years ago
  59. adbd329 Revert "Use ->() in CPDF_ColorState" by tsepez · 8 years ago
  60. 91ddd3f Use ->() in CPDF_ColorState by tsepez · 8 years ago
  61. d09a097 Replace wrapper methods in CPDF_Path with -> operator. by tsepez · 8 years ago
  62. c10c23a Add -> operators to CFX_CountRef. by tsepez · 8 years ago
  63. 987f3ee Make CFX_CountRef<>::m_pObject private, add accessors, fix const-ness. by tsepez · 8 years ago
  64. 83d2351 Remove CFX_CountRef::IsNull in favor of operator bool by tsepez · 8 years ago
  65. 9ada2d8 Move CFX_RenderDevice, CFX_FxgeDevice, and CFX_GraphStateData into their own files. by npm · 8 years ago
  66. 823df2a Cleanup CPDF_DocPageData release methods and callers. by thestig · 8 years ago
  67. 4997b22 Get rid of NULLs in core/ by thestig · 8 years ago
  68. 71a452f Make CFX_ByteString(const CFX_ByteStringC&) explicit. by tsepez · 8 years ago
  69. 8e957ba Fix stack overflow from nested arrays. by thestig · 8 years ago
  70. 12168d7 CPDF_Document::LoadPattern() and friends always have a valid matrix. by thestig · 8 years ago
  71. 5cc2465 Clean up CPDF_Page. by thestig · 8 years ago
  72. 8e4c505 Rename CFX_ByteTextBuf::GetByteString() to AsStringC(). by tsepez · 8 years ago
  73. 7b1ccf9 Make CPDF_Dictionary methods take CFX_ByteString arguments by tsepez · 8 years ago
  74. d55e11e Remove ICodec_* Interfaces. by dsinclair · 8 years ago
  75. 4c3debb Rename both As{Byte,Wide}StringC() helpers to AsStringC(). by tsepez · 8 years ago
  76. 86e5474 Move include/fxcodec to fxcodec/include by dsinclair · 8 years ago
  77. 4e20094 Rename FX_SAFE_DWORD to FX_SAFE_UINT32 by dsinclair · 8 years ago
  78. 28f97ff Make down-conversion explicit from CFX_ByteString to CFX_ByteStringC. by tsepez · 8 years ago
  79. bd56755 Rename GetElementValue() to GetDirectObject{By,At}(). by tsepez · 8 years ago
  80. 8940993 Reduce signed/unsigned comparison warnings by Wei Li · 8 years ago
  81. b5e8f14 Remove FX_DWORD from core/ and delete definition by tsepez · 8 years ago
  82. 282cee1 Remove strange integral constants for "true", "false", "%PDF". by Tom Sepez · 8 years ago
  83. 61b2fc7 Split core/include/fpdfapi/fpdf_resource.h by dan sinclair · 8 years ago
  84. a8a28e0 Move core/include/fxcrt to core/fxcrt/include. by Dan Sinclair · 8 years ago
  85. d4e8f12 Re-enable several MSVC warnings by Wei Li · 8 years ago
  86. 584b1e6 Move core/include/fpdfapi/fpdf_pageobj.h into core/fpdfapi. by Dan Sinclair · 8 years ago
  87. 455a419 Move core/include/fpdfapi/fpdf_page.h to correct locations. by Dan Sinclair · 8 years ago
  88. aa403d3 core/include/fdpfapi cleanup Part I. by Dan Sinclair · 8 years ago
  89. 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]
  90. 5fc239a Split fpdf_parser_objects.cpp into per-class .cpp/.h files. by Tom Sepez · 8 years ago
  91. f040890 Split apart the remainder of fpdf_render_render.cpp into per-class files. by Tom Sepez · 8 years ago
  92. 8388037 Split off CPDF_Parser and CPDF_SimpleParser into .h/.cpp files by Tom Sepez · 8 years ago
  93. 310438f Split off CPDF_Document into its own .cpp/.h files. by Tom Sepez · 8 years ago
  94. 1c91537 Combine StrToInt methods. by Dan Sinclair · 8 years ago
  95. 7cf13c9 Remove PageObject's m_Type and add As<Type> functions by Wei Li · 8 years ago
  96. 2398d89 Remove CFX_PtrList from renderer main loop. by Tom Sepez · 8 years ago
  97. 32c7081 Split CPDF_PageObjectHolder off from CPDF_PageObjectList by Tom Sepez · 8 years ago
  98. 9b76113 Merge to XFA: Member function name refactoring by Wei Li · 8 years ago
  99. 8e5cd19 Merge to XFA: War on #defines, part 1. by Tom Sepez · 8 years ago
  100. b5b2a91 Mege to XFA: Redo CPDF_PageObjects - part 1 by Tom Sepez · 9 years ago