1. d3e354a Remove default arguments in CFX_RenderDevice. by thestig · 9 years ago
  2. 41846a0 Remove default argument from RestoreState() methods. by thestig · 9 years ago
  3. 25fa42f Clean up fx_ge.h and IWYU. by thestig · 9 years ago
  4. 008ec70 Remove FX_GAMMA() and friends. They do nothing. by thestig · 9 years ago
  5. 7fa5513 Banish CFX_PrivateData to the XFA side by tsepez · 9 years ago
  6. cece653 Remove CFX_PrivateData inheritance from CPDF_InterForm by tsepez · 9 years ago
  7. 5ce0968 Remove CFX_PrivateData from CPDF_Document by tsepez · 9 years ago
  8. 1e2c557 Remove CFX_PrivateData from CPDF_Page by tsepez · 9 years ago
  9. edfd3c3 get skia building by caryclark · 9 years ago
  10. d6faaaa fix rotated and alpha bitmaps by caryclark · 9 years ago
  11. ddffb57 Remove CFX_PrivateData from CPDF_ModuleMgr by tsepez · 9 years ago
  12. ded3634 Change CPDF_Boolean to use bool instead of FX_BOOL. by thestig · 9 years ago
  13. a2d699f Rename IFX_Unknown to IFX_Retainable. by tsepez · 9 years ago
  14. db1a24e Remove dead code from CPDF_InterForm. by thestig · 9 years ago
  15. 27ddf16 Distinguish between user and owner passwords. by thestig · 9 years ago
  16. 490d612 Make CPDF_Function::Load() return an unique_ptr. by thestig · 9 years ago
  17. 109975b Use unique_ptr in CPDF_CidFont by tsepez · 9 years ago
  18. ef4e887 Clean up doc_ocg.cpp. by thestig · 9 years ago
  19. 168fc2b Delete CPDF_Object::IsModified(). by thestig · 9 years ago
  20. 885bba0 Fix infinite recursion in CPDF_DocPageData::GetColorSpace(). by thestig · 9 years ago
  21. b8bf55f Get rid of CPDF_Object::GetArray(). by thestig · 9 years ago
  22. 8f5f897 Add an enum to represent text rendering modes. by thestig · 9 years ago
  23. a2c06e4 Use enum type for char type variables by weili · 9 years ago
  24. 1b99b2d Merge GetBits32() impls into one. Put it in fxcrt. by thestig · 9 years ago
  25. 411f118 Remove Release() from IFXCRT_FileAccess. by tsepez · 9 years ago
  26. 1f36fa8 Fix the Skia build after 9b1a0ee. by thestig · 9 years ago
  27. 9b1a0ee Fix Undefined-shift in CPDF_SampledFunc::v_Init(). by thestig · 9 years ago
  28. db9e498 Fix a potential nullptr deref in CFX_MapPtrToPtr. by thestig · 9 years ago
  29. 80f25a5 Fix leak in CPDF_StreamContentParser::AddTextObject(). by thestig · 9 years ago
  30. bc8a640 Correctly check for overflow in FX_atonum. by dsinclair · 9 years ago
  31. 749c14c Remove agg from skia build by caryclark · 9 years ago
  32. 7b21423 Clean up CFX_RenderDevice::DrawNormalText(). by thestig · 9 years ago
  33. 3b09363 Use std::vector in CPDF_StructTreeImpl by tsepez · 9 years ago
  34. 5c9b65e Remove c_str() from widestring checksum variant. by tsepez · 9 years ago
  35. be9b894 Pass objects instead of strings for undo/redo records. by dsinclair · 9 years ago
  36. 992def0 Don't use LCD antialiasing if Fontconfig doesn't support hinting by thomasanderson · 9 years ago
  37. 61a4544 Rename CPDF_Struct{Element,Tree} to IPDF_ by tsepez · 9 years ago
  38. 59ce240 Fix DrMemory bot error by properly initializing the variable by weili · 9 years ago
  39. dd42700 Revert of Remove an unnecessary variable from CPDF_Creator (patchset #1 id:20001 of https://codereview.chromium.org/1988603002/ ) by weili · 9 years ago
  40. 47b998b Remove an unnecessary variable from CPDF_Creator by weili · 9 years ago
  41. 3301ab3 Fix a nullptr deref in CPDF_BookmarkTree::GetFirstChild(). by thestig · 9 years ago
  42. 3cc01f2 Fix the code that causes warnings by weili · 9 years ago
  43. e699c66 Clean up CPDF_Creator. by thestig · 9 years ago
  44. 06f4572 Fix binding of null pointer dereference to reference type by hans · 9 years ago
  45. 92cb5e5 Convert border style defines to an enum class. by dsinclair · 9 years ago
  46. 71a452f Make CFX_ByteString(const CFX_ByteStringC&) explicit. by tsepez · 9 years ago
  47. afe9430 Make CFX_WideString(const CFX_WideString&) explicit. by tsepez · 9 years ago
  48. f7036ba Templatize CFX_{Byte,Wide}StringC by tsepez · 9 years ago
  49. 9c845c3 Move some classes out of doc_vt.cpp into their own files. by thestig · 9 years ago
  50. d6e1887 allow Skia to be the default graphics engine by caryclark · 9 years ago
  51. 594b20b Fix some misc nits. by thestig · 9 years ago
  52. 28c7844 Add CFX_ByteStringC::CharAt() to avoid c_str() and casts. by tsepez · 9 years ago
  53. ade9465 Fix comment in fx_string.h by tsepez · 9 years ago
  54. 39fbb7e Clean up CFX_ImageTransformer. by thestig · 9 years ago
  55. fc11365 put change to CFX_ImageStretcher in Skia as well by caryclark · 9 years ago
  56. 77f45f2 Fix a sign mismatch. by thestig · 9 years ago
  57. 9febfe6 Clean up CFX_ImageStretcher. by thestig · 9 years ago
  58. f0db33f Revert "Reland of relax a couple checks to allow certain non-standard PDF files. (patchset #1 id:1 of https://codereview.chromium.org/1946693002/ )" by weili · 9 years ago
  59. f7fe678 Add much-needed Find() method for CFX_*StringC by tsepez · 9 years ago
  60. 94dfd56 Remove c_str() from fpdf_font.cpp by tsepez · 9 years ago
  61. 0d13187 Fix a divide by zero in CFX_ImageStretcher. by thestig · 9 years ago
  62. 4d063bb Use bytestringC rather than raw ptr/len pairs in syntax parser by tsepez · 9 years ago
  63. cac1571 Remove CPVT_Size and CPVT_FloatRange. by thestig · 9 years ago
  64. 821d59e CPDF_VariableText::GetIterator() never returns NULL. by thestig · 9 years ago
  65. a244dfe Clean up CPDF_Color and some related code. by thestig · 9 years ago
  66. 35c2100 Fix a potential UAF with FPDFAvail_IsLinearized(). by thestig · 9 years ago
  67. f74ad99 Replace some calls to Release() with direct delete, part 1. by tsepez · 9 years ago
  68. 2c3a16a Remove some dead code. by thestig · 9 years ago
  69. 690a99c fix linux warnings by caryclark · 9 years ago
  70. e00f75c CFX_ArabicChar contains only static methods, no need to instantiate. by tsepez · 9 years ago
  71. 8f4bf9a More define cleanup. by dsinclair · 9 years ago
  72. 7d89e72 Return bool rather than bitwise-and for FX_BOOL by tsepez · 9 years ago
  73. a031357 Reland of lax a couple checks to allow certain non-standard PDF files. (patchset #1 id:1 of https://codereview.chromium.org/1946693002/ ) by weili · 9 years ago
  74. 696fc8b Revert of Remove unneeded CPVT classes. (patchset #7 id:140001 of https://codereview.chromium.org/1919283008/ ) by dsinclair · 9 years ago
  75. 5fc4f31 Revert of Relax a couple checks to allow certain non-standard PDF files. (patchset #1 id:1 of https://codereview.chromium.org/1926823002/ ) by weili · 9 years ago
  76. 6020e45 Replace CFX_PtrArray with typesafe CFX_ArrayTemplate, part 11 by tsepez · 9 years ago
  77. a354eb5 Remove unneeded CPVT classes. by thestig · 9 years ago
  78. 8c32dfa Subtract instead of adding the negation. by thestig · 9 years ago
  79. cd1e9ff Relax a couple checks to allow certain non-standard PDF files. by weili · 9 years ago
  80. b7a9604 Avoid nullptr dereferences in sycc444_to_rgb(). by thestig · 9 years ago
  81. 8e957ba Fix stack overflow from nested arrays. by thestig · 9 years ago
  82. 303e525 More IFX_ interface cleanup. by dsinclair · 9 years ago
  83. 43854a5 Standardize on ASSERT. by dsinclair · 9 years ago
  84. 12168d7 CPDF_Document::LoadPattern() and friends always have a valid matrix. by thestig · 9 years ago
  85. 931bf37 Move CPDF_Document code into cpdf_document.cpp. by thestig · 9 years ago
  86. d647a6b Remove several IPDF_ interfaces and CPDF_RenderModule. by dsinclair · 9 years ago
  87. 518fd4c CFX_ByteString::Reserve(), ReleaseBuffer() fixes. by tsepez · 9 years ago
  88. 5cc2465 Clean up CPDF_Page. by thestig · 9 years ago
  89. 7c5f4b5 Fix incorrect offset computation. by etienneb · 9 years ago
  90. b6853cf Pass CFX_*StringCs to FX_HashCode_GETA and _GETW hash functions. by tsepez · 9 years ago
  91. 14f5aeb Change the code to avoid three unit test failures on release build by weili · 9 years ago
  92. 90c964f Add a simple check for V4 cross reference table by weili · 9 years ago
  93. 2178e48 Remove #ifdef platform which is always true. by tsepez · 9 years ago
  94. b88b8dc Remove next batch of CFX_ arrays from fpdf_edit_doc.cpp by tsepez · 9 years ago
  95. 00124c9 Remove more CFX_ArrayTemplate from fpdf_edit_doc.cpp by tsepez · 9 years ago
  96. 6f5325e Remove one warning from PDFium compilation in Cros by weili · 9 years ago
  97. 0d2dc68 Replace CFX_ArrayTemplate with std::vector in CPDF_ObjectStream by tsepez · 9 years ago
  98. 0f6425f Add a missing initialisation for CPDF_ContentMarkItem. by ochang · 9 years ago
  99. df964df Replace CFX_RectArray with std::vector<CFX_FloatRect> by tsepez · 9 years ago
  100. d00a912 Make CFX_BasicArray non-copyable. by tsepez · 9 years ago