X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=ChangeLog;h=be9db9a22b08724f6c08bdd4a8cfc416d9e2d2cd;hb=42ddc3073ecb88271a0ffc74326878627d71b34e;hp=421e5c8e1671ac3db3443a448f0961fdc0005f0b;hpb=a92004b77fc73fe7ac2a781b5207249b2288b8c9;p=evince.git diff --git a/ChangeLog b/ChangeLog index 421e5c8e..be9db9a2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,79 @@ +2005-02-14 Martin Kretzschmar + + * 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 + + * 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 + + * shell/ev-window.c: fixed typo, closes bug 166897 + + * TODO: updated TODO with bug numbers that are relevant + +2005-02-09 Carlos Garcia Campos + + * shell/ev-window.c: Support for DnD of files. Fixes #164813 + +2005-02-09 Vincent Noel + + * 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 + + * 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 + + * 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 + + * 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 * pdf/xpdf/pdf-document.cc: