- May 18, 2005
-
-
Kristian Høgsberg authored
* configure.ac: Require cairo 0.5.0, bump release to 0.3.2. * NEWS: Sum up latest changes. * glib/poppler-document.cc (poppler_ps_file_new): Take a page range here instead of just number of pages.
-
- May 17, 2005
-
-
Kristian Høgsberg authored
* poppler/CairoOutputDevX.cc: * test/gtk-cairo-test.cc: Chase the cairo xlib constructor again.
-
- May 16, 2005
-
-
Kristian Høgsberg authored
-
Kristian Høgsberg authored
* configure.ac: Check for glib-mkenums. * glib/Makefile.am (poppler-enums.h): Generate glib enums at compile time. * glib/poppler-enums.c: * glib/poppler-enums.h: Removed.
-
Kristian Høgsberg authored
* test/gtk-cairo-test.cc: Update this test case also.
-
Kristian Høgsberg authored
* poppler/CairoOutputDevX.cc: Track changes to cairo Xlib surface constructors. * poppler/CairoFontEngine.cc (cairo_font_face_destroy): Make this static.
-
- May 13, 2005
-
-
Jonathan Blandford Blandford authored
-
Jonathan Blandford Blandford authored
* glib/poppler.gidl: add metadata file.
-
- May 12, 2005
-
-
Kristian Høgsberg authored
* poppler/CairoOutputDev.cc: * poppler/CairoOutputDevX.cc: * poppler/CairoOutputDevImage.cc: * test/gtk-cairo-test.cc: Update to latest cairo changes, patch from Jens Taprogge (#3281)
-
- May 11, 2005
-
-
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.
-
- May 06, 2005
-
-
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.
-
- May 04, 2005
-
-
Kristian Høgsberg authored
* poppler/CairoOutputDev.cc (CairoOutputDev::drawImageMask, CairoOutputDev::drawImage): Track cairo cvs API changes; use cairo_mask() and cairo_paint() for drawing image masks and images.
-
Kristian Høgsberg authored
* poppler/CairoOutputDev.cc: Fix matrix convention confusion.
-
Kristian Høgsberg authored
Patches from Albert Astals Cid: * qt/poppler-page.cc (getText): Use QString::fromUtf8() instead of implicit latin1 cast constructor. * qt/test-poppler-qt.cpp (main): Use a QLabel for showing text instead of qDebug.
-
Jonathan Blandford Blandford authored
* glib/poppler-document.cc: * glib/poppler-document.h: * glib/poppler-enums.c: (poppler_permissions_get_type): * glib/poppler-enums.h: * glib/poppler-page.cc: * glib/poppler-page.h: * glib/poppler.h: Register a bunch of boxed types to test introspection, and for LBs. Also, remove unused 'popper_document_save()' (-:
-
- May 02, 2005
-
-
Kristian Høgsberg authored
* poppler/CairoFontEngine.cc: * poppler/CairoFontEngine.h: * poppler/CairoOutputDev.cc: Back out workaround for cairo 0.4.0 font API and port to new cairo head.
-
Jeff Muizelaar authored
* splash/SplashFTFont.cc (SplashFTFont::getGlyphPath): Use FT_LOAD_NO_BITMAP to make sure we get outlines loaded instead of bitmaps for use in FT_Outline_Decompose. Patch from Albert Astals Cid.
-
- May 01, 2005
-
-
Jeff Muizelaar authored
* goo/gmem.c: (gmalloc), (grealloc), (gfree): * goo/gmem.h: make memory functions use size_t instead of int. Patch from Takashi Iwai through Albert Astals Cid.
-
- Apr 30, 2005
-
-
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.
-
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.
-
- Apr 29, 2005
-
-
Jonathan Blandford Blandford authored
* goo/GooTimer.h: New class to do simple timing checks. * glib/poppler-document.c: Patch from Martin Kretzschmar to really set the PDF version correct. Third time's the charm.
-
Kristian Høgsberg authored
* configure.ac: Bump release to 0.3.1. * NEWS: Write up news for 0.3.1 release.
-
- Apr 28, 2005
-
-
Kristian Høgsberg authored
Patch from Martin Kretzschmar: * poppler/GlobalParams.cc: use UTF-8 as the default text encoding. Fixes Bug 2934.
-
- Apr 27, 2005
-
-
Jeff Muizelaar authored
* configure.ac: * poppler/FlateStream.cc: * poppler/FlateStream.h: * poppler/Makefile.am: * poppler/Stream.cc: * poppler/Stream.h: Add a reimplementation of FlateStream using zlib.
-
Kristian Høgsberg authored
* poppler/Catalog.cc (NameTree::lookup): Fix bsearch return value NULL check. Found by Albert Astals Cid.
-
- Apr 26, 2005
-
-
Jonathan Blandford Blandford authored
* glib/test-poppler-glib.c (main): add a quick dump-to-text test.
-
- Apr 25, 2005
-
-
Kristian Høgsberg authored
-
- Apr 24, 2005
-
-
Kristian Høgsberg authored
* qt/Makefile.am (libpoppler_qt_la_SOURCES): Add poppler-private.h to SOURCES.
-
- Apr 23, 2005
-
-
Kristian Høgsberg authored
* poppler/CairoFontEngine.cc: Use the right fileName for loading CID fonts (#3114).
-
Kristian Høgsberg authored
* configure.ac: Actually commit version number bump.
-
- Apr 22, 2005
-
-
Kristian Høgsberg authored
* poppler/CairoFontEngine.cc: declare matrix variable before the first goto. Fixes build with gcc 3.3.
-
Kristian Høgsberg authored
* poppler/CairoFontEngine.cc: Hack around semi-broken cairo-0.4.0 font API to fix the problem where some glyphs would show up at the wrong sizes. We now create an FT_Face for each size and font combination we encounter, since an FT_Face can't be shared between several cairo_font_t.
-
- Apr 21, 2005
-
-
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).
-
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).
-
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).
-
- Apr 20, 2005
-
-
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.
-
- Apr 19, 2005
-
-
Jonathan Blandford Blandford authored
* glib/poppler-document.cc (poppler_document_get_property): Use %.2g instead.
-
Jonathan Blandford Blandford authored
* glib/poppler-document.cc (poppler_document_get_property): Use %g instead of %f to avoid versioning like PDF-1.50000
-
Kristian Høgsberg authored
* glib/poppler-action.cc (_poppler_action_new): Handle NULL links gracefully (fix from Jeff).
-
Kristian Høgsberg authored
* poppler/Catalog.cc: Fix from Marco to make sure we always initialize Catalog::pageLabelInfo.
-