]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Updated Turkish Translation
[evince.git] / ChangeLog
1 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * backend/ev-attachment.c: (ev_attachment_save):
4
5         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
6         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
7
8 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
9         
10         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
11         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
12
13 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
14
15         * shell/ev-sidebar-thumbnails.c:
16
17         Do not render thumbnails unless thumbnails page is active in the
18         sidebar.
19
20 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
21
22         * shell/ev-properties-dialog.c:
23
24         Fix dialogue spacing. Bug #351370.
25
26 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
27
28         * configure.ac:
29
30         Use lowercase gettext catalog file names (evince.mo
31         instead of Evince.mo)
32
33 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
34
35         * shell/ev-sidebar-attachments.c:
36
37         GtkIconTheme is now screen safe too. Fixes bug #350878
38
39 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
40
41         * shell/ev-window.c:
42
43         GtkRecent manager is now screen safe. Fixes bug #350145
44
45 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
46
47         * shell/ev-sidebar.c: (ev_sidebar_init):
48         
49         Make sidebar close icon smaller. Fix for bug 350177.
50         See also bugs 350176 and 165770.
51
52 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
53
54         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
55
56         Ignore zoom for xyz destinations when it's <= 1, keeping user
57         preferences instead. Set correct sizing-mode for fith and fitv
58         destinations rather than EV_SIZING_FREE. Fixes bug #349433
59
60 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
61
62         * NEWS:
63         * configure.ac:
64         
65         Update for release 0.5.5
66
67 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
68         
69         * shell/ev-window.c: (ev_window_cmd_escape)
70
71         Escape unfocus page entry. Fixes bug #345809.
72
73 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
74
75         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
76         (build_tree), (pdf_document_links_get_links),
77         (pdf_document_links_find_link_dest):
78         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
79         (goto_xyz_dest):
80
81         Convert from PDF style coordinates to X style coordinates in the
82         backend rather than in the view. Fixes bug #338440
83
84 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
85
86         * shell/ev-window.c:
87         
88         Remove Ctrl+Shift+T shortcut for toolbars. See
89         the bug #350098.
90
91 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
92
93         * configure.ac:
94
95         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
96         of this. 
97
98 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
99
100         * configure.ac:
101         * cut-n-paste/Makefile.am:
102         * data/evince-ui.xml:
103         * shell/Makefile.am:
104         * shell/ev-application.[ch]:
105         * shell/ev-window.c:
106
107         Use GtkRecent instead of EggRecent when it's available. Fixes bug
108         #349273
109
110 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
111
112         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
113         findbar code: s/help/search/
114
115 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
116
117         * shell/ev-window.c: (setup_document_from_metadata),
118         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
119         (setup_view_from_metadata):
120         
121         Fix memory leaks.
122
123 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
124
125         * autogen.sh, configure.ac: 
126         
127         Update automake usage. See bug 349292.
128
129 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
130
131         * shell/eggfindbar.c: (egg_find_bar_class_init),
132         (entry_activate_callback), (egg_find_bar_init),
133         (egg_find_bar_set_status_text):
134         * shell/eggfindbar.h:
135         
136         Unify Evince findbar with Epiphany. Nice patch
137         from Fabricio Silva <silva@crans.org> and
138         Frederic Peters <fpeters@entrouvert.com>. See
139         bug #339966 for details.
140
141 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
142
143         * data/evince.desktop.in.in:
144         
145         Correct information for bugzilla. Thanks to
146         Olaf Vitters, see bug #348855.
147
148 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
149
150         * shell/ev-jobs.[ch]:
151         * shell/ev-sidebar-links.c:
152         * shell/ev-window.[ch]:
153
154         GtkPrintJob doesn't support print ranges or current page, so we export
155         to a ps file now when printing ranges or current page.
156
157 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
158
159         * pdf/ev-poppler.cc:
160         * shell/ev-window.c: (do_action_named):
161
162         We should be more clear about bugzilla. See the
163         poppler bug #7623.
164
165 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
166
167         * configure.ac:
168         * shell/Makefile.am:
169         * shell/ev-job-queue.c:
170         * shell/ev-jobs.[ch]:
171         * shell/ev-sidebar-links.c:
172         * shell/ev-window.[ch]:
173         
174         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
175         #348422
176
177 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
178
179         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
180         * shell/ev-application-service.xml:
181         * shell/ev-application.[ch]:
182         * shell/ev-jobs.[ch]:
183         * shell/ev-window.[ch]: (ev_window_run_preview):
184         * shell/main.c: 
185
186         Add preview mode to use evince as a printing previewer. It also adds
187         other command line options for fullscreen and presentation modes.
188         Fixes bugs #347822, #317031
189
190 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
191
192         * NEWS:
193         * configure.ac:
194         
195         Update for release 0.5.4
196
197 2006-07-11  Bastien Nocera <hadess@hadess.net>
198
199         * Makefile.am:
200         * backend/Makefile.am:
201         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
202         * backend/ev-document-factory.h:
203         * configure.ac:
204         * impress/.cvsignore:
205         * impress/Makefile.am:
206         * impress/common.h:
207         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
208         (imp_get_page), (imp_next_page), (imp_prev_page),
209         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
210         * impress/f_oasis.c: (render_object), (render_page),
211         (get_geometry), (_imp_oasis_load):
212         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
213         (_imp_oo13_load):
214         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
215         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
216         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
217         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
218         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
219         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
220         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
221         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
222         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
223         (iks_new_within), (iks_insert), (iks_insert_cdata),
224         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
225         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
226         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
227         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
228         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
229         (iks_cdata), (iks_cdata_size), (iks_has_children),
230         (iks_has_attribs), (escape_size), (my_strcat), (escape),
231         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
232         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
233         (iks_tree), (iks_load), (iks_save):
234         * impress/iksemel.h:
235         * impress/imposter.h:
236         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
237         (imp_render_draw_bezier_real), (imp_render_get_size),
238         (imp_render_set_fg_color), (imp_render_draw_line),
239         (imp_render_draw_rect), (imp_render_draw_polygon),
240         (imp_render_draw_arc), (imp_render_draw_bezier),
241         (imp_render_open_image), (imp_render_get_image_size),
242         (imp_render_scale_image), (imp_render_draw_image),
243         (imp_render_close_image), (imp_render_markup),
244         (imp_render_get_text_size), (imp_render_draw_text),
245         (impress_document_load), (impress_document_save),
246         (impress_document_get_n_pages), (impress_document_get_page_size),
247         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
248         (impress_document_finalize), (impress_document_class_init),
249         (impress_document_can_get_text), (impress_document_get_info),
250         (impress_document_document_iface_init),
251         (impress_document_thumbnails_get_thumbnail),
252         (impress_document_thumbnails_get_dimensions),
253         (impress_document_document_thumbnails_iface_init),
254         (impress_document_init):
255         * impress/impress-document.h:
256         * impress/internal.h:
257         * impress/r_back.c: (_imp_fill_back):
258         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
259         (_imp_draw_image), (_imp_tile_image):
260         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
261         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
262         (r_polyline):
263         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
264         (r_draw_gradient_complex), (r_draw_gradient):
265         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
266         (r_get_bullet):
267         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
268         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
269         (r_text):
270         * impress/render.c: (imp_create_context), (imp_context_set_page),
271         (imp_context_set_step), (imp_render), (imp_delete_context):
272         * impress/render.h:
273         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
274         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
275         (zip_load_xml), (zip_get_size), (zip_load):
276         * impress/zip.h:
277         * shell/ev-utils.c:
278         
279         New backend to support impress slides. Fixes bug #30867.
280
281 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
282
283         * shell/ev-utils.c: (using_postscript_printer):
284         
285         Fixes crash when print using PAPI backend,
286         bug #345012.
287
288 2006-06-09  Pat Rondon  <pmr@patrondon.org>
289
290         * shell/ev-jobs.c: (ev_job_xfer_run):
291         * shell/ev-window.c: (password_dialog_response),
292         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
293         (ev_window_dispose):
294         Fixes bug #344160: if the xfer job doesn't complete
295         because a password is required, reload the existing
296         instance instead of creating a new one.
297
298 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
299
300         * shell/main.c: (main): Call gdk_threads_init. Thus
301         we'll avoid errors in auth dialog. Fix for the bug
302         #343347.
303
304 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
305
306         * configure.ac: Advertise pixbuf support, fix
307         for the bug 343317.
308
309 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
310
311         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
312         (ev_sidebar_thumbnails_set_document):
313         
314         Update sidebar thumbnails after reloading.
315
316 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
317
318         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
319         * shell/ev-jobs.h:
320         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
321         (ev_window_cmd_view_reload), (ev_window_init):
322         
323         Don't crash on reload. Fix for the bug #343167.
324
325 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
326
327         * shell/ev-jobs.c: (ev_job_render_run):
328         
329         Check for document links.
330
331 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
332
333         * backend/ev-attachment.c: (ev_attachment_save),
334         (ev_attachment_launch_app), (ev_attachment_open):
335         * backend/ev-document-factory.c: (get_document_from_uri):
336         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
337         (egg_recent_view_uimanager_set_list):
338         * ps/ps-document.c: (check_filecompressed), (document_load),
339         (ps_document_load):
340         * shell/ev-metadata-manager.c: (load_values):
341         * shell/ev-password.c: (ev_password_dialog_set_property):
342         * shell/ev-view.c: (tip_from_link):
343         * shell/ev-window.c: (file_save_dialog_response_cb),
344         (ev_window_print_dialog_response_cb):
345         
346         Use consistent quoting style. Fix for the bug #320285.
347
348 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
349
350         * shell/ev-jobs.c: (ev_job_xfer_run):
351         * shell/main.c: (load_files):
352                 
353         Open links with anchors. Fix for the bug #339836.
354
355 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
356
357         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
358         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
359         (ev_link_dest_set_property), (ev_link_dest_finalize),
360         (ev_link_dest_class_init), (ev_link_dest_new_named),
361         (ev_link_dest_new_page_label):
362         * backend/ev-link-dest.h:
363         * shell/ev-application.c: (ev_application_open_uri):
364         * shell/ev-view.c: (goto_dest):
365         * shell/ev-window.c:
366         * shell/ev-window.h:
367         
368         Fix page-label command line option. Bug #342070.
369
370 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
371
372         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
373         
374         Don't show highlight rects if page can't be showed. Fix for 
375         the bug #342076
376
377 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
378
379         * shell/ev-window.c: (setup_sidebar_from_metadata),
380         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
381         
382         Setup sidebar from metadata even if there is no document
383         loaded. Fix for the bug #342807.
384
385 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
386
387         * cut-n-paste/toolbar-editor/Makefile.am:
388         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
389         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
390         (find_action), (drag_data_delete_cb), (drag_begin_cb),
391         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
392         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
393         (popup_context_menu_cb), (button_press_event_cb),
394         (configure_item_sensitivity), (configure_item_cursor),
395         (configure_item_tooltip), (connect_widget_signals),
396         (action_sensitive_cb), (create_item_from_action),
397         (create_item_from_position), (toolbar_drag_data_received_cb),
398         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
399         (toolbar_drag_leave_cb), (configure_drag_dest),
400         (toggled_visibility_cb), (toolbar_visibility_refresh),
401         (create_dock), (toolbar_changed_cb), (unparent_fixed),
402         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
403         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
404         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
405         (egg_editable_toolbar_dispose),
406         (egg_editable_toolbar_set_ui_manager),
407         (egg_editable_toolbar_get_selected),
408         (egg_editable_toolbar_set_selected), (set_edit_mode),
409         (egg_editable_toolbar_set_property),
410         (egg_editable_toolbar_get_property),
411         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
412         (egg_editable_toolbar_new_with_model),
413         (egg_editable_toolbar_get_edit_mode),
414         (egg_editable_toolbar_set_edit_mode),
415         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
416         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
417         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
418         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
419         (item_added_or_removed_cb), (toolbar_removed_cb),
420         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
421         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
422         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
423         (editor_create_item_from_name), (append_table),
424         (update_editor_sheet), (egg_toolbar_editor_init):
425         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
426         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
427         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
428         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
429         (toolbar_node_free), (egg_toolbars_model_get_flags),
430         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
431         (egg_toolbars_model_get_name), (impl_add_item),
432         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
433         (parse_data_list), (parse_item_list), (parse_toolbars),
434         (egg_toolbars_model_load_toolbars), (parse_available_list),
435         (parse_names), (egg_toolbars_model_load_names),
436         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
437         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
438         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
439         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
440         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
441         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
442         (egg_toolbars_model_set_types), (fill_avail_array),
443         (egg_toolbars_model_get_name_avail),
444         (egg_toolbars_model_get_name_flags),
445         (egg_toolbars_model_set_name_flags):
446         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
447         * cut-n-paste/toolbar-editor/eggintl.h:
448         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
449         (egg_tree_multi_drag_source_get_type),
450         (egg_tree_multi_drag_source_row_draggable),
451         (egg_tree_multi_drag_source_drag_data_delete),
452         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
453         (egg_tree_multi_drag_button_release_event), (selection_foreach),
454         (path_list_free), (set_context_data), (get_context_data),
455         (get_info), (egg_tree_multi_drag_drag_data_get),
456         (egg_tree_multi_drag_motion_event),
457         (egg_tree_multi_drag_button_press_event),
458         (egg_tree_multi_drag_add_drag_support):
459         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
460         * shell/ev-application.c: (ev_application_init),
461         (ev_application_save_toolbars_model):
462         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
463         (ev_window_cmd_edit_toolbar), (ev_window_init):
464         
465         Sync toolbareditor with epiphany and libegg
466
467 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
468
469         * configure.ac: 
470
471         Depend on poppler 0.5.2
472
473 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
474
475         * shell/ev-jobs.c: (ev_job_render_run):
476         
477         Check if document supports links iterface.
478
479 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
480
481         * NEWS:
482         * configure.ac:
483         
484         Update for release 0.5.3
485
486 2006-05-13  Michael Plump  <plumpy@skylab.org>
487
488         * configure.ac:
489         * shell/Makefile.am:
490         * shell/main.c: (main):
491         
492         Port to GOption command line parsing. Fix for the 
493         bug #327518
494
495 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
496
497         * shell/ev-window.c: (ev_window_cmd_help_about):
498         
499         Do not wrap license. Fix for the bug #309460.
500
501 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
502
503         * configure.ac:
504         * properties/ev-properties-main.c: (ev_properties_get_pages):
505         * shell/ev-application.c: (ev_application_open_window),
506         (ev_application_open_uri_at_dest):
507         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
508         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
509         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
510         * shell/ev-utils.c: (save_print_config_to_file):
511         * shell/ev-window.c: (ev_window_cmd_save_as),
512         (ev_attachment_popup_cmd_save_attachment_as):
513         * shell/main.c: (load_files_remote):
514         
515         Bump requirements to gtk 2.8 and drop all ifdefs used.
516
517 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
518
519         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
520         * shell/ev-window.c: (ev_window_init):
521         
522         Show attachments page.
523
524 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
525
526         * po/POTFILES.in:
527         * shell/ev-attachment-bar.c:
528         * shell/ev-attachment-bar.h:
529         * shell/ev-sidebar-attachments.c:
530         (ev_sidebar_attachments_icon_cache_add),
531         (icon_theme_get_pixbuf_from_mime_type),
532         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
533         (ev_sidebar_attachments_icon_cache_refresh),
534         (ev_sidebar_attachments_get_attachment_at_pos),
535         (ev_sidebar_attachments_popup_menu_show),
536         (ev_sidebar_attachments_popup_menu),
537         (ev_sidebar_attachments_button_press),
538         (ev_sidebar_attachments_update_icons),
539         (ev_sidebar_attachments_drag_data_get),
540         (ev_sidebar_attachments_get_property),
541         (ev_sidebar_attachments_destroy),
542         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
543         (ev_sidebar_attachments_new),
544         (ev_sidebar_attachments_set_document),
545         (ev_sidebar_attachments_support_document),
546         (ev_sidebar_attachments_get_label),
547         (ev_sidebar_attachments_page_iface_init):
548         * shell/ev-sidebar-attachments.h:
549         * shell/ev-window.c: (update_chrome_visibility),
550         (setup_sidebar_from_metadata), (ev_window_setup_document),
551         (ev_window_sidebar_current_page_changed_cb),
552         (attachment_bar_menu_popup_cb), (ev_window_init):
553         
554         Move attachments bar to sidebar.
555
556 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
557
558         * pdf/ev-poppler.cc:
559         * shell/ev-application.[ch]:
560         * shell/main.c:
561
562         Fix some memory leaks.
563
564 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
565
566         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
567
568         Change the properties dialog response to
569         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
570         will make the dialog go away when the user presses
571         enter. With gtk+ >= 2.9 this will happen anyway, but for
572         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
573         escape by default. Fixes bug #340539. See also bug
574         #101293 for the gtk+ part.
575
576 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
577
578         * shell/ev-view.c (tip_from_action_named): Replace some strings
579         that were wrong. Closes #340970.
580
581 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
582
583         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
584
585         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
586         #341049
587
588 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
589
590         * djvu/Makefile.am:
591         * dvi/Makefile.am:
592         * dvi/mdvi-lib/Makefile.am:
593         * properties/Makefile.am:
594         * ps/Makefile.am:
595         * shell/Makefile.am:
596         * thumbnailer/Makefile.am:
597         
598         Due to broken libtool that is unable to track dependencies
599         of noinst libraries we are forced to explicitely point
600         libraries for binary. Fix for the bug #333334.
601
602 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
603
604         * data/evince.desktop.in.in:
605         * shell/ev-view.c: (view_update_range_and_current_page),
606         (ev_view_next_page), (ev_view_previous_page):
607         * shell/ev-window.c: (update_chrome_visibility),
608         (setup_sidebar_from_metadata), (ev_window_setup_document),
609         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
610         (fullscreen_set_timeout), (fullscreen_clear_timeout),
611         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
612         (ev_window_stop_fullscreen), (ev_window_run_presentation),
613         (ev_window_stop_presentation), (ev_window_focus_in_event),
614         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
615         (ev_window_init):
616         * thumbnailer/Makefile.am:
617         
618         Update fullscreen and presentation timeout handling. Hide
619         cursor in presentation after timeout. Fix for the bugs
620         #136359 and #336981.
621
622 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
623
624         * backend/ev-link-action.[ch]:
625         * pdf/ev-poppler.cc: (ev_link_from_action):
626         * shell/ev-view-private.h:
627         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
628         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
629
630         Add support for Named Action links
631
632 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
633
634         * backend/Makefile.am:
635         * backend/ev-document-links.[ch]:
636         * backend/ev-document.[ch]:
637         * backend/ev-link-action.[ch]:
638         * backend/ev-link-dest.[ch]:
639         * backend/ev-link.[ch]:
640         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
641         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
642         * shell/ev-page-action.c: (build_new_tree_cb):
643         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
644         (links_page_num_func), (update_page_callback):
645         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
646         (tip_from_link):
647         * shell/ev-jobs.c:
648         * shell/ev-window.[ch]: (ev_window_open_uri),
649         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
650         * shell/ev-application.[ch]: (ev_application_open_window),
651         (ev_application_open_uri):
652
653         Rework links system, it adds support for remote links now and it makes
654         easier to add new kinds of actions and destinations. Fixes bug #317292
655
656 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
657
658         * data/Makefile.am:
659         * data/evince.png:
660         * data/evince-16.png:
661         * data/evince-22.png:
662         * data/evince.svg:
663         * shell/main.c: (main):
664         
665         Evince use it's own icon. Fix for the bug #313392.
666
667         * shell/ev-window.c: (fullscreen_timeout_cb),
668         (fullscreen_set_timeout), (fullscreen_clear_timeout),
669         (ev_window_cmd_help_about), (ev_window_dispose):
670         
671         Simplify fullscreen timeout code.
672
673 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
674
675         * backend/ev-attachment.c: 
676         * shell/ev-attachment-bar.c:
677         * shell/ev-window.c:
678
679         Allow multiple selection of attachments
680
681 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
682
683         * shell/ev-view.c: (view_update_range_and_current_page),
684         (ev_view_scroll):
685         
686         Fix for the bug #312573 – Optimal selection of current 
687         page among visible pages.
688
689 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
690
691         * configure.ac:
692         * djvu/Makefile.am:
693         * djvu/djvu-text.h:
694         
695         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
696         for the bug 339868.
697
698 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
699
700         * configure.ac: Fix the LINGUAS stuff here too so it builds.
701
702 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
703
704         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
705         dictated by the GNOME HIG. Fixes bug #339235.
706
707 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
708
709         * data/evince-ui.xml:
710         * shell/ev-view.c: (ev_view_can_find_previous):
711         * shell/ev-view.h:
712         * shell/ev-window.c: (ev_window_update_actions),
713         (ev_window_cmd_edit_find_previous):
714
715         Add support for "Find Previous" as dictated by the GNOME HIG. A
716         menu item is added and some glue code to make it all work is added
717         to various files.
718
719 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
720
721         * configure.ac: Award myself the "useless use of cat" award.
722
723 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
724
725         * po/LINGUAS: New file listing all supported languages.
726
727         * configure.in: Use po/LINGUAS instead of including all languages
728         directly in this file. See the wiki for more information:
729         http://live.gnome.org/GnomeGoals/PoLinguas
730
731 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
732
733         * backend/ev-document-factory.c:
734
735         Do not load the document twice when there isn't errors
736
737 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
738
739         * backend/ev-attachment.c: 
740
741         Fix a crash when there isn't a default application to open an
742         attachment
743
744 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
745
746         * backend/ev-attachment.[ch]:
747         * shell/ev-attachment-bar.[ch]:
748
749         Added missing files. 
750
751 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
752
753         * backend/Makefile.am:
754         * data/evince-ui.xml:
755         * backend/ev-attachment.[ch]:
756         * backend/ev-document.[ch]: (ev_document_has_attachments),
757         (ev_document_get_attachments):
758         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
759         (attachment_save_to_buffer), (pdf_document_get_attachments),
760         (pdf_document_document_iface_init):
761         * shell/Makefile.am:
762         * shell/ev-attachment-bar.[ch]:
763         * shell/ev-window.c:
764
765         Add support for PDF attachments. Fixes bug #325143
766
767 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
768
769         * backend/ev-document-factory.c: (get_document_from_uri),
770         (ev_document_factory_get_document):
771         * backend/ev-document-factory.h:
772         * properties/ev-properties-main.c: (ev_properties_get_pages):
773         * shell/Makefile.am:
774         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
775         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
776         (ev_job_queue_remove_job):
777         * shell/ev-job-queue.h:
778         * shell/ev-job-xfer.c:
779         * shell/ev-job-xfer.h:
780         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
781         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
782         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
783         (ev_job_xfer_run):
784         * shell/ev-jobs.h:
785         * shell/ev-window.c: (ev_window_is_empty),
786         (password_dialog_response), (ev_window_clear_xfer_job),
787         (ev_window_xfer_job_cb), (ev_window_open_uri),
788         (ev_window_cmd_focus_page_selector),
789         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
790         (ev_window_cmd_continuous), (ev_window_cmd_dual),
791         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
792         (ev_window_dispose):
793         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
794         
795         * Cleanup mime type detection on document load. Fix for the
796         bug #336448.
797
798 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
799
800         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
801         
802         Fix crash on exit, described in the bug #336825.
803
804 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
805
806         * backend/ev-document-factory.c:
807         (ev_document_factory_get_from_mime),
808         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
809         (ev_document_factory_get_document),
810         (file_filter_add_mime_list_and_free),
811         (ev_document_factory_add_filters):
812         * backend/ev-document-factory.h:
813         * properties/ev-properties-main.c: (ev_properties_get_pages):
814         * shell/Makefile.am:
815         * shell/ev-application.c:
816         * shell/ev-job-xfer.c: (ev_job_xfer_run):
817         * shell/ev-window.c: (ev_window_cmd_file_open),
818         (ev_window_cmd_save_as):
819         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
820         
821         Rework factory functions so they are placed now in a single 
822         file ev-document-factory.c
823
824 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
825
826         * shell/ev-window.c: (update_chrome_visibility):
827         
828         Fix for the bug 166566 - don't show menubar in fullscreen
829         mode.
830
831 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
832
833         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
834
835 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
836
837         * shell/ev-view.c: (ev_view_expose_event):
838         
839         More correctly draw loading text when document
840         is empty.
841
842 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
843
844         * shell/ev-view.c: (ev_view_scroll):
845         
846         Fix for the bug #334854, page down and page up switch
847         pages in presentation mode.
848
849 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
850
851         * shell/ev-window.c: (ev_window_set_action_sensitive),
852         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
853         (ev_window_set_view_accels_sensitivity),
854         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
855         (ev_window_cmd_continuous), (ev_window_cmd_dual),
856         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
857         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
858         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
859         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
860         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
861         (view_actions_focus_in_cb), (ev_window_init):
862         
863         Fix for the bug #333902, now it's possible to search
864         words with slash.
865
866 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
867
868         * configure.ac: Added Breton translation.
869         * po/br.po: Added Breton translation.
870
871 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
872
873         * shell/ev-window-title (ev_window_title_update):
874
875         Fix memory leak in window title. Fixes bug #333944
876
877 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
878
879         * shell/ev-metadata-manager.c (parseItem):
880
881         Fix memory leaks. Fixes bug #333945
882
883 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
884         
885         * NEWS, configure.ac, TODO:
886         
887         Update for release 0.5.2.
888
889 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
890
891         * shell/ev-view.c: (view_update_range_and_current_page),
892         (page_changed_cb):
893         
894         Don't jump on scrolling, fix for the bug #333127.
895
896 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
897
898         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
899         
900         Scroll by one page in presentation mode. Fix for the bug
901         #332993.
902
903 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
904
905         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
906
907 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
908
909         * configure.ac  Added lv in ALL_LINGUAS line.
910
911 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
912         
913         * NEWS, configure.ac:
914         
915         Update for release 0.5.1
916
917 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
918
919         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
920         * backend/ev-document-misc.h:
921         * shell/ev-view.c: (draw_one_page):
922         
923          Clairfy what page the toolbar page number applies to. Fix
924          for the bug #328102.
925
926 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
927
928         * shell/ev-view-private.h:
929         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
930         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
931         (ev_view_search_changed):
932         * shell/ev-view.h:
933         * shell/ev-window.c: (find_bar_search_changed_cb):
934         
935         Dont't jump to find result if window was scrolled during search.
936         Fix for the bug #313266.
937
938 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
939
940         * shell/eggfindbar.c: (egg_find_bar_class_init):
941         * shell/eggfindbar.h:
942         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
943         * shell/ev-view-private.h:
944         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
945         (ev_view_class_init), (ev_sizing_mode_get_type),
946         (ev_scroll_type_get_type):
947         * shell/ev-view.h:
948         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
949         (ev_window_cmd_scroll_backward), (find_bar_scroll),
950         (ev_window_init):
951         
952         Fix for the bug 319133 - Find entry should allow text scroll.
953
954 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
955
956         * shell/ev-view-private.h:
957         * shell/ev-view.c: (view_update_range_and_current_page),
958         (highlight_find_results), (find_changed_cb), (page_changed_cb),
959         (ev_view_set_document), (update_find_status_message),
960         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
961         (ev_view_find_previous):
962         
963         Fix for the bug #319137. Search now takes account for scrolling.
964
965 2006-02-19  Michael Hofmann <mh21@piware.de>
966
967         * configure.ac:
968         * djvu/Makefile.am:
969         * djvu/djvu-document-private.h:
970         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
971         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
972         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
973         (djvu_document_can_get_text), (djvu_document_get_text),
974         (djvu_document_document_iface_init),
975         (djvu_document_thumbnails_get_thumbnail),
976         (djvu_document_find_begin), (djvu_document_find_get_n_results),
977         (djvu_document_find_get_result),
978         (djvu_document_find_page_has_results),
979         (djvu_document_find_get_progress), (djvu_document_find_cancel),
980         (djvu_document_find_iface_init):
981         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
982         (djvu_text_page_selection), (djvu_text_page_limits_process),
983         (djvu_text_page_limits), (djvu_text_page_copy),
984         (djvu_text_page_position), (djvu_text_page_union),
985         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
986         (djvu_text_page_box), (djvu_text_page_append_text),
987         (djvu_text_page_search), (djvu_text_page_prepare_search),
988         (djvu_text_page_new), (djvu_text_page_free):
989         * djvu/djvu-text-page.h:
990         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
991         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
992         (djvu_text_n_results), (djvu_text_has_results),
993         (djvu_text_get_result), (djvu_text_get_progress):
994         * djvu/djvu-text.h:
995         
996         Text search in djvu. Fix for the bug #303415.
997
998 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
999
1000         * configure.ac:
1001         * shell/ev-window.c: (ev_window_cmd_save_as):
1002         
1003         Ask filechooser to confirm overwrite. Fix for the bug #328266.
1004         Thanks to Gary Coady <gary@lyranthe.org>
1005
1006 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1007
1008         * shell/ev-print-job.c: (idle_print_handler):
1009         
1010         Inverse order printing, bug #320919.
1011
1012 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1013
1014         * data/evince-toolbar.xml:
1015         * shell/ev-window.c:
1016         
1017         Allow to add sidebar checkbutton on toolbar. Fix
1018         for the bug #144577.
1019
1020 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1021
1022         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
1023         
1024         Add checks that have sense for empty ps document.
1025
1026 2006-02-15  Luca Ferretti <elle.uca@libero.it>
1027
1028         * configure.ac: Include PS in mime types list. 
1029
1030 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1031
1032         * configure.ac:
1033         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
1034         * ps/gsdefaults.h:
1035         * ps/ps-document.c: (start_interpreter), (ps_document_load):
1036         
1037         Runtime check for gs interpreter. Fix for the bug #320868.
1038         Thanks to Antoine Dopffer antoine.dopffer@free.fr
1039
1040 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1041
1042         * shell/ev-application.c: 
1043
1044         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
1045         dbus>=0.60, so that the request is not queued. 
1046
1047 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1048
1049         * configure.ac:
1050         * shell/Makefile.am:
1051         * shell/ev-sidebar-links.c: (print_section_cb):
1052         * shell/ev-utils.c:
1053         * shell/ev-utils.h:
1054         * shell/ev-window.c: (update_action_sensitivity),
1055         (ev_window_close_dialogs), (ev_window_print):
1056         * shell/ev-window.h:
1057         
1058         Make printing support optional. Patch from Eduardo de Barros Lima
1059         <eduardo.lima@indt.org.br> for the bug #330546.
1060
1061 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1062
1063         * shell/ev-view-private.h:
1064         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
1065         (ev_view_set_document):
1066         * shell/ev-view.h:
1067         * shell/ev-window.c: (ev_window_load_job_cb),
1068         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
1069         (ev_window_init):
1070
1071         Draw Loading message during xfer job. Fix for the bug #329495.
1072
1073 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1074
1075         * comics/comics-document.c: (comics_regex_quote),
1076         (comics_document_load), (extract_argv):
1077         
1078         Correcly quote regexp before passing it to unzip.
1079
1080 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1081
1082         * shell/ev-page-cache.c: (build_height_to_page),
1083         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
1084         (ev_page_cache_get_dual_even_left):
1085         * shell/ev-page-cache.h:
1086         * shell/ev-view.c: (view_update_range_and_current_page),
1087         (get_page_y_offset), (get_page_extents):
1088         
1089         Place even pages to the left if document has less then
1090         two pages. Fix for the bug #328856.
1091
1092 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1093
1094         * thumbnailer/evince-thumbnailer-comics.schemas.in:
1095         
1096         Correct comics scheme. This make evince create thumbnails
1097         for comic books. Fix for the bug 329088.
1098
1099 2006-01-31  Christopher Aillon  <caillon@redhat.com>
1100
1101         * data/evince-password.glade: Don't explicitly set
1102         invisible_char to the current default value in case
1103         the default changes; let GTK+ do its magic.
1104
1105 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1106
1107         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
1108         real filename to tmp filename since often document
1109         type is determined by extension.
1110
1111 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
1112
1113         * shell/ev-view.c: (add_scroll_binding_keypad),
1114         (ev_view_binding_activated), (ev_view_class_init):
1115         
1116         Add keybindings for percision-scrolling of display area. 
1117         Fix for the bug #314072.
1118
1119 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1120
1121         * data/evince.desktop.in.in:
1122         
1123         Add GTK to the list of categories. Fix for the bug #328034.
1124
1125 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1126
1127         * shell/ev-application.c: (ev_application_shutdown),
1128         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
1129         * shell/ev-application.h:
1130         * shell/ev-window.c: (file_open_dialog_response_cb),
1131         (ev_window_cmd_file_open):
1132         
1133         Save last uri in file chooser dialog. Fix for the bug #327950.
1134
1135 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1136
1137         * NEWS:
1138         * README:
1139         
1140         Final update for release 0.5.0
1141         
1142         * shell/Makefile.am:
1143         
1144         Remove disable deprecated until we'll require libgnome-2.13.7
1145         and port to GOption argument parsing. See bug 327518.
1146
1147 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
1148
1149         * comics/comics-document.c: (comics_document_save):
1150         * djvu/djvu-document.c: (djvu_document_save):
1151         * dvi/dvi-document.c: (dvi_document_save):
1152         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
1153         * lib/ev-file-helpers.h:
1154         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
1155         * tiff/tiff-document.c: (tiff_document_save):
1156         
1157         Use common save function for backends.
1158
1159 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
1160
1161         * backend/ev-document-types.c:
1162         
1163         Fix crash on saving pixbuf.
1164
1165 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1166
1167         * cut-n-paste/recent-files/egg-recent-item.c:
1168         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
1169         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
1170         (parse_info_free), (valid_element), (start_element_handler),
1171         (end_element_handler), (text_handler), (egg_recent_model_filter),
1172         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
1173         (egg_recent_model_monitor), (egg_recent_model_read),
1174         (egg_recent_model_open_file), (egg_recent_model_lock_file),
1175         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
1176         (egg_recent_model_set_property), (egg_recent_model_class_init),
1177         (egg_recent_model_init), (egg_recent_model_add_full),
1178         (egg_recent_model_delete), (egg_recent_model_get_list),
1179         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
1180         (egg_recent_model_set_filter_mime_types),
1181         (egg_recent_model_clear_group_filter),
1182         (egg_recent_model_set_filter_groups),
1183         (egg_recent_model_clear_scheme_filter),
1184         (egg_recent_model_set_filter_uri_schemes),
1185         (egg_recent_model_remove_expired):
1186         * cut-n-paste/recent-files/egg-recent-util.c:
1187         (egg_recent_util_get_icon):
1188         * cut-n-paste/recent-files/egg-recent-util.h:
1189         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
1190         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
1191         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
1192         (egg_recent_view_uimanager_set_property),
1193         (egg_recent_view_uimanager_get_property),
1194         (egg_recent_view_uimanager_class_init),
1195         (egg_recent_view_uimanager_init),
1196         (egg_recent_view_uimanager_set_label_width),
1197         (egg_recent_view_uimanager_get_label_width):
1198         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
1199         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
1200         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
1201         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
1202         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
1203         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
1204         
1205         Update from libegg.
1206
1207 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1208
1209         * shell/ev-page-cache.c: (build_height_to_page),
1210         (ev_page_cache_get_height_to_page):
1211         * shell/ev-page-cache.h:
1212         * shell/ev-view.c: (view_update_range_and_current_page),
1213         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
1214         (ev_view_previous_page):
1215         
1216         Dual mode places even pages to the left. Fix for the bug #309393.
1217
1218         * shell/ev-view.h:
1219         * shell/ev-window.c: (update_action_sensitivity),
1220         (setup_view_from_metadata), (view_menu_popup_cb):
1221         
1222         Don't restore presentation in empty windows, more intelligent
1223         next page behaviour in dual mode.
1224
1225         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
1226         (ev_pixbuf_cache_clear_job_sizes):
1227         
1228         Cleanup job callback on removal. Fix for the bug #325886.
1229
1230 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1231
1232         * ps/ps.c: (psscan):
1233         
1234         Commit workaround Mozilla problem. Fix for the bug #325919
1235         
1236         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
1237         (save_item):
1238         
1239         Fix for year 2038 problem.
1240
1241 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1242
1243         * shell/ev-window.c: (setup_document_from_metadata),
1244         (ev_window_cmd_view_reload):
1245
1246         Clamp page recieved from metadata in valid values. Fix
1247         for the bug #325986.
1248
1249 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1250
1251         * MAINTAINERS: 
1252         Add MAINTAINERS as requested on desktop-devel-list.
1253
1254 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1255
1256         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
1257         (mime_type_supported_by_gdk_pixbuf),
1258         (ev_document_factory_get_mime_types),
1259         (ev_document_factory_get_all_mime_types):
1260         
1261         Don't add pixbuf mime types if pixbuf backend is disabled.
1262         
1263         * shell/ev-application.c: (ev_application_get_uri_window):
1264         
1265         Fix for the bug 325815 - unhandled MIME type message doesn't 
1266         appear a second time. 
1267         
1268         * shell/ev-document-types.c: (ev_document_types_add_filters):
1269         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
1270         (password_dialog_response), (ev_window_popup_password_dialog),
1271         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
1272         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
1273         (ev_window_run_presentation), (ev_window_stop_presentation),
1274         (save_sizing_mode), (ev_window_zoom_changed_cb),
1275         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
1276         (ev_window_dual_mode_changed_cb),
1277         (ev_window_sidebar_current_page_changed_cb),
1278         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
1279         (window_state_event_cb), (window_configure_event_cb):
1280         
1281         Cleanup additional uris holded by EvWindow.
1282
1283 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1284
1285         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
1286         (ev_view_can_previous_page), (ev_view_can_next_page):
1287         * shell/ev-view.h:
1288         * shell/ev-window.c: (update_action_sensitivity):
1289         
1290         Two page scrolling with Space and PageUp in dual mode. Second fix 
1291         for the bug #316608.
1292
1293 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1294
1295         * shell/ev-view.c: (scroll_to_current_page):
1296         
1297         Correctly clamp adjustment value. Fix for the bug
1298         #325808.
1299
1300 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1301
1302         * shell/ev-sidebar-links.c: (print_section_cb):
1303         * shell/ev-window.c: (ev_window_get_uri),
1304         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
1305         (ev_window_print_dialog_response_cb), (ev_window_print_range),
1306         (ev_window_dispose):
1307         
1308         Make print dialog non-modal. Fix for the bug #325622.
1309
1310 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1311
1312         * shell/ev-metadata-manager.c:
1313         * shell/ev-utils.c: (using_pdf_printer),
1314         (using_postscript_printer), (load_print_config_from_file),
1315         (save_print_config_to_file):
1316         * shell/ev-utils.h:
1317         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
1318         (update_sidebar_visibility), (setup_sidebar_from_metadata),
1319         (setup_view_from_metadata), (ev_window_setup_document),
1320         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
1321         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
1322         (ev_window_run_presentation), (ev_window_stop_presentation),
1323         (save_sizing_mode), (ev_window_zoom_changed_cb),
1324         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
1325         (ev_window_dual_mode_changed_cb),
1326         (ev_window_sidebar_current_page_changed_cb),
1327         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
1328         (window_state_event_cb), (window_configure_event_cb),
1329         (ev_window_init):
1330         
1331         Setting saving behaviour fixes.
1332
1333 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1334
1335         * configure.ac:
1336         
1337         Make antialiasing gs options better and allow
1338         to change them during configure. Fix for the 
1339         bug #319049.
1340
1341 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1342
1343         * shell/ev-window.c: (setup_view_from_metadata):
1344         
1345         Remember if last window was maximized. Fix for the
1346         bug #323797.
1347
1348 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
1349
1350         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
1351
1352 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1353
1354         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
1355         * shell/ev-page-action.c: (build_new_tree_cb):
1356         * shell/ev-sidebar-links.c: (links_page_num_func),
1357         (update_page_callback_foreach), (update_page_callback):
1358         * shell/ev-view.c: (scroll_to_current_page):
1359         
1360         Fix for the bug #325067 with more intelligent selection
1361         of current link in sidebar. Make sidebar handle links
1362         of FITR-like type more correctly.
1363
1364         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
1365         (dvi_pixbuf_put_pixel):
1366         
1367         Fix memory consumtion with disabled alpha channel.
1368
1369 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1370
1371         * data/evince-ui.xml:
1372         * shell/ev-window.c: (view_menu_popup_cb),
1373         (ev_popup_cmd_open_link), (ev_window_init):
1374         
1375         Update context menu for internal links. Fix for the bug
1376         #325066.
1377
1378 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1379
1380         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
1381         
1382         Bind context menu to keyboard also. Fix for the bug
1383         #325065.
1384
1385 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1386
1387         * shell/ev-view.c: (selection_scroll_timeout_cb):
1388         
1389         Horizontal scroll on selection also.
1390
1391 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1392
1393         * shell/ev-metadata-manager.c: (parse_value):
1394         * shell/ev-view.c: (goto_xyz_link):
1395         
1396         Correct zoom setup and metadata save broken in 
1397         some locales.
1398
1399 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1400
1401         * shell/ev-view-private.h:
1402         * shell/ev-view.c: (scroll_to_current_page),
1403         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
1404         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
1405         (page_changed_cb), (ev_view_set_continuous),
1406         (ev_view_set_dual_page), (ev_view_set_presentation):
1407         
1408         Delay scroll until allocation to correctly position page. Fix
1409         for the bug #317334.
1410
1411 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1412
1413         * NEWS:
1414         * configure.ac:
1415         
1416         Update NEWS and require poppler 0.5.0.
1417
1418 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1419         
1420         * data/evince-ui.xml:
1421         * shell/ev-view-private.h:
1422         * shell/ev-view.c: (ev_view_get_link_at_location),
1423         (handle_link_over_xy), (ev_view_button_press_event),
1424         (ev_view_button_release_event), (ev_view_class_init):
1425         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
1426         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
1427         (ev_window_init):
1428         
1429         Implement right-click context menu.
1430
1431 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1432
1433         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
1434         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
1435         (mdvi_pixbuf_device_render):
1436         * pdf/ev-poppler.cc:
1437
1438         Don't generate thumbnails with alpha. See bug #324077.
1439         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
1440
1441 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1442
1443         * shell/ev-window.c: (setup_chrome_from_metadata):
1444         
1445         Fix typo that was hiding toolbar.
1446
1447 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1448
1449         * shell/ev-view-private.h:
1450         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
1451         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
1452         (ev_view_button_release_event), (ev_view_destroy):
1453         
1454         Small cleanup and autoscrolling during selection. Thanks to 
1455         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
1456
1457 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
1458
1459         * configure.ac:
1460         
1461         Correctly check for comics option.
1462
1463 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
1464         * Makefile.am:
1465         * configure.ac:
1466         * backend/Makefile.am:
1467         * backend/ev-document-factory.c:
1468         * shell/ev-document-types.c:
1469
1470         Included option in configure to make ps backend 
1471         compilation optional with --disable-ps.
1472
1473 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1474
1475         * backend/ev-document-factory.c:
1476         * comics/Makefile.am:
1477         * comics/comics-document.c: (comics_document_load):
1478         * comics/ev-cbr-mime.xml:
1479         * configure.ac:
1480         
1481         Comics mime types are added to shared-mime-info CVS. Now
1482         we don't need to install our own mime types.
1483
1484 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1485
1486         * shell/ev-window.c:
1487         
1488         Add shortcut for "save a copy" menu entry. Fix for
1489         the bug #324582.
1490
1491 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1492
1493         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
1494         (job_finished_cb), (new_selection_pixbuf_needed),
1495         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
1496         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
1497         
1498         Rework selection job info logic and fix critical warning.
1499
1500 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
1501
1502         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
1503
1504 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
1505
1506         * data/evince-ui.xml:
1507         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
1508         
1509         Enter as shortcut key for next page. Fix for the bug
1510         #321394.
1511
1512 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
1513
1514         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
1515
1516 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1517
1518         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
1519         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
1520         (new_selection_pixbuf_needed),
1521         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
1522         (clear_job_selection):
1523         
1524         Too early for 0.5. Pixbuf cache code cleaned a bit.
1525
1526 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1527
1528         * NEWS:
1529         * configure.ac:
1530         
1531         Release 0.5.0 preparation
1532
1533 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1534
1535         * comics/Makefile.am:
1536         * configure.ac:
1537         * shell/ev-document-types.c: (ev_document_types_add_filters):
1538         
1539         More advanced handling of custom mime type installation.
1540
1541 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1542
1543         * data/evince.schemas.in:
1544         * shell/ev-metadata-manager.c: (value_free),
1545         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
1546         (ev_metadata_manager_get), (ev_metadata_manager_set):
1547         * shell/ev-metadata-manager.h:
1548         * shell/ev-window.c: (update_chrome_flag),
1549         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
1550         (setup_document_from_metadata), (setup_chrome_from_metadata),
1551         (setup_sidebar_from_metadata), (setup_view_from_metadata),
1552         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
1553         (ev_window_view_toolbar_cb),
1554         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
1555         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
1556         
1557         Save last document settings and reuse them for new documents.
1558
1559 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1560
1561         * Makefile.am:
1562         * backend/Makefile.am:
1563         * backend/ev-document-factory.c:
1564         * backend/ev-document-factory.h:
1565         * comics/Makefile.am:
1566         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
1567         (comics_document_load), (comics_document_save),
1568         (comics_document_get_n_pages), (comics_document_get_page_size),
1569         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
1570         (comics_document_class_init), (comics_document_can_get_text),
1571         (comics_document_get_info), (comics_document_document_iface_init),
1572         (comics_document_init), (get_supported_image_extensions),
1573         (comics_document_thumbnails_get_geometry),
1574         (comics_document_thumbnails_get_thumbnail),
1575         (comics_document_thumbnails_get_dimensions),
1576         (comics_document_document_thumbnails_iface_init), (extract_argv):
1577         * comics/comics-document.h:
1578         * comics/ev-cbr-mime.xml:
1579         * configure.ac:
1580         * po/POTFILES.in:
1581         * shell/ev-application.c: (ev_application_register_service):
1582         * shell/ev-document-types.c: (ev_document_types_add_filters):
1583         * thumbnailer/Makefile.am:
1584         * thumbnailer/evince-thumbnailer-comics.schemas.in:
1585         
1586         New CBR/CBZ backend for comic books.
1587
1588 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1589
1590         * shell/main.c: (load_files_remote):
1591
1592         Thanks to Robert McQueen <robot101@debian.org>. Dbus
1593         warning on startup of second instance is fixed. It
1594         is bug #320353.
1595
1596 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1597
1598         * shell/ev-window.c: (ev_window_finalize):
1599         
1600         Fix double free that cause crash.
1601
1602 2005-10-29  Bastien Nocera <hadess@hadess.net>
1603
1604         * tiff/tiff-document.c: (tiff_document_load):
1605         
1606         Fix memory leak.
1607
1608 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1609
1610         * po/POTFILES.in:
1611         * shell/Makefile.am:
1612         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
1613         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
1614         (ev_view_accessible_get_text),
1615         (ev_view_accessible_get_character_at_offset),
1616         (ev_view_accessible_get_text_before_offset),
1617         (ev_view_accessible_get_text_at_offset),
1618         (ev_view_accessible_get_text_after_offset),
1619         (ev_view_accessible_get_character_count),
1620         (ev_view_accessible_get_caret_offset),
1621         (ev_view_accessible_set_caret_offset),
1622         (ev_view_accessible_get_run_attributes),
1623         (ev_view_accessible_get_default_attributes),
1624         (ev_view_accessible_get_character_extents),
1625         (ev_view_accessible_get_offset_at_point),
1626         (ev_view_accessible_get_n_selections),
1627         (ev_view_accessible_get_selection),
1628         (ev_view_accessible_add_selection),
1629         (ev_view_accessible_remove_selection),
1630         (ev_view_accessible_set_selection),
1631         (ev_view_accessible_text_iface_init),
1632         (ev_view_accessible_idle_do_action),
1633         (ev_view_accessible_action_do_action),
1634         (ev_view_accessible_action_get_n_actions),
1635         (ev_view_accessible_action_get_description),
1636         (ev_view_accessible_action_get_name),
1637         (ev_view_accessible_action_set_description),
1638         (ev_view_accessible_action_iface_init),
1639         (ev_view_accessible_get_type), (ev_view_accessible_new),
1640         (ev_view_accessible_factory_get_accessible_type),
1641         (ev_view_accessible_factory_create_accessible),
1642         (ev_view_accessible_factory_class_init),
1643         (ev_view_accessible_factory_get_type):
1644         * shell/ev-view-accessible.h:
1645         * shell/ev-view-private.h:
1646         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
1647         * shell/ev-view.h:
1648         
1649         Initial accessibility support.
1650
1651 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
1652
1653         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
1654
1655 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
1656
1657         * shell/ev-print-job.c: (idle_print_handler):
1658         
1659         Fix for bug Bug 318916: Printing multiple pages.
1660
1661 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
1662
1663         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
1664
1665 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1666
1667         * pdf/ev-poppler.cc:
1668         
1669         Thumnail dimensions unified with other backends.
1670         
1671         * shell/ev-window-title.c: (ev_window_title_update):
1672         
1673         Fix warning.
1674
1675 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1676
1677         * data/ev-stock-zoom-fit-width.png:
1678         
1679         Remove unused file.
1680
1681 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1682
1683         * configure.ac:
1684         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
1685         (djvu_document_finalize):
1686         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
1687         (dvi_document_finalize):
1688         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
1689         (pixbuf_document_save), (pixbuf_document_finalize):
1690         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
1691         (tiff_document_finalize):
1692         
1693         Save a copy implemented for various backends.
1694
1695 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
1696
1697         * configure.ac:
1698         
1699         Don't link with ltiff if tiff is disabled.
1700
1701 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1702
1703         * pdf/GDKSplashOutputDev.cc:
1704         * pdf/GDKSplashOutputDev.h:
1705         * pdf/Thumb.cc:
1706         * pdf/Thumb.h:
1707         * pdf/pdf-document.cc:
1708         * pdf/pdf-document.h:
1709         * pdf/test-gdk-output-dev.cc:
1710         
1711         Remove old unused files.
1712
1713 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1714
1715         * shell/ev-window.c: (ev_window_setup_document):
1716         
1717         Fixed warnings on reload and probably crash reason.
1718
1719 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1720
1721         * properties/ev-properties-view.c:
1722         (ev_properties_view_format_date):
1723         
1724         Check if date is invalid. Fix for bug 318134.
1725
1726 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
1727
1728         * shell/ev-window-title.c:
1729         
1730         Add .indd files (Adobe Indesign) to the list of "bad
1731         extensions".
1732
1733 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1734
1735         * data/evince-ui.xml:
1736         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
1737         
1738         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
1739
1740 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
1741
1742         * shell/ev-window.c: (launch_link), (launch_external_uri),
1743         (view_external_link_cb):
1744
1745         URL-escape link before passing it to gnome_vfs_url_show.
1746
1747 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1748
1749         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
1750         there isn't text selected.
1751
1752 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
1753
1754         * shell/ev-view.c: (handle_link_over_xy):
1755
1756         Check tooltip is valid utf8 before showing it
1757
1758 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1759
1760         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
1761
1762 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
1763
1764         * shell/ev-window-title.c: (ev_window_title_update):
1765
1766         Guard against using g_strstrip on NULL. Fixes bug #317291.
1767
1768 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
1769
1770         * pdf/ev-poppler.cc:
1771
1772         Show title even for unknown links
1773
1774 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
1775
1776         * shell/ev-window-title.c: (ev_window_title_update):
1777
1778         Strip the title string
1779
1780 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
1781
1782         * shell/ev-window-title.c:
1783
1784         Add .rtf to the bad extensions list
1785
1786 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
1787
1788         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
1789         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
1790
1791         Ignore link coordinates if they are outside page bounds
1792
1793 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
1794
1795         * backend/ev-link.c: (ev_link_type_get_type),
1796         (ev_link_get_filename), (ev_link_get_params),
1797         (ev_link_get_property), (ev_link_set_property),
1798         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
1799         * backend/ev-link.h:
1800         * pdf/ev-poppler.cc:
1801         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
1802         * shell/ev-window.c: (launch_link), (view_external_link_cb),
1803         (ev_window_init):
1804
1805         Implement launch links. Delegate external link opening to
1806         the window.
1807
1808 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
1809
1810         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
1811         (ev_link_get_right), (ev_link_get_property),
1812         (ev_link_set_property), (ev_link_class_init),
1813         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
1814         * backend/ev-link.h:
1815         * pdf/ev-poppler.cc:
1816         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
1817
1818         Implement fitr links
1819
1820 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
1821
1822         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
1823         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
1824         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
1825         (ev_view_size_request_continuous),
1826         (ev_view_size_request_dual_page),
1827         (ev_view_size_request_single_page), (ev_view_size_allocate),
1828         (ev_view_zoom_for_size_continuous_and_dual_page),
1829         (ev_view_zoom_for_size_continuous),
1830         (ev_view_zoom_for_size_dual_page),
1831         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
1832         (ev_sizing_mode_get_type):
1833         * shell/ev-view.h:
1834         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
1835
1836         Do not use modes for link, we need to calculate size ad hoc.
1837         Still not perfect because of the usual scrollbar issues grrr.
1838
1839 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
1840
1841         * backend/ev-link.c: (ev_link_type_get_type),
1842         (ev_link_new_page_fith), (ev_link_new_page_fitv):
1843         * backend/ev-link.h:
1844         * pdf/ev-poppler.cc:
1845         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
1846         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
1847         (ev_view_size_request_continuous),
1848         (ev_view_size_request_dual_page),
1849         (ev_view_size_request_single_page), (ev_view_size_allocate),
1850         (zoom_for_size_fit_height),
1851         (ev_view_zoom_for_size_continuous_and_dual_page),
1852         (ev_view_zoom_for_size_continuous),
1853         (ev_view_zoom_for_size_dual_page),
1854         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
1855         (ev_sizing_mode_get_type):
1856         * shell/ev-view.h:
1857         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
1858
1859         Implement FIT_HEIGHT mode (only for links).
1860         Implement FITH links
1861
1862 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
1863
1864         * shell/ev-window-title.c: (get_filename_from_uri),
1865         (ev_window_title_sanitize_extension), (ev_window_title_update),
1866         (ev_window_title_set_document), (ev_window_title_set_uri),
1867         (ev_window_title_free):
1868         * shell/ev-window-title.h:
1869         * shell/ev-window.c: (ev_window_setup_document),
1870         (ev_window_popup_password_dialog):
1871
1872         Refactor window title building while fixing it for
1873         password documents.
1874
1875 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
1876
1877         * pdf/ev-poppler.cc:
1878
1879         Escape link title before setting it in the model
1880
1881 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
1882
1883         * shell/ev-application.c: (removed_from_session), (save_session),
1884         (init_session), (ev_application_get_empty_window),
1885         (ev_application_init), (ev_application_get_windows):
1886         * shell/ev-application.h:
1887         * shell/ev-window.c: (ev_window_finalize):
1888
1889         Add a function to retrieve window list and share it where
1890         necessary.
1891         Implement session handling, works pretty well thanks to the
1892         metadata system.
1893
1894 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1895
1896         * shell/ev-password.c: (ev_password_item_created_callback),
1897         (ev_password_dialog_save_password):
1898         
1899         Fix for bug 316972. Use async gnome-keyring API.
1900
1901 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
1902
1903         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
1904         Remove unused unrealize handler. Add scroll handling to
1905         ev_view_scroll_event for presentation mode (bug #316708),
1906         and fix the event state checks there.
1907
1908 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
1909
1910         * shell/ev-page-action.c: (page_changed_cb):
1911
1912         "marco, maybe we should be crazy and jump right to 6! :)"
1913
1914         Bryan Clark, Sep 2005
1915
1916 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
1917
1918         * ps/ps-document.c: (save_document), (ps_document_save),
1919         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
1920         (ps_document_ps_export_end):
1921
1922         Fix unstructured documents save and print
1923
1924 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
1925
1926         * shell/ev-application.c: (ev_application_open_uri):
1927
1928         Fix window size persistance
1929
1930 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
1931
1932         * shell/ev-view.c: (ev_view_button_release_event):
1933
1934         Based on a patch from carlosgc@gnome.org. Mouse buttons
1935         switch pages in presentation mode.
1936
1937 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
1938
1939         * shell/ev-page-cache.c: (ev_page_cache_get_size):
1940
1941         Dont cast to int before scaling
1942
1943 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
1944
1945         * backend/ev-link.c: (ev_link_type_get_type),
1946         (ev_link_new_page_xyz), (ev_link_new_page_fit),
1947         (ev_link_new_page_fith):
1948         * backend/ev-link.h:
1949         * pdf/ev-poppler.cc:
1950         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
1951
1952         Implement FIT and FITH links
1953
1954 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
1955
1956         * pdf/ev-poppler.cc:
1957
1958         Return 0 results when search is not in progress.
1959
1960         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
1961         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
1962
1963         Update menu sensitivity when cancelling search
1964
1965 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
1966
1967         * shell/ev-view.c: (ev_view_can_find_next):
1968
1969         Take all pages in consideration, not just current one
1970
1971 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
1972
1973         * shell/ev-page-cache.c:
1974         * shell/ev-page-cache.h:
1975         * shell/ev-view.c: (ev_view_binding_activated),
1976         (ev_view_next_page), (ev_view_previous_page),
1977         (ev_sizing_mode_get_type):
1978         * shell/ev-view.h:
1979         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
1980         (ev_window_cmd_go_next_page):
1981
1982         Move page next/previous functions from page chace to
1983         view and change it to move by 2 page steps in dual mode.
1984
1985 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
1986
1987         * shell/ev-window.c: (update_sidebar_visibility),
1988         (setup_sidebar_from_metadata), (ev_window_setup_document),
1989         (setup_view_from_metadata):
1990
1991         Show the index by default when there is one     
1992
1993 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
1994
1995         * shell/ev-window-title.c: (ev_window_title_set_document):
1996
1997         Missing null check
1998
1999 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2000
2001         * shell/ev-view.c: (view_update_range_and_current_page):
2002         
2003         Allow display of last odd page in dual view. Fix for 316347.
2004
2005 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
2006
2007         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
2008         
2009         Make close button default. Fix for 316383.
2010
2011 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2012
2013         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
2014         
2015         Mark close button as default. Fix for 316381.
2016
2017 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
2018
2019         * backend/ev-link.c: (ev_link_class_init):
2020
2021         Allow negative doubles in left/top properties
2022
2023 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
2024
2025         * shell/ev-window.c:
2026
2027         Remove a bunch of strings that was used only
2028         by the statusbar.
2029
2030 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
2031
2032         * shell/ev-window-title.c: (get_filename_from_uri),
2033         (ev_window_title_set_document):
2034
2035         When title has a confusing extension, show also
2036         the document filename inside ()
2037
2038 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
2039
2040         * shell/Makefile.am:
2041         * shell/ev-window-title.c: (ev_window_title_new),
2042         (ev_window_title_update), (ev_window_title_set_type),
2043         (ev_window_title_set_document), (ev_window_title_free):
2044         * shell/ev-window-title.h:
2045         * shell/ev-window.c: (ev_window_setup_document),
2046         (password_dialog_response), (ev_window_popup_password_dialog),
2047         (ev_window_dispose), (ev_window_init):
2048
2049         Factor out and cleanup window title code
2050
2051 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
2052
2053         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
2054         (unable_to_load):
2055
2056         Make dialog transient so it doesnt block other windows
2057
2058 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2059
2060         * pdf/ev-poppler.cc:
2061         
2062         Fix pdf thumbnails rendering.
2063
2064 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
2065
2066         * shell/ev-window.c: (fullscreen_set_timeout):
2067         
2068         Increase timeout to hide full screen popup. Bug 
2069         316123. 
2070
2071 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2072
2073         * data/evince.schemas.in:
2074         * shell/ev-window.c: (update_action_sensitivity):
2075
2076         Allow the user to override document restrictions. Fix for bug
2077         305818.
2078
2079 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
2080
2081         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
2082         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
2083         (ev_window_class_init): Fix multihead behaviour of fullscreen
2084         toolbar popup. Fixes bug #315451.
2085
2086 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2087
2088         * configure.ac:
2089         * data/evince-password.glade:
2090         * shell/ev-password.c: (ev_password_dialog_set_property),
2091         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
2092         (ev_password_dialog_init), (ev_password_set_bad_password_label),
2093         (ev_password_dialog_entry_changed_cb),
2094         (ev_password_dialog_entry_activated_cb),
2095         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
2096         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
2097         (ev_password_dialog_set_bad_pass):
2098         * shell/ev-password.h:
2099         * shell/ev-window.c: (password_dialog_response),
2100         (ev_window_popup_password_dialog):
2101         
2102         Support for gnome-keyring for encrypted PDF's.
2103
2104 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2105
2106         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
2107         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
2108         (ev_view_enter_notify_event), (ev_view_class_init):
2109         
2110         More precise handling of enter_notify/leave_notify events
2111         in EvView. Fix for bug 315470.
2112
2113 2005-09-08  Christopher Aillon  <caillon@redhat.com>
2114
2115         * shell/ev-window.c: (fullscreen_timeout_cb),
2116         (fullscreen_set_timeout), (fullscreen_clear_timeout),
2117         (ev_window_dispose):
2118
2119         leak fix: unref fullscreen_timeout_source before clearing it
2120
2121 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2122
2123         * configure.ac, dvi/mdvi/Makefile.am: 
2124         
2125         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
2126
2127 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
2128
2129         * backend/ev-link.c: (ev_link_new_page_xyz):
2130         * pdf/ev-poppler.cc:
2131         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
2132
2133         Fix some bugs with xyz links, respect zoom
2134
2135 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
2136
2137         * shell/ev-window.c: (page_changed_cb),
2138         (setup_document_from_metadata), (update_sidebar_visibility),
2139         (setup_view_from_metadata), (ev_window_run_fullscreen),
2140         (ev_window_stop_fullscreen), (ev_window_run_presentation),
2141         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
2142         (ev_window_dual_mode_changed_cb),
2143         (ev_window_sidebar_current_page_changed_cb):
2144
2145         null check uri before setting and getting metadata
2146
2147 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
2148
2149         * dvi/Makefile.am:
2150         * properties/Makefile.am:
2151         * shell/Makefile.am:
2152         * thumbnailer/Makefile.am:
2153
2154         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
2155
2156 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
2157
2158         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
2159         (selection_changed_callback):
2160         * shell/ev-sidebar-links.h:
2161
2162         Add a signal for link activation.
2163
2164         * shell/ev-view.c: (ev_view_goto_link),
2165         (ev_view_button_release_event):
2166         * shell/ev-view.h:
2167         * shell/ev-window.c: (sidebar_links_link_activated_cb),
2168         (ev_window_init):
2169
2170         Implement the signal so that we can handle all link types.
2171
2172         * shell/ev-page-cache.c:
2173
2174         Remove unused set_link function
2175
2176 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
2177
2178         * lib/ev-tooltip.c: (ev_tooltip_set_position):
2179
2180         Add some space from the cursor, hardcoded but I couldnt
2181         find a better way.
2182
2183 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
2184
2185         * lib/ev-tooltip.c:
2186
2187         Use mozilla style vs gtk style, way better for links.
2188
2189         * shell/ev-view.c: (ev_view_motion_notify_event),
2190         (ev_view_destroy), (ev_view_init):
2191
2192         Deactive tooltip when the link hovered is changed.
2193
2194 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
2195
2196         * backend/ev-document.h:
2197         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
2198         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
2199         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
2200         (ev_link_new_page), (ev_link_new_page_xyz):
2201         * backend/ev-link.h:
2202         * pdf/ev-poppler.cc:
2203         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
2204         (go_to_link), (tip_from_link):
2205
2206         Implement xyz links, still not functional. Links are a total
2207         mess, will need to refactor and bugfix a lot :(
2208
2209 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
2210
2211         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
2212
2213 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
2214
2215         * data/evince-ui.xml:
2216         * data/evince.schemas.in:
2217         * shell/Makefile.am:
2218         * shell/ev-window.c: (update_chrome_visibility),
2219         (password_dialog_response), (ev_window_load_job_cb),
2220         (ev_window_xfer_job_cb), (ev_window_open_uri),
2221         (ev_window_class_init), (set_chrome_actions), (load_chrome),
2222         (ev_window_init):
2223
2224         Remove the statusbar. This regress loading feedback, need to
2225         check with Bryan what we want to do there...
2226
2227 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
2228
2229         * lib/ev-tooltip.c: (ev_tooltip_init):
2230
2231         Fix tooltip border and size handling
2232
2233 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
2234
2235         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
2236         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
2237         (ev_tooltip_timeout), (ev_tooltip_activate),
2238         (ev_tooltip_deactivate):
2239         * lib/ev-tooltip.h:
2240         * shell/ev-view.c: (ev_view_motion_notify_event):
2241
2242         Delay popup showing. Mirror gtk logic/times.
2243
2244 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
2245
2246         * lib/Makefile.am:
2247         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
2248         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
2249         (ev_tooltip_set_text), (ev_tooltip_set_position):
2250         * lib/ev-tooltip.h:
2251
2252         Simple widget to show tooltips at a custom position
2253
2254         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
2255         (ev_view_destroy):
2256
2257         Use it for links. First go, needs work
2258
2259 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
2260
2261         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
2262         HIG fixes.  Use title capitalization for window title. Use 12 
2263         pixels of space between the dialog's vbox and action area.
2264
2265 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
2266
2267         * shell/ev-window.c: (file_open_dialog_response_cb),
2268         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
2269         (ev_window_cmd_save_as):
2270
2271         Make file pickers not modal and refactor code some
2272
2273 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
2274
2275         * shell/ev-sidebar.h:
2276         * shell/ev-sidebar.c: (ev_sidebar_set_property),
2277         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
2278         (ev_sidebar_class_init), (ev_sidebar_select_page),
2279         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
2280         (ev_sidebar_set_page):
2281
2282         Add a current page property and allow to get/set it
2283
2284         * shell/ev-window.c: (setup_view_from_metadata),
2285         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
2286
2287         Persist current sidebar page per document
2288
2289 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
2290
2291         * data/evince.schemas.in:
2292         * shell/ev-window.c: (update_chrome_visibility),
2293         (setup_document_from_metadata), (update_sidebar_visibility),
2294         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
2295         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
2296         (ev_window_run_presentation), (ev_window_stop_presentation),
2297         (ev_window_view_sidebar_cb),
2298         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
2299         (load_chrome), (ev_window_init):
2300
2301         Persist size/visibility of sidebar per document
2302
2303 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
2304
2305         * shell/ev-view.c (draw_loading_text): Draw loading text.
2306
2307 2005-09-02  Dan Damian  <dand@gnome.ro>
2308
2309         * configure.in: Added "ro" to ALL_LINGUAS.
2310
2311 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
2312
2313         * shell/ev-view.c: (clear_caches):
2314
2315         ev_page_cache_get doesnt return a reference,
2316         dont try to unref it.
2317
2318 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
2319
2320         * shell/main.c: (load_files_remote):
2321
2322         Fix timestamp parameter with dbus <= 0.33
2323
2324 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
2325
2326         * data/evince.schemas.in:
2327
2328         Add missing full stop
2329
2330 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
2331
2332         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
2333         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
2334
2335         Plug some memory leaks
2336
2337 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
2338
2339         * configure.ac:
2340         * lib/ev-debug.c: (trap_handler):
2341
2342         Check for execinfo.h and use it only if it exists.
2343         Ported from Epiphany (bug #314776).
2344
2345 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
2346
2347         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
2348
2349 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
2350
2351         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
2352         * po/id.po      : Added Indonesian translation
2353
2354 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
2355
2356         * shell/main.c:
2357         * shell/ev-application.c: Last minute GTK-2.6 fixes.
2358         * NEWS: Release 0.4.0
2359
2360 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
2361
2362         * configure.ac: catch another gtk+-2.8ism
2363         * shell/main.c: Make work with gtk+-2.6
2364
2365 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
2366
2367         * shell/ev-application-service.xml: Add 'timestamp' argument to
2368           ev_application_open_window and ev_application_open_uri methods.
2369
2370         * shell/ev-application.h: Add 'timestamp' argument to
2371           ev_application_open_window, ev_application_open_uri,
2372           and ev_application_open_uri_list functions.
2373
2374         * shell/ev-application.c (ev_application_open_window,
2375           ev_application_open_uri, ev_application_open_uri_list): Change
2376           functions that show/present windows to use a timestamp if one
2377           is passed in.
2378
2379         * shell/ev-window.c (ev_window_cmd_file_open,
2380           ev_window_cmd_recent_file_activate, drag_data_received_cb):
2381         * shell/main.c (load_files): Modify calls to ev_application to
2382           include GDK_CURRENT_TIME as timestamp.
2383
2384         * shell/main.c (load_files_remote): Obtain timestamp for client
2385           instance from GDK and pass to server instance so new windows are
2386           focused properly.  Fix dbus_g_proxy_call() calls by including second
2387           G_TYPE_INVALID.
2388           
2389         Closes bug #314475.
2390
2391 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
2392
2393         * shell/ev-window.c (ev_window_finalize): Check for
2394         avail. EvWindows when quiting to handle the finalize better,
2395         #314497
2396
2397 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2398         
2399         * properties/ev-properties-view.c: 
2400         
2401         Set textdomain to libglade. Fixes translation problem in property page.
2402
2403 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2404
2405         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
2406         * dvi/Makefile.am:
2407         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
2408         * dvi/mdvi-lib/Makefile.am:
2409         
2410         Fix rotation of thumbnails, ported to new API. Moved library
2411         dependencies earlier, probably it will fix linkage problem.
2412
2413 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
2414
2415         * backend/ev-document-misc.c:
2416         (ev_document_misc_get_thumbnail_frame):
2417         * backend/ev-document-misc.h:
2418         * configure.ac:
2419         * pdf/ev-poppler.cc:
2420         * shell/Makefile.am:
2421         * shell/ev-sidebar-thumbnails.c: (add_range),
2422         (ev_sidebar_thumbnails_set_loading_icon),
2423         (ev_sidebar_thumbnails_refresh),
2424         (ev_sidebar_thumbnails_set_document):
2425         * shell/ev-sidebar-thumbnails.h:
2426         * shell/ev-view.c: (ev_view_motion_notify_event),
2427         (ev_view_set_property), (ev_view_get_property),
2428         (ev_view_class_init), (ev_view_set_rotation):
2429         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
2430         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
2431         (ev_window_init):
2432         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
2433         Redo rotation (again).  prepare for 0.4.0
2434
2435 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
2436
2437         * configure.ac: Bump poppler requirement to 0.4.1.
2438
2439         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
2440         argument to poppler_page_render_selection() call.
2441
2442 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2443
2444         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
2445         (djvu_document_thumbnails_get_thumbnail):
2446         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
2447         (dvi_document_thumbnails_get_thumbnail):
2448         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
2449         (pixbuf_document_thumbnails_get_thumbnail):
2450         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
2451         
2452         Update rotation direction of backends to fit with pdf and ps.
2453
2454 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
2455
2456         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
2457         * backend/ev-async-renderer.h:
2458         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
2459         (setup_page), (ps_document_get_page_size),
2460         (ps_async_renderer_render_pixbuf):
2461         * ps/ps-document.h:
2462         * shell/ev-jobs.c: (ev_job_render_run):
2463
2464         Fix orientation in the postscript document
2465
2466 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
2467
2468         * pdf/ev-poppler.cc:
2469         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
2470         * shell/ev-view.c: (highlight_find_results):
2471
2472         Adapt to the new poppler rotation API. Fix text maps on landscape
2473         documents.
2474
2475 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
2476
2477         * shell/ev-view.c (compute_new_selection_text): get the correct
2478         region when selecting in modes other than continuous.
2479
2480 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
2481
2482         * shell/main.c (main): remove redundant g_warnings.
2483
2484 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2485
2486         * shell/Makefile.am: Don't include autogenerated
2487         file ev-application-service.h into distribution, since
2488         it causes dbus crash. Fix for bugs 313724 and 313443. 
2489
2490 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2491
2492         * configure.ac: Fix sed expression for FreeBSD. Thanks
2493         to Joe Marcus Clark <marcus@freebsd.org>
2494         
2495         * shell/eggfindbar.c: (entry_activate_callback),
2496         (entry_changed_callback), (egg_find_bar_init),
2497         (egg_find_bar_set_search_string):
2498         
2499         Made findbar buttons unsensitive if there is no text in
2500         entry. Fix for the bug 313285.
2501
2502 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2503
2504         * ps/ps-document.c: Use g_filename_display_name for displaying
2505         filenames and revert string freeze breackage
2506
2507 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
2508
2509         * NEWS:
2510         * configure.ac:
2511
2512         Update for 0.3.4
2513
2514         * shell/Makefile.am:
2515
2516         Add ev-application-service.xml to extra dist
2517
2518         * shell/ev-view.c: (find_page_at_location):
2519
2520         Remove unused function (fix warning)
2521
2522 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2523
2524         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
2525         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
2526         
2527         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
2528         bug 313623.
2529
2530 2005-08-16  Nickolay V. Shmyrev   <nshmyrev@yandex.ru>
2531
2532         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
2533         * shell/ev-window.c:
2534         Fix build warnings
2535
2536 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2537
2538         * configure.ac: Update script to get dbus version.
2539         Fix for the bug #313443.
2540
2541 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2542
2543         * shell/ev-window.c: (ev_window_cmd_escape):
2544         
2545         Return focus back to view on escape. Fix for bug 313295.
2546
2547 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2548
2549         * shell/ev-window.c: (update_window_title),
2550         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
2551         (ev_window_cmd_save_as):
2552         
2553         Correct conversion from uri to displayable string. Fix for
2554         bug 313296.
2555
2556 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2557
2558         * ps/ps-document.c: convert filename to utf8 when there is an error
2559         loading document. Fixes #309915
2560
2561 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
2562
2563         * configure.ac:
2564
2565         We depend on poppler 0.4.0
2566
2567 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
2568
2569         * configure.ac:
2570         * NEWS: Release 0.3.3.
2571         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
2572
2573 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
2574
2575         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
2576         add a couple missing mnemonics to menu items, use title 
2577         capitalization for menu items and window titles, and add 
2578         ellipsis to open menu item.     
2579
2580 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
2581
2582         * pdf/ev-poppler.cc:
2583         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
2584         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
2585         (ev_view_get_rotation):
2586         * shell/ev-view.h:
2587         * shell/ev-window.c: (setup_view_from_metadata),
2588         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
2589         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
2590         disk.
2591
2592 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
2593
2594         * configure.ac: Added tr to ALL_LINGUAS
2595
2596 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2597
2598         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
2599         requires several clicks to find word. Thanks to 
2600         Colin Slater <kiltedtaco@gmail.com>.
2601
2602 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
2603
2604         * data/evince.desktop.in.in: Hide menu entry and
2605         rename it to "Document Viewer". Fix for bug 
2606         #312399.
2607
2608 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
2609
2610         * shell/ev-page-action.c (ev_page_action_class_init): 
2611
2612         Point to the correct function in constructor of the
2613         activate_label signal
2614
2615 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
2616
2617         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
2618         * shell/ev-jobs.h: Make thread safe.
2619
2620 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2621
2622         * shell/ev-view.c: (view_update_range_and_current_page):
2623         Don't update page range if we are scrolling to some document
2624         point.
2625
2626 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2627
2628         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
2629         when getting max_page_width, fix drawing in dual mode.
2630
2631 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
2632
2633         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
2634         getting the area for select_all.
2635
2636 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
2637
2638         * backend/ev-selection.c: (ev_selection_render_selection):
2639         * backend/ev-selection.h:
2640         * pdf/ev-poppler.cc:
2641         * shell/ev-jobs.c: (ev_job_render_new):
2642         * shell/ev-jobs.h:
2643         * shell/ev-pixbuf-cache.c: (get_selection_colors),
2644         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
2645         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
2646         (ev_view_class_init):
2647
2648         Change selection color on focus in and focus out events.  Also,
2649         poppler now uses GdkColor for specifying the selection colors, so
2650         drop some awkward conversion code.
2651
2652 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
2653
2654         * configure.ac: Added Hebrew translation
2655
2656 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
2657
2658         * NOTES:
2659         * backend/ev-selection.c: (ev_selection_render_selection):
2660         * backend/ev-selection.h:
2661         * pdf/ev-poppler.cc:
2662         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
2663         (ev_job_render_run):
2664         * shell/ev-jobs.h:
2665         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
2666         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
2667         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
2668         (ev_pixbuf_cache_style_changed),
2669         (ev_pixbuf_cache_get_selection_pixbuf),
2670         (ev_pixbuf_cache_set_selection_list),
2671         (ev_pixbuf_cache_get_selection_list):
2672         * shell/ev-pixbuf-cache.h:
2673         * shell/ev-utils.c: (ev_print_region_contents):
2674         * shell/ev-utils.h:
2675         * shell/ev-view.c: (ev_view_queue_draw_page),
2676         (selection_update_idle_cb), (ev_view_motion_notify_event),
2677         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
2678         (setup_caches), (ev_view_find_next), (merge_selection_region),
2679         (selection_free):
2680         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
2681
2682         Clean up selection to be much smoother!
2683
2684 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
2685
2686         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
2687         to poppler_page_render_selection().
2688
2689 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2690
2691         * ps/ps-document.c: (save_page_list): Use
2692         unzipped document when printing. Thanks to 
2693         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
2694         311016.
2695
2696 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2697
2698         * shell/ev-window.c: (update_action_sensitivity):
2699         
2700         Disable print and save respect to lockdown gconf keys. Fix
2701         for 312342.
2702
2703 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2704
2705         * configure.ac:
2706         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
2707         (write_to_temp_file), (ev_file_set_contents):
2708         * shell/ev-utils.h:
2709         * shell/ev-window.c: (save_print_config_to_file):
2710         
2711         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
2712         Fix for bug 312238
2713
2714 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
2715
2716         * shell/ev-window.c: (load_print_config_from_file),
2717         (save_print_config_to_file), (ev_window_print_range):
2718
2719         Persist the print settings. Fixes bug #311578.
2720
2721 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2722
2723         * djvu/djvu-document.c: (djvu_document_get_page_size),
2724         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
2725         (djvu_document_thumbnails_get_thumbnail):
2726         * dvi/dvi-document.c: (dvi_document_get_page_size),
2727         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
2728         (dvi_document_thumbnails_get_dimensions),
2729         (dvi_document_thumbnails_get_thumbnail):
2730         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
2731         (pixbuf_document_render_pixbuf),
2732         (pixbuf_document_document_iface_init),
2733         (pixbuf_document_thumbnails_get_thumbnail):
2734         
2735         Update backends to make them build with new rotation system.
2736
2737 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2738
2739         * help/C/figures/evince_start_window.png:
2740         
2741         Update documentation image from Luca Ferretti <elle.uca@libero.it>
2742
2743 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
2744
2745         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
2746         * shell/ev-pixbuf-cache.h:
2747         * shell/ev-sidebar-thumbnails.c:
2748         (ev_sidebar_thumbnails_get_property), (add_range),
2749         (adjustment_changed_cb):
2750         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
2751         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
2752         we were thumbnailing the entire docment on startup, slowing us
2753         down hugely. 
2754
2755 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
2756
2757         * shell/ev-page-cache.c: (ev_page_cache_new):
2758         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
2759         == 0, fixes #310306.
2760
2761 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
2762
2763         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
2764         (ev_view_rotate_left):
2765
2766         Account rotation in doc_rect_to_view_rect.
2767         Ensure rotation doesnt go out of bounds.
2768
2769 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
2770
2771         * shell/ev-page-cache.c: (ev_page_cache_get_size):
2772
2773         Correct and cleanup w/h swapping
2774
2775 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
2776
2777         * backend/ev-document-thumbnails.c:
2778         (ev_document_thumbnails_get_thumbnail):
2779         * backend/ev-document-thumbnails.h:
2780         * backend/ev-document.c:
2781         * backend/ev-document.h:
2782         * backend/ev-render-context.c: (ev_render_context_new),
2783         (ev_render_context_set_rotation):
2784         * backend/ev-render-context.h:
2785         * pdf/ev-poppler.cc:
2786         * ps/ps-document.c: (ps_document_document_iface_init):
2787         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
2788         * shell/ev-jobs.h:
2789         * shell/ev-page-cache.c: (build_height_to_page),
2790         (ev_page_cache_new), (ev_page_cache_get_size),
2791         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
2792         (ev_page_cache_get_height_to_page):
2793         * shell/ev-page-cache.h:
2794         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
2795         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
2796         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
2797         (ev_pixbuf_cache_get_selection_pixbuf):
2798         * shell/ev-pixbuf-cache.h:
2799         * shell/ev-print-job.c: (idle_print_handler):
2800         * shell/ev-sidebar-thumbnails.c: (add_range):
2801         * shell/ev-view.c: (view_update_range_and_current_page),
2802         (get_page_y_offset), (get_page_extents),
2803         (ev_view_size_request_continuous_dual_page),
2804         (ev_view_size_request_continuous),
2805         (ev_view_size_request_dual_page),
2806         (ev_view_size_request_single_page), (draw_one_page),
2807         (ev_view_set_rotation), (ev_view_rotate_right),
2808         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
2809         (ev_view_zoom_for_size_continuous_and_dual_page),
2810         (ev_view_zoom_for_size_continuous),
2811         (ev_view_zoom_for_size_dual_page),
2812         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
2813         (ev_view_select_all):
2814         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2815         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
2816         (tiff_document_document_iface_init),
2817         (tiff_document_thumbnails_get_thumbnail):
2818
2819         Use rotation rather than orientation. It's easier and enough
2820         for our needs.
2821
2822 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
2823
2824         * shell/ev-page-cache.c: (build_height_to_page),
2825         (ev_page_cache_new), (ev_page_cache_get_size),
2826         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
2827         (ev_page_cache_get_height_to_page):
2828         * shell/ev-page-cache.h:
2829         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
2830         (ev_view_size_request_continuous_dual_page),
2831         (ev_view_size_request_continuous),
2832         (ev_view_zoom_for_size_continuous_and_dual_page),
2833         (ev_view_zoom_for_size_continuous):
2834
2835         Make the page cache aware of page orientation.
2836
2837 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
2838
2839         * backend/ev-document-thumbnails.c:
2840         (ev_document_thumbnails_get_thumbnail):
2841         * backend/ev-document-thumbnails.h:
2842         * backend/ev-document.c:
2843         * backend/ev-document.h:
2844         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
2845         * backend/ev-ps-exporter.h:
2846         * pdf/ev-poppler.cc:
2847         * ps/ps-document.c: (ps_document_document_iface_init),
2848         (ps_document_ps_export_do_page):
2849         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
2850         * shell/ev-jobs.h:
2851         * shell/ev-page-cache.c: (ev_page_cache_get_size),
2852         (ev_page_cache_get):
2853         * shell/ev-page-cache.h:
2854         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
2855         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
2856         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
2857         * shell/ev-pixbuf-cache.h:
2858         * shell/ev-print-job.c: (idle_print_handler):
2859         * shell/ev-sidebar-thumbnails.c: (add_range):
2860         * shell/ev-view.c: (view_update_range_and_current_page),
2861         (get_page_extents), (ev_view_size_request_dual_page),
2862         (ev_view_size_request_single_page), (draw_one_page),
2863         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
2864         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
2865         (ev_view_zoom_for_size_dual_page),
2866         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
2867         (ev_view_select_all):
2868         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2869         * tiff/tiff-document.c: (tiff_document_get_page_size),
2870         (tiff_document_get_orientation), (rotate_pixbuf),
2871         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
2872         (tiff_document_thumbnails_get_thumbnail),
2873         (tiff_document_ps_export_do_page), (tiff_document_init):
2874
2875         Really make use of the orientation bit of the render context.
2876         Use the render context in a few more places in the backend API.
2877         This regress orientation, but now it's done right. Will try to
2878         fix it up asap...
2879
2880 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
2881
2882         * shell/ev-view.c: (ensure_rectangle_is_visible):
2883
2884         Patch by Nickolay V. Shmyrev to fix find flickering
2885
2886 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
2887
2888         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
2889         duplex parameters to ::begin.
2890
2891         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
2892         * shell/ev-print-job.c (idle_print_handler): 
2893         * ps/ps-document.c (ps_document_ps_export_begin): 
2894         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
2895         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
2896         implementations. Poppler backend needs poppler cvs. Rest has
2897         unchanged behavior.
2898
2899 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
2900
2901         * shell/ev-window.c (using_pdf_printer): new function.
2902         (ev_window_print_range): print a less techy message if someone
2903         tries to print to PDF.
2904
2905 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
2906
2907         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
2908         from "unknown font" string. Bug #311431
2909
2910 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
2911
2912         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
2913
2914 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
2915
2916         Bug #311280
2917         
2918         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
2919         name for PopplerFontTypes
2920         (pdf_document_fonts_fill_model): add font type to the detail column
2921
2922         * backend/ev-document-fonts.h: added
2923         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
2924
2925         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
2926         font name and font details, add a little markup.
2927         (ev_properties_fonts_init): use the new cell data func, specify ypad
2928         property for the cell renderer.
2929         (ev_properties_fonts_set_document): add the details column.
2930
2931 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
2932
2933         * configure.ac: Added "pl" to ALL_LINGUAS.
2934
2935 2005-07-24  Danilo Šegan  <danilo@gnome.org>
2936
2937         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
2938
2939 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
2940
2941         * help/ChangeLog: Started this for translations of manual.
2942         * configure.ac, autogen.sh, .cvsignore: Migrated to
2943         gnome-doc-utils. Patch in bug #311222.
2944
2945 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
2946
2947         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
2948         #ifdef this away to fix an unused-function warning.
2949
2950 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
2951
2952         * configure.ac: Added 'gl' to ALL_LINGUAS.
2953
2954 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
2955
2956         * configure.ac: Added ne in ALL_LINGUAS
2957         
2958 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2959
2960         * shell/ev-view.c: (ev_view_leave_notify_event):
2961         
2962         Clear status message when pointer leaves view. Fix for bug
2963         #310818 
2964
2965 2005-07-20 Ankit Patel <ankit644@yahoo.com>
2966
2967         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
2968
2969 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2970
2971         * shell/ev-view.c: (ev_view_leave_notify_event),
2972         (ev_view_class_init):
2973         
2974         Set cursor to normal then leaving view.
2975
2976 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2977
2978         * configure.ac:
2979         
2980         Fix required djvulibre version.
2981
2982 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
2983
2984         *configure.ac: Hindi (hi) language added
2985
2986 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
2987
2988         *configure.ac: Punjabi (pa) Language added
2989
2990 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2991
2992         * data/evince-ui.xml, shell/ev-window.c:
2993         
2994         Add keypad accelerators for zooming. Fix for bug 308128.
2995
2996 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
2997
2998         * Makefile.am:
2999         * backend/Makefile.am:
3000         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
3001         * configure.ac:
3002         * shell/ev-document-types.c: (ev_document_types_add_filters):
3003
3004         Allow to enable/disable the pixbuf backend.
3005         Default to off for now. If we want it enabled we should
3006         really put mime types in the desktop, implement properties etc.
3007
3008         * properties/evince-properties.c:
3009
3010         Initialize error to NULL.
3011         Check error is not NULL before freeing.
3012
3013 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
3014
3015         * shell/ev-window.c:
3016
3017         Use F5 as presentation accell
3018
3019 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
3020
3021         * shell/ev-window.c: (update_chrome_visibility),
3022         (ev_window_create_fullscreen_popup), (ev_window_init):
3023
3024         Do not leak the fullscreen toolbar
3025
3026 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
3027
3028         * shell/ev-window.c: (view_actions_focus_in_cb),
3029         (view_actions_focus_out_cb):
3030
3031         These has a return value! Fix totally random focus
3032         issues we was seeing.
3033
3034 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3035
3036         * shell/main.c: (load_files_remote):
3037
3038         Allow open more than one file
3039
3040 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
3041
3042         * shell/main.c: (load_files_remote):
3043
3044         Fix for dbus 0.33. bug #309975
3045
3046 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
3047
3048         * properties/ev-properties-main.c: (ev_properties_get_pages):
3049
3050         Actually return NULL for types we dont support
3051
3052 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
3053
3054         * po/POTFILES.in:
3055
3056         Remove empty lines.
3057
3058 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
3059
3060         * backend/ev-document-factory.c:
3061         (ev_document_factory_get_document):
3062
3063         Do not try to create the object if type
3064         is invalid.
3065
3066 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
3067
3068         * ps/ps-document.c: (ps_document_dispose),
3069         (ps_async_renderer_render_pixbuf):
3070         * ps/ps-document.h:
3071
3072         Do not leak the target window
3073
3074 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
3075
3076         * shell/ev-application.c: (ev_application_init):
3077
3078         Let tbe check file existence for us.
3079         Add a comment about eggrecent mime filter.
3080
3081 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
3082
3083         * data/evince-ui.xml:
3084         * shell/ev-application.c: (ev_application_shutdown),
3085         (ev_application_init), (ev_application_get_toolbars_model),
3086         (ev_application_get_recent_model),
3087         (ev_application_save_toolbars_model):
3088         * shell/ev-application.h:
3089         * shell/ev-window.c: (ev_window_add_recent),
3090         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
3091         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
3092         (ev_window_init):
3093
3094         Use common toolbar and recent models for all windows.
3095         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3096
3097 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
3098
3099         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
3100         successfully check for gtk_icon_view_get_visible_range.
3101
3102 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3103
3104         * djvu/Makefile.am:
3105         * dvi/Makefile.am:
3106         
3107         Fix djvu and dvi backend build.
3108
3109 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
3110
3111         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
3112         (new_separator_pixbuf):
3113
3114         Don't leak windows.
3115
3116 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
3117
3118         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
3119
3120         HIGification of toolbar editor dialogue.
3121
3122 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
3123
3124         * configure.ac:
3125         * shell/Makefile.am:
3126
3127         Ever build metadata manager since it's just
3128         disabled at runtime now.
3129
3130 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
3131
3132         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
3133         (ev_metadata_manager_get), (ev_metadata_manager_set):
3134         * shell/ev-metadata-manager.h:
3135
3136         Add an _init functions that enabled metadata management
3137         at runtime.
3138
3139         * shell/ev-window.c: (page_changed_cb),
3140         (setup_document_from_metadata), (ev_window_setup_document),
3141         (setup_view_from_metadata), (ev_window_open_uri),
3142         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
3143         (ev_window_run_presentation), (ev_window_stop_presentation),
3144         (save_sizing_mode), (ev_window_zoom_changed_cb),
3145         (ev_window_continuous_changed_cb),
3146         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
3147         (window_configure_event_cb):
3148
3149         Remove all ugly metadata define since we deal with it
3150         at runtime now.
3151
3152         * shell/main.c: (load_files_remote), (main):
3153
3154         Add support for dbus cvs head. Hopefully didnt break one
3155         of the other versions now!
3156
3157         If we dont get a response from the dbus server just
3158         give up with it and not enable metadata.
3159
3160 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
3161
3162         * Makefile.am:
3163         * backend/Makefile.am:
3164         * configure.ac:
3165         * cut-n-paste/recent-files/Makefile.am:
3166         * cut-n-paste/toolbar-editor/Makefile.am:
3167         * cut-n-paste/zoom-control/Makefile.am:
3168         * lib/Makefile.am:
3169         * pdf/Makefile.am:
3170         * pixbuf/Makefile.am:
3171         * properties/Makefile.am:
3172         * ps/Makefile.am:
3173         * shell/Makefile.am:
3174         * thumbnailer/Makefile.am:
3175         * tiff/Makefile.am:
3176
3177         Make frontends depend on just libev.
3178         Rework and group CFLAGS/LIBS definitions.
3179         Cleanups.
3180
3181 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
3182
3183         * shell/ev-window:
3184
3185         do not unnecessarily save zoom
3186
3187         * configure.ac:
3188         * lib/ev-file-helpers.c: (ev_dot_dir):
3189         * shell/Makefile.am:
3190         * shell/dummy.cc:
3191
3192         Some cleanups
3193
3194 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
3195
3196         * configure.ac:
3197         
3198         Remove unnecessary dependencies
3199
3200 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
3201
3202         * properties/Makefile.am:
3203         * thumbnailer/Makefile.am:
3204         * tiff/Makefile.am:
3205
3206         Some more cleanups. Was really necessary
3207         but I probably introduced bugs, feel free
3208         to flame :)
3209
3210 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
3211
3212         * backend/Makefile.am:
3213         * configure.ac:
3214         * cut-n-paste/recent-files/Makefile.am:
3215         * cut-n-paste/toolbar-editor/Makefile.am:
3216         * cut-n-paste/zoom-control/Makefile.am:
3217         * lib/Makefile.am:
3218         * pdf/Makefile.am:
3219         * pixbuf/Makefile.am:
3220         * properties/Makefile.am:
3221         * ps/Makefile.am:
3222         * shell/Makefile.am:
3223         * thumbnailer/Makefile.am:
3224         * tiff/Makefile.am:
3225
3226         Use gnome-common macros when possible.
3227         Cleanup dependencies.
3228         Actually disable deprecated where possible.
3229
3230 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
3231
3232         * Makefile.am:
3233         * backend/Makefile.am:
3234         * properties/Makefile.am:
3235         * shell/Makefile.am:
3236         * thumbnailer/Makefile.am:
3237
3238         This should solve the circular dep without
3239         requiring dir reorg!
3240
3241         * shell/ev-window.c: (setup_view_from_metadata):
3242
3243         Never restore window size/position when the
3244         window is already visible.
3245
3246 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
3247
3248         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
3249
3250         Return a boolean from timeout func. Fix ported from gedit.
3251
3252 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
3253
3254         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
3255
3256 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3257
3258         * shell/ev-document-types.c: set "All Documents" as default filter in
3259         open dialog
3260
3261 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
3262
3263         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
3264         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
3265         (ev_metadata_manager_set_boolean): fix value/val thinko.
3266
3267 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
3268
3269         * shell/ev-window.c: (setup_view_from_metadata),
3270         (window_state_event_cb), (window_configure_event_cb),
3271         (ev_window_init):
3272
3273         Remember window position and maximized state
3274
3275 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
3276
3277         * configure.ac:
3278
3279         Fix DBUS configure checks.
3280
3281         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
3282         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
3283         (ev_metadata_manager_set_boolean):
3284
3285         Plug mem leaks.
3286
3287         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
3288         (ev_window_stop_fullscreen), (ev_window_run_presentation),
3289         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
3290         (ev_window_continuous_changed_cb),
3291         (ev_window_dual_mode_changed_cb), (ev_window_new):
3292
3293         Fix the build without DBUS.
3294
3295 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
3296
3297         * shell/ev-metadata-manager.c: (parse_value), (save_values),
3298         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
3299         (ev_metadata_manager_set_string),
3300         (ev_metadata_manager_set_boolean):
3301         * shell/ev-metadata-manager.h:
3302
3303         Add support for some more types
3304
3305         * shell/ev-view.c: (scroll_to_current_page),
3306         (ev_view_get_continuous), (ev_view_set_continuous),
3307         (ev_view_get_dual_page):
3308         * shell/ev-view.h:
3309         * shell/ev-window.c: (page_changed_cb),
3310         (setup_document_from_metadata), (ev_window_setup_document),
3311         (setup_view_from_metadata), (ev_window_open_uri),
3312         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
3313         (ev_window_run_presentation), (ev_window_stop_presentation),
3314         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
3315         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
3316         (ev_window_update_dual_page_action),
3317         (ev_window_continuous_changed_cb),
3318         (ev_window_dual_mode_changed_cb), (ev_window_init):
3319
3320         Remember a bunch of view/document properties. Prolly some
3321         are still missing but it's getting interesting.
3322
3323 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
3324
3325         * configure.ac: check if dbus-binding-tool is installed. Not the
3326         case on current Ubuntu breezy, it seems.
3327
3328 2005-07-05  Luca Ferretti <elle.uca@libero.it>
3329
3330         * data/evince.desktop.in.in:
3331         
3332         Allow open uri lists and add TryExec field.
3333
3334 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
3335
3336         * configure.ac:
3337
3338         Enable dbus when available, do not require a configure
3339         option.
3340
3341 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
3342
3343         * configure.ac:
3344
3345         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
3346         disabled.
3347
3348 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3349             Marco Pesenti Gritti  <mpg@redhat.com>
3350
3351         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
3352         
3353         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
3354         functions to the format required by dbus
3355
3356         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
3357         errors. Use the RPC parameters in the expected way
3358
3359 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
3360
3361         * Makefile.am:
3362         * properties/Makefile.am:
3363         * properties/ev-properties-main.c: (ev_properties_get_pages):
3364
3365         Support all mime types
3366
3367         * shell/Makefile.am:
3368         * thumbnailer/Makefile.am:
3369         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
3370         (evince_thumbnail_pngenc_get):
3371
3372         Use the document factory
3373
3374 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
3375
3376         * backend/Makefile.am:
3377         * backend/ev-document-factory.c:
3378         (mime_type_supported_by_gdk_pixbuf),
3379         (ev_document_type_get_from_mime),
3380         (ev_document_factory_get_document),
3381         (ev_document_factory_get_backend),
3382         (ev_document_factory_get_mime_types),
3383         (ev_document_factory_get_all_mime_types):
3384         * backend/ev-document-factory.h:
3385         * shell/Makefile.am:
3386         * shell/ev-document-types.c: (get_document_from_uri),
3387         (ev_document_types_get_document),
3388         (file_filter_add_mime_list_and_free),
3389         (ev_document_types_add_filters):
3390         * shell/ev-document-types.h:
3391         * shell/ev-job-xfer.c: (ev_job_xfer_run):
3392         * shell/ev-properties-dialog.c:
3393         (ev_properties_dialog_set_document):
3394         * shell/ev-window.c: (ev_window_cmd_file_open),
3395         (ev_window_cmd_save_as):
3396         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3397
3398         Rework document types managing to avoid code duplication
3399         and actually abstract from backend implementations.
3400         Also provide a minimal factory api that can be used by
3401         thumbnailer/properties.
3402
3403 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
3404
3405         * properties/ev-properties-view.c: (ev_properties_view_set_info):
3406         Plug a mem leak.
3407         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
3408         HIG spacings.
3409
3410 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
3411
3412         * shell/ev-properties-dialog.c
3413         (ev_properties_dialog_set_document): only call
3414         ev_properties_fonts_set_document() if the document implements the
3415         fonts interface
3416
3417 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
3418
3419         * configure.ac:
3420         * properties/Makefile.am:
3421         * properties/ev-properties-view.c:
3422         (ev_properties_view_register_type):
3423         * properties/ev-properties-view.h:
3424         * properties/ev-properties-main.h:
3425
3426         Implement nautilus plugin for properties.
3427         Works only for pdf atm, I need to rework the
3428         document types stuff to get this to work
3429         for all backends...
3430
3431 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
3432
3433         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
3434         (ev_properties_fonts_set_document): use
3435         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
3436
3437 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
3438
3439         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
3440         them
3441         (PlaceImage, tiff2ps_process_page): use
3442         g_ascii_dtostr to convert floats to strings in a locale-safe way.
3443
3444
3445 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
3446
3447         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
3448         (main): to call gnome_authentication_manager_init. Should fix
3449         Bug #308510
3450
3451         * configure.ac: that requires libgnomeui 2.6.0.
3452
3453 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
3454
3455         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
3456         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
3457         use the new tiff2ps interfaces
3458
3459         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
3460         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
3461
3462         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
3463         structure instead of global variables.  Remove use of static
3464         variables in functions.
3465
3466 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
3467
3468         * shell/ev-page-action.c: unref the completion after setting it to the
3469         entry
3470
3471 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
3472
3473         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
3474         postscript files
3475
3476 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
3477
3478         * shell/ev-window.c (update_action_sensitivity): disable
3479         File->Print if the document does not implement the ps exporter
3480         interface
3481
3482 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
3483
3484         * Makefile.am:
3485         * configure.ac:
3486         * data/evince-properties.glade:
3487         * properties/.cvsignore:
3488         * properties/Makefile.am:
3489         * properties/ev-properties-view.c: (ev_properties_view_dispose),
3490         (ev_properties_view_class_init), (ev_properties_view_format_date),
3491         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
3492         (ev_properties_view_init), (ev_properties_view_new):
3493         * properties/ev-properties-view.h:
3494         * shell/Makefile.am:
3495         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
3496         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
3497         (ev_properties_dialog_new):
3498         * shell/ev-properties-dialog.h:
3499         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
3500         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
3501         (update_progress_label), (job_fonts_finished_cb),
3502         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
3503         * shell/ev-properties-fonts.h:
3504         * shell/ev-properties.c:
3505         * shell/ev-properties.h:
3506         * shell/ev-window.c: (ev_window_setup_document),
3507         (ev_window_cmd_file_properties):
3508
3509         Split the properties pages in two different objects, depend
3510         only on the backend where possible, use widgets instead
3511         of gobject for the glade part, reimplement the dialog
3512         itself with gtk.
3513         I need this to implement nautilus properties page.
3514
3515 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
3516
3517         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
3518         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
3519         (tiff_document_document_ps_exporter_iface_init): implement the ps
3520         exporter interface for tiff documents
3521
3522         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
3523         libtiff to implement TIFF postscript export
3524
3525         * tiff/tiff2ps.h: added a header file for external tiff2ps
3526         functions.
3527
3528         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
3529         tiff2ps.h
3530
3531 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3532
3533         * shell/ev-view.c: (scroll_to_current_page),
3534         (ev_view_set_fullscreen), (ev_view_set_presentation):
3535         
3536         Scroll to current page when exit from presentation
3537
3538 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3539
3540         * shell/ev-window.c: (update_document_mode),
3541         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
3542         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
3543         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
3544         
3545         Exit from fullscreen mode when switch to presentation. Fix for
3546         bug 309365
3547
3548 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
3549
3550         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
3551         return NULL if the document does not implement the selection
3552         interface.
3553
3554 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
3555
3556         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
3557         reported height by using the resolution aspect ratio
3558         (tiff_document_render_pixbuf): scale the pixbuf using the
3559         resolution aspect ratio
3560
3561 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3562
3563         * configure.ac:
3564         
3565         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
3566         <kiltedaco@gmail.com>
3567         
3568         * djvu/djvu-document.c: (djvu_document_get_orientation),
3569         (djvu_document_set_orientation), (djvu_document_get_page_size),
3570         (rotate_pixbuf), (djvu_document_render_pixbuf),
3571         (djvu_document_document_iface_init):
3572         * dvi/dvi-document.c: (dvi_document_get_orientation),
3573         (dvi_document_set_orientation), (dvi_document_get_page_size),
3574         (rotate_pixbuf), (dvi_document_render_pixbuf),
3575         (dvi_document_document_iface_init):
3576         
3577         Dvi and djvu backends are ported to new API
3578
3579 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
3580
3581         * backend/ev-selection.c: (ev_selection_get_selection_region),
3582         (ev_selection_get_selection_map):
3583         * backend/ev-selection.h:
3584         * pdf/ev-poppler.cc:
3585         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
3586         * shell/ev-jobs.h:
3587         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
3588         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
3589         (ev_pixbuf_cache_get_text_mapping):
3590         * shell/ev-pixbuf-cache.h:
3591         * shell/ev-view.c: (location_in_text),
3592         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
3593         support to EvView.  Now we can see where we can select!  Sweet!
3594
3595 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
3596
3597         * shell/ev-view.c (ev_view_button_press_event): Fix
3598         event->y + view->scroll_x typo.
3599
3600 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
3601
3602         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
3603         sub-GdkPixbuf instead of passing dest_x and dest_y.
3604         
3605         * shell/ev-view.c: (view_point_to_doc_point),
3606         (view_rect_to_doc_rect), (ev_view_button_press_event),
3607         (ev_view_motion_notify_event), (compute_new_selection_rect),
3608         (gdk_rectangle_point_in), (compute_new_selection_text),
3609         (compute_selections): Update selection code to keep the selection
3610         around as two points and not as a normalized rectangle, and fix
3611         page level selection in two-column mode.
3612
3613 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
3614
3615         * shell/ev-window.c: (window_configure_event_cb): 
3616         
3617         Fix compilation
3618         
3619 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
3620
3621         * pdf/ev-poppler.cc:
3622
3623         Fix compilation
3624
3625 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
3626
3627         * shell/Makefile.am:
3628         * shell/ev-metadata-manager.c: (item_free),
3629         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
3630         (parse_value), (parseItem), (load_values),
3631         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
3632         (save_values), (save_item), (get_oldest), (resize_items),
3633         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
3634         * shell/ev-metadata-manager.h:
3635
3636         Metadata manager from gedit but modified to use GValue, so that
3637         we dont need to keep converting from strings.
3638
3639         * configure.ac:
3640
3641         ENABLE_METADATA conditional, on when dbus is on
3642
3643         * shell/ev-application.c: (ev_application_open_uri):
3644
3645         Show the window after load so that we can initialize
3646         window size before it's showed.
3647
3648         * shell/ev-window.c: (ev_window_setup_from_metadata),
3649         (ev_window_open_uri), (window_configure_event_cb),
3650         (ev_window_init):
3651
3652         Save and load metadata information about window size.
3653         Not yet keeping states in account.
3654
3655         * shell/main.c: (main):
3656
3657         Shutdown metadata manager.
3658
3659 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
3660
3661         * shell/ev-application-service.xml:
3662         * configure.ac:
3663         * shell/Makefile.am:
3664         * shell/ev-application.c:
3665         * shell/ev-application.h:
3666         * shell/ev-window.c:
3667         * shell/ev-window.h:
3668         * shell/main.c:
3669
3670         Add an optional dbus interface (--enable-dbus).
3671         Rework application code, mainly to be easier to
3672         use "remotely".
3673         Do not open multiple windows with the same document,
3674         spatial evince!
3675
3676 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
3677
3678         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
3679         pixbuf iff it exists.
3680
3681 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
3682
3683         * shell/*:
3684         * backend/ev-render-context.[ch]:
3685         * backend/ev-selection.[ch]:
3686
3687         Massive changes.  We now support text selection of pdfs, and not
3688         just rectangular selection.  This is pretty broken still, but I
3689         want to get something into CVS.
3690
3691 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3692
3693         * pdf/ev-poppler.cc:
3694         
3695         Fix for Bug 309080: crash on window close.
3696         
3697         * shell/ev-page-action.c: (page_changed_cb):
3698         
3699         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
3700         jensgr@gmx.net (Jens Granseuer).
3701
3702 2005-06-25  Marcel Telka  <marcel@telka.sk>
3703
3704         * configure.in (ALL_LINGUAS): Added sk.
3705
3706 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3707
3708         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
3709         not a document open
3710
3711 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
3712
3713         * NEWS:
3714         * configure.ac:
3715
3716         Release 0.3.2
3717
3718         * cut-n-paste/recent-files/Makefile.am:
3719
3720         Fix make distcheck
3721
3722 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
3723
3724         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
3725         (pixbuf_document_set_orientation), (rotate_pixbuf),
3726         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
3727         (pixbuf_document_document_iface_init), (pixbuf_document_init):
3728
3729         Implement rotation and cleanup the code a bit.
3730
3731         * tiff/tiff-document.c: (tiff_document_get_page_size),
3732         (tiff_document_get_orientation), (tiff_document_set_orientation),
3733         (rotate_pixbuf), (tiff_document_render_pixbuf),
3734         (tiff_document_document_iface_init), (tiff_document_init):
3735
3736         Implement rotation. Was the quicker solution for the release
3737         but we really need to share this code in the shell.
3738
3739 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
3740
3741         * pdf/ev-poppler.cc:
3742
3743         Enable rotation, require poppler cvs. Fix a leak.
3744
3745 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3746
3747         * shell/ev-window.c: (update_action_sensitivity):
3748         
3749         Make properties unsensitive if document backend doesn't provide
3750         any info
3751
3752 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3753
3754         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
3755         (bitmap_flip_horizontally), (bitmap_flip_vertically),
3756         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
3757         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
3758         (bitmap_flip_rotate_counter_clockwise):
3759         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
3760         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
3761         (buff_gets):
3762         * dvi/mdvi-lib/common.h:
3763         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
3764         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
3765         (opendvi), (mdvi_reload), (mdvi_init_context),
3766         (mdvi_destroy_context), (mdvi_dopage), (special):
3767         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
3768         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
3769         (file_hash_free), (register_encoding), (parse_spec),
3770         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
3771         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
3772         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
3773         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
3774         (mdvi_register_font_type), (mdvi_unregister_font_type),
3775         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
3776         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
3777         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
3778         (mdvi_hash_destroy_key), (mdvi_hash_reset):
3779         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
3780         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
3781         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
3782         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
3783         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
3784         * dvi/mdvi-lib/special.c: (mdvi_register_special),
3785         (mdvi_unregister_special), (mdvi_flush_specials):
3786         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
3787         (t1_font_remove):
3788         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
3789         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
3790         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
3791         (free_font_metrics), (flush_font_metrics):
3792         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
3793         (tt_font_remove):
3794         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
3795         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
3796         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
3797         (dstring_insert), (dstring_new), (dstring_reset):
3798         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
3799         
3800         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
3801         avoid conflict with libtool on FC4
3802         
3803         * shell/ev-window.c: (ev_window_cmd_help_about):
3804         
3805         Update copyright year. Fix for bug 308828.
3806
3807 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
3808
3809         * shell/ev-view.c: (add_scroll_binding_keypad),
3810         (ev_view_binding_activated), (ev_view_class_init),
3811         (on_adjustment_value_changed):
3812         
3813         Bug 170874: Arrow keys switch pages in presentation mode
3814
3815 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
3816
3817         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
3818         
3819         Fix for Bug 308265: Sidebar dissappears coming out of 
3820         Presentation mode
3821
3822 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
3823
3824         * shell/ev-application.c: (ev_application_open):
3825         * shell/ev-document-types.c: (ev_document_types_add_filters),
3826         (ev_document_types_add_filters_for_type):
3827         * shell/ev-document-types.h:
3828         * shell/ev-window.c: (ev_window_cmd_save_as):
3829         
3830         Suggest basename as template when saving, provide filters
3831         for save dialog. It's bug 308402
3832
3833 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3834
3835         * pdf/ev-poppler.cc:
3836         * shell/ev-sidebar-links.c: (job_finished_callback):
3837         * shell/ev-view.c: (update_find_status_message):
3838         
3839         Some leaks fixed
3840
3841 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
3842
3843         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3844         (egg_recent_view_uimanager_set_list):
3845
3846         Fix buglet in !show_numbers case.
3847
3848 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
3849
3850         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3851         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
3852
3853         Use pango ellipsisation.
3854
3855         * pdf/ev-poppler.cc:
3856
3857         Fix refcount leak, from nsh.
3858
3859 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3860
3861         * cut-n-paste/recent-files/Makefile.am:
3862         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
3863         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
3864         
3865         Removed EggRecentViewGtk
3866         
3867         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3868         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
3869         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
3870         (ev_window_setup_recent):
3871         
3872         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
3873         with other projects
3874
3875 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3876
3877         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
3878         (egg_recent_view_gtk_finalize):
3879
3880         Fix memory leak
3881
3882         * cut-n-paste/toolbar-editor/Makefile.am:
3883         
3884         Fix location of cursor icon.
3885         
3886         * pdf/ev-poppler.cc:
3887         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
3888         (display_completion_text), (match_completion):
3889         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
3890         (selection_changed_callback), (create_loading_model),
3891         (print_section_cb), (links_page_num_func),
3892         (update_page_callback_foreach):
3893         * shell/ev-window.c: (ev_window_dispose):
3894         
3895         Small memory fixes. Links model now store objects instead
3896         of pointers to improve memory management. 
3897
3898 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3899
3900         * shell/ev-window.c: (zoom_control_changed_cb):
3901         
3902         Fix update of zoom control (bug 308268).
3903
3904 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
3905
3906         * shell/ev-properties.c (set_property): escape the text correctly.
3907         Handles non-UTF-8 properties and escaped properties.  Also, sets
3908         the text to "<i>None</i>" if the property isn't set.
3909
3910         * data/evince-properties.glade: Change the label to be ellipsized,
3911         and give it a minimum size.
3912
3913 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3914
3915         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
3916         * shell/ev-sidebar-links.c: (create_loading_model):
3917         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
3918         * shell/ev-view.c: (ev_view_set_document):
3919         * shell/ev-window.c: (ev_window_dispose):
3920         
3921         Various small fixes, mostly memory leaks. Thanks to valgrind.
3922
3923 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
3924
3925         * ps/ps-document.c: remove the locale.h include again ;-). And
3926         kill the (bogus) setlocale/savelocale business.
3927
3928 2005-06-19   Jaap A. Haitsma <jaap@haitsma.org>
3929
3930         * ps/ps-document.c:
3931         
3932         Include locale.h to fix build
3933         
3934         * shell/ev-sidebar.c:
3935         
3936         Remove unnecessary includes
3937
3938 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3939
3940         * dvi/dvi-document.c: (dvi_document_load):
3941         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
3942         * po/POTFILES.in:
3943         
3944         Check for incorrect dvi files. Fix parsing dvi on AMD64
3945         platform. Thanks to tester@tester.ca (Olivier Crete).
3946
3947 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3948
3949         * shell/ev-page-action.c: (match_selected_cb),
3950         (display_completion_text), (match_completion), (update_model):
3951         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
3952         (expand_open_links):
3953         * shell/ev-sidebar.c: (ev_sidebar_destroy),
3954         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
3955         (ev_sidebar_set_document):
3956         * shell/ev-window.c: (ev_window_xfer_job_cb),
3957         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
3958         
3959         Fixed lot's of memory leaks, for example, memory leak on reload, 
3960         described in bug 307793.
3961
3962 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
3963
3964         * pdf/ev-poppler.cc:
3965         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
3966         (update_visible_range), (adjustment_changed_cb),
3967         (ev_sidebar_thumbnails_fill_model),
3968         (ev_sidebar_thumbnails_refresh),
3969         (ev_sidebar_tree_selection_changed),
3970         (ev_sidebar_icon_selection_changed),
3971         (ev_sidebar_thumbnails_use_icon_view),
3972         (ev_sidebar_thumbnails_set_document):
3973         * shell/ev-sidebar-thumbnails.h:
3974         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
3975         (ev_window_cmd_edit_rotate_right), (ev_window_init):
3976
3977         Refresh thumbnails when changing orientation. Not fully
3978         working yet becuase of a sidebar bug.
3979
3980         Set page orientation to poppler page everywhere. This sucks
3981         really need to fix poppler.
3982
3983 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
3984
3985         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
3986         (egg_recent_view_gtk_new_menu_item),
3987         (egg_recent_view_gtk_set_property),
3988         (egg_recent_view_gtk_get_property),
3989         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
3990         (egg_recent_view_gtk_set_tooltip_func),
3991         (egg_recent_view_gtk_set_label_width),
3992         (egg_recent_view_gtk_get_label_width):
3993         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
3994
3995         Sync with libegg (ellipsize labels)
3996
3997 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3998
3999         * data/evince-ui.xml:
4000         * shell/ev-window.c: (ev_window_cmd_go_forward),
4001         (ev_window_cmd_go_backward):
4002         
4003         Shift + PageUp moves 10 Pages. Fix for 306125
4004
4005 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
4006
4007         * pdf/ev-poppler.cc:
4008
4009         Add a flag to check if orientation has been overriden
4010
4011 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
4012
4013         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
4014         field if necessary.
4015
4016         * ps/ps.h: add creator field to document.
4017
4018         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
4019         set creator field.
4020
4021 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
4022
4023         * data/evince-properties.glade:
4024         * shell/ev-properties.c: (ev_properties_set_document):
4025
4026         s/PDF Version/Format
4027
4028 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
4029
4030         * shell/ev-properties.c: (ev_properties_set_document):
4031
4032         Remove unnecessary translations
4033
4034 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
4035
4036         * cut-n-paste/toolbar-editor/Makefile.am:
4037
4038         Correct library name    
4039
4040 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
4041
4042         * configure.ac:
4043         * cut-n-paste/recent-files/egg-recent-model.c:
4044         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
4045         (egg_recent_model_unlock_file):
4046         * cut-n-paste/recent-files/egg-recent-util.c:
4047         (egg_recent_util_get_unique_id):
4048         * cut-n-paste/recent-files/update-from-egg.sh:
4049         * cut-n-paste/toolbar-editor/Makefile.am:
4050         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4051         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
4052         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
4053         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4054         (egg_toolbars_model_get_type):
4055         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
4056
4057         Better makefile for toolbar editor and update everything
4058         to latest libegg.
4059
4060 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
4061
4062         * shell/ev-window.c: (update_document_mode):
4063
4064         Prefer presentation mode when the document
4065         require fullscreen.
4066
4067 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
4068
4069         * data/evince-ui.xml:
4070         * shell/ev-window.c:
4071
4072         Add control-equal for zooming
4073
4074 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
4075
4076         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
4077
4078 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
4079
4080         * backend/ev-document.c: (ev_document_get_orientation):
4081         * backend/ev-document.h:
4082         * pdf/ev-poppler.cc:
4083         * ps/ps-document.c: (ps_document_get_orientation),
4084         (ps_document_set_orientation), (ps_document_document_iface_init):
4085
4086         Add a get_orientation api. Improve set_orientation.
4087
4088         * data/evince-ui.xml:
4089         * shell/ev-view.c: (ev_view_set_orientation),
4090         (ev_view_rotate_right), (ev_view_rotate_left):
4091         * shell/ev-view.h:
4092         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
4093         (ev_window_cmd_edit_rotate_right):
4094
4095         Better ui for changing document orientation
4096
4097 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4098
4099         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
4100         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
4101         * shell/ev-sidebar-links.h:
4102         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
4103         (ev_sidebar_page_iface_init):
4104         * shell/ev-sidebar-page.h:
4105         * shell/ev-sidebar-thumbnails.c:
4106         (ev_sidebar_thumbnails_get_property),
4107         (ev_sidebar_thumbnails_class_init),
4108         (ev_sidebar_thumbnails_set_document):
4109         * shell/ev-sidebar-thumbnails.h:
4110         * shell/ev-view.c: (ev_view_motion_notify_event):
4111         * shell/ev-window.c: (update_chrome_visibility),
4112         (ev_window_cmd_focus_page_selector),
4113         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
4114         (sidebar_page_main_widget_update_cb), (ev_window_init):
4115         
4116         Autoraise toolbar on GoToPage binding and fix bindings in
4117         EvSidebarThumbnails page.
4118
4119 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
4120
4121         * shell/ev-properties.c: (update_progress_label):
4122
4123         Hide the progress label when finished; bug #307697.
4124
4125 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
4126
4127         * pdf/ev-poppler.cc:
4128
4129         Enable is_open for links, you will need poppler cvs
4130
4131         * shell/ev-properties.c: (job_fonts_finished_cb):
4132
4133         Get a lock on the document when filling the tree view
4134
4135 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
4136
4137         * backend/ev-document-links.h:
4138         * pdf/ev-poppler.cc:
4139         * shell/ev-sidebar-links.c: (create_loading_model),
4140         (expand_open_links), (job_finished_callback):
4141
4142         Expand links when specified by the document.
4143         Depend on a poppler api (defined out for now)
4144
4145 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
4146
4147         * shell/ev-properties.c: (ev_properties_dispose),
4148         (ev_properties_class_init), (dialog_destroy_cb),
4149         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
4150         (ev_properties_set_document), (ev_properties_new),
4151         (ev_properties_show):
4152         * shell/ev-properties.h:
4153
4154         Make it an object, cleanup the code, api to show it as transient
4155         and to set the document.
4156
4157         * shell/ev-window.c: (ev_window_setup_document),
4158         (ev_window_cmd_file_properties):
4159
4160         Adapt to EvProperties changes, do not show multiple
4161         times, update it when document changes.
4162
4163 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
4164
4165         * ps/gstypes.h:
4166         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
4167         (ps_document_set_orientation), (ps_document_document_iface_init):
4168         * ps/ps-document.h:
4169
4170         Implement orientation here too
4171
4172         * shell/ev-properties.c: (ev_properties_new):
4173         * data/evince-properties.glade:
4174
4175         Hide the fonts page for backends that doesnt
4176         support it.     
4177
4178 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
4179
4180         * backend/ev-document.c: (ev_document_set_orientation):
4181         * backend/ev-document.h:
4182         * pdf/ev-poppler.cc:
4183
4184         Add orientation api. Currently poppler api is not optimal,
4185         we need to set orientation every time we _get a page.
4186         I will try to fix that at some point.
4187
4188         * data/evince-ui.xml:
4189         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
4190         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
4191
4192         Add orientation menu items
4193
4194         * shell/ev-page-cache.c: (ev_page_cache_clear):
4195         * shell/ev-page-cache.h:
4196
4197         Add api to clear the cache
4198
4199         * shell/ev-view.c: (setup_caches), (clear_caches),
4200         (ev_view_set_document), (ev_view_zoom_out),
4201         (ev_view_set_orientation):
4202         * shell/ev-view.h:
4203
4204         Implement orientation changing
4205
4206 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
4207
4208         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
4209         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
4210         * backend/ev-document-fonts.h:
4211
4212         Separate scan and fill so that we can incrementally fill from
4213         the main thread. Add a progress api.
4214
4215         * data/evince-properties.glade:
4216         * pdf/ev-poppler.cc:
4217         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
4218         * shell/ev-jobs.h:
4219         * shell/ev-properties.c: (update_progress_label),
4220         (job_fonts_finished_cb), (setup_fonts_view):
4221
4222         Incrementally feel the list and show the progress
4223         percentage in a label like acrobat does.
4224
4225         You are going to need poppler cvs
4226
4227 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
4228
4229         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
4230         * backend/ev-document-fonts.h:
4231         * pdf/ev-poppler.cc:
4232
4233         Make fonts model fill incrementally.
4234
4235         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
4236         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
4237         (ev_job_queue_remove_job):
4238         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
4239         (ev_job_fonts_new), (ev_job_fonts_run):
4240         * shell/ev-jobs.h:
4241
4242         New job for fonts scanning
4243
4244         * shell/ev-properties.c: (job_fonts_finished_cb),
4245         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
4246         * shell/ev-properties.h:
4247         * shell/ev-window.c: (ev_window_cmd_file_properties):
4248
4249         Incrementally feel the treeview using the new job. Show Loading...
4250         message until scanning is completed.
4251
4252         Hopefully I didnt break the build without the poppler patch.
4253
4254 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4255
4256         * shell/ev-application.c: (ev_application_open):
4257         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
4258         (ev_document_type_get_type), (ev_document_type_lookup):
4259         * shell/ev-document-types.h:
4260         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
4261         * shell/ev-job-xfer.h:
4262         * shell/ev-window.c: (ev_window_clear_local_uri),
4263         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
4264         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
4265         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4266         
4267         Transfer remote documents to tmp directory to display them later.
4268
4269 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
4270
4271         * backend/ev-document-info.h:
4272         * shell/ev-properties.c: (ev_properties_new):
4273
4274         s/GTime*/GTime. Not sure why we was using a pointer
4275         at all there!
4276
4277 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
4278
4279         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
4280         situations.  That situation is that you're using GTK+-HEAD with
4281         the patch at #306726 is applied, and you have a document with <
4282         1500 pages in it.  It's not quite as uniformly nice as the
4283         TreeView, but should be better in the long run.
4284
4285         I'm pretty sure I guarded against breaking compilation with
4286         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
4287         I missed some.
4288
4289         * shell/ev-window.c (ev_window_init): We don't have our tree/list
4290         widget yet, so I commented that code out
4291         enable_view_actions_for_widget() for now.  Need to figure this
4292         out.
4293
4294         * shell/ev-page-action.c (match_selected_cb): emit the right
4295         signals.  Our cool C-l completion now works.
4296
4297 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4298
4299         * backend/Makefile.am:
4300         * backend/ev-document-fonts.c:
4301         * backend/ev-document-links.c:
4302         * backend/ev-document.c: (ev_document_load):
4303         * backend/ev-document.h:
4304         * backend/ev-job-queue.c:
4305         * backend/ev-job-queue.h:
4306         * backend/ev-jobs.c:
4307         * backend/ev-jobs.h:
4308         * backend/ev-page-cache.c:
4309         * backend/ev-page-cache.h:
4310
4311         EvPageCache and EvJobs are moved to shell.
4312
4313         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
4314         (ev_tmp_filename):
4315         * lib/ev-file-helpers.h:
4316         
4317         New helper to work with temporary files
4318         
4319         * shell/Makefile.am:
4320         * shell/ev-application.c: (ev_application_open):
4321         * shell/ev-application.h:
4322         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
4323         (remove_job_from_async_queue), (add_job_to_async_queue),
4324         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
4325         (handle_job), (search_for_jobs_unlocked),
4326         (no_jobs_available_unlocked), (ev_render_thread),
4327         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
4328         (ev_job_queue_add_job), (move_job_async), (move_job),
4329         (ev_job_queue_update_job), (ev_job_queue_remove_job):
4330         * shell/ev-job-queue.h:
4331         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
4332         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
4333         * shell/ev-job-xfer.h:
4334         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
4335         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
4336         (ev_job_links_class_init), (ev_job_render_init),
4337         (ev_job_render_dispose), (ev_job_render_class_init),
4338         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
4339         (ev_job_thumbnail_class_init), (ev_job_load_init),
4340         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
4341         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
4342         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
4343         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
4344         * shell/ev-jobs.h:
4345         * shell/ev-page-action.c: (ev_page_action_set_document):
4346         * shell/ev-page-cache.c: (ev_page_cache_init),
4347         (ev_page_cache_class_init), (ev_page_cache_finalize),
4348         (ev_page_cache_new), (ev_page_cache_get_n_pages),
4349         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
4350         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
4351         (ev_page_cache_get_title), (ev_page_cache_get_size),
4352         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
4353         (ev_page_cache_get_height_to_page),
4354         (ev_page_cache_get_max_label_chars),
4355         (ev_page_cache_get_page_label),
4356         (ev_page_cache_has_nonnumeric_page_labels),
4357         (ev_page_cache_get_info), (ev_page_cache_next_page),
4358         (ev_page_cache_prev_page), (ev_page_cache_get):
4359         * shell/ev-page-cache.h:
4360         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
4361         (ev_pixbuf_cache_clear_job_sizes),
4362         (ev_pixbuf_cache_add_jobs_if_needed),
4363         (ev_pixbuf_cache_set_page_range):
4364         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
4365         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
4366         * shell/ev-sidebar-thumbnails.c:
4367         (ev_sidebar_tree_selection_changed),
4368         (ev_sidebar_thumbnails_set_document):
4369         * shell/ev-statusbar.c: (ev_statusbar_destroy),
4370         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
4371         (ev_statusbar_get_context_id), (ev_statusbar_push),
4372         (ev_statusbar_pop), (ev_statusbar_set_maximized),
4373         (ev_statusbar_pulse), (ev_statusbar_show_progress),
4374         (ev_statusbar_set_progress):
4375         * shell/ev-statusbar.h:
4376         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
4377         (ev_view_find_previous):
4378         * shell/ev-window.c: (ev_window_is_empty),
4379         (ev_window_setup_document), (password_dialog_response),
4380         (ev_window_clear_jobs), (ev_window_load_job_cb),
4381         (ev_window_xfer_job_cb), (ev_window_open_uri),
4382         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
4383         (ev_window_print), (ev_window_print_range),
4384         (ev_window_state_event), (ev_window_cmd_view_reload),
4385         (menu_item_select_cb), (menu_item_deselect_cb),
4386         (view_status_changed_cb), (ev_window_dispose),
4387         (drag_data_received_cb), (ev_window_init):
4388         * shell/ev-window.h:
4389         * shell/main.c: (load_files):
4390         
4391         New statusbar to show progress on idle. Two new jobs - 
4392         xfer job and load job to load document in background. And update
4393         of page_cache clients to new location of code.
4394
4395 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
4396   
4397         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
4398         selection in open dialog. It also remembers the last visited directory 
4399         in the current session.
4400
4401 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4402
4403         * shell/ev-properties.c: (ev_properties_new):
4404         * shell/ev-properties.h:
4405         * shell/ev-window.c: (ev_window_cmd_file_properties):
4406         
4407         Get document info from page cache instead of document itself.
4408         This should fix crash related to race conditions described in
4409         bug 306545.
4410
4411 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
4412
4413         * ps/ps-document.c: (ps_document_init),
4414         (send_ps), (get_page_box), (output), (catchPipe), (input),
4415         (stop_interpreter), (file_length), (file_readable),
4416         (check_filecompressedb), (ps_document_enable_interpreter),
4417         (document_load), (ps_async_renderer_render_pixbuf):
4418         * ps/ps-document.h:
4419
4420         Big cleanup of the ps code
4421
4422 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
4423
4424         * backend/Makefile.am:
4425         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
4426         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
4427         * backend/ev-async-renderer.h:
4428
4429         Add an async renderer interface (method + callback) which
4430         is useful for backends like ps.
4431
4432         * backend/ev-job-queue.c: (remove_job_from_async_queue),
4433         (add_job_to_async_queue), (job_finished_cb), (handle_job),
4434         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
4435         (ev_job_queue_add_job), (move_job_async), (move_job),
4436         (ev_job_queue_update_job), (ev_job_queue_remove_job):
4437
4438         Add queues for async renderer, these are executed on the
4439         main thread.
4440
4441         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
4442         (ev_job_render_run):
4443         * backend/ev-jobs.h:
4444
4445         If the backend support async renderer interface use it.
4446
4447         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
4448         (setup_pixmap), (ps_document_get_type),
4449         (ps_async_renderer_render_pixbuf),
4450         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
4451
4452         Implement async renderer interface.
4453
4454 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4455
4456         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
4457
4458         Cleanup links job on exit.
4459
4460 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4461
4462         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4463         (drag_data_get_cb), (drag_data_received_cb):
4464         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
4465         (drag_data_get_cb), (parse_item_list),
4466         (egg_toolbar_editor_load_actions):
4467         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4468         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
4469         (parse_item_list), (parse_toolbars):
4470         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
4471         (dvi_pixbuf_put_pixel):
4472         
4473         Fix gcc 4.0 warnings
4474
4475 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
4476
4477         * ps/ps-document.c: (start_interpreter):
4478
4479         Fix warning when loading ps
4480
4481 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
4482
4483         * ps/ps-document.c: (output):
4484
4485         Fix crash when priting gs error messages.
4486
4487 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
4488
4489         * backend/ev-page-cache.c: (_ev_page_cache_new):
4490         * backend/ev-page-cache.h:
4491
4492         Use a const to return title so that we dont double
4493         free it. Small cleanup and fix a leak.
4494
4495         * shell/ev-window.c: (update_window_title):
4496
4497         strdup value from get_title.
4498
4499 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
4500
4501         * shell/ev-sidebar-links.c: (job_finished_callback),
4502         (ev_sidebar_links_set_document):
4503
4504         Cleanup the old job when changing document
4505
4506 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4507
4508         * shell/ev-stock-icons.c:
4509         * shell/ev-stock-icons.h:
4510         * shell/ev-window.c:
4511         
4512         Add stock icons for actions that can appear in toolbar. Fix for
4513         bug 306566.
4514
4515 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4516
4517         * backend/ev-page-cache.c: (ev_page_cache_finalize),
4518         (_ev_page_cache_new), (ev_page_cache_get_max_width),
4519         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
4520         * backend/ev-page-cache.h:
4521         * shell/ev-view.c: (scroll_to_current_page),
4522         (view_update_range_and_current_page), (get_page_y_offset),
4523         (get_page_extents), (ev_view_size_request_continuous_dual_page),
4524         (ev_view_size_request_continuous),
4525         (ev_view_zoom_for_size_continuous_and_dual_page),
4526         (ev_view_zoom_for_size_continuous):
4527         
4528         More compact EvView layout in document with pages of different size.
4529
4530 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
4531
4532         * shell/ev-window.c (ev_window_cmd_file_properties): fix
4533         compilation.
4534
4535 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4536
4537         * shell/ev-view.c: (view_set_adjustment_values):
4538         * shell/ev-window.c: (ev_window_cmd_file_properties):
4539         
4540         A bit different fix for rounding problem but it has no
4541         problems on startup. Make properties window transient to parent.
4542
4543 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4544
4545         * pdf/ev-poppler.cc:
4546         
4547         More commenting of font stuff.
4548
4549 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
4550
4551         * pdf/ev-poppler.cc:
4552
4553         Comment out some more fonts stuff. Should really
4554         work without the poppler patch now.
4555
4556 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
4557
4558         * pdf/ev-poppler.cc:
4559
4560         Adapt to api change
4561
4562 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
4563
4564         * data/evince-properties.glade:
4565         * pdf/ev-poppler.cc:
4566         * shell/ev-properties.c: (setup_fonts_view):
4567
4568         Set the column title. Show the dialog only
4569         once everything is setup.
4570         Getting font info can be very slow... will
4571         prolly need to make this threaded too.
4572
4573 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
4574
4575         * backend/Makefile.am:
4576         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
4577         (ev_document_fonts_get_fonts_model):
4578         * backend/ev-document-fonts.h:
4579         * data/evince-properties.glade:
4580         * pdf/ev-poppler.cc:
4581         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
4582         * shell/ev-properties.h:
4583         * shell/ev-window.c: (ev_window_cmd_file_properties):
4584
4585         Implement fonts list. Defined out for now, since it depends
4586         on a not yet committed poppler patch.
4587
4588 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
4589
4590         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
4591         page + 1.
4592
4593         * shell/ev-window.c: Make sure we add the timeout when we get a
4594         focus-in event.
4595
4596         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
4597         adjustment->value before calculating the zoom factor to average
4598         out all of our rounding errors.  The page no longer 'drifts' when
4599         resizing.
4600
4601 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4602
4603         * data/evince-properties.glade:
4604         * shell/ev-properties.c: (ev_properties_format_date),
4605         (set_property):
4606         
4607         Labels don't expand when the dialogue is resized.
4608         strftime result needs to be converted to UTF-8. Thanks
4609         to Christian Persch <chpe@gnome.org>.
4610
4611 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
4612
4613         * data/evince-properties.glade:
4614
4615         Hide the fonts tab
4616
4617 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
4618
4619         * backend/ev-document-info.h:
4620         * backend/ev-document.c: (ev_document_info_free):
4621         * data/evince-properties.glade:
4622         * pdf/ev-poppler.cc:
4623         * ps/ps-document.c: (ps_document_get_info):
4624         * shell/ev-properties.c: (ev_properties_format_date),
4625         (set_property), (ev_properties_new):
4626         * shell/ev-properties.h:
4627         * shell/ev-window.c: (ev_window_cmd_file_properties):
4628
4629         Rework properties code to take only EvPropertyInfo
4630         in the constructor so that it can be useful for
4631         nautilus plugin too.
4632
4633         Deal with backends that doesnt support some properties.
4634         Make set property code generic.
4635
4636 2005-06-04  Christian Persch <chpe@gnome.org>
4637
4638         * data/evince-properties.glade:
4639
4640         fix spacings, make resizeable, and make data labels
4641         selectable + ellipsised
4642
4643 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
4644
4645         * backend/ev-document-info.h:
4646         * data/Makefile.am:
4647         * data/evince-ui.xml:
4648         * pdf/ev-poppler.cc:
4649         * shell/Makefile.am:
4650         * shell/ev-window.c: (update_action_sensitivity),
4651         (ev_window_cmd_file_properties):
4652
4653         Initial go at file properties. Patch by
4654         Emil Soleyman-Zomalan <emil@soleyman.com>.
4655         Needs love see #169583
4656
4657 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
4658
4659         * ps/ps-document.c: (output):
4660         * ps/ps.c: (psscan):
4661
4662         Try to render even if psscan fails.
4663
4664 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
4665
4666         * ps/ps.c: (psscan), (pscopydoc):
4667
4668         Port buffered reading code from gv
4669
4670 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
4671
4672         * ps/ps-document.c: (interpreter_message), (output):
4673
4674         Do not fail on interpreter messages
4675
4676 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
4677
4678         * backend/ev-document-misc.c:
4679         (ev_document_misc_get_thumbnail_frame):
4680
4681         Pages can be 0 x 0, dont assert on this case
4682
4683 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
4684
4685         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
4686         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
4687
4688         Correctly manage our reference on document. Finally the reload
4689         huge leak is gone...
4690
4691 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
4692
4693         * ps/ps-document.c: (ps_document_dispose):
4694
4695         Forgot to chain it to the parent. Thanks chpe.
4696
4697 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
4698
4699         * ps/ps-document.c: (ps_document_dispose),
4700         (ps_document_class_init), (stop_interpreter), (document_load):
4701
4702         Cleanup dispose a bit. Dont leak the whole pixmap.
4703
4704 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
4705
4706         * pdf/ev-poppler.cc:
4707
4708         Release the poppler document on dispose
4709
4710 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
4711
4712         * shell/ev-view.c: (ev_view_set_document):
4713
4714         Release ref on the pixbuf cache when changing
4715         document.
4716
4717 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
4718
4719         * ps/ps-document.c: (ps_document_get_info):
4720
4721         Fix a double free
4722
4723 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
4724
4725         * backend/ev-page-cache.c: (ev_page_cache_init),
4726         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
4727         * backend/ev-page-cache.h:
4728         * shell/ev-page-action.c: (page_changed_cb):
4729         
4730         Set page action entry width depending on labels width. Fix
4731         for bug 305202.
4732
4733 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
4734
4735         * backend/ev-link.c: (ev_link_class_init):
4736
4737         Allow -1 as page value (error)
4738
4739 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
4740
4741         * shell/ev-sidebar-thumbnails.c:
4742         (ev_sidebar_thumbnails_set_document):
4743         * shell/ev-view.c: (scroll_to_current_page),
4744         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
4745         (page_changed_cb), (on_adjustment_value_changed),
4746         (ev_view_set_document):
4747
4748         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
4749         Fix bug 305377
4750
4751 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4752
4753         * configure.ac:
4754         * djvu/djvu-document.c: (djvu_document_get_page_size):
4755
4756         Require djvulibre CVS. Now djvu loading is much faster. Fix for
4757         bug 301993.
4758
4759 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
4760
4761         * shell/ev-view.c (draw_one_page): modify the expose handling to
4762         get the shadows.
4763
4764         * shell/ev-window.c (update_action_sensitivity): Respect
4765         permissions field.  Kowtow to the man.
4766
4767         * pdf/ev-poppler.cc: Get the permissions field.
4768
4769         * tiff/*c: Make a tiny bit more robust.
4770
4771 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4772
4773         * djvu/djvu-document.c:
4774         
4775         Pop messages from djvu context message queue.
4776
4777 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4778
4779         * configure.ac, Makefile.am, shell/Makefile.am:
4780         * tiff/Makefile.am, shell/ev-document-types.c:
4781         
4782         Cleanup tiff configure checks. Fix for bug 305218.
4783
4784 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
4785
4786         * configure.ac: Added "uk" to ALL_LINGUAS.
4787
4788 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4789
4790         * cut-n-paste/zoom-control/ephy-zoom.c:
4791         (ephy_zoom_get_changed_zoom_level):
4792         * cut-n-paste/zoom-control/ephy-zoom.h:
4793         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
4794         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
4795         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
4796         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
4797         (zoom_control_changed_cb), (ev_window_init):
4798         
4799         Fix minor points related to moving best fit up. Introduce
4800         "zoom" property and make zoom control change it's value on
4801         notify::zoom signals. Fix for 305080.
4802
4803 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4804
4805         * data/evince-ui.xml:
4806         * shell/ev-window.c: (set_view_actions_sensitivity):
4807         
4808         Use + and - as accels for zoom in and zoom out. Fix for 305001.
4809
4810 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
4811
4812         * configure.ac:
4813
4814         Depends on poppler 0.3.2
4815
4816 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
4817
4818         * cut-n-paste/recent-files/egg-recent-item.c:
4819         (egg_recent_item_get_short_name):
4820         * cut-n-paste/toolbar-editor/Makefile.am:
4821         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4822         (new_pixbuf_from_widget):
4823         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
4824         * cut-n-paste/toolbar-editor/egg-marshal.c:
4825         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
4826         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4827
4828         Sync
4829
4830 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
4831
4832         * tiff/tiff-document.c: Rough TIFF backend.
4833
4834 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
4835
4836         * NEWS:
4837         * configure.ac:
4838         * cut-n-paste/toolbar-editor/Makefile.am:
4839
4840         Release 0.3.1
4841
4842 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
4843
4844         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
4845         (ev_view_find_next), (ev_view_find_previous):
4846
4847         Remove the locks around get_n_results   
4848
4849 2005-05-21  Juerg Billeter  <j@bitron.ch>
4850
4851         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
4852
4853         Pass correct number of pages to poppler.
4854
4855 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4856
4857         * configure.ac:
4858         * data/Makefile.am:
4859         * data/evince.desktop.in: 
4860         * data/evince.desktop.in.in:
4861         * po/POTFILES.in:
4862         
4863         Add conditionally dvi and djvu to desktop types. Fix for 304658.
4864
4865 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
4866
4867         * shell/ev-view.c: (view_update_adjustments),
4868         (view_set_adjustment_values): cast adjustmen->value to (int)
4869         before using it.  Otherwise, we get off by a pixel in some
4870         situations.
4871
4872         (draw_one_page): Draw the border on expose.
4873
4874 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
4875
4876         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
4877         adjustment when the mode changes, #304923
4878
4879 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4880
4881         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
4882         flickering on resize but still use gdk_window_scroll on
4883         scrolling
4884
4885 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
4886
4887         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
4888         option, #170458
4889
4890 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
4891
4892         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
4893         second page on page_changed if possible, #304669
4894
4895 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
4896
4897         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
4898         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
4899
4900 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
4901
4902         * .cvsignore:
4903         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
4904         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
4905         (ev_view_zoom_for_size_presentation),
4906         (ev_view_zoom_for_size_continuous_and_dual_page),
4907         (ev_view_zoom_for_size_continuous),
4908         (ev_view_zoom_for_size_dual_page),
4909         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
4910         * shell/ev-view.h:
4911         * shell/ev-window.c: (update_view_size),
4912         (ev_window_sizing_mode_changed_cb):
4913
4914         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
4915         the scrollbars.  It's not 100% right, but it's much closer.  Kills
4916         an infinite loop, #304769
4917
4918
4919 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
4920
4921         * data/evince-ui.xml:
4922         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
4923         * shell/ev-window.c: (set_view_actions_sensitivity):
4924
4925         Make PgUp/Down behave like Space
4926
4927 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
4928
4929         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
4930         * backend/ev-ps-exporter.h:
4931         * pdf/ev-poppler.cc:
4932         * ps/ps-document.c: (ps_document_ps_export_begin):
4933         * shell/ev-print-job.c: (idle_print_handler):
4934
4935         Adapt to new poppler api
4936
4937 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
4938
4939         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4940         (ephy_zoom_control_init):
4941
4942         Translate zoom levels
4943
4944 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
4945
4946         * cut-n-paste/zoom-control/ephy-zoom.c:
4947         (ephy_zoom_get_zoom_level_index):
4948
4949         Fix current zoom -> zoom control match
4950
4951 2005-05-18  James Bowes  <bowes@cs.dal.ca>
4952
4953         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
4954         rather than the scrolled_window that it's in. Fixes bug #304655.
4955
4956 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
4957
4958         * shell/ev-view.c: (view_update_adjustments),
4959         (view_set_adjustment_values), (view_update_range_and_current_page),
4960         (view_scroll_to_page), (set_scroll_adjustment),
4961         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
4962         (ev_view_scroll), (ev_view_scroll_view),
4963         (ensure_rectangle_is_visible), (find_page_at_location),
4964         (get_link_at_location), (go_to_link), (status_message_from_link),
4965         (ev_view_size_request_continuous_dual_page),
4966         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
4967         (ev_view_unrealize), (ev_view_expose_event),
4968         (ev_view_button_press_event), (ev_view_motion_notify_event),
4969         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
4970         (draw_rubberband), (highlight_find_results), (draw_one_page),
4971         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
4972         (ev_view_init), (find_changed_cb), (page_changed_cb),
4973         (on_adjustment_value_changed), (ev_view_new),
4974         (ev_view_set_document), (ev_view_set_zoom),
4975         (ev_view_set_continuous), (ev_view_set_dual_page),
4976         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
4977         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
4978         (ev_view_zoom_for_size_presentation),
4979         (ev_view_zoom_for_size_continuous_dual_page),
4980         (ev_view_zoom_for_size_continuous),
4981         (ev_view_zoom_for_size_dual_page),
4982         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
4983         (ev_view_get_status), (ev_view_set_status),
4984         (update_find_status_message), (ev_view_get_find_status),
4985         (ev_view_set_find_status), (jump_to_find_result),
4986         (jump_to_find_page), (compute_selections), (clear_selection),
4987         (ev_view_select_all), (get_selected_text), (ev_view_copy),
4988         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
4989         (ev_view_update_primary_selection),
4990         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
4991         * shell/ev-view.h:
4992         * shell/ev-window.c: (ev_window_open_page_label),
4993         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
4994         (ev_window_init):
4995         * shell/ev-window.h:
4996         * shell/main.c: (load_files):
4997
4998         Massive code clean up from Nickolay Shmyrev.  Keep page offset
4999         when resizing.  Remove the bin_window().  Also, patch from James
5000         Bowes to fix command line page, #300641
5001         
5002 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
5003
5004         * data/evince-ui.xml:
5005         * shell/ev-view.c:
5006         * shell/ev-view.h:
5007         * shell/ev-window.c: (update_action_sensitivity):
5008
5009         Get rid of View->Normal Size, it's just confusing
5010
5011 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
5012
5013         * backend/ev-document-info.h:
5014         * backend/ev-document.c: (ev_document_info_free): Free the
5015         EvDocumentInfo.
5016
5017         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
5018         (clear_range), (add_range), (update_visible_range),
5019         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
5020         (ev_sidebar_thumbnails_set_document):
5021         * shell/ev-window.c: (ev_window_setup_document): Only render the
5022         visible thumbnails.  It takes an instant to render, but it uses
5023         much less memory.
5024
5025 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
5026
5027         * shell/ev-sidebar-links.c: (popup_menu_cb):
5028
5029         Select first item
5030
5031 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
5032
5033         * lib/Makefile.am:
5034         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
5035         (button_press_cb), (ev_sidebar_links_construct):
5036
5037         Show the popup menu also on keybindings
5038
5039 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
5040
5041         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
5042         * shell/ev-window.h:
5043
5044         Expose api to print a range (with dialog). Make private _print use
5045         it.
5046
5047         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
5048         (ev_sidebar_links_construct):
5049
5050         Show a print context menu on linkx, it prints the selected
5051         section.
5052
5053 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
5054
5055         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
5056         button.
5057
5058 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
5059
5060         * AUTHORS:
5061
5062         Update
5063
5064         * shell/ev-window.c: (build_comments_string),
5065         (ev_window_cmd_help_about):
5066
5067         Show poppler version/backend and authors
5068
5069 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
5070
5071         * cut-n-paste/zoom-control/ephy-zoom.c:
5072         (ephy_zoom_get_zoom_level_index):
5073         * cut-n-paste/zoom-control/ephy-zoom.h:
5074
5075         Move the best fit items at the top of the list
5076
5077 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
5078
5079         * shell/ev-marshal.list:
5080         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
5081         (activate_cb), (match_selected_cb), (activate_link_cb),
5082         (connect_proxy), (ev_page_action_class_init):
5083         * shell/ev-page-action.h:
5084
5085         Use signals to notify action activation. Hopefully
5086         I did not break completion since I cant test...
5087
5088         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
5089         (register_custom_actions):
5090
5091         Connect to page selector actions and also grab focus on
5092         the view when activated.
5093
5094 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
5095
5096         * pdf/ev-poppler.cc:
5097         * backend/ev-page-cache.c: make page size calculation consistent
5098         and set it to (int)( width * scale + 0.5).  This makes the weird
5099         line going through the middle of the page go away.
5100
5101         * shell/ev-view.c: move painting the background page after
5102         checking the expose area covers us.
5103
5104 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5105
5106         * data/evince-password.glade:
5107         
5108         Mark labels as not translatable. Fix for bug 302842.
5109
5110 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
5111
5112         * configure.ac: Added "es" to ALL_LINGUAS.
5113
5114 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
5115
5116         * data/evince-toolbar.xml:
5117         * shell/ev-window.c: (update_action_sensitivity),
5118         (ev_window_setup_document), (ev_window_set_page_mode),
5119         (ev_window_init):
5120
5121         Remove some leftover code from jrb first continous
5122         attempt. Use the new actions, we still need good icons
5123         though...
5124
5125 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
5126
5127         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
5128
5129         Update label when connecting proxy. Fix a warning with NULL
5130         page_cache.
5131
5132 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
5133
5134         * data/evince-ui.xml:
5135         * shell/ev-page-action.c: (ev_page_action_grab_focus):
5136         * shell/ev-page-action.h:
5137         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
5138
5139         Add mnemonic for edit toolbar.
5140         ctrl+l focus the page entry.
5141
5142 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
5143
5144         * lib/Makefile.am:
5145         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
5146         (ev_window_init):
5147         * shell/main.c: (main):
5148
5149         Put the toolbar xml in evince own dot dir
5150
5151 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
5152
5153         * shell/ev-window.c: (ev_window_init):
5154
5155         Make the toolbar not removable
5156
5157 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
5158
5159         * data/evince-ui.xml:
5160         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
5161         * shell/ev-sidebar-links.h:
5162         * shell/ev-sidebar-thumbnails.c:
5163         (ev_sidebar_thumbnails_get_treeview):
5164         * shell/ev-sidebar-thumbnails.h:
5165         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
5166         (ev_view_class_init):
5167         * shell/ev-view.h:
5168         * shell/ev-window.c: (update_action_sensitivity),
5169         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
5170         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
5171         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
5172         (ev_window_init):
5173
5174         This is evil... Make space/backspace global accelerators but
5175         enable them only for some widgets (sidebars and view).
5176         I dont like it, but I dont know a better way... :/
5177
5178 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
5179
5180         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
5181         (ev_page_action_widget_finalize),
5182         (ev_page_action_widget_class_init), (update_page_cache):
5183
5184         Keep a weak reference on proxy->page_cache so that we
5185         dont try to disconnect the signal if the object is already
5186         gone. Maybe there is a better way to cleanup reference handling
5187         in page action though...
5188
5189 2005-05-10  Juerg Billeter  <j@bitron.ch>
5190
5191         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
5192         * backend/ev-ps-exporter.h:
5193         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
5194         * ps/ps-document.c: (ps_document_ps_export_begin):
5195         
5196         Change api to pass print range to ps_exporter_begin. The pdf backend
5197         requires this information.
5198         
5199         * shell/ev-print-job.c: (idle_print_handler):
5200         
5201         Adapt to api change
5202
5203 2005-05-10  Juerg Billeter  <j@bitron.ch>
5204
5205         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
5206         (idle_print_handler)
5207         * shell/ev-window.c: (ev_window_print):
5208
5209         Support printing page range, based on patch by Amaury Jacquot
5210
5211 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
5212
5213         * data/evince-toolbar.xml:
5214
5215         Add zoom control to available items
5216
5217 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
5218
5219         * shell/ev-window.c: (update_action_sensitivity):
5220
5221         Set slash action insensitive when appropriate
5222
5223 2005-05-10  Christian Persch <chpe@gnome.org>
5224
5225         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
5226
5227         Fix warning on the overflow menu
5228
5229 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
5230
5231         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
5232
5233         Check for uri correctness/existence
5234
5235 2005-05-09  Juerg Billeter  <j@bitron.ch>
5236
5237         * shell/ev-window.c: (using_postscript_printer):
5238
5239         LPD printers use postscript, too
5240
5241 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
5242
5243         * shell/ev-window.c: (register_custom_actions):
5244
5245         The zoom one is actually sort of useful,
5246         put it back
5247
5248 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
5249
5250         * shell/ev-window.c: (register_custom_actions):
5251
5252         Hide page/zoom controls from overflow, they
5253         are useless.
5254
5255 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
5256
5257         * cut-n-paste/update-from-egg.sh:
5258         
5259         Share it between all cut-n-paste subdirs
5260
5261         * cut-n-paste/recent-files/Makefile.am:
5262
5263         Fix to use "global" update-from-egg.sh
5264
5265         * cut-n-paste/recent-files/egg-recent-model.c:
5266         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
5267         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
5268         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
5269         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
5270
5271         Update from libegg
5272
5273         * cut-n-paste/toolbar-editor/Makefile.am:
5274
5275         Fix to use "global" update-from-egg.sh
5276
5277         * cut-n-paste/toolbar-editor/eggmarshalers.list:
5278
5279         Update from libegg
5280
5281 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
5282
5283         * configure.ac:
5284         * cut-n-paste/Makefile.am:
5285         * cut-n-paste/recent-files/Makefile.am:
5286         * cut-n-paste/toolbar-editor/.cvsignore:
5287         * cut-n-paste/toolbar-editor/Makefile.am:
5288         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5289         (egg_editable_toolbar_get_type), (get_toolbar_position),
5290         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
5291         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
5292         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
5293         (set_item_drag_source), (create_item_from_action), (create_item),
5294         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
5295         (popup_toolbar_context_menu_cb), (free_dragged_item),
5296         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
5297         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
5298         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
5299         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
5300         (item_added_cb), (item_removed_cb),
5301         (egg_editable_toolbar_construct),
5302         (egg_editable_toolbar_disconnect_model),
5303         (egg_editable_toolbar_deconstruct),
5304         (egg_editable_toolbar_set_model),
5305         (egg_editable_toolbar_set_ui_manager),
5306         (egg_editable_toolbar_set_property),
5307         (egg_editable_toolbar_get_property),
5308         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
5309         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
5310         (egg_editable_toolbar_new_with_model),
5311         (egg_editable_toolbar_get_edit_mode),
5312         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
5313         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
5314         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
5315         (new_pixbuf_from_widget), (new_separator_pixbuf),
5316         (update_separator_image), (style_set_cb),
5317         (_egg_editable_toolbar_new_separator_image),
5318         (egg_editable_toolbar_get_model):
5319         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
5320         * cut-n-paste/toolbar-editor/egg-marshal.c:
5321         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
5322         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
5323         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
5324         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
5325         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
5326         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
5327         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
5328         (editor_drag_data_delete_cb), (drag_data_get_cb),
5329         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
5330         (editor_create_item), (update_editor_sheet), (setup_editor),
5331         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
5332         (parse_item_list), (model_has_action), (update_actions_list),
5333         (egg_toolbar_editor_load_actions):
5334         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
5335         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5336         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
5337         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
5338         (toolbars_item_new), (free_toolbar_node), (free_item_node),
5339         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
5340         (egg_toolbars_model_add_separator), (impl_add_item),
5341         (parse_item_list), (egg_toolbars_model_add_toolbar),
5342         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
5343         (impl_get_item_data), (impl_get_item_type),
5344         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
5345         (egg_toolbars_model_init), (free_toolbar),
5346         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
5347         (egg_toolbars_model_remove_toolbar),
5348         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
5349         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
5350         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
5351         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
5352         (egg_toolbars_model_get_item_data),
5353         (egg_toolbars_model_get_item_type):
5354         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
5355         * cut-n-paste/toolbar-editor/eggmarshalers.list:
5356         * data/Makefile.am:
5357         * data/evince-toolbar.xml:
5358         * data/evince-ui.xml:
5359         * data/hand-open.png:
5360         * po/POTFILES.in:
5361         * shell/Makefile.am:
5362         * shell/ev-window.c: (update_chrome_visibility),
5363         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
5364         (ev_window_dispose), (ev_window_init):
5365
5366         Implement epiphany like toolbar editor. Based on patch by
5367         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5368
5369 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
5370
5371         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
5372
5373         Use set_cursor instead of set_selection, so that
5374         the keyboard focus moves too.
5375
5376 2005-05-09  Aleksey Kliger <akliger@gmail.com>
5377
5378         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
5379
5380         Fix infinite loop when loading Type1 fonts
5381
5382 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
5383
5384         * data/evince-ui.xml:
5385         * shell/ev-window.c:
5386
5387         Slash -> Find
5388
5389 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
5390
5391         * configure.ac:
5392
5393         Make --disable really disable
5394
5395 2005-05-07  Juerg Billeter  <j@bitron.ch>
5396
5397         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
5398
5399         Compare page labels even without has_labels set, fixes setting page
5400         with entry
5401
5402 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
5403
5404         * shell/ev-view.c: (ev_view_create_invisible_cursor),
5405         (ev_view_set_cursor), (ev_view_button_press_event),
5406         (ev_view_motion_notify_event), (ev_view_button_release_event),
5407         (ev_view_init):
5408
5409         Implement middle button scrolling. Based on a patch
5410         by Tommi Komulainen <tommi.komulainen@iki.fi>.
5411
5412 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
5413
5414         * shell/ev-document-types.c: (get_slow_mime_type),
5415         (get_document_type_from_mime), (ev_document_type_lookup):
5416         * shell/ev-document-types.h:
5417
5418         Change api to lookup from uri. Do fast lookup first, if the
5419         type is unknown try with data sniffing.
5420
5421         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
5422         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5423
5424         Adapt to api change
5425
5426 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
5427
5428         * thumbnailer/Makefile.am:
5429
5430         Fix distcheck
5431
5432 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
5433
5434         * NEWS:
5435         * configure.ac:
5436
5437         Release 0.3.0
5438
5439         * data/evince-ui.xml:
5440
5441         Hide presentation mode for now
5442
5443         * shell/ev-view.c: (highlight_find_results):
5444
5445         Show current find selection only on current page
5446
5447 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
5448
5449         * shell/ev-view.c: (ev_view_select_all):
5450
5451         Compute size of the actual page, not of
5452         the current one.
5453
5454 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
5455
5456         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
5457         (view_rect_to_doc_rect), (compute_selections),
5458         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
5459         (ev_view_copy), (ev_view_primary_get_cb),
5460         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
5461         (ev_view_button_press_event), (ev_view_motion_notify_event),
5462         (ev_view_button_release_event), (page_changed_cb):
5463
5464         Fix text selection
5465
5466 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
5467
5468         * shell/ev-view.c: (compute_border), (get_page_extents),
5469         (doc_rect_to_view_rect), (highlight_find_results),
5470         (ev_view_bin_expose), (ev_view_select_all),
5471         (ev_view_motion_notify_event), (update_find_status_message),
5472         (jump_to_find_result), (jump_to_find_page):
5473
5474         First go at fixing search, still buggy
5475
5476 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
5477
5478         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
5479         dropdown box and button at the top of the sidebar.
5480
5481 2005-05-02  James Bowes  <bowes@cs.dal.ca>
5482
5483         * configure.ac: Output zoom-control Makefile.
5484         * cut-n-paste/Makefile.am: build zoom-control subdir.
5485         * cut-n-paste/zoom-control/ephy-zoom-action.c:
5486         * cut-n-paste/zoom-control/ephy-zoom-action.h:
5487         * cut-n-paste/zoom-control/ephy-zoom-control.c:
5488         * cut-n-paste/zoom-control/ephy-zoom-control.h:
5489         * cut-n-paste/zoom-control/ephy-zoom.c:
5490         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
5491         from epiphany, and modified to add a separator into the menu.
5492         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
5493         * data/evince-ui.xml: Replace old zoom toolbar actions with new
5494         zoom-control action.
5495         * shell/Makefile.am: Include zoom-control flags.
5496         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
5497         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
5498         (ev_view_zoom_for_size_presentation),
5499         (ev_view_zoom_for_size_continuous_and_dual_page),
5500         (ev_view_zoom_for_size_continuous),
5501         (ev_view_zoom_for_size_dual_page),
5502         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
5503         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
5504         ev_view_get_zoom and ev_view_get_sizing_mode.
5505         * shell/ev-view.h:
5506         * shell/ev-window.c: (update_action_sensitivity),
5507         (update_sizing_buttons), (zoom_control_changed_cb),
5508         (register_custom_actions): Initialize and use the zoom-control 
5509         widget.
5510
5511 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
5512
5513         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
5514         preview cache back to 1.  Don't know when it got set to 0.
5515         
5516         * shell/ev-view.c: (compute_border), (ev_view_realize),
5517         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
5518         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
5519         (ev_view_get_fullscreen), (ev_view_set_presentation),
5520         (ev_view_get_presentation), (ev_view_set_sizing_mode),
5521         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
5522         * shell/ev-view.h:
5523         * shell/ev-window.c:
5524         (update_chrome_visibility),
5525         (ev_window_cmd_continuous), (ev_window_cmd_dual),
5526         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
5527         (update_document_mode), (ev_window_update_fullscreen_action),
5528         (ev_window_fullscreen), (ev_window_unfullscreen),
5529         (ev_window_cmd_view_fullscreen),
5530         (ev_window_update_presentation_action),
5531         (ev_window_run_presentation), (ev_window_stop_presentation),
5532         (ev_window_cmd_view_presentation), (ev_window_state_event),
5533         (ev_window_focus_in_event), (ev_window_focus_out_event),
5534         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
5535         * data/evince-ui.xml: Initial presentation mode.  We should
5536         probably hide this until it's done, as it's quite rough.  Also,
5537         change full-screen to fullscreen and add two getters to EvView.
5538
5539 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
5540
5541         * shell/ev-page-action.c: (update_page_cache),
5542         (ev_page_action_dispose):
5543         * shell/ev-window.c: (destroy_fullscreen_popup),
5544         (ev_window_create_fullscreen_popup):
5545
5546         Use connect_object rather than explicitly
5547         disconnect on dispose.
5548
5549 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
5550
5551         * shell/ev-page-action.c: (update_page_cache),
5552         (ev_page_action_dispose):
5553
5554 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5555
5556         * backend/ev-page-cache.c: (_ev_page_cache_new),
5557         (ev_page_cache_set_page_label),
5558         (ev_page_cache_has_nonnumeric_page_labels):
5559         * backend/ev-page-cache.h:
5560         * shell/ev-page-action.c: (update_pages_label):
5561         
5562         If all page labels are numeric, fallback to default
5563         way to display number of pages. See bug 173185.
5564
5565 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5566
5567         * shell/ev-page-action.c: (ev_page_action_dispose):
5568         * shell/ev-view.c: (view_update_range_and_current_page):
5569         * shell/ev-window.c: (ev_window_dispose):
5570         
5571         Set page on scroll in continuous mode. Fixes bug 301986.
5572         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
5573
5574 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
5575
5576         * configure.ac:
5577
5578         Require poppler 0.3.0
5579
5580 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5581         
5582         * shell/Makefile.am, configure.ac: Fix build problems
5583         with t1lib. Bug 301996.
5584
5585 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5586
5587         * shell/ev-view.c: (ev_view_scroll_event):
5588         
5589         Scroll up increase zoom
5590
5591 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5592
5593         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
5594         (ev_view_set_sizing_mode),
5595         (ev_view_zoom_for_size_continuous_and_dual_page),
5596         (ev_view_zoom_for_size_continuous):
5597         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
5598         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
5599         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
5600         (ev_window_init):
5601
5602         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
5603         Fix for 165473 and 165472.
5604
5605 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5606
5607         * po/POTFILES.in:
5608         * thumbnailer/Makefile.am:
5609         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
5610         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
5611         * thumbnailer/evince-thumbnailer.schemas.in:
5612         
5613         Make thumbnailer schemas translatable. Fix for bug 301773
5614         
5615         * thumbnailer/evince-thumbnailer-djvu.schemas:
5616         * thumbnailer/evince-thumbnailer-dvi.schemas:
5617         * thumbnailer/evince-thumbnailer.schemas:
5618
5619         Removed files
5620
5621 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
5622
5623         * shell/ev-view.c (ev_view_init): forgot to set this.
5624
5625 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
5626
5627         * shell/ev-view.c: (find_page_at_location),
5628         (get_link_at_location),
5629         (ev_view_set_show_border), (ev_view_set_spacing),
5630         (ev_view_zoom_for_size_continuous_and_dual_page),
5631         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
5632         Also, add a quick fix measuring of widths.  Also, removed
5633         ev_view_set_spacing and ev_view_set_show_border.
5634         
5635         * shell/ev-window.c: (ev_window_unfullscreen),
5636         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
5637
5638 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5639
5640         * shell/ev-view.c: (view_update_range_and_current_page),
5641         (page_changed_cb):
5642         
5643         Fix crash on exit and scrolling to page in continuous view.
5644
5645 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
5646
5647         * TODO:
5648         * backend/ev-page-cache.c: (_ev_page_cache_new),
5649         (ev_page_cache_get_max_width_size),
5650         (ev_page_cache_get_max_height_size):
5651         * backend/ev-page-cache.h:
5652         * data/evince-ui.xml:
5653         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
5654         * shell/ev-view.c: (view_update_adjustments),
5655         (view_update_range_and_current_page), (get_bounding_box_size),
5656         (ev_view_size_request_continuous_and_dual_page),
5657         (ev_view_size_request_continuous),
5658         (ev_view_size_request_dual_page),
5659         (ev_view_size_request_single_page), (ev_view_size_request),
5660         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
5661         (ev_view_bin_expose), (ev_view_expose_event),
5662         (ev_view_set_property), (ev_view_get_property),
5663         (ev_view_class_init), (ev_view_init), (ev_view_new),
5664         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
5665         (ev_view_set_dual_page), (ev_view_set_full_screen),
5666         (ev_view_set_presentation), (ev_view_set_sizing_mode),
5667         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
5668         (ev_view_zoom_out), (zoom_for_size_fit_width),
5669         (zoom_for_size_best_fit),
5670         (ev_view_zoom_for_size_continuous_and_dual_page),
5671         (ev_view_zoom_for_size_continuous),
5672         (ev_view_zoom_for_size_dual_page),
5673         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
5674         (ev_view_show_cursor), (ev_sizing_mode_get_type):
5675         * shell/ev-view.h:
5676         * shell/ev-window.c: (update_action_sensitivity),
5677         (ev_window_cmd_continuous), (ev_window_cmd_dual),
5678         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
5679         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
5680         (ev_window_cmd_view_zoom_out), (update_view_size),
5681         (ev_window_set_sizing_mode), (ev_window_init):
5682
5683         Add Continuous and Dual page modes.
5684
5685 2005-04-23  James Bowes  <bowes@cs.dal.ca>
5686
5687         * dvi/dvi-document.c: (dvi_document_load),
5688         (dvi_document_thumbnails_get_thumbnail),
5689         (dvi_document_init_params): Fix up some mixups between
5690         width and height to correct thumbnail rendering.
5691
5692 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5693
5694         * dvi/mdvi-lib/private.h:
5695         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
5696         
5697         Suppess output for kpathsea during font generation. Thanks to
5698         James Bowes
5699
5700 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
5701
5702         * NEWS:
5703         * configure.ac:
5704
5705         Release 0.2.1
5706
5707         * Makefile.am: fix distcheck.
5708
5709 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5710
5711         * shell/ev-sidebar-links.c: (selection_changed_callback),
5712         (update_page_callback), (row_activated_callback),
5713         (job_finished_callback), (ev_sidebar_links_set_document):
5714         
5715         Fix for bug #169901. Double click on links expands tree.
5716
5717 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
5718
5719         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
5720         hard-coded style. Fix for bug 170111
5721
5722 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
5723
5724         * shell/ev-view.c (highlight_find_results): Remove unnecessary
5725         locking.
5726
5727 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
5728
5729         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
5730
5731 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
5732
5733         * pdf/ev-poppler.cc:
5734         * shell/ev-view.c: (highlight_find_results):
5735
5736         Fix find on single page documents
5737
5738 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
5739
5740         * data/evince.schemas.in: fix for bug 301390
5741
5742 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
5743
5744         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
5745         (ev_view_zoom_out), (ev_view_zoom_normal):
5746         * shell/ev-view.h:
5747         * shell/ev-window.c: (update_action_sensitivity),
5748         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
5749         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
5750         (ev_window_cmd_view_normal_size):
5751
5752         Fix normal size zoom. Make zoom in/zoom out unsensitive when
5753         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
5754         better than oom. 
5755
5756 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
5757
5758         * configure.ac:
5759
5760         Depend on 2.57, 2.59 doesnt seem to be necessary
5761
5762 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
5763
5764         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
5765         (create_tool_item):
5766
5767         Put back total number of pages as (1 of 1234)
5768
5769 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
5770
5771         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
5772         remove the job.
5773
5774         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
5775         function.  This helps debugging.
5776
5777 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5778
5779         * djvu/djvu-document.c: (djvu_document_class_init),
5780         (djvu_document_get_info), (djvu_document_document_iface_init):
5781         * dvi/dvi-document.c: (dvi_document_class_init),
5782         (dvi_document_get_info), (dvi_document_document_iface_init):
5783
5784        Dummy implementation of get_info method for dvi and djvu. Fix
5785        crashes with those backends
5786
5787 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
5788
5789         * data/evince.desktop.in:
5790
5791         Add application/x-gzpostscript
5792
5793 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
5794
5795         * data/evince.schemas.in: Added real long descriptions, 
5796         closes bug 172496 
5797
5798         * README: Added actual text, closes bug 171869
5799
5800 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
5801
5802         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5803
5804         Thumbnail page 0
5805
5806 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
5807
5808         * backend/ev-document-info.h:
5809
5810         s/GDate */GDate so we can just use g_free
5811
5812 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
5813
5814         * shell/ev-window.c: (update_document_mode),
5815         (ev_window_setup_document):
5816
5817         Show the window in fullscreen when specified by
5818         the document
5819
5820 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
5821
5822         * backend/ev-document.c: (ev_document_class_init),
5823         (ev_document_get_info), (ev_document_render_pixbuf):
5824         * backend/ev-document.h:
5825         * backend/ev-page-cache.c: (_ev_page_cache_new):
5826         * pdf/ev-poppler.cc:
5827         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
5828         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
5829         * ps/ps-document.c: (ps_document_class_init), (document_load),
5830         (ps_document_get_info), (ps_document_document_iface_init):
5831
5832         Remove get_title from the interface, we can just use document info
5833
5834 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
5835
5836         * backend/Makefile.am:
5837         * backend/ev-document.c: (ev_document_render_get_info):
5838         * backend/ev-document.h:
5839         * pdf/ev-poppler.cc:
5840
5841         Initial support for document info. Based on jrb patch.
5842
5843 2005-04-19  Paolo Borelli <pborelli@katamail.com>
5844
5845         * shell/ev-window.c: (ev_window_state_event),
5846         (ev_window_class_init), (ev_window_init):
5847         
5848         Doesn't show resize grip when maximized. See bug #301053
5849
5850 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5851
5852         * po/POTFILES.in:
5853         
5854         ev-sidebar-thumbnails now has translatable labels
5855         
5856         * shell/Makefile.am:
5857         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
5858         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
5859         (ev_sidebar_links_page_iface_init):
5860         * shell/ev-sidebar-links.h:
5861         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
5862         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
5863         (ev_sidebar_page_get_label):
5864         * shell/ev-sidebar-page.h:
5865         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
5866         (ev_sidebar_thumbnails_set_document),
5867         (ev_sidebar_thumbnails_support_document),
5868         (ev_sidebar_thumbnails_get_label),
5869         (ev_sidebar_thumbnails_page_iface_init):
5870         * shell/ev-sidebar-thumbnails.h:
5871         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
5872         (ev_sidebar_set_document):
5873         * shell/ev-sidebar.h:
5874         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
5875         
5876         Small rework of sidebar code. Now sidebar pages should implement
5877         EvSidebarPage interface. That makes page management in EvSidebar
5878         easier. See bug #164811 for details
5879
5880 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5881
5882         * shell/ev-application.c: (ev_application_open):
5883         * shell/ev-document-types.c:
5884         
5885         Fix build error and small problem with application exit
5886
5887 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5888
5889         * thumbnailer/Makefile.am:
5890         * thumbnailer/evince-thumbnailer-djvu.schemas:
5891         * thumbnailer/evince-thumbnailer-dvi.schemas:
5892         
5893         Conditionally install schemas for djvu/dvi thumbnailer
5894
5895 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
5896
5897         * shell/ev-document-types.h: 
5898         * shell/ev-document-types.c: 
5899         New files, handling the mapping from mimetypes to backends
5900         
5901         * shell/ev-window.c: 
5902         * thumbnailer/evince-thumbnailer.c:     
5903         Use the ev-document-types code
5904         
5905         * shell/Makefile.am: 
5906         Added new convenience library libevbackendfactory_la, containing
5907         the new mimetype->backend logic; moved the backends into it.
5908
5909         * thumbnailer/Makefile.am:
5910         Make the thumbnailer link with the libevbackend.la convenience
5911         library, rather than having a duplicate of the backend logic here.
5912
5913 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
5914
5915         * shell/ev-stock-icons.c: constify some vars.
5916         * shell/ev-window.c: ditto.
5917
5918 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
5919
5920         * ps/ps-document.c (get_page_orientation):
5921
5922         Respect document orientation 
5923
5924 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5925
5926         * djvu/Makefile.am:
5927         * dvi/Makefile.am:
5928         * shell/Makefile.am:
5929         
5930         Move library dependencies to components.
5931         
5932         * shell/ev-window.c: (update_window_title),
5933         (start_loading_document):
5934         
5935         Fix display of uris with spaces. Bug 168358.
5936
5937 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
5938
5939         * shell/ev-sidebar-links.c: (selection_changed_cb):
5940         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
5941         (ev_view_button_release_event), (ev_view_set_document):
5942         * shell/ev-view.h:
5943         * shell/ev-window.c: (find_bar_search_changed_cb):
5944         * shell/ev-window.h: Minor cleanups removing some dead code.
5945
5946 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5947
5948         * backend/ev-page-cache.c: (_ev_page_cache_new):
5949         
5950         Set current page to 0 if document has pages.
5951
5952 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
5953
5954         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5955
5956         Initialize GError to NULL, fix a crash when loading fails.
5957
5958 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
5959
5960         * shell/ev-window.c: (update_view_size):
5961
5962         Calculate shadow size only when there is actually
5963         a shadow.
5964
5965 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
5966
5967         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
5968         * shell/ev-view.h:
5969
5970         Allow setting view spacing, default to 0
5971
5972         * shell/ev-window.c: (ev_window_unfullscreen),
5973         (ev_window_cmd_view_fullscreen), (ev_window_init):
5974
5975         Remove spacing in fullscreen mode
5976
5977 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
5978
5979         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
5980         (ev_view_size_request), (expose_bin_window),
5981         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
5982         * shell/ev-view.h:
5983         * shell/ev-window.c: (ev_window_unfullscreen),
5984         (ev_window_cmd_view_fullscreen):
5985
5986         Do not draw the border in fulscreen
5987
5988 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
5989
5990         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
5991         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
5992         (find_page_at_location), (page_changed_cb):
5993
5994         Rework border calculation, so that I can more easily disable it.
5995         Code somewhat cleaner too.
5996
5997 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
5998
5999         * backend/ev-page-cache.c: (ev_page_cache_init),
6000         (_ev_page_cache_new):
6001
6002         Remove some assertions, documents can have 0 pages.
6003         Make initial current page -1.
6004
6005         * shell/ev-page-action.c: (page_changed_cb):
6006
6007         Show "" if current page is -1
6008
6009         * shell/ev-window.c: (update_action_sensitivity),
6010         (ev_window_setup_document):
6011
6012         When document has 0 pages do not set the view
6013         and make nearly everything insensitive.
6014
6015 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6016
6017         * shell/ev-page-view.c:
6018         * shell/ev-page-view.h:
6019
6020         Remove unused files.
6021         
6022         * shell/ev-sidebar-thumbnails.c:
6023         (ev_sidebar_thumbnails_set_document):
6024         * shell/ev-sidebar.c: (ev_sidebar_set_document),
6025         (ev_sidebar_supports_document):
6026         * shell/ev-sidebar.h:
6027         * shell/ev-window.c: (ev_window_setup_document):
6028         
6029         Doesn't show thumbnails if document has 1 page. Make
6030         sidebar menu entries sensitive only if if they have 
6031         sense. Fix bug 164811. 
6032
6033 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
6034
6035         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
6036         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
6037         (ev_view_zoom_out), (ev_view_set_size):
6038
6039         Rework sizing to deal with documents with not uniform page
6040         size.
6041
6042 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
6043
6044         * backend/ev-page-cache.c: (_ev_page_cache_new):
6045
6046         Fix several page size caching bugs
6047
6048 2005-04-15  Luca Ferretti <elle.uca@libero.it>
6049
6050         * shell/ev-window.c: (set_action_properties):
6051
6052         Make all toolbar items translatable
6053
6054 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
6055
6056         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
6057         (save_page_list), (ps_document_save),
6058         (ps_document_document_iface_init), (ps_document_ps_export_begin),
6059         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
6060         (ps_document_ps_exporter_iface_init):
6061         * ps/ps-document.h:
6062
6063         Based on a patch by J�rg Billeter <j@bitron.ch>
6064         
6065         Implement print and save a copy for the ps backend.
6066
6067 2005-04-14   Marco Pesenti Gritti <mpg@redhat.com>
6068
6069         * backend/ev-document.h:
6070         * djvu/djvu-document.c: (djvu_document_can_get_text),
6071         (djvu_document_document_iface_init):
6072         * dvi/dvi-document.c: (dvi_document_can_get_text),
6073         (dvi_document_document_iface_init):
6074         * pdf/ev-poppler.cc:
6075         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
6076         (pixbuf_document_document_iface_init):
6077         * ps/ps-document.c: (ps_document_can_get_text),
6078         (ps_document_document_iface_init):
6079         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
6080         * shell/ev-window.c: (update_action_sensitivity):
6081
6082         Fix the crash when trying to copy in backends that doesnt
6083         support it. We can implement a better solution once we
6084         do real text selection.
6085
6086 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
6087
6088         * data/evince-ui.xml:
6089         * shell/ev-window.c: (ev_window_cmd_escape):
6090         
6091         Work around the Escape conflict (find bar and unfullscreen)
6092
6093 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
6094
6095         * backend/ev-page-cache.c: (ev_page_cache_next_page):
6096         
6097         Fix for #300233. Next page correctly handles document end.
6098         
6099         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
6100         (ev_sidebar_thumbnails_class_init),
6101         (ev_sidebar_thumbnails_set_document),
6102         (ev_sidebar_thumbnails_clear_job),
6103         (ev_sidebar_thumbnails_clear_model):
6104         
6105         Cleanup thumbnail jobs on document changes.
6106         
6107         * shell/ev-view.c: (add_scroll_binding_keypad),
6108         (add_scroll_binding_shifted), (ev_view_class_init):
6109         
6110         Shift + Space scrolls up. Fix for #173184
6111         
6112         * shell/ev-window.c: (ev_window_open_page),
6113         (ev_window_cmd_view_reload):
6114         
6115         Fix reload (Bug #300094)
6116
6117 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6118
6119         
6120         * dvi/mdvi-lib/assoc.c:
6121         * dvi/mdvi-lib/assoc.h: Removed garbage files
6122         
6123         * dvi/mdvi-lib/bitmap.c:
6124         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
6125         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
6126         * dvi/mdvi-lib/color.h: Antialias of rules
6127         
6128         * dvi/mdvi-lib/common.h:
6129         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
6130         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
6131         * dvi/mdvi-lib/files.c:
6132         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
6133         * dvi/mdvi-lib/mdvi.h:
6134         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
6135         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
6136         * dvi/mdvi-lib/util.c: Fix compile warnings
6137         
6138         * dvi/dvi-document.c:
6139         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
6140         (dvi_document_thumbnails_get_thumbnail),
6141         (dvi_document_document_thumbnails_iface_init):
6142         * dvi/mdvi-lib/Makefile.am:
6143         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
6144         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
6145         
6146         Dvi backend now renders thumbnails
6147
6148 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
6149
6150         * shell/main.c: (main): 
6151         
6152         Save accelerators on exit. Fixes bug #172095.
6153
6154 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
6155
6156         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
6157         update priority" comment.
6158
6159         * backend/ev-job-queue.c: Give a way to change priority.
6160
6161 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
6162
6163         * shell/ev-page-action.c: Fix logic.
6164
6165 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
6166
6167         * shell/ev-view.c: (ev_view_can_find_next):
6168         * shell/ev-window.c: (ev_window_setup_document):
6169
6170         Check that the document supports find
6171
6172 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
6173
6174         * data/evince-ui.xml:
6175         * shell/ev-view.c: (ev_view_can_find_next):
6176         * shell/ev-view.h:
6177         * shell/ev-window.c: (update_action_sensitivity),
6178         (find_changed_cb), (ev_window_setup_document),
6179         (ev_window_cmd_edit_find_next):
6180
6181         Add Edit->Find Next
6182
6183 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
6184
6185         * pdf/ev-poppler.cc:
6186         * shell/ev-print-job.c: (idle_print_handler):
6187
6188         Make printing work again
6189
6190 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
6191
6192         * shell/ev-page-action.h:
6193         * shell/ev-page-action.c: (ev_page_action_widget_init),
6194         (ev_page_action_widget_class_init), (page_changed_cb),
6195         (create_tool_item), (update_page_cache), (build_new_tree_cb),
6196         (get_filter_model_from_model), (match_selected_cb),
6197         (display_completion_text), (match_completion), (update_model),
6198         (connect_proxy), (ev_page_action_set_property),
6199         (ev_page_action_get_property), (ev_page_action_set_document),
6200         (ev_page_action_set_model), (ev_page_action_class_init): Big
6201         reworking to make completions work iff we have >= GTK-2.7.0
6202                 
6203         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
6204         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
6205         (job_finished_cb): We now have a 'model' property that is set when
6206         the links are loaded.  This can be caught with "notify::model"
6207
6208         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
6209         listen for the model to be set, and propagate it to the action.
6210
6211 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6212
6213         * cut-n-paste/recent-files/egg-recent-item.c:
6214         (egg_recent_item_set_uri), (make_valid_utf8),
6215         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
6216         * cut-n-paste/recent-files/egg-recent-item.h:
6217         
6218         Update egg-recent from libegg. This should fix long
6219         startup problem. For details see
6220         http://bugzilla.gnome.org/show_bug.cgi?id=160531
6221
6222 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6223
6224         * cut-n-paste/recent-files/Makefile.am:
6225         * data/evince-ui.xml, shell/Makefile.am:
6226         * shell/ev-application.c, shell/ev-application.h:
6227         * shell/ev-window.c: Recent files support.
6228         
6229         * configure.ac: Added "ru" to ALL_LINGUAS.
6230         
6231         * dvju: new backend to support DJVU files.
6232         * dvi: new backend to support DVI.
6233
6234         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
6235         * ev-application.c: Support for new backends.
6236         
6237         * help, ev-window.c, main.c shell/Makefile.am: 
6238         Evince user documentation.
6239
6240 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
6241
6242         * po/POTFILES.in:
6243         * shell/ev-window.c:
6244         * thumbnailer/evince-thumbnailer.c:
6245
6246         s/pdf-document/ev-poppler
6247
6248 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
6249
6250         * NEWS:
6251         * configure.ac:
6252
6253         Release 0.2.0
6254
6255         * ps/ps-document.c: (setup_pixmap):
6256
6257         Remove debug code
6258
6259 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
6260
6261         * backend/ev-page-cache.c (ev_page_cache_next_page): 
6262         * shell/ev-window.c (ev_window_cmd_go_next_page) 
6263         (ev_window_cmd_go_first_page): Fix of by one errors.
6264
6265 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
6266
6267         * ps/ps-document.c: (get_page_box):
6268
6269         Fix page size calculation
6270
6271 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
6272
6273         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
6274         (ps_document_cleanup), (setup_pixmap), (get_page_box),
6275         (get_page_orientation), (setup_page), (document_load),
6276         (ps_document_get_page_size), (render_pixbuf_idle):
6277         * ps/ps-document.h:
6278
6279         More refactoring to adapt to EvDocument changes
6280
6281 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
6282
6283         * ps/ps-document.c: (start_interpreter):
6284
6285         Actually add alpha args
6286
6287 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
6288
6289         * pdf/ev-poppler.cc:
6290
6291         Make clipboard work again
6292
6293 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
6294
6295         Make searching work again.
6296         
6297         * backend/ev-document.c:
6298         * backend/ev-document.h:
6299         * backend/ev-document-find.c:
6300         * backend/ev-document-find.h: Change EvDocumentIface so we no
6301         longer store the current page or zoom level in the document.  The
6302         consequence is that all calls that operate on the current page now
6303         instead take the page number as an extra argument, and all
6304         coordinates are now doubles in document coordinate system.
6305
6306         * pdf/ev-poppler.cc:
6307         * pixbuf/pixbuf-document.c:
6308         * ps/ps-document.c: Update backends accordingly.
6309
6310 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
6311
6312         * autogen.sh:
6313
6314         Add required gettext version
6315
6316 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
6317
6318         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
6319         make F1 bring up non-existent help.
6320
6321         * shell/eggfindbar.c: Patch from Christian Persch to sync to
6322         epiphany's find bar, #167477
6323
6324         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
6325         <emil@nishra.com> to add space-bar scrolling, 
6326
6327         * shell/ev-window.c (static GtkActionEntry entries): add default
6328         keybinding for Help (F1)
6329         Fixes #171068
6330
6331         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
6332         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
6333         170110
6334
6335 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
6336
6337         * Makefile.am: 
6338         * pixbuf/pixbuf-document.c: 
6339
6340         Got pixbuf backend working again
6341
6342 2005-04-01  Steve Murphy  <murf@e-tools.com>
6343
6344         * configure.in: Added "rw" to ALL_LINGUAS.
6345
6346 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
6347
6348         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
6349         model types, noticed by Martin Kretzschmar.
6350
6351 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
6352
6353         * pdf/ev-poppler.cc: Implement search based on
6354         poppler_page_find_text().  Currently a bit crude since we remember
6355         all matches from all pages.  Also, we grab the big document lock
6356         when we search since searching changes the underlying stream and
6357         thus conflicts with the rendering thread.
6358         
6359         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
6360         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
6361         (ev_view_find_previous): Fix some page indexes to be 0 based,
6362         offset rubber band by view offset,
6363
6364 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
6365
6366         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
6367
6368 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
6369
6370         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
6371         completely because I didn't understand GtkActions.  I should
6372         read Marco's code more carefully in the future.
6373
6374         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
6375         function
6376
6377 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
6378
6379         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
6380         PopplerRectangle change from poppler CVS.
6381
6382 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
6383
6384         * backend/ev-document.c: (ev_document_get_page_label):
6385         * backend/ev-document.h:
6386         * backend/ev-page-cache.c: (_ev_page_cache_new),
6387         (ev_page_cache_get_page_label):
6388         * backend/ev-page-cache.h:
6389         * pdf/ev-poppler.cc:
6390         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
6391         (links_page_num_func):
6392         * shell/ev-sidebar-thumbnails.c:
6393         (ev_sidebar_thumbnails_set_document):
6394         * shell/ev-view.c: (status_message_from_link),
6395         (ev_view_motion_notify_event):
6396         * shell/ev-window.c: (document_supports_sidebar): Add in page
6397         label support.  It's not perfect yet, but it's the first 'feature'
6398         in a while.
6399         Also, fix a bogus comment noticed by crispin. 
6400
6401 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
6402
6403         * Makefile.am: Remove pixbuf backend for now
6404
6405         * configure.ac: Require poppler-glib instead of just poppler.
6406
6407         * backend/ev-document-thumbnails.h: Add a comment
6408
6409         * backend/ev-document.h:
6410         * backend/ev-document.c: (ev_document_class_init),
6411         (ev_document_load), (ev_document_get_link),
6412         (ev_document_get_links): Remove 3 methods and add get_links.
6413         Also, made 0 based.
6414
6415         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
6416         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
6417
6418         * backend/ev-link.c: (ev_link_set_title),
6419         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
6420         (ev_link_mapping_find):
6421         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
6422         
6423         * backend/ev-page-cache.c: (ev_page_cache_init),
6424         (_ev_page_cache_new), (ev_page_cache_set_current_page),
6425         (ev_page_cache_get_size), (ev_page_cache_next_page),
6426         (ev_page_cache_prev_page): Fix to be 0 based.
6427
6428         * pdf/Makefile.am: 
6429         * pdf/ev-poppler.h:
6430         * pdf/ev-poppler.cc: New backend.
6431         
6432         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
6433         (ps_document_get_page), (ps_document_document_iface_init):
6434
6435         * shell/ev-pixbuf-cache.h:
6436         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
6437         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
6438         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
6439         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
6440         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
6441         Fix up code to grab a page cache per each doc.  Also, fix to be 0
6442         based.
6443         
6444         * shell/ev-sidebar-thumbnails.c:
6445         (ev_sidebar_tree_selection_changed), (page_changed_cb),
6446         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
6447
6448         * shell/ev-view.c: (status_message_from_link),
6449         (find_page_at_location), (get_link_at_location),
6450         (ev_view_motion_notify_event), (ev_view_button_release_event),
6451         (ev_view_init): Use the new link code.  Fix to be 0 based.
6452
6453         * shell/ev-window.c: (update_action_sensitivity),
6454         (document_supports_sidebar): 0 based.
6455
6456 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
6457
6458         * pdf/pdf-document.cc: Patch from Fernando Herrera
6459         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
6460         *blush*
6461
6462 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
6463
6464         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
6465         1 to the page, as this seems to be 1 based.  I thought we has this
6466         fixed.  grump.
6467
6468 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
6469
6470         * TODO:
6471         * backend/Makefile.am:
6472         * backend/ev-document-links.c:
6473         (ev_document_links_has_document_links),
6474         (ev_document_links_get_links_model):
6475         * backend/ev-document-links.h:
6476         * backend/ev-document.c: (ev_document_get_page_cache),
6477         (ev_document_get_doc_mutex), (ev_document_load),
6478         (ev_document_save), (ev_document_get_title),
6479         (ev_document_get_n_pages), (ev_document_set_page),
6480         (ev_document_get_page), (ev_document_set_target),
6481         (ev_document_set_scale), (ev_document_set_page_offset),
6482         (ev_document_get_page_size), (ev_document_get_text),
6483         (ev_document_get_link), (ev_document_render),
6484         (ev_document_render_pixbuf), (ev_document_scale_changed):
6485         * backend/ev-document.h:
6486         * backend/ev-job-queue.c: (remove_object_from_queue),
6487         (notify_finished), (handle_job), (search_for_jobs_unlocked),
6488         (no_jobs_available_unlocked), (ev_render_thread),
6489         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
6490         (ev_job_queue_remove_job):
6491         * backend/ev-job-queue.h:
6492         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
6493         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
6494         (ev_job_links_class_init), (ev_job_render_init),
6495         (ev_job_render_dispose), (ev_job_render_class_init),
6496         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
6497         (ev_job_thumbnail_class_init), (ev_job_finished),
6498         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
6499         (ev_job_render_run), (ev_job_thumbnail_new),
6500         (ev_job_thumbnail_run):
6501         * backend/ev-jobs.h:
6502         * backend/ev-link.c:
6503         * backend/ev-link.h:
6504         * backend/ev-page-cache.c: (ev_page_cache_init),
6505         (ev_page_cache_class_init), (ev_page_cache_finalize),
6506         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
6507         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
6508         (ev_page_cache_set_link), (ev_page_cache_get_title),
6509         (ev_page_cache_get_size), (ev_page_cache_next_page),
6510         (ev_page_cache_prev_page):
6511         * backend/ev-page-cache.h:
6512         * pdf/pdf-document.cc:
6513         * ps/gsdefaults.c:
6514         * ps/gsdefaults.h:
6515         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
6516         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
6517         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
6518         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
6519         (is_interpreter_ready), (output), (catchPipe), (input),
6520         (start_interpreter), (check_filecompressed), (compute_dimensions),
6521         (ps_document_enable_interpreter), (document_load),
6522         (ps_document_next_page), (render_page), (ps_document_set_page),
6523         (ps_document_set_scale), (render_pixbuf_idle),
6524         (ps_document_render_pixbuf), (ps_document_document_iface_init):
6525         * ps/ps-document.h:
6526         * shell/Makefile.am:
6527         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
6528         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
6529         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
6530         (ev_pixbuf_cache_new), (job_finished_cb),
6531         (check_job_size_and_unref), (move_one_job),
6532         (ev_pixbuf_cache_update_range), (find_job_cache),
6533         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
6534         (ev_pixbuf_cache_add_jobs_if_needed),
6535         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
6536         * shell/ev-pixbuf-cache.h:
6537         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
6538         (idle_print_handler):
6539         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
6540         (selection_changed_cb), (create_loading_model),
6541         (ev_sidebar_links_construct), (links_page_num_func),
6542         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
6543         (update_page_callback), (job_finished_cb),
6544         (ev_sidebar_links_set_document):
6545         * shell/ev-sidebar-thumbnails.c:
6546         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
6547         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
6548         (page_changed_cb), (thumbnail_job_completed_callback),
6549         (ev_sidebar_thumbnails_set_document):
6550         * shell/ev-sidebar-thumbnails.h:
6551         * shell/ev-sidebar.c: (ev_sidebar_set_document):
6552         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
6553         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
6554         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
6555         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
6556         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
6557         (ev_view_button_release_event), (ev_view_scroll_view),
6558         (ev_view_class_init), (ev_view_init), (update_find_status_message),
6559         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
6560         (ev_view_new), (job_finished_cb), (page_changed_cb),
6561         (ev_view_set_document), (go_to_link), (ev_view_zoom),
6562         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
6563         (ev_view_find_previous):
6564         * shell/ev-view.h:
6565         * shell/ev-window.c: (update_action_sensitivity),
6566         (ev_window_open_page), (update_window_title), (update_total_pages),
6567         (page_changed_cb), (ev_window_setup_document),
6568         (password_dialog_response), (ev_window_cmd_save_as),
6569         (ev_window_print), (ev_window_cmd_go_previous_page),
6570         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
6571         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
6572         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
6573         * shell/main.c: (main):
6574
6575         Merge evince-threads branch
6576
6577 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
6578
6579         * configure.ac: Added "lt" to ALL_LINGUAS.
6580
6581 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
6582
6583         * NEWS:
6584         * configure.ac:
6585
6586         Release 0.1.9
6587
6588 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
6589
6590         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6591
6592         Fix here also the thumbnails 1-basedness :)
6593
6594 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
6595
6596         * NEWS:
6597         * configure.ac:
6598
6599         Release 0.1.8
6600
6601 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
6602
6603         * pdf/pdf-document.cc:
6604         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
6605         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
6606
6607         Fix the mess we did with thumbnails and 1-basedness
6608
6609 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
6610
6611         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
6612
6613 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
6614
6615         * NEWS:
6616         * configure.ac:
6617
6618         Release 0.1.7
6619
6620 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
6621
6622         * ps/Makefile.am:
6623         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
6624         (gtk_gs_defaults_get_alpha_parameters),
6625         (gtk_gs_defaults_get_ungzip_cmd),
6626         (gtk_gs_defaults_get_unbzip2_cmd):
6627         * ps/gsdefaults.h:
6628         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
6629         (ps_document_get_orientation), (document_load),
6630         (ps_document_goto_page), (ps_document_set_page_size):
6631         * ps/ps-document.h:
6632
6633         Some more sanitization of the ps backend. Remove a lot
6634         of unused code and do not base our defaults on ggv
6635         preferences (ugh!)
6636
6637 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
6638
6639         * thumbnailer/evince-thumbnailer.schemas:
6640         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
6641         (main): add -s option for thumbnail size.
6642
6643 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
6644
6645         * configure.ac:
6646
6647         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
6648         remove it.
6649
6650 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
6651
6652         * pdf/pdf-document.cc:
6653
6654         Remove 4 pixels of useless border from the
6655         thumbnail.
6656
6657 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
6658
6659         * backend/ev-document-thumbnails.c:
6660         (ev_document_thumbnails_get_thumbnail):
6661         * backend/ev-document-thumbnails.h:
6662
6663         Rework API a bit. Add a border flag and
6664         change sizing logic (now the size we specify
6665         applies to the bigger dimension).
6666
6667         * pdf/pdf-document.cc:
6668         * pixbuf/pixbuf-document.c:
6669         (pixbuf_document_thumbnails_get_thumbnail):
6670         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
6671         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6672
6673         Adapt to the new API and do not draw a border for nautilus
6674         thumbnailer.
6675
6676 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
6677
6678         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6679         take thumbnails from page "0" instead of "1". Added a copyright header.
6680
6681 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
6682
6683         * ps/ps-document.c: (set_up_page), (start_interpreter):
6684
6685         Make it C89 compliant
6686
6687 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
6688
6689         * Makefile.am:
6690         * configure.ac:
6691         * pdf/.cvsignore:
6692         * pdf/pdf-document.cc:
6693         * thumbnailer/Makefile.am:
6694         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
6695         (main):
6696         * thumbnailer/evince-thumbnailer.schemas:
6697         * thumbnailer/pdf-icon.png:
6698
6699         Add a nautilus thumbnailer.
6700         Based on patch by Fernando Herrera <fherrera@onirica.com>.
6701
6702 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
6703
6704         * NEWS:
6705         * configure.ac:
6706         * po/POTFILES.in:
6707
6708         Release 0.1.6
6709
6710 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
6711
6712         Use poppler instead of including xpdf source code.  Poppler is a
6713         fork of xpdf to build it as a shared library. See
6714         http://freedesktop.org/wiki/Software/poppler.
6715
6716         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
6717         xpdf fork.
6718         
6719         * pdf/Makefile.am: Build libpdfdocument.a here.
6720         
6721         * pdf/GDKSplashOutputDev.cc:
6722         * pdf/GDKSplashOutputDev.h:
6723         * pdf/GnomeVFSStream.cc:
6724         * pdf/GnomeVFSStream.h:
6725         * pdf-document.cc:
6726         * pdf-document.h:
6727         * test-gdk-output-dev.cc
6728         * Thumb.cc:
6729         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
6730         against poppler.
6731
6732 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
6733
6734         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
6735
6736         Clear idle stack before unsetting the document
6737
6738 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
6739
6740         * ps/ps-document.c: (ps_document_widget_event),
6741         (ps_document_set_target), (ps_document_finalize),
6742         (ps_document_get_page):
6743
6744         Disconnect the widget event signal on finalize.
6745         Some code cleanups.
6746
6747 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
6748
6749         * ps/ps-document.c: (set_up_page):
6750
6751         If there is no bpixmap create one, even if size
6752         is not changed.
6753
6754 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
6755
6756         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
6757         (set_up_page), (document_load), (ps_document_set_zoom):
6758
6759         Default page is 0. Calculate size even when we have no
6760         target yet.
6761
6762 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
6763
6764         * shell/ev-sidebar.c: expand the selection widget to be always as
6765         wide as the sidebar
6766
6767 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
6768
6769         * shell/ev-sidebar-thumbnails.c:
6770         (ev_sidebar_thumbnails_set_document):
6771
6772         Clear the list store when setting document
6773
6774 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
6775
6776         * shell/ev-page-action.c: (update_entry), (sync_entry),
6777         (activate_cb), (entry_size_request_cb), (create_tool_item),
6778         (connect_proxy):
6779
6780         Use an entry for the page control instead of spinbuttons
6781
6782 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
6783
6784         * data/evince.schemas.in:
6785
6786         Correct confusing string
6787
6788 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
6789
6790         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
6791         for real.  Gosh, how long has this been broken.
6792
6793         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
6794         check for a NULL link.  We crash otherwise.
6795
6796 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
6797
6798         * NEWS:
6799         * configure.ac:
6800
6801         Release 0.1.5
6802
6803 2005-02-25  Sebastien Bacher  <seb128@debian.org>
6804
6805         * configure.ac: add the french translation.
6806
6807 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
6808
6809         * shell/ev-window.c:
6810
6811         Remove unused header -> fix distcheck
6812
6813 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
6814
6815         * shell/ev-window.c: (update_window_title),
6816         (ev_window_popup_password_dialog):
6817
6818         Unescape filename for display
6819
6820 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
6821
6822         * pdf/xpdf/pdf-document.cc:
6823
6824         In get_page_size deal with rotation. Also
6825         cleanup the function a bit.
6826
6827 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
6828
6829         * pdf/xpdf/pdf-document.cc:
6830
6831         Fix crash when opening in new window
6832
6833 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
6834
6835         * configure.ac:
6836
6837         Check ghostscript >= 7
6838
6839 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
6840
6841         * shell/ev-window.c:
6842
6843         Make page width the default sizing mode
6844
6845 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
6846             Marco Pesenti Gritti <marco@gnome.org>
6847
6848         * shell/ev-window.c: Remember the sidebar size
6849
6850         * data/evince.schemas.in: Add a new gconf key to store the size of
6851         the sidebar
6852
6853 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
6854
6855         * data/evince-ui.xml:
6856         * shell/ev-window.c: (update_action_sensitivity),
6857         (ev_window_cmd_view_reload):
6858         
6859         Add a "Reload" action and menu entry
6860
6861 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
6862
6863         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
6864         iff the type doesn't support thumbnailing and indexing.
6865
6866 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
6867
6868         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
6869
6870 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
6871
6872         * pdf/splash/Splash.cc:
6873
6874         Port fix for a crasher from kde bug
6875         http://bugs.kde.org/show_bug.cgi?id=97131
6876
6877 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
6878
6879         * pdf/xpdf/pdf-document.cc:
6880
6881         Return a link even if it's of an unrecognized
6882         type. Otherwise we go in an infinte cycle.
6883
6884 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
6885
6886         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
6887         (size_allocate_cb), (ev_window_set_sizing_mode):
6888
6889         Update size when switching mode
6890
6891 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
6892
6893         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
6894         (ev_window_cmd_view_page_width), (update_sizing_buttons),
6895         (ev_window_cmd_view_normal_size):
6896
6897         Fix size toggle buttons behavior
6898
6899 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
6900
6901         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
6902         (doc_rect_to_view_rect), (ev_view_size_allocate),
6903         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
6904         (scale_changed_callback):
6905
6906         Do not cache offsets in size_allocate.
6907
6908 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
6909
6910         * shell/ev-view.c: (ev_view_size_allocate):
6911
6912         Calculate offsets before calling the parent
6913         class (which does a redraw)
6914
6915 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
6916
6917         * pdf/xpdf/pdf-document.cc:
6918
6919         Fix a crasher on exit. Unused code, put a TODO
6920
6921 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
6922
6923         * backend/ev-document.c: (ev_document_class_init),
6924         (ev_document_page_changed), (ev_document_scale_changed):
6925         * backend/ev-document.h:
6926
6927         Separate page/scale notifications
6928
6929         * pdf/xpdf/pdf-document.cc:
6930
6931         Emit the new signals.
6932         Do not display the pdf page in _render, do it
6933         when scale/page are requested.
6934
6935         * ps/ps-document.c: (ps_document_set_zoom),
6936         (ps_document_widget_event):
6937         * ps/ps-document.h:
6938
6939         Emit the new signals.
6940
6941         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
6942         (ev_view_init), (page_changed_callback), (scale_changed_callback),
6943         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
6944         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
6945         * shell/ev-view.h:
6946         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
6947         (ev_window_cmd_view_page_width), (size_allocate_cb),
6948         (ev_window_set_sizing_mode):
6949
6950         Rework sizing to be pixel based.
6951         There are bugs but should be already way better.
6952
6953 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
6954
6955         * shell/ev-window.c: (ev_window_init):
6956
6957         Do not allow to shrink sidebar smaller then
6958         child requisition
6959
6960 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
6961
6962         * shell/ev-sidebar.[ch]
6963         * shell/ev-window.c:
6964
6965         Improved sidebar widget. Fixes #166683
6966
6967 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
6968
6969         * shell/ev-view.c (update_find_status_message): Give translators
6970         more flexibility with ngettext plural handling.
6971
6972 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
6973
6974         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
6975         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
6976         page when we get the page size.
6977
6978 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
6979
6980         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
6981
6982         ps pages are 0 based, convert 
6983
6984 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
6985
6986         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
6987
6988         Initialize correct parent class. Set GError on document load
6989
6990 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
6991
6992         * pdf/xpdf/pdf-document.cc:
6993
6994         Fixup selection offset calculation
6995
6996         * shell/ev-view.c: (view_rect_to_doc_rect),
6997         (doc_rect_to_view_rect), (ev_view_size_allocate),
6998         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
6999         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
7000
7001         Store selection as document relative, so that zooming
7002         and offset changing doesnt break it.
7003
7004 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
7005
7006         * shell/ev-view.c: (ev_view_best_fit):
7007
7008         Do not try to best fit if the view is not realized
7009
7010 2005-02-20  Kostas Papadimas <pkst@gnome.org>
7011           
7012         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
7013
7014 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
7015
7016         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
7017
7018 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
7019
7020         * shell/ev-window.c: Change the fullscreen toolbar to always be in
7021         the popup window.  That prevents it resizing when in full screen
7022         mode.
7023
7024         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
7025         multiple rerenders.  This pretty much sucks.
7026
7027         * data/evince-ui.xml: Change the fullscreen toolbar to include the
7028         rest of the toolbar.
7029
7030 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
7031
7032         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
7033
7034 2005-02-17  Alexander Shopov  <ash@contact.bg>
7035
7036         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
7037
7038 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
7039
7040         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
7041
7042 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
7043
7044         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
7045         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
7046         (set_document_page), (document_changed_callback),
7047         (ev_view_set_document), (ev_view_find_previous),
7048         (ev_view_hide_cursor), (ev_view_show_cursor):
7049         * shell/ev-view.h:
7050         * shell/ev-window.c: (update_chrome_visibility),
7051         (fullscreen_timeout_cb), (fullscreen_set_timeout),
7052         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
7053         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
7054         (ev_window_unfullscreen):
7055         * shell/main.c: (main):
7056
7057         Automatically hide the fullscreen button.
7058         Patch by Kristian Høgsberg <krh@redhat.com>
7059
7060 2005-02-16  Vincent Noel  <vnoel@cox.net>
7061
7062         * shell/main.c (main): Specify an icon for the window. Patch by
7063         Jaap A. Haitsma. Fixes #166177.
7064
7065 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
7066
7067         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
7068
7069 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
7070
7071         * backend/ev-document-misc.h:
7072         * backend/ev-document-misc.c:
7073         (ev_document_misc_get_page_border_size),
7074         (ev_document_misc_paint_one_page): New function to canonicalize
7075         sizing/painting a border.
7076
7077         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
7078         used.
7079
7080         * pdf/xpdf/pdf-document.cc: use new function
7081
7082         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
7083         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
7084         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
7085         shell/ev-window.c: (update_sizing_buttons),
7086         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
7087         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
7088         (ev_window_cmd_view_page_width), (size_allocate_cb),
7089         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
7090         and "fit width" values act as toggle buttons so they stay
7091         toggled.  It's not 100% perfect, and it's a little slow, but it's
7092         good enough to commit I think.
7093
7094 2005-02-15  David Lodge  <dave@cirt.net>
7095
7096         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
7097
7098 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
7099
7100         * shell/ev-window.c (update_window_title): replace newlines in
7101         the title by spaces. Bug #166107.
7102
7103 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
7104
7105         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
7106         parameters providing allocation width and height without
7107         scrollbars and width of a possible vertical scrollbar. With this
7108         additional information the functions can work as
7109         intended. Unfortunately they're not idempotent. We should
7110         transform these commands to toggles. Fixes Bug #164976
7111         Initial patch by Stephane Loeuillet, then heavily modified.
7112
7113         * shell/ev-view.h: update prototypes.
7114
7115         * shell/ev-window.c (ev_window_cmd_view_best_fit)
7116         (ev_window_cmd_view_page_width): provide EvView fit functions with
7117         all the information they need. Formulas to calculate this
7118         information taken from GtkScrolledWindow.
7119
7120 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
7121
7122         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
7123         created a thumbnail, the list store is updated to know
7124         that the thumbnail is set. Fixes bug #166792
7125
7126 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
7127
7128         * shell/ev-window.c: fixed typo, closes bug 166897
7129
7130         * TODO: updated TODO with bug numbers that are relevant
7131
7132 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
7133
7134         * shell/ev-window.c: Support for DnD of files. Fixes #164813
7135
7136 2005-02-09  Vincent Noel  <vnoel@cox.net>
7137
7138         * shell/ev-window.c: (set_action_properties): Set the "Previous"
7139         and "Next" toolbar buttons as important to make them stand out.
7140
7141 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
7142
7143         * lib/ev-debug.c:
7144         * lib/ev-debug.h:
7145         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
7146         (start_interpreter), (stop_interpreter), (document_load),
7147         (ps_document_next_page), (ps_document_goto_page),
7148         (ps_document_set_page_size), (ps_document_widget_event),
7149         (ps_document_render):
7150         * shell/ev-page-view.c: (ev_page_view_dispose):
7151         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
7152
7153         Fix compilation on non-gcc platforms
7154
7155 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
7156
7157         * NEWS:
7158         * configure.ac:
7159
7160         Release 0.1.4
7161
7162         * pdf/xpdf/Catalog.cc:
7163         * pdf/xpdf/XRef.cc:
7164
7165         Fix the fix for CAN-2004-0888
7166
7167 2005-02-09  Luca Ferretti <elle.uca@libero.it>
7168
7169         * data/Makefile.am:
7170         * data/evince-ui.xml:
7171         * shell/ev-stock-icons.c: (ev_stock_icons_init):
7172         * shell/ev-stock-icons.h:
7173         * shell/ev-window.c: (update_action_sensitivity),
7174         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
7175         (set_action_properties):
7176
7177         Improve toolbar layout/icons
7178
7179 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
7180
7181         * pdf/xpdf/pdf-document.cc:
7182
7183         Add warnings about unimplemented/unknown link
7184         types.
7185
7186 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
7187
7188         * ps/ps-document.c: (set_up_page):
7189
7190         Log gs property
7191
7192 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
7193
7194         * ps/ps-document.c: (start_interpreter):
7195
7196         Log gs env var
7197
7198 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
7199
7200         * shell/ev-page-view.c: (ev_page_view_dispose):
7201         * shell/ev-view.c: (ev_view_finalize):
7202         * shell/ev-window.c: (ev_window_setup_document),
7203         (ev_window_dispose), (ev_window_init):
7204
7205         Solve more refs issues.
7206
7207         I commented out the page_view initialization for now:
7208         it was never destroyed (because it's never added
7209         to a container). Because of that we was leaking
7210         gs processes. Couldnt think to a clean fix.
7211         We need to figure this out, password view has the
7212         same issue probably.
7213
7214 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
7215
7216         * ps/ps-document.c: (ps_document_finalize),
7217         (ps_document_get_n_pages), (ps_document_get_page):
7218
7219         Some cleanups, stop the interpreter on finalize
7220
7221         * shell/ev-page-view.c: (ev_page_view_dispose),
7222         (ev_page_view_class_init):
7223
7224         Release our reference on the document
7225
7226 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
7227
7228         * Makefile.am:
7229         * configure.ac:
7230         * doc/debugging.txt:
7231         * lib/.cvsignore:
7232         * lib/Makefile.am:
7233         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
7234         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
7235         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
7236         * lib/ev-debug.h:
7237
7238         Add debugging helpers
7239
7240         * ps/Makefile.am:
7241         * ps/ps-document.c: (set_up_page), (start_interpreter),
7242         (stop_interpreter), (document_load), (ps_document_next_page),
7243         (ps_document_goto_page), (ps_document_set_page_size),
7244         (ps_document_widget_event), (ps_document_render):
7245         * shell/Makefile.am:
7246         * shell/ev-view.c: (expose_bin_window):
7247         * shell/main.c: (main):
7248
7249         Add some logs
7250         
7251 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
7252
7253         * ps/ps-document.c: (ps_document_widget_event):
7254
7255         Initialize message_window, this should make ps
7256         rendering really work! (Never noticed because I was
7257         testing with a ps that is causing gs to exit every time!)
7258
7259 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
7260
7261         * data/evince.schemas.in: updated simple error in applyto closing tag
7262
7263 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
7264
7265         * Makefile.am:
7266         * configure.ac:
7267         * data/.cvsignore:
7268         * data/Makefile.am:
7269         * data/evince-ui.xml:
7270         A data/evince.schemas.in:
7271         * po/POTFILES.in:
7272         * shell/ev-stock-icons.c: (ev_stock_icons_init):
7273         * shell/ev-stock-icons.h:
7274         * shell/ev-window.c: (update_chrome_visibility),
7275         (update_chrome_flag), (ev_window_cmd_edit_find),
7276         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
7277         (ev_window_unfullscreen), (ev_window_focus_in_event),
7278         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
7279         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
7280         (ev_window_view_sidebar_cb), (find_bar_close_cb),
7281         (ev_window_dispose), (ev_window_class_init),
7282         (set_action_properties), (set_chrome_actions), (load_chrome),
7283         (ev_window_init):
7284
7285         Implement fullscreen mode changes from bug #164776.
7286         Also implement persistent chrome toggles.
7287
7288 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
7289
7290         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
7291
7292 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
7293
7294         * NEWS:
7295         * configure.ac:
7296         * shell/ev-view.c:
7297
7298         Add another check for find interface
7299
7300         Release 0.1.3
7301
7302 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
7303
7304         * shell/ev-application.c: (ev_application_open):
7305         * shell/ev-window.c: (ev_window_open):
7306
7307         Open gzipped ps documents
7308
7309 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
7310
7311         * TODO:
7312         * shell/ev-view.c: (set_document_page):
7313
7314         Clamp page number, dont try to move to
7315         not existant pages.
7316
7317 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
7318
7319         * backend/ev-document-find.c: (ev_document_find_changed):
7320         * backend/ev-document-find.h:
7321         * pdf/xpdf/pdf-document.cc:
7322         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
7323         * shell/ev-window.c: (find_bar_search_changed_cb):
7324
7325         Fix several bugs with find
7326
7327 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
7328
7329         * shell/ev-sidebar-thumbnails.c
7330         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
7331         document. Prevents warning from scroll_to_cell.
7332
7333 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
7334
7335         * configure.ac: Add «nb» to ALL_LINGUAS too.
7336
7337 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
7338
7339         * NOTES: New file with some random thoughts.
7340
7341         * TODO: Update.
7342
7343         * backend/ev-document-misc.c:
7344         (ev_document_misc_get_page_border_size): New function to
7345         canonicalize shadow drawing sizes.  Possibly goofy.
7346
7347         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
7348         (ev_view_best_fit), (ev_view_fit_width):
7349         * pdf/xpdf/pdf-document.cc:
7350         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
7351         * ps/ps-document.c: (ps_document_get_page_size):
7352         * backend/ev-document-misc.h:
7353         * backend/ev-document.c: (ev_document_get_page_size):
7354         * backend/ev-document.h: get_page_size now takes a page number
7355         parameter.  Made all the backends/frontends honor it.
7356
7357         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
7358         see.  Doesn't work yet.
7359
7360         * shell/Makefile.am:
7361         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
7362         Doesn't do anything yet.
7363
7364         * shell/ev-sidebar-thumbnails.c:
7365         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
7366         [0..n_pages-1]
7367
7368         * shell/ev-window.c: (update_action_sensitivity),
7369         (ev_window_setup_document), (ev_window_set_page_mode),
7370         (ev_window_page_mode_cb), (ev_window_init): Clean up the
7371         view-swapping code a bit so we can have multiple views on a
7372         document.  Add the multi-page view, though it can't be turned on
7373         yet.
7374
7375 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
7376
7377         * shell/ev-application.c: (ev_application_open):
7378         * shell/ev-view.c: (expose_bin_window):
7379         * shell/ev-window.c: (ev_window_open):
7380
7381         Support eps and check document supports find
7382         before drawing highlightings in expose.
7383
7384 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
7385
7386         * pixbuf/pixbuf-document.c:
7387         (pixbuf_document_thumbnails_get_dimensions),
7388         (pixbuf_document_document_thumbnails_iface_init):
7389
7390         implement get_dimensions
7391
7392 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
7393
7394         * NEWS:
7395         * configure.ac:
7396
7397         Release 0.1.2
7398
7399 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
7400
7401         * shell/ev-view.c: (set_document_page):
7402
7403         Scroll at the top of the page when changing page
7404
7405 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
7406
7407         * shell/ev-view.c: (ev_view_motion_notify_event):
7408
7409         Do not redraw unnecessarily
7410
7411 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
7412
7413         * pdf/xpdf/pdf-document.cc:
7414         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
7415         (expose_bin_window), (find_changed_cb):
7416
7417         Yay! find works now... Now to find bugs...
7418
7419 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
7420
7421         * backend/ev-document-find.c: (ev_document_find_base_init),
7422         (ev_document_find_changed):
7423         * backend/ev-document-find.h:
7424         * pdf/xpdf/pdf-document.cc:
7425         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
7426         (expose_bin_window), (ev_view_init), (set_document_page),
7427         (ensure_rectangle_is_visible), (jump_to_find_result),
7428         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
7429         (ev_view_find_next), (ev_view_find_previous):
7430         * shell/ev-view.h:
7431         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
7432
7433         More work on find implementation, mostly there now
7434
7435 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
7436
7437         * backend/ev-backend-marshalers.list:
7438         * backend/ev-document-find.c: (ev_document_find_base_init),
7439         (ev_document_find_cancel), (ev_document_find_page_has_results),
7440         (ev_document_find_get_n_results), (ev_document_find_get_result),
7441         (ev_document_find_get_progress), (ev_document_find_changed):
7442         * backend/ev-document-find.h:
7443
7444         Enanche the find interface to be really able to do
7445         multi page find.
7446
7447         * pdf/xpdf/pdf-document.cc:
7448
7449         Implement
7450
7451         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
7452         (expose_bin_window), (ev_view_init),
7453         (ev_view_get_find_status_message), (find_changed_cb),
7454         (ev_view_set_document), (set_document_page):
7455
7456         Adapt to the new interface. A few things are regressed sorry,
7457         I will finish it soon.
7458
7459 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
7460
7461         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
7462         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
7463         ev_sidebar_thumbnails_parent_class variable, don't define another
7464         parent_class variable.
7465
7466         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
7467         (ev_page_action_class_init): ditto.
7468
7469         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
7470         (pixbuf_document_class_init): ditto.
7471
7472         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
7473         ditto.
7474
7475         * .cvsignore: ignore various valgrind output files.
7476
7477 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
7478
7479         * data/evince-ui.xml:
7480         * shell/Makefile.am:
7481         * shell/ev-history.c:
7482         * shell/ev-history.h:
7483         * shell/ev-navigation-action.c:
7484         * shell/ev-navigation-action.h:
7485         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
7486         (ev_view_set_page), (ev_view_fit_width):
7487         * shell/ev-view.h:
7488         * shell/ev-window.c: (update_action_sensitivity),
7489         (ev_window_setup_document), (register_custom_actions):
7490
7491         Kill session history
7492
7493 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
7494
7495         * shell/ev-window.c: (update_action_sensitivity):
7496
7497         Fix inverted up/down buttons
7498
7499 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
7500
7501         * shell/ev-sidebar-thumbnails.c
7502         (ev_sidebar_thumbnails_select_page): make sure the selected
7503         thumbnail stays visible.
7504
7505 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
7506
7507         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
7508         scrolled window for Federico.
7509
7510 2005-01-26  Ole Laursen  <olau@hardworking.dk>
7511
7512         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
7513
7514 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
7515
7516         * configure.ac:
7517         * pdf/splash/SplashFTFontEngine.cc:
7518
7519         Fix CID fonts with freetype 2.1.9
7520
7521 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
7522
7523         * TODO: added item for desktop icon thumbnailer
7524
7525 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
7526
7527         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
7528         unloaded docs when the title is accessed.
7529
7530         * shell/ev-password-view.[hc]: New widget for displaying password
7531         state.
7532
7533         * shell/ev-window.[ch]: Refactor password handling code to handle
7534         the new view.
7535
7536 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
7537
7538         * NEWS:
7539         * configure.ac:
7540         * data/Makefile.am:
7541
7542         Release 0.1.1
7543
7544 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7545
7546         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
7547         ignore page offset here, to make search results independent of it,
7548
7549         * shell/ev-view.c (expose_bin_window): but take offsets into
7550         account here. Bug #164932
7551
7552         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
7553         scale at the right time. Bug #164996
7554
7555 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
7556
7557         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
7558         fix the problem. Now I just removed the Adobe font names and hope
7559         that the URW fonts are always in outline format. Bug #164934
7560
7561         * shell/ev-window.c (update_window_title): empty titles are
7562         useless, use filename in that case too.
7563
7564         * NEWS: Add some content.
7565
7566 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
7567
7568         * TODO: added one more TODO item and a TODONE section :)
7569
7570 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
7571
7572         * ps/ps-document.h: add page_[xy]_offset fields.
7573
7574         * ps/ps-document.c (ps_document_set_page_offset)
7575         (ps_document_render): Keep offset in consideration in a few
7576         places. Bug #164752 "postscript documents are not centered in
7577         window"
7578
7579         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
7580         s/gpdf/evince/. Spotted by Stephane Loeuillet.
7581
7582         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
7583         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
7584         stub out missing methods for complete EvDocument implementation.
7585         Fixes segfaults with Save A Copy and Copy actions.
7586
7587         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
7588         (ps_document_document_iface_init): ditto.
7589         
7590 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
7591
7592         * data/.cvsignore:
7593         * data/Makefile.am:
7594         * data/evince.desktop.in:
7595
7596         Add desktop file
7597
7598 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
7599
7600         * shell/ev-view.c: (ev_view_button_press_event),
7601         (ev_view_motion_notify_event):
7602
7603         Make selection work in any direction
7604
7605 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
7606
7607         * TODO:
7608         * shell/ev-window.c: (set_short_labels), (ev_window_init):
7609
7610         Use shorter labels for some of the toolbars items
7611
7612 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
7613
7614         * pdf/xpdf/pdf-document.cc:
7615
7616         Check the links info is initialized before
7617         using it. Should fix a crash on startup.
7618
7619 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
7620
7621         * pixbuf/pixbuf-document.c
7622         (pixbuf_document_thumbnails_get_dimensions): force floating point
7623         division to calculate page_ratio. Fixes crash with landscape
7624         format pixbufs.
7625
7626 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
7627
7628         * shell/ev-view.c (ev_view_realize): make the bg color darker.
7629
7630 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
7631
7632         * shell/ev-view.c (set_document_page): unset has_selection when
7633         the page changes.
7634         (set_document_page): handle paper size changes when the page
7635         changes (test with Free Culture, page 2).
7636
7637 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
7638
7639         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
7640         (expose_bin_window), (ev_view_class_init), (ev_view_init):
7641
7642         Use normal style color for the widget background and
7643         draw a black box around the page.
7644
7645 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
7646
7647         * pdf/xpdf/pdf-document.cc:
7648
7649         Keep offset in consideration in a few places
7650
7651         * shell/ev-view.c: (expose_bin_window):
7652
7653         Set the offsets so that the document is ever centered
7654
7655 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
7656
7657         * TODO: Added TODO items and finished off the first todo item
7658
7659         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
7660         reflect current authors
7661
7662 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
7663
7664         * pdf/xpdf/pdf-document.cc:
7665         * shell/ev-view.c: (ev_view_set_cursor),
7666         (ev_view_motion_notify_event), (document_changed_callback),
7667         (set_document_page):
7668
7669         Show a wait cursor while the page is rendering
7670
7671 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
7672
7673         * shell/ev-sidebar-thumbnails.c:
7674         (ev_sidebar_tree_selection_changed),
7675         (ev_sidebar_thumbnails_select_page):
7676         * shell/ev-sidebar-thumbnails.h:
7677         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
7678         (ev_view_can_go_forward):
7679         * shell/ev-window.c: (ev_window_open_page),
7680         (ev_window_setup_document), (update_current_page),
7681         (view_page_changed_cb), (ev_window_init):
7682         * shell/ev-window.h:
7683
7684         Ensure thumbnails selection, toolbar page control and
7685         current page are in sync.
7686
7687 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
7688
7689         * pdf/xpdf/XRef.cc:
7690
7691         Fix CAN-2005-0064
7692
7693 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
7694
7695         * backend/Makefile.am:
7696         * backend/ev-document-links.h:
7697         * backend/ev-document-security.c: (ev_document_security_get_type),
7698         (ev_document_security_has_document_security),
7699         (ev_document_security_set_password):
7700         * backend/ev-document-security.h:
7701         * backend/ev-document.c: (ev_document_error_quark):
7702         * backend/ev-document.h:
7703         * data/Makefile.am:
7704         * data/evince-password.glade:
7705         * pdf/xpdf/pdf-document.cc:
7706         * shell/Makefile.am:
7707         * shell/ev-password.c: (ev_password_set_bad_password_label),
7708         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
7709         (ev_password_dialog_get_password),
7710         (ev_password_dialog_set_bad_pass):
7711         * shell/ev-password.h:
7712         * shell/ev-window.c: (ev_window_get_attribute),
7713         (ev_window_set_property), (update_action_sensitivity),
7714         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
7715         (ev_window_setup_document), (ev_window_get_password),
7716         (ev_window_open), (ev_window_cmd_save_as),
7717         (using_postscript_printer), (ev_window_print),
7718         (find_not_supported_dialog), (ev_window_cmd_edit_find),
7719         (update_fullscreen_popup), (ev_window_fullscreen),
7720         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
7721         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
7722         (menu_item_select_cb), (find_bar_search_changed_cb),
7723         (ev_window_dispose), (ev_window_init):
7724
7725         Add initial support for password-supported dialogs.  This could be
7726         a lot cooler, but it'll do for now.
7727
7728 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
7729
7730         * pdf/xpdf/pdf-document.cc:
7731         * shell/ev-view.c: (status_message_from_link),
7732         (ev_view_set_status), (ev_view_set_cursor),
7733         (ev_view_motion_notify_event), (ev_view_init):
7734         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
7735
7736         Fix bugs in the links implementation and change cursor
7737         when hovering a link.
7738
7739 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
7740
7741         * viewer/.cvsignore: added cvsignore file for viewer directory
7742
7743         * TODO: created TODO document
7744
7745 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
7746
7747         * shell/ev-view.h:
7748         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
7749         new functions to help with implementation of sensitivity code
7750         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
7751         of all actions that might require it.  Fixes a crash when you
7752         click on the Zoom actions in a window lacking a document.
7753
7754 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
7755
7756         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
7757         of the Find action
7758
7759 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
7760
7761         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
7762         (pixbuf_document_document_iface_init):
7763         * ps/ps-document.c: (ps_document_get_link),
7764         (ps_document_document_iface_init):
7765         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
7766         (status_message_from_link), (ev_view_set_status),
7767         (ev_view_set_find_status), (ev_view_motion_notify_event),
7768         (ev_view_button_release_event), (ev_view_set_property),
7769         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
7770         (ev_view_get_find_status_message), (update_find_results),
7771         (ev_view_get_status), (ev_view_get_find_status):
7772         * shell/ev-view.h:
7773         * shell/ev-window.c: (view_status_changed_cb),
7774         (view_find_status_changed_cb), (ev_window_init):
7775
7776         View status message support, use it to show the links.
7777         Needs work...
7778
7779 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
7780
7781         * backend/ev-document.c: (ev_document_get_link):
7782         * backend/ev-document.h:
7783         * pdf/xpdf/pdf-document.cc:
7784         * shell/ev-application.c: (ev_application_open):
7785         * shell/ev-application.h:
7786         * shell/ev-sidebar-links.c: (selection_changed_cb):
7787         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
7788         (ev_view_go_to_link):
7789
7790         Add support for document links
7791
7792 2005-01-13  Anders Carlsson  <andersca@gnome.org>
7793
7794         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
7795         (create_tool_item):
7796         Set the spin button limits correctly.
7797         
7798         * shell/ev-sidebar-thumbnails.c:
7799         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
7800         Support changing pages by clicking on the thumbnails.
7801         
7802 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
7803
7804         * pixbuf/pixbuf-document.c:
7805         (pixbuf_document_thumbnails_get_dimensions),
7806         (pixbuf_document_document_thumbnails_iface_init):
7807
7808         implement get_dimensions
7809
7810 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
7811
7812         * ps/ps-document.c: (ps_document_goto_page):
7813
7814         Fix page switching on multipage documents
7815
7816 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
7817
7818         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
7819         
7820         check for NULL before assigning to width and height parameters
7821
7822 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
7823
7824         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
7825         (pixbuf_document_set_property), (pixbuf_document_get_property):
7826
7827         implement get/set properties
7828
7829 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
7830
7831         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
7832         
7833         return NULL instead of "Unknown", letting the title get set to
7834         the filename when the pdf has no title.
7835
7836 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
7837
7838         * ps/ps-document.c: (ps_document_get_page_count),
7839         (ps_document_goto_page):
7840
7841 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
7842
7843         * shell/ev-history.c: (ev_history_get_property),
7844         (ev_history_set_property), (ev_history_class_init),
7845         (ev_history_add_page), (ev_history_set_current_index):
7846         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
7847         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
7848         (ev_navigation_action_finalize):
7849         * shell/ev-navigation-action.h:
7850         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
7851         (ev_view_go_forward), (ev_view_get_find_status_message),
7852         (history_index_changed_cb), (ev_view_set_history):
7853         * shell/ev-view.h:
7854         * shell/ev-window.c: (update_total_pages), (ev_window_open),
7855         (update_current_page), (register_custom_actions):
7856
7857         Implement history dropdowns
7858
7859 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
7860
7861         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
7862         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
7863         (ev_view_go_forward):
7864         * shell/ev-window.c: (register_custom_actions):
7865
7866         Fix several history bugs
7867
7868 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
7869
7870         * configure.ac: Add «nb» to ALL_LINGUAS.
7871
7872 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
7873
7874         * backend/Makefile.am:
7875         * backend/ev-bookmark.c:
7876         * backend/ev-bookmark.h:
7877         * backend/ev-document-bookmarks.c:
7878         * backend/ev-document-bookmarks.h:
7879         * backend/ev-document-links.c: (ev_document_links_get_type),
7880         (ev_document_links_has_document_links),
7881         (ev_document_links_begin_read), (ev_document_links_get_link),
7882         (ev_document_links_get_child), (ev_document_links_next),
7883         (ev_document_links_free_iter):
7884         * backend/ev-document-links.h:
7885         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
7886         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
7887         (ev_link_get_link_type), (ev_link_set_link_type),
7888         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
7889         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
7890         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
7891         (ev_link_new_external):
7892         * backend/ev-link.h:
7893         * pdf/xpdf/pdf-document.cc:
7894         * shell/Makefile.am:
7895         * shell/ev-application.c: (ev_application_open_link):
7896         * shell/ev-application.h:
7897         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
7898         (ev_history_get_link_nth):
7899         * shell/ev-history.h:
7900         * shell/ev-sidebar-bookmarks.c:
7901         * shell/ev-sidebar-bookmarks.h:
7902         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
7903         (ev_sidebar_links_class_init), (selection_changed_cb),
7904         (ev_sidebar_links_construct), (ev_sidebar_links_init),
7905         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
7906         (do_one_iteration), (populate_links_idle),
7907         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
7908         * shell/ev-sidebar-links.h:
7909         * shell/ev-sidebar.c: (ev_sidebar_set_document):
7910         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
7911         (go_to_index):
7912         * shell/ev-view.h:
7913         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
7914         * shell/ev-window.h:
7915
7916         Rename bookmark to link, and use "Index" for the sidebar panel.
7917
7918 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
7919
7920         * shell/Makefile.am:
7921         * shell/ev-application.c: (ev_application_open_bookmark):
7922         * shell/ev-application.h:
7923         * shell/ev-history.c: (ev_history_init), (free_links_list),
7924         (ev_history_finalize), (ev_history_class_init),
7925         (ev_history_add_link), (ev_history_add_page),
7926         (ev_history_get_link_nth), (ev_history_get_n_links),
7927         (ev_history_get_current_index), (ev_history_set_current_index),
7928         (ev_history_new):
7929         * shell/ev-history.h:
7930         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
7931         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
7932         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
7933         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
7934         (ev_view_set_page):
7935         * shell/ev-view.h:
7936         * shell/ev-window.c: (ev_window_open_bookmark),
7937         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
7938         (goto_page_cb), (register_custom_actions):
7939         * shell/ev-window.h:
7940
7941         Initial history implementation. Needs work.
7942
7943 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
7944
7945         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
7946
7947 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
7948
7949         * cut-n-paste/recent-files/egg-recent-item.c:
7950         * cut-n-paste/recent-files/egg-recent-item.h:
7951         * cut-n-paste/recent-files/egg-recent-model.c:
7952         * cut-n-paste/recent-files/egg-recent-util.c:
7953         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7954         * cut-n-paste/recent-files/egg-recent-view.c:
7955
7956         Update
7957
7958 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
7959
7960         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
7961         (fillGlyph, fillImageMask, drawImage):
7962         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
7963         pdf/splash/SplashTypes.h:
7964         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
7965         packed mode for Splash.
7966
7967         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
7968         RGB8 packed mode, eliminates the pixbuf data creation loop.
7969
7970         * shell/ev-print-job.c (ev_print_job_finalize)
7971         (ev_print_job_set_property, ev_print_job_get_property)
7972         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
7973         (ev_print_job_use_print_dialog_settings, idle_print_handler)
7974         (print_closure_finalize, ev_print_job_print): implement
7975         printing (for backends with EvPsExporter)
7976
7977         * shell/ev_print_job.h: update prototypes.
7978
7979         * shell/ev-window.c (ev_window_print): unref print job after
7980         printing.
7981
7982         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
7983         unless the document implements the EvDocumentFind interface.
7984
7985 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
7986
7987         * configure.ac: Added ja to ALL_LINGUAS.
7988
7989 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
7990
7991         * pdf/xpdf/pdf-document.cc:
7992
7993         add a FIXME. We should probably not allocate
7994         a bookmark object every time
7995
7996 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
7997
7998         * shell/ev-application.c: (ev_application_open),
7999         (ev_application_open_bookmark):
8000         * shell/ev-application.h:
8001         
8002         Add a way to open bookmarks
8003
8004         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
8005         (ev_bookmark_set_uri), (ev_bookmark_get_property),
8006         (ev_bookmark_set_property), (ev_bookmark_class_init),
8007         (ev_bookmark_new_title), (ev_bookmark_new_link),
8008         (ev_bookmark_new_external):
8009
8010         Support for external uris, better constructors.
8011
8012         * backend/ev-bookmark.h:
8013         * pdf/xpdf/pdf-document.cc:
8014         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
8015
8016         Handle external uris
8017
8018 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
8019
8020         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
8021         (ev_sidebar_bookmarks_construct), (do_one_iteration):
8022
8023         Hook up bookmarks navigation
8024
8025 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
8026
8027         * backend/Makefile.am:
8028         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
8029         (ev_bookmark_get_title), (ev_bookmark_set_title),
8030         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
8031         (ev_bookmark_get_page), (ev_bookmark_set_page),
8032         (ev_bookmark_get_property), (ev_bookmark_set_property),
8033         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
8034         (ev_bookmark_new):
8035         * backend/ev-bookmark.h:
8036         * backend/ev-document-bookmarks.c:
8037         (ev_document_bookmarks_get_bookmark):
8038         * backend/ev-document-bookmarks.h:
8039         * pdf/xpdf/pdf-document.cc:
8040         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
8041
8042         Add a bookmark object to the backend and use it instead of get_values
8043
8044 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
8045
8046         * data/evince-ui.xml:
8047
8048         Cleanup and add select all.
8049
8050         * shell/ev-view.c: (ev_view_select_all),
8051         (ev_view_button_press_event):
8052         * shell/ev-view.h:
8053         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
8054
8055         Add select all.
8056         Clear selection on click.
8057
8058 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
8059
8060         * shell/ev-sidebar-thumbnails.c
8061         (ev_sidebar_thumbnails_set_document): forgot to unref the
8062         loading_icon.
8063
8064 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
8065
8066         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
8067         at the visible page, not just linearly.  This makes it look fast.
8068
8069 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
8070
8071         * backend/ev-document-misc.c
8072         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
8073         white.
8074         * backend/ev-document-thumbnails.h: New interface to get the size
8075         of a page.
8076
8077 2005-01-06  Jeremy Katz  <katzj@redhat.com>
8078
8079         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
8080         make dist works
8081
8082 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
8083
8084         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
8085         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
8086         things up a bit.
8087
8088         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
8089
8090 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
8091
8092         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
8093         fonts. Should fix font problems on systems that have the base
8094         fonts in bitmap format. Reported by James Henstridge
8095         <james@jamesh.id.au>.
8096
8097 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
8098
8099         * pdf/xpdf/Gfx.cc:
8100         * pdf/xpdf/GfxState.cc:
8101
8102         Fix for CAN-2004-1125
8103
8104 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
8105
8106         * shell/ev-view.c: (ev_view_copy):
8107         * shell/ev-view.h:
8108         * shell/ev-window.c: (ev_window_cmd_edit_copy):
8109
8110         Implement Edit->Copy
8111
8112 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
8113
8114         * backend/ev-document.c: (ev_document_get_text):
8115         * backend/ev-document.h:
8116         * pdf/xpdf/pdf-document.cc:
8117         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
8118         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
8119         (ev_view_update_primary_selection), (ev_view_button_press_event),
8120         (ev_view_motion_notify_event), (ev_view_button_release_event):
8121
8122         Beginnings of clipboard support. Incomplete but primary sort
8123         of work.
8124
8125 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
8126
8127         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
8128         (expose_bin_window):
8129
8130         Nicer rubberband drawing, from GtkIconView.
8131
8132 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
8133
8134         * backend/ev-document.c: (ev_document_save):
8135         * backend/ev-document.h:
8136         * data/evince-ui.xml:
8137         * pdf/xpdf/pdf-document.cc:
8138         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
8139
8140         Implement "Save a copy..." menu item
8141
8142 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
8143
8144         * shell/ev-view.c: (ev_view_zoom):
8145
8146         Queue a resize when zoom changes
8147
8148 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
8149
8150         * backend/ev-document-misc.[ch]: New misc file to do simple drop
8151         shadows.
8152
8153         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
8154         thumbnails..
8155
8156 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
8157
8158         * pdf/xpdf/pdf-document.cc
8159         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
8160
8161 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
8162
8163         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
8164         It's slow, but I'll speed it up next!
8165
8166 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
8167
8168         * shell/main.c (load_files):
8169
8170         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
8171         from the command line and because it seems more appropriate.
8172
8173 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
8174
8175         * data/evince-ui.xml:
8176         * shell/ev-window.c: (update_action_sensitivity),
8177         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
8178
8179         s/next page/page down
8180         s/previous page/page up
8181
8182 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
8183
8184         * data/evince-ui.xml:
8185
8186         Change the layout to match clarkbw design.
8187
8188         * shell/Makefile.am:
8189         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
8190         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
8191         (ev_navigation_action_finalize),
8192         (ev_navigation_action_set_property),
8193         (ev_navigation_action_get_property),
8194         (ev_navigation_action_class_init):
8195         * shell/ev-navigation-action.h:
8196
8197         Implement clarkbw toolbar navigation controls (incomplete)
8198
8199         * shell/ev-page-action.c: (update_label), (update_spin),
8200         (value_changed_cb), (create_tool_item), (connect_proxy),
8201         (ev_page_action_init), (ev_page_action_finalize),
8202         (ev_page_action_set_property), (ev_page_action_get_property),
8203         (ev_page_action_set_current_page),
8204         (ev_page_action_set_total_pages), (ev_page_action_class_init):
8205         * shell/ev-page-action.h:
8206
8207         Implement a page switcher in the toolbar
8208
8209         * shell/ev-view.c: (ev_view_scroll_view):
8210         * shell/ev-window.c: (update_total_pages), (ev_window_open),
8211         (update_current_page), (view_page_changed_cb), (goto_page_cb),
8212         (register_custom_actions), (ev_window_init):
8213
8214         Change page on PageUp/Down.
8215
8216 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
8217
8218         * pdf/xpdf/pdf-document.cc
8219         (pdf_document_thumbnails_get_thumbnail): initial stab at
8220         implementing thumbnail support for pdfs.  It only does documents
8221         with precached pdfs now.
8222
8223 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
8224
8225         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
8226         thumbnail code into a time-based idle as well.  Also, turn off the
8227         shadow temporarily as it's really slow.
8228
8229 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
8230
8231         * backend/ev-document.c: (ev_document_class_init):
8232         * pdf/xpdf/pdf-document.cc:
8233         * shell/ev-window.c: (ev_window_open):
8234
8235         Fix document title bugs and fallback to
8236         filename when not available.
8237
8238 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
8239
8240         * backend/ev-document.c: (ev_document_get_type),
8241         (ev_document_class_init), (ev_document_load),
8242         (ev_document_get_title):
8243         * backend/ev-document.h:
8244         * pdf/xpdf/pdf-document.cc:
8245         * ps/ps-document.c: (ps_document_set_property),
8246         (ps_document_get_property), (ps_document_class_init),
8247         (document_load):
8248         * ps/ps-document.h:
8249         * ps/ps.h:
8250         * shell/ev-window.c: (update_window_title), (ev_window_open),
8251         (ev_window_init):
8252
8253         Initial support for document title. Not working yet.
8254
8255 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
8256
8257         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
8258
8259         Grab focus on the view when clicking it
8260
8261 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
8262
8263         * shell/ev-marshal.list:
8264         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
8265         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
8266
8267         Add key bindings to the view. Now if the focus would work
8268         right...
8269
8270 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
8271
8272         * Makefile.am:
8273         * backend/Makefile.am:
8274         * data/Makefile.am:
8275         * dvi/Makefile.am:
8276         * dvi/dvilib/Makefile.am:
8277         * pdf/xpdf/Makefile.am:
8278         * po/POTFILES.in:
8279         * ps/Makefile.am:
8280
8281         Fix distcheck
8282
8283 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
8284
8285         * shell/ev-view.c: (ev_view_realize):
8286
8287         Fix mouse wheel scrolling
8288
8289 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
8290
8291         * ps/Makefile.am:
8292         * ps/gstypes.h:
8293         * ps/gtkgs.c:
8294         * ps/gtkgs.h:
8295         * ps/ps-document.c: (catchPipe), (ps_document_init),
8296         (ps_document_class_init), (ps_document_cleanup),
8297         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
8298         (set_up_page), (close_pipe), (is_interpreter_ready),
8299         (interpreter_failed), (output), (input), (start_interpreter),
8300         (stop_interpreter), (file_length), (file_readable),
8301         (check_filecompressed), (check_pdf), (compute_xdpi),
8302         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
8303         (ps_document_get_type), (ps_document_emit_error_msg),
8304         (document_load), (ps_document_next_page),
8305         (ps_document_get_current_page), (ps_document_get_page_count),
8306         (ps_document_goto_page), (ps_document_set_page_size),
8307         (ps_document_zoom_to_fit), (ps_document_set_zoom),
8308         (ps_document_load), (ps_document_get_n_pages),
8309         (ps_document_set_page), (ps_document_get_page),
8310         (ps_document_widget_event), (ps_document_set_target),
8311         (ps_document_set_scale), (ps_document_set_page_offset),
8312         (ps_document_get_page_size), (ps_document_render),
8313         (ps_document_document_iface_init):
8314         * ps/ps-document.h:
8315         * ps/ps.c:
8316         * shell/ev-window.c: (ev_window_open):
8317
8318         Rename GtkGS to PSDocument
8319
8320 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
8321
8322         * ps/gtkgs.c: (gtk_gs_class_init):
8323         * ps/gtkgs.h:
8324
8325         Some more leftover...
8326
8327 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
8328
8329         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
8330         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
8331         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
8332         * ps/gtkgs.h:
8333
8334         Remove unused code and make a lot of stuff private
8335
8336 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
8337
8338         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
8339         (gtk_gs_defaults_changed):
8340         * ps/gsdefaults.h:
8341         * ps/gtkgs.c:
8342         * ps/gtkgs.h:
8343         * ps/ps.h:
8344
8345         Cleanup headers dependencies
8346
8347 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
8348
8349         * ps/Makefile.am:
8350         * ps/ggvutils.c:
8351         * ps/ggvutils.h:
8352         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
8353         * ps/gsdefaults.h:
8354         * ps/gtkgs.c: (file_length), (file_readable),
8355         (check_filecompressed), (check_pdf), (gtk_gs_load),
8356         (gtk_gs_get_postscript):
8357
8358         Get rid of ggvutils
8359
8360 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
8361
8362         * ps/ggvutils.c:
8363         * ps/ggvutils.h:
8364         * ps/gsio.h:
8365         * ps/gtkgs.c: (gtk_gs_set_zoom):
8366
8367         Cleanups
8368
8369 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
8370
8371         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
8372
8373         Ensure the page is rerendered when changing zoom
8374
8375 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
8376
8377         * backend/ev-document.c: (ev_document_base_init),
8378         (ev_document_changed):
8379         * backend/ev-document.h:
8380
8381         Add a changed event that is emitted when the page content
8382         changes. This is necessary to deal with the fact that
8383         in ps backend rendering happen asycrounously.
8384         This makes the ps backend mostly work.
8385
8386         * pdf/xpdf/pdf-document.cc:
8387
8388         Emit changed event
8389
8390         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
8391         (ps_document_set_target):
8392
8393         Emit changed event
8394
8395         * shell/ev-view.c: (document_changed_callback),
8396         (ev_view_set_document), (ev_view_set_page):
8397
8398         Redraw on the changed signal
8399
8400 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
8401
8402         * configure.ac: Added pt_BR to ALL_LINGUAS.
8403
8404 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
8405
8406         * backend/ev-document-bookmarks.c:
8407         (ev_document_bookmarks_get_child): *
8408         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
8409         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
8410         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
8411         (ev_sidebar_bookmarks_destroy),
8412         (ev_sidebar_bookmarks_class_init),
8413         (ev_sidebar_bookmarks_construct), (stack_data_free),
8414         (do_one_iteration), (populate_bookmarks_idle),
8415         (ev_sidebar_bookmarks_clear_document),
8416         (ev_sidebar_bookmarks_set_document): *
8417         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
8418         (ev_sidebar_add_page),
8419         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
8420         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
8421         it displays both the topics and the page numbers.
8422
8423 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
8424
8425         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
8426         toggle.
8427         * shell/ev-window.c (toggle_entries): Set sidebar default value to
8428         visible.
8429
8430 2004-12-23  Adam Weinberger  <adamw@gnome.org>
8431
8432         * configure.ac: Added en_CA to ALL_LINGUAS.
8433
8434 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
8435
8436         * ChangeLog: replace bottom of this ChangeLog (merged history of
8437         ggv and gpdf; where all paths were wrong and most of the files are
8438         not even in this tree) with ChangeLog (from arch) of the shell
8439         code.
8440
8441 2004-12-23  Havoc Pennington  <hp@redhat.com>
8442
8443         * shell/ev-window.c: hook up potentially-questionable "find
8444         results status text" feature - something involving the sidebar or
8445         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
8446         might be better in the end.
8447
8448         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
8449         with corresponding signal when it should be updated
8450
8451         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
8452
8453 2004-12-22  Havoc Pennington  <hp@redhat.com>
8454
8455         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
8456         find stuff on other pages, sort of (only returns one result on
8457         invisible pages, to show they have results; updates full results
8458         for a page when you view it). Currently repaints the current page
8459         every time a new result is found on any page, which isn't so nice.
8460
8461 2004-12-22  Havoc Pennington  <hp@redhat.com>
8462
8463         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
8464         the document doesn't support find (better ideas?)
8465         (find_bar_search_changed_cb): handle missing document or document
8466         that doesn't support find
8467
8468         * pdf/xpdf/pdf-document.cc: port to implement the new
8469         EvDocumentFindIface
8470
8471         * backend/ev-document-find.c: create a new interface for searching
8472
8473         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
8474
8475 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
8476
8477         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
8478         libevbackend.la.
8479
8480         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
8481         EvPrintJob constructor arguments.
8482
8483         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
8484         for documents that can export PostScript (page by page).
8485
8486         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
8487         
8488         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
8489         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
8490         (pdf_document_ps_exporter_iface_init:
8491         Implement EvPSExporter.
8492
8493         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
8494
8495 2004-12-22  Anders Carlsson  <andersca@gnome.org>
8496
8497         * backend/Makefile.am:
8498         * backend/ev-document-thumbnails.c:
8499         (ev_document_thumbnails_get_type),
8500         (ev_document_thumbnails_get_thumbnail):
8501         * backend/ev-document-thumbnails.h:
8502         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
8503         (pixbuf_document_thumbnails_get_thumbnail),
8504         (pixbuf_document_document_thumbnails_iface_init):
8505         * shell/Makefile.am:
8506         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
8507         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
8508         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
8509         * shell/ev-sidebar-thumbnails.h:
8510         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
8511         (ev_sidebar_set_document):
8512         * shell/ev-utils.c: (gaussian), (create_blur_filter),
8513         (create_shadow), (ev_pixbuf_add_shadow):
8514         * shell/ev-utils.h:
8515         Add thumbnail support.
8516         
8517 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
8518
8519         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
8520         (using_postscript_printer): Set up a print dialog for "PostScript
8521         injection" method.
8522
8523         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
8524         EvPrintJob.
8525
8526         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
8527
8528 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
8529
8530         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
8531         (ps_document_set_target), (ps_document_get_page_size),
8532         (ps_document_render):
8533         * ps/gtkgs.h:
8534
8535         Fix a few bugs
8536
8537 2004-12-22  Christian Rose  <menthos@menthos.com>
8538
8539         * configure.ac: Added "sv" to ALL_LINGUAS.
8540
8541 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
8542
8543         * backend/ev-document-bookmarks.[ch]: new interface to indicate
8544         document supports bookmarks.
8545
8546 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
8547
8548         * ps/ggvutils.c: (ggv_file_readable):
8549         * ps/ggvutils.h:
8550         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
8551         (gtk_gs_get_postscript):
8552
8553         Remove unused utils
8554
8555 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
8556
8557         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
8558         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
8559         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
8560         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
8561         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
8562         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
8563         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
8564         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
8565         (gtk_gs_set_antialiasing), (ps_document_load),
8566         (ps_document_render):
8567         * ps/gtkgs.h:
8568
8569         Another check point for the ps backend. Now I can get it to show
8570         pages!
8571
8572 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
8573
8574         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
8575         document setting code.
8576
8577 2004-12-22  Anders Carlsson  <andersca@gnome.org>
8578
8579         * shell/eggfindbar.c: (entry_activate_callback):
8580         Animate the next button when activate is pressed.
8581         
8582 2004-12-22  Anders Carlsson  <andersca@gnome.org>
8583
8584         * shell/ev-window.c: (ev_window_cmd_edit_find),
8585         (update_fullscreen_popup), (ev_window_fullscreen),
8586         (ev_window_unfullscreen), (ev_window_state_event_cb),
8587         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
8588         Fix bugs in fullscreen code.
8589         
8590 2004-12-22  Anders Carlsson  <andersca@gnome.org>
8591
8592         * Makefile.am:
8593         * configure.ac:
8594         * pixbuf/Makefile.am:
8595         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
8596         (pixbuf_document_load), (pixbuf_document_get_n_pages),
8597         (pixbuf_document_set_page), (pixbuf_document_get_page),
8598         (pixbuf_document_set_target), (pixbuf_document_set_scale),
8599         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
8600         (pixbuf_document_render), (pixbuf_document_begin_find),
8601         (pixbuf_document_end_find), (pixbuf_document_finalize),
8602         (pixbuf_document_class_init),
8603         (pixbuf_document_document_iface_init), (pixbuf_document_init):
8604         * pixbuf/pixbuf-document.h:
8605         * shell/Makefile.am:
8606         * shell/ev-application.c: (ev_application_open):
8607         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
8608         (ev_window_open):
8609         Add pixbuf backend.
8610         
8611 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
8612
8613         * Makefile.am: 
8614         * dvi/dvilib/Makefile.am:
8615         * dvi/Makefile.am:
8616         * configure.ac: Auto*ify dvi and dvi/dvilib
8617
8618         * dvi/Makefile: Remove from CVS
8619         
8620         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
8621         confusion.
8622
8623         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
8624         
8625         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
8626         
8627 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
8628
8629         * ps/Makefile.am:
8630         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
8631         (gtk_gs_value_adjustment_changed), (compute_size),
8632         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
8633         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
8634         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
8635         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
8636         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
8637         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
8638         (ps_document_load), (ps_document_get_n_pages),
8639         (ps_document_set_page), (ps_document_get_page),
8640         (ps_document_set_target), (ps_document_set_scale),
8641         (ps_document_set_page_offset), (ps_document_get_page_size),
8642         (ps_document_render), (ps_document_begin_find),
8643         (ps_document_end_find), (ps_document_document_iface_init):
8644         * ps/gtkgs.h:
8645         * shell/Makefile.am:
8646         * shell/ev-window.c: (ev_window_open):
8647
8648         Some work to integrate gtkgs with EvDocument
8649
8650 2004-12-22  Anders Carlsson  <andersca@gnome.org>
8651
8652         * shell/ev-window.c: (update_fullscreen_popup),
8653         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
8654         (exit_fullscreen_button_clicked_cb),
8655         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
8656         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
8657         (ev_window_state_event_cb), (ev_window_init):
8658         Add fullscreen support from Epiphany.
8659         
8660 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
8661
8662         * data/ev-stock-zoom-fit-width.png: fit-width
8663         stock icon from gpdf.
8664         
8665         * shell/ev-stock-icons.[ch]: copied from gpdf.
8666         
8667         * shell/main.c: (main): init stock icons.
8668         
8669         * shell/ev-window.c: use the fit-width icon.
8670         
8671         * data/evince-ui.xml: add zooming toolbar items.
8672
8673 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
8674
8675         * shell/ev-view.c: 
8676         (ev_view_best_fit), (ev_view_fit_width): because
8677         get_page_size() returns the scaled page size, we
8678         need to calculate the scale factor relative to
8679         the previous scale factor. Should really just
8680         add get_real_page_size().
8681
8682 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
8683
8684         * shell/ev-view.[ch]:
8685         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
8686         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
8687         add zooming.
8688         
8689         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
8690         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
8691         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
8692         hook it up.
8693         
8694         * pdf/xpdf/pdf-document.cc:
8695         (pdf_document_begin_find),
8696         (pdf_document_end_find): make static.
8697
8698 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
8699
8700         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
8701
8702         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
8703         names to fontconfig patterns.
8704         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
8705
8706         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
8707         setupBaseFontsFc.
8708
8709 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
8710
8711         * Makefile.am:
8712         * configure.ac:
8713         * ps/Makefile.am:
8714         * ps/ggvutils.c:
8715         * ps/ggvutils.h:
8716         * ps/gsdefaults.c:
8717         * ps/gsdefaults.h:
8718         * ps/gsio.c:
8719         * ps/gsio.h:
8720         * ps/gtkgs.c:
8721         * ps/gtkgs.h:
8722         * ps/ps.c:
8723         * ps/ps.h:
8724
8725         Import ggv backend. Not hooked up yet.
8726
8727 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
8728
8729         * shell/main.c: (load_files), (main): load files
8730         from the command line.
8731
8732 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
8733
8734         * configure.ac: don't require bonobo.
8735         
8736         * cut-n-paste/recent-files/*: kill bonobo recent
8737         view.
8738
8739         * shell/ev-window.c:
8740         (ev_window_is_empty): upd.
8741         (unable_to_load), (ev_window_open): load backend
8742         based on the mime type.
8743
8744 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
8745
8746         * backend/.cvsignore: ignore generated marshalers source.
8747
8748         * shell/main.c (main): this is not epiphany.
8749
8750 2004-12-22  Havoc Pennington  <hp@redhat.com>
8751
8752         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
8753         (expose_bin_window): draw find highlights
8754
8755         * shell/ev-window.c (find_bar_search_changed_cb): implement 
8756         
8757         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
8758         (pdf_document_end_find): implement this interface
8759
8760         * backend/ev-document.c (ev_document_found): add this to emit
8761         signal
8762
8763 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
8764
8765         * data/evince-ui.xml: Add a few more toolbar items.
8766
8767         * shell/ev-window.c: Hook up page navigation toolbar 
8768         items.
8769
8770         * shell/ev-view.[ch]: add ev_view_set/get_page and 
8771         a page-changed signal.
8772
8773         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
8774         Add ev_document_get_page().
8775
8776         * shell/ev-window.c: Sensitize/desensitize navigation
8777         actions.
8778
8779 2004-12-21  Havoc Pennington  <hp@redhat.com>
8780
8781         * backend/ev-backend-marshal.c,
8782         backend/ev-backend-marshalers.list, backend/Makefile.am: add
8783         marshaler-generator thingy. I'm sure there's a better way to do
8784         this in the modern world.
8785
8786         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
8787         end_find methods and "found" signal.
8788
8789         * configure.ac: find glib-genmarshal
8790
8791 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
8792
8793         * shell/ev-sidebar.c: Construct an actual sidebar.
8794         * shell/ev-sidebar-bookmarks.[ch]:
8795         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
8796
8797 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
8798
8799         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
8800         Redo size handling.
8801         
8802         * shell/ev-view.c: Track the size from the document.
8803
8804 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
8805
8806         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
8807         constructor assumes ownership of the string passed in.
8808         
8809         * shell/ev-window.c (ev_window_open): Destroy the error
8810         dialog once we've displayed it.
8811
8812 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
8813
8814         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
8815         a bit, it works! (sort of)
8816
8817         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
8818         Move to .cc since we need to use C++ in the implementation.
8819
8820         * shell/dummy.cc: Add a CC file to force evince
8821         to be linked as a C++ program.
8822
8823 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
8824
8825         * shell/ev-view.[ch]: Start of content-area widget.
8826
8827         * shell/ev-window.c: Create a EvView, update it
8828         as we change documents.
8829
8830         * shell/Makefile.am shell/ev-marshal.list: Add
8831         generated marshalers.
8832
8833 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
8834
8835         * Makefile.am (SUBDIRS): move shell.
8836
8837 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
8838
8839         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
8840         .a to libtool convenience libraries.
8841
8842         * shell/ev-window.c (ev_window_open): Hard code loading
8843         a PDF document.
8844         
8845         * backend/ev-document.h: Add a boolean return to load(),
8846         fix GError * to GError **.
8847
8848         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
8849         object for a PDF backend EvDocument.
8850
8851 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
8852
8853         * dvi/*: New directory with the beginning of a .dvi backend.
8854
8855 2004-12-21  Havoc Pennington  <hp@redhat.com>
8856
8857         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
8858         previous/next instead of back/forward
8859
8860 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
8861
8862         * backend/ev-document.[ch]: Fix a couple of problems so
8863         it compile.
8864
8865 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
8866
8867         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
8868         to backend/ directory, rename EvViewer to EvDocument.
8869
8870 2004-12-21  Havoc Pennington  <hp@redhat.com>
8871
8872         * shell/ev-window.c: hook up the find bar widget; now we just need
8873         a document to find things in
8874
8875         * shell/eggfindbar.c: a find bar widget
8876
8877 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
8878
8879         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
8880
8881 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
8882
8883         * pdf/**: Import of xpdf code from gpdf. 
8884
8885         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
8886
8887         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
8888         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
8889         Fix FreeType includes.
8890
8891         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
8892         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
8893         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
8894         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
8895         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
8896         Include xpdfconfig.h
8897         
8898 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
8899
8900         * shell/ev-window.c (ev_window_dispose): dispose can be called
8901         multiple times.
8902
8903 2004-12-21  Havoc Pennington  <hp@redhat.com>
8904
8905         * shell/ev-window.c (ev_window_init): set title to Document Viewer
8906         rather than Evince
8907
8908         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
8909         items; really they should be synced with the strings, etc. from
8910         current gpdf, but just getting the boring typing out of the way 
8911
8912 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
8913
8914         * po/POTFILES.in:
8915         * shell/ev-application.c: (window_destroy_cb):
8916         * shell/ev-window.c:
8917         * shell/main.c: (main):
8918
8919         Actually show the window...
8920
8921 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
8922
8923         * Makefile.am:
8924         * shell/Makefile.am:
8925         * shell/ev-application.c: (ev_application_class_init):
8926         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
8927
8928         Make it build again
8929
8930 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
8931
8932         Import to gnome cvs.
8933         
8934         * Remove copies of gpdf and ggv trees.
8935         * Rip out all the recursive configure code.
8936         * Remove bonobo machinery.
8937         * viewer/*: GInterfaces that backends should/can implement.
8938
8939 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
8940
8941         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
8942         typo
8943
8944 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
8945
8946         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
8947         (ev_application_finalize, ev_application_class_init)
8948         (ev_application_init): use GType instance private data for priv.
8949     
8950         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
8951         (ev_window_finalize, ev_window_class_init)
8952         (ev_window_init): ditto.
8953
8954 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
8955
8956         * shell/ev-application.c (ev_application_new_window): make public
8957         (ev_application_show_initial_window): kill.
8958     
8959         * shell/ev-application.h: update prototypes.
8960     
8961         * shell/main.cc (main): inline ev_application_show_initial_window.
8962
8963 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
8964
8965         * shell/ev-application.c (ev_application_new_window): impl.
8966         (ev_application_show_initial_window): use it.
8967         (is_window_empty, ev_application_get_empty_window): returns an
8968         existing empty window or a new one.
8969         (ev_application_open): from ev_window_cmd_file_open.
8970     
8971         * shell/ev-application.h: update prototypes
8972     
8973         * shell/ev-window.c (ev_window_is_empty): impl.
8974         (ev_window_open): make public.
8975         (ev_window_cmd_file_open): use ev_application_open
8976     
8977         * shell/ev-window.h: update prototypes, remove unused.
8978
8979 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
8980
8981         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
8982         move destroy handler out of here...
8983     
8984         * shell/ev-application.c, shell/ev-application.h: ...into this new
8985         class. Also handles initial window creation.
8986     
8987         * shell/main.cc (main): use EvApplication to create initial
8988         window.
8989
8990 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
8991
8992         * Makefile.am (SUBDIRS): add cut-n-paste
8993     
8994         * cut-n-paste/Makefile.am: add
8995     
8996         * configure.ac: generate Makefiles in cut-n-paste
8997
8998 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
8999
9000         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
9001         (ev_window_class_init): install ev_window_dispose.
9002
9003 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
9004
9005         * shell/ev-window.h, shell/ev-window.c: replace gchar with
9006         char (gchar looks stupid).
9007
9008 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
9009
9010         * po/de.po: updated German translation.
9011
9012 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
9013
9014         * configure.ac: add more pkg-config library checks for gnome-vfs,
9015         bonobo etc.
9016     
9017         * gpdf/configure.in: temporarily disable libpaper
9018         checks. Otherwise I'd have to add the checks for the shell, too.
9019
9020 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
9021
9022         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
9023         and * file filters to the file choose.
9024
9025 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
9026
9027         * po/de.po: Updated German translation.
9028
9029 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
9030
9031         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
9032
9033 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
9034
9035         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
9036     
9037         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
9038         (ev_window_init): implement those menuitems.
9039
9040 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
9041
9042         * data/evince-ui.xml: add a toolbar (with FileOpen action)
9043     
9044         * shell/ev-window.c (ev_window_init): use the toolbar.
9045
9046 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
9047
9048         * shell/ev-window.c (ev_window_init): use menu translations
9049
9050 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
9051
9052         * configure.ac: add "de" to ALL_LINGUAS.
9053     
9054         * po/de.po: add German translation.
9055
9056 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
9057
9058         * Makefile.am (SUBDIRS): add po
9059     
9060         * configure.ac: check intltool, glib-gettext etc, generate
9061         po/Makefile.in
9062     
9063         * po, po/POTFILES.in, po/POTFILES.skip: new.
9064
9065 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
9066
9067         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
9068         already use (#ifdef ENABLE_NLS)
9069     
9070         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
9071         pointer indirection thinko.
9072     
9073         * shell/main.c: include gi18n.h for bindtextdomain etc.
9074
9075 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
9076
9077         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
9078         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
9079         tooltips for menu items in the statusbar.
9080
9081 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
9082
9083         * configure.ac, data/Makefile.am, shell/Makefile.am: use
9084         pkgdatadir drop UIDIR
9085
9086 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
9087
9088         * data/evince-ui.xml: Add File->Open menu item
9089     
9090         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
9091         chooser), hook it up in the ui manager.
9092
9093 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
9094
9095         * shell/ev-window.c: fix Help->About tooltip.
9096
9097 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
9098
9099         * configure.ac: set CFLAGS for libevprivate.
9100     
9101         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
9102         definitions, factory etc.
9103     
9104         * lib/Makefile.am: build libevprivate.a (only stock icon code).
9105     
9106         * shell/Makefile.am: link against libevprivate.a.
9107     
9108         * shell/ev-window.c (entries): add stock icon to Help->About.
9109     
9110         * shell/main.c (main): init stock icon code.
9111
9112 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
9113
9114         * lib/recent-files: egg recent files code
9115     
9116         * lib/Makefile.am: add.
9117     
9118         * Makefile.am: add lib subdir.
9119     
9120         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
9121         set CFLAGS for recent-files.
9122
9123 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
9124
9125         * configure.ac: disable -ansi and -pedantic gcc flags. They
9126         disable POSIX stuff in stdio.h, but egg-recent uses them.
9127
9128 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
9129
9130         * configure.ac: add --disable-deprecated flag (defaults to on in
9131         "cvs" builds).
9132     
9133         * shell/Makefile.am (INCLUDES): use it.
9134
9135 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
9136
9137         * shell/main.c: add missing #include.
9138     
9139         * shell/ev-window.c: fix for pedantic gcc.
9140         (ev_window_cmd_help_about): split license into paragraphs for
9141         translators and pedantic compilers.
9142
9143 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
9144
9145         * configure.ac: add more warning flags if compiling with gcc from
9146         cvs (or explicitly requested with --enable-more-warnings).
9147
9148 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
9149
9150         * data/evince-ui.xml: add File and File->Close menu.
9151     
9152         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
9153         (ev_window_destroy): quit after destroy.
9154         (ev_window_class_init): override GtkObject::destroy.
9155         (entries): install close_window callback.
9156
9157 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
9158
9159         * Makefile.am (SUBDIRS): add data subdir.
9160     
9161         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
9162         gtk+ 2.5.0 for GtkAboutDialog.
9163     
9164         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
9165         main window.
9166     
9167         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
9168     
9169         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
9170         manager.
9171         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
9172
9173 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
9174
9175         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
9176
9177 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
9178
9179         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
9180
9181 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
9182
9183         * shell/*: Added shell directory boilerplate, build it.
9184
9185 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
9186
9187         * configure.ac, Makefile.am: Added top-level configure.ac and
9188         Makefile.am