1. 4cb82ee Convert more c-style pointers to CFX_UnownedPtr by Tom Sepez · 8 years ago
  2. fe91c6c Be skeptical of bare |new|s. by Tom Sepez · 8 years ago
  3. 05df075 Replace FX_FLOAT with underlying float type. by Dan Sinclair · 8 years ago
  4. b147e07 Convert point x,y into CFX_PointF by dan sinclair · 8 years ago
  5. e460232 Cleanup CFX_PathData. by Dan Sinclair · 8 years ago
  6. 79365f7 Use enum class for PathPoint types. by Nicolas Pena · 8 years ago
  7. 9e05ee1 Make CPDF_Stream() take unique_ptr's to its dictionary. by tsepez · 8 years ago
  8. 0e606b5 Make CPDF_Dictionary use unique pointers. by tsepez · 8 years ago
  9. 8a3aa45 Make CPDF_Array take unique_ptrs by tsepez · 8 years ago
  10. 70c4afd Make AddIndirectObject() take a unique_ptr. 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. 41872fa Move core/fpdfapi/fpdf_page to core/fpdfapi/page by dsinclair · 8 years ago
  18. 114e46a Move fpdfsdk/include to fpdfsdk by dsinclair · 8 years ago
  19. 74a34fc Move core/fxge/include to core/fxge by dsinclair · 8 years ago
  20. c6c425a Move core/fpdfapi/fpdf_parser/include to core/fpdfapi/fpdf_parser by dsinclair · 8 years ago
  21. 8a752ab Move core/fpdfapi/fpdf_page/include to core/fpdfapi/fpdf_page by dsinclair · 8 years ago
  22. 698c571 Use string pools in some dictionaries, names, and strings. by tsepez · 8 years ago
  23. bb577af Remove some objnum locals with AddIndirectObject by tsepez · 8 years ago
  24. e6db16e Clean up CPDF_Stream. by tsepez · 8 years ago
  25. 38fd844 Rename dictionary set and get methods by dsinclair · 8 years ago
  26. d21f22e Make CPDF_ClipPath have a CPDF_ClipPathData rather than inheriting. by tsepez · 8 years ago
  27. fc1d16f Make CPDF_Path have a CFX_Path rather than inheriting by tsepez · 8 years ago
  28. d24c3a6 Revert "Add -> operators to CFX_CountRef." by tsepez · 8 years ago
  29. 5960143 Revert "Replace wrapper methods in CPDF_Path with -> operator." 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. 660de3c Move CFX_ClipRgn and CFX_PathData into their own files. by npm · 8 years ago
  34. 7d2a8d9 Remove implicit CFX_CountedRef::operator T*() by tsepez · 9 years ago
  35. db444d2 Fix all the code which has duplicate variable declarations by weili · 9 years ago
  36. 71a452f Make CFX_ByteString(const CFX_ByteStringC&) explicit. by tsepez · 9 years ago
  37. bd56755 Rename GetElementValue() to GetDirectObject{By,At}(). by tsepez · 9 years ago
  38. c3255f5 Remove FX_DWORD from fpdfsdk/ and testing by tsepez · 9 years ago
  39. 584b1e6 Move core/include/fpdfapi/fpdf_pageobj.h into core/fpdfapi. by Dan Sinclair · 9 years ago
  40. 455a419 Move core/include/fpdfapi/fpdf_page.h to correct locations. by Dan Sinclair · 9 years ago
  41. aa403d3 core/include/fdpfapi cleanup Part I. by Dan Sinclair · 9 years ago
  42. f766ad2 Move fpdfsdk/src up to fpdfsdk/. by Dan Sinclair · 9 years ago[Renamed from fpdfsdk/src/fpdf_transformpage.cpp]
  43. 5fc239a Split fpdf_parser_objects.cpp into per-class .cpp/.h files. by Tom Sepez · 9 years ago
  44. 310438f Split off CPDF_Document into its own .cpp/.h files. by Tom Sepez · 9 years ago
  45. 738b08c Fix and enable lint checks. by Dan Sinclair · 9 years ago
  46. 7cf13c9 Remove PageObject's m_Type and add As<Type> functions by Wei Li · 9 years ago
  47. 9b76113 Merge to XFA: Member function name refactoring by Wei Li · 9 years ago
  48. 8e5cd19 Merge to XFA: War on #defines, part 1. by Tom Sepez · 9 years ago
  49. 3f1c71f Merge to XFA: Use std::map as CPDF_Dictionary's underlying store. by Oliver Chang · 9 years ago
  50. 412e908 Merge to XFA: Get rid of most instance of 'foo == NULL' by Lei Zhang · 9 years ago
  51. d983b09 Merge to XFA: Remove FX_BSTRC. by Lei Zhang · 9 years ago
  52. 60d909e Merge to XFA: Remove CFX_AffineMatrix/CPDF_Matrix by Tom Sepez · 9 years ago
  53. bde53d2 Merge to XFA: Remove relative includes. by Lei Zhang · 9 years ago
  54. b4e7f30 Merge to XFA: Fix all relative includes to public. by Lei Zhang · 9 years ago
  55. bf81c14 Merge to XFA: Revert "Revert "Add type cast definitions for CPDF_Reference."" by Dan Sinclair · 9 years ago
  56. aa435ba Merge to XFA: Add type cast definitions for CPDF_Stream. by Dan Sinclair · 9 years ago
  57. 2b11dc1 Merge to XFA: Add type cast definitions for CPDF_Array. 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. a2deee1 Remove unused xfa and JS headers. by Tom Sepez · 9 years ago
  60. db0be96 Merge to XFA: Introduce CPDFPageFromFPFDPage() by Tom Sepez · 9 years ago
  61. dfbf8e7 Next round of XFA changes to match master. by Tom Sepez · 9 years ago
  62. 468e589 Changes to XFA to more closely match master. by Tom Sepez · 9 years ago
  63. 6ac0d2f Merge to XFA: Refactor some common code for bounding boxes. by Lei Zhang · 9 years ago
  64. 077f1a3 XFA: clang-format all pdfium code, again. by Nico Weber · 9 years ago
  65. ae51c81 Kill off last uses of FX_NEW in XFA. by Tom Sepez · 9 years ago
  66. 9d8ec5a XFA: clang-format all pdfium code. by Nico Weber · 9 years ago
  67. 1f3442c Merge to XFA: FX_BOOL combo patch. by Tom Sepez · 9 years ago
  68. 796c908 Merge to XFA: Cleanup: Do not check pointers before deleting them, part 2. by Lei Zhang · 9 years ago
  69. a6d9f0e Remove trailing whitespaces in fpdfsdk, XFA edition. by Lei Zhang · 10 years ago
  70. d7e5cc7 Merge to XFA: Remove typdefs for pointer types in fx_system.h. by Tom Sepez · 10 years ago
  71. 1ed8a21 Merge to XFA: Create top-level public/ header directory. by Tom Sepez · 10 years ago
  72. fdc00a7 Merge XFA to PDFium master at 4dc95e7 on 10/28/2014 by Bo Xu · 10 years ago
  73. 287e11a Remove "this==NULL" and adjust corresponding callers by Bo Xu · 10 years ago
  74. 3f3b45c Convert all line endings to LF. by John Abd-El-Malek · 11 years ago
  75. 5110c47 Initial commit. by John Abd-El-Malek · 11 years ago