Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMartin Kretzschmar <martink@src.gnome.org>2005-01-08 21:59:23 (GMT)
committer Martin Kretzschmar <martink@src.gnome.org>2005-01-08 21:59:23 (GMT)
commit0607a5da99d7206625d8537fb28096d755721de3 (patch)
tree978330e3a78189ac0586d88026733112820051cb /ChangeLog
parentfed5ac607fbe74668f1b74c2022ef56b5ee25d61 (diff)
pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
* pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel) (fillGlyph, fillImageMask, drawImage): pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile): pdf/splash/SplashTypes.h: pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8 packed mode for Splash. * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use RGB8 packed mode, eliminates the pixbuf data creation loop.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 995300f..19cbedc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2005-01-08 Martin Kretzschmar <martink@gnome.org>
+ * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
+ (fillGlyph, fillImageMask, drawImage):
+ pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
+ pdf/splash/SplashTypes.h:
+ pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
+ packed mode for Splash.
+
+ * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
+ RGB8 packed mode, eliminates the pixbuf data creation loop.
+
* shell/ev-print-job.c (ev_print_job_finalize)
(ev_print_job_set_property, ev_print_job_get_property)
(ev_print_job_set_gnome_print_job, ev_print_job_set_document)