1. 2617056 Add constants for PDF 1.7 spec, table 3.4. by Lei Zhang · 6 years ago
  2. a7b1559 Put prototypes of PDF_NameEncode/Decode in fpdf_parser_utility.h by Tom Sepez · 6 years ago
  3. 14094f2 Remove ByteString PDF_NameDecode by Dan Sinclair · 6 years ago
  4. 7544a4b CPDF_InterForm::ResetForm always returns true by dan sinclair · 6 years ago
  5. 507fb4e Convert Before{Selection|Value}Change to return a bool by dan sinclair · 6 years ago
  6. f19255a Remove BeforeFormImportData and BeforeFormReset by dan sinclair · 6 years ago
  7. 9baf31f Use enum for tracking form field types by Ryan Harrison · 7 years ago
  8. aebeec9 Remove unused code from CPDF_InterForm by Ryan Harrison · 7 years ago
  9. fe2cd4d Remove some pointless assignments to "". by Lei Zhang · 7 years ago
  10. 1c4735a Convert ByteString::{Format|FormatV} to static methods by Dan Sinclair · 7 years ago
  11. 875e98c Remove FX_STRSIZE and replace with size_t by Ryan Harrison · 7 years ago
  12. 698aed7 Cleanup FX macros by Dan Sinclair · 7 years ago
  13. 275e260 Convert string class names by Ryan Harrison · 7 years ago
  14. aa3a9cd Convert int* references to FX_STRSIZE by Ryan Harrison · 7 years ago
  15. d0409af Mass conversion of remaining class members (non-xfa) by Tom Sepez · 7 years ago
  16. 797ca5c Mass conversion of all const-lifetime class members by Tom Sepez · 7 years ago
  17. 655c783 Convert to CFX_UnownedPtr, part 3. by Tom Sepez · 7 years ago
  18. 4cb82ee Convert more c-style pointers to CFX_UnownedPtr by Tom Sepez · 7 years ago
  19. 690d456 Use UnownedPtr to check CFX_*StringC lifetimes by Tom Sepez · 7 years ago
  20. 9ebdfcb Disallow CPDF_FormField with deep node trees. by Lei Zhang · 7 years ago
  21. 7831f57 Fix stack overflow in CFieldTree::Node::GetFieldInternal(). by Lei Zhang · 7 years ago
  22. 6e72b2e Remove more |new|s, part 2 by Tom Sepez · 7 years ago
  23. 03f0fb0 Remove the friends of CPDF_FormField by Nicolas Pena · 7 years ago
  24. f51a02a Cleanup codepage and charset definitions. by Dan Sinclair · 7 years ago
  25. c4a2b75 Cleanup string passing in core/fpdf* by Tom Sepez · 7 years ago
  26. 0b18e15 Use unique_ptr in the children of CFieldTree::Node by Nicolas Pena · 7 years ago
  27. 08b96e7 Use unique_ptr in CFieldTree::Node by Nicolas Pena · 7 years ago
  28. 812e96c Replace FX_CHAR and FX_WCHAR with underlying types. by Dan Sinclair · 7 years ago
  29. b45ea1f Convert CFWL messages to use CFX_PointF by Dan Sinclair · 7 years ago
  30. a478dc5 Fix CPDF_InterForm::CheckRequiredFields and its callers. by Nicolas Pena · 8 years ago
  31. d18b867 Remove some CFX_ArrayTemplate in fpdfapi and fpdfdoc by tsepez · 8 years ago
  32. ab5a20d Fix the way to check terminal field in interactive form by weili · 8 years ago
  33. 05e0169 Make FDF document creation return unique_ptrs by tsepez · 8 years ago
  34. 85c8e7f Fixup lint flags. by Dan Sinclair · 8 years ago
  35. 0e606b5 Make CPDF_Dictionary use unique pointers. by tsepez · 8 years ago
  36. 5913a6c Make CPDF_Object subclass constructors intern strings by tsepez · 8 years ago
  37. 8a3aa45 Make CPDF_Array take unique_ptrs by tsepez · 8 years ago
  38. 70c4afd Make AddIndirectObject() take a unique_ptr. by tsepez · 8 years ago
  39. 335cf09 Return unique_ptr from CPDF_Object::Clone(). by tsepez · 8 years ago
  40. 12f3e4a Remove FX_BOOL from core by tsepez · 8 years ago
  41. d5bd8a1 Revert "Make CPDF_Object containers hold objects via unique pointers." by tsepez · 8 years ago
  42. c25a421 Revert "Update CPDF_IndirectObjectHolder APIs for unique objects." by Tom Sepez · 8 years ago
  43. 3ba0985 Update CPDF_IndirectObjectHolder APIs for unique objects. by tsepez · 8 years ago
  44. 1d02388 Make CPDF_Object containers hold objects via unique pointers. by tsepez · 8 years ago
  45. 10a2853 Move ToString() and friends from CPDF_Object.h to CPDF_String.h by tsepez · 8 years ago
  46. 488b7ad Move core/fpdfapi/fpdf_parser to core/fpdfapi/parser by dsinclair · 8 years ago
  47. 41872fa Move core/fpdfapi/fpdf_page to core/fpdfapi/page by dsinclair · 8 years ago
  48. bc5e6d2 Move core/fpdfapi/fpdf_font to core/fpdfapi/font by dsinclair · 8 years ago
  49. 74a34fc Move core/fxge/include to core/fxge by dsinclair · 8 years ago
  50. 1727aee Move core/fpdfdoc/include to core/fpdfdoc by dsinclair · 8 years ago
  51. c6c425a Move core/fpdfapi/fpdf_parser/include to core/fpdfapi/fpdf_parser by dsinclair · 8 years ago
  52. 8a752ab Move core/fpdfapi/fpdf_page/include to core/fpdfapi/fpdf_page by dsinclair · 8 years ago
  53. 166bc16 Move core/fpdfapi/fpdf_font/include to core/fpdfapi/fpdf_font by dsinclair · 8 years ago
  54. 5ef75ba Fix leaks in CFieldTree::Node. by thestig · 8 years ago
  55. 698c571 Use string pools in some dictionaries, names, and strings. by tsepez · 8 years ago
  56. 7c292e0 Remove dead code from CPDF_InterForm. by thestig · 8 years ago
  57. 3b440ac Made CFieldTree::Node a class. by thestig · 8 years ago
  58. bb577af Remove some objnum locals with AddIndirectObject by tsepez · 8 years ago
  59. ea3c3be Remove duplicated charset definitions, and move them to fx_font.h by npm · 8 years ago
  60. 38fd844 Rename dictionary set and get methods by dsinclair · 8 years ago
  61. bb8935e Get rid of memcmp in CFieldTree::Lookup() by tsepez · 8 years ago
  62. 81ee14d Move CFX_SubstFont and CTTFontDesc into their own files by npm · 8 years ago
  63. a470b5e Fix stack overflow in object Clone() functions by weili · 8 years ago
  64. 27053d8 Splitting fpdfdoc/doc_* part III. by dsinclair · 8 years ago[Renamed (64%) from core/fpdfdoc/doc_form.cpp]
  65. cac704d Split fpdfdoc/include/fpdf_doc.h into individual classes. by dsinclair · 8 years ago
  66. 38506d3 Rename methods in CPDF_Interform. by jaepark · 8 years ago
  67. 907a522 Use FXFONT defines in place of integers. by thestig · 8 years ago
  68. 6aac8a8 Remove even more const casting from core. by tsepez · 8 years ago
  69. c183561 Add some consts and remove more casts in core/ by tsepez · 8 years ago
  70. 4997b22 Get rid of NULLs in core/ by thestig · 8 years ago
  71. cece653 Remove CFX_PrivateData inheritance from CPDF_InterForm by tsepez · 8 years ago
  72. db1a24e Remove dead code from CPDF_InterForm. by thestig · 8 years ago
  73. b67e566 Re-enable warning 4701 for GN (re-land) by weili · 8 years ago
  74. 4d31d0c Remove a few more char* members from structs/classes. by tsepez · 8 years ago
  75. 7b1ccf9 Make CPDF_Dictionary methods take CFX_ByteString arguments by tsepez · 8 years ago
  76. b4c9f3f Remove implicit cast from CFX_ByteString to (const char*). by tsepez · 8 years ago
  77. e1aebd4 Use std::vector as internal storage for CPDF_Array by Wei Li · 8 years ago
  78. 4c3debb Rename both As{Byte,Wide}StringC() helpers to AsStringC(). by tsepez · 8 years ago
  79. 8b36e5c Make CFX_WideString::FromLocal() take a CFX_ByteStringC arg by tsepez · 8 years ago
  80. e530fb7 Move remaining fpdfdoc files by dsinclair · 8 years ago
  81. 28f97ff Make down-conversion explicit from CFX_ByteString to CFX_ByteStringC. by tsepez · 8 years ago
  82. bd56755 Rename GetElementValue() to GetDirectObject{By,At}(). by tsepez · 8 years ago
  83. b5e8f14 Remove FX_DWORD from core/ and delete definition by tsepez · 8 years ago
  84. 61b2fc7 Split core/include/fpdfapi/fpdf_resource.h by dan sinclair · 8 years ago
  85. 62a70f9 Remove FX_WORD in favor of uint16_t. by Tom Sepez · 8 years ago
  86. 455a419 Move core/include/fpdfapi/fpdf_page.h to correct locations. by Dan Sinclair · 8 years ago
  87. aa403d3 core/include/fdpfapi cleanup Part I. by Dan Sinclair · 8 years ago
  88. 764ec51 Move core/src/ up to core/. by Dan Sinclair · 8 years ago[Renamed (99%) from core/src/fpdfdoc/doc_form.cpp]
  89. 5fc239a Split fpdf_parser_objects.cpp into per-class .cpp/.h files. by Tom Sepez · 8 years ago
  90. f040890 Split apart the remainder of fpdf_render_render.cpp into per-class files. by Tom Sepez · 8 years ago
  91. 3ebd121 Review and cleanup lint warnings. by Dan Sinclair · 8 years ago
  92. 310438f Split off CPDF_Document into its own .cpp/.h files. by Tom Sepez · 8 years ago
  93. 69af2a3 FX_FONTDESCRIPTOR must be POD. by Tom Sepez · 8 years ago
  94. 0fc6b25 Remove implicit conversions and some cleanup by Wei Li · 8 years ago
  95. 2886a25 Remove more _CAPS names by Tom Sepez · 8 years ago
  96. 5eca305 Remove foo != NULL outside of xfa/ by Lei Zhang · 8 years ago
  97. 31c7b73 Remove CFX_{Byte,Wide}String::ConvertFrom(). by Lei Zhang · 8 years ago
  98. 65b3655 Clean up CPDF_FileSpec and add unit tests by Wei Li · 8 years ago
  99. efbc191 Expand all paths to be based off pdfium/ directory by Dan Sinclair · 8 years ago
  100. ab27768 Banish CFX_ByteArray and CFX_WideArray to the XFA side. by Tom Sepez · 8 years ago