- 21 Dec, 2006 1 commit
-
-
Jeff Muizelaar authored
* poppler/CairoOutputDev.cc: Fix scaling of maskedImage masks. They should be scaled to the size of the image not the size of the mask. Fixes #9403.
-
- 20 Dec, 2006 1 commit
-
-
Jeff Muizelaar authored
* poppler/GlobalParams.cc: Try to make zero-width lines as close to one pixel wide as we can. Fixes #9393.
-
- 19 Dec, 2006 1 commit
-
-
Albert Astals Cid authored
-
- 12 Dec, 2006 1 commit
-
-
Jeff Muizelaar authored
* poppler/CairoOutputDev.cc: Change a cairo_set_matrix to cairo_transform so that we don't blindly clobber the existing matrix. Patch by Daniel Colascione. Fixes #9190.
-
- 10 Dec, 2006 1 commit
-
-
Jeff Muizelaar authored
* poppler/Function.cc: Initialize PostScriptFunction::codeString to NULL so that it can safely deleted if initialization fails. Fixes #9263.
-
- 23 Nov, 2006 1 commit
-
-
Albert Astals Cid authored
-
- 22 Nov, 2006 1 commit
-
-
Albert Astals Cid authored
-
- 19 Nov, 2006 2 commits
-
-
Albert Astals Cid authored
-
Albert Astals Cid authored
* qt4/src/poppler-page.cc: * qt4/src/poppler-qt4.h: * qt4/src/poppler-textbox.cc: Fix memory leaks * splash/Splash.cc: Initialize the values of nClipRes
-
- 18 Nov, 2006 1 commit
-
-
Albert Astals Cid authored
* qt4/src/poppler-qt4.h: Add int marginRight, int marginBottom, int marginLeft, int marginTop, bool strictMargins to Document::print()
-
- 16 Nov, 2006 2 commits
-
-
Albert Astals Cid authored
-
Albert Astals Cid authored
* qt4/src/Doxyfile: * qt4/src/poppler-annotation.h: * qt4/src/poppler-link.h: * qt4/src/poppler-qt4.h: Improve API documentation. Patch by Pino Toscano. Generated docu at http://people.freedesktop.org/~aacid/docs/qt4/
-
- 15 Nov, 2006 1 commit
-
-
Albert Astals Cid authored
* qt4/src/poppler-link.cc: * qt4/src/poppler-page.cc: * qt4/src/poppler-qt4.h: * qt4/src/poppler-document.cc: * qt4/src/poppler-private.h: Generalize the way we render the pages: merge all the Page::renderTo* functions in only one that renders on a QImage, taking into account the currently chosen backend. It is possible to switch rendering backend using the Document. Patch by Pino Toscano. * qt4/tests/stress-poppler-qt4.cpp: * qt4/tests/test-password-qt4.cpp: * qt4/tests/test-poppler-qt4.cpp: Adapt the tests to the changes in the rendering API of Page. Patch by Pino Toscano.
-
- 13 Nov, 2006 1 commit
-
-
Albert Astals Cid authored
-
- 11 Nov, 2006 1 commit
-
-
Albert Astals Cid authored
-
- 07 Nov, 2006 1 commit
-
-
Jeff Muizelaar authored
* poppler/CairoOutputDev.cc: take horizontal scaling into account when updating the font. Also, cleanup some unused code. Fixes #8924.
-
- 18 Oct, 2006 1 commit
-
-
Albert Astals Cid authored
* qt4/src/poppler-document.cc: * qt4/src/poppler-private.h: Do not crash when opening a encrypted document. Do not crash when unlocking a locked document.
-
- 11 Oct, 2006 1 commit
-
-
Albert Astals Cid authored
* splash/SplashErrorCodes.h: Do not crash on documents that report a 0x0 mask for an image, like http://bugs.kde.org/attachment.cgi?id=18083&action=view
-
- 08 Oct, 2006 1 commit
-
-
Albert Astals Cid authored
* poppler/Link.h: * poppler/Makefile.am: * poppler/Page.cc: * poppler/Page.h: * poppler/Sound.cc: * poppler/Sound.h: Make poppler able to read Sound objects, Sound actions and Opening/Closing page actions. Patch by Pino Toscano. * qt4/src/Makefile.am: * qt4/src/poppler-link.cc: * qt4/src/poppler-link.h: * qt4/src/poppler-qt4.h: * qt4/src/poppler-page.cc: * qt4/src/poppler-sound.cc: Support for sounds, sound links and page actions in the Qt4 backend. Patch by Pino Toscano.
-
- 30 Sep, 2006 1 commit
-
-
Albert Astals Cid authored
-
- 25 Sep, 2006 2 commits
-
-
Albert Astals Cid authored
* glib/Makefile.am * qt/Makefile.am * qt4/src/Makefile.am * qt4/tests/Makefile.am * test/Makefile.am * utils/Makefile.am: Add FONTCONFIG_CFLAGS FONTCONFIG_LIBS for people that need them. Patch by morfoh@opensde.org. Fixes bug #8415
-
Albert Astals Cid authored
-
- 22 Sep, 2006 1 commit
-
-
Kristian Høgsberg authored
* NEWS: Update list of bugs fixes, release 0.5.4.
-
- 21 Sep, 2006 6 commits
-
-
Kristian Høgsberg authored
* configure.ac: Check for gtk+ 2.8 for the gtk+ test case, invert help text for zlib option (#7788, #7661).
-
Kristian Høgsberg authored
* utils/pdftops.cc: Get duplex setting from GlobalParams.
-
Kristian Høgsberg authored
* glib/poppler-page.cc (_poppler_page_new): Make PopplerPage reference its document throughout the lifetime of the page (#7005).
-
Kristian Høgsberg authored
* poppler/Gfx.cc: Remove the right out->updateAll() call.
-
Kristian Høgsberg authored
* NEWS: Sum up changes. * configure.ac: Bump release to 0.5.4.
-
Kristian Høgsberg authored
* poppler/Gfx.cc: Remove last remnant of erroneous type3 commit a while back, fixing #8182.
-
- 20 Sep, 2006 1 commit
-
-
Jeff Muizelaar authored
* poppler/TextOutputDev.cc: TextFontInfo stores a copy of a pointer to a GfxFont but does not increment the reference count. Fix the problem by calling incRefCnt and decRefCnt appropriately. Fixes #4649
-
- 19 Sep, 2006 1 commit
-
-
Kristian Høgsberg authored
* poppler/GlobalParams.cc: Add scanEncodingDirs() to automatically scan in any encodings found under ${datadir}/poppler. * m4/define-dir.m4: New file, adds AC_DEFINE_DIR macro.
-
- 18 Sep, 2006 1 commit
-
-
Kristian Høgsberg authored
* poppler/Makefile.am (libpoppler_la_LIBADD): Add cairo libs to link if configured.
-
- 13 Sep, 2006 1 commit
-
-
Kristian Høgsberg authored
* configure.ac: Tighten glib check (#7906), add check for C++ compiler (#8048).
-
- 12 Sep, 2006 1 commit
-
-
Albert Astals Cid authored
-
- 11 Sep, 2006 1 commit
-
-
Albert Astals Cid authored
* qt4/src/poppler-annotation.cc: * qt4/src/poppler-annotation.h: * qt4/src/poppler-page.cc: Add support for LinkAnnotation. Patch by Pino Toscano
-
- 08 Sep, 2006 1 commit
-
-
Jeff Muizelaar authored
* poppler/CairoOutputDev.cc: The work-around for 1x1 imagemasks was not calling cairo_set_source causing the rectangles to be drawn the wrong colour occasionally. Fix by moving the existing call to cairo_set_source above the work-around. Fixes #7113.
-
- 07 Sep, 2006 1 commit
-
-
Jeff Muizelaar authored
* poppler/CairoOutputDev.cc: Avoid crashing in CairoOutputDev if endString is called without a corresponding beginString. Fixes #4515.
-
- 06 Sep, 2006 1 commit
-
-
Jeff Muizelaar authored
* configure.ac: * poppler/FlateStream.cc: * poppler/FlateStream.h: Fix FlateStream to not read more than it needs. This has a performance impact because our input buffer is now only 1 byte large, however correctness is better than performance. This should fix #3948.
-
- 05 Sep, 2006 1 commit
-
-
Jeff Muizelaar authored
* poppler/CairoOutputDev.cc: Initialize currentFont to NULL before use. Found by Pascal Terjan. Fixes #7924.
-
- 03 Sep, 2006 1 commit
-
-
Albert Astals Cid authored
* poppler/Dict.h: * poppler/Object.h: * poppler/Parser.cc: Patch by Krzysztof Kowalczyk to increase speed by means of doing less copies between objects. See bug 8112 for more information.
-