]> www.fi.muni.cz Git - evince.git/blobdiff - ChangeLog
add parameters providing allocation width and height without scrollbars
[evince.git] / ChangeLog
index 421e5c8e1671ac3db3443a448f0961fdc0005f0b..be9db9a22b08724f6c08bdd4a8cfc416d9e2d2cd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,79 @@
+2005-02-14  Martin Kretzschmar  <martink@gnome.org>
+
+       * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
+       parameters providing allocation width and height without
+       scrollbars and width of a possible vertical scrollbar. With this
+       additional information the functions can work as
+       intended. Unfortunately they're not idempotent. We should
+       transform these commands to toggles. Fixes Bug #164976
+       Initial patch by Stephane Loeuillet, then heavily modified.
+
+       * shell/ev-view.h: update prototypes.
+
+       * shell/ev-window.c (ev_window_cmd_view_best_fit)
+       (ev_window_cmd_view_page_width): provide EvView fit functions with
+       all the information they need. Formulas to calculate this
+       information taken from GtkScrolledWindow.
+
+2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
+
+       * shell/ev-sidebar-thumbnails.c: Ensure that after we have
+       created a thumbnail, the list store is updated to know
+       that the thumbnail is set. Fixes bug #166792
+
+2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
+
+       * shell/ev-window.c: fixed typo, closes bug 166897
+
+       * TODO: updated TODO with bug numbers that are relevant
+
+2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
+
+       * shell/ev-window.c: Support for DnD of files. Fixes #164813
+
+2005-02-09  Vincent Noel  <vnoel@cox.net>
+
+       * shell/ev-window.c: (set_action_properties): Set the "Previous"
+       and "Next" toolbar buttons as important to make them stand out.
+
+2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
+
+       * lib/ev-debug.c:
+       * lib/ev-debug.h:
+       * ps/ps-document.c: (ps_document_finalize), (set_up_page),
+       (start_interpreter), (stop_interpreter), (document_load),
+       (ps_document_next_page), (ps_document_goto_page),
+       (ps_document_set_page_size), (ps_document_widget_event),
+       (ps_document_render):
+       * shell/ev-page-view.c: (ev_page_view_dispose):
+       * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
+
+       Fix compilation on non-gcc platforms
+
+2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
+
+       * NEWS:
+       * configure.ac:
+
+       Release 0.1.4
+
+       * pdf/xpdf/Catalog.cc:
+       * pdf/xpdf/XRef.cc:
+
+       Fix the fix for CAN-2004-0888
+
+2005-02-09  Luca Ferretti <elle.uca@libero.it>
+
+       * data/Makefile.am:
+       * data/evince-ui.xml:
+       * shell/ev-stock-icons.c: (ev_stock_icons_init):
+       * shell/ev-stock-icons.h:
+       * shell/ev-window.c: (update_action_sensitivity),
+       (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
+       (set_action_properties):
+
+       Improve toolbar layout/icons
+
 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
 
        * pdf/xpdf/pdf-document.cc:
 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
 
        * pdf/xpdf/pdf-document.cc: