- Jan 11, 2006
-
-
Kristian Høgsberg authored
* poppler/JBIG2Stream.cc: * poppler/Stream.cc: Merge patch to fix CVE-2005-3624, CVE-2005-3625 and CVE-2005-3627 issues.
-
- Jan 10, 2006
-
-
Albert Astals Cid authored
* m4/qt.m4: Fix bugs created when splitting the code from configure.ac, take QTDIR into account when looking for QtTestLib and do not die if it is not found as it is not mandatory * qt/poppler-page-transition.cc: * qt/poppler-page.cc: * qt/poppler-private.h: * qt4/tests/Makefile.am: * qt4/src/poppler-qt4.h: * qt4/src/poppler-page.cc: * qt4/src/Makefile.am: Fix mess created my the moving and renaming of PageTransition.cc
-
Kristian Høgsberg authored
* splash/Makefile.am: Only install splash headers if --enable-xpdf-headers is given. * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Set this here.
-
Jeff Muizelaar authored
* poppler/CairoOutputDev.cc: * poppler/CairoOutputDev.h: Fix the following fixme in CairoOutputDevice. // FIXME: This is quite right yet, we need to accumulate all // glyphs within one text object before we clip. Right now this // just add this one string. The fix uses a strategy similar to the one the Splash backend. textClipPath is used to store the appended path from each call to endString(). The accumulated path is clipped in endTextObject.
-
- Jan 08, 2006
-
-
Jeff Muizelaar authored
* poppler/CairoOutputDev.cc: Don't try and load type3 fonts (#4030).
-
Jeff Muizelaar authored
* poppler/Page.cc: use colToByte for reading thumbnails (#5420). Patch by Nickolay V. Shmyrev.
-
- Jan 07, 2006
-
-
Jeff Muizelaar authored
* poppler/CairoOutputDev.cc: Initialize (fill|stroke)_opacity.
-
- Jan 06, 2006
-
-
Kristian Høgsberg authored
* qt/poppler-page.cc: * qt/poppler-private.h: * qt/poppler-qt.h: * qt4/src/Makefile.am: * qt/Makefile.am: * poppler/Makefile.am: Move PageTransition to qt bindings, move contents from Private.h to qt/poppler-private.h. * poppler/TextOutputDev.cc (visitWord): Remove #warning. * utils/Makefile.am (pdfimages_SOURCES): Add ImageOutputDev.h, use dist_man1_MANS so we actually dist the man pages. * goo/Makefile.am (poppler_goo_include_HEADERS): Add GooVector.h. * glib/reference/Makefile.am: DOC_SOURCE_DIR must be relative to $(srcdir), fix this to make distchek run. * m4/qt.m4: * m4/libjpeg.m4: * acinclude.m4: * configure.ac: Split out Qt and libjpeg checks from configure.ac and acinclude.m4 to m4/qt.m4 and m4/libjpeg.m4.
-
- Jan 05, 2006
-
-
Albert Astals Cid authored
the one at http://bugs.kde.org/show_bug.cgi?id=119569 Might be worth backporting to 0.4.x
-
Albert Astals Cid authored
Introduce variants of renderTo that return a QImage and do not use a QPixmap so threading is possible.
-
- Jan 02, 2006
-
-
Albert Astals Cid authored
-
Jonathan Blandford Blandford authored
* Makefile.am: * autogen.sh: * configure.ac: * gtk-doc.make: * glib/Makefile.am: enable gtk-doc support.
-
- Jan 01, 2006
-
-
Albert Astals Cid authored
* qt4/src/poppler-page.cc: * qt4/src/poppler-document.cc: Don't create a SplashOutputDev for every splashRenderToPixmap
-
Albert Astals Cid authored
* qt/poppler-private.h: Don't create a SplashOutputDev for every renderToPixmap.
-
Jonathan Blandford Blandford authored
* glib/reference/*: More gtk-doc work. Not enabled for building by default, but filled in.
-
- Dec 31, 2005
-
-
Jonathan Blandford Blandford authored
* glib/*{cc,h}: Update inline doc comments. This is in preparation for gtk-doc support.
-
- Dec 30, 2005
-
-
Albert Astals Cid authored
-
Albert Astals Cid authored
-
Albert Astals Cid authored
* utils/ImageOutputDev.cc: Fix build when using --disable-libjpeg
-
- Dec 28, 2005
-
-
Brad Hards authored
-
- Dec 27, 2005
-
-
Brad Hards authored
turns char* PDF date strings into QDateTime. This version handles the timezone conversions. Refactored the existing date() method to use it. qt4/tests/check_dateConversion.cpp: unit tests for convertDate() qt4/tests/check_metadata.cpp: update to reflect UTC. qt4/tests/.cvsignore: suppress check_dateConversion
-
Brad Hards authored
\brief mode. * qt4/src/poppler-qt4.h: Update API documentation. Patch from Stefan Kebekus, with some changes. Removed \brief entries.
-
- Dec 21, 2005
-
-
Kristian Høgsberg authored
* NEWS: Sum up 0.5 changes so far. * acinclude.m4: Split jpeg macros out into this file. * poppler/Stream.cc: Apply latest CVE-2005-3191 updates.
-
Kristian Høgsberg authored
* utils/Makefile.am: Add parseargs.h to sources and add -I$(top_srcdir)/poppler to INCLUDES. * poppler/CairoFontEngine.cc: Apply patch from Hiroyuki Ikezoe to man non-embedded CJK fonts work.
-
- Dec 18, 2005
-
-
Albert Astals Cid authored
completely. Jeff and Martin were right
-
Albert Astals Cid authored
-
Albert Astals Cid authored
-
Albert Astals Cid authored
* configure.ac: Better jpeg detection, refer to ml PCbsd problem
-
- Dec 12, 2005
-
-
Albert Astals Cid authored
-
Kristian Høgsberg authored
* Makefile.am: * configure.ac: * goo/GooVector.h: * utils/HtmlFonts.cc: * utils/HtmlFonts.h: * utils/HtmlLinks.cc: * utils/HtmlLinks.h: * utils/HtmlOutputDev.cc: * utils/HtmlOutputDev.h: * utils/ImageOutputDev.cc: * utils/ImageOutputDev.h: * utils/Makefile.am: * utils/parseargs.c: * utils/parseargs.h: * utils/pdffonts.1: * utils/pdffonts.cc: * utils/pdfimages.1: * utils/pdfimages.cc: * utils/pdfinfo.1: * utils/pdfinfo.cc: * utils/pdftohtml.1: * utils/pdftohtml.cc: * utils/pdftoppm.1: * utils/pdftoppm.cc: * utils/pdftops.1: * utils/pdftops.cc: * utils/pdftotext.1: * utils/pdftotext.cc: Add command line utilities from xpdf.
-
- Dec 10, 2005
-
-
Albert Astals Cid authored
* qt4/src/poppler-qt4.h: * qt4/src/tests/test-poppler-qt4.cpp: The parameters x,y,w,h to the method splashRenderToPixmap are now used. Convenient defaults are provided. The test has been changed accordingly. Some added documentation. Patch by Stefan Kebekus
-
- Dec 09, 2005
-
-
Kristian Høgsberg authored
* poppler/GfxState.cc: Use colToByte() for converting GxfColorComp to bytes (really fix #5117). * poppler/Stream.cc: Remove duplicated check (#5243).
-
Kristian Høgsberg authored
* configure.ac: * poppler/Makefile.am (poppler_includedir): * goo/Makefile.am (poppler_goo_include_HEADERS): Make installation of xpdf header files optional.
-
- Dec 08, 2005
-
-
Albert Astals Cid authored
linking to Qt4 on windows * goo/GooTimer.[cc|h]: Only build if gettimeofday is available * poppler/Gfx.cc: Only use the timer for profiling if gettimeofday is available * poppler/GlobalParams.cc: Remove extra unlockGlobalParams that was making windows hang * splash/SplashFTFontEngine.cc: i need unistd.h on windows also * splash/SplashFontFile.cc: i need unistd.h on windows also
-
Albert Astals Cid authored
-
- Dec 07, 2005
-
-
Brad Hards authored
-
Brad Hards authored
for the metadata.
-
- Dec 06, 2005
-
-
Brad Hards authored
-
- Dec 05, 2005
-
-
Albert Astals Cid authored
-
- Dec 04, 2005
-
-
Brad Hards authored
-