1. 114e46a Move fpdfsdk/include to fpdfsdk by dsinclair · 8 years ago
  2. 1727aee Move core/fpdfdoc/include to core/fpdfdoc by dsinclair · 8 years ago
  3. c6c425a Move core/fpdfapi/fpdf_parser/include to core/fpdfapi/fpdf_parser by dsinclair · 8 years ago
  4. 8a752ab Move core/fpdfapi/fpdf_page/include to core/fpdfapi/fpdf_page by dsinclair · 8 years ago
  5. 166bc16 Move core/fpdfapi/fpdf_font/include to core/fpdfapi/fpdf_font by dsinclair · 8 years ago
  6. 7c292e0 Remove dead code from CPDF_InterForm. by thestig · 8 years ago
  7. 8e0638b Rename App to Env where needed. by dsinclair · 8 years ago
  8. 38fd844 Rename dictionary set and get methods by dsinclair · 8 years ago
  9. 1f24890 Remove FFI_ from CPDFSDK_Environment method names by dsinclair · 8 years ago
  10. 79db609 Rename CPDFDoc_Environment to CPDFSDK_Environment by dsinclair · 8 years ago
  11. f34518b Split fsdk_mgr files apart. by dsinclair · 8 years ago
  12. 55be02e Make wrapped JS Document observe C++-side object. by tsepez · 8 years ago
  13. cd5dc85 Remove unused context parameter from JSGetStringFromID by tsepez · 8 years ago
  14. 1897bdc Do not re-create the page view when accessing from Document::removeField. by dsinclair · 8 years ago
  15. 0ee3590 Add support to Document::getAnnots method by tonikitoo · 8 years ago
  16. bb5fa04 Stub out Document::syncAnnotScan method. by tonikitoo · 8 years ago
  17. 618cb1f Add initial Document::getAnnot support by tonikitoo · 8 years ago
  18. 611adb8 Split fpdfsdk/fsdk_baseform.h into individual classes. by jaepark · 8 years ago
  19. b469424 Push v8::Isolate into CFXJS_Engine class by tsepez · 8 years ago
  20. d0b6ed1 Make FXJS_GetObjectElement return std::vector<CFX_WideString>. by tsepez · 8 years ago
  21. ec26876 Make Document's 'info' property readonly by tonikitoo · 8 years ago
  22. f3dc8c6 Remove backpointer to CJS_Runtime from CJS_Value by tsepez · 8 years ago
  23. 1c83675 Add support to Document::gotoNamedDest method. by tonikitoo · 8 years ago
  24. 33c4cdb Add support to Document::URL property getter. by tonikitoo · 8 years ago
  25. e5aff74 Remove backpointer to runtime from CJS_Array. by tsepez · 8 years ago
  26. ea3ff9e Introduce ::getPropertyInternal method to avoid duplication by tonikitoo · 8 years ago
  27. cac704d Split fpdfdoc/include/fpdf_doc.h into individual classes. by dsinclair · 8 years ago
  28. 461eeaf Reland of Remove pageview from map immediately by dsinclair · 8 years ago
  29. 40faa79 Remove type info from CJS_Value, interrogate v8 instead by tsepez · 8 years ago
  30. 23ae4a5 Remove redundant casts, part 4 by tsepez · 8 years ago
  31. 1cd352e Get rid of NULLs in fpdfsdk/ by thestig · 8 years ago
  32. 5cc2465 Clean up CPDF_Page. by thestig · 9 years ago
  33. df964df Replace CFX_RectArray with std::vector<CFX_FloatRect> by tsepez · 9 years ago
  34. 018935c Pass WideStrings without narrowing to c_str in javascript/ by tsepez · 9 years ago
  35. 4c3debb Rename both As{Byte,Wide}StringC() helpers to AsStringC(). by tsepez · 9 years ago
  36. 6fe7d21 Make CFX_WideString::FromUTF8() take a CFX_ByteStringC argument. by tsepez · 9 years ago
  37. 64376be Move the fpdfsdk/include/javascript folder by dsinclair · 9 years ago
  38. 8940993 Reduce signed/unsigned comparison warnings by Wei Li · 9 years ago
  39. c3255f5 Remove FX_DWORD from fpdfsdk/ and testing by tsepez · 9 years ago
  40. 61b2fc7 Split core/include/fpdfapi/fpdf_resource.h by dan sinclair · 9 years ago
  41. 62a70f9 Remove FX_WORD in favor of uint16_t. by Tom Sepez · 9 years ago
  42. d4e8f12 Re-enable several MSVC warnings by Wei Li · 9 years ago
  43. 455a419 Move core/include/fpdfapi/fpdf_page.h to correct locations. by Dan Sinclair · 9 years ago
  44. 56c1019 Remove CFX_DWordArray from Document.h by Tom Sepez · 9 years ago
  45. aa403d3 core/include/fdpfapi cleanup Part I. by Dan Sinclair · 9 years ago
  46. f766ad2 Move fpdfsdk/src up to fpdfsdk/. by Dan Sinclair · 9 years ago[Renamed (98%) from fpdfsdk/src/javascript/Document.cpp]
  47. 97da976 Re-enable MSVC warning 4800 for compiling with chromium_code by Wei Li · 9 years ago
  48. 3ebd121 Review and cleanup lint warnings. by Dan Sinclair · 9 years ago
  49. 310438f Split off CPDF_Document into its own .cpp/.h files. by Tom Sepez · 9 years ago
  50. 007e6c0 Remove some FX_BOOLs by Tom Sepez · 9 years ago
  51. 281a9ea Re-land "Replace CPDF_Rect and CPDF_Point with CFX types." by Tom Sepez · 9 years ago
  52. 566b974 Revert "Replace CPDF_Rect and CPDF_Point with CFX types." by Tom Sepez · 9 years ago
  53. 3b8fdd3 Replace CPDF_Rect and CPDF_Point with CFX types. by Tom Sepez · 9 years ago
  54. 7cf13c9 Remove PageObject's m_Type and add As<Type> functions by Wei Li · 9 years ago
  55. 2398d89 Remove CFX_PtrList from renderer main loop. by Tom Sepez · 9 years ago
  56. efbc191 Expand all paths to be based off pdfium/ directory by Dan Sinclair · 9 years ago
  57. 32c7081 Split CPDF_PageObjectHolder off from CPDF_PageObjectList by Tom Sepez · 9 years ago
  58. 9b76113 Merge to XFA: Member function name refactoring by Wei Li · 9 years ago
  59. 8e5cd19 Merge to XFA: War on #defines, part 1. by Tom Sepez · 9 years ago
  60. b5b2a91 Mege to XFA: Redo CPDF_PageObjects - part 1 by Tom Sepez · 9 years ago
  61. 3f1c71f Merge to XFA: Use std::map as CPDF_Dictionary's underlying store. by Oliver Chang · 9 years ago
  62. b8e1ab2 Merge to XFA: Remove a bunch of dead code. by Lei Zhang · 9 years ago
  63. c5b40ba Merge to XFA: Document::DoAnnotDelay and m_DelayAnnotData member unused. by Tom Sepez · 9 years ago
  64. 6ba32d9 Merge to XFA: Replace IconTree class with std::list. by Tom Sepez · 9 years ago
  65. 412e908 Merge to XFA: Get rid of most instance of 'foo == NULL' by Lei Zhang · 9 years ago
  66. 96660d6 Merge to XFA: Get rid of most instance of 'foo != NULL' by Lei Zhang · 9 years ago
  67. 50d12ad Introduce "underlying types" to abstract XFA differences. by Tom Sepez · 9 years ago
  68. c7e4c4f Update XFA fpdfsdk to match master by Tom Sepez · 9 years ago
  69. bde53d2 Merge to XFA: Remove relative includes. by Lei Zhang · 9 years ago
  70. 945fdb7 Merge to XFA: Replace CJS_Parameters with std::vector<CJS_Value>. by Lei Zhang · 9 years ago
  71. dd734de Merge to XFA: Cleanup CPDF_ApSettings and CJS_Parameters. by Lei Zhang · 9 years ago
  72. d88a364 Merge to XFA: Remove CFX_PtrArray usage in fpdfsdk. by Lei Zhang · 9 years ago
  73. 8241df7 Merge to XFA: Fix all relative includes to third_party. by Lei Zhang · 9 years ago
  74. 710c909 Merge to XFA: Add type cast definitions for CPDF_Name. by Dan Sinclair · 9 years ago
  75. 316eb86 Merge to XFA: Add type cast definitions for CPDF_String. by Dan Sinclair · 9 years ago
  76. 43ce903 Merge to XFA: Add type cast definitions for CPDF_Number. by Dan Sinclair · 9 years ago
  77. 05d9e93 [Merge to XFA] Add type cast definitions for CPDF_Boolean. by Dan Sinclair · 9 years ago
  78. dfbf8e7 Next round of XFA changes to match master. by Tom Sepez · 9 years ago
  79. 3342090 Merge to XFA: Pass IJS_Runtime, not IJS_Context, to native object constructors. by Tom Sepez · 9 years ago
  80. 67fd5df Merge to XFA: Wean CJS_Value off of v8::Isolate. by Tom Sepez · 9 years ago
  81. ba038bc Merge to XFA: Rename IFXJS_Runtime and IFXJS_Context to IJS_. by Tom Sepez · 9 years ago
  82. cd56a7d Merge to XFA: Store object definition ID in each js_class. by Tom Sepez · 9 years ago
  83. 3745841 Merge to XFA: Make the vast majority of JS headers private to src/javascript. by Tom Sepez · 9 years ago
  84. ca70a69 Merge to XFA: Remove JavaScript.h by Tom Sepez · 9 years ago
  85. d5a0e95 Merge to XFA: Don't pass null isolates to FXJS_ when we have a real isolate. by Tom Sepez · 9 years ago
  86. 39bfe12 Merge to XFA: Ensure functions in FXJS_V8 are prefixed by FXJS_. by Tom Sepez · 9 years ago
  87. 808a99e Merge to XFA: Remove some abstractions in fxjs_v8.h. by Tom Sepez · 9 years ago
  88. aecd9d0 Merge to XFA: Fix two issues shown by bug 489995 by Tom Sepez · 9 years ago
  89. b9c3197 Fix some sign comparison warnings. by Lei Zhang · 9 years ago
  90. 9d8ec5a XFA: clang-format all pdfium code. by Nico Weber · 9 years ago
  91. f4eb113 Stray character in Document.cpp by Tom Sepez · 9 years ago
  92. f9fe200 Merge to XFA: document.delay and document.external are boolean properties. by Tom Sepez · 9 years ago
  93. 2f2ffec Merge to XFA - else after returns. by Tom Sepez · 9 years ago
  94. a6d9f0e Remove trailing whitespaces in fpdfsdk, XFA edition. by Lei Zhang · 9 years ago
  95. bfa9a82 Merge to XFA: Use stdint.h types throughout PDFium. by Tom Sepez · 9 years ago
  96. dfa2c99 Merge V8 API updates to xfa branch by Jochen Eisinger · 9 years ago
  97. 4f7bc04 Merge to XFA: Reduce usage of operator LPCWSTR from CFX_WideString(). by Tom Sepez · 10 years ago
  98. e5350ef Merge to XFA: Remove unused nParamNum values from JS method tables. by Tom Sepez · 10 years ago
  99. f4ef3f9 Merge to XFA: Kill overloaded cast operators in CJS_Value. by Tom Sepez · 10 years ago
  100. 33f6f0d Merge to XFA: Fix a fatal error due to cloning a global document object by JUN FANG · 10 years ago