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