1. e6db16e Clean up CPDF_Stream. by tsepez · 8 years ago
  2. a5b37f6 Remove dead code in CCodec_IccModule by kcwu · 8 years ago
  3. c480899 Revert of Pdfium: Fix fonts leaking on ClosePage. (patchset #10 id:180001 of https://codereview.chromium.org/2158023002/ ) by dsinclair · 8 years ago
  4. ea3c3be Remove duplicated charset definitions, and move them to fx_font.h by npm · 8 years ago
  5. 2f8568e Fix compare between signed and unsigned values in CPDF_ImageRenderer::StartDIBSource. by stackexploit · 8 years ago
  6. a0ff010 Avoid nullptr access in sycc422_to_rgb and sycc420_to_rgb by stackexploit · 8 years ago
  7. e9988dd Reduce duplicated code in CPDF_Document by adding auxiliary methods by npm · 8 years ago
  8. cde5101 Fix memory leaking on ClosePage. by art-snake · 8 years ago
  9. d987143 Add string pools to save storage. by tsepez · 8 years ago
  10. 0a17faf Use either /RECT or /QuadPoints for annotation coordinates, depending on /AP by tonikitoo · 8 years ago
  11. 84be3a3 Use ToUnicode mapping even when unicode is 0. by npm · 8 years ago
  12. 8f53f54 Add short-cut in CFX_{Byte,Wide}String::Operator<() by tsepez · 8 years ago
  13. 38fd844 Rename dictionary set and get methods by dsinclair · 8 years ago
  14. 41d6bbe Delete unused parameter nWordStyle from GetCharWidth() by npm · 8 years ago
  15. 8b1ed16 Map glyph bitmap in LookUpGlyphBitmap even when unsuccessful by npm · 8 years ago
  16. f2662c4 Cleanup CPDFXFA_Document. by dsinclair · 8 years ago
  17. 2ca2da5 Sort include entries. by dsinclair · 8 years ago
  18. 3d70488 Add check for trivial string equality by tsepez · 8 years ago
  19. 63f545c CFX_FloatPoint default constructor and equals operators by tsepez · 8 years ago
  20. f86ca38 Remove more strcmp/memcmp usage. by tsepez · 8 years ago
  21. 067990c Stop converting widestring -> c_str -> widestring in several places. by tsepez · 8 years ago
  22. bb8935e Get rid of memcmp in CFieldTree::Lookup() by tsepez · 8 years ago
  23. f786c26 Make ipdf_formnotify a pure virtual interface by tsepez · 8 years ago
  24. 860a2d0 Remove GetDictBy("DR") from annot/field dictionaries by npm · 8 years ago
  25. db319ec Verify value of prec before using by dsinclair · 8 years ago
  26. 01b67ed Refactor CPDF_Document by creating new methods by npm · 8 years ago
  27. 0b02205 change memcpy to memmove for potential nearby addresses by tracy_jiang · 8 years ago
  28. 25a7f3e fix some uninitialized variables by hong_zhang · 8 years ago
  29. 1c62054 Make CFX_Obeservable::Observer into a pointer-ish type; by tsepez · 8 years ago
  30. 75f84a5 Define behaviors of FPDF_RenderPageBitmap_Retail and FPDF_FFLDraw. by jaepark · 8 years ago
  31. cf7ac19 explicit operator bool for CFX_RetainPtr and CFX_CountRef by tsepez · 8 years ago
  32. 0ca160f Delete unused methods in CPDF_Document by npm · 8 years ago
  33. 3451c09 Check whether the annotation content is empty using CFX_WideString. by jaepark · 8 years ago
  34. c29fc70 Fix memory management errors for font loading and copying by weili · 8 years ago
  35. 8832fbf Replace CJS_Runtime::Observer with CFX_Runtime<CJS_Runtime>::Observer by tsepez · 8 years ago
  36. d827111 Switch to ValueOrDie by dsinclair · 8 years ago
  37. 7b68f61 Make Observers into a templated class by tsepez · 8 years ago
  38. f56d93f Verify image dimentions before using by dsinclair · 8 years ago
  39. b1f5545 Verify pattern start values. by dsinclair · 8 years ago
  40. 85a65b3 Maybe avoid a copy in CPDF_RenderStatus::SelectClipPath by tsepez · 8 years ago
  41. 0a765b8 Make CPDF_TextStateData private to CPDF_TextState. by tsepez · 8 years ago
  42. 7c9f0a1 Move CPDF_GraphState to CFX_GraphState by tsepez · 8 years ago
  43. f692e8e Make CPDF_ContentMarkData private to CPDF_ContentMark by tsepez · 8 years ago
  44. f40c6f1 Make ColorStateData private to CPDF_ColorState by tsepez · 8 years ago
  45. 155c880 Move CFX_Font definition to its own file and clean up by npm · 8 years ago
  46. 921d58f Move ShouldGenerateAPForAnnotation check to CPDF_Annot::GenerateAPIfNeeded by tonikitoo · 8 years ago
  47. 7b36672 Use safe bool conversion operators in fpdf_page/ by tsepez · 8 years ago
  48. d21f22e Make CPDF_ClipPath have a CPDF_ClipPathData rather than inheriting. by tsepez · 8 years ago
  49. 6296f2d Remove CFX_Matrix::Copy() in favor of assignment by tsepez · 8 years ago
  50. e106b50 Make CPDF_GeneralStateData private. by tsepez · 8 years ago
  51. fc1d16f Make CPDF_Path have a CFX_Path rather than inheriting by tsepez · 8 years ago
  52. bbee445 Make CPDF_GeneralState have a CPDF_GeneralStateData by tsepez · 8 years ago
  53. 7c5d090 Fix leaks due to created popup annotations by weili · 9 years ago
  54. e0cb687 Use unsigned page indexes in CPDF_HintTables. by thestig · 9 years ago
  55. eadff19 Move CPDF_Type3Cache and CPDF_Type3Glyphs to their own files by npm · 9 years ago
  56. f4bf0b2 Fix CPDF_CIDFont::GlyphFromCharCode for fonts flagged with PDFFONT_SYMBOLIC by npm · 9 years ago
  57. 8d3ca14 Handle another integer overflow in ReadPageHintTable(). by thestig · 9 years ago
  58. 5e2d5c7 Better validate hint table header bits entries. by thestig · 9 years ago
  59. 22b64c3 Make CPDF_ContentMark have a CPDF_ContentMarkData. by tsepez · 9 years ago
  60. 73e9c31 Check first page number in CPDF_HintTables::ReadPageHintTable(). by thestig · 9 years ago
  61. 21b111f Attempt to fix potential integer overflow in CFX_FaceCache::LoadGlyphPath(). by thestig · 9 years ago
  62. 0714614 Use CheckedNumeric for strength calculation. by dsinclair · 9 years ago
  63. ca90b87 Make CPDF_ColorState have a CFX_ColorStateData rather than inheriting by tsepez · 9 years ago
  64. 4d9df42 Make CPDF_GraphState have a CPDF_GraphStateData instead of inheriting. by tsepez · 9 years ago
  65. 956553e Use enum class for subtypes of CPDF_Annot. by jaepark · 9 years ago
  66. 87dffc0 Free the GifPlainText object when complete. by dsinclair · 9 years ago
  67. 77be049 Clean up CPDF_CMap declaration by npm · 9 years ago
  68. fbda17d Make CPDF_TextState have a CPDF_TextStateData rather than inheriting one. by tsepez · 9 years ago
  69. f7252a0 Guard against overflow when calculating font weight. by dsinclair · 9 years ago
  70. 94fb74c More better const-ness in CFX_CountRef<> by tsepez · 9 years ago
  71. 35512aa Display content of the annotation when mouse hover. by jaepark · 9 years ago
  72. 07f5fd5 Skip the channel if there is no data. by dsinclair · 9 years ago
  73. d24c3a6 Revert "Add -> operators to CFX_CountRef." by tsepez · 9 years ago
  74. 5960143 Revert "Replace wrapper methods in CPDF_Path with -> operator." by tsepez · 9 years ago
  75. adbd329 Revert "Use ->() in CPDF_ColorState" by tsepez · 9 years ago
  76. dda2c0d Fix for #618267. Adding a method to determine if multiplication has overflow. by tracy_jiang · 9 years ago
  77. c116e59 Verify element exists before accessing. by dsinclair · 9 years ago
  78. 91ddd3f Use ->() in CPDF_ColorState by tsepez · 9 years ago
  79. e8ae483 Initialize the CPDF_Document pointer by dsinclair · 9 years ago
  80. d09a097 Replace wrapper methods in CPDF_Path with -> operator. by tsepez · 9 years ago
  81. a032f7f Add some limit checks to ReadSharedObjHintTable(). by thestig · 9 years ago
  82. 81ee14d Move CFX_SubstFont and CTTFontDesc into their own files by npm · 9 years ago
  83. c10c23a Add -> operators to CFX_CountRef. by tsepez · 9 years ago
  84. 9ed9137 Rename CPDFSDK_Annot::GetType to CPDFSDK_Annot::GetAnnotSubtype. by jaepark · 9 years ago
  85. 987f3ee Make CFX_CountRef<>::m_pObject private, add accessors, fix const-ness. by tsepez · 9 years ago
  86. 83d2351 Remove CFX_CountRef::IsNull in favor of operator bool by tsepez · 9 years ago
  87. 0c2d0a5 Revert "Remove the document tagged code as it is unused." by npm · 9 years ago
  88. 80f9957 Rework CFX_CountRef in terms of CFX_RetainPtr. by tsepez · 9 years ago
  89. 2d396ac Move the classes in fpdf_text_int.cpp into their own files by npm · 9 years ago
  90. a1d2111 CPDF_Annot::GetRect() should return CFX_FloatRect. by jaepark · 9 years ago
  91. 00edbe4 Simplify some code in CFX_FontMapper. by thestig · 9 years ago
  92. 22b176d Check for nullptrs in CPDF_Dictionary dtor. by thestig · 9 years ago
  93. 695aac5 Fix infinite loops in FPDF_GetFullName(). by thestig · 9 years ago
  94. 43cbe9e Remove unused methods in CPDF_TextPage and nits by npm · 9 years ago
  95. dbb6266 Tidy up CFX_PathData by tsepez · 9 years ago
  96. 156de02 Removing CPDF_Parser::CloseParser. by dsinclair · 9 years ago
  97. b107193 Allow CPDF_Font to use fallback fonts by npm · 9 years ago
  98. cedaa55 Flip document and parser ownership by dsinclair · 9 years ago
  99. ade4b49 Lazy generate an "AP" when an Annot's hidden state changes by tonikitoo · 9 years ago
  100. a61c01e Move parser out of IndirectObjectHolder by dsinclair · 9 years ago