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