1. 280c096 Update (C) of previous commits by Albert Astals Cid · 4 years, 6 months ago
  2. 4c42f03 qt5: remove a bunch of unused internal functions by Albert Astals Cid · 4 years, 6 months ago
  3. 647274f Introduce Object::getNumWithDefaultValue by Albert Astals Cid · 4 years, 6 months ago
  4. aa7827a Use Fedora 30 for clazy while they fix Fedora 31 by Albert Astals Cid · 4 years, 6 months ago
  5. bd3a711 unicodeNormalizeNFKC: Make in const by Adriaan de Groot · 4 years, 6 months ago
  6. 1071f5f 0.82.0 by Albert Astals Cid · 4 years, 6 months ago poppler-0.82.0
  7. 36bd90e Import md5 code from xpdf 4.02 by Albert Astals Cid · 4 years, 6 months ago
  8. e076a47 Make FontInfo::scan return a std::vector object by Oliver Sander · 4 years, 6 months ago
  9. 8911527 Use a std::unique_ptr for XRef by Oliver Sander · 4 years, 7 months ago
  10. 78379d8 Install Cairo headers if Cairo has been found. by Bohumir Zamecnik · 5 years ago
  11. b35a585 Silence deprecation warnings for PopplerAttachment->ctime, ->mtime by Simon McVittie · 4 years, 7 months ago
  12. 6c4f3ea Update (C) by Albert Astals Cid · 4 years, 6 months ago
  13. f197ca2 CharCodeToUnicode::mapToUnicode: Make clear the data is const by Albert Astals Cid · 4 years, 6 months ago
  14. 3d6e70f Add const in CharCodeToUnicode by corentin · 4 years, 6 months ago
  15. 80de478 Fix assert on malformed documents by Albert Astals Cid · 4 years, 7 months ago
  16. 498883b Update (C) of previous commit by Albert Astals Cid · 4 years, 7 months ago
  17. 194e57f Move the non-trivial part of the clip test to the implementation file by Stefan Brüns · 4 years, 7 months ago
  18. 9d875ad Include SplashMath.h only where needed by Stefan Brüns · 4 years, 7 months ago
  19. d03f5ab Do not override user-defined CMAKE_C[XX]_FLAGS for clang by Even Rouault · 4 years, 7 months ago
  20. 337585e Set our default cxx and c flags to clang too by Albert Astals Cid · 4 years, 7 months ago
  21. 442be9e Enable a few more clang-tidy bugprone checks by Albert Astals Cid · 4 years, 7 months ago
  22. 095735f Enable clang-tidy bugprone-too-small-loop-variable by Albert Astals Cid · 4 years, 7 months ago
  23. f92b285 GfxCIDFont::getCodeToGIDMap: n is const and an int by Albert Astals Cid · 4 years, 7 months ago
  24. 5094d45 glib: Add poppler_document_new_from_bytes by Christian Persch · 5 years ago
  25. 144a07e Use range for loops to iterate const arrays by Albert Astals Cid · 4 years, 7 months ago
  26. dbd3e82 Run clang-tidy on CI by Albert Astals Cid · 4 years, 7 months ago
  27. 7b9aa28 Also switch the const_cast in Stream by Albert Astals Cid · 4 years, 7 months ago
  28. e702c65 Move the const_cast from assignment to free by Albert Astals Cid · 4 years, 7 months ago
  29. facb696 Update (C) from previous commit by Albert Astals Cid · 4 years, 7 months ago
  30. 7ee694c Make some static data tables const by Volker Krause · 4 years, 7 months ago
  31. 5242a05 pdf-inspector: Support builddir != srcdir by Albert Astals Cid · 4 years, 7 months ago
  32. cb7de47 Update (C) of previous commit by Albert Astals Cid · 4 years, 7 months ago
  33. 120cfc0 Add some const by Albert Astals Cid · 4 years, 7 months ago
  34. cec2397 Annot: Protect against division by 0.0 by Albert Astals Cid · 4 years, 7 months ago
  35. 0e8ed9a Annot: Fix uninitialized memory read on broken files by Albert Astals Cid · 4 years, 7 months ago
  36. 39a8b10 Poppler 0.81.0 by Albert Astals Cid · 4 years, 7 months ago poppler-0.81.0
  37. 1ef3b51 Update (C) of last commit by Albert Astals Cid · 4 years, 7 months ago
  38. fef3bbc CairoOutputDev: Check scaled dimensions for 0 by Marek Kasik · 4 years, 7 months ago
  39. 72ecb16 CI: Don't force a particular libc++ version by Albert Astals Cid · 4 years, 8 months ago
  40. dc77116 SplashBitmap: Fix wrong width condition for splashModeDeviceN8 by Albert Astals Cid · 4 years, 8 months ago
  41. 335cb47 GfxDeviceNColorSpace: Port to std::vector<std::string> by Albert Astals Cid · 4 years, 8 months ago
  42. a2f2f3b GfxDeviceNColorSpace::parse: Only add to separationList if non null by Albert Astals Cid · 4 years, 8 months ago
  43. 2e32545 Always enable SPLASH_CMYK by Albert Astals Cid · 4 years, 8 months ago
  44. 9d5af77 Initialize BaseCryptStream::nextCharBuff on construction by Albert Astals Cid · 4 years, 8 months ago
  45. d2a3763 0.80.0 by Albert Astals Cid · 4 years, 8 months ago poppler-0.80.0
  46. e47daf6 Make sure guint64 is not overflown by Evgeny Stambulchik · 4 years, 8 months ago
  47. 7866954 Store PopplerMovie.volume as double, mapped to 0 - 1 by Evgeny Stambulchik · 4 years, 8 months ago
  48. 52f7005 PopplerMovieTime no longer used by Evgeny Stambulchik · 4 years, 8 months ago
  49. f00b088 GfxState: Move vars inside the ifdef they are used in by Albert Astals Cid · 4 years, 8 months ago
  50. 365a92e Use guint64 for time-related values of movie objects (in ns) by Evgeny Stambulchik · 4 years, 8 months ago
  51. 764dd94 Make poppler_movie_get_volume() return double 0.0-1.0 by Evgeny Stambulchik · 4 years, 8 months ago
  52. 8c2c5c4 Rename poppler_movie_synchronous_play -> poppler_movie_is_synchronous by Evgeny Stambulchik · 4 years, 8 months ago
  53. b1df258 Update Since: comments for new video APIs by Evgeny Stambulchik · 4 years, 9 months ago
  54. fc79087 Change time-related Movie glib API's to return time as out by Evgeny Stambulchik · 4 years, 10 months ago
  55. 9a65ab0 Update the Movie section in poppler-sections.txt by Evgeny Stambulchik · 4 years, 10 months ago
  56. 2f55f4c Implement missing Movie API's in the Glib bindings by Evgeny Stambulchik · 4 years, 10 months ago
  57. c6dbde1 CI: Android move to the newer kdeorg sdk image by Albert Astals Cid · 4 years, 8 months ago
  58. 7e19574 glib: Documentation fixes for viewer preferences by Marek Kasik · 4 years, 8 months ago
  59. a89b52e glib: Return nullptr if n_ranges is nullptr by Marek Kasik · 4 years, 8 months ago
  60. 5a61eb7 glib: Use C struct for PopplerPageRange by Marek Kasik · 4 years, 8 months ago
  61. 18afdb2 glib: Make PrintPageRange preference available in API by Marek Kasik · 4 years, 11 months ago
  62. 40ec62c glib: Add PopplerPageRange type by Marek Kasik · 5 years ago
  63. a3394ad glib: Make NumCopies preference available in API by Marek Kasik · 5 years ago
  64. 038340f glib: Make Duplex preference available in API by Marek Kasik · 5 years ago
  65. fb05cab glib: Make print scaling getter visible by Marek Kasik · 5 years ago
  66. 5b81ab6 Remove USE_FIXEDPOINT support by Adrian Bunk · 4 years, 8 months ago
  67. d70f77e Decrypt: take a Ref instead of two int by Albert Astals Cid · 4 years, 9 months ago
  68. 242c536 PDFDoc: Add some overloads that take a Ref instead of two int by Albert Astals Cid · 4 years, 9 months ago
  69. 3a4a593 XRef: add XRef::add overload that takes a Ref by Albert Astals Cid · 4 years, 9 months ago
  70. 2930542 GfxPatchMeshShading::parse: Fix abort on broken files by Albert Astals Cid · 4 years, 9 months ago
  71. b7d1374 Update (C) of last commit by Albert Astals Cid · 4 years, 9 months ago
  72. 6239833 Add subsitute-font information to Qt bindings by Jan Grulich · 4 years, 9 months ago
  73. 98a5a25 Update (C) of previous commit by Dan Shea · 4 years, 9 months ago
  74. 54f799e Add pdftotext -nodiag flag to remove diagonal text on output by Dan Shea · 4 years, 9 months ago
  75. d706a9a GfxRadialShading::parse: Fix memory leak on broken files by Albert Astals Cid · 4 years, 9 months ago
  76. f350263 Implemented support for modifying the text appearance stream text by João Netto · 4 years, 10 months ago
  77. 355fd8d SplashXPathScanner: Optionally use small_vector from boost by Stefan Brüns · 6 years ago
  78. 3348f4d These changes were implemented in 0.79 by João Netto · 4 years, 9 months ago
  79. 9bbecde Update (C) of previous commit by Albert Astals Cid · 4 years, 9 months ago
  80. ff01f74 qt5: Fix MSVC build (hopefully) by Albert Astals Cid · 4 years, 9 months ago
  81. f390d83 Simplify GfxResources::lookupPattern by Albert Astals Cid · 4 years, 9 months ago
  82. dfcd9b8 CI: install glibc-langpack-en on fedora by Albert Astals Cid · 4 years, 9 months ago
  83. aa0f0d7 cmake: Mark external lib include dirs as SYSTEM by Albert Astals Cid · 4 years, 9 months ago
  84. 8ac2820 qt5: Simplify code that creates an invalid Ref by Albert Astals Cid · 4 years, 9 months ago
  85. 95f5088 gfree: No need to check for p != nullptr, std::free already does that by Albert Astals Cid · 4 years, 9 months ago
  86. 15c89ce qt5: Page::textList: Fix leak when aborting extraction by Albert Astals Cid · 4 years, 9 months ago
  87. a57e2d4 Link: Fix memory leak on invalid files by Albert Astals Cid · 4 years, 9 months ago
  88. 1f24475 Poppler 0.79.0 by Albert Astals Cid · 4 years, 10 months ago poppler-0.79.0
  89. 68ef84e JPXStream::init: ignore dict Length if clearly broken by Albert Astals Cid · 4 years, 10 months ago
  90. b224e2f SplashOutputDev::tilingPatternFill: Fix crash on broken file by Albert Astals Cid · 4 years, 10 months ago
  91. 2d191b4 Fix mistake on 093531cd0d0878b892d92ebc56c26936e5de3712 by Albert Astals Cid · 4 years, 10 months ago
  92. bf7d1b7 Update (C) of last commit by Albert Astals Cid · 4 years, 10 months ago
  93. 04e8309 Added option to set the form available to print by João Netto · 4 years, 10 months ago
  94. 6afe59e Implemented support for setIcon by changing appearance by João Netto · 4 years, 11 months ago
  95. 37659c0 Account for verticesA possible overflow in GfxGouraudTriangleShading::parse by Albert Astals Cid · 4 years, 10 months ago
  96. e69dc7a TextOuputDev: Fix crash when grealloc would overflow by Albert Astals Cid · 4 years, 10 months ago
  97. ee7f640 Add a template asking people to check the merge option by Albert Astals Cid · 4 years, 10 months ago
  98. 8d2484c Turn README into README.md and expand it by Federico Mena Quintero · 4 years, 10 months ago
  99. a8dd0a5 qt5: replace deprecated qStableSort with std::stable_sort by Albert Astals Cid · 4 years, 10 months ago
  100. cf629d6 QString::null is deprecated, use QString() by Albert Astals Cid · 4 years, 10 months ago