summaryrefslogtreecommitdiff
path: root/poppler/Dict.h
AgeCommit message (Collapse)AuthorFilesLines
2008-09-01All poppler commiters to these files agreed to GPLv2+Albert Astals Cid1-0/+3
Still missing to answer Marco Pesenti Gritti Catalog.cc Outline.cc Outline.h Kjartan Maraas HtmlOutputDev.cc Timothy Lee ImageOutputDev.h ImageOutputDev.cc Carl Worth CairoOutputDev.cc Ed Catmur GfxFont.cc GlobalParams.cc TextOutputDev.cc TextOutputDev.h UnicodeTypeTable.cc UnicodeTypeTable.h
2008-08-24Add more correct copyright statements on fofi, goo, poppler and util ↵Albert Astals Cid1-0/+13
directories to be more compliant with GPL that requires such modification statements to be present. Meanwhile i did that, i did qt and qt4 dirs too, glib is missing if someone wants to fix it, but it's not crucial as it's not a fork of some other GPL software
2008-01-19Add deep copy constructor to Dict.Julien Rebetez1-0/+1
2007-04-25Merge xpdf302branch in HEAD as noone vetoed it.Albert Astals Cid1-17/+10
Testing more than welcome
2007-02-242007-02-25 Julien Rebetez <julienr@svn.gnome.org>Albert Astals Cid1-0/+4
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.
2006-09-03 * poppler/Dict.cc:Albert Astals Cid1-2/+9
* 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.
2006-01-18Brad patch for embedded document extraction, only has Qt4 bindings for now, ↵Albert Astals Cid1-7/+8
needs Qt3 and glib work
2005-03-282005-03-28 Kristian Høgsberg <krh@redhat.com>Kristian Høgsberg1-0/+1
* poppler/Page.cc (loadThumb): Backend agnostic method for extracting an embedded thumbnail iamge. * poppler/Dict.cc (lookupInt): New convenience method. * glib/poppler-page.cc (poppler_page_get_thumbnail): New glib function for getting the embedded thumbnail image for a page.
2005-03-03Initial revisionKristian Høgsberg1-0/+75