1. 86e5474 Move include/fxcodec to fxcodec/include by dsinclair · 8 years ago
  2. 088632c Fix spelling for SetSelectedItems by dsinclair · 8 years ago
  3. 03e8f12 Combined test runner. by dsinclair · 8 years ago
  4. b8db511 FPDF_GetSecurityHandlerRevision() should not crash. by thestig · 8 years ago
  5. e530fb7 Move remaining fpdfdoc files by dsinclair · 8 years ago
  6. 4e20094 Rename FX_SAFE_DWORD to FX_SAFE_UINT32 by dsinclair · 8 years ago
  7. 6fe7d21 Make CFX_WideString::FromUTF8() take a CFX_ByteStringC argument. by tsepez · 8 years ago
  8. 89bdd08 Move code from fpdfsdk/include to the sub directories. by dsinclair · 8 years ago
  9. 44d054c Split fxfa_objectacc.h into pieces. by dsinclair · 8 years ago
  10. 48baa5f Move core/include/fxge to core/fxge/include. by dsinclair · 8 years ago
  11. 392f102 remove agg from skia driver by caryclark · 8 years ago
  12. 77d148d Mark FPDF_BStr_* with DLLEXPORT / STDCALL. by thestig · 8 years ago
  13. 660956f Rename CFX_WideStringC::raw_str() to c_str() by tsepez · 8 years ago
  14. 54750b5 Remove dead image decoding/caching code. by thestig · 8 years ago
  15. e5984e9 Suppress some additional msvs warnings (GN). by ochang · 8 years ago
  16. 6fb598b Make StringData a templated class. by tsepez · 8 years ago
  17. fc58ad1 Make down-conversion explicit from CFX_Widetring to CFX_WideStringC. by tsepez · 8 years ago
  18. c7a7349 Remove core/include/fpdfdoc/fpdf_vt.h by dsinclair · 8 years ago
  19. 179bebb Rename GetCStr and GetPtr to match CFX_ByteString. by dsinclair · 8 years ago
  20. 4cd49e1 Better error for checkdeps. by dsinclair · 8 years ago
  21. 28f97ff Make down-conversion explicit from CFX_ByteString to CFX_ByteStringC. by tsepez · 8 years ago
  22. ed9c438 Make IPDF_VariableText_{Provider,Iterator} inner classes. by dsinclair · 8 years ago
  23. c220e59 flip sense of alpha masks by caryclark · 8 years ago
  24. f8a5ef3 Support the device font cache by caryclark · 8 years ago
  25. 221caf6 Cleanup the FF Handler proxy methods. by dsinclair · 8 years ago
  26. 6e56a5e Replace FDE_XMLSYNTAX defines with enum classes. by dsinclair · 8 years ago
  27. 5838dbd fix gyp typos by caryclark · 8 years ago
  28. d80e0a7 Remove _FXBSTR* and calls to FX_BSTRC. by dsinclair · 8 years ago
  29. f6919e9 Re-land "Use CFX_RetainPtr to ref count CFX_ByteString"" by tsepez · 8 years ago
  30. 4af5fd1 Remove CFX_ string type static initializers. by tsepez · 8 years ago
  31. 23863e4 Starting to add some documentation. by dsinclair · 8 years ago
  32. 9f2970c Remove CFX_{Byte,Wide}String::Equal in favor of "==". by tsepez · 8 years ago
  33. df4bc59 Remove IXFA_* interfaces. by dsinclair · 8 years ago
  34. 64376be Move the fpdfsdk/include/javascript folder by dsinclair · 8 years ago
  35. 777b333 Split core/include/fpdfdoc/fpdf_ap.h by dsinclair · 8 years ago
  36. 47ca692 Re-enable all the windows warnings except 4267 by weili · 8 years ago
  37. de0d852 Beef up unit test for CFX_ByteString and CFX_WideString. by tsepez · 8 years ago
  38. b33dfdf Revert "Use CFX_RetainPtr to ref count CFX_ByteString" by tsepez · 8 years ago
  39. 62514d9 Fix BUILD.gn file name. by avallee · 8 years ago
  40. 11ac93c Fix CData parsing in CFDE_XMLSyntaxParser. by dsinclair · 8 years ago
  41. 5a839e9 Fix C4434 warning about 32-bit shift assigned to 64-bits by Bruce Dawson · 8 years ago
  42. ac88953 Use CFX_RetainPtr to ref count CFX_ByteString by tsepez · 8 years ago
  43. a123f01 Move mac_find_sdk out of gyp directory by weili · 8 years ago
  44. d734fd2 Rename _CPDF_UniqueKeyGen to CPDF_UniqueKeyGen by dsinclair · 8 years ago
  45. 04fd27b Replace FXJSE_DOUBLE with double by dsinclair · 8 years ago
  46. 85ff987 Re-enable warning 4005 and remove _CRT_SECURE_NO_WARNINGS by Wei Li · 8 years ago
  47. ae95f76 Remove IFDE_XML* classes. by dsinclair · 8 years ago
  48. 05d53f0 Code change to avoid signed/unsigned mismatch warnings. by Wei Li · 8 years ago
  49. 602aebc Add a Retained Pointer smart class. by tsepez · 8 years ago
  50. bd56755 Rename GetElementValue() to GetDirectObject{By,At}(). by tsepez · 8 years ago
  51. 7f432a1 Move xfa/include/fwl/{theme,lightwidget} to xfa/fwl by dsinclair · 8 years ago
  52. 90d8779 Add test for util.byteToChar() and fix error msg. by tsepez · 8 years ago
  53. 41a53ad use std::vector in more places in JavaScript bindings code. by tsepez · 8 years ago
  54. 4f1f41f Added test for util.printx() and make it match spec. by tsepez · 8 years ago
  55. 4678e28 Cleanup one mac header by Wei Li · 8 years ago
  56. 8940993 Reduce signed/unsigned comparison warnings by Wei Li · 8 years ago
  57. b5e8f14 Remove FX_DWORD from core/ and delete definition by tsepez · 8 years ago
  58. 6d18bd3 Fix FXSYS_StrToInt() by Wei Li · 8 years ago
  59. c3255f5 Remove FX_DWORD from fpdfsdk/ and testing by tsepez · 8 years ago
  60. deee3d2 Remove FX_DWORD from XFA, part 2 by tsepez · 8 years ago
  61. 736f28a Remove FX_DWORD from XFA. by tsepez · 8 years ago
  62. 342f6fa support gradients and stroke+fill by caryclark · 8 years ago
  63. 46c8b1e Replace CFX_DWordArray with CFX_ArrayTemplate<FX_DWORD>. by Tom Sepez · 8 years ago
  64. 86a61dc util.printd() replaces specified date with current date. by tsepez · 8 years ago
  65. 65ea394 Remove unused params of CPDF_Image::SetImage. by dsinclair · 8 years ago
  66. 5f597db Cleanup fpdf_edit.h and fpdf_doc.h documentation. by dsinclair · 8 years ago
  67. d7682aa Cleanup some extern method declarations. by dsinclair · 8 years ago
  68. a560806 Update Readme as there is now CQ. by tandrii · 8 years ago
  69. 9967cc5 Re-land "Preserve m_pDynamicObjsMap until FXJS_PerIsolateData is destroyed."" by Tom Sepez · 8 years ago
  70. 676947c Added bounds checking to GetNameFromTT to handle corrupt files. by Tom Sepez · 8 years ago
  71. 282cee1 Remove strange integral constants for "true", "false", "%PDF". by Tom Sepez · 8 years ago
  72. 2e8798f Fix typos in .gyp files by dan sinclair · 8 years ago
  73. 129a60e Revert "Preserve m_pDynamicObjsMap until FXJS_PerIsolateData is destroyed." by Tom Sepez · 8 years ago
  74. e432675 Preserve m_pDynamicObjsMap until FXJS_PerIsolateData is destroyed. by Tom Sepez · 8 years ago
  75. ad72181 Add missing comma. by dan sinclair · 8 years ago
  76. cf6bffb fix windows build; add blend modes by Cary Clark · 8 years ago
  77. ea10a0d Cleanup public/fpdf_dataavail.h documentation. by dan sinclair · 8 years ago
  78. 89e904b Move the fpdfsdk/include/pdfwindow/ headers into fpdfsdk/pdfwindow. by dan sinclair · 8 years ago
  79. 61b2fc7 Split core/include/fpdfapi/fpdf_resource.h by dan sinclair · 8 years ago
  80. 46a8a20 Remove bad third_party/skia file. by Dan Sinclair · 8 years ago
  81. 398a43d Move xfa/include/fwl/{core,basewidget} to xfa/fwl/{core,basewidget}. by Dan Sinclair · 8 years ago
  82. a8a28e0 Move core/include/fxcrt to core/fxcrt/include. by Dan Sinclair · 8 years ago
  83. 029ea3e update skia deps by Cary Clark · 8 years ago
  84. 13dcc97 Fix win/clang part 2. by Dan Sinclair · 8 years ago
  85. db98f18 Fix build on win/clang by Dan Sinclair · 8 years ago
  86. e91afba Re-enable MSVC warning 4702 by Wei Li · 8 years ago
  87. 0ac5250 Add gn to DEPS file by dan sinclair · 8 years ago
  88. 3523c1f Fix parsing of double dot operators for FormCalc by Tom Sepez · 8 years ago
  89. 34cc083 Fix blank xfa rendering broken at f89acbc. by Tom Sepez · 8 years ago
  90. 42d1c1c Fix CPDFSDK_Widget::OnXFAAAction() by Wei Li · 8 years ago
  91. d074e97 Make predefined character table slightly smaller. by Tom Sepez · 8 years ago
  92. 62a70f9 Remove FX_WORD in favor of uint16_t. by Tom Sepez · 8 years ago
  93. 4161c5c Make a few more const tables smaller. by Tom Sepez · 8 years ago
  94. a98600a Move xfa/include/fxbarcode/BC_Barcode.h to xfa/fxbarcode. by Dan Sinclair · 8 years ago
  95. 69bbb00 Remove unused FXDIB_PALETTE_ options by Tom Sepez · 8 years ago
  96. d4e8f12 Re-enable several MSVC warnings by Wei Li · 8 years ago
  97. 34fa8d9 Handle empty objects in IsSameTextObject() and free from warning by Wei Li · 8 years ago
  98. 238bfb7 Fix BUILD.gn for pdf_jpx_fuzzer. by Oliver Chang · 8 years ago
  99. 584b1e6 Move core/include/fpdfapi/fpdf_pageobj.h into core/fpdfapi. by Dan Sinclair · 8 years ago
  100. edbb319 Move fpdfsdk/include/formfiller to fpdfsdk/formfiller. by Dan Sinclair · 8 years ago