summaryrefslogtreecommitdiff
path: root/print/poppler-glib/PLIST
AgeCommit message (Collapse)AuthorFilesLines
2009-01-13Update to 0.10.3:wiz1-1/+2
Release 0.10.3 core: * Fix a crash on documents with malformed outline. Bug #19024 * Fix leak on AnnotScreen destructor. Bug #19095 * Fix wrong PS generation when a large image is in Patterns. Bug #18908 * Remove BaseFile.h it was never used. Bug #19298 * Improve document saving * Fix PS generation of PDF with malformed font Length2 definition * Fix a leak while parsing annotations * Fix rendering of some checkboxes Qt4: * Fix positioning of Form rects on PDF with cropbox * Fix positioning of Annotation rects on PDF with cropbox. Bug #18558. * Small documentation improvements * Make Document::fonts() work when called more than once. Bug #19405 build system: * CMake: look harder for openjpeg * CMake: update the poppler core headers installation * Autotools: do not install Function.cc as it's not a header Qt: * Fix deserialization of links right coordinate
2008-04-15update to 0.8.0drochner1-1/+2
changes: * Fix caching of members in the glib frontend causing issues with rendering * Change glib public api to have a correct naming * Some better error handling on corner cases * Check the document stream is seekable when opening it * Build fixes with autotools and with cmake * Fix infinite recursion on some malformed documents when consulting the fonts * Fix possible crash when asking for Movie contents
2007-11-03update to 0.6.1drochner1-1/+4
This switches to the new 0.6 branch which is not source compatible to 0.5.x. Most notable changes: -Merge xpdf 3.02 changes -Support for Sound objects -Support for Opening/Closing page actions -Support for page duration -Improve PS Tokenizer performance -Beginning of Interactive Form support -xpdfrc is no longer used for anything -Fix security issue MOAB-06-01-2007 -Lots of bugs fixed
2006-11-28don't try to @dirrm include/poppler which does belongs to the base popplerdrochner1-2/+1
2006-11-13migrate devhelp docs to share/gtk-doc/html, bump PKGREVISIONdrochner1-17/+18
2006-05-31update to 0.5.3drochner1-1/+3
changes: -improved Qt bindings -Cairo backend now supports masked images -make glib bindings more language binding friendly -Search now works with ligatures -glib bindings now has an entry point to render to a cairo_t -GCC 4.1 and MSVC compilation fixes -bugfixes and cleanup
2006-04-01Don't @dirrm the doc directory since poppler packages uses it.reed1-2/+2
Bump PKGREVISION.
2006-03-30Update poppler, poppler-glib and poppler-qt to 0.5.1.jmmv1-1/+18
This is a development version but is needed to update evince to 0.5.2, which is part of GNOME 2.14.0. Release 0.5.1 - Support for embedded files. - Handle 0-width lines correctly. - Avoid external file use when opening fonts. - Only use vector fonts returned from fontconfig (#5758). - Fix scaled 1x1 pixmaps use for drawing lines (#3387). - drawSoftMaskedImage support in cairo backend. - Misc bug fixes: #5922, #5946, #5749, #5952, #4030, #5420. Release 0.5.0 - Font matching code for non embedded fonts now use fontconfig instead of hard coded list of fonts. - Merge in Xpdf 3.01 changes. - Add command line tools from Xpdf. - Make install of Xpdf header files ./configure'able.
2006-03-09Import of poppler-glib package.reed1-0/+9
This provides the "glib" (and GTK2's gdk-pixbuf) components from the poppler suite. The poppler package updates will be committed next. This means that X11 (and GTK) is not needed for the normal poppler.