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