1. 26b86e6 Move CFX_GEModule into its own file by npm · 9 years ago
  2. 0690c35 Fixup crypto key generation. by dsinclair · 9 years ago
  3. c54bb43 Simplify some FPDF edit functions. by thestig · 9 years ago
  4. 823df2a Cleanup CPDF_DocPageData release methods and callers. by thestig · 9 years ago
  5. cac704d Split fpdfdoc/include/fpdf_doc.h into individual classes. by dsinclair · 9 years ago
  6. 844c4b2 Remove unused m_bFirstLayer in CPDF_RenderContext. by jaepark · 9 years ago
  7. 22b05fc Remove FX_FONTCACHE_DEFINE by tsepez · 9 years ago
  8. 9b671ac Use smart pointers for CFX_Font and CFX_Type3Font classes by weili · 9 years ago
  9. 0024a22 Remove CFX_Deletable by weili · 9 years ago
  10. 9f515bc Use actual type instead CFX_Deletable by weili · 9 years ago
  11. c38cd6e Use smart pointers for graphics device classes by weili · 9 years ago
  12. 47228ac Clean up singleton implementation by weili · 9 years ago
  13. 8ca60b2 Use smart pointers for various Jbig2 decoding contexts by weili · 9 years ago
  14. 8d53150 Use CPDF_Dictionary::SetAtReference instead of CPDF_Dictionary::AddReference. by jaepark · 9 years ago
  15. e059579 Replace void* to actual type for jbig2 context to avoid casts by weili · 9 years ago
  16. 5a6c139 Use smart pointers for class owned member variables by weili · 9 years ago
  17. 44105d8 Change class member variables in raw pointer type into unique_ptr by weili · 9 years ago
  18. a27d49a copy graphics state fully by caryclark · 9 years ago
  19. df8c035 Clean up parts of CPDF_CIDFont. by thestig · 9 years ago
  20. 1e62a25 fix skia unit tests by caryclark · 9 years ago
  21. 0efab94 Disable failing embedder tests for Skia builds. by thestig · 9 years ago
  22. 8ea3f51 Clean up some CPDF_Font subclasses. by thestig · 9 years ago
  23. de0022a Simplify CPDF_TextRenderer::DrawTextString(). by thestig · 9 years ago
  24. 29d447a Improve hint table validation checks. by thestig · 9 years ago
  25. decfa7b Remove FPDFAPI_LoadCID2UnicodeMap. by dsinclair · 9 years ago
  26. 29ce923 Fix memory leaks in EmbedderTest::OpenDocument(). by thestig · 9 years ago
  27. 907a522 Use FXFONT defines in place of integers. by thestig · 9 years ago
  28. 095d346 Move ifx_renderdevicedriver to a separate file to share by weili · 9 years ago
  29. bff506d Change func(void) to func() by weili · 9 years ago
  30. ec51ac3 Another round of fx_ge cleanup. by thestig · 9 years ago
  31. 979070b Get rid of IPDF_DataAvail. by thestig · 9 years ago
  32. 2f30766 Remove default arguments from IFX_RenderDeviceDriver. by thestig · 9 years ago
  33. 868150b Make code compile with clang_use_chrome_plugin (part I) by weili · 9 years ago
  34. 6aac8a8 Remove even more const casting from core. by tsepez · 9 years ago
  35. bc58de0 Set data availablity error. by dsinclair · 9 years ago
  36. 7d2a8d9 Remove implicit CFX_CountedRef::operator T*() by tsepez · 9 years ago
  37. a431e23 Avoid const-cast in CPDF_Font by tsepez · 9 years ago
  38. 649a785 Use static_casts for cpdf_type1font bsearch on mac. by tsepez · 9 years ago
  39. 4997b22 Get rid of NULLs in core/ by thestig · 9 years ago
  40. 0687e76 Check the hint table exists before using. by dsinclair · 9 years ago
  41. 596fc4c Add missing const to CPDF_Stream::InitStream() by tsepez · 9 years ago
  42. b0fcfad Remove unused PS generation code. by thestig · 9 years ago
  43. 8d4e0d4 Fix more bugs found by /analyze tool by weili · 9 years ago
  44. 12367cb Fix some code which causes warnings when compiled by /analyze tool by weili · 9 years ago
  45. db444d2 Fix all the code which has duplicate variable declarations by weili · 9 years ago
  46. 36e258b The PDFium source in core/fxge/dib implements a bit-blitting backend. by caryclark · 9 years ago
  47. a31d4a9 Change CFX_Font::GetPsName() to return a CFX_ByteString. by thestig · 9 years ago
  48. c324646 Relax checks added in commit 8f3a311. by thestig · 9 years ago
  49. acef5fe Validate the BitsPerFlag entry in shading dictionaries. by thestig · 9 years ago
  50. 8f3a311 Validate a couple of fields in shading dictionaries. by thestig · 9 years ago
  51. befa450 Remove default arguments from CFX_FxgeDevice. by thestig · 9 years ago
  52. 2f1e05a Make CPDF_IndirectObjectHolder::InsertIndirectObject return a bool. by thestig · 9 years ago
  53. fd6cfad Clean up CPDF_TextRenderer slightly. by thestig · 9 years ago
  54. d3e354a Remove default arguments in CFX_RenderDevice. by thestig · 9 years ago
  55. 41846a0 Remove default argument from RestoreState() methods. by thestig · 9 years ago
  56. 5ce0968 Remove CFX_PrivateData from CPDF_Document by tsepez · 9 years ago
  57. 1e2c557 Remove CFX_PrivateData from CPDF_Page by tsepez · 9 years ago
  58. edfd3c3 get skia building by caryclark · 9 years ago
  59. ddffb57 Remove CFX_PrivateData from CPDF_ModuleMgr by tsepez · 9 years ago
  60. ded3634 Change CPDF_Boolean to use bool instead of FX_BOOL. by thestig · 9 years ago
  61. 27ddf16 Distinguish between user and owner passwords. by thestig · 9 years ago
  62. 490d612 Make CPDF_Function::Load() return an unique_ptr. by thestig · 9 years ago
  63. 109975b Use unique_ptr in CPDF_CidFont by tsepez · 9 years ago
  64. 168fc2b Delete CPDF_Object::IsModified(). by thestig · 9 years ago
  65. 885bba0 Fix infinite recursion in CPDF_DocPageData::GetColorSpace(). by thestig · 9 years ago
  66. b8bf55f Get rid of CPDF_Object::GetArray(). by thestig · 9 years ago
  67. 8f5f897 Add an enum to represent text rendering modes. by thestig · 9 years ago
  68. 1b99b2d Merge GetBits32() impls into one. Put it in fxcrt. by thestig · 9 years ago
  69. 1f36fa8 Fix the Skia build after 9b1a0ee. by thestig · 9 years ago
  70. 9b1a0ee Fix Undefined-shift in CPDF_SampledFunc::v_Init(). by thestig · 9 years ago
  71. 80f25a5 Fix leak in CPDF_StreamContentParser::AddTextObject(). by thestig · 9 years ago
  72. 7b21423 Clean up CFX_RenderDevice::DrawNormalText(). by thestig · 9 years ago
  73. 59ce240 Fix DrMemory bot error by properly initializing the variable by weili · 9 years ago
  74. 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
  75. 47b998b Remove an unnecessary variable from CPDF_Creator by weili · 9 years ago
  76. 3cc01f2 Fix the code that causes warnings by weili · 9 years ago
  77. e699c66 Clean up CPDF_Creator. by thestig · 9 years ago
  78. 71a452f Make CFX_ByteString(const CFX_ByteStringC&) explicit. by tsepez · 9 years ago
  79. 28c7844 Add CFX_ByteStringC::CharAt() to avoid c_str() and casts. by tsepez · 9 years ago
  80. 39fbb7e Clean up CFX_ImageTransformer. by thestig · 9 years ago
  81. 77f45f2 Fix a sign mismatch. by thestig · 9 years ago
  82. 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
  83. f7fe678 Add much-needed Find() method for CFX_*StringC by tsepez · 9 years ago
  84. 94dfd56 Remove c_str() from fpdf_font.cpp by tsepez · 9 years ago
  85. 4d063bb Use bytestringC rather than raw ptr/len pairs in syntax parser by tsepez · 9 years ago
  86. a244dfe Clean up CPDF_Color and some related code. by thestig · 9 years ago
  87. 35c2100 Fix a potential UAF with FPDFAvail_IsLinearized(). by thestig · 9 years ago
  88. 7d89e72 Return bool rather than bitwise-and for FX_BOOL by tsepez · 9 years ago
  89. 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
  90. 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
  91. cd1e9ff Relax a couple checks to allow certain non-standard PDF files. by weili · 9 years ago
  92. 8e957ba Fix stack overflow from nested arrays. by thestig · 9 years ago
  93. 43854a5 Standardize on ASSERT. by dsinclair · 9 years ago
  94. 12168d7 CPDF_Document::LoadPattern() and friends always have a valid matrix. by thestig · 9 years ago
  95. 931bf37 Move CPDF_Document code into cpdf_document.cpp. by thestig · 9 years ago
  96. d647a6b Remove several IPDF_ interfaces and CPDF_RenderModule. by dsinclair · 9 years ago
  97. 5cc2465 Clean up CPDF_Page. by thestig · 9 years ago
  98. 90c964f Add a simple check for V4 cross reference table by weili · 9 years ago
  99. 2178e48 Remove #ifdef platform which is always true. by tsepez · 9 years ago
  100. b88b8dc Remove next batch of CFX_ arrays from fpdf_edit_doc.cpp by tsepez · 9 years ago