Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJustin Blanchard <justinb04@aim.com>2007-08-27 21:36:20 (GMT)
committer Nickolay V. Shmyrev <nshmyrev@src.gnome.org>2007-08-27 21:36:20 (GMT)
commit39c51b63804387f5f7c0f3fce193da9eb9998774 (patch)
treec329fe198913ed35a624e69f816bb21762f18b25 /ChangeLog
parent3353ab8a090233f5e0b9f316fc35c9e48d58aed0 (diff)
Enables 'find next' when bindbar is hidden. Fixes bug #323817.
2007-08-28 Justin Blanchard <justinb04@aim.com> * shell/ev-view-private.h: * shell/ev-view.c: (ev_view_expose_event), (ev_view_init), (ev_view_set_highlight_search): * shell/ev-view.h: * shell/ev-window.c: (ev_window_cmd_edit_find_next), (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb), (find_bar_visibility_changed_cb): Enables 'find next' when bindbar is hidden. Fixes bug #323817. svn path=/trunk/; revision=2645
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog26
1 files changed, 19 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index da4744d..3cc0537 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2007-08-28 Justin Blanchard <justinb04@aim.com>
+
+ * shell/ev-view-private.h:
+ * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
+ (ev_view_set_highlight_search):
+ * shell/ev-view.h:
+ * shell/ev-window.c: (ev_window_cmd_edit_find_next),
+ (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
+ (find_bar_visibility_changed_cb):
+
+ Enables 'find next' when bindbar is hidden. Fixes bug #323817.
+
2007-08-27 Carlos Garcia Campos <carlosgc@gnome.org>
* backend/pdf/ev-poppler.cc: (pdf_print_context_free),
@@ -8,7 +20,7 @@
Create always a portrait cairo surface and rotate when needed for
landscape. It fixes printing problems in real printers.
-
+
2007-08-25 Carlos Garcia Campos <carlosgc@gnome.org>
* backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
@@ -19,14 +31,14 @@
Adjust number of pages per row according to page orientation when
printing 2 or 6 pages per sheet.
-
+
2007-08-25 Carlos Garcia Campos <carlosgc@gnome.org>
* shell/ev-window.c: (ev_window_print_send):
Reset also cups setting to 1 when printing multiple pages per
sheet. Fixes bug #468853.
-
+
2007-08-24 Carlos Garcia Campos <carlosgc@gnome.org>
* libdocument/ev-document-misc.c:
@@ -34,7 +46,7 @@
Use directly cairo_surface_get_content() when creating a similar
surface as suggested by Jeff Muizelaar. Thanks again.
-
+
2007-08-24 Carlos Garcia Campos <carlosgc@gnome.org>
* backend/djvu/djvu-document.c: (djvu_document_render):
@@ -47,7 +59,7 @@
Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
creating page surfaces. Fixes bug #453123. Thank you very much to
Jeff Muizelaar <jeff@infidigm.net>.
-
+
2007-08-17 Carlos Garcia Campos <carlosgc@gnome.org>
* shell/ev-page-cache.c: (ev_page_cache_new),
@@ -58,7 +70,7 @@
Also store in page-cache the dimensions of the thumbnails so that
they can be used to create the correct loading icon in the side
pane. Fixes bug #466857.
-
+
2007-08-17 Carlos Garcia Campos <carlosgc@gnome.org>
* backend/pdf/ev-poppler.cc:
@@ -66,7 +78,7 @@
Fix thumbnails rotation in pdf documents that include embedded
thumbnails.
-
+
2007-08-15 Jens Granseuer <jensgr@gmx.net>
* backend/pdf/ev-poppler.cc: