1. 875e98c Remove FX_STRSIZE and replace with size_t by Ryan Harrison · 7 years ago
  2. 275e260 Convert string class names by Ryan Harrison · 7 years ago
  3. 0158106 Add truly const versions of CPDF_Document getters. by Lei Zhang · 7 years ago
  4. 00d2ad1 Rename DLLEXPORT AND STDCALL by Dan Sinclair · 7 years ago
  5. 7e805d1 Revert "Add a build target and a proper export header for shared library builds." by Henrique Nakashima · 7 years ago
  6. 0033467 Add a build target and a proper export header for shared library builds. by Felix Kauselmann · 7 years ago
  7. 18ae06d Basic APIs and tests for extracting attachments by Jane Liu · 7 years ago
  8. b73ce7b Fixing metadata not read from linearized file. by Henrique Nakashima · 7 years ago
  9. 4cb82ee Convert more c-style pointers to CFX_UnownedPtr by Tom Sepez · 8 years ago
  10. fe91c6c Be skeptical of bare |new|s. by Tom Sepez · 8 years ago
  11. 1c5d0b4 Drop FXSYS_ from mem methods by Dan Sinclair · 8 years ago
  12. 05df075 Replace FX_FLOAT with underlying float type. by Dan Sinclair · 8 years ago
  13. b45ea1f Convert CFWL messages to use CFX_PointF by Dan Sinclair · 8 years ago
  14. a9caab9 Avoid the ptr.reset(new XXX()) anti-pattern by tsepez · 8 years ago
  15. 6bdb56c Fix FPDF_GetPageLabel API typo. by dsinclair · 8 years ago
  16. 9067fd6 Add APIs for limited use of document tagged code. by thestig · 8 years ago
  17. 733e068 Add API for getting page labels. by thestig · 8 years ago
  18. 85c8e7f Fixup lint flags. by Dan Sinclair · 8 years ago
  19. c59fa88 Add FPDFDest_GetLocationInPage API by dsinclair · 8 years ago
  20. 4cf5515 Remove FX_BOOL from fpdfsdk. by tsepez · 8 years ago
  21. 488b7ad Move core/fpdfapi/fpdf_parser to core/fpdfapi/parser by dsinclair · 8 years ago
  22. 41872fa Move core/fpdfapi/fpdf_page to core/fpdfapi/page by dsinclair · 8 years ago
  23. 114e46a Move fpdfsdk/include to fpdfsdk by dsinclair · 8 years ago
  24. 1727aee Move core/fpdfdoc/include to core/fpdfdoc by dsinclair · 8 years ago
  25. c6c425a Move core/fpdfapi/fpdf_parser/include to core/fpdfapi/fpdf_parser by dsinclair · 8 years ago
  26. 8a752ab Move core/fpdfapi/fpdf_page/include to core/fpdfapi/fpdf_page by dsinclair · 8 years ago
  27. 38fd844 Rename dictionary set and get methods by dsinclair · 8 years ago
  28. cac704d Split fpdfdoc/include/fpdf_doc.h into individual classes. by dsinclair · 8 years ago
  29. 1cd352e Get rid of NULLs in fpdfsdk/ by thestig · 8 years ago
  30. 5ce0968 Remove CFX_PrivateData from CPDF_Document by tsepez · 8 years ago
  31. e1aebd4 Use std::vector as internal storage for CPDF_Array by Wei Li · 9 years ago
  32. 9f2970c Remove CFX_{Byte,Wide}String::Equal in favor of "==". by tsepez · 9 years ago
  33. bd56755 Rename GetElementValue() to GetDirectObject{By,At}(). by tsepez · 9 years ago
  34. 455a419 Move core/include/fpdfapi/fpdf_page.h to correct locations. by Dan Sinclair · 9 years ago
  35. aa403d3 core/include/fdpfapi cleanup Part I. by Dan Sinclair · 9 years ago
  36. f766ad2 Move fpdfsdk/src up to fpdfsdk/. by Dan Sinclair · 9 years ago[Renamed (94%) from fpdfsdk/src/fpdfdoc.cpp]
  37. 5fc239a Split fpdf_parser_objects.cpp into per-class .cpp/.h files. by Tom Sepez · 9 years ago
  38. 310438f Split off CPDF_Document into its own .cpp/.h files. by Tom Sepez · 9 years ago
  39. 0e2e5d7 Fix infinite loop for bookmark search by Wei Li · 9 years ago
  40. 0fc6b25 Remove implicit conversions and some cleanup by Wei Li · 9 years ago
  41. 281a9ea Re-land "Replace CPDF_Rect and CPDF_Point with CFX types." by Tom Sepez · 9 years ago
  42. 566b974 Revert "Replace CPDF_Rect and CPDF_Point with CFX types." by Tom Sepez · 9 years ago
  43. 3b8fdd3 Replace CPDF_Rect and CPDF_Point with CFX types. by Tom Sepez · 9 years ago
  44. 9b76113 Merge to XFA: Member function name refactoring by Wei Li · 9 years ago
  45. d983b09 Merge to XFA: Remove FX_BSTRC. by Lei Zhang · 9 years ago
  46. bde53d2 Merge to XFA: Remove relative includes. by Lei Zhang · 9 years ago
  47. b4e7f30 Merge to XFA: Fix all relative includes to public. by Lei Zhang · 9 years ago
  48. 2b11dc1 Merge to XFA: Add type cast definitions for CPDF_Array. by Dan Sinclair · 9 years ago
  49. f1251c1 [Merge to XFA] Revert "Revert "Add type cast definitions for CPDF_Dictionary."" by Dan Sinclair · 9 years ago
  50. a2deee1 Remove unused xfa and JS headers. by Tom Sepez · 9 years ago
  51. db0be96 Merge to XFA: Introduce CPDFPageFromFPFDPage() by Tom Sepez · 9 years ago
  52. 471a103 Merge to XFA: Introduce CPDF_DocumentFromFPDFDocument(). by Tom Sepez · 9 years ago
  53. 468e589 Changes to XFA to more closely match master. by Tom Sepez · 9 years ago
  54. e0947b3 Merge to XFA: Implement FPDFAction_GetFilePath(). by Lei Zhang · 9 years ago
  55. bdf72c3 Merge to XFA: Add new public APIs to find the z-order for links and widgets. by Lei Zhang · 9 years ago
  56. ae51c81 Kill off last uses of FX_NEW in XFA. by Tom Sepez · 9 years ago
  57. 9d8ec5a XFA: clang-format all pdfium code. by Nico Weber · 9 years ago
  58. 2f2ffec Merge to XFA - else after returns. by Tom Sepez · 9 years ago
  59. a6d9f0e Remove trailing whitespaces in fpdfsdk, XFA edition. by Lei Zhang · 9 years ago
  60. d7e5cc7 Merge to XFA: Remove typdefs for pointer types in fx_system.h. by Tom Sepez · 9 years ago
  61. 1ed8a21 Merge to XFA: Create top-level public/ header directory. by Tom Sepez · 10 years ago
  62. 4f7bc04 Merge to XFA: Reduce usage of operator LPCWSTR from CFX_WideString(). by Tom Sepez · 10 years ago
  63. 4cc9acb Merge to XFA: Make conversions for CPDF_Link explicit. by Tom Sepez · 10 years ago
  64. ac8d1e7 Merge to XFA: Make conversion between CPDF_Dest and its object explicit. by Tom Sepez · 10 years ago
  65. 7b5bc26 Merge to XFA: Make conversion between CPDF_Action and its dictionary explicit. by Tom Sepez · 10 years ago
  66. a6f95eb Merge to XFA: Simplify UTF16LE_Encode and add unittest. by Bo Xu · 10 years ago
  67. 4d62b6b XFA: merge patch from CL 834703002, add APIs for getting bookmarks and named destinations. by Bo Xu · 10 years ago
  68. 9f78c2a Fix a NULL dereference introduced from https://pdfium.googlesource.com/pdfium/+/5d9acf8ee5dbbaad838f14f1fa173d892c4300ab%5E%21 by Bo Xu · 10 years ago
  69. 5d9acf8 XFA: merge patch from CL 828203002, clean up bookmark codes by Bo Xu · 10 years ago
  70. c616483 XFA: merge patch from CL 733693003, get rid of FX_LPCSTR cast by Bo Xu · 10 years ago
  71. fdc00a7 Merge XFA to PDFium master at 4dc95e7 on 10/28/2014 by Bo Xu · 10 years ago
  72. 8daab31 Fix an out-of-boundary issue for wide string by Bo Xu · 10 years ago
  73. 40c4fb8 Fix a security issue in FPDF_GetMetaText 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