Skip to content
Snippets Groups Projects
  1. May 18, 2005
  2. May 17, 2005
  3. May 16, 2005
  4. May 13, 2005
  5. May 12, 2005
  6. May 11, 2005
    • Kristian Høgsberg's avatar
      2005-05-11 Kristian Høgsberg <krh@redhat.com> · c10ea2dd
      Kristian Høgsberg authored
              * glib/poppler.cc (poppler_get_backend, poppler_get_version): Add
              these functions so it's easy to tell if poppler is using cairo or
              splash and what version.
      
              * glib/test-poppler-glib.c (main): Print out version and backend.
      c10ea2dd
  7. May 06, 2005
    • Kristian Høgsberg's avatar
      2005-05-06 Kristian Høgsberg <krh@redhat.com> · 7d189e33
      Kristian Høgsberg authored
              * 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.
      7d189e33
  8. May 04, 2005
  9. May 02, 2005
  10. May 01, 2005
  11. Apr 30, 2005
    • Jeff Muizelaar's avatar
      2005-04-30 Jeff Muizelaar <jeff@infidigm.net> · 14d618be
      Jeff Muizelaar authored
      	* qt/poppler-document.cc (Document::unlock) :
      	* qt/poppler-qt.h (Document::unlock):
      	Add const to the password argument.
      
      	Patch from Albert Astals Cid.
      14d618be
    • Jeff Muizelaar's avatar
      · 1e66da32
      Jeff Muizelaar authored
      2005-04-30  Jeff Muizelaar  <jeff@infidigm.net>
      
      	* fofi/FoFiType1.cc (FoFiType1::parse):
      	Don't assume Encoding array of Type1 fonts end in "foo def".
      	http://partners.adobe.com/public/developer/en/font/T1_SPEC.PDF says
      	"This sequence of assignments must be followed by an instance of the
      	token def or readonly; such a token may not occur within the sequence
      	of assignments." so it must end with "readonly" "def" "readonly def"
      	(That is what most fonts are using and this is why it was not
      	crashing)
      
      	Patch from Albert Astals Cid.
      1e66da32
  12. Apr 29, 2005
  13. Apr 28, 2005
  14. Apr 27, 2005
  15. Apr 26, 2005
  16. Apr 25, 2005
  17. Apr 24, 2005
  18. Apr 23, 2005
  19. Apr 22, 2005
  20. Apr 21, 2005
    • Kristian Høgsberg's avatar
      Thu Apr 21 15:43:52 2005 Kristian Høgsberg <krh@redhat.com> · 7a703616
      Kristian Høgsberg authored
              * poppler/Outline.cc:
              * poppler/Outline.h: Implement the documented behaviour for
              Outline::getItems() and OutlineItem::getKids() and make
              documentation more precise (Patch from Marco).
      7a703616
    • Kristian Høgsberg's avatar
      Thu Apr 21 02:25:20 2005 Kristian Høgsberg <krh@redhat.com> · 5c89902c
      Kristian Høgsberg authored
              * poppler/CairoFontEngine.cc (CairoFont::getFont): Cache
              cairo_font_t's for a given CairoFont.  With this patch cairo will
              recognize glyphs coming from the same font as such and the glyph
              cache will actually work.
      
              * 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).
      5c89902c
    • Kristian Høgsberg's avatar
      Thu Apr 21 00:15:30 2005 Kristian Høgsberg <krh@redhat.com> · 71c1563b
      Kristian Høgsberg authored
              * 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).
      71c1563b
  21. Apr 20, 2005
    • Jeff Muizelaar's avatar
      2005-04-13 Jeff Muizelaar <jrmuizel@nit.ca> · c6328cbc
      Jeff Muizelaar authored
      	* qt/poppler-page.cc (Page::getText):
      	* qt/poppler-qt.h: add a getText method for getting
      	the text on a page
      
      	* qt/test-poppler-qt.c (PDFDisplay::PDFDisplay):
      	add the option to display the text on a page
      
      	Patch from Albert Astals Cid.
      c6328cbc
  22. Apr 19, 2005
Loading