1. 71a452f Make CFX_ByteString(const CFX_ByteStringC&) explicit. by tsepez · 9 years ago
  2. 7b1ccf9 Make CPDF_Dictionary methods take CFX_ByteString arguments by tsepez · 9 years ago
  3. b4c9f3f Remove implicit cast from CFX_ByteString to (const char*). by tsepez · 9 years ago
  4. e1aebd4 Use std::vector as internal storage for CPDF_Array by Wei Li · 9 years ago
  5. 4c3debb Rename both As{Byte,Wide}StringC() helpers to AsStringC(). by tsepez · 9 years ago
  6. 28f97ff Make down-conversion explicit from CFX_ByteString to CFX_ByteStringC. by tsepez · 9 years ago
  7. 9f2970c Remove CFX_{Byte,Wide}String::Equal in favor of "==". by tsepez · 9 years ago
  8. bd56755 Rename GetElementValue() to GetDirectObject{By,At}(). by tsepez · 9 years ago
  9. c3255f5 Remove FX_DWORD from fpdfsdk/ and testing by tsepez · 9 years ago
  10. 62a70f9 Remove FX_WORD in favor of uint16_t. by Tom Sepez · 9 years ago
  11. d4e8f12 Re-enable several MSVC warnings by Wei Li · 9 years ago
  12. 584b1e6 Move core/include/fpdfapi/fpdf_pageobj.h into core/fpdfapi. by Dan Sinclair · 9 years ago
  13. aa403d3 core/include/fdpfapi cleanup Part I. by Dan Sinclair · 9 years ago
  14. f766ad2 Move fpdfsdk/src up to fpdfsdk/. by Dan Sinclair · 9 years ago[Renamed from fpdfsdk/src/fpdfppo.cpp]
  15. 5fc239a Split fpdf_parser_objects.cpp into per-class .cpp/.h files. by Tom Sepez · 9 years ago
  16. 3ebd121 Review and cleanup lint warnings. by Dan Sinclair · 9 years ago
  17. 310438f Split off CPDF_Document into its own .cpp/.h files. by Tom Sepez · 9 years ago
  18. 11d9355 Banish CFX_WordArray to XFA-land. by Tom Sepez · 9 years ago
  19. 9b76113 Merge to XFA: Member function name refactoring by Wei Li · 9 years ago
  20. 8e5cd19 Merge to XFA: War on #defines, part 1. by Tom Sepez · 9 years ago
  21. bd292ae Merge to XFA: Fix some iterator invalidation issues while traversing CPDF_Dictionary. by Oliver Chang · 9 years ago
  22. 3f1c71f Merge to XFA: Use std::map as CPDF_Dictionary's underlying store. by Oliver Chang · 9 years ago
  23. aa8bf7e Merge to XFA: Switch from nonstd::unique_ptr to std::unique_ptr. by Lei Zhang · 9 years ago
  24. 4880d1a Merge to XFA: Get rid of a few CPDF_Object Create() methods and just use new instead. by Lei Zhang · 9 years ago
  25. d983b09 Merge to XFA: Remove FX_BSTRC. by Lei Zhang · 9 years ago
  26. 214947d XFA: Needless include in pdfppo.cpp by Tom Sepez · 9 years ago
  27. c7e4c4f Update XFA fpdfsdk to match master by Tom Sepez · 9 years ago
  28. bde53d2 Merge to XFA: Remove relative includes. by Lei Zhang · 9 years ago
  29. b4e7f30 Merge to XFA: Fix all relative includes to public. by Lei Zhang · 9 years ago
  30. 8241df7 Merge to XFA: Fix all relative includes to third_party. by Lei Zhang · 9 years ago
  31. bf81c14 Merge to XFA: Revert "Revert "Add type cast definitions for CPDF_Reference."" by Dan Sinclair · 9 years ago
  32. aa435ba Merge to XFA: Add type cast definitions for CPDF_Stream. by Dan Sinclair · 9 years ago
  33. 2b11dc1 Merge to XFA: Add type cast definitions for CPDF_Array. by Dan Sinclair · 9 years ago
  34. 710c909 Merge to XFA: Add type cast definitions for CPDF_Name. by Dan Sinclair · 9 years ago
  35. f1251c1 [Merge to XFA] Revert "Revert "Add type cast definitions for CPDF_Dictionary."" by Dan Sinclair · 9 years ago
  36. 471a103 Merge to XFA: Introduce CPDF_DocumentFromFPDFDocument(). by Tom Sepez · 9 years ago
  37. 9d8ec5a XFA: clang-format all pdfium code. by Nico Weber · 10 years ago
  38. 2f2ffec Merge to XFA - else after returns. by Tom Sepez · 10 years ago
  39. a6d9f0e Remove trailing whitespaces in fpdfsdk, XFA edition. by Lei Zhang · 10 years ago
  40. 60f507b Merge to XFA: Cleanup: Get this rid of "this->" in fpdfsdk/ by Lei Zhang · 10 years ago
  41. d7e5cc7 Merge to XFA: Remove typdefs for pointer types in fx_system.h. by Tom Sepez · 10 years ago
  42. bfa9a82 Merge to XFA: Use stdint.h types throughout PDFium. by Tom Sepez · 10 years ago
  43. 1ed8a21 Merge to XFA: Create top-level public/ header directory. by Tom Sepez · 10 years ago
  44. 207299b XFA: merge patch from issue 801913002 and 804463003 by John Abd-El-Malek · 10 years ago
  45. fdc00a7 Merge XFA to PDFium master at 4dc95e7 on 10/28/2014 by Bo Xu · 10 years ago
  46. 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
  47. d38a35e Treat null Parent as no Parent for dictionary objects by Bo Xu · 10 years ago
  48. 287e11a Remove "this==NULL" and adjust corresponding callers by Bo Xu · 11 years ago
  49. 3f3b45c Convert all line endings to LF. by John Abd-El-Malek · 11 years ago
  50. 5110c47 Initial commit. by John Abd-El-Malek · 11 years ago