Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2005-06-24 08:59:56 (GMT)
committer Marco Pesenti Gritti <marco@src.gnome.org>2005-06-24 08:59:56 (GMT)
commitbf2e7e1e34b8940db72a55af9f3dabcf20ebb095 (patch)
treee9e1ff7d1a2387a50c3585479582d6f39849de48 /ChangeLog
parentd8897e96db8b9c75a30d48c33b41fddf105b8df1 (diff)
Implement rotation and cleanup the code a bit.
2005-06-24 Marco Pesenti Gritti <mpg@redhat.com> * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation), (pixbuf_document_set_orientation), (rotate_pixbuf), (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf), (pixbuf_document_document_iface_init), (pixbuf_document_init): Implement rotation and cleanup the code a bit. * tiff/tiff-document.c: (tiff_document_get_page_size), (tiff_document_get_orientation), (tiff_document_set_orientation), (rotate_pixbuf), (tiff_document_render_pixbuf), (tiff_document_document_iface_init), (tiff_document_init): Implement rotation. Was the quicker solution for the release but we really need to share this code in the shell.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 04bcd52..84aae5d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,22 @@
2005-06-24 Marco Pesenti Gritti <mpg@redhat.com>
+ * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
+ (pixbuf_document_set_orientation), (rotate_pixbuf),
+ (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
+ (pixbuf_document_document_iface_init), (pixbuf_document_init):
+
+ Implement rotation and cleanup the code a bit.
+
+ * tiff/tiff-document.c: (tiff_document_get_page_size),
+ (tiff_document_get_orientation), (tiff_document_set_orientation),
+ (rotate_pixbuf), (tiff_document_render_pixbuf),
+ (tiff_document_document_iface_init), (tiff_document_init):
+
+ Implement rotation. Was the quicker solution for the release
+ but we really need to share this code in the shell.
+
+2005-06-24 Marco Pesenti Gritti <mpg@redhat.com>
+
* pdf/ev-poppler.cc:
Enable rotation, require poppler cvs. Fix a leak.