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