summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)AuthorFilesLines
2006-05-302006-05-30 Kristian Høgsberg <krh@redhat.com>Kristian Høgsberg1-3/+18
* test/gtk-cairo-test.cc: Add --page option to gtk-cairo-test.
2006-04-122006-04-11 Kristian Høgsberg <krh@redhat.com>Kristian Høgsberg2-201/+89
* 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.
2006-02-282006-02-28 Kristian Høgsberg <krh@redhat.com>poppler-0.5.1Kristian Høgsberg1-7/+9
* configure.ac: Bump release to 0.5.1. * NEWS: Sum up 0.5.1 changes so far. * TextOutputDev.h: add getters for a couple of attributes. * glib/Makefile.am: * poppler/Makefile.am: Move cairo link dependency to glib bindings.
2005-12-08Remove -DDATADIR we are not using if for anything and it shadows a windows ↵Albert Astals Cid1-2/+1
typedef
2005-12-03remove another chagne should not have gone inAlbert Astals Cid1-7/+2
2005-12-03 * qt4/src/poppler-qt4.h:Albert Astals Cid1-2/+7
* qt4/src/poppler-fontinfo.cc: * qt4/src/poppler-textbox.cc: Remove implementation of that classes from the header, use pimpl
2005-11-22Fix page range in the inspectorAlbert Astals Cid1-1/+1
2005-10-30Last xpdf 3.01 merge (at least from my side)Albert Astals Cid3-15/+12
It's very big, but noone has opposed in the 2 weeks time i gave on the ml so either poppler is dead or people agree with the patch
2005-09-072005-09-06 Kristian Høgsberg <krh@redhat.com>Kristian Høgsberg1-0/+3
* configure.ac: Enable A4_PAPER and OPI_SUPPORT by default. There is no reason to not enable OPI and the paper size should be controlled by the application. * test/Makefile.am (EXTRA_DIST): Add pdf-operators.c
2005-08-24* configure.ac: add /usr/include/qt4 to qt4_incdirs. That's whatMartin Kretzschmar1-3/+4
Debian and Ubuntu use. Maybe we should just use pkg-config. If it's usable with qt4. * test/.cvsignore: ignore pdf_inspector binary.
2005-08-24Tue Aug 23 17:21:02 2005 Jonathan Blandford <jrb@redhat.com>Jonathan Blandford1-1/+3
* test/Makefile.am (gtk_cairo_test_LDADD): add FREETYPE_{CFLAGS,LIBS} to the cairo deps
2005-08-23Tue Aug 23 13:38:01 2005 Jonathan Blandford <jrb@redhat.com>Jonathan Blandford4-1/+885
* configure.ac: * poppler/Gfx.cc: * poppler/Gfx.h: * poppler/GlobalParams.cc: * poppler/GlobalParams.h: * poppler/Makefile.am: * poppler/OutputDev.cc: * poppler/OutputDev.h: * poppler/ProfileData.cc: * poppler/ProfileData.h: * test/Makefile.am: * test/pdf-inspector.cc: * test/pdf-inspector.glade: * test/pdf-operators.c: Initial cut at a pdf inspector. This should help us look at PDF files.
2005-07-28Fontconfig patch is here, rejoiceAlbert Astals Cid2-2/+0
2005-07-15update for 2005-06-27 change to actually display something again.poppler-before-fontconfigMartin Kretzschmar1-4/+6
2005-06-022005-06-02 Kristian Høgsberg <krh@redhat.com>Kristian Høgsberg1-1/+1
* poppler/TextOutputDev.h: * qt/poppler-qt.h: Patch from Stanislav Brabec <sbrabec@suse.cz> to fix gcc 4.0.1 warnings on undeclared friend classes. * test/gtk-splash-test.cc: Fix from Martin Kretzschmar <martink@gnome.org> to compile with OPI enabled (#2911).
2005-05-172005-05-17 Kristian Høgsberg <krh@redhat.com>Kristian Høgsberg1-2/+3
* poppler/CairoOutputDevX.cc: * test/gtk-cairo-test.cc: Chase the cairo xlib constructor again.
2005-05-162005-05-16 Kristian Høgsberg <krh@redhat.com>Kristian Høgsberg1-2/+3
* test/gtk-cairo-test.cc: Update this test case also.
2005-05-122005-05-12 Kristian Høgsberg <krh@redhat.com>Kristian Høgsberg1-3/+5
* poppler/CairoOutputDev.cc: * poppler/CairoOutputDevX.cc: * poppler/CairoOutputDevImage.cc: * test/gtk-cairo-test.cc: Update to latest cairo changes, patch from Jens Taprogge (#3281)
2005-03-052005-03-04 Kristian Høgsberg <krh@redhat.com>Kristian Høgsberg2-7/+4
* test/gtk-cairo-test.cc (view_load): * test/gtk-splash-test.cc (view_load): Fix missing return statement, and remove unused variables. * configure.ac: Add configure option to enable the default KDE flags as described by Albert Astals Cid <tsdgeos@yahoo.es>. * TODO: Update with Jeff's items. * .cvsignore: * */.cvsignore: Add these to silence CVS.
2005-03-052005-03-04 Kristian Høgsberg <krh@redhat.com>Kristian Høgsberg1-0/+10
* .cvsignore: * */.cvsignore: Add these to silence CVS.
2005-03-03Initial revisionKristian Høgsberg3-0/+660