1. b6853cf Pass CFX_*StringCs to FX_HashCode_GETA and _GETW hash functions. by tsepez · 9 years ago
  2. 14f5aeb Change the code to avoid three unit test failures on release build by weili · 9 years ago
  3. 90c964f Add a simple check for V4 cross reference table by weili · 9 years ago
  4. 2178e48 Remove #ifdef platform which is always true. by tsepez · 9 years ago
  5. b88b8dc Remove next batch of CFX_ arrays from fpdf_edit_doc.cpp by tsepez · 9 years ago
  6. 00124c9 Remove more CFX_ArrayTemplate from fpdf_edit_doc.cpp by tsepez · 9 years ago
  7. 6f5325e Remove one warning from PDFium compilation in Cros by weili · 9 years ago
  8. 0d2dc68 Replace CFX_ArrayTemplate with std::vector in CPDF_ObjectStream by tsepez · 9 years ago
  9. 0f6425f Add a missing initialisation for CPDF_ContentMarkItem. by ochang · 9 years ago
  10. df964df Replace CFX_RectArray with std::vector<CFX_FloatRect> by tsepez · 9 years ago
  11. d00a912 Make CFX_BasicArray non-copyable. by tsepez · 9 years ago
  12. ca612c1 Remove CFX_ArrayTemplate from fpdf_parser_decode.cpp by tsepez · 9 years ago
  13. 3343194 Assert that CFX_ strings are pointer-size. by tsepez · 9 years ago
  14. 4f70b53 Only call shading code with streams. by dsinclair · 9 years ago
  15. 6914118 Remove CFX_ArrayTemplate from CPDF_LinkExtract by tsepez · 9 years ago
  16. eca0f82 Inline CFX_WideString::c_str. by dsinclair · 9 years ago
  17. 685bb88 Standalone GN build. by dsinclair · 9 years ago
  18. a553279 Cleanups from prior CLs. by dsinclair · 9 years ago
  19. b67e566 Re-enable warning 4701 for GN (re-land) by weili · 9 years ago
  20. 4d31d0c Remove a few more char* members from structs/classes. by tsepez · 9 years ago
  21. a28ae38 Remove IPDF_TextPage, IPDF_TextPageFind and IPDF_LinkExtract interfaces. by dsinclair · 9 years ago
  22. 2fa0e13 Remove IPDF_CryptoHandler and IPDF_SecurityHandler. by dsinclair · 9 years ago
  23. e0ad6a4 Avoid narrowing to StringC in CPDF_Name and CPDF_NameTree by tsepez · 9 years ago
  24. 7cf5552 Prevent a potential OOB read in TranslateImageLine. by ochang · 9 years ago
  25. 85fc26f Explicity use CFX_ByteStrings in a couple of places by tsepez · 9 years ago
  26. b1c80fb Avoid string allocs for CMap_GetString() return value. by tsepez · 9 years ago
  27. 80b103b Still more comments about strings by tsepez · 9 years ago
  28. c3dfb6b Update comments about string constructors by tsepez · 9 years ago
  29. ff242e0 Avoid needless construction of CFX_ByteStrings during string building by tsepez · 9 years ago
  30. 8e4c505 Rename CFX_ByteTextBuf::GetByteString() to AsStringC(). by tsepez · 9 years ago
  31. 3bac505 Make CPDF_ApSettings take CFX_ByteString args. by tsepez · 9 years ago
  32. 7b1ccf9 Make CPDF_Dictionary methods take CFX_ByteString arguments by tsepez · 9 years ago
  33. 774bdde Replace calls to deprecated CFX_{Wide,Byte}String::Empty() by tsepez · 9 years ago
  34. 725a49f skia bugs found with first test pdf by caryclark · 9 years ago
  35. bd9748d Remove implicit cast from CFX_WideString to (const wchar_t*) by tsepez · 9 years ago
  36. b4c9f3f Remove implicit cast from CFX_ByteString to (const char*). by tsepez · 9 years ago
  37. cdce757 Add iterators and unit tests for CPDF_Array class by weili · 9 years ago
  38. 6d8e981 Cleanup IFPF_* interfaces. by dsinclair · 9 years ago
  39. 65ffa4a Re-enable warning 4701 for GN build and some cleanup by weili · 9 years ago
  40. 17f382a Cleanup various IFX_ text interfaces. by dsinclair · 9 years ago
  41. 461129e Fix the code which causes Windows GN build warning by weili · 9 years ago
  42. 6a3521f Prevent an OOB access in CPDF_DIBSource::TranslateScanline24bpp by ochang · 9 years ago
  43. a5c1323 Remove IFDE_Pen and IFDE_Brush. by dsinclair · 9 years ago
  44. 6b19ec6 Fix Windows 32-bit GN build. by ochang · 9 years ago
  45. d55e11e Remove ICodec_* Interfaces. by dsinclair · 9 years ago
  46. ea98238 Record all fonts, not just one per charset. by dsinclair · 9 years ago
  47. f992442 flesh out gradient shaders by caryclark · 9 years ago
  48. 822484b Remove CPDF_Object::GetConstString and overrides by tsepez · 9 years ago
  49. e09c1e4 Make CFX_{Byte,Wide}String::Remove() no-touch if possible by tsepez · 9 years ago
  50. b8627c9 Fix integer issues leading to out of bounds access in fx_ge_text.cpp. by ochang · 9 years ago
  51. 184b825 Avoid copying in TrimRight() and TrimLeft() if possible. by tsepez · 9 years ago
  52. f3209c1 fix infinite loops when rebuild the cross reference table by jinming_wang · 9 years ago
  53. e1aebd4 Use std::vector as internal storage for CPDF_Array by Wei Li · 9 years ago
  54. 2d4a4fc Remove IFX_AdditionalFontMgr and IFX_FontMgrDelegate. by dsinclair · 9 years ago
  55. cfd4d57 Make converstion explicit from CFX_ByteString to uint8_t* by tsepez · 9 years ago
  56. 4c3debb Rename both As{Byte,Wide}StringC() helpers to AsStringC(). by tsepez · 9 years ago
  57. f172290 Remove CFX_ByteString::Load() and operator= for CFX_ByteTextBuf by tsepez · 9 years ago
  58. 8b36e5c Make CFX_WideString::FromLocal() take a CFX_ByteStringC arg by tsepez · 9 years ago
  59. f2d2f98 Remove unused ICodec_Jbig2Encoder by dsinclair · 9 years ago
  60. 46bf033 Make wide strings use StringData template by tsepez · 9 years ago
  61. 6334af7 Remove CFX_SegmentedArray. by tsepez · 9 years ago
  62. cdc1369 Remove IFX_FontEnumerator by dsinclair · 9 years ago
  63. 86e5474 Move include/fxcodec to fxcodec/include by dsinclair · 9 years ago
  64. e530fb7 Move remaining fpdfdoc files by dsinclair · 9 years ago
  65. 4e20094 Rename FX_SAFE_DWORD to FX_SAFE_UINT32 by dsinclair · 9 years ago
  66. 6fe7d21 Make CFX_WideString::FromUTF8() take a CFX_ByteStringC argument. by tsepez · 9 years ago
  67. 48baa5f Move core/include/fxge to core/fxge/include. by dsinclair · 9 years ago
  68. 392f102 remove agg from skia driver by caryclark · 9 years ago
  69. 660956f Rename CFX_WideStringC::raw_str() to c_str() by tsepez · 9 years ago
  70. 54750b5 Remove dead image decoding/caching code. by thestig · 9 years ago
  71. 6fb598b Make StringData a templated class. by tsepez · 9 years ago
  72. fc58ad1 Make down-conversion explicit from CFX_Widetring to CFX_WideStringC. by tsepez · 9 years ago
  73. c7a7349 Remove core/include/fpdfdoc/fpdf_vt.h by dsinclair · 9 years ago
  74. 179bebb Rename GetCStr and GetPtr to match CFX_ByteString. by dsinclair · 9 years ago
  75. 28f97ff Make down-conversion explicit from CFX_ByteString to CFX_ByteStringC. by tsepez · 9 years ago
  76. ed9c438 Make IPDF_VariableText_{Provider,Iterator} inner classes. by dsinclair · 9 years ago
  77. c220e59 flip sense of alpha masks by caryclark · 9 years ago
  78. f8a5ef3 Support the device font cache by caryclark · 9 years ago
  79. d80e0a7 Remove _FXBSTR* and calls to FX_BSTRC. by dsinclair · 9 years ago
  80. f6919e9 Re-land "Use CFX_RetainPtr to ref count CFX_ByteString"" by tsepez · 9 years ago
  81. 9f2970c Remove CFX_{Byte,Wide}String::Equal in favor of "==". by tsepez · 9 years ago
  82. 777b333 Split core/include/fpdfdoc/fpdf_ap.h by dsinclair · 9 years ago
  83. 47ca692 Re-enable all the windows warnings except 4267 by weili · 9 years ago
  84. de0d852 Beef up unit test for CFX_ByteString and CFX_WideString. by tsepez · 9 years ago
  85. b33dfdf Revert "Use CFX_RetainPtr to ref count CFX_ByteString" by tsepez · 9 years ago
  86. 5a839e9 Fix C4434 warning about 32-bit shift assigned to 64-bits by Bruce Dawson · 9 years ago
  87. ac88953 Use CFX_RetainPtr to ref count CFX_ByteString by tsepez · 9 years ago
  88. d734fd2 Rename _CPDF_UniqueKeyGen to CPDF_UniqueKeyGen by dsinclair · 9 years ago
  89. 85ff987 Re-enable warning 4005 and remove _CRT_SECURE_NO_WARNINGS by Wei Li · 9 years ago
  90. 05d53f0 Code change to avoid signed/unsigned mismatch warnings. by Wei Li · 9 years ago
  91. 602aebc Add a Retained Pointer smart class. by tsepez · 9 years ago
  92. bd56755 Rename GetElementValue() to GetDirectObject{By,At}(). by tsepez · 9 years ago
  93. 4678e28 Cleanup one mac header by Wei Li · 9 years ago
  94. 8940993 Reduce signed/unsigned comparison warnings by Wei Li · 9 years ago
  95. b5e8f14 Remove FX_DWORD from core/ and delete definition by tsepez · 9 years ago
  96. 6d18bd3 Fix FXSYS_StrToInt() by Wei Li · 9 years ago
  97. 342f6fa support gradients and stroke+fill by caryclark · 9 years ago
  98. 46c8b1e Replace CFX_DWordArray with CFX_ArrayTemplate<FX_DWORD>. by Tom Sepez · 9 years ago
  99. 65ea394 Remove unused params of CPDF_Image::SetImage. by dsinclair · 9 years ago
  100. d7682aa Cleanup some extern method declarations. by dsinclair · 9 years ago