summaryrefslogtreecommitdiff
path: root/poppler-glib.pc.in
AgeCommit message (Collapse)AuthorFilesLines
2006-05-312006-05-30 Kristian Høgsberg <krh@redhat.com>Kristian Høgsberg1-1/+2
* poppler-glib.pc.in: * configure.ac: Add poppler as a private requires if pkg-config supports it.
2006-05-192006-05-19 Kristian Høgsberg <krh@redhat.com>Kristian Høgsberg1-1/+1
* poppler-glib.pc.in (Requires): Add gdk-2.0 dependency, from Kouhei Souto (#6896).
2006-04-122006-04-11 Kristian Høgsberg <krh@redhat.com>Kristian Høgsberg1-1/+1
* configure.ac: * poppler-glib.pc.in: * glib/Makefile.am: * glib/poppler-page.cc: * glib/poppler-page.h: * glib/poppler.h: * poppler/CairoOutputDev.cc: * poppler/CairoOutputDev.h: * glib/poppler-features.h.in: Make the CairoOutputDev render to a cairo_t instead of a cairo_surface_t and expose that functionality in the glib wrapper (poppler_page_render). * test/Makefile.am: * test/gtk-cairo-test.cc: Update gtk-cairo-test to use this new interface and add a spin button for changing page (#5951). * utils/Makefile.am (EXTRA_DIST): Fix warning where this was assigned twice.
2005-06-022005-06-02 Kristian Høgsberg <krh@redhat.com>Kristian Høgsberg1-2/+2
Patch from Stanislav Brabec <sbrabec@suse.cz>: * configure.ac: * poppler-cairo.pc.in: * poppler-glib.pc.in: * poppler-qt.pc.in: * poppler-splash.pc.in: Misc fixes to pkg-config files.
2005-05-062005-05-06 Kristian Høgsberg <krh@redhat.com>Kristian Høgsberg1-1/+1
* glib/Makefile.am (libpoppler_glib_la_LIBADD): Link poppler-glib against poppler. * qt/Makefile.am (libpoppler_qt_la_LIBADD): Ditto for qt. * poppler-glib.pc (Libs): Drop -lpoppler from link. * poppler-qt.pc (Libs): Ditto for qt. * configure.ac: Test for both libqt-mt.la and libqt-mt.so in that order.
2005-04-21Thu Apr 21 00:15:30 2005 Kristian Høgsberg <krh@redhat.com>Kristian Høgsberg1-0/+1
* glib/poppler-document.cc (poppler_document_new_from_file): Add output device (cairo or splash) to PopplerDocument and initialize it in the constructor. * glib/poppler-page.cc (splash_render_to_pixbuf, cairo_render_to_pixbuf): Use output device from associated poppler document instead of creating a new one. * poppler-glib.pc.in (Requires): Add Requires: field. * poppler/Page.cc (loadThumb): Remove unecessary and buggy call to Stream::addFilters(), reported by Ryan Lortie (#3046).
2005-03-29Tue Mar 29 02:36:00 2005 Jonathan Blandford <jrb@redhat.com>Jonathan Blandford1-1/+1
* glib/poppler-document.[ch] (PopplerIndexIter): Add an iter to extract the index from the doc. Includes a bad hack, for now. Mon Mar 28 22:02:07 2005 Jonathan Blandford <jrb@redhat.com> * glib/poppler-page.cc: * glib/poppler-page.h (poppler_page_get_thumbnail_size): New function. * poppler-glib.pc.in: add -lpoppler-glib to the libs line.
2005-03-202005-03-19 Kristian Høgsberg <krh@redhat.com>Kristian Høgsberg1-0/+11
Land the first bits of the glib wrapper. * Makefile.am: * configure.ac: Add new glib subdirectory and configure options for glib wrapper. * glib/Makefile.am: * glib/poppler-document.cc: * glib/poppler-document.h: * glib/poppler-page.cc: * glib/poppler-page.h: * glib/poppler-private.h: * glib/poppler.cc: * glib/poppler.h: * glib/test-poppler-glib.c: * poppler-glib.pc.in: New files.