- 25 Apr, 2007 1 commit
-
-
Albert Astals Cid authored
-
- 20 Apr, 2007 1 commit
-
-
Jeff Muizelaar authored
-
- 16 Apr, 2007 1 commit
-
-
Albert Astals Cid authored
-
- 15 Apr, 2007 1 commit
-
-
Albert Astals Cid authored
-
- 14 Apr, 2007 4 commits
-
-
Albert Astals Cid authored
-
Jeff Muizelaar authored
-
Jeff Muizelaar authored
It doesn't do anything with the ColorTransform parameter yet, but we have a test case for that now so it can be fixed later.
-
Albert Astals Cid authored
Commit Julien work on the 3.02 branch, it may still have problems but it IS an advance, so get it in.
-
- 06 Apr, 2007 5 commits
-
-
Albert Astals Cid authored
-
Jeff Muizelaar authored
-
Jeff Muizelaar authored
-
Albert Astals Cid authored
-
Albert Astals Cid authored
Annot has still to be merged, i'll leave that to jrebetez DCTStream and FlateStream classes have not been tested ArthurOutputDev had some code commented, but as it was nto working it's not crucial UGooString got removed as i got clear it was not needed, yay! HtmlOutputDev won't detect links as the base outputdev changed signature Did not test CairoOutputDev but i have 0 knowledge of Cairo so i need someone here anyway glib frontend has some nasty warnings probably due to changed signatures, have a look And in all i'm quite happy of the merge as it renders "something" and my kpdf port all it had was crashes :D
-
- 31 Mar, 2007 1 commit
-
-
Albert Astals Cid authored
-
- 22 Mar, 2007 1 commit
-
-
Albert Astals Cid authored
KDE bug 143322
-
- 15 Mar, 2007 1 commit
-
-
Albert Astals Cid authored
Henry Precheur <henry@precheur.org>
-
- 07 Mar, 2007 1 commit
-
-
Albert Astals Cid authored
reviewed by: Albert Astals Cid <aacid@kde.org> * poppler/Page.cc: Consider 0x0 boxes as invalid. Fixes http://bugzilla.gnome.org/show_bug.cgi?id=408682 2007-03-06 Pino Toscano <pino@kde.org> reviewed by: Albert Astals Cid <aacid@kde.org> * configure.ac: * qt/Makefile.am: * qt/poppler-link.cc: * qt/poppler-page.cc: * qt/poppler-private.h: * qt4/poppler-link.cc: Make the Qt4 frontend compilable again with no Splash. Make the Qt3 frontend compilable with no Splash.
-
- 06 Mar, 2007 1 commit
-
-
Albert Astals Cid authored
* poppler/Form.cc: Fix uninitialized variables. Properly escape parenthesis and slash in text field
-
- 04 Mar, 2007 1 commit
-
-
Brad Hards authored
-
- 25 Feb, 2007 2 commits
-
-
Albert Astals Cid authored
reviewed by: Albert Astals Cid <aacid@kde.org> * poppler/Annot.cc: * poppler/Annot.h: * poppler/Form.cc: * poppler/Form.h: Fix compilation warnings.
-
Albert Astals Cid authored
-
- 24 Feb, 2007 3 commits
-
-
Albert Astals Cid authored
reviewed by: Albert Astals Cid <aacid@kde.org> * qt4/src/Doxyfile: * qt4/src/Makefile.am: * qt4/src/poppler-annotation-helper.h: * qt4/src/poppler-form.cc: * qt4/src/poppler-form.h: * qt4/src/poppler-page.cc: * qt4/src/poppler-private.h: * qt4/src/poppler-qt4.h: Beginning of interactive forms support, first implementation in the Qt4 frontend. It supports text and choice fields in a basic way.
-
Albert Astals Cid authored
* configure.ac: * glib/poppler-document.cc: * poppler/GlobalParams.cc: * poppler/GlobalParams.h: * poppler/PSOutputDev.cc: * qt/poppler-document.cc: * qt4/src/poppler-document.cc: * qt4/src/poppler-private.h: * qt4/src/poppler-qt4.h: * test/gtk-splash-test.cc: * test/pdf-inspector.cc: * utils/pdffonts.cc: * utils/pdfimages.cc: * utils/pdfinfo.cc: * utils/pdftohtml.cc: * utils/pdftoppm.cc: * utils/pdftops.cc: * utils/pdftotext.cc: Remove dependency on xpdfrc file and cleanup GlobalParams accordingly
-
Albert Astals Cid authored
reviewed by: <aacid@kde.org> * glib/poppler-document.cc: * glib/poppler-document.h: * glib/poppler-page.cc: * glib/poppler-page.h: * glib/poppler-private.h: * glib/poppler.h: * poppler/Annot.cc: * poppler/Annot.h: * poppler/Catalog.cc: * poppler/Catalog.h: * poppler/CharCodeToUnicode.cc: * poppler/CharCodeToUnicode.h: * poppler/Dict.cc: * poppler/Dict.h: * poppler/Form.cc: * poppler/Form.h: * poppler/GfxFont.cc: * poppler/GfxFont.h: * poppler/Makefile.am: * poppler/Object.h: * poppler/Page.cc: * poppler/Page.h: * poppler/XRef.cc: * poppler/XRef.h: Beginning of Interactive Form support: Add a bunch of new classes (FormWidget / FormField) to deal with form fields. Add support for object modification through XRef::setModifiedObject, as well as a function to write the Xref to a file, which will be used to implement PDF writing. Add some functions to glib wrapper to expose the new form features.
-
- 18 Feb, 2007 1 commit
-
-
Albert Astals Cid authored
that i get /usr/local/share/poppler in config.h instead of ${prefix}/poppler Better fixes are welcome.
-
- 04 Feb, 2007 2 commits
-
-
Albert Astals Cid authored
-
Albert Astals Cid authored
* poppler/Lexer.h: Patch to fix regression introduced by optimizations in bugzilla issue 7808
-
- 31 Jan, 2007 2 commits
-
-
Albert Astals Cid authored
Patch by Pino Toscano <pino@kde.org> to remove a nonsense done by him. * qt4/tests/test-poppler-qt4.cpp: Simply a bit. Patch by Pino Toscano <pino@kde.org>.
-
Albert Astals Cid authored
-
- 28 Jan, 2007 2 commits
-
-
Albert Astals Cid authored
rotation. Patch by Carlos Garcia Campos <carlosgc@gnome.org> * glib/poppler-action.cc: Fix link destination coordinates. Patch by Carlos Garcia Campos <carlosgc@gnome.org>
-
Albert Astals Cid authored
* glib/poppler-document.cc: Plug memory leak in poppler-document. Patch by Carlos Garcia Campos <carlosgc@gnome.org>
-
- 21 Jan, 2007 1 commit
-
-
Albert Astals Cid authored
* poppler-page.cc: * poppler-private.h: * poppler-qt4.h: No need to destroy the Splash output device to change its paper color. Add the possibility to set flags that affect the rendering (some backends supports only some of them, though). Add a Page::label to get the label associated with a page. Patches by Pino Toscano <pino@kde.org>.
-
- 17 Jan, 2007 1 commit
-
-
Albert Astals Cid authored
* poppler/Sound.cc: * qt4/src/poppler-sound.cc: Move most of the sound reading code into the Sound class, so frontends can use it easily. Patch by Pino Toscano <pino@kde.org>.
-
- 13 Jan, 2007 3 commits
-
-
Albert Astals Cid authored
* poppler/Stream.cc: Remove MemStream::setNeedFree method i really did not need it * qt4/src/poppler-document.cc: * qt4/src/poppler-link.cc: * qt4/src/poppler-page.cc: * qt4/src/poppler-private.h: Make Document::loadFromData work on documents with a password and don't need to do a malloc and a memcpy.
-
Albert Astals Cid authored
* poppler/Makefile.am * qt4/src/Makefile.am * qt4/src/poppler-document.cc * qt4/src/poppler-link.cc * qt4/src/poppler-page.cc * qt4/src/poppler-private.h * qt4/src/poppler-qt4.h: Make the Qt4 backend compilable even with no Splash backend. Patch by Pino Toscano <pino@kde.org>.
-
Albert Astals Cid authored
* poppler/Stream.cc: Add MemStream::setNeedFree method * qt4/src/poppler-document.cc: * qt4/src/poppler-private.h: * qt4/src/poppler-qt4.h: Add Document::loadFromData method
-
- 11 Jan, 2007 2 commits
-
-
Albert Astals Cid authored
-
Albert Astals Cid authored
* poppler/Catalog.cc: Limit max depth of recursive calls on readPageTree to fix MOAB-06-01-2007
-
- 06 Jan, 2007 1 commit
-
-
Albert Astals Cid authored
-
- 04 Jan, 2007 1 commit
-
-
Albert Astals Cid authored
-