1. c711301 pointer to const reference by Albert Astals Cid · 2 days ago master
  2. f390269 Make SplashPattern functions const by Albert Astals Cid · 2 days ago
  3. f60d35d Make the SplashClip in SplashState a unique ptr by Albert Astals Cid · 2 days ago
  4. 708282b Remove unused functions by Albert Astals Cid · 2 days ago
  5. 7367c26 Splash: std::array<SplashCoord> instead of pointer by Albert Astals Cid · 2 days ago
  6. c2378a0 Splash: Take objects by const & instead of pointer by Albert Astals Cid · 2 days ago
  7. 2236924 Splash: Return unique_ptr in two functions by Albert Astals Cid · 2 days ago
  8. ccba257 Splash: Implement 4 blending modes for mono1/8 by Albert Astals Cid · 34 hours ago
  9. 660c023 Update po[t] files by Albert Astals Cid · 2 days ago
  10. 808094b cmakedefine -> cmakedefine01 by Albert Astals Cid · 8 days ago
  11. 5c8fbf0 pdfsig: Use optional for signatureNumber by Albert Astals Cid · 7 days ago
  12. 57f429d I'm relatively sure this code does not compile with djgpp by Albert Astals Cid · 5 days ago
  13. 5f68ea4 Remove EmbedStream rewind and restore by Albert Astals Cid · 6 days ago
  14. 55a05e3 Fix EmbedStream::reset by Albert Astals Cid · 6 days ago
  15. a22bd51 glib: change iterator internal indexes to their actual types by Albert Astals Cid · 6 days ago
  16. 61521a5 cpp: Change stream operator signature now that we broke BC by Albert Astals Cid · 6 days ago
  17. 7454327 cpp: Extract the (size_t)-1 to a const variable by Albert Astals Cid · 6 days ago
  18. 73babce cpp: Remove deprecated time functions that have a Y2K38 problem by Albert Astals Cid · 6 days ago
  19. 7369704 DCTStream: less type casting by Albert Astals Cid · 7 days ago
  20. 02b4fab pdfunite: Move iterator variable declaration to the for loop itself by Albert Astals Cid · 7 days ago
  21. 7ac61fd perf-test: Fix msvc compile by Albert Astals Cid · 7 days ago
  22. ecf2ab9 GooTimer: Use C++ by Albert Astals Cid · 7 days ago
  23. e7d3864 if -> ifdef since not all compiles define __GNUC__ by Albert Astals Cid · 8 days ago
  24. 8f4a5d8 perf-test: Remove preview support by Albert Astals Cid · 8 days ago
  25. 795d740 Remove TEXTOUT_WORD_LIST cmake option/ifdef by Albert Astals Cid · 8 days ago
  26. de2947f Remove OPI_SUPPORT cmake option/ifdef by Albert Astals Cid · 8 days ago
  27. fdfa02c Fix ignored-attributes warning by Albert Astals Cid · 8 days ago
  28. 9294059 Simplify compiler preprocessor checks by Albert Astals Cid · 8 days ago
  29. 942193a We don't need unistd.h by Albert Astals Cid · 8 days ago
  30. ab2d107 Remove unused cmake checks/defines by Albert Astals Cid · 8 days ago
  31. 519b5b3 Remove unused dir includes/cmake checks by Albert Astals Cid · 8 days ago
  32. 8e9c75e Print alt text in pdfinfo -struct by Sune Vuorela · 10 days ago
  33. 2544aeb parseDA/tokenizeDA: Return std::optional instead of -1 on error by Albert Astals Cid · 13 days ago
  34. c8147d2 Update (C) by Albert Astals Cid · 13 days ago
  35. 6f2e397 parseDA can be const by Albert Astals Cid · 13 days ago
  36. 484ed2e Convert variable to its proper unsigned type by Albert Astals Cid · 13 days ago
  37. 7072af2 Annot: just return the vector instead of having getCount/get by Albert Astals Cid · 13 days ago
  38. d79a093 Increase version so people that track master can add ifdefs on version by Albert Astals Cid · 11 days ago
  39. 45d43f4 poppler 25.12.0 by Albert Astals Cid · 11 days ago poppler-25.12.0
  40. 0994338 Update (C) by Albert Astals Cid · 12 days ago
  41. f04f811 Trick clang-tidy 21 into not complaining by Albert Astals Cid · 13 days ago
  42. f275e2c Make param to getIndexVal const & since it's always non null by Albert Astals Cid · 13 days ago
  43. a0d06b3 Make a variable unsigned to represent the data more correctly by Albert Astals Cid · 13 days ago
  44. 022d33d CI: Update clang-format to 21 by Albert Astals Cid · 13 days ago
  45. 77f36b8 Annot.cc: partially revert e674ca64 to fix #1642 regression by Nelson Benítez León · 2 weeks ago
  46. 2a4edae Do not report pdf syntax error when Suspects or UserProperties have false value by Albert Astals Cid · 2 weeks ago
  47. 9785e34 Update (C) by Albert Astals Cid · 2 weeks ago
  48. ca72340 roleMapResolve: Fix using object as name before checking it is a name by Albert Astals Cid · 2 weeks ago
  49. 0bc521b RoleMapResolve: Deal with different circular references by Sune Vuorela · 2 weeks ago
  50. 7aa99cf Don't resolve roleMap by recursion by Sune Vuorela · 2 weeks ago
  51. bc86aab Change default line ending to \n for all API. by Hagen Möbius · 2 weeks ago
  52. e2a03b6 CI: Add clang 17 CI to simulate xcode 16.2 by Albert Astals Cid · 2 weeks ago
  53. 150e987 Limit postcript function recursion by Sune Vuorela · 3 weeks ago
  54. 5f9b454 [SplashXPathScanner] Remove ineffective xPath sorting by Stefan Brüns · 6 weeks ago
  55. 6fa694c [SplashXPathScanner] Reduce variable scope by Stefan Brüns · 8 weeks ago
  56. 90439ec qt6: Replace another qvsnprintf with vsnprintf by Albert Astals Cid · 3 weeks ago
  57. c53ea9c qt6: Use less deprecated funtions by Albert Astals Cid · 3 weeks ago
  58. 211c566 Make some important leaf functions accept std::string_view parameters by Tau · 6 weeks ago
  59. d66a785 Make clang-tidy-21 optional checker happy by Albert Astals Cid · 4 weeks ago
  60. 8661465 Replace finds with proper calls by Albert Astals Cid · 4 weeks ago
  61. 2f96a6f Be less strict about the Page Annots object being correct by Albert Astals Cid · 4 weeks ago
  62. 0888816 Update (C) by Albert Astals Cid · 5 weeks ago
  63. 8e273ce pdfsig: specify search order for NSS certificate database on the man page by Pablo Rodríguez · 5 weeks ago
  64. 8f629e5 Solve a few more clang-tidy >= 20 unsigned/signed warnings by Albert Astals Cid · 5 weeks ago
  65. 5d45e4f TextWordList: just return the vector instead of a size/get by Albert Astals Cid · 5 weeks ago
  66. eb2415b Make a few variables unsigned to represent the data more correctly by Albert Astals Cid · 3 months ago
  67. c1d4146 Make maxSepComps a size_t instead of int by Albert Astals Cid · 3 months ago
  68. b5ba726 Ignore color operators when painting a Type3 font with d1 by Albert Astals Cid · 7 weeks ago
  69. 7101305 CI: Use Fedora 43 by Albert Astals Cid · 6 weeks ago
  70. dc6e2af Update pregenerated.c files with new gperf by Albert Astals Cid · 6 weeks ago
  71. 218e25a Switch to C++23 by Albert Astals Cid · 4 months ago
  72. aede5dc Increase version so people that track master can add ifdefs on version by Albert Astals Cid · 6 weeks ago
  73. 51e0b6f poppler 25.11.0 by Albert Astals Cid · 6 weeks ago poppler-25.11.0
  74. b7da568 Update (C) by Albert Astals Cid · 6 weeks ago
  75. ef48acc [SplashClip] Use ranges::all_of instead of open coded equivalent by Stefan Brüns · 6 weeks ago
  76. fd49d61 [SplashXPathScanner] Const'ify eo member by Stefan Brüns · 8 weeks ago
  77. 426ade4 [SplashXPathScanner] Remove redundant hasPartialClip() by Stefan Brüns · 8 weeks ago
  78. 6be9bca [SplashClip] Remove no longer used flags array by Stefan Brüns · 8 weeks ago
  79. 6a1e5b7 [SplashXPathScanner] Remove unused getSpanBounds method by Stefan Brüns · 8 weeks ago
  80. 82b93b8 [SplashXPathScanner] Try to merge intersection spans early by Stefan Brüns · 8 weeks ago
  81. d264aff [SplashXPathScanner] Move even-odd check invariant out of loop by Stefan Brüns · 8 weeks ago
  82. 45e462f [SplashXPathScanner] Only adjust x coordinate when necessary by Stefan Brüns · 8 weeks ago
  83. a90efa6 [SplashXPathScanner] Remove no longer used parameter by Stefan Brüns · 8 weeks ago
  84. c6be677 [SplashXPathScanner] Optimize almost horizontal segments by Stefan Brüns · 10 months ago
  85. 20d85e0 [SplashXPathScanner] Optimize count check by Stefan Brüns · 10 months ago
  86. 3190933 [SplashXPathScanner] Remove one unnecessary even-odd check by Stefan Brüns · 10 months ago
  87. 4067038 [SplashXPathScanner] Flip XPath segment coordinates immediately by Stefan Brüns · 8 weeks ago
  88. b3c328c [SplashXPathScanner] Remove unused y coordinate member by Stefan Brüns · 10 months ago
  89. 61c0fc5 [SplashXPath] Remove no longer used dydx member by Stefan Brüns · 8 weeks ago
  90. c569eec glib: fix ocsp check for signatures validation by lbaudin · 8 weeks ago
  91. b706f8b getDefaultFirefoxCertDB(): Return the latest profile directory by Marek Kasik · 8 weeks ago
  92. 5070962 Update (C) by Albert Astals Cid · 8 weeks ago
  93. 94f62d0 CMap::parse no need for smart pointers in the recursion checker by Albert Astals Cid · 9 weeks ago
  94. 998c6a7 Limit recursion in cmap parsing by Sune Vuorela · 9 weeks ago
  95. 11b859f call PORT_GetError() only if the preceding CERT_PKIXVerifyCert() fails by Juraj Šarinay · 3 months ago
  96. 759ec77 glib/poppler.h: Place POPPLER_RENDER_ANNOTS_PRINT_MARKUP on a single line by William Bader · 10 weeks ago
  97. b1cd3dc Increase version so people that track master can add ifdefs on version by Albert Astals Cid · 2 months ago
  98. da906dd poppler 25.10.0 by Albert Astals Cid · 2 months ago poppler-25.10.0
  99. 8c920bc Fix data driven tests for non-signature builds by Sune Vuorela · 2 months ago
  100. d916b88 Update po files by Albert Astals Cid · 2 months ago