Tag 'poppler-0.6.2' created by Albert Astals Cid <[EMAIL PROTECTED]> at
2007-11-10 13:03 -0800
Tagging poppler 0.6.2
Changes since poppler-0.6.1:
Albert Astals Cid (14):
exit(1) is bad in library code, use the src.abort method to describe
failure
Merge branch 'poppler-0.6' of ssh://[EMAIL PROTECTED]/git/poppler/poppler
into poppler-0.6
Add gmallocn_checkoverflow, it's the same as gmallocn but returns NULL on
overflow instead of doing exit()
Splash rework, check if font is inside clip area before rendering it to a
temporary bitmap. Fixes KDE bug 150693
builddir != srcdir fixes by Christian Persch <chpe gnome org>
Provide setters for some methods that only had getters. Fixes bug 12894
Fix compilation on mingw. Bug 12493
Add some castings to make it compile
Remove duplicate checking
Update COPYING file from
http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
Fix FSF address
merge ftp://ftp.foolabs.com/pub/xpdf/xpdf-3.02pl2.patch
Move another gmallocn to gmallocn_checkoverflow. Fixes crashes on
incorrect pdf sent by Red Hat
Poppler 0.6.2
Brad Hards (5):
Remove fordward declaration of a non-existant class
Improve documentation
Tests for passwords
Require fontconfig >= 2.0 Fixes bug 9020
Fix uninitialized variable access.
Carlos Garcia Campos (4):
Detect form fields at any depth level
Fix a crash with invalid embedded fonts
Do not generate appearance stream for radio button that are not active
Fix a crash with invalid TrueType fonts
Jonathan Kew (1):
Do not try to parse directories when processing nameToUnicode dir. Fixes
ugly warnings on mingw32
---
COPYING | 27 -
NEWS | 25 +
autogen.sh | 7
configure.ac | 5
fofi/FoFiTrueType.cc | 10
glib/Makefile.am | 2
glib/demo/Makefile.am | 1
glib/demo/fonts.c | 2
glib/demo/fonts.h | 2
glib/demo/info.c | 2
glib/demo/info.h | 2
glib/demo/links.c | 2
glib/demo/links.h | 2
glib/demo/main.c | 2
glib/demo/outline.c | 2
glib/demo/outline.h | 2
glib/demo/page.c | 2
glib/demo/page.h | 2
glib/demo/render.c | 2
glib/demo/render.h | 2
glib/demo/utils.c | 2
glib/demo/utils.h | 2
glib/poppler-action.cc | 2
glib/poppler-action.h | 2
glib/poppler-attachment.cc | 2
glib/poppler-attachment.h | 2
glib/poppler-document.cc | 2
glib/poppler-document.h | 2
glib/poppler-features.h.in | 2
glib/poppler-form-field.cc | 2
glib/poppler-form-field.h | 2
glib/poppler-page.cc | 2
glib/poppler-page.h | 2
glib/poppler.cc | 2
glib/poppler.h | 2
glib/test-poppler-glib.c | 512 ------------------------------
glib/test-poppler-glib.cc | 518 +++++++++++++++++++++++++++++++
goo/gmem.cc | 18 +
goo/gmem.h | 3
poppler/Annot.cc | 3
poppler/CairoFontEngine.cc | 6
poppler/DCTStream.cc | 3
poppler/Form.cc | 2
poppler/Form.h | 1
poppler/GfxState.cc | 4
poppler/GlobalParams.cc | 55 +++
poppler/GlobalParams.h | 7
poppler/JBIG2Stream.cc | 8
poppler/PageTransition.cc | 2
poppler/Sound.cc | 2
poppler/Sound.h | 2
poppler/Stream.cc | 432 +++++++++++++++----------
poppler/Stream.h | 10
qt/poppler-document.cc | 2
qt/poppler-fontinfo.cc | 2
qt/poppler-link-qt3.h | 2
qt/poppler-link.cc | 2
qt/poppler-page-transition-private.h | 2
qt/poppler-page-transition.cc | 2
qt/poppler-page-transition.h | 2
qt/poppler-page.cc | 2
qt/poppler-private.h | 2
qt/poppler-qt.h | 2
qt4/src/Doxyfile | 2
qt4/src/poppler-annotation-helper.h | 2
qt4/src/poppler-annotation-private.h | 2
qt4/src/poppler-annotation.cc | 2
qt4/src/poppler-annotation.h | 2
qt4/src/poppler-document.cc | 2
qt4/src/poppler-embeddedfile.cc | 2
qt4/src/poppler-fontinfo.cc | 2
qt4/src/poppler-form.cc | 2
qt4/src/poppler-form.h | 2
qt4/src/poppler-link-extractor-private.h | 2
qt4/src/poppler-link-extractor.cc | 2
qt4/src/poppler-link.cc | 2
qt4/src/poppler-link.h | 2
qt4/src/poppler-page-private.h | 2
qt4/src/poppler-page.cc | 2
qt4/src/poppler-private.h | 2
qt4/src/poppler-ps-converter.cc | 2
qt4/src/poppler-qt4.h | 66 +++
qt4/src/poppler-sound.cc | 2
qt4/src/poppler-textbox.cc | 2
qt4/tests/Makefile.am | 13
qt4/tests/check_password.cpp | 87 +++++
qt4/tests/stress-poppler-dir.cpp | 63 +++
qt4/tests/test-poppler-qt4.cpp | 15
splash/Splash.cc | 207 ++++++------
splash/Splash.h | 4
splash/SplashFTFont.cc | 23 +
splash/SplashFTFont.h | 4
splash/SplashFont.cc | 29 +
splash/SplashFont.h | 5
splash/SplashT1Font.cc | 11
splash/SplashT1Font.h | 4
96 files changed, 1377 insertions(+), 935 deletions(-)
---
_______________________________________________
poppler mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/poppler