- 02 Apr, 2005 1 commit
-
-
Jeff Muizelaar authored
* poppler/Page.h: * poppler/Page.cc (Page::Page): Some initial infrastructure for supporting transitions.
-
- 01 Apr, 2005 1 commit
-
-
Kristian Høgsberg authored
* glib/poppler-page.cc (poppler_page_render_to_pixbuf): Clip output to destination pixbuf and fix RGB order.
-
- 31 Mar, 2005 3 commits
-
-
Kristian Høgsberg authored
* glib/poppler-page.cc (poppler_page_find_text): New function to seach a page for occurrences of a given text string. * glib/poppler-page.cc: Add g_return_if_fail() checks to a couple of functions.
-
Jonathan Blandford Blandford authored
* glib/poppler-page.cc: * glib/poppler-page.h (poppler_page_get_link_mapping, poppler_page_free_link_mapping): New functions to get a mapping of links to locations on the current document. :s
-
Jeff Muizelaar authored
* poppler/DCTStream.h: change x to unsigned int to eliminate comparision warning
-
- 30 Mar, 2005 5 commits
-
-
Jeff Muizelaar authored
* poppler/Catalog.cc: delete pageLabelInfo on deconstruction
-
Jonathan Blandford Blandford authored
-
Jonathan Blandford Blandford authored
-
Jonathan Blandford Blandford authored
* glib/poppler-page.h: Reformat.
-
Jonathan Blandford Blandford authored
* glib/poppler-action.[ch]: New item to encapsulate links. * glib/poppler-document.[ch] (poppler_index_iter_get_action): New function to get the action. Also, fix some warnings. * glib/poppler-private.h (_poppler_action_new): New function. * glib/test-poppler-glib.c: Fix warnings.
-
- 29 Mar, 2005 1 commit
-
-
Jonathan Blandford Blandford authored
* 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.
-
- 28 Mar, 2005 1 commit
-
-
Kristian Høgsberg authored
* 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.
-
- 26 Mar, 2005 1 commit
-
-
Kristian Høgsberg authored
* glib/Makefile.am (libpoppler_glib_la_SOURCES): Add * configure.ac: Check for fontconfig for glib bindings.
-
- 24 Mar, 2005 1 commit
-
-
Kristian Høgsberg authored
* glib/Makefile.am: Use POPPLER_GLIB_CFLAGS and POPPLER_GLIB_LIBS instead of GTK_TEST_*. Reported by Adam Jackson <ajax@nwnk.net>.
-
- 23 Mar, 2005 4 commits
-
-
Kristian Høgsberg authored
2005-03-23 Kristian Høgsberg <krh@redhat.com> * poppler/Catalog.cc (indexToLabel, labelToIndex): Add stricter checking of incoming labels and indices. * glib/test-poppler-glib.c (main): Change test program to take the page label from the command line.
-
Kristian Høgsberg authored
* glib/poppler-page.cc: * glib/poppler-page.h: Add poppler_page_get_index() and rename popper_page_get_dimension() to popper_page_get_size()
-
Kristian Høgsberg authored
* glib/poppler-document.cc: Implement poppler_document_save(). * glib/poppler-document.h: Add prototype and format headers properly.
-
Kristian Høgsberg authored
* configure.ac: Fix --disable-popper typo reported by Albert. Require exactly cairo 0.4 since CVS cairo has API changes.
-
- 22 Mar, 2005 2 commits
-
-
Kristian Høgsberg authored
* poppler/Array.cc: * poppler/Array.h: Add getString() convenience method. * poppler/Catalog.cc: * poppler/Catalog.h: Optimize lookup of named destinations.
-
Kristian Høgsberg authored
* NEWS, TODO: Update these.
-
- 21 Mar, 2005 2 commits
-
-
Kristian Høgsberg authored
From Albert Astals Cid <tsdgeos@yahoo.es>: * poppler/Catalog.cc, poppler/Catalog.h: Parse PageMode setting from the Catalog dict and expose it through getPageMode() method.
-
Kristian Høgsberg authored
* glib/poppler-document.cc: * glib/poppler-document.h: Expose the documenttitle as a GObject property. * glib/poppler-page.cc: Expose the page label as a GObject property. * glib/poppler-private.h: Add the page index to PopplerPage. * glib/test-poppler-glib.c: Print out page label and document title. * poppler/Catalog.cc: * poppler/Catalog.h: Add page label accessors. * poppler/PageLabelInfo.cc: * poppler/PageLabelInfo.h: New files. * poppler/Makefile.am: Add new files to sources.
-
- 20 Mar, 2005 2 commits
-
-
Kristian Høgsberg authored
* glib/poppler-document.cc: * glib/poppler-page.h: * glib/poppler.cc: * poppler/Array.cc: * poppler/Array.h: * poppler/Catalog.cc: Fix up filenames in #include statements and comments.
-
Kristian Høgsberg authored
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.
-
- 16 Mar, 2005 1 commit
-
-
Jeff Muizelaar authored
From Dan Sheridan <dan.sheridan@postman.org.uk> * poppler/XRef.cc (XRef::checkEncrypted): The key length should be 5 for revision 2 documents.
-
- 11 Mar, 2005 3 commits
-
-
Kristian Høgsberg authored
From Jeff Muizelaar <jrmuizel@nit.ca>: * poppler/CairoOutputDev.cc (CairoOutputDev::drawImageMask): Use getLine instead of getPixel.
-
Kristian Høgsberg authored
From Jeff Muizelaar <jrmuizel@nit.ca>: * configure.ac: Add checks for libjpeg. * DCTStream.cc, DCTStream.h, Stream.cc, Stream.h, Makefile.am: Conditionally use libjpeg instead of xpdf jpeg decoder.
-
Kristian Høgsberg authored
From Jeff Muizelaar <jrmuizel@nit.ca>: * poppler/CairoFontEngine.cc (CairoFontEngine::getFont): Don't print "Type 3 font!" message. * poppler/CairoOutputDev.cc (CairoOutputDev::drawImageMask): Enable image mask drawing and do it properly, albeit slowly. * poppler/CairoOutputDev.h (CairoOutputDev::interpretType3Chars): Return true so that Gfx.cc turns type3 characters into calls to drawImageMask
-
- 09 Mar, 2005 2 commits
-
-
Kristian Høgsberg authored
* NEWS: Describe 0.1.2 (and 0.1.1) release. * configure.ac: Bump poppler version to 0.1.2
-
Kristian Høgsberg authored
* configure.ac: Bump cairo requirement to 0.4.
-
- 05 Mar, 2005 3 commits
-
-
Kristian Høgsberg authored
Patch from Jeff Muizelaar <jrmuizel@nit.ca>. Changed to allocate glyphs using gmalloc. * poppler/CairoOutputDev.cc (CairoOutputDev::drawString): Implement drawString instead of drawChar. This change should make clipping to a text path work and has a performance improvement. Currently the code is a little ugly because we can't concat matrices to cairo without losing our current font. * poppler/CairoOutputDev.h (CairoOutputDev::useDrawChar): Tell Gfx.cc that it should use drawString instead of drawChar.
-
Kristian Høgsberg authored
* 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.
-
Kristian Høgsberg authored
* .cvsignore: * */.cvsignore: Add these to silence CVS.
-
- 04 Mar, 2005 4 commits
-
-
Kristian Høgsberg authored
* configure.ac: Implement same check for gtk+-2.0 tests as for cairo.
-
Kristian Høgsberg authored
* configure.ac: Only fail hard in check for cairo if the user specified --enable-cairo-output (from Brad Hards <bradh@frogmouth.net>). Print summary of configure results at the end of configure script. * poppler/poppler-config.h: Remove this file (noticed by Brad Hards <bradh@frogmouth.net>).
-
Kristian Høgsberg authored
* poppler/poppler-config.h: Remove this file (noticed by Brad Hards <bradh@frogmouth.net>).
-
Kristian Høgsberg authored
Patch from Jeff Muizelaar <jrmuizel@nit.ca>: * poppler/CairoOutputDev.cc (CairoOutputDev::drawImage, CairoOutputDev::drawImageMask): destroy the image surface and free the image buffer.
-
- 03 Mar, 2005 2 commits
-
-
Kristian Høgsberg authored
* autogen.sh: Add to CVS.
-
Kristian Høgsberg authored
-