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