- 15 Jun, 2005 1 commit
-
-
Kristian Høgsberg authored
* glib/poppler-document.cc: * glib/poppler-document.h: Patch from Marco to get initial status (open or closed) for bookmark subtrees. -----------------------------------------------------------
-
- 13 Jun, 2005 2 commits
-
-
Kristian Høgsberg authored
-
Kristian Høgsberg authored
* glib/poppler-document.cc: * glib/poppler-document.h: * glib/poppler-private.h: * glib/poppler.h: * glib/test-poppler-glib.c: * poppler/Makefile.am: Patch from Marco to extract font info from document.
-
- 08 Jun, 2005 1 commit
-
-
Kristian Høgsberg authored
* poppler/CairoFontEngine.cc: Remember to delete tmpFileName. Patch from Nikolai Weibull (#3491).
-
- 07 Jun, 2005 1 commit
-
-
Kristian Høgsberg authored
* qt/test-poppler-qt.cpp: Add stdlib.h include for exit().
-
- 02 Jun, 2005 3 commits
-
-
Kristian Høgsberg authored
* 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).
-
Kristian Høgsberg authored
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.
-
Jeff Muizelaar authored
* poppler/Error.cc: * poppler/Error.h: Make error handling function setable through setErrorFunction. Based on a patch by Albert Astals Cid.
-
- 29 May, 2005 1 commit
-
-
Kristian Høgsberg authored
* glib/*: Add more meta data properties to poppler document. Patch by Emil Soleyman-Zomalan (#3359).
-
- 26 May, 2005 2 commits
-
-
Kristian Høgsberg authored
* poppler/CairoOutputDev.cc (clip): Remove snapToGrid so clip() prototype matches what Gfx actually calls (fixes clipping). * poppler/CairoOutputDev.cc: Update fill color, stroke color, fill opacity and stroke opacity from GfxState on restore, since they aren't handled by cairo_restore() (#3362). * poppler/CairoOutputDev.cc: Comment out tolerance setting until we figure out how cairo settings relate to pdf settings. * poppler/CairoOutputDev.cc: Support fill and stroke opacity.
-
Kristian Høgsberg authored
* poppler/GfxState.cc: * poppler/GfxState.h: Add GfxColorSpace::getRGBLine here and implement in subclasses. * poppler/CairoOutputDev.cc (drawImage): Use getRGBLine here.
-
- 23 May, 2005 1 commit
-
-
Jonathan Blandford Blandford authored
* glib/poppler-document.h: Add a permissions flag to the glib bindings.
-
- 21 May, 2005 1 commit
-
-
Kristian Høgsberg authored
* glib/poppler-document.cc (poppler_ps_file_new): Fix off-by-one error spotted by Jürg Billeter. -----------------------------------------------------
-
- 20 May, 2005 2 commits
-
-
Kristian Høgsberg authored
* poppler/CairoOutputDev.cc: Account for different row vs. column vector conventions between cairo and poppler.
-
Kristian Høgsberg authored
* poppler/CairoFontEngine.cc: Only get the code to gid map if we're using freetype 2.1.7 or older (#3340).
-
- 19 May, 2005 2 commits
-
-
Kristian Høgsberg authored
-
Kristian Høgsberg authored
* poppler/CairoFontEngine.cc: Only cast to Gfx8BitFont when we know for sure we have a truetype font. GfxCIDFont::getCIDToGIDLen() can return 0 in which case codeToGID will be NULL, and we end up casting it to a Gfx8BitFont.
-
- 18 May, 2005 1 commit
-
-
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.
-
- 17 May, 2005 1 commit
-
-
Kristian Høgsberg authored
* poppler/CairoOutputDevX.cc: * test/gtk-cairo-test.cc: Chase the cairo xlib constructor again.
-
- 16 May, 2005 4 commits
-
-
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.
-
- 13 May, 2005 2 commits
-
-
Jonathan Blandford Blandford authored
-
Jonathan Blandford Blandford authored
* glib/poppler.gidl: add metadata file.
-
- 12 May, 2005 1 commit
-
-
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)
-
- 11 May, 2005 1 commit
-
-
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.
-
- 06 May, 2005 1 commit
-
-
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.
-
- 04 May, 2005 4 commits
-
-
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()' (-:
-
- 02 May, 2005 2 commits
-
-
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.
-
- 01 May, 2005 1 commit
-
-
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.
-
- 30 Apr, 2005 2 commits
-
-
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.
-
- 29 Apr, 2005 2 commits
-
-
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.
-
- 28 Apr, 2005 1 commit
-
-
Kristian Høgsberg authored
Patch from Martin Kretzschmar: * poppler/GlobalParams.cc: use UTF-8 as the default text encoding. Fixes Bug 2934.
-