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