1. e1aebd4 Use std::vector as internal storage for CPDF_Array by Wei Li · 9 years ago
  2. 2d4a4fc Remove IFX_AdditionalFontMgr and IFX_FontMgrDelegate. by dsinclair · 9 years ago
  3. cfd4d57 Make converstion explicit from CFX_ByteString to uint8_t* by tsepez · 9 years ago
  4. 4c3debb Rename both As{Byte,Wide}StringC() helpers to AsStringC(). by tsepez · 9 years ago
  5. f172290 Remove CFX_ByteString::Load() and operator= for CFX_ByteTextBuf by tsepez · 9 years ago
  6. 8b36e5c Make CFX_WideString::FromLocal() take a CFX_ByteStringC arg by tsepez · 9 years ago
  7. 8da140e Remove all PWL_Note classes by dsinclair · 9 years ago
  8. 1596f0a Cleanup DEPS files after include/ changes. by dsinclair · 9 years ago
  9. f2d2f98 Remove unused ICodec_Jbig2Encoder by dsinclair · 9 years ago
  10. 8833342 Fix an infinite loop in agg's stroke_calc_arc(). by thestig · 9 years ago
  11. 46bf033 Make wide strings use StringData template by tsepez · 9 years ago
  12. 6334af7 Remove CFX_SegmentedArray. by tsepez · 9 years ago
  13. 7222ea6 Move remaining xfa/include/fxfa files by dsinclair · 9 years ago
  14. 0b5adb6 Remove IPWL_NoteNotify and CPWL_Note. by dsinclair · 9 years ago
  15. 7a43745 Revert of Combined test runner. (patchset #2 id:20001 of https://codereview.chromium.org/1850273003/ ) by dsinclair · 9 years ago
  16. cdc1369 Remove IFX_FontEnumerator by dsinclair · 9 years ago
  17. 0cf9984 Remove IPWL_IconList_Notify. by dsinclair · 9 years ago
  18. 72851be Remove IFWL_Grid and other grid classes. by dsinclair · 9 years ago
  19. 98a689f Make static FX_WCHAR arrays more const. by thestig · 9 years ago
  20. 86e5474 Move include/fxcodec to fxcodec/include by dsinclair · 9 years ago
  21. 088632c Fix spelling for SetSelectedItems by dsinclair · 9 years ago
  22. 03e8f12 Combined test runner. by dsinclair · 9 years ago
  23. b8db511 FPDF_GetSecurityHandlerRevision() should not crash. by thestig · 9 years ago
  24. e530fb7 Move remaining fpdfdoc files by dsinclair · 9 years ago
  25. 4e20094 Rename FX_SAFE_DWORD to FX_SAFE_UINT32 by dsinclair · 9 years ago
  26. 6fe7d21 Make CFX_WideString::FromUTF8() take a CFX_ByteStringC argument. by tsepez · 9 years ago
  27. 89bdd08 Move code from fpdfsdk/include to the sub directories. by dsinclair · 9 years ago
  28. 44d054c Split fxfa_objectacc.h into pieces. by dsinclair · 9 years ago
  29. 48baa5f Move core/include/fxge to core/fxge/include. by dsinclair · 9 years ago
  30. 392f102 remove agg from skia driver by caryclark · 9 years ago
  31. 77d148d Mark FPDF_BStr_* with DLLEXPORT / STDCALL. by thestig · 9 years ago
  32. 660956f Rename CFX_WideStringC::raw_str() to c_str() by tsepez · 9 years ago
  33. 54750b5 Remove dead image decoding/caching code. by thestig · 9 years ago
  34. e5984e9 Suppress some additional msvs warnings (GN). by ochang · 9 years ago
  35. 6fb598b Make StringData a templated class. by tsepez · 9 years ago
  36. fc58ad1 Make down-conversion explicit from CFX_Widetring to CFX_WideStringC. by tsepez · 9 years ago
  37. c7a7349 Remove core/include/fpdfdoc/fpdf_vt.h by dsinclair · 9 years ago
  38. 179bebb Rename GetCStr and GetPtr to match CFX_ByteString. by dsinclair · 9 years ago
  39. 4cd49e1 Better error for checkdeps. by dsinclair · 9 years ago
  40. 28f97ff Make down-conversion explicit from CFX_ByteString to CFX_ByteStringC. by tsepez · 9 years ago
  41. ed9c438 Make IPDF_VariableText_{Provider,Iterator} inner classes. by dsinclair · 9 years ago
  42. c220e59 flip sense of alpha masks by caryclark · 9 years ago
  43. f8a5ef3 Support the device font cache by caryclark · 9 years ago
  44. 221caf6 Cleanup the FF Handler proxy methods. by dsinclair · 9 years ago
  45. 6e56a5e Replace FDE_XMLSYNTAX defines with enum classes. by dsinclair · 9 years ago
  46. 5838dbd fix gyp typos by caryclark · 9 years ago
  47. d80e0a7 Remove _FXBSTR* and calls to FX_BSTRC. by dsinclair · 9 years ago
  48. f6919e9 Re-land "Use CFX_RetainPtr to ref count CFX_ByteString"" by tsepez · 9 years ago
  49. 4af5fd1 Remove CFX_ string type static initializers. by tsepez · 9 years ago
  50. 23863e4 Starting to add some documentation. by dsinclair · 9 years ago
  51. 9f2970c Remove CFX_{Byte,Wide}String::Equal in favor of "==". by tsepez · 9 years ago
  52. df4bc59 Remove IXFA_* interfaces. by dsinclair · 9 years ago
  53. 64376be Move the fpdfsdk/include/javascript folder by dsinclair · 9 years ago
  54. 777b333 Split core/include/fpdfdoc/fpdf_ap.h by dsinclair · 9 years ago
  55. 47ca692 Re-enable all the windows warnings except 4267 by weili · 9 years ago
  56. de0d852 Beef up unit test for CFX_ByteString and CFX_WideString. by tsepez · 9 years ago
  57. b33dfdf Revert "Use CFX_RetainPtr to ref count CFX_ByteString" by tsepez · 9 years ago
  58. 62514d9 Fix BUILD.gn file name. by avallee · 9 years ago
  59. 11ac93c Fix CData parsing in CFDE_XMLSyntaxParser. by dsinclair · 9 years ago
  60. 5a839e9 Fix C4434 warning about 32-bit shift assigned to 64-bits by Bruce Dawson · 9 years ago
  61. ac88953 Use CFX_RetainPtr to ref count CFX_ByteString by tsepez · 9 years ago
  62. a123f01 Move mac_find_sdk out of gyp directory by weili · 9 years ago
  63. d734fd2 Rename _CPDF_UniqueKeyGen to CPDF_UniqueKeyGen by dsinclair · 9 years ago
  64. 04fd27b Replace FXJSE_DOUBLE with double by dsinclair · 9 years ago
  65. 85ff987 Re-enable warning 4005 and remove _CRT_SECURE_NO_WARNINGS by Wei Li · 9 years ago
  66. ae95f76 Remove IFDE_XML* classes. by dsinclair · 9 years ago
  67. 05d53f0 Code change to avoid signed/unsigned mismatch warnings. by Wei Li · 9 years ago
  68. 602aebc Add a Retained Pointer smart class. by tsepez · 9 years ago
  69. bd56755 Rename GetElementValue() to GetDirectObject{By,At}(). by tsepez · 9 years ago
  70. 7f432a1 Move xfa/include/fwl/{theme,lightwidget} to xfa/fwl by dsinclair · 9 years ago
  71. 90d8779 Add test for util.byteToChar() and fix error msg. by tsepez · 9 years ago
  72. 41a53ad use std::vector in more places in JavaScript bindings code. by tsepez · 9 years ago
  73. 4f1f41f Added test for util.printx() and make it match spec. by tsepez · 9 years ago
  74. 4678e28 Cleanup one mac header by Wei Li · 9 years ago
  75. 8940993 Reduce signed/unsigned comparison warnings by Wei Li · 9 years ago
  76. b5e8f14 Remove FX_DWORD from core/ and delete definition by tsepez · 9 years ago
  77. 6d18bd3 Fix FXSYS_StrToInt() by Wei Li · 9 years ago
  78. c3255f5 Remove FX_DWORD from fpdfsdk/ and testing by tsepez · 9 years ago
  79. deee3d2 Remove FX_DWORD from XFA, part 2 by tsepez · 9 years ago
  80. 736f28a Remove FX_DWORD from XFA. by tsepez · 9 years ago
  81. 342f6fa support gradients and stroke+fill by caryclark · 9 years ago
  82. 46c8b1e Replace CFX_DWordArray with CFX_ArrayTemplate<FX_DWORD>. by Tom Sepez · 9 years ago
  83. 86a61dc util.printd() replaces specified date with current date. by tsepez · 9 years ago
  84. 65ea394 Remove unused params of CPDF_Image::SetImage. by dsinclair · 9 years ago
  85. 5f597db Cleanup fpdf_edit.h and fpdf_doc.h documentation. by dsinclair · 9 years ago
  86. d7682aa Cleanup some extern method declarations. by dsinclair · 9 years ago
  87. a560806 Update Readme as there is now CQ. by tandrii · 9 years ago
  88. 9967cc5 Re-land "Preserve m_pDynamicObjsMap until FXJS_PerIsolateData is destroyed."" by Tom Sepez · 9 years ago
  89. 676947c Added bounds checking to GetNameFromTT to handle corrupt files. by Tom Sepez · 9 years ago
  90. 282cee1 Remove strange integral constants for "true", "false", "%PDF". by Tom Sepez · 9 years ago
  91. 2e8798f Fix typos in .gyp files by dan sinclair · 9 years ago
  92. 129a60e Revert "Preserve m_pDynamicObjsMap until FXJS_PerIsolateData is destroyed." by Tom Sepez · 9 years ago
  93. e432675 Preserve m_pDynamicObjsMap until FXJS_PerIsolateData is destroyed. by Tom Sepez · 9 years ago
  94. ad72181 Add missing comma. by dan sinclair · 9 years ago
  95. cf6bffb fix windows build; add blend modes by Cary Clark · 9 years ago
  96. ea10a0d Cleanup public/fpdf_dataavail.h documentation. by dan sinclair · 9 years ago
  97. 89e904b Move the fpdfsdk/include/pdfwindow/ headers into fpdfsdk/pdfwindow. by dan sinclair · 9 years ago
  98. 61b2fc7 Split core/include/fpdfapi/fpdf_resource.h by dan sinclair · 9 years ago
  99. 46a8a20 Remove bad third_party/skia file. by Dan Sinclair · 9 years ago
  100. 398a43d Move xfa/include/fwl/{core,basewidget} to xfa/fwl/{core,basewidget}. by Dan Sinclair · 9 years ago