- 09 Mar, 2005 1 commit
-
-
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
-