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