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