1. 96b375a Remove = null for a unique_ptr in the constructor by Albert Astals Cid · 12 days ago master
  2. 3d56221 Only create GfxResources::fonts if we're going to use it by Albert Astals Cid · 12 days ago
  3. 4d0fccd Fuzzer: add Qt6 signature fuzzer by Aditya Tiwari · 13 days ago
  4. c1295c4 CI: Use Fedora 44 by Albert Astals Cid · 13 days ago
  5. fd5f355 Update (C) by Albert Astals Cid · 14 days ago
  6. ae9e9cf fix-qt5: replace deprecated Qt::SystemLocaleDate with QLocale by ADITYA TIWARI · 2 weeks ago
  7. cd775fa Add compression support for stamp annotation images by Malika Asman · 2 weeks ago
  8. 833d399 Remove unused include by Ojas Maheshwari · 2 weeks ago
  9. f6d25ff glib: Mark structure_element_iter_new as nullable by Maximiliano Sandoval · 2 weeks ago
  10. 022c412 glib: Correct assert in convert_color by Adam Sampson · 3 weeks ago
  11. 3398be7 Object: Add isArrayOfLengthAtLeast by Adam Sampson · 3 weeks ago
  12. 5c8c83e Object: Add isArrayOfLength by Adam Sampson · 3 weeks ago
  13. 5152174 Replace the constant maxSupportedSignatureSize by a generous by Juraj Šarinay · 4 weeks ago
  14. e1f3ecd GPGME: Fix marking of qualified keys by Sune Vuorela · 3 weeks ago
  15. 3aa4e28 Update (C) by Albert Astals Cid · 3 weeks ago
  16. 6173e3d Make a few Dict * be const & by Albert Astals Cid · 3 weeks ago
  17. 7b641b6 Document array-ownership before handed to object by Sune Vuorela · 4 weeks ago
  18. fdc6a40 Document dict-ownership before handed to object by Sune Vuorela · 4 weeks ago
  19. 3608d84 Remove USE_FLOAT cmake option by Albert Astals Cid · 3 months ago
  20. d9d0b54 Increase version so people that track master can add ifdefs on version by Albert Astals Cid · 3 weeks ago
  21. 30927d0 poppler 26.02.0 by Albert Astals Cid · 3 weeks ago poppler-26.02.0
  22. f40c4f3 Build clang-17 in debian-trixie (current stable) image by Sune Vuorela · 3 weeks ago
  23. 09c4c1b Update (C) by Albert Astals Cid · 3 weeks ago
  24. a83aa39 SplashFont: Make the clip const & by Albert Astals Cid · 3 weeks ago
  25. 64fc550 TextOutputDev: Fix non-transitive comparision for text fragment sorting by Stefan Brüns · 3 weeks ago
  26. 19c291e TextOutputDev: Fix incorrect flag for column recalculation by Stefan Brüns · 3 weeks ago
  27. ad1645e qt: Pass default text area as nullopt, avoid incorrect warning by Stefan Brüns · 3 weeks ago
  28. f145613 cpp: tests: Use range-for loops in poppler-dump by Adam Sampson · 3 weeks ago
  29. 68a9a2f JBIG2Stream: Add another getReadPastEndOfStream check by Albert Astals Cid · 4 weeks ago
  30. 62f8b62 Move ossfuzz build scripts to poppler repository by Azhar Momin · 4 weeks ago
  31. 9eea384 XRef::removeIndirectObject: Don't manually call the destructor by Albert Astals Cid · 4 weeks ago
  32. 414fd17 JBIG2Stream: Check we discarded the correct amount of bytes by Albert Astals Cid · 4 weeks ago
  33. 16ccb3c Mark discardChars as nodiscard by Albert Astals Cid · 4 weeks ago
  34. b6bf563 Update (C) by Albert Astals Cid · 4 weeks ago
  35. eee94a1 pdftotext: Fix page level bounds calculation in tsv mode by Ojas Maheshwari · 4 weeks ago
  36. 618da9e JBIG2Stream::readGenericBitmap: Sprinkle some more EOF checks by Albert Astals Cid · 4 weeks ago
  37. 640373f JBIG2Stream::readSymbolDictSeg: Remove gotos by Albert Astals Cid · 4 weeks ago
  38. dfbd101 JBIG2Stream::readTextRegion: Take const & vector by Albert Astals Cid · 4 weeks ago
  39. ad16a22 JBIG2Stream::readSymbolDictSeg: Make bitmaps be a vector by Albert Astals Cid · 4 weeks ago
  40. 0ef782a Some initial tweaking for JBIG2Stream::readSymbolDictSeg by Albert Astals Cid · 4 weeks ago
  41. 86c30db Add a bit of constness around JArithmeticDecoderStats by Albert Astals Cid · 4 weeks ago
  42. a61aec2 JBIG2Bitmap::combine: take bitmap by const & by Albert Astals Cid · 4 weeks ago
  43. 0e1de7f Tweak JBIG2Stream::readGenericRefinementRegionSeg by Albert Astals Cid · 4 weeks ago
  44. 0a7d51d JBIG2Stream: make pageBitmap a unique_ptr by Albert Astals Cid · 4 weeks ago
  45. 0e63e0c JBIG2SymbolDict: I forgot the resize ^_^ by Albert Astals Cid · 4 weeks ago
  46. 72e5d85 JBIG2Stream: Move vector max sizecheck to a templated inline by Albert Astals Cid · 4 weeks ago
  47. ed4718e JArithmeticDecoderStats: Rename reset to resetContext by Albert Astals Cid · 4 weeks ago
  48. d588c22 JArithmeticDecoderStats: copy now returns a unique_ptr by Albert Astals Cid · 4 weeks ago
  49. 8cb72f4 JBIG2SymbolDict: Make bitmaps a vector by Albert Astals Cid · 4 weeks ago
  50. 6490e29 Remove JBIG2Stream::readSymbolDictSeg eofError by Albert Astals Cid · 4 weeks ago
  51. 7fcbff4 JBIG2Stream::readCodeTableSeg: return bool and remove gotos by Albert Astals Cid · 4 weeks ago
  52. 78b3a9a JBIG2Stream::readPageInfoSeg: return bool and remove goto by Albert Astals Cid · 4 weeks ago
  53. f8b1f41 JBIG2Stream: remove a few gotos by Albert Astals Cid · 4 weeks ago
  54. 4712aa4 JBIG2Stream::readTextRegionSeg: Move several varaibles to where they are used by Albert Astals Cid · 4 weeks ago
  55. 1329e46 JBIG2Stream::readTextRegionSeg: Remove gotos by Albert Astals Cid · 4 weeks ago
  56. e6a64cd JBIG2Stream::readTextRegionSeg: Make syms a vector by Albert Astals Cid · 4 weeks ago
  57. 4018423 JBIG2HuffmanDecoder::buildTable: Move a few variables where they are used by Albert Astals Cid · 4 weeks ago
  58. 8acc065 JBIG2Stream: Use modern casts by Albert Astals Cid · 4 weeks ago
  59. 20e6522 JBIG2Stream: We actually need these checks by Albert Astals Cid · 4 weeks ago
  60. cf4b27b JBIG2Stream: Make getType const by Albert Astals Cid · 4 weeks ago
  61. 671a5d9 Move seg variable declaration to where used by Albert Astals Cid · 4 weeks ago
  62. 24fb5b6 JBIG2Stream::readSymbolDictSeg: Make symWidths a vector by Albert Astals Cid · 4 weeks ago
  63. 9d6b66f JBIG2Stream::readSymbolDictSeg: collBitmap can be a unique ptr by Albert Astals Cid · 4 weeks ago
  64. 753a8b9 Make JBIG2PatternDict hold unique_ptrs by Albert Astals Cid · 4 weeks ago
  65. 82a875a JBIG2Bitmap::getSlice: Return a unique_ptr by Albert Astals Cid · 4 weeks ago
  66. 581f29e JBIG2Stream: Make refSegs a vector by Albert Astals Cid · 4 weeks ago
  67. db33611 JBIGStream::readGenericBitmap: Check atx/aty validity by Albert Astals Cid · 4 weeks ago
  68. a1a1488 JBIG2Stream: Switch logic from a7dee408dcd5b184476c66d9c411b61cbbb8206d by Albert Astals Cid · 4 weeks ago
  69. 7aea642 Make JBIG2Stream::rewind a bit more strict by Albert Astals Cid · 4 weeks ago
  70. 6a61367 JBIG2Bitmap::combine: Protect against integer overflow by Albert Astals Cid · 4 weeks ago
  71. 2046a1c Add include for array by Albert Astals Cid · 4 weeks ago
  72. fc88a5b define -> enum by Albert Astals Cid · 4 weeks ago
  73. 683b483 define -> static constexpr by Albert Astals Cid · 4 weeks ago
  74. a75ecec SplashState: two defines sets -> two enums by Albert Astals Cid · 4 weeks ago
  75. 2e7a87d FoFiType1C: Convert C arrays into C++ arrays by Albert Astals Cid · 4 weeks ago
  76. 303f33c Bunch of defines to constexpr by Albert Astals Cid · 4 weeks ago
  77. 5affb33 wMore -> enum by Albert Astals Cid · 4 weeks ago
  78. 105a8db Bunch of defines to constexpr by Albert Astals Cid · 4 weeks ago
  79. a4d5208 M_PI -> std::numbers::pi by Albert Astals Cid · 4 weeks ago
  80. 301bb3f Remove bunch of unused defines by Albert Astals Cid · 4 weeks ago
  81. a94bafa qt6: fuzzying: exercise the outline function by Albert Astals Cid · 4 weeks ago
  82. 7b06880 qt: remove unneeded static casts by Albert Astals Cid · 4 weeks ago
  83. d5ae3ce Enable modernize-use-auto by Albert Astals Cid · 6 weeks ago
  84. 765ec0f qt5: Remove qt5 fuzzers by Albert Astals Cid · 4 weeks ago
  85. 7c533d8 Fix build with no dct decodecer by Sune Vuorela · 5 weeks ago
  86. 46e1d07 Update (C) by Albert Astals Cid · 5 weeks ago
  87. bebe0a0 Document filter stream ownership (with unique_ptr) by Sune Vuorela · 5 weeks ago
  88. 15ac128 Fix integer overflow in JBIG2Stream::readTextRegion by Albert Astals Cid · 5 weeks ago
  89. 77948e0 Add poppler-data support to OSS-Fuzz CPP fuzzers by Aditya Tiwari · 5 weeks ago
  90. 3c65a65 Don't store invalid enum values in GfxState::LineCapStyle by Albert Astals Cid · 5 weeks ago
  91. e6a7cff Don't store invalid enum values in GfxState::LineJoinStyle by Albert Astals Cid · 5 weeks ago
  92. e29a2ca Update (C) by Albert Astals Cid · 5 weeks ago
  93. 6bf41dd reset annot to null after freeing it by Albert Astals Cid · 5 weeks ago
  94. 074050b gfile: Use MAX_PATH instead of _MAX_PATH by Kleis Auke Wolthuizen · 5 weeks ago
  95. 8d80cf6 Fix mem leak by Sune Vuorela · 5 weeks ago
  96. 7a73774 Document some PDFDoc ownerships and the document stream by Sune Vuorela · 5 weeks ago
  97. c7bb8f1 FoFiType1C: remove unused methods by Sune Vuorela · 5 weeks ago
  98. a7dee40 JBIG2Stream::rewind: Rewind the inner streams anyway by Albert Astals Cid · 5 weeks ago
  99. ac8ba0f glib: Fix logic in fuzzer by Albert Astals Cid · 5 weeks ago
  100. 64ea4dc glib: Fix memory leak introduced in 0a4419c61d5f625347e06e901fc52027ac3b4e72 by Albert Astals Cid · 5 weeks ago