1. 0a62455 Remove almost unused GooString::lowerCase() by Albert Astals Cid · 33 hours ago master
  2. 4e31678 TextWord::getText return std::unique_ptr<std::string> by Albert Astals Cid · 32 hours ago
  3. c3f64f9 Remove free_p param from greallocn, no one sets it by Albert Astals Cid · 33 hours ago
  4. 5be2152 Remove unused grealloc_checkoverflow by Albert Astals Cid · 33 hours ago
  5. 8ff00d5 Enable -Wunused-parameter by Albert Astals Cid · 2 days ago
  6. 104cc38 update po files by Albert Astals Cid · 2 days ago
  7. 8007f50 Add two goo/glibc.h includes that were wrongly removed by Albert Astals Cid · 2 days ago
  8. 9872aaf Add an ifdef for __MINGW32__ by Albert Astals Cid · 2 days ago
  9. 11f7089 Remove unused parameters by Albert Astals Cid · 2 days ago
  10. 822f1a0 Add missing include by Albert Astals Cid · 2 days ago
  11. 1bc4335 Remove gmem.h from Object.h by Albert Astals Cid · 2 days ago
  12. 9cdc862 Include cleanup by Albert Astals Cid · 2 days ago
  13. 9b071a1 Sound: Take/return const reference instead of pointer by Albert Astals Cid · 2 days ago
  14. ed030c5 Update (C) by Albert Astals Cid · 2 days ago
  15. f472b4a Qt: Allow Poppler::Page to dump text in reading order, extend test utility by Stefan Brüns · 9 weeks ago
  16. c4513b9 TextOutputDev: Use dump() to implement getText() by Stefan Brüns · 8 weeks ago
  17. 9ef19b9 TextOutputDev: Pass `PhysicalLayout` flag to TextPage::getText explicitly by Stefan Brüns · 1 year, 9 months ago
  18. 71c7edc TextOutputDev: Extend TextPage::dump capabilities to match getText by Stefan Brüns · 11 months ago
  19. eb97c85 TextOutputDev: Extract code to determine line/selection overlap from getText method by Stefan Brüns · 11 months ago
  20. c0dba4c Move PDFRectangle to a separate header file, make methods constexpr by Stefan Brüns · 1 year, 9 months ago
  21. 4623610 TextOutputDev: Fix erroneous newline for flipped pages by Stefan Brüns · 11 months ago
  22. 8109826 [TextOutputDev] Use word center point for sorting text lines by Stefan Brüns · 13 days ago
  23. 9827661 Tweak ifdef to make clang-tidy happy by Albert Astals Cid · 12 days ago
  24. 868efcc Update (C) by Albert Astals Cid · 12 days ago
  25. c711301 pointer to const reference by Albert Astals Cid · 2 weeks ago
  26. f390269 Make SplashPattern functions const by Albert Astals Cid · 2 weeks ago
  27. f60d35d Make the SplashClip in SplashState a unique ptr by Albert Astals Cid · 2 weeks ago
  28. 708282b Remove unused functions by Albert Astals Cid · 2 weeks ago
  29. 7367c26 Splash: std::array<SplashCoord> instead of pointer by Albert Astals Cid · 2 weeks ago
  30. c2378a0 Splash: Take objects by const & instead of pointer by Albert Astals Cid · 2 weeks ago
  31. 2236924 Splash: Return unique_ptr in two functions by Albert Astals Cid · 2 weeks ago
  32. ccba257 Splash: Implement 4 blending modes for mono1/8 by Albert Astals Cid · 2 weeks ago
  33. 660c023 Update po[t] files by Albert Astals Cid · 2 weeks ago
  34. 808094b cmakedefine -> cmakedefine01 by Albert Astals Cid · 3 weeks ago
  35. 5c8fbf0 pdfsig: Use optional for signatureNumber by Albert Astals Cid · 3 weeks ago
  36. 57f429d I'm relatively sure this code does not compile with djgpp by Albert Astals Cid · 2 weeks ago
  37. 5f68ea4 Remove EmbedStream rewind and restore by Albert Astals Cid · 3 weeks ago
  38. 55a05e3 Fix EmbedStream::reset by Albert Astals Cid · 3 weeks ago
  39. a22bd51 glib: change iterator internal indexes to their actual types by Albert Astals Cid · 3 weeks ago
  40. 61521a5 cpp: Change stream operator signature now that we broke BC by Albert Astals Cid · 3 weeks ago
  41. 7454327 cpp: Extract the (size_t)-1 to a const variable by Albert Astals Cid · 3 weeks ago
  42. 73babce cpp: Remove deprecated time functions that have a Y2K38 problem by Albert Astals Cid · 3 weeks ago
  43. 7369704 DCTStream: less type casting by Albert Astals Cid · 3 weeks ago
  44. 02b4fab pdfunite: Move iterator variable declaration to the for loop itself by Albert Astals Cid · 3 weeks ago
  45. 7ac61fd perf-test: Fix msvc compile by Albert Astals Cid · 3 weeks ago
  46. ecf2ab9 GooTimer: Use C++ by Albert Astals Cid · 3 weeks ago
  47. e7d3864 if -> ifdef since not all compiles define __GNUC__ by Albert Astals Cid · 3 weeks ago
  48. 8f4a5d8 perf-test: Remove preview support by Albert Astals Cid · 3 weeks ago
  49. 795d740 Remove TEXTOUT_WORD_LIST cmake option/ifdef by Albert Astals Cid · 3 weeks ago
  50. de2947f Remove OPI_SUPPORT cmake option/ifdef by Albert Astals Cid · 3 weeks ago
  51. fdfa02c Fix ignored-attributes warning by Albert Astals Cid · 3 weeks ago
  52. 9294059 Simplify compiler preprocessor checks by Albert Astals Cid · 3 weeks ago
  53. 942193a We don't need unistd.h by Albert Astals Cid · 3 weeks ago
  54. ab2d107 Remove unused cmake checks/defines by Albert Astals Cid · 3 weeks ago
  55. 519b5b3 Remove unused dir includes/cmake checks by Albert Astals Cid · 3 weeks ago
  56. 8e9c75e Print alt text in pdfinfo -struct by Sune Vuorela · 3 weeks ago
  57. 2544aeb parseDA/tokenizeDA: Return std::optional instead of -1 on error by Albert Astals Cid · 4 weeks ago
  58. c8147d2 Update (C) by Albert Astals Cid · 4 weeks ago
  59. 6f2e397 parseDA can be const by Albert Astals Cid · 4 weeks ago
  60. 484ed2e Convert variable to its proper unsigned type by Albert Astals Cid · 4 weeks ago
  61. 7072af2 Annot: just return the vector instead of having getCount/get by Albert Astals Cid · 4 weeks ago
  62. d79a093 Increase version so people that track master can add ifdefs on version by Albert Astals Cid · 3 weeks ago
  63. 45d43f4 poppler 25.12.0 by Albert Astals Cid · 3 weeks ago poppler-25.12.0
  64. 0994338 Update (C) by Albert Astals Cid · 3 weeks ago
  65. f04f811 Trick clang-tidy 21 into not complaining by Albert Astals Cid · 4 weeks ago
  66. f275e2c Make param to getIndexVal const & since it's always non null by Albert Astals Cid · 4 weeks ago
  67. a0d06b3 Make a variable unsigned to represent the data more correctly by Albert Astals Cid · 4 weeks ago
  68. 022d33d CI: Update clang-format to 21 by Albert Astals Cid · 4 weeks ago
  69. 77f36b8 Annot.cc: partially revert e674ca64 to fix #1642 regression by Nelson Benítez León · 4 weeks ago
  70. 2a4edae Do not report pdf syntax error when Suspects or UserProperties have false value by Albert Astals Cid · 4 weeks ago
  71. 9785e34 Update (C) by Albert Astals Cid · 4 weeks ago
  72. ca72340 roleMapResolve: Fix using object as name before checking it is a name by Albert Astals Cid · 4 weeks ago
  73. 0bc521b RoleMapResolve: Deal with different circular references by Sune Vuorela · 4 weeks ago
  74. 7aa99cf Don't resolve roleMap by recursion by Sune Vuorela · 4 weeks ago
  75. bc86aab Change default line ending to \n for all API. by Hagen Möbius · 4 weeks ago
  76. e2a03b6 CI: Add clang 17 CI to simulate xcode 16.2 by Albert Astals Cid · 4 weeks ago
  77. 150e987 Limit postcript function recursion by Sune Vuorela · 4 weeks ago
  78. 5f9b454 [SplashXPathScanner] Remove ineffective xPath sorting by Stefan Brüns · 8 weeks ago
  79. 6fa694c [SplashXPathScanner] Reduce variable scope by Stefan Brüns · 10 weeks ago
  80. 90439ec qt6: Replace another qvsnprintf with vsnprintf by Albert Astals Cid · 5 weeks ago
  81. c53ea9c qt6: Use less deprecated funtions by Albert Astals Cid · 5 weeks ago
  82. 211c566 Make some important leaf functions accept std::string_view parameters by Tau · 8 weeks ago
  83. d66a785 Make clang-tidy-21 optional checker happy by Albert Astals Cid · 5 weeks ago
  84. 8661465 Replace finds with proper calls by Albert Astals Cid · 5 weeks ago
  85. 2f96a6f Be less strict about the Page Annots object being correct by Albert Astals Cid · 6 weeks ago
  86. 0888816 Update (C) by Albert Astals Cid · 6 weeks ago
  87. 8e273ce pdfsig: specify search order for NSS certificate database on the man page by Pablo Rodríguez · 6 weeks ago
  88. 8f629e5 Solve a few more clang-tidy >= 20 unsigned/signed warnings by Albert Astals Cid · 7 weeks ago
  89. 5d45e4f TextWordList: just return the vector instead of a size/get by Albert Astals Cid · 7 weeks ago
  90. eb2415b Make a few variables unsigned to represent the data more correctly by Albert Astals Cid · 4 months ago
  91. c1d4146 Make maxSepComps a size_t instead of int by Albert Astals Cid · 4 months ago
  92. b5ba726 Ignore color operators when painting a Type3 font with d1 by Albert Astals Cid · 9 weeks ago
  93. 7101305 CI: Use Fedora 43 by Albert Astals Cid · 7 weeks ago
  94. dc6e2af Update pregenerated.c files with new gperf by Albert Astals Cid · 7 weeks ago
  95. 218e25a Switch to C++23 by Albert Astals Cid · 5 months ago
  96. aede5dc Increase version so people that track master can add ifdefs on version by Albert Astals Cid · 7 weeks ago
  97. 51e0b6f poppler 25.11.0 by Albert Astals Cid · 7 weeks ago poppler-25.11.0
  98. b7da568 Update (C) by Albert Astals Cid · 8 weeks ago
  99. ef48acc [SplashClip] Use ranges::all_of instead of open coded equivalent by Stefan Brüns · 8 weeks ago
  100. fd49d61 [SplashXPathScanner] Const'ify eo member by Stefan Brüns · 9 weeks ago