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