1. c7a3176 glib: less deprecated calls by Albert Astals Cid · 6 years ago
  2. 7a708ff Implement ArthurOutputDev::axialShadedFill by Oliver Sander · 6 years ago
  3. 5e7aef9 PSOutputDev: move i declaration to the for by Albert Astals Cid · 6 years ago
  4. 79789ed Annot: setColor -> setDrawColor by Albert Astals Cid · 6 years ago
  5. e34e187 SplashOutputDev: make getMatteColor static by Albert Astals Cid · 6 years ago
  6. c14dfa4 HtmlOutputDev: don't pass catalog around to not use it by Albert Astals Cid · 6 years ago
  7. 92c5175 JPEG2000Stream.cc: no need to store indexed by Albert Astals Cid · 6 years ago
  8. 4654327 gfile: Fix windows build by Albert Astals Cid · 6 years ago
  9. 327c342 Add read only setter for form fields by Andre Heinecke · 6 years ago
  10. 4798ef5 build: bring back the option to disable GObject introspection by Carlos Garcia Campos · 6 years ago
  11. f26285f 0.63 by Albert Astals Cid · 6 years ago poppler-0.63.0
  12. 8b2079b Update copyrights by Albert Astals Cid · 6 years ago
  13. 4132158 Use the detection idiom to handle the non-standard struct stat field name for high-resolution mtime on Mac OS X. by Adam Reichold · 6 years ago
  14. b14baef Explicitly anchor destructor of text_box_data to avoid linker errors using Clang on Mac OS X. by Adam Reichold · 6 years ago
  15. 4afe2fb cairo: use GOOD instead of BEST as the default cairo filter for scaling by Carlos Garcia Campos · 6 years ago
  16. 41c6181 TextPage: Add horizontal scaling to font matrix by Jason Crain · 6 years ago
  17. 2740b3a cpp: Add since by Albert Astals Cid · 6 years ago
  18. 42a6b86 cpp: Add page::text_list by suzuki toshiya · 6 years ago
  19. e25d4af Fix warnings due to unhandled link types in XML serialization of annotations code in the Qt5 frontend. by Adam Reichold · 6 years ago
  20. e015ab9 Fix warnings due to the use of deprecated overloads of Poppler::Page::Search in tests of Qt5 frontend. by Adam Reichold · 6 years ago
  21. 732903e Fix buffer size warning due to missing space for null terminator in pdfseparate. by Adam Reichold · 6 years ago
  22. 791e024 Make it work with newer gtk-doc by Albert Astals Cid · 6 years ago
  23. 948d392 Add python3 support to gtkdoc.py by William Bader · 6 years ago
  24. 73130ae SplashGouraudPattern: Remove mode member variable by Albert Astals Cid · 6 years ago
  25. 37efb98 SplashOutputDev:: Remove unused maskBitmap member by Albert Astals Cid · 6 years ago
  26. e3cece1 Fix some -Wshadow warnings by Albert Astals Cid · 6 years ago
  27. 8cfe91a CairoOutputDev: Remove two unused member variables by Albert Astals Cid · 6 years ago
  28. b1016f5 Qt5: Add cancellation support to renderToImage and textList by Albert Astals Cid · 6 years ago
  29. 248aa0f Fix build without libpng by Albert Astals Cid · 6 years ago
  30. f93fa48 Fix build without libtiff by Andreas Gruenbacher · 6 years ago
  31. f65f60e GfxFontDict: merge reference generation from xpdf 4.00 by Jason Crain · 6 years ago
  32. 7342327 Form.h: include time.h for time_t by Albert Astals Cid · 6 years ago
  33. a89e747 Enable building all libs as static libs by suzuki toshiya · 6 years ago
  34. 7f550e8 Remove declare but unused Object instances by Albert Astals Cid · 6 years ago
  35. 4b23795 pdfsig: Remove "int i = 0;" variable that was shadowing pevious i by Albert Astals Cid · 6 years ago
  36. 08f2cdd GfxFunctionShading::parse: Fix abort in malformed document by Albert Astals Cid · 6 years ago
  37. 1083192 GfxGouraudTriangleShading::parse: Don't abort on malformed documents by Albert Astals Cid · 6 years ago
  38. a59f616 PDFDoc::setup: Fail early if base stream length is 0 by Albert Astals Cid · 6 years ago
  39. 00c1566 UnicodeMapFuncs: Move implementation to .cpp by Albert Astals Cid · 6 years ago
  40. bf6d79b Forgot C for last commit by Albert Astals Cid · 6 years ago
  41. ebf33c2 utf16CountUtf8Bytes: initialize codepoint to 0 by Albert Astals Cid · 6 years ago
  42. 43ad707 qt5: Implement operator= for PageTransition by Albert Astals Cid · 6 years ago
  43. c271187 Fix another clazy rule-of-three warning by Albert Astals Cid · 6 years ago
  44. 30ccee0 Fix more Wmissing-field-initializer by Albert Astals Cid · 6 years ago
  45. ef4e450 Enable no-missing-field-initializers by Albert Astals Cid · 6 years ago
  46. efd2205 add "--owner root:0 --group root:0" options to tar command in dist target by suzuki toshiya · 6 years ago
  47. cbd864b Fix abort in Gfx::opBeginMarkedContent if args[1] is not a name by Albert Astals Cid · 6 years ago
  48. 1aaf621 Check return code of getChar(), abort reading on error. by Ben Timby · 6 years ago
  49. ad7f6ac (C) of last commit by Albert Astals Cid · 6 years ago
  50. 582153b Lexer: Check curStr is actually a Stream before doing Stream operations by Albert Astals Cid · 6 years ago
  51. dea6e03 Fix new Object API porting bug by Albert Astals Cid · 6 years ago
  52. 4c9e1b6 A few more nullptr by Albert Astals Cid · 6 years ago
  53. e428033 Run clang-tidy with modernize nullptr by Albert Astals Cid · 6 years ago
  54. 2e47887 Seems we don't need to set this cmake policies to OLD by Albert Astals Cid · 6 years ago
  55. 1ae5d91 Remove useless return in a void function by Albert Astals Cid · 6 years ago
  56. 8794789 Delete lots of copy constructors and copy assignment operators by Albert Astals Cid · 6 years ago
  57. 4c78143 Fix assert on malformed documents by Albert Astals Cid · 6 years ago
  58. 6233710 Remove error for wrong child type for tagged pdf by Adrian Johnson · 6 years ago
  59. 3215382 Fix some bugs in StructTreeRoot parsing of parent tree by Adrian Johnson · 6 years ago
  60. c4cbb4f Fix pdfimages with flate encoded inline images by Adrian Johnson · 7 years ago
  61. f872382 Fix EmbedStream replay by Adrian Johnson · 6 years ago
  62. e70990c qt5: make the check for rendition a bit earlier by Albert Astals Cid · 6 years ago
  63. 9f08b62 qt5: Do not assume all Screen annotation actions are Renditions by Albert Astals Cid · 6 years ago
  64. 1527213 Fix undefined sanitizer warning about qsort by Albert Astals Cid · 6 years ago
  65. 066e6a3 Welcome 2018 by Albert Astals Cid · 6 years ago
  66. c9958ec ArthurOutputDev: Rudimentary support for transparency groups by Oliver Sander · 7 years ago
  67. bda1d76 ArthurOutputDev: Replace the QPainter by a stack of QPainters by Oliver Sander · 6 years ago
  68. 71b04b7 ArthurOutputDev: Implement updateBlendMode by Oliver Sander · 7 years ago
  69. 9b981f9 FoFiTrueType::readPostTable() from xpdf 4.00 by Thomas Freitag · 6 years ago
  70. 00fc829 Break loop if recursionLimit is reached by Thomas Freitag · 6 years ago
  71. e41ce80 OutlineItem: Store parent and refNum by Albert Astals Cid · 6 years ago
  72. ffefe1c qt5: demo: don't crash if page is malformed by Albert Astals Cid · 6 years ago
  73. 81461f4 Remove another LCMS1 old ifdef by Albert Astals Cid · 6 years ago
  74. 2556ec0 Remove libcms1 crumbs from pdftocairo and qt5 frontend by suzuki toshiya · 6 years ago
  75. 48de59a regtest: Add an option to exit after n failures by Carlos Garcia Campos · 6 years ago
  76. 79a096a Fix index out of bounds undefined behaviour in PSTokenizer by Vincent Le Garrec · 6 years ago
  77. c138ec6 Arthur: 'clip' should intersect new and old clipping path by Oliver Sander · 6 years ago
  78. 7b434a7 Honor configuration for building glibc copy of strtok_r by Pekka Vuorela · 6 years ago
  79. c2037af Don't let ArthurOutputDev be friend of SplashPath anymore by Oliver Sander · 7 years ago
  80. 33c3b39 PDFDoc: use %c instead of \x to output binary by Fredrik Fornwall · 6 years ago
  81. 15dd674 Remove unused FindLIBOPENJPEG.cmake by Albert Astals Cid · 6 years ago
  82. 65dcc0b Reset lastAbortCheck on updateLevel reset by Albert Astals Cid · 6 years ago
  83. 3690e96 Remove the extern C from glib.h by Albert Astals Cid · 6 years ago
  84. f570627 cairo: limit image size when printing by Adrian Johnson · 7 years ago
  85. 3f13dd5 cairo: support embedding CCITT image data by Adrian Johnson · 7 years ago
  86. 3263fa4 windows version for Error out on save if file has changed since we opened it by Thomas Freitag · 6 years ago
  87. e4ee139 Error out on save if file has changed since we opened it by Albert Astals Cid · 6 years ago
  88. f103591 Fix memory leak on error condition by Albert Astals Cid · 6 years ago
  89. 72e0a3a 0.62.0 by Albert Astals Cid · 6 years ago poppler-0.62.0
  90. 9095836 Add missing (C) by Albert Astals Cid · 6 years ago
  91. f007ab6 INSTALL: add debug options by Adrian Johnson · 6 years ago
  92. cef42ac Fix UTF test fail by Adrian Johnson · 6 years ago
  93. fb4c69d Remove the Qt4 frontend by Albert Astals Cid · 6 years ago
  94. bb0011b Make the disable for ENABLE_CMS be none by Albert Astals Cid · 6 years ago
  95. 0ea5ad3 Stop supporting openjpeg1, you really want to use openjpeg2 :) by Albert Astals Cid · 6 years ago
  96. ce8e17e Stop supporting lcms1, you really want to use lcms2 :) by Albert Astals Cid · 6 years ago
  97. 42d8d7f Open files that state 8 bits as third field of W by Albert Astals Cid · 7 years ago
  98. 6ab81a6 Document the meaning of the 'type' integer of a shading by Oliver Sander · 7 years ago
  99. 0a9d6de Include glibc.h where needed by Jean Ghali · 7 years ago
  100. e030253 qt5: Add API to let the rendering process callback to get a partial rendering by Albert Astals Cid · 7 years ago