]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Make EvDocumentInfo and enums definded in ev-document-info.h GTypes. Fixes
[evince.git] / ChangeLog
1 2009-01-18  Tomeu Vizoso  <tomeu@sugarlabs.org>
2
3         * libdocument/Makefile.am:
4         * libdocument/ev-document-info.h:
5         * libdocument/ev-document-type-builtins.c.template:
6         * libdocument/ev-document-type-builtins.h.template:
7         * libdocument/ev-document.c: (ev_document_info_get_type),
8         (ev_document_info_copy):
9
10         Make EvDocumentInfo and enums definded in ev-document-info.h
11         GTypes. Fixes bug #567789.
12         
13 2009-01-18  Michal Vaner <vorner+evince@ucw.cz>
14
15         * shell/main.c (arguments_parse): Fix for a minor code typo.
16
17 2009-01-18  Christian Persch  <chpe@gnome.org>
18
19         * help/reference/Makefile.am:
20         * help/reference/evince.types: Fix the API docs build. Bug #568171.
21
22 2009-01-18  Tomeu Vizoso  <tomeu@sugarlabs.org>
23
24         * libview/Makefile.am:
25         * libview/ev-view-type-builtins.c.template:
26         * libview/ev-view-type-builtins.h.template:
27
28         Make EvJobPriority a proper GType. Fixes bug #567788.
29         
30 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
31
32         * configure.ac:
33         * cut-n-paste/*/Makefile.am:
34         * libdocument/Makefile.am:
35
36         Rename LIB as LIBDOCUMENT and use SHELL_CORE for cut-n-paste
37         code.
38         
39 2009-01-18  Christian Persch  <chpe@gnome.org>
40
41         * libview/ev-view.c: (ev_view_drag_data_get),
42         (ev_view_drag_motion), (ev_view_update_primary_selection),
43         (clear_link_selected):
44         * shell/ev-sidebar-attachments.c:
45         (ev_sidebar_attachments_drag_data_get),
46         (ev_sidebar_attachments_get_property),
47         (ev_sidebar_attachments_init):
48         * shell/ev-window.c: Update drag handling code to use the
49         gtk_*_add_uri_targets and gtk_*_add_text_targets targets instead of
50         hardcoding the targets lists. Bug #558084.
51         
52 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
53
54         * libdocument/Makefile.am:
55         * libdocument/ev-backend-marshal.c:
56         * libdocument/ev-backend-marshalers.list:
57         * libdocument/ev-document.c:
58
59         Remove unused marshalers stuff from libdocument.
60         
61 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
62
63         * po/POTFILES.in:
64
65         Update for the current source tree.
66         
67 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
68
69         * configure.ac:
70         * Makefile.am:
71         * libdocument/Makefile.am:
72         * libview/Makefile.am:
73         * libview/ev-job-scheduler.[ch]:
74         * libview/ev-jobs.[ch]:
75         * libview/ev-page-cache.[ch]:
76         * libview/ev-pixbuf-cache.[ch]:
77         * libview/ev-timeline.[ch]:
78         * libview/ev-transition-animation.[ch]:
79         * libview/ev-view-accessible.[ch]:
80         * libview/ev-view-marshal.list:
81         * libview/ev-view.[ch]:
82         * shell/Makefile.am:
83
84         Move EvView specific code to a libeviview library so that it can
85         be embbeded in other applications. Based on patches by Tomeu
86         Vizoso. Fixes bug #567751.
87         
88 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
89
90         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
91         * shell/ev-window.c: (ev_window_load_job_cb),
92         (ev_window_load_job_cb), (ev_window_open_uri),
93         (ev_window_reload_local), (ev_window_dispose):
94
95         Remove dest, mode and search_string from EvJobLoad since they are
96         not really needed by the job, but for the window.
97         
98 2009-01-17  Carlos Garcia Campos  <carlosgc@gnome.org>
99
100         * shell/ev-view.c: (ev_view_drag_data_received),
101         (ev_view_class_init), (ev_view_init):
102         * shell/ev-window.c: (ev_window_drag_data_received),
103         (ev_window_class_init), (ev_window_init):
104
105         Make the whole EvWindow the destination of a drag and drop
106         operation.
107         
108 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
109
110         * shell/ev-window.c: (window_open_file_copy_progress_cb):
111
112         Add missing brakets around the percentage in progress
113         messages. See bug #567910.
114         
115 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
116
117         * shell/ev-application.c: (ev_application_open_window),
118         (ev_application_open_uri_at_dest):
119
120         Do no use gdk_x11_* when not available. Based on patch by Hib
121         Eris, see bug #339172.
122         
123 2009-01-16  Hib Eris  <hib@hiberis.nl>
124
125         * configure.ac:
126         * properties/ev-properties-view.c:
127         (ev_properties_view_format_date):
128
129         Check for localtime_r. See bug #339172.
130         
131 2009-01-16  Hib Eris  <hib@hiberis.nl>
132
133         * shell/main.c:
134
135         Include gdkx only for dbus support. See bug #339172.
136         
137 2009-01-16  Tomeu Vizoso  <tomeu@sugarlabs.org>
138
139         * shell/ev-view.c: (ev_view_set_zoom_for_size):
140
141         Expose ev_view_set_zoom_for_size for embedders to use. Fixes bug
142         #567785.
143         
144 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
145
146         * shell/ev-window.c: (reload_remote_copy_progress_cb),
147         (window_save_file_copy_progress_cb):
148
149         Use brakets around the percentage in progress messages. See bug
150         #567910.
151         
152 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
153
154         * shell/ev-window.c: (reload_remote_copy_ready_cb):
155
156         Fix typo in error message. See bug #567910.
157         
158 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
159
160         * shell/ev-window.c: (ev_window_cmd_file_close_window):
161
162         Fix mnemonic conflict. Fixes bug #567937.
163         
164 2009-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
165
166         * NEWS:
167         * configure.ac:
168
169         Update for release 2.25.4
170         
171 2009-01-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
172
173         * configure.ac:
174         
175         GLib version requirement bumped to 2.18 due to g_set_error_literal.
176         Thanks to Christian Spurk.
177
178 2008-12-31  Hib Eris  <hib@hiberis.nl>
179         
180         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri):
181
182         Fix mime type handling.
183         
184 2008-12-31  Carlos Garcia Campos  <carlosgc@gnome.org>
185
186         * po/POTFILES.in:
187
188         Add ev-print-operation.c.
189         
190 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
191
192         * shell/ev-window.c: (ev_window_clear_progress_idle),
193         (reset_progress_idle), (ev_window_show_progress_message),
194         (ev_window_reset_progress_cancellable),
195         (ev_window_progress_response_cb), (show_loading_progress),
196         (ev_window_load_remote_failed), (window_open_file_copy_ready_cb),
197         (window_open_file_copy_progress_cb), (ev_window_load_file_remote),
198         (show_reloading_progress), (reload_remote_copy_ready_cb),
199         (reload_remote_copy_progress_cb), (query_remote_uri_mtime_cb),
200         (show_saving_progress), (window_save_file_copy_ready_cb),
201         (window_save_file_copy_progress_cb), (ev_window_save_remote),
202         (ev_window_dispose):
203
204         Show progress information when loading/saving remote files. Fixes
205         bug #370958.
206         
207 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
208
209         * libdocument/ev-file-helpers.c: (ev_tmp_file_unlink):
210
211         Show better warning message when temp file cannot be deleted.
212         
213 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
214
215         * shell/ev-window.c: (image_save_dialog_response_cb):
216
217         Fix saving images to remote locations.
218         
219 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
220
221         * shell/ev-application.[ch]: (ev_application_shutdown),
222         (ev_application_get_print_settings_file),
223         (ev_application_save_print_settings),
224         (ev_application_get_print_settings),
225         (ev_application_set_print_settings),
226         (ev_application_get_page_setup), (ev_application_set_page_setup):
227         * shell/ev-window.c: (ev_window_save_print_page_setup),
228         (ev_window_load_print_page_setup_from_metadata),
229         (ev_window_print_page_setup_done_cb),
230         (ev_window_cmd_file_print_setup), (ev_window_do_preview_print),
231         (ev_window_cmd_preview_print):
232
233         Remember page setup options too. Paper size is globally remembered
234         while page margins are stored per document in metadata file. Fixes
235         bugs #525185 and #349102.
236         
237 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
238
239         * shell/ev-print-operation.c:
240         (ev_print_operation_export_print_dialog_response_cb):
241
242         Fallback to EV_FILE_FORMAT_PS when file_format is not defined.
243         
244 2008-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
245
246         * shell/ev-print-operation.c: (export_cancel),
247         (export_job_cancelled), (ev_print_operation_export_begin),
248         (ev_print_operation_export_cancel):
249         * shell/ev-window.c: (ev_window_print_cancel),
250         (ev_window_print_update_pending_jobs_message),
251         (ev_window_print_operation_done),
252         (ev_window_print_operation_status_changed),
253         (print_jobs_confirmation_dialog_response),
254         (ev_window_cmd_file_close_window):
255
256         Show a confirmation dialog when there are pending print jobs while
257         closing the main window. Fixes bug #480964.
258         
259 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
260
261         * shell/ev-print-operation.[ch]: (ev_print_operation_class_init),
262         (ev_print_operation_get_job_name),
263         (ev_print_operation_get_status),
264         (ev_print_operation_get_progress),
265         (ev_print_operation_update_status),
266         (ev_print_operation_export_get_job_name), (clamp_ranges),
267         (get_first_and_last_page), (ev_print_operation_export_run_next),
268         (print_job_finished), (export_print_done), (export_job_cancelled),
269         (update_progress), (export_print_page),
270         (ev_print_operation_export_begin),
271         (ev_print_operation_export_print_dialog_response_cb),
272         (ev_print_operation_export_run),
273         (ev_print_operation_export_cancel),
274         (ev_print_operation_export_class_init):
275         * shell/ev-window.c:
276         (ev_window_print_update_pending_jobs_message),
277         (ev_window_print_operation_done),
278         (ev_window_print_progress_response_cb),
279         (ev_window_print_operation_status_changed),
280         (ev_window_print_operation_begin_print), (ev_window_print_range),
281         (ev_window_dispose):
282
283         Show progress information when printing. Fixes bug #482770.
284         
285 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
286
287         * shell/Makefile.am:
288         * shell/ev-progress-message-area.[ch]:
289         * shell/ev-message-area.[ch]: (ev_message_area_init),
290         (ev_message_area_set_image_from_stock):
291
292         Add EvProgressMessageArea derived from EvMessageArea to show
293         progress information in the message area. 
294         
295 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
296
297         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
298
299         Use GTK_RESPONSE_CLOSE instead of GTK_RESPONSE_CANCEL for the
300         close button. Add a function to get the contents of the message
301         area.
302         
303 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
304
305         * shell/Makefile.am:
306         * shell/ev-print-operation.[ch]:
307         * shell/ev-jobs.[ch]: (ev_job_export_init),
308         (ev_job_export_dispose), (ev_job_export_run),
309         (ev_job_export_class_init), (ev_job_export_new),
310         (ev_job_export_set_page):
311         * shell/ev-window.c: (ev_window_print_operation_done),
312         (ev_window_print_range), (ev_window_dispose):
313
314         First step of the printing system rework. EvJobPrint has been
315         replaced by EvJobExport so that every page is scheduled to be
316         exported in a thread instead of scheduling the whole printing
317         process. This way the gui is responsive during printing.
318         
319 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
320
321         * shell/ev-window.c: (setup_size_from_metadata),
322         (ev_window_load_print_settings_from_metadata):
323
324         Fix memory leaks.
325         
326 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
327
328         * libdocument/ev-document.c: (ev_document_get_type):
329
330         Add GObject type as prerequisite to EvDocument interface so that
331         document instances can be used as GObjects.
332         
333 2008-12-19  Carlos Garcia Campos  <carlosgc@gnome.org>
334
335         * shell/ev-view.c: (jump_to_find_result):
336
337         Only jump the the location of the find result for the first match
338         when searching. It drastically improves the performance when
339         searching. Bug catched and fixed by Michael Hunold. Fixes bug
340         #564774.
341         
342 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
343
344         * properties/ev-properties-main.c: (ev_properties_get_pages):
345         * properties/ev-properties-view.[ch]:
346         (ev_properties_view_dispose), (ev_properties_view_class_init),
347         (ev_properties_view_set_info), (ev_properties_view_new):
348         * shell/ev-properties-dialog.[ch]:
349         (ev_properties_dialog_set_document):
350         * shell/ev-window.c: (ev_window_setup_document),
351         (ev_window_cmd_file_properties):
352
353         Add document URI to properties page. Fixes bug #555376.
354         
355 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
356
357         * configure.ac:
358         * data/Makefile.am:
359         * data/evince-password.glade: Removed
360         * data/evince-properties.glade: Removed
361         * properties/ev-properties-view.c:
362         (ev_properties_view_class_init), (set_property),
363         (ev_properties_view_set_info), (ev_properties_view_init):
364         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
365         (font_cell_data_func), (ev_properties_fonts_init):
366
367         Remove Glade dependency.
368         
369 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
370
371         * backend/comics/comics-document.c: (comics_document_load):
372
373         Fix zip mime-type in comics backend. Patch by Juanjo Marín.
374         
375 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
376
377         * NEWS:
378         * configure.ac:
379
380         Update for release 2.25.2
381         
382 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
383
384         * configure.ac:
385         * shell/Makefile.am:
386         * shell/ev-keyring.[ch]:
387         * shell/ev-password.[ch]: Removed
388         * shell/ev-password-view.[ch]: (ev_password_view_finalize),
389         (ev_password_view_class_init), (ev_password_view_clicked_cb),
390         (ev_password_view_init), (ev_password_view_set_uri),
391         (ev_password_dialog_got_response),
392         (ev_password_dialog_remember_button_toggled),
393         (ev_password_dialog_entry_changed_cb),
394         (ev_password_dialog_entry_activated_cb),
395         (ev_password_view_ask_password), (ev_password_view_get_password),
396         (ev_password_view_get_password_save_flags),
397         (ev_password_view_new):
398         * shell/ev-window.c: (ev_window_password_view_unlock),
399         (ev_window_load_job_cb), (ev_window_close_dialogs),
400         (ev_window_init):
401
402         Rework the password view. When the password is in the keyring it's
403         used automatically without showing the password dialog and it's  
404         only stored in the keyring when we are sure it's correct. The
405         password dialog has been reworked too, in order to make it
406         more hig compliant and consistent with the GTK+ dialog used in
407         gtkmountoperation. Fixes bug #562496. 
408         
409 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
410
411         * backend/comics/comics-document.c: (comics_document_load):
412
413         Do not trust file extensions when getting the command needed to
414         uncompress comic documents. Fixes bug #562143.
415         
416 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
417
418         * libdocument/ev-document-factory.c: (get_document_from_uri),
419         (ev_document_factory_get_document):
420         * libdocument/ev-file-helpers.[ch]: (get_mime_type_from_uri),
421         (get_mime_type_from_data), (ev_file_get_mime_type):
422
423         Move mime-type functions from document-facrory to file-helpers so
424         that it can be reused.
425         
426 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
427
428         * shell/ev-window.c: (ev_window_load_job_cb), (set_uri_mtime),
429         (window_open_file_copy_ready_cb), (ev_window_reload_local),
430         (reload_remote_copy_ready_cb), (query_remote_uri_mtime_cb),
431         (ev_window_reload_remote), (ev_window_reload_document):
432
433         Add support for reloading remote documents. Fixes bug #555399.
434         
435 2008-11-23  Carlos Garcia Campos  <carlosgc@gnome.org>
436
437         * shell/ev-view.c: (ev_view_find_previous):
438
439         Make sure find_result is never < 0 which causes a crash while
440         searching. Fixes bug #558377.
441         
442 2008-11-19  Marek Kašík <mkasik@redhat.com>
443
444         * shell/ev-pixbuf-cache.c (new_selection_surface_needed),
445         (ev_pixbuf_cache_get_selection_surface):
446         
447         Fixes crash on fast scrolling with simultaneous text selection.
448
449 2008-11-19  Marek Kašík <mkasik@redhat.com>
450
451         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_add_jobs_if_needed):
452         * shell/ev-window.c (launch_external_uri):
453         
454         Fixes assertion fail on selecting text. See bug #561393.
455
456 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
457
458         * shell/Makefile.am:
459         * shell/ev-jobs.[ch]: (ev_job_layers_init),
460         (ev_job_layers_dispose), (ev_job_layers_run),
461         (ev_job_layers_class_init), (ev_job_layers_new):
462         * shell/ev-sidebar-layers.[ch]:
463         * shell/ev-view.[ch]: (ev_view_form_field_button_create_widget),
464         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
465         (ev_view_reload_page), (ev_view_reload):
466         * shell/ev-window.c: (setup_sidebar_from_metadata),
467         (ev_window_sidebar_current_page_changed_cb),
468         (sidebar_layers_visibility_changed), (ev_window_init):
469
470         Add layers support.
471         
472 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
473
474         * data/icons/22x22/actions/Makefile.am:
475         * data/icons/22x22/actions/eye.png:
476         * shell/ev-stock-icons.[ch]:
477         
478         Add eye icon from gimp to hide/show layers.
479         
480 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
481
482         * configure.ac:
483         * cut-n-paste/Makefile.am:
484         * cut-n-paste/gimpcellrenderertoggle/Makefile.am:
485         * cut-n-paste/gimpcellrenderertoggle/gimpcellrenderertoggle.[ch]:
486         * cut-n-paste/gimpcellrenderertoggle/gimpwidgetsmarshal.list:
487
488         Add GimpCellRendererToggle from gimp slightly modified to fit our
489         needs. 
490         
491 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
492
493         * configure.ac:
494         * backend/pdf/ev-poppler.cc:
495
496         Implement layers interface in PDF backend.
497         
498 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
499
500         * libdocument/Makefile.am:
501         * libdocument/ev-document-layers.[ch]:
502         * libdocument/ev-layer.[ch]:
503
504         Add optional content (layers) interface.
505         
506 2008-11-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
507
508         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
509         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
510
511         Removes unused code.
512
513 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
514
515         * NEWS:
516         * configure.ac:
517
518         Update for 2.25.1 release
519
520 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
521
522         * shell/ev-window.c:
523
524         Fix build with GTK+ < 2.14
525
526 2008-11-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
527
528         * cut-n-paste/zoom-control/ephy-zoom-action.c (create_menu_item):
529         
530         Makes menu label translatable. Fixes bug #559129.
531
532 2008-11-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
533
534         * backend/dvi/mdvi-lib/t1.c (t1_reset_resolution),
535         (t1_transform_font):
536         * backend/dvi/mdvi-lib/tt.c (tt_really_load_font), (tt_load_font):
537         
538         More renames of warning to mdvi_warning in follow up to the
539         fix of the bug #553369. Fix for the bug #559257 by
540         Tuxce <tuxce.net@gmail.com>.
541         
542 2008-11-02  Carlos Garcia Campos  <carlosgc@gnome.org>
543
544         * shell/ev-application.c: (ev_application_init_session):
545         * shell/main.c: (main):
546
547         Move the egg_set_desktop_file() call to main and remove
548         gtk_window_set_default_icon_name() since it's already called by
549         egg_set_desktop_file()
550         
551 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
552
553         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
554
555         Initialize GError to NULL.
556         
557 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
558
559         * shell/ev-window.c: (window_save_file_copy_ready_cb),
560         (ev_window_print_finished), (ev_window_print_dialog_response_cb),
561         (ev_window_preview_print_finished), (launch_action):
562
563         Do not use popup dialogs to show error messages anymore, use the
564         message area instead.
565         
566 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
567
568         * shell/ev-window.c: (ev_window_error_message),
569         (ev_window_warning_message), (ev_window_set_document),
570         (ev_window_load_job_cb), (ev_window_load_remote_failed),
571         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
572         (ev_window_cmd_help_contents), (launch_external_uri),
573         (image_save_dialog_response_cb), (image_save_dialog_response_cb),
574         (ev_attachment_popup_cmd_open_attachment),
575         (attachment_save_dialog_response_cb):
576
577         Use a message format (with printf()-style) in
578         ev_window_error_message and ev_window_warning_message.
579
580 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
581
582         * shell/ev-window.c: (ev_window_error_message),
583         (ev_window_warning_message), (ev_window_set_document),
584         (ev_window_load_job_cb), (ev_window_load_remote_failed),
585         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
586         (ev_window_cmd_help_contents), (launch_external_uri),
587         (image_save_dialog_response_cb),
588         (ev_attachment_popup_cmd_open_attachment),
589         (attachment_save_dialog_response_cb):
590
591         Change ev_window_error_message and ev_window_warning_message to
592         receive a EvWindow instead of a GtkWindow. It's more consistent
593         and avoids unneeded casts.
594         
595 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
596
597         * shell/ev-window.c: (ev_window_cmd_help_contents):
598
599         Use gtk_show_uri() when availale to display help contents.
600         
601 2008-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
602
603         * configure.ac:
604         * backend/pdf/ev-poppler.cc:
605         * properties/ev-properties-view.c:
606         * shell/Makefile.am:
607         * shell/ev-tooltip.[ch]: Removed
608         * shell/ev-view-private.h
609         * shell/eggfindbar.c:
610         * shell/ev-application.c:
611         * shell/ev-open-recent-action.c:
612         * shell/ev-sidebar-thumbnails.c:
613         * shell/ev-view.c:
614         * shell/ev-window.c:
615
616         Bump GTK+ requirement to 2.12.
617         
618 2008-10-27 Christian Persch <chpe@gnome.org>
619
620         * backend/djvu/djvu-document.c
621         * backend/dvi/cairo-device.c
622         * cut-n-paste/evmountoperation/ev-mount-operation.h
623         * cut-n-paste/gedit-message-area/gedit-message-area.h
624         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
625         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h
626         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
627         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h
628         * cut-n-paste/toolbar-editor/egg-toolbars-model.c
629         * cut-n-paste/toolbar-editor/egg-toolbars-model.h
630         * cut-n-paste/toolbar-editor/eggtreemultidnd.c
631         * cut-n-paste/toolbar-editor/eggtreemultidnd.h
632         * cut-n-paste/zoom-control/ephy-zoom-action.c
633         * cut-n-paste/zoom-control/ephy-zoom-action.h
634         * cut-n-paste/zoom-control/ephy-zoom-control.c
635         * cut-n-paste/zoom-control/ephy-zoom-control.h
636         * libdocument/ev-async-renderer.h
637         * libdocument/ev-document-factory.c
638         * libdocument/ev-document-misc.h
639         * libdocument/ev-image.h
640         * libdocument/ev-selection.h
641         * shell/ev-properties-fonts.h
642         * shell/ev-stock-icons.h
643         * shell/ev-window.c: Only include glib.h, gdk/gdk.h and gtk/gtk.h
644         directly. Bug #558064.
645
646 2008-10-27 Christian Persch <chpe@gnome.org>
647
648         * cut-and-paste/smclient/*: Update from libegg.
649
650 2008-10-27 Christian Persch <chpe@gnome.org>
651
652         * backend/djvu/djvu-document.c
653         * backend/ps/ev-spectre.c
654         * shell/ev-jobs.c: Use printf safely. Bug #558066.
655
656 2008-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
657
658         * shell/ev-view.c (ev_view_change_page),
659         (ev_view_transition_animation_finish),
660         (ev_view_transition_animation_cancel), (page_changed_cb),
661         (ev_view_set_presentation), (ev_view_next_page),
662         (ev_view_previous_page):
663         
664         Cancel the animation without scheduling transition start
665         and proceed to the next page to fix bug #516749.
666
667 2008-10-19  Carlos Garcia Campos  <carlosgc@gnome.org>
668
669         * NEWS:
670         * configure.ac:
671
672         Update for release 2.24.1
673         
674 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
675
676         * shell/ev-window.c: (ev_window_cmd_view_presentation):
677
678         Disable toggle function of F5 when in presentation mode. Patch by
679         Dave Neary. Fixes bug #556162.
680         
681 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
682
683         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
684         (ev_sidebar_thumbnails_get_loading_icon), (clear_range),
685         (ev_sidebar_thumbnails_fill_model),
686         (ev_sidebar_thumbnails_refresh),
687         (ev_sidebar_thumbnails_set_document):
688
689         Instead of using only one loading icon for thumbnails based on the
690         size of the first page, create an icon for every different page
691         size. Fixes bug #556264.
692         
693 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
694
695         * shell/ev-page-cache.c: (ev_page_cache_finalize):
696
697         Fix memory leak.
698         
699 2008-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
700
701         * shell/ev-window-title.c (ev_window_title_sanitize_title):
702
703         Removes bad prefixes from window title. Patch by 
704         Robin Sonefors <ozamosi@blinkenlights.se> fixes bug #534684.
705         
706 2008-10-12  Carlos Garcia Campos  <carlosgc@gnome.org>
707
708         * shell/ev-window.c: (launch_external_uri):
709
710         Do not consider mailto links as http uris. Fixes bug #555801.
711         
712 2008-10-06  Carlos Garcia Campos  <carlosgc@gnome.org>
713
714         * shell/ev-view.c: (merge_selection_region), (clear_selection):
715
716         Fix memory leak. Fixes bug #555134.
717         
718 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
719
720         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
721
722         Emit the job finished signal when the job is handled before the
723         page_ready callback.
724         
725 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
726
727         * shell/ev-window.c: (launch_action):
728
729         Use GdkAppLaunchContext when available to launch external
730         applications.
731         
732 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
733
734         * shell/ev-window.c: (launch_action):
735
736         Fix launching external applications for launch actions which seems
737         to be broken since the gio port. Fixes bug #554500.
738         
739 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
740
741         * backend/dvi/Makefile.am:
742         * backend/dvi/cairo-device.c:
743         * backend/dvi/dvi-document.c:
744         * backend/dvi/mdvi-lib/Makefile.am:
745
746         Fix several compile warnings in the dvi backend.
747         
748 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
749
750         * backend/dvi/mdvi-lib/common.h:
751         * backend/dvi/mdvi-lib/dviread.c:
752         * backend/dvi/mdvi-lib/font.c:
753         * backend/dvi/mdvi-lib/fontmap.c:
754         * backend/dvi/mdvi-lib/fontsrch.c:
755         * backend/dvi/mdvi-lib/gf.c:
756         * backend/dvi/mdvi-lib/pagesel.c:
757         * backend/dvi/mdvi-lib/pk.c:
758         * backend/dvi/mdvi-lib/sp-epsf.c:
759         * backend/dvi/mdvi-lib/special.c:
760         * backend/dvi/mdvi-lib/tfm.c:
761         * backend/dvi/mdvi-lib/tfmfile.c:
762         * backend/dvi/mdvi-lib/util.c:
763         * backend/dvi/mdvi-lib/vf.c:
764
765         Rename error as mdvi_error to avoid symbol conflicts with the libc
766         error. Rename also message, crash, fatal and warning for
767         consistency. Fixes bug #553369.
768         
769 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
770
771         * backend/dvi/dvi-document.c: (dvi_document_load):
772
773         Fix memory leak.
774         
775 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
776
777         * backend/dvi/dvi-document.c:
778
779         Use EV_BACKEND_IMPLEMENT_INTERFACE instead of
780         G_IMPLEMENT_INTERFACE.
781         
782 2008-09-26  Carlos Garcia Campos  <carlosgc@gnome.org>
783
784         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
785
786         Make sure copy_job_page_and_selection_to_job_info is always called
787         before copy_job_to_job_info. Fixes bug #552382.
788         
789 2008-09-22  Carlos Garcia Campos  <carlosgc@gnome.org>
790
791         * NEWS:
792         * configure.ac:
793
794         Update for release 2.24.0
795         
796 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
797
798         * shell/ev-window.c: (launch_external_uri):
799
800         Use GdkAppLaunchContext when available to launch external uris.
801         
802 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
803
804         * shell/ev-window.c: (launch_external_uri):
805
806         Use the message area to show errors when lauching external uris
807         instead of a popup window.
808         
809 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
810
811         * shell/ev-window.c: (launch_external_uri):
812
813         Assume invalid uris are http uris. Fixes bug #552071.
814         
815 2008-09-09  Carlos Garcia Campos  <carlosgc@gnome.org>
816
817         * NEWS:
818         * configure.ac:
819
820         Update for release 2.23.92.
821         
822 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
823
824         * shell/eggfindbar.c: (egg_find_bar_class_init):
825
826         Allow page scrolling with PageUp/PageDown keys when find bar is
827         active. Fixes bug #529833.
828         
829 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
830
831         * shell/ev-view-private.h:
832         * shell/ev-view.[ch]: (add_scroll_binding_keypad),
833         (ev_view_scroll), (ev_view_class_init):
834         * shell/ev-view-accessible.c:
835         (ev_view_accessible_action_do_action):
836         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
837         (ev_window_cmd_scroll_backward):
838
839         Use GtkScrollType instead of EvScrollType.
840         
841 2008-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
842
843         * shell/ev-page-cache.c (ev_page_cache_set_page_label):
844         
845         Patch for case unsensitive page label match by Michael Lee.
846         See bug #550136.
847         
848         * shell/ev-page-action.c (create_tool_item):    
849         * test/Makefile.am:
850         * test/test1.py:
851         * test/test4.py:
852         * test/test5.py:
853         
854         Added test for the above and updated other tests.
855
856 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
857
858         * shell/ev-window.c: (image_save_dialog_response_cb):
859
860         Do not append the file extension twice when saving an image.
861         
862 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
863
864         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_image):
865
866         Remove an invalid ifdef.
867         
868 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
869
870         * shell/ev-view.c: (ev_view_motion_notify_event):
871
872         Make sure the cursor is correctly restored after showing the right
873         click menu.
874         
875 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
876
877         * libdocument/ev-attachment.[ch]: (ev_attachment_launch_app),
878         (ev_attachment_open):
879         * shell/ev-sidebar-attachments.c:
880         (ev_sidebar_attachments_button_press):
881         * shell/ev-window.c: (ev_attachment_popup_cmd_open_attachment):
882
883         Use GdkAppLaunchContext when available to open attachments.
884         
885 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
886
887         * shell/ev-media-player-keys.c: (ev_media_player_keys_grab_keys):
888
889         Grab the mediakeys with a low priority. Fixes bug #547164. Patch
890         by Eric Piel.
891         
892 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
893
894         * shell/ev-application.c: (ev_application_get_media_keys):
895         * shell/ev-media-player-keys.[ch]:
896         (ev_media_player_keys_class_init), (on_media_player_key_pressed),
897         (ev_media_player_keys_grab_keys),
898         (ev_media_player_keys_release_keys), (ev_media_player_keys_init),
899         (ev_media_player_keys_focused), (ev_media_player_keys_finalize):
900         * shell/ev-window.[ch]: (ev_window_dispose),
901         (view_actions_focus_in_cb), (ev_window_media_player_key_pressed),
902         (ev_window_init):
903
904         Clean up the media player keys stuff.
905         
906 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
907
908         * NEWS:
909         * configure.ac:
910
911         Update for release 2.23.91.
912         
913 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
914
915         * cut-n-paste/smclient/eggsmclient-xsmp.c:
916         (sm_client_xsmp_set_initial_properties):
917
918         Fix memory leak.
919         
920 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
921
922         * shell/ev-application.c: (ev_application_open_window),
923         (ev_application_open_uri_at_dest):
924
925         Make sure evince starts up in the right workspace when resuming a
926         previous session.
927         
928 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
929
930         * shell/ev-application.[ch]: (ev_application_open_window),
931         (ev_application_add_icon_path_for_screen),
932         (ev_application_open_uri_at_dest):
933
934         Fix window manager warnings shown in ~/.xsession-errors
935         
936 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
937
938         * configure.ac:
939         * cut-n-paste/Makefile.am:
940         * cut-n-paste/smclient/Makefile.am:
941         * cut-n-paste/smclient/eggdesktopfile.[ch]:
942         * cut-n-paste/smclient/eggsmclient-private.h:
943         * cut-n-paste/smclient/eggsmclient-xsmp.c:
944         * cut-n-paste/smclient/eggsmclient.[ch]:
945
946         EggSMClient copied from libegg
947
948         * libdocument/ev-file-helpers.c: (ev_dot_dir):
949         * shell/Makefile.am:
950         * shell/ev-application.[ch]: (ev_application_load_session),
951         (smclient_save_state_cb), (smclient_quit_cb),
952         (ev_application_init_session), (ev_application_shutdown),
953         (ev_application_init):
954         * shell/main.c: (main):
955
956         Use EggSMClient instead of gnome-client and remove libgnome and
957         libgnomeui dependencies.
958         
959 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
960
961         * shell/main.c: (main):
962
963         Remove gnome_authentication_manager_init.
964         
965 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
966
967         * shell/ev-view.c: (ev_view_goto_window_create):
968
969         Use gtk_box_pack_start instead of gtk_box_pack_start_defaults
970         since it's now deprecated.
971         
972 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
973
974         * backend/djvu/Makefile.am:
975         * backend/djvu/djvu-document-private.h:
976         * backend/djvu/djvu-document.c: (djvu_document_find_find_text),
977         (djvu_document_find_iface_init):
978         * backend/djvu/djvu-text-page.[ch]:
979         * backend/djvu/djvu-text.[ch]: Removed
980         * backend/pdf/ev-poppler.cc: (pdf_document_find_find_text),
981         (pdf_document_find_iface_init):
982         * libdocument/ev-document-find.[ch]: (ev_document_find_find_text):
983         * shell/ev-jobs.[ch]: (ev_job_find_init), (ev_job_find_dispose),
984         (ev_job_find_run), (ev_job_find_class_init), (ev_job_find_new),
985         (ev_job_find_get_n_results), (ev_job_find_get_progress),
986         (ev_job_find_has_results), (ev_job_find_get_results):
987         * shell/ev-view-private.h:
988         * shell/ev-view.[ch]: (ev_view_expose_event),
989         (highlight_find_results), (ev_view_finalize),
990         (ev_view_get_property), (ev_view_class_init), (page_changed_cb),
991         (ev_view_set_document), (ev_view_find_get_n_results),
992         (ev_view_find_get_result), (jump_to_find_result),
993         (jump_to_find_page), (ev_view_find_changed), (ev_view_find_next),
994         (ev_view_find_previous), (ev_view_find_search_changed),
995         (ev_view_find_set_highlight_search), (ev_view_find_cancel):
996         * shell/ev-window.c: (ev_window_update_actions),
997         (page_changed_cb), (ev_window_setup_document),
998         (ev_window_update_find_status_message),
999         (ev_window_find_job_finished_cb), (ev_window_find_job_updated_cb),
1000         (ev_window_clear_find_job), (find_bar_close_cb),
1001         (find_bar_search_changed_cb), (find_bar_visibility_changed_cb),
1002         (ev_window_dispose), (ev_window_init):
1003
1004         Rework find interface. The find logic has been moved from backends
1005         to the shell avoiding a lot of duplicated code in the backends and
1006         making easier to implement the find interface in the backends.
1007         
1008 2008-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1009
1010         * backend/pdf/ev-poppler.cc:
1011         (pdf_document_thumbnails_get_dimensions):
1012
1013         Make sure thumbnail size returned by the PDF is actually
1014         valid. Fixes bug #548462.
1015         
1016 2008-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1017
1018         * shell/ev-window.c: (ev_window_setup_document),
1019         (ev_window_set_document), (ev_window_dispose):
1020
1021         Remove the idle function for setting the document up when the
1022         window is destroyed. Fixes bug #549163.
1023         
1024 2008-08-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1025
1026         * shell/ev-jobs.[ch]: (ev_job_attachments_init),
1027         (ev_job_attachments_dispose), (ev_job_attachments_run),
1028         (ev_job_attachments_class_init), (ev_job_attachments_new):
1029         * shell/ev-sidebar-attachments.c:
1030         (ev_sidebar_attachments_set_document):
1031
1032         Add a new job to get the attachments in a thread with the document
1033         lock held. Fixes bug #548653.
1034         
1035 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1036
1037         * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
1038         (tiff_document_document_iface_init):
1039
1040         Implement document_get_page_label in tiff backend.
1041         
1042 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1043
1044         * backend/tiff/tiff-document.c: (tiff_document_render):
1045
1046         Handle document orientation in tiff backend. Fixes bug #548444.
1047         
1048 2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1049
1050         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1051
1052         Do not crash when adjustment page size is 0. Fixes bug #547440.
1053         
1054 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1055
1056         * cut-n-paste/evmountoperation/ev-mount-operation.c:
1057
1058         Sync with current GTK+.
1059         
1060 2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1061
1062         * configure.ac:
1063         
1064         Update for release 2.23.6.
1065
1066 2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1067
1068         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
1069         (ev_job_load_set_password):
1070         * shell/ev-password.[ch]: (ev_password_dialog_get_password):
1071         * shell/ev-window.c: (password_dialog_response),
1072         (ev_window_load_job_cb):
1073
1074         Fix loading encrypted documents since I broke it with the jobs
1075         rework.
1076         
1077 2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1078
1079         * NEWS:
1080
1081         Update NEWS for 2.23.6 release.
1082         
1083 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1084
1085         * backend/impress/impress-document.c:
1086         * backend/impress/render.h:
1087         * libdocument/ev-document-factory.c:
1088         * libdocument/ev-document-factory.h:
1089         * libdocument/ev-document-links.h:
1090         * libdocument/ev-document-misc.c:
1091         * libdocument/ev-document-misc.h:
1092         * properties/ev-properties-main.c:
1093         * properties/ev-properties-view.c:
1094         * properties/ev-properties-view.h:
1095         * shell/eggfindbar.c:
1096         * shell/eggfindbar.h:
1097         * shell/ev-application.c:
1098         * shell/ev-application.h:
1099         * shell/ev-jobs.h:
1100         * shell/ev-message-area.h:
1101         * shell/ev-navigation-action.c:
1102         * shell/ev-navigation-action.h:
1103         * shell/ev-open-recent-action.c:
1104         * shell/ev-open-recent-action.h:
1105         * shell/ev-page-action-widget.c:
1106         * shell/ev-page-action.c:
1107         * shell/ev-page-action.h:
1108         * shell/ev-page-cache.h:
1109         * shell/ev-password-view.h:
1110         * shell/ev-password.h:
1111         * shell/ev-pixbuf-cache.h:
1112         * shell/ev-properties-fonts.c:
1113         * shell/ev-sidebar-attachments.c:
1114         * shell/ev-sidebar-links.c:
1115         * shell/ev-sidebar-links.h:
1116         * shell/ev-sidebar-thumbnails.c:
1117         * shell/ev-sidebar-thumbnails.h:
1118         * shell/ev-sidebar.c:
1119         * shell/ev-sidebar.h:
1120         * shell/ev-stock-icons.c:
1121         * shell/ev-tooltip.h:
1122         * shell/ev-view.c:
1123         * shell/ev-view.h:
1124         * shell/ev-window.c:
1125         * shell/ev-window.h:
1126         * shell/main.c:
1127
1128         More #include cleanups. Again: reordering, single gtk.h
1129         includes and other stuff.
1130
1131 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1132
1133         * shell/eggfindbar.c:
1134         * shell/ev-application.c:
1135         * shell/ev-message-area.c:
1136         * shell/ev-navigation-action.c:
1137         * shell/ev-open-recent-action.c:
1138         * shell/ev-page-action-widget.c:
1139         * shell/ev-page-action.c:
1140         * shell/ev-password-view.c:
1141         * shell/ev-properties-dialog.c:
1142         * shell/ev-properties-fonts.c:
1143         * shell/ev-sidebar-attachments.c:
1144         * shell/ev-sidebar-page.c:
1145         * shell/ev-sidebar-thumbnails.c:
1146         * shell/ev-stock-icons.c:
1147         * shell/ev-tooltip.c:
1148         * shell/ev-view.c:
1149         * shell/ev-window.c:
1150         * shell/main.c:
1151
1152         Cleanup many #include statements: reorder so that a
1153         generic-to-specific order is used, use single gtk.h
1154         includes, and some other cleanups.
1155
1156 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1157
1158         * shell/ev-jobs.h:
1159
1160         Add gio header.
1161         
1162 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1163
1164         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
1165         (ev_document_fc_mutex_trylock):
1166         * shell/Makefile.am:
1167         * shell/ev-job-queue.[ch]:
1168         * shell/ev-job-scheduler.[ch]:
1169         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
1170         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
1171         (ev_job_run), (ev_job_cancel), (ev_job_failed),
1172         (ev_job_failed_from_error), (ev_job_succeeded),
1173         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
1174         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
1175         (ev_job_links_class_init), (ev_job_render_init),
1176         (notify_page_ready), (ev_job_render_page_ready),
1177         (ev_job_render_run), (ev_job_render_class_init),
1178         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
1179         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
1180         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
1181         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
1182         (ev_job_save_dispose), (ev_job_save_run),
1183         (ev_job_save_class_init), (ev_job_print_init),
1184         (ev_job_print_dispose), (ev_job_print_run),
1185         (ev_job_print_class_init):
1186         * shell/ev-page-cache.c:
1187         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1188         (check_job_size_and_unref), (move_one_job),
1189         (copy_job_to_job_info), (add_job),
1190         (ev_pixbuf_cache_add_jobs_if_needed):
1191         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
1192         (job_fonts_finished_cb), (job_fonts_updated_cb),
1193         (ev_properties_fonts_set_document):
1194         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
1195         (ev_sidebar_links_set_document):
1196         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
1197         (ev_sidebar_thumbnails_set_document),
1198         (ev_sidebar_thumbnails_clear_job):
1199         * shell/ev-view-private.h:
1200         * shell/ev-view.c:
1201         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
1202         (ev_window_refresh_window_thumbnail), (password_dialog_response),
1203         (ev_window_clear_load_job), (ev_window_clear_reload_job),
1204         (ev_window_load_job_cb), (ev_window_reload_job_cb),
1205         (window_open_file_copy_ready_cb), (ev_window_open_uri),
1206         (ev_window_reload_document), (ev_window_clear_save_job),
1207         (ev_window_save_job_cb), (file_save_dialog_response_cb),
1208         (ev_window_clear_print_job), (ev_window_print_job_cb),
1209         (ev_window_print_dialog_response_cb):
1210         * shell/main.c: (main):
1211
1212         Rework the jobs system in order to make it simpler and more
1213         extensible. It allows to run jobs in the main loop instead of
1214         using a thread when it's appropriate like the fonts job. Now it's
1215         also possible to cancel jobs that are currently running. 
1216         
1217 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1218
1219         * libdocument/ev-debug.c: (profile_init):
1220
1221         Create the hash table also when profiling service is enabled for
1222         all sections.
1223         
1224 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1225
1226         * libdocument/ev-debug.[ch]: (ev_profiler_start),
1227         (ev_profiler_stop):
1228         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
1229         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
1230         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
1231         (ev_job_print_run):
1232         * shell/main.c: (main):
1233
1234         Add a profile mode available when debug is enabled. Add profilers
1235         in ev-jobs.
1236         
1237 2008-07-23  Götz Waschk <waschk@mandriva.org>
1238
1239         * configure.ac: Correctly build desktop file. Fixes
1240         bug #544237.
1241
1242 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1243
1244         * configure.ac:
1245         
1246         Update for release 2.23.5.
1247
1248 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1249
1250         * NEWS:
1251
1252         Update NEWS for 2.23.5 release.
1253         
1254 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1255
1256         * shell/ev-window.c: (ev_window_state_event),
1257         (ev_window_class_init):
1258
1259         Intercept window manager's fullscreen request in order to run/stop
1260         fullscreen mode. Fixes bug #493541.
1261         
1262 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1263
1264         * shell/ev-window.c: (find_bar_visibility_changed_cb):
1265
1266         Restart the job search when the find bar is opened for the second
1267         time. Fixes bug #531956.
1268         
1269 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1270
1271         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
1272         (get_document_from_uri):
1273
1274         Make sure we always return a valid error struct when
1275         get_document_from_uri fails. Fixes nautilus crash, see bug
1276         #542548.
1277         
1278 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
1279
1280         * libdocument/ev-transition-effect.c
1281         (ev_transition_effect_type_get_type),
1282         (ev_transition_effect_alignment_get_type),
1283         (ev_transition_effect_direction_get_type):
1284         
1285         Fixes bug #542924. Makes enums static to fix Solaris build.
1286
1287 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1288
1289         * shell/ev-view.c: (ev_view_key_press_event):
1290
1291         Add '.' keybinding for blanking the screen in presentation
1292         mode. Fixes bug #542001.
1293         
1294 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1295
1296         * libdocument/ev-document-misc.c:
1297         (ev_document_misc_pixbuf_from_surface):
1298
1299         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
1300         #540950.
1301         
1302 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1303
1304         * backend/comics/comics-document.c (comics_document_load):
1305         * backend/comics/comicsdocument.evince-backend.in:
1306         * configure.ac:
1307         * thumbnailer/evince-thumbnailer-comics.schemas.in:
1308         
1309         Added support for 7-zip based cb7 comic book. Patch by
1310         Kartik Rustagi. Fixes bug #532312.
1311
1312 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1313
1314         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
1315         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
1316         Fixes bug #539972.
1317
1318 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1319
1320         * shell/Makefile.am:
1321         * shell/ev-application.c (ev_application_init),
1322         (ev_application_get_media_keys):
1323         * shell/ev-application.h:
1324         * shell/ev-marshal.list:
1325         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
1326         (proxy_destroy), (on_media_player_key_pressed),
1327         (ev_media_player_keys_init), (ev_media_player_keys_focused),
1328         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
1329         * shell/ev-media-player-keys.h:
1330         * shell/ev-window.c (ev_window_go_previous_page),
1331         (ev_window_go_next_page), (ev_window_go_first_page),
1332         (ev_window_go_last_page), (ev_window_start_presentation),
1333         (ev_window_dispose), (view_actions_focus_in_cb):
1334         * shell/ev-window.h: When building with D-Bus support, listen
1335         for multimedia key events from gnome-settings-daemon. This allows
1336         to go to the next/previous/first/last pages using, respectively,
1337         Next/Previous/Rewing/Fast Forward. The Play button is used to start
1338         a presentation. Fixes bug #539971.
1339
1340 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1341
1342         * configure.ac:
1343         
1344         Update for release 2.23.4.
1345
1346 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1347
1348         * NEWS:
1349
1350         Update news for 2.23.4 release.
1351         
1352 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1353
1354         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
1355         * shell/ev-sidebar-thumbnails.c:
1356         (ev_sidebar_thumbnails_set_loading_icon),
1357         (ev_sidebar_thumbnails_refresh):
1358         * shell/ev-window.c: (ev_window_error_message),
1359         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
1360         (ev_window_set_document):
1361
1362         Do not crash opening documents with no pages and show a warning
1363         message in the message area. Fixes bugs #537574 and #171588.
1364         
1365 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1366
1367         * shell/Makefile.am:
1368         * shell/ev-file-monitor.[ch]:
1369         * shell/ev-window.c: (ev_window_document_changed),
1370         (ev_window_clear_reload_job), (ev_window_load_job_cb),
1371         (ev_window_reload_job_cb), (ev_window_open_uri),
1372         (ev_window_reload_document), (ev_window_cmd_view_reload),
1373         (ev_window_dispose):
1374
1375         Automaticly reload the document when the file has changed on
1376         disk. Bug #304249.
1377         
1378 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
1379
1380         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1381         * libdocument/ev-image.c: (ev_image_save_tmp):
1382         * libdocument/ev-module.c: (ev_module_load):
1383         * shell/ev-application.c: (ev_application_shutdown),
1384         (ev_application_get_print_settings):
1385         * shell/ev-sidebar-attachments.c:
1386         (ev_sidebar_attachments_button_press),
1387         (ev_sidebar_attachments_drag_data_get):
1388         * shell/ev-window.c: (window_save_file_copy_ready_cb),
1389         (ev_window_print_finished), (ev_window_print_send),
1390         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
1391         (ev_window_preview_print_finished), (ev_window_do_preview_print),
1392         (ev_window_cmd_preview_print):
1393         * shell/main.c: (load_files_remote):
1394         Fix some build warnings under GCC 4.3.0. (#537535).
1395
1396 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1397
1398         * shell/ev-jobs.c: (ev_job_render_dispose):
1399
1400         Fix a crash in debug mode. Patch by Daniel M German.
1401         
1402 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1403
1404         * shell/ev-window.c:
1405
1406         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
1407         
1408 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1409
1410         * shell/ev-window.c: (ev_window_print_send),
1411         (ev_window_do_preview_print):
1412
1413         Use the window title as print job name instead of just
1414         "evince-print". Fixes bug #534493.
1415         
1416 2008-05-19  Frederic Peters  <fpeters@0d.be>
1417
1418         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
1419         Bug #533897.
1420
1421 2008-05-19  Frederic Peters  <fpeters@0d.be>
1422
1423         * help/reference/Makefile.am: added missing libevmountoperation to
1424         gtkdoc-scanobj libraries.  Bug #533896.
1425
1426 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
1427
1428         * properties/ev-properties-view.c (get_default_user_units):
1429         Fixes check for default units string translation. Bug #533323.
1430
1431 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
1432
1433         * backend/impress/iksemel.c (sax_core): Fix a free() that should
1434         be an iks_free(). Fix an array overflow in the XML parser that
1435         would occur whenever the number of attributes in a tag was greater
1436         than 0 and divisible by 6. Fixes GNOME bug #530852.
1437
1438 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1439
1440         * backend/djvu/djvu-document-private.h:
1441         * backend/djvu/djvu-links.c:
1442         * backend/djvu/djvu-text.c:
1443         * backend/djvu/djvu-document.c: (djvu_handle_events),
1444         (djvu_wait_for_message), (djvu_document_load),
1445         (document_get_page_size), (djvu_document_render),
1446         (djvu_document_thumbnails_get_thumbnail),
1447         (djvu_document_file_exporter_end):
1448
1449         Make sure load job doesn't finish successfully when the document
1450         is not successfully decoded by libdjvu. Fixes bug #530202.
1451         
1452 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1453
1454         * configure.ac:
1455         * libdocument/Makefile.am:
1456         * libdocument/ev-debug.[ch]:
1457         * libdocument/ev-document.c:
1458         * shell/ev-jobs.c: (ev_job_links_dispose),
1459         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
1460         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
1461         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
1462         (ev_job_render_page_ready), (ev_job_render_run),
1463         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
1464         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
1465         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
1466         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
1467         (ev_job_print_new), (ev_job_print_run):
1468         * shell/main.c: (main):
1469
1470         Add debug mode based on gedit code. Add debug messages in
1471         ev-jobs.
1472         
1473 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1474
1475         * libdocument/ev-document-factory.c: (get_document_from_uri):
1476
1477         Fix memory leak.
1478         
1479 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
1480
1481         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
1482         (get_mime_type_from_data), (get_document_from_uri),
1483         (ev_document_factory_get_document):
1484         
1485         Improved error message about file opening failture.
1486         Bug #529129.
1487
1488 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
1489
1490         * data/evince-toolbar.xml:
1491         
1492         Allow to add SaveAs to toolbar.
1493
1494 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1495
1496         * shell/ev-view-private.h:
1497         * shell/ev-view.[ch]: (ev_view_button_release_event),
1498         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
1499         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
1500         (ev_view_update_primary_selection), (clear_link_selected),
1501         (ev_view_copy_link_address):
1502         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
1503
1504         Update also the primary selection when copying a link
1505         address. Fixes bug #520855.
1506         
1507 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1508
1509         * libdocument/ev-document-factory.c: (get_document_from_uri):
1510
1511         Use the pixbuf backend only when the mime type is not supported by
1512         any of the other backend so that tiff documents, for instance, are
1513         handled by the tiff backend instead of the pixbuf backend. fixes
1514         bug #520290.
1515         
1516 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1517
1518         * cut-n-paste/Makefile.am:
1519
1520         Add evmountoperation to subdirs list.
1521         
1522 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1523
1524         * configure.ac:
1525
1526         Fix libspectre check in configure script. Fixes bug #528549.
1527         
1528 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1529
1530         * configure.ac:
1531         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
1532         * shell/Makefile.am:
1533         * shell/ev-window.c: (ev_window_load_remote_failed),
1534         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
1535
1536         Add GtkMountOperation (renamed to avoid conflicts) to be able to
1537         open documents in remote locations that are not mounted.
1538         
1539 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1540
1541         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
1542         (bitmap_convert_msb8):
1543         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
1544         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
1545
1546         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
1547         
1548 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1549
1550         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
1551         (ev_job_render_new), (ev_job_render_set_selection_info),
1552         (ev_job_render_run):
1553         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1554         (check_job_size_and_unref),
1555         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
1556         (add_job), (ev_pixbuf_cache_get_selection_surface):
1557
1558         Create the render context needed for rendering a page in the render
1559         thread so that we don't block the main thread. Simplify
1560         EvJobRender API.
1561         
1562 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1563
1564         * libdocument/Makefile.am:
1565         * libdocument/ev-page.[ch]:
1566         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
1567         (ev_render_context_new), (ev_render_context_set_page):
1568         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
1569         (ev_form_field_finalize), (ev_form_field_class_init):
1570         * libdocument/ev-document-forms.[ch]:
1571         (ev_document_forms_get_form_fields):
1572         * libdocument/ev-document.[ch]: (ev_document_get_page),
1573         (ev_document_get_page_size), (ev_document_get_page_label):
1574         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
1575         (ev_job_render_run), (ev_job_thumbnail_new),
1576         (ev_job_thumbnail_run), (ev_job_print_run):
1577         * shell/ev-page-cache.c: (ev_page_cache_new):
1578         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1579         (check_job_size_and_unref), (add_job):
1580         * shell/ev-sidebar-thumbnails.c: (add_range):
1581         * shell/ev-view.c: (ev_view_form_field_get_region),
1582         (ev_view_form_field_button_create_widget),
1583         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1584         (ev_view_handle_form_field), (ev_view_size_allocate),
1585         (get_selected_text):
1586         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
1587         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
1588         (pdf_document_get_page), (pdf_document_get_page_label),
1589         (pdf_document_render), (pdf_document_get_info),
1590         (pdf_document_document_iface_init),
1591         (pdf_document_thumbnails_get_thumbnail),
1592         (pdf_document_thumbnails_get_dimensions),
1593         (pdf_document_file_exporter_do_page),
1594         (pdf_selection_render_selection),
1595         (pdf_selection_get_selected_text),
1596         (pdf_selection_get_selection_region),
1597         (pdf_selection_get_selection_map),
1598         (pdf_document_forms_get_form_fields),
1599         (pdf_document_forms_form_field_text_get_text),
1600         (pdf_document_forms_form_field_text_set_text),
1601         (pdf_document_forms_form_field_button_set_state),
1602         (pdf_document_forms_form_field_button_get_state),
1603         (pdf_document_forms_form_field_choice_get_item),
1604         (pdf_document_forms_form_field_choice_get_n_items),
1605         (pdf_document_forms_form_field_choice_is_item_selected),
1606         (pdf_document_forms_form_field_choice_select_item),
1607         (pdf_document_forms_form_field_choice_toggle_item),
1608         (pdf_document_forms_form_field_choice_unselect_all),
1609         (pdf_document_forms_form_field_choice_set_text),
1610         (pdf_document_forms_form_field_choice_get_text):
1611         * backend/ps/ev-spectre.c: (ps_document_get_page),
1612         (ps_document_get_page_size), (ps_document_get_page_label),
1613         (ps_document_render), (ps_document_document_iface_init),
1614         (ps_document_file_exporter_do_page):
1615         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
1616         (tiff_document_render), (tiff_document_render_pixbuf),
1617         (tiff_document_file_exporter_do_page):
1618         * backend/pixbuf/pixbuf-document.c:
1619         (pixbuf_document_get_page_size):
1620         * backend/comics/comics-document.c:
1621         (comics_document_get_page_size), (comics_document_render_pixbuf):
1622         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
1623         (djvu_document_render), (djvu_selection_get_selected_text),
1624         (djvu_document_thumbnails_get_thumbnail),
1625         (djvu_document_file_exporter_do_page),
1626         (djvu_document_find_get_result):
1627         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
1628         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
1629         (dvi_document_thumbnails_get_thumbnail),
1630         (dvi_document_file_exporter_do_page):
1631         * backend/impress/impress-document.c:
1632         (impress_document_get_page_size),
1633         (impress_document_render_pixbuf):
1634         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1635
1636         Add EvPage so that we can hold a reference to the backend
1637         page. Form fields keep now a reference to the poppler page
1638         improving performance since we don't have to create/destroy the
1639         poppler field for every form operation. This will be needed for
1640         annotations too.
1641         
1642 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1643
1644         * data/evince-ui.xml:
1645         * shell/ev-window.c:
1646
1647         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
1648         
1649 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1650
1651         * configure.ac:
1652         * backend/ps/Makefile.am:
1653
1654         Remove gs stuff from ps backend.
1655         
1656 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1657
1658         * configure.ac:
1659         * backend/pdf/ev-poppler.cc:
1660
1661         Bump poppler requirement to 0.8.0.
1662         
1663 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1664
1665         * NEWS:
1666         * configure.ac:
1667
1668         Update for release 2.22.1.1
1669
1670 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1671
1672         * configure.ac:
1673
1674         Fix build (again) when poppler version is 0.6
1675         
1676 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1677
1678         * backend/djvu/djvu-links.c: (build_tree):
1679
1680         Make sure link title is a valid utf8 string. Fixes bug #526517.
1681         
1682 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1683
1684         * configure.ac:
1685
1686         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
1687         #526799.
1688         
1689 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1690
1691         * configure.ac:
1692         
1693         Update for release 2.22.1.
1694
1695 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1696
1697         * NEWS:
1698
1699         Update for upcoming release.
1700
1701 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1702
1703         * configure.ac:
1704         * backend/dvi/dvidocument.evince-backend.in:
1705
1706         Add compressed dvi to the list of supported mime types. Patch by
1707         Ed Catmur. Fixes bug #307087.
1708
1709 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1710
1711         * shell/ev-jobs.c: (ev_job_print_get_page_list):
1712
1713         Fix a crash when printing a range that doesn't specify the start or
1714         end page. Fixes bug #524288.
1715
1716 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1717
1718         * shell/ev-window.c: (ev_window_cmd_continuous),
1719         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
1720         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
1721         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
1722         (ev_window_run_presentation), (ev_window_stop_presentation),
1723         (ev_window_cmd_view_presentation),
1724         (ev_window_cmd_leave_fullscreen),
1725         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
1726
1727         Do not unfullscreen and fullscreen again the window when changing
1728         from fullscreen to presentation mode and vice versa. Fixes bug
1729         #524112.
1730         
1731 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1732
1733         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
1734
1735         Do not crash when thumbnail failed to render in PS backend. Fixes
1736         bug #525015.
1737         
1738 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1739
1740         * shell/ev-window.c: (window_open_file_copy_ready_cb),
1741         (ev_window_load_file_remote), (ev_window_open_uri):
1742
1743         Handle errors when opening remote files.
1744         
1745 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1746
1747         * shell/ev-page-action.c: (ev_page_action_grab_focus):
1748
1749         Only grab the focus for the current visible proxy widget. Fixes
1750         bug #521224.
1751         
1752 2008-03-30  Emil Soleyman  <emil@nishra.com>
1753
1754         * shell/ev-window.c: (launch_external_uri):
1755         
1756         Reuse g_app_info_launch_default_for_uri to
1757         save some code and fix bug #525009.
1758
1759 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1760
1761         * shell/ev-window.c (image_save_dialog_response_cb):
1762
1763         Use g_str_has_suffix. See bug #523069.
1764
1765 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1766
1767         * configure.ac:
1768
1769         Add a configure option to enable/diable DBus. Patch by Rémi
1770         Cardona. Fixes bug 521797.
1771
1772 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1773
1774         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1775
1776         Fix printing in documents with rotated pages. Patch by Eugen
1777         Dedu. Fixes bug #512648.
1778         
1779 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1780
1781         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
1782         (ev_link_from_action):
1783
1784         Fix warning messages.
1785         
1786 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1787
1788         * shell/ev-window.c: (image_save_dialog_response_cb):
1789
1790         Do not append the extension to filename when saving an image
1791         if the filename alredy contains the extension. Fixes bug #523069.
1792         
1793 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1794
1795         * shell/ev-view.[ch]: (ev_view_find_cancel):
1796         * shell/ev-window.c: (find_bar_close_cb):
1797
1798         Cancel the find operation when the find bar is closed. Fixes bug
1799         #508845.
1800         
1801 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1802
1803         * backend/ps/psdocument.evince-backend.in:
1804
1805         Make ps backend module resident. Fixes bug #520607.
1806         
1807 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1808
1809         * shell/ev-jobs.c: (ev_job_print_run):
1810
1811         Invert collate action in order to work as expected, fix reverse
1812         printing so that it doesn't start with a blank page and fix number
1813         of copies. Patch by Eugen Dedu. Fixes bug #365332.
1814         
1815 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1816
1817         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
1818
1819         Fix build with poppler <= 0.7.2
1820         
1821 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1822
1823         * libdocument/ev-document-misc.c:
1824         (ev_document_misc_surface_from_pixbuf):
1825
1826         Fix selections with poppler-splash.
1827         
1828 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1829
1830         * configure.ac:
1831         * backend/pdf/ev-poppler.cc:
1832
1833         Fix build with poppler >= 0.7.2
1834         
1835 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1836
1837         * configure.ac:
1838         
1839         Update for release 2.22.0
1840
1841 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1842
1843         * NEWS:
1844
1845         Update for upcoming release.
1846
1847 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1848
1849         * shell/ev-window.c (ev_window_print_dialog_response_cb):
1850
1851         Bug 495107 – Handle print dialog responses correctly
1852
1853         Correctly handle print dialog response. Properly fixes
1854         the above mentioned bug.
1855
1856 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1857
1858         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1859
1860         Make sure print job is only run when the print button is
1861         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
1862         
1863 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1864
1865         * backend/pdf/pdfdocument.evince-backend.in:
1866         * libdocument/ev-backends-manager.c:
1867         (ev_backends_manager_load_backend),
1868         (ev_backends_manager_get_document):
1869         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
1870
1871         Allow making backend modules resident. This is needed only for
1872         some backends like pdf to avoid registering glib types more than
1873         once.
1874         
1875 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1876
1877         * backend/comics/comics-document.c:
1878         * backend/djvu/djvu-document.c:
1879         * backend/impress/impress-document.c:
1880         * backend/pdf/ev-poppler.cc:
1881         * backend/pixbuf/pixbuf-document.c:
1882         * backend/ps/ev-spectre.c:
1883         * backend/ps/ps-document.c:
1884         * backend/tiff/tiff-document.c:
1885         * libdocument/ev-document.h:
1886         * properties/ev-properties-main.c:
1887
1888         Use g_type_module_add_interface instead of
1889         g_type_add_interface_static. Fixes bug #519679.
1890         
1891 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
1892
1893         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
1894         Added. Returns whether the animation has everything necessary to run.
1895         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
1896         is ready just because it's been created. Fixes #519106.
1897         (draw_one_page): Do not show the "Loading..." text in presentation
1898         mode, there was a slim probability that this could happen.
1899
1900 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1901
1902         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
1903
1904         Duplicate mime_type string before freeing it so that it doesn't
1905         always fail when getting mime type from uri. Fixes bug #518874.
1906         
1907 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1908
1909         * shell/ev-view.c: (ev_view_form_field_choice_changed):
1910
1911         Fix a crash when a choice form field doesn't have any item
1912         selected. Fixes bug #518831
1913         
1914 2008-02-25  Alexander Larsson  <alexl@redhat.com>
1915
1916         * shell/ev-window.c (ev_window_clear_temp_file):
1917         Use g_file_has_prefix instead of renamed
1918         g_file_contains_file.
1919
1920         * configure.ac:
1921         Require new glib for above change.
1922         
1923 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1924
1925         * libdocument/ev-image.c: (ev_image_finalize),
1926         (ev_image_save_tmp):
1927
1928         Return a real uri instead of a filename when saving an
1929         image. Fixes images drag an drop from evince to nautilus. 
1930         
1931 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1932
1933         * backend/pdf/ev-poppler.cc:
1934         (pdf_document_images_get_image_mapping):
1935
1936         Return the image list in the right order. Fixes bug #516237.
1937         
1938 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1939
1940         * backend/impress/impress-document.c:
1941         (impress_document_thumbnails_get_thumbnail):
1942
1943         Remove unused variable to avoid a compiler warning.
1944
1945 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1946
1947         * configure.ac:
1948         
1949         Update for release 2.21.91.
1950
1951 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1952
1953         * configure.ac:
1954         * shell/Makefile.am:
1955         * shell/ev-application.[ch]:
1956         * shell/ev-sidebar-links.c:
1957         * shell/ev-utils.[ch]:
1958         * shell/ev-window.[ch]:
1959
1960         Remove libgnomeprint support. Fixes bug #512370.
1961         
1962 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
1963
1964         * thumbnailer/evince-thumbnailer.c: (main):
1965
1966         Initialize glib type system before using it. Fixes bug #513934.
1967         
1968 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1969
1970         * properties/ev-properties-main.c:
1971
1972         Add missing #include.
1973         
1974 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1975
1976         * configure.ac:
1977         * backend/djvu/djvu-document.c: (djvu_document_render):
1978         * backend/tiff/tiff-document.c: (tiff_document_render):
1979
1980         Use the new cairo function cairo_format_stride_for_width when
1981         available. Fixes bug #482720.
1982
1983 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1984
1985         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
1986         (get_mime_type_from_data), (get_document_from_uri):
1987
1988         Use g_content_type_guess() only when slow is true in
1989         get_document_from_uri(). Fix several memory leaks.
1990         
1991 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
1992
1993         * libdocument/ev-document-factory.c:
1994         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
1995         (get_document_from_uri):
1996
1997         Use g_content_type_guess () to get mimetype for files.
1998         Bug #510401.
1999
2000 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2001
2002         * thumbnailer/Makefile.am:
2003
2004         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
2005         
2006 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2007
2008         * configure.ac:
2009
2010         Fix build with --without-libgnome. Fixes bug #512771.
2011         
2012 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2013
2014         * backend/dvi/Makefile.am: Install only dvi
2015         module. Fixes bug #512718.
2016
2017 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2018
2019         * properties/ev-properties-main.c: (nautilus_module_initialize):
2020         
2021         Initialize backends in properties tab. Fixes bug
2022         #512720.
2023
2024 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2025
2026         * properties/Makefile.am: No need to link with 
2027         libraries. Fixes bug #512719.
2028
2029 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2030
2031         * NEWS:
2032         * configure.ac:
2033         
2034         Update for release 2.21.90.
2035
2036 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2037
2038         * shell/ev-window.c: (ev_window_cmd_escape):
2039
2040         Fix compile warning.
2041         
2042 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2043
2044         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
2045
2046         Fix printing in dvi backend when filename contains white
2047         espaces. Fixes bug #502839.
2048         
2049 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2050
2051         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2052         (screensaver_disable_x11):
2053         * shell/Makefile.am:
2054         * shell/xdg-user-dir-lookup.c: Removed
2055         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
2056         * shell/ev-view.c: (ev_view_presentation_transition_start):
2057         * shell/ev-window.c: (ev_window_cmd_file_open),
2058         (ev_window_cmd_save_as), (presentation_set_timeout):
2059
2060         Remove #ifdefs that are no longer needed.
2061         
2062 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2063
2064         * shell/ev-view.[ch]: (ev_view_button_release_event),
2065         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
2066         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
2067         (ev_window_cmd_escape):
2068
2069         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
2070         
2071 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2072
2073         * configure.ac:
2074         * backend/comics/comics-document.c: (comics_document_load):
2075         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
2076         (ev_attachment_set_property), (ev_attachment_init),
2077         (ev_attachment_save), (ev_attachment_launch_app),
2078         (ev_attachment_open):
2079         * libdocument/ev-document-factory.c: (get_document_from_uri):
2080         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
2081         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
2082         * shell/ev-jobs.c:
2083         * shell/ev-password.c: (ev_password_dialog_set_property),
2084         (ev_password_dialog_save_password):
2085         * shell/ev-sidebar-attachments.c:
2086         (ev_sidebar_attachments_drag_data_get):
2087         * shell/ev-window-title.c: (get_filename_from_uri):
2088         * shell/ev-window.c: (ev_window_clear_temp_file),
2089         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
2090         (ev_window_open_uri), (window_save_file_copy_ready_cb),
2091         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
2092         (launch_external_uri), (image_save_dialog_response_cb),
2093         (attachment_save_dialog_response_cb):
2094         * shell/main.c: (load_files), (load_files_remote), (main):
2095         * thumbnailer/evince-thumbnailer.c: (main):
2096
2097         Port to gio and drop gnome-vfs dependency. Fixes bug
2098         #510401. Based on patch by Cosimo Cecchi.
2099         
2100 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2101
2102         * NEWS:
2103
2104         Fixed formatting inconsistencies (spaces vs. tabs)
2105
2106 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2107
2108         * shell/ev-window.c:
2109
2110         Use top/up/bottom/down arrows instead of
2111         first/left/last/right in the toolbar and menu actions.
2112         This fixes issues with RTL languages and is visually
2113         consistent with the page view. Fixes bug #170081.
2114
2115 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2116
2117         * NEWS:
2118
2119         Fixed some inaccuracies pointed out by Carlos Garcia
2120         Campos.
2121
2122 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2123
2124         * NEWS:
2125         * data/evince.schemas.in:
2126         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2127
2128         Override PDF restrictions by default. Fixes bug #382700.
2129
2130 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2131
2132         * NEWS: Updated for upcoming release
2133
2134 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2135
2136         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
2137
2138         Fix memory leak.
2139         
2140 2008-01-23  Gil Forcada <gilforcada@guifi.net>
2141
2142         * shell/ev-window.c: (register_custom_actions):
2143         
2144         Added comment for translators
2145
2146 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2147
2148         * shell/ev-view.c: (ev_view_button_release_event):
2149
2150         Do not create the idle function for kinetic scrolling if we are
2151         not in a drag operation.
2152
2153 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2154
2155         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2156         (ev_view_button_press_event), (ev_view_motion_notify_event),
2157         (ev_view_button_release_event):
2158
2159         Restore cursor after autoscrolling. Fixes bug #509958.
2160
2161 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2162
2163         * configure.ac:
2164         * backend/pdf/ev-poppler.cc:
2165         (pdf_document_images_get_image_mapping),
2166         (pdf_document_images_get_image),
2167         (pdf_document_document_images_iface_init):
2168         * libdocument/ev-document-images.[ch]:
2169         (ev_document_images_get_image_mapping),
2170         (ev_document_images_get_image):
2171         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
2172         (ev_image_get_id), (ev_image_save_tmp):
2173         * shell/ev-jobs.c: (ev_job_render_run):
2174         * shell/ev-view.c: (ev_view_drag_data_get):
2175         * shell/ev-window.c: (image_save_dialog_response_cb),
2176         (ev_view_popup_cmd_copy_image):
2177
2178         Do not render images when rendering the page but on demand. It
2179         reduces the memory comsumption.
2180         
2181 2008-01-18  Marcelo Lira  <setanta@gmail.com>
2182
2183         * configure.a:
2184         * shell/ev-password.c:
2185
2186         Make gnome-keyring optional. Fixes bug #509676.
2187         
2188 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2189
2190         * shell/ev-pixbuf-cache.c: (add_job):
2191
2192         Initialize include_images variable as FALSE instead of TRUE.
2193         
2194 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2195
2196         * configure.ac:
2197         * cut-n-paste/Makefile.am:
2198         * cut-n-paste/fileformatchooser/Makefile.am:
2199         * cut-n-paste/fileformatchooser/egg-macros.h:
2200         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
2201         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
2202         * shell/Makefile.am:
2203         * shell/ev-utils.c:
2204         (file_chooser_dialog_add_writable_pixbuf_formats),
2205         (get_gdk_pixbuf_format_by_extension):
2206         * shell/ev-utils.h:
2207         * shell/ev-window.c: (ev_window_error_message),
2208         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
2209         
2210         Simplify image format selection on save.
2211
2212 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2213
2214         * shell/ev-view.c: (ev_view_scroll_event):
2215         
2216         Repair gorizontal scrolling with shift. Fixes
2217         bug #483412.
2218
2219 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2220         
2221         * MAINTAINERS:
2222
2223         Fix formatting issues.
2224         
2225 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2226
2227         * backend/comics/comics-document.c: (comics_regex_quote):
2228         
2229         Don't overquote special chars except of '. See bug 
2230         502500. Thanks to Tom Parker.
2231
2232 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2233
2234         * MAINTAINERS:
2235         
2236         Added Nickolay and Carlos, since they're doing most of
2237         the releases nowadays.
2238
2239 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2240
2241         * properties/Makefile.am:
2242
2243         Get the nautilus extension dir properly instead of using
2244         a hack. Fixes bug #505359.
2245
2246 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2247
2248         * properties/Makefile.am:
2249         
2250         Install nautilus extension into new place. See bug
2251         #505359. Thanks to Matthias Clasen, Brian Pepple and
2252         Damien Carbery.
2253
2254 2008-01-13  Djihed Afifi  <djihed@gmail.com>
2255
2256         * shell/ev-window.c: (ev_window_get_recent_file_label):
2257         
2258         RTL marker in recent file list. See bug #509076.
2259
2260 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2261
2262         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
2263         * shell/ev-window.c: (image_save_dialog_response_cb):
2264
2265         Fix compile warnings due to unused variables.
2266         
2267 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2268
2269         * configure.ac:
2270         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
2271         * backend/ps/ev-spectre.c: (ps_document_render):
2272
2273         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
2274
2275 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2276
2277         * shell/ev-transition-animation.c (ev_transition_animation_fade)
2278         (ev_transition_animation_paint): Implement "fade" effect.
2279
2280 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2281
2282         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
2283         (ev_transition_animation_paint): Implement "uncover" effect.
2284
2285 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2286
2287         * shell/ev-transition-animation.c (ev_transition_animation_cover)
2288         (ev_transition_animation_paint): Implement "cover" effect.
2289
2290 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2291
2292         * shell/ev-transition-animation.c (ev_transition_animation_push)
2293         (ev_transition_animation_paint): Implement "push" effect.
2294
2295 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2296
2297         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
2298         (ev_transition_animation_paint): Implement "dissolve" effect.
2299
2300 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2301
2302         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
2303         (ev_transition_animation_paint): Implement "wipe" effect.
2304
2305 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2306
2307         * shell/ev-transition-animation.c (ev_transition_animation_box)
2308         (ev_transition_animation_paint): Implement "box" effect.
2309
2310 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2311
2312         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
2313         (ev_transition_animation_paint): Implement "blinds" effect.
2314
2315 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2316
2317         * shell/ev-transition-animation.c (ev_transition_animation_split)
2318         (ev_transition_animation_paint): Implement "split" effect.
2319
2320 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2321
2322         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
2323         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
2324         (ev_view_transition_animation_start) 
2325         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
2326         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
2327         (ev_view_next_page) (ev_view_previous_page):
2328         
2329         Use EvTransitionAnimation to drive page changes in the presentation
2330         mode, the animation will wait to start until both the origin and 
2331         destination page surfaces are available. Fixes #458460.
2332
2333         (draw_loading_text):
2334
2335         Remove workaround for bug #320352, it's now fixed properly.
2336
2337
2338 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2339
2340         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
2341         will contain the implementations for page transition animations, at
2342         the moment it just has the "replace" effect.
2343         * shell/Makefile.am: Added these files to build.
2344
2345 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2346
2347         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
2348         animations.
2349         * shell/Makefile.am: Added these files to build.
2350
2351 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2352
2353         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
2354         implementation to get_effect() in EvDocumentTransitionIface.
2355
2356 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2357
2358         * libdocument/ev-transition-effect.[ch]: New files, define a page
2359         transition effect, at the moment it maps PopplerPageTransition to a
2360         GObject.
2361         * libdocument/Makefile.am: Added these files to build.
2362         * libdocument/ev-document-transition.[ch]
2363         (ev_document_transition_get_effect): New method, gets the
2364         EvTransitionEffect returned by the interface implementation, with
2365         fallback to the "replace" effect.
2366
2367 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
2368
2369         * configure.ac:
2370         * cut-n-paste/Makefile.am:
2371         * cut-n-paste/fileformatchooser/Makefile.am:
2372         * cut-n-paste/fileformatchooser/egg-macros.h:
2373         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
2374         * shell/Makefile.am:
2375         * shell/ev-window.c: (image_save_dialog_response_cb),
2376         (ev_view_popup_cmd_save_image_as):
2377
2378         Allow exporting images in any format supported by
2379         GdkPixbuf. Fixes bug #500209.
2380         
2381 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2382
2383         * backend/pixbuf/pixbuf-document.c:
2384
2385         More warnings fixed.
2386         
2387 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2388
2389         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
2390         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
2391         * backend/djvu/djvu-text.h:
2392         * backend/tiff/tiff-document.c: (tiff_document_render):
2393
2394         Fix compile warnings.
2395         
2396 2007-12-28  Christian Persch  <chpe@gnome.org>
2397
2398         * **/*.c: Include config.h. Bug #504721.
2399
2400 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2401
2402         * configure.ac:
2403         * Makefile.am:
2404         * po/POTFILES.in:
2405         * backend/comics/Makefile.am:
2406         * backend/comics/comics-document.[ch]:
2407         * backend/comics/comicsdocument.evince-backend.in:
2408         * backend/djvu/Makefile.am:
2409         * backend/djvu/djvu-document.[ch]:
2410         * backend/djvu/djvudocument.evince-backend.in:
2411         * backend/dvi/Makefile.am:
2412         * backend/dvi/dvi-document.[c]:
2413         * backend/dvi/dvidocument.evince-backend.in:
2414         * backend/impress/Makefile.am:
2415         * backend/impress/impress-document.[ch]:
2416         * backend/impress/impressdocument.evince-backend.in:
2417         * backend/pdf/Makefile.am:
2418         * backend/pdf/ev-poppler.cc:
2419         * backend/pdf/ev-poppler.h:
2420         * backend/pdf/pdfdocument.evince-backend.in:
2421         * backend/pixbuf/Makefile.am:
2422         * backend/pixbuf/pixbuf-document.[ch]:
2423         * backend/pixbuf/pixbufdocument.evince-backend.in:
2424         * backend/ps/Makefile.am:
2425         * backend/ps/ev-spectre.[ch]:
2426         * backend/ps/ps-document.[ch]:
2427         * backend/ps/psdocument.evince-backend.in:
2428         * backend/tiff/Makefile.am:
2429         * backend/tiff/tiff-document.[ch]:
2430         * backend/tiff/tiffdocument.evince-backend.in:
2431         * libdocument/Makefile.am:
2432         * libdocument/ev-backends-manager.[ch]:
2433         * libdocument/ev-module.[ch]:
2434         * libdocument/ev-document.h:
2435         * libdocument/ev-document-factory.[ch]:
2436         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
2437         (get_compression_from_mime_type), (get_document_from_uri),
2438         (ev_document_factory_get_document), (file_filter_add_mime_types),
2439         (ev_document_factory_add_filters):
2440         * shell/Makefile.am:
2441         * shell/ev-window-title.c: (get_filename_from_uri):
2442         * shell/main.c: (main):
2443         * thumbnailer/Makefile.am:
2444         * thumbnailer/evince-thumbnailer.c: (main):
2445
2446         Plugin system for backends. Fixes bug #351348.
2447         
2448 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2449
2450         * shell/ev-view-private.h:
2451         * shell/ev-view.c: (ev_view_drag_update_momentum),
2452         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
2453         (ev_view_button_release_event), (ev_view_destroy):
2454         
2455         Kinetic scrolling implemented as requested in
2456         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
2457
2458 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2459
2460         * data/evince-toolbar.xml:
2461         * data/evince-ui.xml:
2462         * shell/ev-view-private.h:
2463         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2464         (ev_view_button_press_event), (ev_view_motion_notify_event),
2465         (ev_view_button_release_event), (ev_view_init),
2466         (ev_view_autoscroll_cb), (ev_view_autoscroll),
2467         (ev_view_set_cursor):
2468         * shell/ev-view.h:
2469         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2470         (ev_window_cmd_view_autoscroll):
2471         
2472         Autoscroll feature with the context menu. Fixes bug 
2473         #323670. Thanks to David Turner <cillian64@googlemail.com>.
2474
2475 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2476
2477         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
2478
2479         Disconnect also page-ready signal when removing a job because the
2480         page size has changed. Thanks to kripken
2481         <kripkensteiner@gmail.com>.
2482
2483 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2484
2485         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
2486         
2487         Scroll pages in page entry with mouse wheel. Fixes bug
2488         #324122. Thanks to David Turner <cillian64@googlemail.com>.
2489
2490 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2491
2492         * backend/dvi/Makefile.am:
2493         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
2494         (mdvi_cairo_device_init):
2495         * backend/dvi/mdvi-lib/common.h:
2496         * backend/dvi/mdvi-lib/mdvi.h:
2497         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
2498         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
2499         (mdvi_build_path_from_cwd):
2500
2501         Add ps specials support in dvi backend when libspectre is
2502         present. Fixes bug #386005.
2503         
2504 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2505
2506         * configure.ac:
2507         * backend/ps/Makefile.am:
2508         * backend/ps/ev-spectre.[ch]:
2509         
2510         Use libspectre, if available, for the ps backend. Fixes bugs
2511         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
2512
2513 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
2514         
2515         * backend/comics/comics-document.c: (comics_document_load):
2516         
2517         Cygwin build issue fix.
2518
2519 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2520
2521         * shell/ev-view.c: (ev_view_set_zoom):
2522
2523         Do not limit the minimum zoom factor when sizing mode is best bit
2524         or fit width. Fixes bug #503805.
2525         
2526 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2527
2528         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
2529         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
2530         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
2531         (ev_link_dest_get_property), (ev_link_dest_set_property),
2532         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
2533         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
2534         (ev_link_dest_new_fitr):
2535         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
2536         (goto_fith_dest), (goto_xyz_dest):
2537
2538         Do not change left, top and zoom values when they are null in PDF
2539         destinations. Fixes bug #460658.
2540         
2541 2007-12-10  Christian Persch  <chpe@gnome.org>
2542
2543         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
2544         (ev_view_accessible_class_init),
2545         (ev_view_accessible_idle_do_action),
2546         (ev_view_accessible_action_do_action),
2547         (ev_view_accessible_action_get_description),
2548         (ev_view_accessible_action_set_description),
2549         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
2550         (ev_view_accessible_factory_init),
2551         (ev_view_accessible_factory_get_accessible_type):
2552         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
2553         private data, and G_DEFINE_TYPE. Bug #502843.
2554
2555 2007-12-08  Christian Persch  <chpe@gnome.org>
2556
2557         * shell/ev-metadata-manager.c: (item_free),
2558         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
2559         (value_free), (parse_value), (parseItem),
2560         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
2561         (save_values): Use GSlice to allocate small amounts of memory. Bug
2562         #475972.
2563
2564 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2565
2566         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
2567
2568         Restore cursor to normal after a drag operation. Fixes bug
2569         #501603.
2570         
2571 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2572
2573         * NEWS:
2574         * configure.ac:
2575         
2576         Update for release 2.21.1
2577
2578 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2579
2580         * configure.ac:
2581         * cut-n-paste/gedit-message-area/Makefile.am:
2582         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
2583         * shell/Makefile.am:
2584         * shell/ev-message-area.[ch]:
2585         * shell/ev-window.c: (ev_window_set_message_area),
2586         (ev_window_error_message_response_cb), (ev_window_error_message),
2587         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
2588         (ev_window_save_job_cb), (image_save_dialog_response_cb),
2589         (ev_attachment_popup_cmd_open_attachment),
2590         (attachment_save_dialog_response_cb), (ev_window_set_document),
2591         (ev_window_init):
2592
2593         Use a message area instead of a popup dialog for error
2594         notifications. Fixes bug #337495.
2595         
2596 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2597
2598         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
2599         (ev_window_run_fullscreen):
2600
2601         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
2602         
2603 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2604
2605         * ev-sidebar-thumbnails.c: (update_visible_range),
2606         (ev_sidebar_thumbnails_refresh),
2607         (ev_sidebar_thumbnails_set_document),
2608         (ev_sidebar_thumbnails_support_document):
2609
2610         Show thumbnails for documents with one page. Fixes bug #358751.
2611         
2612 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2613
2614         * shell/ev-window.c:
2615         (ev_window_load_print_settings_from_metadata),
2616         (ev_window_save_print_settings), (ev_window_print_finished),
2617         (ev_window_print_range):
2618
2619         Print settings that are specific to the document are now saved per
2620         document in the metadata file. Fixes bug #488806.
2621         
2622 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
2623
2624         * backend/tiff/tiff-document.c: (tiff_document_render):
2625
2626         Tiff documents were rendered with wrong colors. Fixes bug #497279.
2627         
2628 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2629
2630         * shell/ev-application.[ch]: (get_find_string_from_args),
2631         (ev_application_open_uri_at_dest), (ev_application_open_uri),
2632         (ev_application_open_uri_list):
2633         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
2634         * shell/ev-window.[ch]: (ev_window_load_job_cb),
2635         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
2636         (ev_window_cmd_recent_file_activate),
2637         (ev_window_open_recent_action_item_activated),
2638         (ev_window_print_send), (open_remote_link):
2639         * shell/main.c: (arguments_parse):
2640
2641         Add a command line option for search. Fixes bug #497710.
2642         
2643 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
2644
2645         * shell/ev-jobs.c: (ev_job_print_new):
2646
2647         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
2648         
2649 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2650
2651         * data/evince-toolbar.xml:
2652         * shell/Makefile.am:
2653         * shell/ev-application.c: (ev_application_init):
2654         * shell/ev-open-recent-action.[ch]:
2655         * shell/ev-window.c:
2656         (ev_window_open_recent_action_item_activated),
2657         (register_custom_actions):
2658
2659         Add an expander to the open toolbar item which pops up a dropdown
2660         menu with the recently used documents. Fixes bug #487215.
2661         
2662 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2663
2664         * shell/ev-window.c: (ev_window_open_uri),
2665         (ev_window_cmd_view_reload):
2666
2667         Do not jump to the first page when reloading by running evince
2668         from the command line. Fixes bug #490847.
2669         
2670 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
2671
2672         * shell/ev-window.c: (ev_window_cmd_help_contents):
2673
2674         Plugged memory leak when help file is not found. Fixes bug
2675         #490762.
2676         
2677 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2678
2679         * configure.ac:
2680
2681         Enable djvu, dvi and comics backends by default. Fixes bug
2682         #437121.
2683         
2684 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2685
2686         * configure.ac:
2687         * cut-n-paste/Makefile.am:
2688         * cut-n-paste/recent-files/*: Removed
2689         * help/reference/Makefile.am:
2690         * shell/Makefile.am:
2691         * shell/ev-application.[ch]: (ev_application_shutdown),
2692         (ev_application_init):
2693         * shell/ev-window.c: (ev_window_add_recent),
2694         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
2695
2696         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
2697         
2698 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
2699
2700         * shell/ev-window.c: (launch_external_uri):
2701
2702         Let GnomeVFS check the URL, this allow more URL (like mailto:),
2703         and report error if the URL is not supported (#489910).
2704
2705 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2706
2707         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2708         (pdf_document_file_exporter_begin_page),
2709         (pdf_document_file_exporter_end_page):
2710
2711         Fix printing with poppler splash backend. Fixes bug #489774.
2712         
2713 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2714
2715         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2716         * shell/ev-print-job.c: (ev_print_job_class_init):
2717
2718         Fix a crash when printing with the gnome-print dialog. Fixes bug
2719         #488939.
2720         
2721 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
2722
2723         * backend/pixbuf/pixbuf-document.c:
2724
2725         Fix an implicit function definition warning (#487655)
2726
2727 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2728
2729         * shell/ev-window.c:
2730
2731         Fix conflicting shortcut for view sade pane and presentation.
2732         
2733 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2734
2735         * backend/pdf/ev-poppler.cc:
2736         (pdf_document_file_exporter_begin_page),
2737         (pdf_document_file_exporter_do_page),
2738         (pdf_document_file_exporter_end_page),
2739         (pdf_document_file_exporter_iface_init):
2740         * libdocument/ev-file-exporter.[ch]:
2741         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
2742         * shell/ev-jobs.c: (ev_job_print_get_page_list),
2743         (ev_job_print_run):
2744
2745         When printing multiple pages per sheet in reverse option, do not
2746         invert the order of the pages in every sheet, but the order of the
2747         sheets. Do not print blank pages when page range is invalid. Fixes
2748         bugs #484857 and #485521.
2749         
2750 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2751
2752         * shell/ev-jobs.c: (ev_job_print_get_page_list),
2753         (ev_job_print_run):
2754         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2755
2756         Respect ranges order when printing more than one range in random
2757         order.
2758         
2759 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
2760
2761         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
2762         (ev_window_setup_document), (ev_window_rotation_changed_cb):
2763
2764         Rotate also the window icon when document is rotated. Fixes bug
2765         #474681.
2766         
2767 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2768
2769         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
2770         (pdf_document_forms_get_form_fields):
2771
2772         Silently ignore unknown form fields. Fixes bug #482654. Patch by
2773         Matthias Drochner.
2774         
2775 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2776
2777         * configure.ac:
2778         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2779
2780         Use poppler_page_render_for_printing() instead of
2781         poppler_page_render() if available when exporting to a ps or pdf
2782         file. Fixes bug #476627.
2783         
2784 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2785
2786         * shell/ev-window.c: (ev_window_run_fullscreen):
2787
2788         Do not show the toolbar in fullscreen mode if the main toolbar is
2789         not visible. Fixes bug #483048.
2790         
2791 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2792
2793         * shell/ev-view.c: (ev_view_button_press_event):
2794
2795         Give priority to form fields over images when deciding whether a
2796         button press event is over an image or form field. It allows edit
2797         form fields when they are over a background image. Fixes bug
2798         #477841.
2799         
2800 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2801
2802         * NEWS:
2803         * configure.ac:
2804         
2805         Update for release 2.20.0
2806
2807 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2808
2809         * backend/pdf/ev-poppler.cc:
2810
2811         Remove #ifdef HAVE_FORMS, so that forms support works again.
2812
2813 2007-09-05  Götz Waschk  <waschk@mandriva.org>
2814
2815         * configure.ac:
2816         * data/evince.desktop.in.in:
2817         
2818         Fixes desktop file issues. See bug #473471.
2819
2820 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2821
2822         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
2823         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
2824         (ev_job_queue_remove_job):
2825         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
2826         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
2827         * shell/ev-window.c: (ev_window_clear_save_job),
2828         (ev_window_save_job_cb), (file_save_dialog_response_cb),
2829         (ev_window_dispose):
2830
2831         Move save a copy task to its own job so that it's carried out in a
2832         thread avoiding another lock in the main thread. Use
2833         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
2834         can be saved to a pathin another file system. Fixes bug #456891.
2835         
2836 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2837
2838         * NEWS:
2839         * configure.ac:
2840         
2841         Update for release 2.19.92
2842
2843 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2844
2845         * configure.ac:
2846         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2847         (pdf_selection_get_selection_region),
2848         (pdf_selection_get_selection_map),
2849         (ev_form_field_from_poppler_field):
2850
2851         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
2852         and triple click selections are enabled again now.
2853
2854 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2855
2856         * shell/ev-window.c: (ev_window_add_history):
2857
2858         Make sure not to use the history with documents not supporting
2859         links. Fixes bug #468954.
2860
2861 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2862
2863         * shell/ev-window.c: (ev_window_load_job_cb):
2864
2865         Restart the search when reloading a document with the find bar
2866         visible. Fixes bug #461962.
2867
2868 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2869
2870         * shell/ev-window.c: (setup_document_from_metadata),
2871         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
2872
2873         Do not jump to the first page when reloading a document from the
2874         last page.
2875
2876 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2877
2878         * shell/ev-window.c: (update_chrome_flag),
2879         (setup_sidebar_from_metadata),
2880         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
2881         (ev_window_cmd_edit_find_next),
2882         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
2883         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
2884         (find_bar_close_cb), (view_actions_focus_in_cb):
2885
2886         Do not update visibility when changing a chrome flag so that it's
2887         possible to update several flags and update visibility only once
2888         for all of them.
2889
2890 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2891
2892         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2893
2894         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
2895         supported by gtk+. Fixes bug #460907.
2896
2897 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2898
2899         * shell/ev-view.c: (view_update_range_and_current_page):
2900
2901         Make sure current-page <= end-page in continuous mode. Fixes bug
2902         #454950.
2903
2904 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2905
2906         * backend/pdf/ev-poppler.cc: (build_tree):
2907
2908         Ignore outline items without a title. Fixes bug #453913.
2909
2910 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2911
2912         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2913         (ev_view_button_release_event), (ev_view_leave_notify_event):
2914
2915         Use always drag mouse cursor during a drag operation. Fixes bug
2916         #470564.
2917
2918 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2919
2920         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2921         (pdf_selection_get_selection_region),
2922         (pdf_selection_get_selection_map):
2923
2924         Temporarily disable double and triple selections since it depends on
2925         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
2926         released and the update of the external dependency minimal version
2927         approved.
2928
2929 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2930
2931         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2932         (pdf_document_file_exporter_do_page):
2933         * libdocument/ev-file-exporter.h:
2934         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2935         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2936
2937         Actually fix printing regressions. Remove orientation from
2938         EvPrintContext since it's redundant.
2939
2940 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2941
2942         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
2943         * backend/impress/impress-document.c:
2944         (impress_document_document_iface_init):
2945         * backend/ps/ps-document.c: (ps_document_document_iface_init):
2946         * backend/djvu/djvu-document.c:
2947         (djvu_document_document_iface_init),
2948         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
2949         * backend/tiff/tiff-document.c:
2950         (tiff_document_document_iface_init):
2951         * backend/pixbuf/pixbuf-document.c:
2952         (pixbuf_document_document_iface_init):
2953         * backend/comics/comics-document.c:
2954         (comics_document_document_iface_init):
2955         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
2956         (pdf_selection_render_selection),
2957         (pdf_selection_get_selected_text),
2958         (pdf_selection_get_selection_region),
2959         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
2960         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
2961         (ev_selection_get_selection_region),
2962         (ev_selection_get_selection_map):
2963         * libdocument/ev-document.[ch]:
2964         * shell/ev-pixbuf-cache.[ch]: (add_job),
2965         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
2966         * shell/ev-view-private.h:
2967         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
2968         (ev_job_render_run):
2969         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2970         * shell/ev-view.c: (start_selection_for_event),
2971         (ev_view_button_press_event), (ev_view_drag_data_get),
2972         (ev_view_drag_data_received), (ev_view_button_release_event),
2973         (compute_new_selection_text), (compute_selections),
2974         (ev_view_select_all), (get_selected_text), (ev_view_copy),
2975         (ev_view_primary_get_cb):
2976
2977         Add support for double and triple click selections.
2978
2979 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2980
2981         * NEWS:
2982         * configure.ac:
2983
2984         Update for release 2.19.4
2985
2986 2007-08-28  Justin Blanchard  <justinb04@aim.com>
2987
2988         * shell/ev-view-private.h:
2989         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
2990         (ev_view_set_highlight_search):
2991         * shell/ev-view.h:
2992         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
2993         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
2994         (find_bar_visibility_changed_cb):
2995         
2996         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
2997
2998 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2999
3000         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3001         (pdf_document_file_exporter_begin),
3002         (pdf_document_file_exporter_do_page):
3003         * shell/ev-jobs.c: (ev_job_print_run):
3004         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3005
3006         Create always a portrait cairo surface and rotate when needed for
3007         landscape. It fixes printing problems in real printers.
3008
3009 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3010
3011         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
3012         * libdocument/ev-file-exporter.[ch]:
3013         (ev_file_exporter_get_capabilities):
3014         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3015         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3016
3017         Adjust number of pages per row according to page orientation when
3018         printing 2 or 6 pages per sheet.
3019
3020 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3021
3022         * shell/ev-window.c: (ev_window_print_send):
3023
3024         Reset also cups setting to 1 when printing multiple pages per
3025         sheet. Fixes bug #468853.
3026
3027 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3028
3029         * libdocument/ev-document-misc.c:
3030         (ev_document_misc_surface_rotate_and_scale):
3031
3032         Use directly cairo_surface_get_content() when creating a similar
3033         surface as suggested by Jeff Muizelaar. Thanks again.
3034
3035 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3036
3037         * backend/djvu/djvu-document.c: (djvu_document_render):
3038         * backend/tiff/tiff-document.c: (tiff_document_render):
3039         * backend/pdf/ev-poppler.cc: (pdf_document_render):
3040         * libdocument/ev-document-misc.c:
3041         (ev_document_misc_surface_from_pixbuf),
3042         (ev_document_misc_surface_rotate_and_scale):
3043
3044         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
3045         creating page surfaces. Fixes bug #453123. Thank you very much to
3046         Jeff Muizelaar <jeff@infidigm.net>.
3047
3048 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3049
3050         * shell/ev-page-cache.c: (ev_page_cache_new),
3051         (ev_page_cache_get_thumbnail_size):
3052         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
3053         (ev_sidebar_thumbnails_set_loading_icon):
3054
3055         Also store in page-cache the dimensions of the thumbnails so that
3056         they can be used to create the correct loading icon in the side
3057         pane. Fixes bug #466857.
3058
3059 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3060
3061         * backend/pdf/ev-poppler.cc:
3062         (pdf_document_thumbnails_get_thumbnail):
3063
3064         Fix thumbnails rotation in pdf documents that include embedded 
3065         thumbnails.
3066
3067 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
3068
3069         * backend/pdf/ev-poppler.cc:
3070
3071         Don't use #ifdef in macro expansion. Some compilers don't
3072         like that. Closes bug #467042.
3073
3074 2007-08-15  Justin Blanchard  <justinb04@aim.com>
3075
3076         * backend/djvu/djvu-document.c: (djvu_document_finalize):
3077         
3078         Fixes memory leak in djvu backend.
3079
3080 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
3081
3082         * data/icons/32x32/Makefile.am:
3083         * data/icons/32x32/actions/Makefile.am:
3084         * data/icons/32x32/actions/view-page-cont.svg:
3085         * data/icons/32x32/actions/view-page-facing.svg:
3086         * data/icons/48x48/Makefile.am:
3087         * data/icons/48x48/actions/Makefile.am:
3088         * data/icons/48x48/actions/view-page-cont.svg:
3089         * data/icons/48x48/actions/view-page-facing.svg:
3090         
3091         Icons for a new sizes.
3092
3093 2007-08-14  Justin Blanchard  <justinb04@aim.com>
3094
3095         * shell/ev-page-cache.c: (build_height_to_page),
3096         (ev_page_cache_get_height_to_page):
3097         
3098         Fixes invalid read, see bug #466401.
3099
3100 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3101
3102         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3103         (set_drag_cursor):
3104         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3105         (configure_item_cursor), (new_pixbuf_from_widget):
3106
3107         Fix multihead problems in toolbar editor. Fixes bug #382055.
3108
3109 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3110
3111         * shell/ev-window.c: (ev_window_cmd_file_open),
3112         (ev_window_cmd_save_as):
3113
3114         Use g_get_user_special_dir when available instead of
3115         xdg_user_dir_lookup.
3116
3117 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3118
3119         * MAINTAINERS:
3120         
3121         Updated according to request on desktop-devel.
3122
3123 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3124
3125         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3126
3127         Do not use cairo_rectangle and cairo_clip since we are
3128         not using cairo_fill but cairo_paint. Use the same cairo context
3129         for every page in the same expose event.
3130
3131 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
3132
3133         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
3134         leak.
3135
3136 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3137
3138         * configure.ac:
3139         * NEWS:
3140
3141         Release 0.9.3
3142
3143 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3144
3145         * libdocument/ev-document-info.h:
3146         * libdocument/ev-document.h:
3147         * shell/ev-page-action.h:
3148         * shell/ev-sidebar-links.h:
3149
3150         Fix a headers problem with ev-link
3151         
3152         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
3153         * shell/ev-view-private.h:
3154         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3155         (get_link_area), (ev_view_query_tooltip),
3156         (ev_view_leave_notify_event), (ev_view_destroy),
3157         (ev_view_class_init):
3158
3159         Use new gtk tooltips when available instead of ev-tooltip.
3160         
3161 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3162
3163         * shell/ev-window.c: (update_chrome_visibility),
3164         (ev_window_sidebar_visibility_changed_cb):
3165
3166         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
3167         
3168 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3169
3170         * shell/ev-navigation-action.c:
3171         (ev_navigation_action_history_changed),
3172         (ev_navigation_action_set_history):
3173         * shell/ev-navigation-action-widget.c:
3174         (ev_navigation_action_widget_init):
3175         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3176
3177         Fix compile warnings.
3178         
3179 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3180
3181         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3182         (egg_editable_toolbar_dispose):
3183
3184         Fix memory leak.
3185         
3186 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3187
3188         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3189         (screensaver_disable_x11):
3190         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
3191         * shell/ev-window.c: (presentation_set_timeout):
3192         * shell/ev-view.c: (ev_view_presentation_transition_start):
3193
3194         Use g_timeout_add_seconds instead of g_timeout_add when
3195         available.
3196         
3197 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3198
3199         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
3200
3201         Set horizontal scrollbar policy to AUTOMATIC instead of
3202         NEVER. Workaround for bug #449462.
3203         
3204 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3205
3206         * shell/ev-jobs.c: (ev_job_render_page_ready):
3207
3208         Add page_ready callback to main loop with high priority and hold
3209         a reference to job during idle.
3210         
3211 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3212
3213         * configure.ac:
3214         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3215         (pdf_document_file_exporter_begin),
3216         (pdf_document_file_exporter_do_page),
3217         (pdf_document_file_exporter_get_capabilities):
3218         * libdocument/ev-file-exporter.h:
3219         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3220         * shell/ev-window.c: (ev_window_print_send),
3221         (ev_window_print_dialog_response_cb):
3222
3223         Allow printing multiple pages per sheet. Fixes bug #395573.
3224         
3225 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3226
3227         * shell/ev-view.c: (tip_from_link):
3228         
3229         Check for NULL, fixes bug #460862.
3230
3231 2007-07-29  Christian Persch  <chpe@gnome.org>
3232
3233         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
3234         (ev_window_preview_print_finished), (ev_window_do_preview_print),
3235         (ev_window_cmd_preview_print):
3236         
3237         Fixes bug #437681 - blocks while enumerating printers.
3238
3239 2007-07-29  Christian Persch  <chpe@gnome.org>
3240
3241         * shell/ev-window.c: (ev_window_screen_changed):
3242         
3243         Don't use deprecated gtk+ function. See bug #460909.
3244
3245 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3246
3247         * shell/ev-utils.c: (get_num_monitors):
3248         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
3249
3250         Do not use display before initializing it. Remove compile
3251         warnings.
3252
3253 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
3254
3255         * shell/ev-view.c: (ev_view_class_init):
3256         
3257         Unix-like hjkl bindings added. See bug #458111.
3258
3259 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
3260
3261         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
3262         * shell/ev-utils.h:
3263         * shell/ev-view.c: (ev_view_set_zoom_for_size),
3264         (ev_view_update_view_size):
3265         * shell/ev-view.h:
3266         * shell/ev-window.c: (ev_window_update_actions),
3267         (setup_view_from_metadata), (ev_window_screen_changed),
3268         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
3269         (zoom_control_changed_cb):
3270         * shell/ev-window.h:
3271         
3272         Reorganizes utility functions.
3273
3274 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3275
3276         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
3277         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
3278         (add_job), (ev_pixbuf_cache_get_surface),
3279         (ev_pixbuf_cache_get_link_mapping),
3280         (ev_pixbuf_cache_get_image_mapping),
3281         (ev_pixbuf_cache_get_form_field_mapping),
3282         (ev_pixbuf_cache_get_text_mapping):
3283         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
3284         (notify_page_ready), (ev_job_render_page_ready),
3285         (ev_job_render_run):
3286
3287         Add page_ready signal to notify that page is ready as soon as
3288         possible even if other page elements like links, forms, images or
3289         text mapping are not ready yet.
3290
3291 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3292
3293         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
3294         (dvi_document_file_exporter_do_page),
3295         (dvi_document_file_exporter_get_capabilities),
3296         (dvi_document_file_exporter_iface_init):
3297         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
3298         (ps_document_file_exporter_do_page),
3299         (ps_document_file_exporter_get_capabilities),
3300         (ps_document_file_exporter_iface_init):
3301         * backend/djvu/djvu-document.c:
3302         (djvu_document_file_exporter_begin),
3303         (djvu_document_file_exporter_end),
3304         (djvu_document_file_exporter_get_capabilities),
3305         (djvu_document_file_exporter_iface_init):
3306         * backend/tiff/tiff-document.c:
3307         (tiff_document_file_exporter_begin),
3308         (tiff_document_file_exporter_get_capabilities),
3309         (tiff_document_document_file_exporter_iface_init):
3310         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3311         (pdf_document_file_exporter_do_page),
3312         (pdf_document_file_exporter_get_capabilities),
3313         (pdf_document_file_exporter_iface_init):
3314         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
3315         (ev_file_exporter_get_capabilities):
3316         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
3317         (idle_print_handler), (ev_print_job_print):
3318         * shell/ev-jobs.c: (ev_job_print_run):
3319         * shell/ev-window.c: (ev_window_print_send),
3320         (ev_window_print_range):
3321
3322         Use capabilities to know which options should be offered by the
3323         print dialog depending on the document backend.
3324
3325 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3326
3327         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
3328
3329         Give priority to forms over text to set the cursor.
3330
3331 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3332
3333         * shell/ev-view-private.h:
3334         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3335         (ev_view_leave_notify_event), (ev_view_finalize),
3336         (ev_view_get_property), (ev_view_class_init):
3337
3338         Use IBEAM cursor for text form fields and NORMAL cursor for read
3339         only fields. Remove unused status attribute.
3340
3341 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3342
3343         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3344
3345         Update region for current selected items also for checkbox
3346         buttons, since they can behave as radio buttons when they are in a
3347         set.
3348
3349 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3350
3351         * configure.ac:
3352         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3353
3354         Get max length of text form fields.
3355
3356 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3357
3358         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3359         * libdocument/ev-form-field.h:
3360         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
3361
3362         Fix build with current poppler cvs head.
3363
3364 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3365
3366         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3367         * shell/eggfindbar.c: (egg_find_bar_init):
3368
3369         Fix build with gtk+ >= 2.11.5 due to gtktooltips
3370         deprecation. Fixes bug #455667
3371
3372 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3373
3374         * NEWS:
3375         * configure.ac:
3376         
3377         Update for release 0.9.2
3378
3379 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3380
3381         * shell/ev-view.c: (ev_view_form_field_text_save),
3382         (ev_view_form_field_choice_save):
3383
3384         Fix a crash when closing whith a form widget visible.
3385
3386 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3387
3388         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3389
3390         Update also the region of the current selected button when
3391         clicking on another button if they are radio buttons.
3392
3393 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3394
3395         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
3396         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
3397         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
3398         (ev_pixbuf_cache_get_link_mapping),
3399         (ev_pixbuf_cache_get_image_mapping),
3400         (ev_pixbuf_cache_get_form_field_mapping),
3401         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
3402         * shell/ev-view.c: (ev_view_form_field_get_region),
3403         (ev_view_form_field_button_create_widget),
3404         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
3405         (job_finished_cb):
3406
3407         Redraw only form field region instead of the whole page when
3408         reloading a page to show changes on the form field.
3409
3410 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3411
3412         * shell/ev-view.c: (ev_view_form_field_choice_save):
3413
3414         Fix selection of first item in list form fields.
3415
3416 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3417
3418         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
3419         (ev_pixbuf_cache_reload_page),
3420         (ev_pixbuf_cache_get_form_field_mapping):
3421
3422         Some refactoring to avoid duplicated code.
3423
3424 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3425
3426         * configure.ac:
3427         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
3428         (ev_form_field_from_poppler_field),
3429         (pdf_document_forms_get_form_fields),
3430         (pdf_document_forms_form_field_text_get_text),
3431         (pdf_document_forms_form_field_text_set_text),
3432         (pdf_document_forms_form_field_button_set_state),
3433         (pdf_document_forms_form_field_button_get_state),
3434         (pdf_document_forms_form_field_choice_get_item),
3435         (pdf_document_forms_form_field_choice_get_n_items),
3436         (pdf_document_forms_form_field_choice_is_item_selected),
3437         (pdf_document_forms_form_field_choice_select_item),
3438         (pdf_document_forms_form_field_choice_toggle_item),
3439         (pdf_document_forms_form_field_choice_unselect_all),
3440         (pdf_document_forms_form_field_choice_set_text),
3441         (pdf_document_forms_form_field_choice_get_text),
3442         (pdf_document_document_forms_iface_init):
3443         * libdocument/Makefile.am:
3444         * libdocument/ev-form-field.[ch]:
3445         * libdocument/ev-document-forms.[ch]:
3446         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3447         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3448         (add_job), (ev_pixbuf_cache_reload_page),
3449         (ev_pixbuf_cache_get_form_field_mapping):
3450         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
3451         * shell/ev-view-private.h:
3452         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
3453         (ev_view_handle_cursor_over_xy),
3454         (ev_view_get_form_field_at_location),
3455         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
3456         (ev_view_form_field_button_create_widget),
3457         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
3458         (ev_view_form_field_text_create_widget),
3459         (ev_view_form_field_choice_save),
3460         (ev_view_form_field_choice_changed),
3461         (ev_view_form_field_choice_create_widget),
3462         (ev_view_handle_form_field), (ev_view_size_allocate),
3463         (ev_view_realize), (draw_end_presentation_page),
3464         (ev_view_button_press_event), (ev_view_remove_all),
3465         (ev_view_motion_notify_event), (ev_view_key_press_event),
3466         (ev_view_enter_notify_event), (highlight_find_results),
3467         (draw_loading_text), (draw_one_page), (ev_view_destroy),
3468         (ev_view_class_init), (page_changed_cb),
3469         (on_adjustment_value_changed), (ev_view_set_presentation),
3470         (merge_selection_region), (ev_view_set_cursor),
3471         (ev_view_reset_presentation_state):
3472         
3473         Merge evince-forms branch.
3474
3475 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
3476
3477         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
3478
3479         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
3480         This script also updates itself from libegg
3481
3482         * cut-n-paste/toolbar-editor/egg*:
3483         Run update-toolbareditor-from-libegg.sh so we are in sync again with
3484         libegg
3485
3486 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
3487
3488         * shell/ev-window.c:
3489         
3490         Adds a nice icon to page action during toolbar editing.
3491         See bug #452872.
3492
3493 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3494
3495         * data/evince-toolbar.xml:
3496         * shell/ev-window.c:
3497         
3498         Let user add a presentation and fullscreen icons on toolbar.
3499         See bug #449734.
3500
3501 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
3502
3503         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
3504
3505         new script to keep in sync with toolbareditor in libegg
3506
3507         * cut-n-paste/toolbar-editor/*: 
3508
3509         Run update-toolbareditor-from-libegg so we are in sync again. 
3510         Fixes bug #452850.
3511         
3512
3513 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3514
3515         * shell/ev-sidebar-links.c: (job_finished_callback):
3516
3517         Do not connect selection changed signal more than once. Fixes bug
3518         #349433.
3519
3520 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3521
3522         * shell/ev-window.c: (ev_window_view_sidebar_cb):
3523
3524         Do not change sidebar chrome flag when pressing F9 key in
3525         presentation mode.
3526
3527 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3528
3529         * backend/pdf/ev-poppler.cc:
3530         (pdf_document_thumbnails_get_dimensions):
3531
3532         Make sure thumbnails width and height is not <= 0. Fixes a crash
3533         with some pdf documents which have really small pages.
3534
3535 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
3536
3537         * shell/main.c: (main):
3538
3539         Fixes program description translation issue.
3540         Bug #450148.
3541
3542 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
3543
3544         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
3545
3546         Do not change current page when returning from black/white mode
3547         in presentation. Fixes bug #415032.
3548
3549 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3550
3551         * NEWS:
3552         * configure.ac:
3553         
3554         Update for release 0.9.1
3555
3556 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
3557
3558         * backend/dvi/dvi-document.c:
3559         (dvi_document_finalize),
3560         (dvi_document_file_exporter_format_supported),
3561         (dvi_document_file_exporter_begin),
3562         (dvi_document_file_exporter_do_page),
3563         (dvi_document_file_exporter_end),
3564         (dvi_document_file_exporter_iface_init), (dvi_document_init):
3565         
3566         PDF exporter for dvi documents. Fixes bug #441319.
3567
3568 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3569
3570         * shell/ev-window.c: (ev_window_clear_print_job):
3571
3572         Clear gtk print job when job has finished. Fixes bug #447612.
3573
3574 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3575
3576         * shell/ev-window.c: (ev_window_print_send),
3577         (ev_window_print_dialog_response_cb), (ev_window_print_range):
3578
3579         Add preview button to print dialog. Fixes bug #445419.
3580
3581 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3582
3583         * backend/dvi/Makefile.am:
3584         * backend/dvi/pixbuf-device.[ch]: Removed
3585         * backend/dvi/cairo-device.[ch]: Added
3586         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
3587         * backend/dvi/dvi-document.c: (dvi_document_load),
3588         (dvi_document_render), (dvi_document_finalize),
3589         (dvi_document_thumbnails_get_thumbnail), (parse_color),
3590         (dvi_document_do_color_special):
3591         * libdocument/ev-document-misc.[ch]:
3592         (ev_document_misc_pixbuf_from_surface):
3593
3594         Port dvi backend to cairo and fix a problem with colors. 
3595
3596 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3597
3598         * shell/ev-view.c: (draw_one_page):
3599
3600         Draw only visible region.
3601
3602 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3603
3604         * backend/djvu/djvu-document.c: (djvu_document_render):
3605
3606         Fix rotation in djvu backend.
3607
3608 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3609
3610         * shell/ev-pixbuf-cache.c: (job_finished_cb),
3611         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
3612         (ev_pixbuf_cache_get_image_mapping),
3613         (ev_pixbuf_cache_get_text_mapping):
3614
3615         Redraw view every time we have a new surface. Fixes bug #443587.
3616
3617 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3618
3619         * libdocument/ev-document.c: (ev_document_info_free):
3620
3621         Fix memory leaks.
3622
3623 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3624
3625         * backend/dvi/dvi-document.c: (dvi_document_render),
3626         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
3627         * backend/impress/impress-document.c:
3628         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
3629         (impress_document_render), (impress_document_document_iface_init),
3630         (impress_document_thumbnails_get_thumbnail):
3631         * backend/djvu/djvu-document-private.h:
3632         * backend/djvu/djvu-document.c: (djvu_document_render),
3633         (djvu_document_finalize), (djvu_document_document_iface_init),
3634         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
3635         * backend/tiff/tiff-document.c: (tiff_document_render),
3636         (tiff_document_render_pixbuf),
3637         (tiff_document_document_iface_init):
3638         * backend/pdf/ev-poppler.cc: (pdf_document_render),
3639         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
3640         (pdf_selection_render_selection):
3641         * backend/comics/comics-document.c:
3642         (comics_document_render_pixbuf), (comics_document_render),
3643         (comics_document_document_iface_init):
3644         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
3645         (pixbuf_document_document_iface_init):
3646         * libdocument/ev-document-misc.[ch]:
3647         (ev_document_misc_surface_from_pixbuf),
3648         (ev_document_misc_surface_rotate_and_scale):
3649         * libdocument/ev-document.[ch]: (ev_document_render):
3650         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
3651         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3652         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3653         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
3654         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
3655         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
3656         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
3657         (render_finished_cb), (ev_job_render_run):
3658         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
3659         (merge_selection_region):
3660
3661         Use cairo image surfaces instead of GDK pixbufs for drawing pages
3662         and selections.
3663
3664 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3665
3666         * shell/ev-window-title.c: (ev_window_title_update):
3667
3668         Fix memory leak.
3669
3670 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3671
3672         * shell/ev-view.c: (draw_loading_text):
3673
3674         Show loading text centered. Fixes bug #433061
3675
3676 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3677
3678         * shell/ev-sidebar-thumbnails.c:
3679         (ev_sidebar_thumbnails_set_loading_icon):
3680
3681         Remove a mutex in the main thread that blocks the UI in heavy
3682         documents.
3683
3684 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3685
3686         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
3687
3688         Set points_set to TRUE so that selections don't disappear after a
3689         zoom change.
3690
3691 2007-06-07  Michael Monreal  <infernux@web.de>
3692
3693         * data/icons/16x16/actions/Makefile.am:
3694         * data/icons/16x16/actions/zoom.svg:
3695         * data/icons/22x22/actions/Makefile.am:
3696         * data/icons/22x22/actions/zoom.svg:
3697         * data/icons/24x24/actions/Makefile.am:
3698         * shell/ev-stock-icons.c:
3699         * shell/ev-stock-icons.h:
3700         * shell/ev-window.c:
3701         
3702         Zoom icon artwork. See bug #444795.
3703
3704 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3705
3706         * shell/ev-metadata-manager.c: Remove extraneous function
3707         (Closes: #444386)
3708
3709 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3710
3711         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
3712         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
3713         (ev_metadata_manager_set), (ev_metadata_manager_save):
3714         Simplify the timeout, no need for modified anymore
3715
3716 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3717
3718         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
3719         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
3720         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
3721         (ev_metadata_manager_save): Adapted patch from Arjan van de
3722         Ven (arjan@linux.intel.com) to avoid the timeout running all the
3723         time, saves on power (Closes: #443851)
3724
3725 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3726
3727         * configure.ac:
3728         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
3729         (pdf_selection_render_selection), (pdf_document_get_page_duration):
3730
3731         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
3732
3733 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3734
3735         * shell/ev-window.c: (ev_window_add_history):
3736
3737         Check if history is NULL
3738
3739 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3740
3741         * libdocument/ev-image.c: (ev_image_finalize):
3742         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
3743         * libdocument/ev-attachment.c: (ev_attachment_finalize):
3744         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
3745         (ev_tmp_uri_unlink):
3746
3747         Add functions to delete temporary files created by evince in a safe
3748         way.
3749
3750         * shell/ev-window.c: (ev_window_clear_local_uri),
3751         (open_xfer_update_progress_callback),
3752         (save_xfer_update_progress_callback), (ev_window_save_remote),
3753         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
3754         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
3755         (attachment_save_dialog_response_cb),
3756         (ev_attachment_popup_cmd_save_attachment_as):
3757
3758         Allow saving a copy of a document, image or attachment to a remote
3759         location. Fixes bug #440754. 
3760
3761 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3762
3763         * configure.ac:
3764         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
3765
3766         Fix build with current poppler from cvs head. 
3767
3768 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
3769
3770         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
3771
3772         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
3773         directory exists.
3774
3775 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
3776
3777         * shell/ev-sidebar.c: (ev_sidebar_add_page):
3778         * shell/ev-window.c:
3779
3780         Change sidebar ordering. Fixes bug #439939.
3781
3782 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
3783
3784         * backend/comics/Makefile.am:
3785         
3786         Fixes build with --without-libgnome.
3787
3788 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3789         
3790         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
3791
3792         Update cursor and tooltip on page change and view scroll. Fixes bug
3793         #439217.
3794
3795 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3796
3797         * NEWS:
3798         * configure.ac:
3799         
3800         Update for release 0.9.0
3801
3802 2007-05-14  Alaska Subedi <asubedi@gmail.com>
3803
3804         * backend/djvu/djvu-document-private.h:
3805         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3806         (djvu_document_finalize),
3807         (djvu_document_file_exporter_format_supported),
3808         (djvu_document_file_exporter_begin),
3809         (djvu_document_file_exporter_do_page),
3810         (djvu_document_file_exporter_end),
3811         (djvu_document_file_exporter_iface_init), (djvu_document_init):
3812         
3813         Implemented printing with djvu. Bug #437998.
3814
3815 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3816
3817         * backend/impress/zip.c:
3818         Add missing ulong definition.
3819
3820         * backend/ps/ps-interpreter.c:
3821         Add missing headers.
3822
3823         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
3824
3825 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3826
3827         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
3828
3829         Add missing call to parent class dispose method. 
3830
3831 2007-05-12  Ross Burton  <ross@openedhand.com>
3832
3833         * shell/main.c:
3834         Sync keybindings manually when building without libgnome
3835         (#437925).
3836
3837 2007-05-12  Ross Burton  <ross@openedhand.com>
3838
3839         * shell/ev-window.c:
3840         Respect the screen when opening help (#437866).
3841
3842 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3843
3844         * data/evince-ui.xml:
3845         * shell/ev-application.[ch]: (get_print_settings_from_args),
3846         (ev_application_open_uri_at_dest), (ev_application_open_uri),
3847         (ev_application_open_uri_list):
3848         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
3849         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
3850         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
3851         (ev_window_cmd_view_reload), (lookup_printer_from_name),
3852         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
3853         (ev_window_dispose):
3854         * shell/main.c: (arguments_parse):
3855
3856         Add print button in preview mode. Fixes bug #396475. 
3857
3858 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3859
3860         * cut-n-paste/zoom-control/ephy-zoom.h:
3861         
3862         Fixes zoom level factors. See bug #408119 for details.
3863
3864 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3865
3866         * backend/comics/comics-document.c: (comics_regex_quote),
3867         (extract_argv):
3868         
3869         Correctly quote symbols. Fixes crash in the bug
3870         #415370.
3871
3872 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3873
3874         * shell/ev-navigation-action-widget.c:
3875         (ev_navigation_action_widget_init),
3876         (ev_navigation_action_widget_class_init),
3877         (ev_navigation_action_widget_button_press_event):
3878         
3879         Connect to button-press event on correct widget. Fixes
3880         bug #431988
3881
3882 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3883
3884         * shell/ev-application.c: (ev_application_open_window),
3885         (ev_application_add_icon_path_for_screen),
3886         (ev_application_open_uri_at_dest):
3887         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
3888         * shell/ev-navigation-action.c: (build_menu):
3889         
3890         Add app-specific icons to our icon theme. Fixes bug
3891         #425508.
3892
3893 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3894
3895         * shell/ev-history.c: (ev_history_class_init),
3896         (ev_history_add_link):
3897         * shell/ev-history.h:
3898         * shell/ev-navigation-action.c:
3899         (ev_navigation_action_history_changed),
3900         (ev_navigation_action_set_history), (build_menu),
3901         (ev_navigation_action_finalize):
3902         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
3903         
3904         Make navigation action unsensitive instead of showing
3905         menu with unsensitive word. Fixes bug #417392.
3906
3907 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3908
3909         * shell/ev-application.[ch]: (ev_application_shutdown),
3910         (ev_application_get_print_settings),
3911         (ev_application_set_print_settings):
3912         * shell/ev-window.c:
3913
3914         Remember print settings. Fixes bug #349102. 
3915
3916 2007-05-08  Christian Persch  <chpe@gnome.org>
3917
3918         * configure.ac:
3919         * properties/ev-properties-view.c:
3920
3921         No need for a configure check; just use the GTK_CHECK_VERSION macro.
3922         Bug #382438.
3923
3924 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3925
3926         * configure.ac:
3927         * properties/ev-properties-view.c: (ev_regular_paper_size):
3928
3929         Use gtk+ builtin paper list to identify the document's paper size.
3930         Fixes bug #382438. 
3931
3932 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3933
3934         * configure.ac:
3935
3936         Fix build when compiling with thumbnailer and libgnome support. 
3937
3938 2007-05-04  Ross Burton  <ross@openedhand.com>
3939
3940         * configure.ac:
3941         Add --without-libgnome, check for libgnome and libgnomeui
3942         separately, and add them to the symbols as required.
3943
3944         * libdocument/ev-file-helpers.c:
3945         When building without libgnome, use g_get_user_config_dir instead
3946         of gnome_user_dir_get.
3947
3948         * shell/ev-application.c:
3949         When building without libgnome, don't use session management.
3950
3951         * shell/main.c:
3952         When building without libgnome, don't use GnomeProgram or
3953         initialise the authentication manager.
3954
3955         This fixes #328842.
3956
3957 2007-05-04  Ross Burton  <ross@openedhand.com>
3958
3959         * shell/ev-window.c:
3960         Don't use libgnome to open help, instead call Yelp directly.
3961
3962 2007-05-04  Ross Burton  <ross@openedhand.com>
3963
3964         * shell/ev-sidebar-attachments.c:
3965         Don't use libgnome to lookup icons for MIME types, instead copy
3966         code from GTK+ to do it manually.
3967
3968 2007-05-04  Ross Burton  <ross@openedhand.com>
3969
3970         * configure.ac:
3971         Add libxml to the dependencies for SHELL_CORE (#435818).
3972
3973 2007-05-02  Ross Burton  <ross@openedhand.com>
3974
3975         * configure.ac:
3976         * Makefile.am:
3977         Add --disable-thumbnailer (#434825)
3978
3979 2007-05-02  Ross Burton  <ross@openedhand.com>
3980
3981         * shell/ev-window.c:
3982         Add missing includes, fix indentation.
3983
3984         * shell/main.c:
3985         Fix indentation.
3986
3987 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
3988
3989         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
3990         ev_application_open_uri_at_dest instead of ev_application_open_uri
3991         preventing new document always being opened in a new window even if there
3992         is an empty window.
3993
3994 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3995
3996         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3997         (egg_recent_view_uimanager_finalize):
3998         * properties/ev-properties-view.c: (ev_properties_view_dispose):
3999         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
4000         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
4001         (ev_pixbuf_cache_dispose):
4002         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
4003         * shell/ev-tooltip.c: (ev_tooltip_dispose):
4004         
4005         Add missing chain to parent class methods. Fixes
4006         bug #433128.
4007
4008 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
4009
4010         * data/Makefile.am (update-icon-cache): Updates
4011         gtk-update-icon-cache in uninstall-hook.
4012
4013 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4014
4015         * shell/ev-window.c: (ev_window_setup_document),
4016         (ev_window_set_document), (ev_window_load_job_cb):
4017         * shell/ev-view.c: (setup_caches):
4018         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
4019
4020         Start rendering pages before any other jobs. 
4021
4022 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4023
4024         * shell/ev-window.c: (ev_window_stop_fullscreen),
4025         (ev_window_stop_presentation):
4026
4027         Update chrome visibility before window unfullscreen. 
4028
4029 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4030
4031         * data/Makefile.am:
4032         * data/evince-ui.xml:
4033         * shell/ev-stock-icons.[ch]:
4034         * shell/ev-application.[ch]: (ev_application_shutdown),
4035         (ev_application_init), (ev_application_get_toolbars_model):
4036         * shell/ev-window.c: (update_chrome_visibility),
4037         (fullscreen_toolbar_setup_item_properties),
4038         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4039         (ev_window_run_presentation), (ev_window_stop_presentation),
4040         (ev_window_run_preview), (ev_window_screen_changed),
4041         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
4042         (ev_window_dispose), (ev_window_init):
4043
4044         Make fullscreen toolbar always visible. Do not use egg toolbars for
4045         fullscreen and preview modes since such toolbars are not editables.
4046         Fixes bugs #300278, #338910 and #316188.  
4047
4048 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
4049
4050         * shell/ev-application.c:
4051         * shell/ev-job-queue.c:
4052         * shell/ev-metadata-manager.c:
4053         * shell/ev-stock-icons.c:
4054         * shell/ev-window.c:
4055         * shell/main.c:
4056         
4057         Developers documentation updated.
4058
4059 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4060
4061         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
4062
4063         Check whether uri is valid before launching it. Fixes bug #427664.
4064
4065 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4066
4067         * shell/ev-window.c:
4068
4069         Change key accelerator for Open a Copy menu entry which is in conflict
4070         with Close. Fixes bug #427321.
4071
4072 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4073
4074         * NEWS:
4075         * configure.ac:
4076         
4077         Update for release 0.8.1
4078
4079 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4080
4081         * shell/ev-window.c: (setup_size_from_metadata):
4082         
4083         Do not make window bigger than screen. Fixes bug 
4084         #388985.
4085
4086 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4087
4088         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
4089         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
4090
4091         Use default resolution when it's not provided by document. Fixes bug
4092         #408762.
4093
4094 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4095
4096         * configure.ac:
4097         * thumbnailer/Makefile.am:
4098         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4099         * thumbnailer/evince-thumbnailer.schemas.in:
4100         * thumbnailer/evince-thumbnailer-ps.schemas.in:
4101
4102         Add support for ps, eps and compressed documents thumbnails. Do not
4103         ignore size parameter. 
4104
4105 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4106
4107         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
4108         (dvi_document_do_color_special):
4109         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
4110
4111         Implement font color specials in the DVI backend. Fixes bug #303651.
4112
4113 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4114
4115         Fixup the previous commit:
4116
4117         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
4118         * shell/xdg-user-dir-lookup.c: Make the function non-static
4119         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
4120
4121 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4122
4123         * shell/ev-window.c (file_open_dialog_response_cb): Use
4124         the xdg-user-dirs DOCUMENTS folder as default folder when
4125         opening a file chooser.  (#424858)
4126
4127         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
4128         xdg-user-dirs.
4129
4130 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4131
4132         * shell/ev-window.c: (ev_window_load_job_cb):
4133
4134         Do not setup view from metadata on preview mode. 
4135
4136 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4137
4138         * shell/main.c:
4139
4140         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
4141
4142 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4143
4144         * shell/ev-view.c: (ev_view_primary_get_cb):
4145
4146         Check pointer != NULL before using it. Fixes bug #416841. 
4147
4148 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4149
4150         * NEWS:
4151         * configure.ac:
4152         
4153         Release 0.8.0
4154
4155 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4156
4157         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
4158
4159         Do not render thumbnails when sidebar thumbnail page is not visible
4160         at startup. Fixes bug #416447. 
4161
4162 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
4163
4164         * data/evince.desktop.in.in:
4165
4166         "Application" is not a valid category in the freedesktop specification.
4167
4168 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4169
4170         * libdocument/ev-file-helpers.[ch]: (compression_run),
4171         (ev_file_uncompress), (ev_file_compress):
4172         * shell/ev-window.c: (file_save_dialog_response_cb):
4173
4174         Save document compressed when saving a copy of a compressed document.
4175         Fixes bug #334542.
4176
4177 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4178
4179         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
4180
4181         Allow deleting in goto window entry in presentation mode. 
4182
4183 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
4184
4185         * Makefile.am: Dist MAINTAINERS.
4186
4187 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4188
4189         * shell/ev-window.c: (ev_window_update_actions):
4190
4191         Fix zoom shortcut keys when searching. Fixes bug #409828.
4192
4193 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4194
4195         * shell/ev-window.c: (ev_window_setup_document):
4196
4197         Fix crash when loading documents with only one page. 
4198
4199 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
4200
4201         * backend/dvi/dvi-document.c:
4202         (dvi_document_thumbnails_get_dimensions),
4203         (dvi_document_thumbnails_get_thumbnail):
4204         * backend/impress/impress-document.c:
4205         (impress_document_thumbnails_get_thumbnail),
4206         (impress_document_thumbnails_get_dimensions):
4207         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
4208         (ps_document_thumbnails_get_dimensions):
4209         * backend/djvu/djvu-document.c:
4210         (djvu_document_thumbnails_get_dimensions),
4211         (djvu_document_thumbnails_get_thumbnail):
4212         * backend/tiff/tiff-document.c:
4213         (tiff_document_thumbnails_get_thumbnail),
4214         (tiff_document_thumbnails_get_dimensions):
4215         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
4216         (pdf_document_thumbnails_get_thumbnail),
4217         (pdf_document_thumbnails_get_dimensions):
4218         * backend/comics/comics-document.c:
4219         (comics_document_thumbnails_get_thumbnail),
4220         (comics_document_thumbnails_get_dimensions):
4221         * backend/pixbuf/pixbuf-document.c:
4222         (pixbuf_document_thumbnails_get_thumbnail),
4223         (pixbuf_document_thumbnails_get_dimensions):
4224         * libdocument/ev-document-thumbnails.[ch]:
4225         (ev_document_thumbnails_get_thumbnail),
4226         (ev_document_thumbnails_get_dimensions):
4227         * libdocument/ev-document-misc.[ch]:
4228         (ev_document_misc_get_thumbnail_frame):
4229         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
4230         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
4231         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
4232         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
4233         (ev_sidebar_thumbnails_refresh):
4234         * shell/ev-window.c: (ev_window_setup_document):
4235         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4236
4237         Use an EvRenderContext for rendering thumbnails instead of a suggested
4238         width, so that different sized pages get sized proportionally.
4239
4240 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4241
4242         * shell/ev-view.c: (ev_view_button_press_event),
4243         (ev_view_key_press_event):
4244
4245         Fix critical warnings when there is no document loaded. 
4246
4247 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4248
4249         * shell/ev-page-action-widget.c:
4250         * shell/ev-navigation-action.c:
4251         * shell/ev-window.c:
4252
4253         Fix compile warnings. 
4254
4255 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4256
4257         * backend/djvu/djvu-text.h:
4258         * backend/djvu/djvu-document.c:
4259         * backend/djvu/djvu-text-page.c:
4260         * backend/djvu/djvu-links.c:
4261         * backend/djvu/djvu-text-page.h:
4262         * backend/djvu/djvu-text.c:
4263         
4264         Fix build on Mac. Fixes bug #392186. Patch by
4265         <ephraim_owns@hotmail.com>
4266
4267 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4268
4269         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
4270
4271         Restore cairo context before rendering every page when printing a PDF
4272         document into a PDF file. 
4273
4274 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4275
4276         * backend/ps/gstypes.h:
4277         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
4278         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
4279         (ps_document_thumbnails_get_thumbnail):
4280
4281         Handle PostScript page orientation. Fixes bug #318568.
4282
4283 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4284
4285         * backend/ps/Makefile.am:
4286         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
4287         (document_load), (ps_document_load), (save_document),
4288         (save_page_list), (ps_document_get_n_pages),
4289         (ps_document_get_page_size), (ps_document_get_info),
4290         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
4291         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
4292         (ps_document_thumbnails_get_thumbnail),
4293         (ps_document_thumbnails_get_dimensions),
4294         (ps_document_document_thumbnails_iface_init):
4295         * backend/ps/ps.[ch]: (psgetpagebox):
4296         * backend/ps/ps-interpreter.[ch]:
4297
4298         Add support for thumbnails in ps backend. Fixes bug #164755. 
4299
4300 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4301
4302         * NEWS:
4303         * configure.ac:
4304         
4305         Release 0.7.2
4306
4307 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4308
4309         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
4310         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
4311         (ev_window_dispose):
4312
4313         Use document thumbnail as window icon. Fixes bug #384442.
4314
4315 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
4316
4317         * configure.ac:
4318
4319         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
4320         duplicated adding application/x-bzpostscript instead. 
4321
4322 2007-02-11  Tom Parker  <palfrey@tevp.net>
4323
4324         * backend/ps/ps-document.c: (document_load):
4325
4326         Check return value of psscan before trying
4327         to use it. Fixes bug #372414.
4328
4329 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4330
4331         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4332
4333         Fix invalid free in ev-page-cache. Fixes bug #404745.
4334
4335 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4336
4337         * test/Makefile.am:
4338         * test/test3.py:
4339         
4340         Added reload test case.
4341
4342 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4343
4344         * po/POTFILES.in:
4345         * backend/djvu/djvu-document.c: (djvu_document_load):
4346
4347         Check whether there are missing files in indirect multipage djvu
4348         documents. Fixes bug #361683. 
4349
4350 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4351
4352         * test/Makefile.am:
4353         * test/test-mime.bin:
4354         * test/test3.py:
4355         
4356         Added test for slow mime type
4357
4358 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4359
4360         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4361
4362         Add some checks and call parent_class->finalize. Fixes bug #404745.
4363
4364 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4365
4366         * shell/ev-navigation-action.c: (connect_proxy):
4367         
4368         Fixes dropdown history menu. Thanks a lot Carlos!
4369
4370 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4371
4372         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
4373
4374         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
4375         bug #373715.
4376
4377 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4378
4379         * backend/ps/ps.c: (psscan):
4380
4381         Fix memory leak. 
4382
4383 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4384
4385         * configure.ac:
4386         * libdocument/ev-file-helpers.c: 
4387
4388         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
4389
4390 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4391
4392         * configure.ac:
4393         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
4394         (ps_interpreter_start), (document_load), (save_document),
4395         (save_page_list):
4396         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
4397         * libdocument/ev-document-factory.c:
4398         (ev_document_factory_get_from_mime), (get_document_from_uri),
4399         (free_uncompressed_uri), (ev_document_factory_get_document):
4400         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
4401
4402         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
4403
4404 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4405
4406         * libdocument/ev-document.h:
4407
4408         Fix typo in function name. 
4409
4410 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4411
4412         * backend/ps/ps-document.c: (ps_interpreter_finished),
4413         (ps_interpreter_start), (ps_interpreter_failed):
4414
4415         Handle ghostscript interpreter crashes. 
4416
4417 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4418
4419         * shell/ev-window.c: (ev_window_open_uri),
4420         (window_configure_event_cb):
4421
4422         Setup window size and position before showing it. Fixes bug #401711.
4423
4424 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4425
4426         * backend/ps/Makefile.am:
4427         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
4428         (ps_document_dispose), (ps_document_class_init),
4429         (ps_interpreter_input), (ps_interpreter_output),
4430         (ps_interpreter_error), (setup_interpreter_env),
4431         (ps_interpreter_start), (ps_interpreter_stop),
4432         (ps_interpreter_failed), (ps_interpreter_is_ready),
4433         (check_filecompressed), (document_load), (ps_document_load),
4434         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
4435         (ps_document_widget_event), (send_ps), (ps_document_next_page),
4436         (render_page):
4437
4438         Rework ps-document. Code cleanups, remove deprecated code. 
4439
4440 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4441
4442         * shell/ev-view.c: (ev_view_button_press_event):
4443
4444         Do not start an image drag and drop operation when pointer is on 
4445         text, so that we can select text when the whole background is an
4446         image. 
4447
4448 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
4449
4450         * shell/ev-window.c: (ev_window_update_actions): 
4451
4452         Disable all zoom related actions during presentation mode. 
4453
4454 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
4455
4456         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
4457
4458         Do not zoom in or out on presentation mode. Fixes bug #401305.
4459
4460 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4461
4462         * shell/ev-navigation-action.c: (connect_proxy),
4463         (create_menu_item), (ev_navigation_action_class_init):
4464         
4465         Correctly show menu and fix crash when navigaton 
4466         action is out of toolbar visible area.
4467
4468 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4469
4470         * data/Makefile.am:
4471         * data/evince.1:
4472         
4473         Added man file
4474
4475 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4476
4477         * help/reference/* :
4478         * configure.ac:
4479         
4480         Added gtk-doc based documentation for Evince.
4481         Still in initial state but I hope it will
4482         grow.
4483         
4484         * configure.ac:
4485         
4486         Lower dbus requirement to 0.70
4487
4488 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4489
4490         * shell/ev-window.c: (ev_window_add_history):
4491
4492         Fix memory leak. 
4493
4494 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4495
4496         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
4497         * shell/ev-view.h:
4498         * shell/ev-window.c: (ev_window_add_history):
4499         
4500         Correctly handle named destination links
4501
4502 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4503
4504         * NOTES:
4505         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
4506         * backend/pdf/ev-poppler.cc:
4507         * libdocument/ev-document-links.h:
4508         * libdocument/ev-link.c: (ev_link_get_page):
4509         * libdocument/ev-link.h:
4510         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
4511         (ev_history_add_link):
4512         * shell/ev-history.h:
4513         * shell/ev-navigation-action.c: (activate_menu_item_cb),
4514         (new_history_menu_item), (build_menu):
4515         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
4516         * shell/ev-sidebar-links.c: (create_loading_model),
4517         (print_section_cb), (ev_sidebar_links_construct),
4518         (fill_page_labels), (update_page_callback_foreach),
4519         (update_page_callback), (job_finished_callback):
4520         * shell/ev-view.c: (ev_view_handle_link):
4521         * shell/ev-window.c: (ev_window_find_chapter),
4522         (ev_window_add_history), (view_handle_link_cb),
4523         (history_changed_cb):
4524         
4525         Implements another history variant
4526
4527 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4528
4529         * shell/ev-window.c: (view_external_link_cb):
4530         * shell/ev-view.c: (ev_view_button_release_event):
4531
4532         Open links in new window when clicking with middle button. 
4533
4534 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4535
4536         * shell/ev-navigation-action.c: (new_history_menu_item):
4537         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
4538         * shell/ev-view.c: (ev_view_handle_link):
4539         * shell/ev-window.c:
4540         
4541         Store link before jump, not the destination. For me it 
4542         seems like more natural history behavior.
4543
4544 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4545
4546         * shell/ev-navigation-action.c: (activate_menu_item_cb),
4547         (ev_navigation_action_class_init):
4548         * shell/ev-navigation-action.h:
4549         * shell/ev-page-action.c: (activate_cb):
4550         * shell/ev-page-cache.c: (ev_page_cache_class_init),
4551         (ev_page_cache_set_current_page_history):
4552         * shell/ev-page-cache.h:
4553         * shell/ev-sidebar-thumbnails.c:
4554         (ev_sidebar_tree_selection_changed),
4555         (ev_sidebar_icon_selection_changed), (page_changed_cb):
4556         * shell/ev-view-private.h:
4557         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
4558         * shell/ev-view.h:
4559         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
4560         (ev_window_setup_document), (ev_window_load_job_cb):
4561         * shell/ev-window.h:
4562         
4563         History finally works as expected.
4564
4565 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4566
4567         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
4568
4569         Do not update links treeview if it doesn't have a model assigned yet. 
4570
4571 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4572
4573         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
4574         (ev_sidebar_links_class_init), (update_page_callback):
4575
4576         Do not update links treeview when sidepane is not visible. 
4577
4578 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4579
4580         * shell/ev-marshal.list:
4581         * shell/ev-page-action.c: (activate_cb),
4582         (ev_page_action_class_init):
4583         * shell/ev-page-action.h:
4584         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
4585         * shell/ev-window.c:
4586         
4587         Remove activate_link signal, not required.
4588
4589 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4590
4591         * shell/ev-navigation-action.c: (build_menu):
4592         
4593         Reorder menu items and build menu with fixed length.
4594
4595 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
4596
4597         * shell/ev-view.c: (get_selected_text):
4598         
4599         Normalize text to fix ligatures problem. See bug
4600         #341947 for details.
4601
4602 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4603
4604         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4605
4606         Fix memory leak in ev-page-cache. 
4607
4608 2007-01-25  Tom Parker <palfrey@tevp.net>
4609
4610         * backend/impress/impress-document.c: (impress_document_load),
4611         (impress_document_finalize), (impress_document_init):
4612         * properties/ev-properties-main.c: (ev_properties_get_pages):
4613         
4614         Correctly handle impress document errors. Fixes nautilus
4615         crash in property page #370491.
4616
4617 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4618
4619         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
4620         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
4621         (ev_job_queue_remove_job):
4622         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
4623         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
4624         (ev_job_load_run):
4625         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
4626         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
4627         (ev_window_load_job_cb), (xfer_update_progress_callback),
4628         (ev_window_open_uri), (ev_window_dispose):
4629         * shell/main.c: (main):
4630
4631         Do file transfer asynchronously in the main thread instead of
4632         synchronously in the load thread. Fixes bugs #399694, #398307 and
4633         #343542.
4634
4635 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4636
4637         * shell/ev-jobs.c: (ev_job_xfer_run):
4638
4639         Load the document with the font-config lock held. 
4640
4641 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4642
4643         * backend/ps/ps-document.c: (start_interpreter):
4644
4645         Fix memory leaks in ps backend. 
4646
4647 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4648
4649         * backend/impress/impress-document.c:
4650         (impress_document_render_pixbuf):
4651
4652         Do not acquire fontconfig lock in impress backend, since it is using
4653         the main loop for rendering. 
4654
4655 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4656
4657         * po/POTFILES.in: 
4658
4659         Remove mdvi files that shouldn't be translated. 
4660
4661 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4662
4663         * shell/ev-view-private.h:
4664         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
4665         (ev_view_set_zoom):
4666
4667         Render "loading..." text into a cairo surface instead of directly into
4668         the window so that fontconfig lock is only needed once and UI is not
4669         blocked. Change text color to #9B9B9B. Fixes bug #397356.
4670
4671 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4672
4673         * shell/ev-stock-icons.c: (ev_stock_icons_init):
4674         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4675
4676         Use icon theme associated with the window screen rather than default. 
4677
4678 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
4679
4680         * configure.ac:
4681
4682         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
4683
4684 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
4685
4686         * data/icons/*/apps/evince.*:
4687
4688         Move Evince icons under new apps directory.
4689
4690         * data/icons/*/actions/*:
4691
4692         Add new custom themeable Evince icons: view-page-continuous, 
4693         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
4694         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
4695
4696         * configure.ac:
4697
4698         Add new directories to AC_CONFIG_FILES.
4699
4700         * shell/ev-stock-icons.c:
4701         * shell/ev-stock-icons.h:
4702
4703         Use new custom themeable icons.
4704
4705 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4706
4707         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
4708
4709         Do not draw white background page in presentation mode. 
4710
4711 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
4712
4713         * shell/ev-view.c: Remove unused gnome-vfs include.
4714
4715 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
4716
4717         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
4718         
4719         Format string is corrected, fixes bug #397129.
4720
4721 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4722
4723         * shell/ev-window.c: (ev_window_setup_recent):
4724
4725         Do not include in recent menu inexistent documents. Fixes
4726         bug #339171.
4727
4728 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4729
4730         * po/POTFILES.skip: 
4731
4732         Update POTFILES.skip file according to current source tree. 
4733
4734 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4735
4736         * shell/ev-window.c: (file_save_dialog_response_cb):
4737
4738         Do Save a copy in atomic way. Fixes bug #328266. 
4739
4740 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4741
4742         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
4743
4744         Keep selected cell always visible in index treeview.
4745
4746 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4747         
4748         * shell/ev-view.c: (ev_view_size_allocate):
4749
4750         Restore horizontal scrollbar after switching to/from fullscreen
4751         or presentation mode. Fixes bug #331728.
4752
4753 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4754
4755         * shell/ev-view-private.h:
4756         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
4757         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
4758         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
4759         (ev_view_can_zoom_out):
4760
4761         Use max and min scale values in the view iby taking dpi into account. 
4762
4763 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4764
4765         * configure.ac:
4766         * NEWS:
4767
4768         Release 0.7.1
4769
4770 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4771
4772         * shell/ev-window.c: (ev_window_print_send):
4773
4774         Send print job to printer with some settings set to default values,
4775         since we have already exported to a file according to such settings
4776         and they could be taken twice by some printers. 
4777
4778 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4779
4780         * shell/ev-jobs.c: (ev_job_xfer_run):
4781         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4782
4783         Show main window and load document with the font-config lock held. 
4784
4785 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4786
4787         * configure.ac:
4788         * shell/ev-application.c: (ev_application_register_service):
4789         * shell/main.c: (load_files_remote):
4790
4791         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
4792
4793 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4794
4795         * doc/debugging.txt:
4796         
4797         Remove obsolete documentation.
4798
4799 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4800
4801         * Makefile.am:
4802         * backend/Makefile.am:
4803         * backend/comics/Makefile.am:
4804         * backend/djvu/Makefile.am:
4805         * backend/dvi/Makefile.am:
4806         * backend/ev-async-renderer.c:
4807         * backend/ev-async-renderer.h:
4808         * backend/ev-attachment.c:
4809         * backend/ev-attachment.h:
4810         * backend/ev-backend-marshal.c:
4811         * backend/ev-document-factory.c:
4812         * backend/ev-document-factory.h:
4813         * backend/ev-document-find.c:
4814         * backend/ev-document-find.h:
4815         * backend/ev-document-fonts.c:
4816         * backend/ev-document-fonts.h:
4817         * backend/ev-document-images.c:
4818         * backend/ev-document-images.h:
4819         * backend/ev-document-info.h:
4820         * backend/ev-document-links.c:
4821         * backend/ev-document-links.h:
4822         * backend/ev-document-misc.c:
4823         * backend/ev-document-misc.h:
4824         * backend/ev-document-security.c:
4825         * backend/ev-document-security.h:
4826         * backend/ev-document-thumbnails.c:
4827         * backend/ev-document-thumbnails.h:
4828         * backend/ev-document-transition.c:
4829         * backend/ev-document-transition.h:
4830         * backend/ev-document.c:
4831         * backend/ev-document.h:
4832         * backend/ev-file-exporter.c:
4833         * backend/ev-file-exporter.h:
4834         * backend/ev-image.c:
4835         * backend/ev-image.h:
4836         * backend/ev-link-action.c:
4837         * backend/ev-link-action.h:
4838         * backend/ev-link-dest.c:
4839         * backend/ev-link-dest.h:
4840         * backend/ev-link.c:
4841         * backend/ev-link.h:
4842         * backend/ev-render-context.c:
4843         * backend/ev-render-context.h:
4844         * backend/ev-selection.c:
4845         * backend/ev-selection.h:
4846         * backend/impress/Makefile.am:
4847         * backend/pdf/Makefile.am:
4848         * backend/pixbuf/Makefile.am:
4849         * backend/ps/Makefile.am:
4850         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
4851         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
4852         (start_interpreter), (stop_interpreter), (document_load),
4853         (ps_document_next_page), (render_page):
4854         * backend/tiff/Makefile.am:
4855         * comics/Makefile.am:
4856         * comics/comics-document.c:
4857         * comics/comics-document.h:
4858         * configure.ac:
4859         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4860         * djvu/Makefile.am:
4861         * djvu/djvu-document-private.h:
4862         * djvu/djvu-document.c:
4863         * djvu/djvu-document.h:
4864         * djvu/djvu-links.c:
4865         * djvu/djvu-links.h:
4866         * djvu/djvu-text-page.c:
4867         * djvu/djvu-text-page.h:
4868         * djvu/djvu-text.c:
4869         * djvu/djvu-text.h:
4870         * dvi/Makefile.am:
4871         * dvi/dvi-document.c:
4872         * dvi/dvi-document.h:
4873         * dvi/fonts.c:
4874         * dvi/fonts.h:
4875         * dvi/mdvi-lib/Makefile.am:
4876         * dvi/mdvi-lib/afmparse.c:
4877         * dvi/mdvi-lib/afmparse.h:
4878         * dvi/mdvi-lib/bitmap.c:
4879         * dvi/mdvi-lib/bitmap.h:
4880         * dvi/mdvi-lib/color.c:
4881         * dvi/mdvi-lib/color.h:
4882         * dvi/mdvi-lib/common.c:
4883         * dvi/mdvi-lib/common.h:
4884         * dvi/mdvi-lib/defaults.h:
4885         * dvi/mdvi-lib/dvimisc.c:
4886         * dvi/mdvi-lib/dviopcodes.h:
4887         * dvi/mdvi-lib/dviread.c:
4888         * dvi/mdvi-lib/files.c:
4889         * dvi/mdvi-lib/font.c:
4890         * dvi/mdvi-lib/fontmap.c:
4891         * dvi/mdvi-lib/fontmap.h:
4892         * dvi/mdvi-lib/fontsrch.c:
4893         * dvi/mdvi-lib/gf.c:
4894         * dvi/mdvi-lib/hash.c:
4895         * dvi/mdvi-lib/hash.h:
4896         * dvi/mdvi-lib/list.c:
4897         * dvi/mdvi-lib/mdvi.h:
4898         * dvi/mdvi-lib/pagesel.c:
4899         * dvi/mdvi-lib/paper.c:
4900         * dvi/mdvi-lib/paper.h:
4901         * dvi/mdvi-lib/pk.c:
4902         * dvi/mdvi-lib/private.h:
4903         * dvi/mdvi-lib/setup.c:
4904         * dvi/mdvi-lib/sp-epsf.c:
4905         * dvi/mdvi-lib/special.c:
4906         * dvi/mdvi-lib/sysdeps.h:
4907         * dvi/mdvi-lib/t1.c:
4908         * dvi/mdvi-lib/tfm.c:
4909         * dvi/mdvi-lib/tfmfile.c:
4910         * dvi/mdvi-lib/tt.c:
4911         * dvi/mdvi-lib/util.c:
4912         * dvi/mdvi-lib/vf.c:
4913         * dvi/pixbuf-device.c:
4914         * dvi/pixbuf-device.h:
4915         * impress/Makefile.am:
4916         * impress/common.h:
4917         * impress/document.c:
4918         * impress/f_oasis.c:
4919         * impress/f_oo13.c:
4920         * impress/iksemel.c:
4921         * impress/iksemel.h:
4922         * impress/imposter.h:
4923         * impress/impress-document.c:
4924         * impress/impress-document.h:
4925         * impress/internal.h:
4926         * impress/r_back.c:
4927         * impress/r_draw.c:
4928         * impress/r_geometry.c:
4929         * impress/r_gradient.c:
4930         * impress/r_style.c:
4931         * impress/r_text.c:
4932         * impress/render.c:
4933         * impress/render.h:
4934         * impress/zip.c:
4935         * impress/zip.h:
4936         * lib/Makefile.am:
4937         * lib/ev-debug.c:
4938         * lib/ev-debug.h:
4939         * lib/ev-file-helpers.c:
4940         * lib/ev-file-helpers.h:
4941         * lib/ev-gui.c:
4942         * lib/ev-gui.h:
4943         * lib/ev-tooltip.c:
4944         * lib/ev-tooltip.h:
4945         * libdocument/Makefile.am:
4946         * libdocument/ev-file-helpers.c:
4947         * pdf/Makefile.am:
4948         * pdf/ev-poppler.cc:
4949         * pdf/ev-poppler.h:
4950         * pixbuf/Makefile.am:
4951         * pixbuf/pixbuf-document.c:
4952         * pixbuf/pixbuf-document.h:
4953         * properties/Makefile.am:
4954         * ps/Makefile.am:
4955         * ps/gsdefaults.c:
4956         * ps/gsdefaults.h:
4957         * ps/gsio.c:
4958         * ps/gsio.h:
4959         * ps/gstypes.h:
4960         * ps/ps-document.c:
4961         * ps/ps-document.h:
4962         * ps/ps.c:
4963         * ps/ps.h:
4964         * shell/Makefile.am:
4965         * shell/ev-application.h:
4966         * shell/ev-sidebar-links.c:
4967         * shell/ev-sidebar-links.h:
4968         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
4969         (ev_gui_menu_position_tree_selection):
4970         * shell/ev-utils.h:
4971         * shell/ev-view.c: (ev_view_finalize):
4972         * shell/ev-window.c:
4973         * shell/main.c: (main):
4974         * thumbnailer/Makefile.am:
4975         * tiff/Makefile.am:
4976         * tiff/tiff-document.c:
4977         * tiff/tiff-document.h:
4978         * tiff/tiff2ps.c:
4979         * tiff/tiff2ps.h:
4980         
4981         Reorganize source tree.
4982
4983 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4984
4985         * backend/ev-document-factory.c:
4986
4987         Do not include ev-poppler.h when pdf is disabled. 
4988
4989 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4990
4991         * configure.ac:
4992         * data/evince-ui.xml:
4993         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
4994         (pdf_document_document_images_iface_init):
4995         * backend/Makefile.am:
4996         * backend/ev-document-images.[ch]:
4997         * backend/ev-image.[ch]:
4998         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
4999         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
5000         (ev_job_xfer_run):
5001         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
5002         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
5003         (ev_pixbuf_cache_get_image_mapping):
5004         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
5005         (view_menu_popup_cb), (ev_window_dispose),
5006         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
5007         (ev_view_popup_cmd_copy_image):
5008         * shell/ev-view-private.h:
5009         * shell/ev-view.c: (ev_view_get_image_at_location),
5010         (ev_view_do_popup_menu), (ev_view_popup_menu),
5011         (ev_view_button_press_event), (ev_view_drag_data_get),
5012         (ev_view_drag_motion), (ev_view_drag_data_received),
5013         (ev_view_motion_notify_event), (ev_view_button_release_event),
5014         (ev_view_finalize), (ev_view_class_init):
5015
5016         Add image handling support. Fixes bugs #310008 and #325047. Images
5017         selection is not supported yet. 
5018
5019 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5020
5021         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
5022         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
5023         (ev_view_init):
5024
5025         Move view drag and drop stuff to ev-view.
5026
5027 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5028
5029         * shell/ev-pixbuf-cache.c: (clear_job_selection):
5030         * shell/ev-view.c: (clear_selection): 
5031
5032         Clear selection also in pixbuf cache.
5033
5034 2007-01-02  Luca Ferretti <elle.uca@libero.it>
5035
5036         * data/evince.desktop.in.in:
5037         
5038         Change icon name in desktop file. See bug #390734
5039         for details.
5040
5041 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5042
5043         * thumbnailer/Makefile.am:
5044
5045         Use top_builddir instead top_srcdir for generated schema
5046         file installation. Fixes bug #390161.
5047
5048 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5049
5050         * configure.ac:
5051         * backend/Makefile.am:
5052         * backend/ev-document-transition.[ch]:
5053         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
5054         (pdf_document_page_transition_iface_init):
5055         * shell/ev-view-private.h:
5056         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
5057         (ev_view_set_presentation), (transition_next_page),
5058         (ev_view_presentation_transition_stop),
5059         (ev_view_presentation_transition_start), (ev_view_next_page):
5060
5061         Add page transition support in presentation mode. At the moment only
5062         page duration is supported, but not transition effects. Fixes bug
5063         #309815.
5064
5065 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5066
5067         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
5068
5069         Run find_link_dest with document lock held, since it's called by links
5070         thread and main thread at the same time. 
5071
5072 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5073
5074         * shell/ev-view.c: (goto_dest):
5075
5076         Update page-cache when page is changed by the view, so that
5077         page-changed signal is emitted. 
5078
5079 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5080
5081         * test/test1.py:
5082         * test/test2.py:
5083
5084         Use C locale in tests. 
5085
5086 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5087
5088         * shell/ev-window.c: (ev_window_run_presentation):
5089         * shell/ev-view-private.h:
5090         * shell/ev-view.c: (ev_view_set_presentation):
5091
5092         Restore zoom settings when back from presentation mode. 
5093
5094 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5095
5096         * shell/ev-window.c: (ev_window_run_presentation):
5097
5098         Always use "best fit" zoom in presentation mode.
5099         Fixes bug #389195.
5100
5101 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5102
5103         * shell/ev-view.c: (ev_view_goto_window_create):
5104
5105         Show "Jump to page" label in the page jumping popup in
5106         presentation mode instead of just a GtkEntry.
5107
5108 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5109
5110         * shell/ev-window.c: (launch_external_uri):
5111
5112         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
5113         #378085.
5114
5115 2006-12-22  Elijah Newren  <newren gmail com>
5116
5117         * configure.ac: explicitly check for libxml2.  Fixes #388795
5118
5119 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5120
5121         * shell/ev-view-private.h:
5122         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
5123         (ev_view_goto_window_delete_event), (key_is_numeric),
5124         (ev_view_goto_window_key_press_event),
5125         (ev_view_goto_window_button_press_event),
5126         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
5127         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
5128         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
5129
5130         Allow jumping to another page by typing a page number in presentation
5131         mode. It uses a popup window with an entry. Fixes bug #353625.
5132
5133 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5134
5135         * configure.ac:
5136         * properties/ev-properties-view.c: (ev_get_default_user_units),
5137         (ev_regular_paper_size):
5138         
5139         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
5140         to Damien Carbery <damien.carbery@sun.com> and
5141         Yevgen Muntyan <muntyan@tamu.edu>.
5142
5143 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5144
5145         * shell/ev-window.c: (setup_document_from_metadata):
5146
5147         Make sure Evince doesn't restore the view on the last
5148         page when a document is reopened. Fixes bug #383381.
5149
5150 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
5151
5152         * shell/ev-view.c: (draw_loading_text):
5153
5154         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
5155
5156 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5157
5158         * configure.ac:
5159         * NEWS:
5160
5161         Release 0.7.0
5162
5163 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5164
5165         * configure.ac:
5166         * pdf/ev-poppler.cc: (pdf_print_context_free),
5167         (pdf_document_file_exporter_begin),
5168         (pdf_document_file_exporter_do_page):
5169
5170         Make cairo-pdf depedency optional. 
5171
5172 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5173
5174         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
5175
5176         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
5177
5178 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5179
5180         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
5181         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
5182         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
5183         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
5184         * shell/ev-view.c: (draw_loading_text):
5185         * shell/ev-window.c: (ev_window_cmd_file_properties):
5186
5187         Use an specific lock for FontConfig. Hopefully it fixes some crashes
5188         related to using FontConfig from different threads.
5189         
5190 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5191
5192         * shell/ev-view.c: (draw_loading_text):
5193
5194         Acquire lock document when drawing "Loading..." text so that only one
5195         thread will use FontConfig at the same time. Fixes bug #374750.
5196
5197 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5198
5199         * shell/ev-page-action.[ch]: (activate_cb):
5200         * shell/ev-window.c: (activate_label_cb):
5201
5202         Check if text inserted in page entry is a valid page number when it
5203         doesn't match to any document page label. Fixes bug #383165.
5204
5205 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
5206         * shell/ev-window.c:
5207
5208         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
5209         available with GTK < 2.10. Added an ifdef to avoid compilation
5210         error.
5211
5212 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5213
5214         * configure.ac:
5215         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
5216
5217         Fix ps backend in multihead systems.
5218
5219 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5220
5221         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
5222         * shell/ev-window.c: (ev_window_get_screen_dpi),
5223         (ev_window_update_actions), (setup_view_from_metadata),
5224         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
5225
5226         Take screen DPI into account when zooming. Fixes bug #318285.
5227
5228 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5229
5230         * data/Makefile.am:
5231
5232         Cleaned up/slightly refactored Makefile.am. Added GConf
5233         schemas uninstallation as well.
5234
5235 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5236
5237         * Makefile.am:
5238         * test/Makefile.am:
5239
5240         Fight with autotools to fix make check. Make distcheck
5241         works fine as well now!
5242
5243 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5244
5245         * shell/ev-view.c: (draw_end_presentation_page):
5246
5247         Corrected "end of presentation" string.
5248
5249 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5250
5251         * shell/ev-view.c: (ev_view_key_press_event):
5252
5253         Correctly propagate key press event so that up/down keys
5254         work as expected (correct behaviour was broken by
5255         black/white screen key bindings for presentations).
5256
5257 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5258
5259         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
5260         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
5261         (pdf_document_find_get_progress), (pdf_selection_render_selection),
5262         (pdf_selection_get_selection_region),
5263         (pdf_selection_get_selection_map):
5264
5265         Add "static" to some private functions. 
5266
5267 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
5268
5269         * lib/ev-tooltip.h:
5270         * properties/ev-properties-view.h:
5271         * shell/ev-jobs.h:
5272         * shell/ev-properties-dialog.h:
5273         * shell/ev-properties-fonts.h:
5274         * shell/ev-sidebar-links.h:
5275         * shell/ev-sidebar-thumbnails.h:
5276         * shell/ev-sidebar.h:
5277         * shell/ev-window.h:
5278         
5279         Fixes CHACK type in class casts. See bug #385343
5280         for details.
5281
5282 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5283
5284         * shell/ev-view-private.h:
5285         * shell/ev-view.c: (draw_end_presentation_page),
5286         (ev_view_expose_event), (ev_view_key_press_event),
5287         (ev_view_class_init), (ev_view_init):
5288
5289         Blank screen in presentation mode when pressing 'b' (filling with
5290         black) or 'w' (filling with white) keys. Fixes bug #358132.
5291
5292 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
5293
5294         * data/evince-toolbar.xml:
5295         * shell/ev-window.c:
5296         
5297         Use stock icon for Select All action. Fixes
5298         bug #382652.
5299
5300 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
5301
5302         * shell/ev-view.c: (get_doc_point_from_offset),
5303         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
5304
5305         Add links support in rotated documents. Fixes bug #343733.
5306
5307 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5308
5309         * shell/ev-view-private.h:
5310         * shell/ev-view.c: (draw_end_presentation_page),
5311         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
5312
5313         Show a blank page after the last page in presentation mode with a
5314         message indicating that presentation has finished and how to exit. 
5315
5316 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5317
5318         * shell/ev-window.c: (fullscreen_timeout_cb):
5319
5320         Hide cursor after a while in presentation mode. 
5321
5322 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5323
5324         * backend/ev-document-info.h:
5325         * data/evince-properties.glade:
5326         * pdf/ev-poppler.cc:
5327         * properties/ev-properties-view.c: (ev_regular_paper_size),
5328         (ev_properties_view_set_info):
5329         * ps/ps-document.c: (ps_document_get_info):
5330
5331         Adds a paper size field to the properties dialog. Fixes
5332         bug #307315. Patch by Kasper Svendsen (with some i18n
5333         changes done by me).
5334
5335 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5336
5337         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5338         (screensaver_init_dbus), (totem_scrsaver_new),
5339         (totem_scrsaver_init):
5340         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5341         * shell/ev-application.c: (ev_application_register_service),
5342         (ev_application_screensaver_enable),
5343         (ev_application_screensaver_disable):
5344         * shell/ev-application.h:
5345         * shell/ev-window.c: (ev_window_run_presentation),
5346         (ev_window_stop_presentation), (build_comments_string),
5347         (ev_window_init):
5348         
5349         Move screensaver handling to application. No more
5350         message on startup.
5351
5352 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5353
5354         * configure.ac:
5355         * backend/Makefile.am:
5356         * backend/ev-file-exporter.[ch]:
5357         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
5358         * ps/ps-document.c: (ps_document_file_exporter_*):
5359         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
5360         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
5361         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5362         (ev_window_print_dialog_response_cb), (ev_window_print_range):
5363
5364         Allow printing to PDF when suppoted by the backend.
5365         
5366 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5367
5368         * shell/ev-window.c: (build_comments_string):
5369
5370         Use always "Document Viewer" in about dialog. 
5371
5372 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5373
5374         * djvu/djvu-document.c: (djvu_document_get_page_size):
5375
5376         Display a warning message when get_pageinfo fails. 
5377
5378 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
5379
5380         * Makefile.am:
5381         * backend/Makefile.am:
5382         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5383         * configure.ac:
5384         * shell/ev-window.c: (build_comments_string):
5385         
5386         Make pdf compilation optional. See bug #38007.
5387
5388 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
5389
5390         * ps/ps.c: (get_next_text):
5391
5392         Fix CVE-2006-5864.
5393
5394 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5395
5396         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
5397         * shell/ev-navigation-action.c: (connect_proxy),
5398         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5399         
5400         Do not call g_type_class_peek_parent twice.
5401
5402 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5403
5404         * configure.ac:
5405         * data/icons/24x24/.cvsignore:
5406         * data/icons/24x24/Makefile.am:
5407         * data/icons/24x24/evince.png:
5408         * data/icons/Makefile.am:
5409         
5410         Add 24x24 icon. Thanks to 
5411         Michael Monreal <infernux@web.de>.
5412
5413 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5414
5415         * configure.ac: Fix typo in configure.ac. Thanks
5416         to dmacks@netspace.org for notification.
5417
5418 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5419
5420         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5421         
5422         Drop dbus include, fixes compilation with older dbus.
5423
5424 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5425
5426         * configure.ac:
5427         * cut-n-paste/Makefile.am:
5428         * cut-n-paste/totem-screensaver/.cvsignore
5429         * cut-n-paste/totem-screensaver/Makefile.am:
5430         * cut-n-paste/totem-screensaver/README:
5431         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5432         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5433         * shell/Makefile.am:
5434         * shell/ev-window.c: (ev_window_run_presentation),
5435         (ev_window_stop_presentation), (ev_window_cmd_help_about),
5436         (ev_window_init):
5437
5438         Implemented screensaver enabling/disabling for
5439         presentation mode (not fullscreen mode). Code stolen
5440         from Totem (with some minor tweaks). Fixes bug #338889.
5441
5442 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5443
5444         * configure.ac:
5445
5446         Bump gnome-icon-theme requirements. We use the rotation
5447         icons that appeared recently.
5448
5449 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5450
5451         * shell/ev-history.c: (ev_history_add_page):
5452         * shell/ev-history.h:
5453         * shell/ev-window.c: (page_changed_cb):
5454         
5455         Use page labels instead of numbers.
5456
5457 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5458
5459         * data/evince-toolbar.xml:
5460         * po/POTFILES.in:
5461         * shell/Makefile.am:
5462         * shell/ev-navigation-action-widget.c:
5463         (ev_navigation_action_widget_init),
5464         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
5465         (menu_detacher), (ev_navigation_action_widget_set_menu),
5466         (menu_position_func), (popup_menu_under_arrow),
5467         (ev_navigation_action_widget_toggled),
5468         (ev_navigation_action_widget_button_press_event):
5469         * shell/ev-navigation-action-widget.h:
5470         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
5471         (ev_navigation_action_set_window), (activate_menu_item_cb),
5472         (new_history_menu_item), (new_empty_history_menu_item),
5473         (build_menu), (menu_activated_cb), (connect_proxy),
5474         (create_tool_item), (ev_navigation_action_init),
5475         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5476         * shell/ev-navigation-action.h:
5477         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
5478         (ev_page_action_widget_set_page_cache),
5479         (ev_page_action_widget_finalize),
5480         (ev_page_action_widget_class_init), (match_selected_cb),
5481         (display_completion_text), (match_completion), (build_new_tree_cb),
5482         (get_filter_model_from_model),
5483         (ev_page_action_widget_update_model):
5484         * shell/ev-page-action-widget.h:
5485         * shell/ev-page-action.c: (activate_link_cb), (update_model),
5486         (connect_proxy):
5487         * shell/ev-page-action.h:
5488         * shell/ev-stock-icons.c:
5489         * shell/ev-stock-icons.h:
5490         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5491         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
5492         (register_custom_actions):
5493         * shell/main.c:
5494         
5495         Preliminary history implementation
5496
5497 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5498
5499         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
5500         (dvi_document_class_init), (dvi_document_init_params):
5501         * dvi/mdvi-lib/font.c: (font_reference):
5502         
5503         Add reference to subfont. Fixes bug #374277.
5504
5505 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
5506
5507         * shell/ev-window.c: (ev_window_create_tmp_symlink),
5508         (ev_window_cmd_file_open_copy_at_dest):
5509
5510         Fix a race condition when creating symlink. Increase the counter
5511         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
5512         Mathias Hasselmann).
5513
5514 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5515
5516         * backend/Makefile.am:
5517         * backend/ev-attachment.c: (ev_attachment_open):
5518         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
5519         (ev_tmp_dir), (ev_tmp_filename):
5520         * shell/ev-sidebar-attachments.c:
5521         (ev_sidebar_attachments_drag_data_get):
5522         * shell/ev-window.c: (ev_window_clear_temp_file):
5523
5524         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
5525         in ensure_dir_exists. Abort without crashing when we can't create
5526         user's directory.
5527
5528 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5529
5530         * data/evince-ui.xml:
5531         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5532         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
5533         (ev_window_cmd_file_open_copy_at_dest),
5534         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
5535         (ev_view_popup_cmd_open_link_new_window):
5536
5537         Allow opening a copy of the current document in a new window. Fixes bug
5538         #357472
5539
5540 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5541
5542         * data/evince-toolbar.xml:
5543         
5544         Add rotate right and rotate left to available items for toolbar.
5545         
5546         * data/evince-ui.xml:
5547         * shell/ev-window.c: (ev_window_init):
5548         
5549         Customize toolbar with right click. Fixes bug #372451.
5550
5551 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
5552
5553         * shell/ev-window.c: 
5554         
5555         Use "object-rotate-{left,right}" stock icons. Fixes 
5556         bug #373863.
5557
5558 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5559
5560         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
5561         (ev_application_open_uri_at_dest), (ev_application_open_uri):
5562         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
5563         (ev_window_open_uri):
5564         * shell/main.c: (arguments_parse):
5565
5566         Remove temp file created when evince is used by GTK+ in
5567         preview mode. Fixes bug #365282. 
5568
5569 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5570
5571         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
5572         
5573         Fixes bug #372474 - Side pane disabled when entering 
5574         and leaving fullscreen mode.
5575
5576 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5577
5578         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
5579         * data/Makefile.am:
5580         * data/evince-preview-toolbar.xml:
5581         * data/evince-toolbar.xml:
5582         * shell/ev-application.c: (ev_application_shutdown),
5583         (ev_application_init), (ev_application_get_toolbars_model):
5584         * shell/ev-application.h:
5585         * shell/ev-window.c: (update_chrome_visibility),
5586         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
5587         (ev_window_cmd_edit_toolbar), (ev_window_init):
5588         
5589         Fixes bug #364364 - toolbar editor shows zoom actions again.
5590
5591 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5592
5593         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
5594
5595         Do not take margins into consideration for paper size when printing.
5596         Really fixes bug #350491.
5597
5598 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5599
5600         * data/evince-ui.xml:
5601         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
5602         (ev_window_cmd_file_print_setup),
5603         (ev_window_print_dialog_response_cb),
5604         (ev_window_setup_action_sensitivity):
5605
5606         Add page setup settings for printing. Fixes bugs #363860 and #350491.
5607
5608 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5609
5610         * shell/ev-window.c: (ev_window_print_range):
5611
5612         Revert my previuos commit, since printing to PDF is not supported by
5613         evince yet. 
5614
5615 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5616
5617         * shell/ev-window.c: (ev_window_print_range):
5618
5619         Enable print to a PDF. Fixes bug #332121.
5620
5621 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
5622
5623         * shell/ev-application-service.xml:
5624         * shell/ev-application.[ch]: (ev_application_open_window),
5625         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
5626         (ev_application_open_uri), (ev_application_open_uri_list):
5627         * shell/ev-window.c: (file_open_dialog_response_cb),
5628         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
5629         (drag_data_received_cb), (open_remote_link):
5630         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
5631
5632         Add support for multiscreen systems. Fixes bug #316206.
5633
5634 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
5635
5636         * shell/ev-jobs.[ch]: (ev_job_print_new),
5637         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
5638         (ev_job_print_do_page):
5639         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
5640
5641         Allow printing only odd/even pages. Fixes bug #367289.
5642
5643 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5644
5645         * test/test1.py:
5646         * test/test2.py:
5647
5648         Re-add locale settings to test files.
5649
5650 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5651
5652         * data/evince-ui.xml:
5653         * shell/ev-window.c: (set_action_properties):
5654         
5655         Removed garbage from code and ui.
5656
5657 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5658
5659         * shell/ev-window.c: (ev_window_cmd_help_about):
5660
5661         Shamelessly add my name to the list of contributors.
5662
5663 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5664
5665         * test/test1.py:
5666         * test/test2.py:
5667
5668         Cleaned up the dogtail scripts.
5669
5670 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5671
5672         * shell/ev-view.c: (draw_loading_text): Don't render
5673         "loading..." text in presentation mode. Temporary
5674         workaround for bug #320352.
5675
5676 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5677
5678         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
5679         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
5680
5681         Use print settings scale, copies, collate and reverse which were
5682         ignored. Fixes bug #359032.
5683
5684 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5685
5686         * configure.ac:
5687         * data/evince-password.glade:
5688         * test/Makefile.am:
5689         * test/test-encrypt.pdf:
5690         * test/test-links.pdf:
5691         * test/test1.py:
5692         * test/test2.py:
5693
5694         Add automated UI tests for evince with dogtail. See
5695         bug #300948.    
5696
5697 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5698
5699         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
5700
5701         Hide fullscreen toolbar when switching to another desktop workspace.
5702         Fixes bug #338871
5703
5704 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5705
5706         * shell/ev-window-title.c: 
5707         
5708         Test for .dvi in title of pdf documents.
5709
5710 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5711
5712         * shell/ev-view.c: (ev_view_scroll):
5713
5714         Page Up/Down should do page jumps in "Best fit" mode.
5715         If a user has explicitly chosen to view exactly one page
5716         at a time, scrolling just a part of the page when
5717         pressing Page Up/Down is not right. Fixes bug #323107.
5718
5719 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5720
5721         * NEWS:
5722         * configure.ac:
5723         
5724         Update for 0.6.1
5725
5726 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5727
5728         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
5729         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
5730         
5731         Correctly disconnect from job signals on destroy.
5732
5733 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5734
5735         * shell/ev-view-private.h:
5736         * shell/ev-view.c: (view_set_adjustment_values),
5737         (view_update_range_and_current_page),
5738         (ensure_rectangle_is_visible), (ev_view_size_allocate):
5739         
5740         Fixes bug #343199, current page now follows find page.
5741
5742 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
5743
5744         * backend/ev-document-factory.c:
5745         * configure.ac:
5746         Assigned OpenDocument presenation MIME type to the
5747         Impress backend. Added some missing (but harmless)
5748         #ifdefs in the document factory as well to make things
5749         consistent again. Fixes bug #360658.
5750
5751 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
5752
5753         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
5754         * backend/ev-document-find.c: (ev_document_find_get_type):
5755         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
5756         * backend/ev-document-links.c: (ev_document_links_get_type):
5757         * backend/ev-document-security.c: (ev_document_security_get_type):
5758         * backend/ev-document-thumbnails.c:
5759         (ev_document_thumbnails_get_type):
5760         * backend/ev-document.c: (ev_document_get_type):
5761         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
5762         * backend/ev-selection.c: (ev_selection_get_type):
5763         * cut-n-paste/recent-files/egg-recent-model.c:
5764         (egg_recent_model_get_type):
5765         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5766         (egg_recent_view_uimanager_get_type):
5767         * cut-n-paste/recent-files/egg-recent-view.c:
5768         (egg_recent_view_get_type):
5769         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5770         (egg_editable_toolbar_get_type):
5771         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
5772         (egg_toolbar_editor_get_type):
5773         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5774         (egg_toolbars_model_get_type):
5775         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
5776         (egg_tree_multi_drag_source_get_type):
5777         * cut-n-paste/zoom-control/ephy-zoom-action.c:
5778         (ephy_zoom_action_get_type):
5779         * cut-n-paste/zoom-control/ephy-zoom-control.c:
5780         (ephy_zoom_control_get_type):
5781         * impress/r_back.c: (_imp_fill_back):
5782         * properties/ev-properties-main.c:
5783         (ev_properties_plugin_register_type):
5784         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
5785         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
5786         (ev_view_accessible_factory_get_type):
5787
5788         Reduce relocations. Bug #360616.
5789
5790 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5791
5792         * backend/ev-document-factory.c:
5793         (ev_document_factory_get_document):
5794         
5795         Load document even if extension is wrong.
5796
5797 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5798
5799         * shell/ev-metadata-manager.c: (save_values):
5800         * shell/ev-window.c: (setup_size_from_metadata),
5801         (setup_view_from_metadata), (ev_window_setup_document),
5802         (ev_window_xfer_job_cb), (window_configure_event_cb):
5803         
5804         Set size according to the document size/page size ratio.
5805         That should correct rather wierd behaviour of the previous
5806         commit.
5807
5808 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5809
5810         * shell/ev-window.c: (setup_view_from_metadata):
5811         
5812         Set size for new windows from previous window size.
5813         See bugs #354968 and #168450 for details. Thanks
5814         to Meik Hellmund.
5815
5816 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
5817
5818         * djvu/djvu-links.c: (build_tree):
5819
5820         Fix memory leak.
5821
5822 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5823
5824         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
5825         
5826         Don't make sidebar close button insensitive. Fixes
5827         bug #357871.
5828
5829 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5830
5831         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5832         (ev_window_set_view_accels_sensitivity):
5833         
5834         Don't enable Slash on documents which don't support
5835         find. Fixes bug #358648.
5836
5837 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
5838
5839         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
5840         open dialog fall back to the current document uri if the
5841         filechooser hasn't been used before. Fixes bug #356980.
5842
5843 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
5844
5845         * shell/ev-window.c: (ev_window_setup_recent), 
5846         (ev_window_get_recent_file_label):
5847
5848         Escape underscores in filenames of recent file items.
5849
5850 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5851
5852         * configure.ac:
5853         
5854         Bumped poppler requirements, really 0.5.3 is very 
5855         buggy, now we require 0.5.4.
5856
5857 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5858
5859         * djvu/Makefile.am:
5860         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
5861         (djvu_document_find_iface_init), (djvu_document_links_get_links),
5862         (djvu_document_document_links_iface_init):
5863         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
5864         (number_from_string_10), (get_djvu_link_dest),
5865         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
5866         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
5867         (djvu_links_get_links), (djvu_links_find_link_dest),
5868         (djvu_links_get_links_model):
5869         * djvu/djvu-links.h:
5870         
5871         Add support for links and bookmarks in djvu documents. Thanks
5872         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
5873         patch.
5874
5875 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5876
5877         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5878         
5879         Reopen should reload document. Fixes 
5880         bug 327951.
5881
5882 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5883
5884         * configure.ac:
5885         * data/Makefile.am:
5886         * data/evince-16.png:
5887         * data/evince-22.png:
5888         * data/evince.png:
5889         * data/evince.svg:
5890         * data/icons/16x16/Makefile.am:
5891         * data/icons/16x16/evince.png:
5892         * data/icons/22x22/Makefile.am:
5893         * data/icons/22x22/evince.png:
5894         * data/icons/48x48/Makefile.am:
5895         * data/icons/48x48/evince.png:
5896         * data/icons/Makefile.am:
5897         * data/icons/scalable/Makefile.am:
5898         * data/icons/scalable/evince.svg:
5899         
5900         Install icons with correct names. Fixes
5901         bug #354429.
5902
5903 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5904
5905         * shell/ev-view.c: (ev_view_button_release_event):
5906
5907         Don't open links with middle mouse button. Fixes bug #353649
5908
5909 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5910
5911         * NEWS:
5912         * configure.ac:
5913         
5914         Update for release 0.6.0
5915
5916 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5917
5918         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
5919         Implement Close named action. Patch by Carlos Garcia Campos.
5920
5921 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5922
5923         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
5924         
5925         Don't clear link mapping on copy_job_to_job_info. Fixes
5926         bug 346168.
5927
5928 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5929
5930         * shell/main.c: (main):
5931
5932         Revert my previous commit, gnome_program_init owns the option context.
5933         Fix another memory leak in main. Both caught by Christian Persch. 
5934
5935 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5936
5937         * shell/main.c: (main):
5938
5939         Fix memory leak.
5940
5941 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5942
5943         * backend/ev-document-factory.c: (ev_document_factory_get_document):
5944
5945         Fix crash when opening a pdf with password protection. 
5946
5947 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
5948
5949         * pdf/ev-poppler.cc: (pdf_document_search_free):
5950
5951         Fix memory leak. 
5952
5953 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5954
5955         * backend/ev-document-factory.c:
5956         (ev_document_factory_get_document):
5957         * tiff/tiff-document.c: (tiff_document_finalize):
5958         
5959         More correct handling of document loading. Fixes
5960         bug #349043.
5961
5962 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5963
5964         * backend/ev-attachment.c: (ev_attachment_save):
5965
5966         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
5967         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
5968
5969 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
5970         
5971         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
5972         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
5973
5974 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5975
5976         * shell/ev-sidebar-thumbnails.c:
5977
5978         Do not render thumbnails unless thumbnails page is active in the
5979         sidebar.
5980
5981 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
5982
5983         * shell/ev-properties-dialog.c:
5984
5985         Fix dialogue spacing. Bug #351370.
5986
5987 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5988
5989         * configure.ac:
5990
5991         Use lowercase gettext catalog file names (evince.mo
5992         instead of Evince.mo)
5993
5994 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5995
5996         * shell/ev-sidebar-attachments.c:
5997
5998         GtkIconTheme is now screen safe too. Fixes bug #350878
5999
6000 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
6001
6002         * shell/ev-window.c:
6003
6004         GtkRecent manager is now screen safe. Fixes bug #350145
6005
6006 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6007
6008         * shell/ev-sidebar.c: (ev_sidebar_init):
6009         
6010         Make sidebar close icon smaller. Fix for bug 350177.
6011         See also bugs 350176 and 165770.
6012
6013 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
6014
6015         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
6016
6017         Ignore zoom for xyz destinations when it's <= 1, keeping user
6018         preferences instead. Set correct sizing-mode for fith and fitv
6019         destinations rather than EV_SIZING_FREE. Fixes bug #349433
6020
6021 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6022
6023         * NEWS:
6024         * configure.ac:
6025         
6026         Update for release 0.5.5
6027
6028 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
6029         
6030         * shell/ev-window.c: (ev_window_cmd_escape)
6031
6032         Escape unfocus page entry. Fixes bug #345809.
6033
6034 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6035
6036         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
6037         (build_tree), (pdf_document_links_get_links),
6038         (pdf_document_links_find_link_dest):
6039         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
6040         (goto_xyz_dest):
6041
6042         Convert from PDF style coordinates to X style coordinates in the
6043         backend rather than in the view. Fixes bug #338440
6044
6045 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6046
6047         * shell/ev-window.c:
6048         
6049         Remove Ctrl+Shift+T shortcut for toolbars. See
6050         the bug #350098.
6051
6052 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6053
6054         * configure.ac:
6055
6056         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
6057         of this. 
6058
6059 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6060
6061         * configure.ac:
6062         * cut-n-paste/Makefile.am:
6063         * data/evince-ui.xml:
6064         * shell/Makefile.am:
6065         * shell/ev-application.[ch]:
6066         * shell/ev-window.c:
6067
6068         Use GtkRecent instead of EggRecent when it's available. Fixes bug
6069         #349273
6070
6071 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6072
6073         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
6074         findbar code: s/help/search/
6075
6076 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6077
6078         * shell/ev-window.c: (setup_document_from_metadata),
6079         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
6080         (setup_view_from_metadata):
6081         
6082         Fix memory leaks.
6083
6084 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
6085
6086         * autogen.sh, configure.ac: 
6087         
6088         Update automake usage. See bug 349292.
6089
6090 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6091
6092         * shell/eggfindbar.c: (egg_find_bar_class_init),
6093         (entry_activate_callback), (egg_find_bar_init),
6094         (egg_find_bar_set_status_text):
6095         * shell/eggfindbar.h:
6096         
6097         Unify Evince findbar with Epiphany. Nice patch
6098         from Fabricio Silva <silva@crans.org> and
6099         Frederic Peters <fpeters@entrouvert.com>. See
6100         bug #339966 for details.
6101
6102 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6103
6104         * data/evince.desktop.in.in:
6105         
6106         Correct information for bugzilla. Thanks to
6107         Olaf Vitters, see bug #348855.
6108
6109 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
6110
6111         * shell/ev-jobs.[ch]:
6112         * shell/ev-sidebar-links.c:
6113         * shell/ev-window.[ch]:
6114
6115         GtkPrintJob doesn't support print ranges or current page, so we export
6116         to a ps file now when printing ranges or current page.
6117
6118 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6119
6120         * pdf/ev-poppler.cc:
6121         * shell/ev-window.c: (do_action_named):
6122
6123         We should be more clear about bugzilla. See the
6124         poppler bug #7623.
6125
6126 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6127
6128         * configure.ac:
6129         * shell/Makefile.am:
6130         * shell/ev-job-queue.c:
6131         * shell/ev-jobs.[ch]:
6132         * shell/ev-sidebar-links.c:
6133         * shell/ev-window.[ch]:
6134         
6135         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
6136         #348422
6137
6138 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
6139
6140         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
6141         * shell/ev-application-service.xml:
6142         * shell/ev-application.[ch]:
6143         * shell/ev-jobs.[ch]:
6144         * shell/ev-window.[ch]: (ev_window_run_preview):
6145         * shell/main.c: 
6146
6147         Add preview mode to use evince as a printing previewer. It also adds
6148         other command line options for fullscreen and presentation modes.
6149         Fixes bugs #347822, #317031
6150
6151 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6152
6153         * NEWS:
6154         * configure.ac:
6155         
6156         Update for release 0.5.4
6157
6158 2006-07-11  Bastien Nocera <hadess@hadess.net>
6159
6160         * Makefile.am:
6161         * backend/Makefile.am:
6162         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
6163         * backend/ev-document-factory.h:
6164         * configure.ac:
6165         * impress/.cvsignore:
6166         * impress/Makefile.am:
6167         * impress/common.h:
6168         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
6169         (imp_get_page), (imp_next_page), (imp_prev_page),
6170         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
6171         * impress/f_oasis.c: (render_object), (render_page),
6172         (get_geometry), (_imp_oasis_load):
6173         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
6174         (_imp_oo13_load):
6175         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
6176         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
6177         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
6178         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
6179         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
6180         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
6181         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
6182         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
6183         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
6184         (iks_new_within), (iks_insert), (iks_insert_cdata),
6185         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
6186         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
6187         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
6188         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
6189         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
6190         (iks_cdata), (iks_cdata_size), (iks_has_children),
6191         (iks_has_attribs), (escape_size), (my_strcat), (escape),
6192         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
6193         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
6194         (iks_tree), (iks_load), (iks_save):
6195         * impress/iksemel.h:
6196         * impress/imposter.h:
6197         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
6198         (imp_render_draw_bezier_real), (imp_render_get_size),
6199         (imp_render_set_fg_color), (imp_render_draw_line),
6200         (imp_render_draw_rect), (imp_render_draw_polygon),
6201         (imp_render_draw_arc), (imp_render_draw_bezier),
6202         (imp_render_open_image), (imp_render_get_image_size),
6203         (imp_render_scale_image), (imp_render_draw_image),
6204         (imp_render_close_image), (imp_render_markup),
6205         (imp_render_get_text_size), (imp_render_draw_text),
6206         (impress_document_load), (impress_document_save),
6207         (impress_document_get_n_pages), (impress_document_get_page_size),
6208         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
6209         (impress_document_finalize), (impress_document_class_init),
6210         (impress_document_can_get_text), (impress_document_get_info),
6211         (impress_document_document_iface_init),
6212         (impress_document_thumbnails_get_thumbnail),
6213         (impress_document_thumbnails_get_dimensions),
6214         (impress_document_document_thumbnails_iface_init),
6215         (impress_document_init):
6216         * impress/impress-document.h:
6217         * impress/internal.h:
6218         * impress/r_back.c: (_imp_fill_back):
6219         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
6220         (_imp_draw_image), (_imp_tile_image):
6221         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
6222         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
6223         (r_polyline):
6224         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
6225         (r_draw_gradient_complex), (r_draw_gradient):
6226         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
6227         (r_get_bullet):
6228         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
6229         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
6230         (r_text):
6231         * impress/render.c: (imp_create_context), (imp_context_set_page),
6232         (imp_context_set_step), (imp_render), (imp_delete_context):
6233         * impress/render.h:
6234         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
6235         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
6236         (zip_load_xml), (zip_get_size), (zip_load):
6237         * impress/zip.h:
6238         * shell/ev-utils.c:
6239         
6240         New backend to support impress slides. Fixes bug #30867.
6241
6242 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
6243
6244         * shell/ev-utils.c: (using_postscript_printer):
6245         
6246         Fixes crash when print using PAPI backend,
6247         bug #345012.
6248
6249 2006-06-09  Pat Rondon  <pmr@patrondon.org>
6250
6251         * shell/ev-jobs.c: (ev_job_xfer_run):
6252         * shell/ev-window.c: (password_dialog_response),
6253         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
6254         (ev_window_dispose):
6255         Fixes bug #344160: if the xfer job doesn't complete
6256         because a password is required, reload the existing
6257         instance instead of creating a new one.
6258
6259 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6260
6261         * shell/main.c: (main): Call gdk_threads_init. Thus
6262         we'll avoid errors in auth dialog. Fix for the bug
6263         #343347.
6264
6265 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6266
6267         * configure.ac: Advertise pixbuf support, fix
6268         for the bug 343317.
6269
6270 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6271
6272         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
6273         (ev_sidebar_thumbnails_set_document):
6274         
6275         Update sidebar thumbnails after reloading.
6276
6277 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6278
6279         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
6280         * shell/ev-jobs.h:
6281         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
6282         (ev_window_cmd_view_reload), (ev_window_init):
6283         
6284         Don't crash on reload. Fix for the bug #343167.
6285
6286 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6287
6288         * shell/ev-jobs.c: (ev_job_render_run):
6289         
6290         Check for document links.
6291
6292 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6293
6294         * backend/ev-attachment.c: (ev_attachment_save),
6295         (ev_attachment_launch_app), (ev_attachment_open):
6296         * backend/ev-document-factory.c: (get_document_from_uri):
6297         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6298         (egg_recent_view_uimanager_set_list):
6299         * ps/ps-document.c: (check_filecompressed), (document_load),
6300         (ps_document_load):
6301         * shell/ev-metadata-manager.c: (load_values):
6302         * shell/ev-password.c: (ev_password_dialog_set_property):
6303         * shell/ev-view.c: (tip_from_link):
6304         * shell/ev-window.c: (file_save_dialog_response_cb),
6305         (ev_window_print_dialog_response_cb):
6306         
6307         Use consistent quoting style. Fix for the bug #320285.
6308
6309 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6310
6311         * shell/ev-jobs.c: (ev_job_xfer_run):
6312         * shell/main.c: (load_files):
6313                 
6314         Open links with anchors. Fix for the bug #339836.
6315
6316 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6317
6318         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
6319         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
6320         (ev_link_dest_set_property), (ev_link_dest_finalize),
6321         (ev_link_dest_class_init), (ev_link_dest_new_named),
6322         (ev_link_dest_new_page_label):
6323         * backend/ev-link-dest.h:
6324         * shell/ev-application.c: (ev_application_open_uri):
6325         * shell/ev-view.c: (goto_dest):
6326         * shell/ev-window.c:
6327         * shell/ev-window.h:
6328         
6329         Fix page-label command line option. Bug #342070.
6330
6331 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6332
6333         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
6334         
6335         Don't show highlight rects if page can't be showed. Fix for 
6336         the bug #342076
6337
6338 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6339
6340         * shell/ev-window.c: (setup_sidebar_from_metadata),
6341         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
6342         
6343         Setup sidebar from metadata even if there is no document
6344         loaded. Fix for the bug #342807.
6345
6346 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6347
6348         * cut-n-paste/toolbar-editor/Makefile.am:
6349         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6350         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
6351         (find_action), (drag_data_delete_cb), (drag_begin_cb),
6352         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
6353         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
6354         (popup_context_menu_cb), (button_press_event_cb),
6355         (configure_item_sensitivity), (configure_item_cursor),
6356         (configure_item_tooltip), (connect_widget_signals),
6357         (action_sensitive_cb), (create_item_from_action),
6358         (create_item_from_position), (toolbar_drag_data_received_cb),
6359         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
6360         (toolbar_drag_leave_cb), (configure_drag_dest),
6361         (toggled_visibility_cb), (toolbar_visibility_refresh),
6362         (create_dock), (toolbar_changed_cb), (unparent_fixed),
6363         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
6364         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
6365         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
6366         (egg_editable_toolbar_dispose),
6367         (egg_editable_toolbar_set_ui_manager),
6368         (egg_editable_toolbar_get_selected),
6369         (egg_editable_toolbar_set_selected), (set_edit_mode),
6370         (egg_editable_toolbar_set_property),
6371         (egg_editable_toolbar_get_property),
6372         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
6373         (egg_editable_toolbar_new_with_model),
6374         (egg_editable_toolbar_get_edit_mode),
6375         (egg_editable_toolbar_set_edit_mode),
6376         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
6377         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
6378         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6379         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
6380         (item_added_or_removed_cb), (toolbar_removed_cb),
6381         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
6382         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
6383         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
6384         (editor_create_item_from_name), (append_table),
6385         (update_editor_sheet), (egg_toolbar_editor_init):
6386         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
6387         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6388         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
6389         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
6390         (toolbar_node_free), (egg_toolbars_model_get_flags),
6391         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
6392         (egg_toolbars_model_get_name), (impl_add_item),
6393         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
6394         (parse_data_list), (parse_item_list), (parse_toolbars),
6395         (egg_toolbars_model_load_toolbars), (parse_available_list),
6396         (parse_names), (egg_toolbars_model_load_names),
6397         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
6398         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
6399         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
6400         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
6401         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
6402         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
6403         (egg_toolbars_model_set_types), (fill_avail_array),
6404         (egg_toolbars_model_get_name_avail),
6405         (egg_toolbars_model_get_name_flags),
6406         (egg_toolbars_model_set_name_flags):
6407         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6408         * cut-n-paste/toolbar-editor/eggintl.h:
6409         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
6410         (egg_tree_multi_drag_source_get_type),
6411         (egg_tree_multi_drag_source_row_draggable),
6412         (egg_tree_multi_drag_source_drag_data_delete),
6413         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
6414         (egg_tree_multi_drag_button_release_event), (selection_foreach),
6415         (path_list_free), (set_context_data), (get_context_data),
6416         (get_info), (egg_tree_multi_drag_drag_data_get),
6417         (egg_tree_multi_drag_motion_event),
6418         (egg_tree_multi_drag_button_press_event),
6419         (egg_tree_multi_drag_add_drag_support):
6420         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
6421         * shell/ev-application.c: (ev_application_init),
6422         (ev_application_save_toolbars_model):
6423         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
6424         (ev_window_cmd_edit_toolbar), (ev_window_init):
6425         
6426         Sync toolbareditor with epiphany and libegg
6427
6428 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6429
6430         * configure.ac: 
6431
6432         Depend on poppler 0.5.2
6433
6434 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6435
6436         * shell/ev-jobs.c: (ev_job_render_run):
6437         
6438         Check if document supports links iterface.
6439
6440 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6441
6442         * NEWS:
6443         * configure.ac:
6444         
6445         Update for release 0.5.3
6446
6447 2006-05-13  Michael Plump  <plumpy@skylab.org>
6448
6449         * configure.ac:
6450         * shell/Makefile.am:
6451         * shell/main.c: (main):
6452         
6453         Port to GOption command line parsing. Fix for the 
6454         bug #327518
6455
6456 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6457
6458         * shell/ev-window.c: (ev_window_cmd_help_about):
6459         
6460         Do not wrap license. Fix for the bug #309460.
6461
6462 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6463
6464         * configure.ac:
6465         * properties/ev-properties-main.c: (ev_properties_get_pages):
6466         * shell/ev-application.c: (ev_application_open_window),
6467         (ev_application_open_uri_at_dest):
6468         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
6469         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
6470         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
6471         * shell/ev-utils.c: (save_print_config_to_file):
6472         * shell/ev-window.c: (ev_window_cmd_save_as),
6473         (ev_attachment_popup_cmd_save_attachment_as):
6474         * shell/main.c: (load_files_remote):
6475         
6476         Bump requirements to gtk 2.8 and drop all ifdefs used.
6477
6478 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6479
6480         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
6481         * shell/ev-window.c: (ev_window_init):
6482         
6483         Show attachments page.
6484
6485 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6486
6487         * po/POTFILES.in:
6488         * shell/ev-attachment-bar.c:
6489         * shell/ev-attachment-bar.h:
6490         * shell/ev-sidebar-attachments.c:
6491         (ev_sidebar_attachments_icon_cache_add),
6492         (icon_theme_get_pixbuf_from_mime_type),
6493         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
6494         (ev_sidebar_attachments_icon_cache_refresh),
6495         (ev_sidebar_attachments_get_attachment_at_pos),
6496         (ev_sidebar_attachments_popup_menu_show),
6497         (ev_sidebar_attachments_popup_menu),
6498         (ev_sidebar_attachments_button_press),
6499         (ev_sidebar_attachments_update_icons),
6500         (ev_sidebar_attachments_drag_data_get),
6501         (ev_sidebar_attachments_get_property),
6502         (ev_sidebar_attachments_destroy),
6503         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
6504         (ev_sidebar_attachments_new),
6505         (ev_sidebar_attachments_set_document),
6506         (ev_sidebar_attachments_support_document),
6507         (ev_sidebar_attachments_get_label),
6508         (ev_sidebar_attachments_page_iface_init):
6509         * shell/ev-sidebar-attachments.h:
6510         * shell/ev-window.c: (update_chrome_visibility),
6511         (setup_sidebar_from_metadata), (ev_window_setup_document),
6512         (ev_window_sidebar_current_page_changed_cb),
6513         (attachment_bar_menu_popup_cb), (ev_window_init):
6514         
6515         Move attachments bar to sidebar.
6516
6517 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
6518
6519         * pdf/ev-poppler.cc:
6520         * shell/ev-application.[ch]:
6521         * shell/main.c:
6522
6523         Fix some memory leaks.
6524
6525 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6526
6527         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6528
6529         Change the properties dialog response to
6530         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
6531         will make the dialog go away when the user presses
6532         enter. With gtk+ >= 2.9 this will happen anyway, but for
6533         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
6534         escape by default. Fixes bug #340539. See also bug
6535         #101293 for the gtk+ part.
6536
6537 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
6538
6539         * shell/ev-view.c (tip_from_action_named): Replace some strings
6540         that were wrong. Closes #340970.
6541
6542 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6543
6544         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
6545
6546         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
6547         #341049
6548
6549 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6550
6551         * djvu/Makefile.am:
6552         * dvi/Makefile.am:
6553         * dvi/mdvi-lib/Makefile.am:
6554         * properties/Makefile.am:
6555         * ps/Makefile.am:
6556         * shell/Makefile.am:
6557         * thumbnailer/Makefile.am:
6558         
6559         Due to broken libtool that is unable to track dependencies
6560         of noinst libraries we are forced to explicitely point
6561         libraries for binary. Fix for the bug #333334.
6562
6563 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6564
6565         * data/evince.desktop.in.in:
6566         * shell/ev-view.c: (view_update_range_and_current_page),
6567         (ev_view_next_page), (ev_view_previous_page):
6568         * shell/ev-window.c: (update_chrome_visibility),
6569         (setup_sidebar_from_metadata), (ev_window_setup_document),
6570         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
6571         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6572         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
6573         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6574         (ev_window_stop_presentation), (ev_window_focus_in_event),
6575         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
6576         (ev_window_init):
6577         * thumbnailer/Makefile.am:
6578         
6579         Update fullscreen and presentation timeout handling. Hide
6580         cursor in presentation after timeout. Fix for the bugs
6581         #136359 and #336981.
6582
6583 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6584
6585         * backend/ev-link-action.[ch]:
6586         * pdf/ev-poppler.cc: (ev_link_from_action):
6587         * shell/ev-view-private.h:
6588         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
6589         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
6590
6591         Add support for Named Action links
6592
6593 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
6594
6595         * backend/Makefile.am:
6596         * backend/ev-document-links.[ch]:
6597         * backend/ev-document.[ch]:
6598         * backend/ev-link-action.[ch]:
6599         * backend/ev-link-dest.[ch]:
6600         * backend/ev-link.[ch]:
6601         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
6602         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
6603         * shell/ev-page-action.c: (build_new_tree_cb):
6604         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
6605         (links_page_num_func), (update_page_callback):
6606         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
6607         (tip_from_link):
6608         * shell/ev-jobs.c:
6609         * shell/ev-window.[ch]: (ev_window_open_uri),
6610         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
6611         * shell/ev-application.[ch]: (ev_application_open_window),
6612         (ev_application_open_uri):
6613
6614         Rework links system, it adds support for remote links now and it makes
6615         easier to add new kinds of actions and destinations. Fixes bug #317292
6616
6617 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6618
6619         * data/Makefile.am:
6620         * data/evince.png:
6621         * data/evince-16.png:
6622         * data/evince-22.png:
6623         * data/evince.svg:
6624         * shell/main.c: (main):
6625         
6626         Evince use it's own icon. Fix for the bug #313392.
6627
6628         * shell/ev-window.c: (fullscreen_timeout_cb),
6629         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6630         (ev_window_cmd_help_about), (ev_window_dispose):
6631         
6632         Simplify fullscreen timeout code.
6633
6634 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
6635
6636         * backend/ev-attachment.c: 
6637         * shell/ev-attachment-bar.c:
6638         * shell/ev-window.c:
6639
6640         Allow multiple selection of attachments
6641
6642 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6643
6644         * shell/ev-view.c: (view_update_range_and_current_page),
6645         (ev_view_scroll):
6646         
6647         Fix for the bug #312573 – Optimal selection of current 
6648         page among visible pages.
6649
6650 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6651
6652         * configure.ac:
6653         * djvu/Makefile.am:
6654         * djvu/djvu-text.h:
6655         
6656         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
6657         for the bug 339868.
6658
6659 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
6660
6661         * configure.ac: Fix the LINGUAS stuff here too so it builds.
6662
6663 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6664
6665         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
6666         dictated by the GNOME HIG. Fixes bug #339235.
6667
6668 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6669
6670         * data/evince-ui.xml:
6671         * shell/ev-view.c: (ev_view_can_find_previous):
6672         * shell/ev-view.h:
6673         * shell/ev-window.c: (ev_window_update_actions),
6674         (ev_window_cmd_edit_find_previous):
6675
6676         Add support for "Find Previous" as dictated by the GNOME HIG. A
6677         menu item is added and some glue code to make it all work is added
6678         to various files.
6679
6680 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6681
6682         * configure.ac: Award myself the "useless use of cat" award.
6683
6684 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6685
6686         * po/LINGUAS: New file listing all supported languages.
6687
6688         * configure.in: Use po/LINGUAS instead of including all languages
6689         directly in this file. See the wiki for more information:
6690         http://live.gnome.org/GnomeGoals/PoLinguas
6691
6692 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6693
6694         * backend/ev-document-factory.c:
6695
6696         Do not load the document twice when there isn't errors
6697
6698 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6699
6700         * backend/ev-attachment.c: 
6701
6702         Fix a crash when there isn't a default application to open an
6703         attachment
6704
6705 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6706
6707         * backend/ev-attachment.[ch]:
6708         * shell/ev-attachment-bar.[ch]:
6709
6710         Added missing files. 
6711
6712 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6713
6714         * backend/Makefile.am:
6715         * data/evince-ui.xml:
6716         * backend/ev-attachment.[ch]:
6717         * backend/ev-document.[ch]: (ev_document_has_attachments),
6718         (ev_document_get_attachments):
6719         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
6720         (attachment_save_to_buffer), (pdf_document_get_attachments),
6721         (pdf_document_document_iface_init):
6722         * shell/Makefile.am:
6723         * shell/ev-attachment-bar.[ch]:
6724         * shell/ev-window.c:
6725
6726         Add support for PDF attachments. Fixes bug #325143
6727
6728 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6729
6730         * backend/ev-document-factory.c: (get_document_from_uri),
6731         (ev_document_factory_get_document):
6732         * backend/ev-document-factory.h:
6733         * properties/ev-properties-main.c: (ev_properties_get_pages):
6734         * shell/Makefile.am:
6735         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
6736         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
6737         (ev_job_queue_remove_job):
6738         * shell/ev-job-queue.h:
6739         * shell/ev-job-xfer.c:
6740         * shell/ev-job-xfer.h:
6741         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
6742         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
6743         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
6744         (ev_job_xfer_run):
6745         * shell/ev-jobs.h:
6746         * shell/ev-window.c: (ev_window_is_empty),
6747         (password_dialog_response), (ev_window_clear_xfer_job),
6748         (ev_window_xfer_job_cb), (ev_window_open_uri),
6749         (ev_window_cmd_focus_page_selector),
6750         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
6751         (ev_window_cmd_continuous), (ev_window_cmd_dual),
6752         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6753         (ev_window_dispose):
6754         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6755         
6756         * Cleanup mime type detection on document load. Fix for the
6757         bug #336448.
6758
6759 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6760
6761         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
6762         
6763         Fix crash on exit, described in the bug #336825.
6764
6765 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6766
6767         * backend/ev-document-factory.c:
6768         (ev_document_factory_get_from_mime),
6769         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
6770         (ev_document_factory_get_document),
6771         (file_filter_add_mime_list_and_free),
6772         (ev_document_factory_add_filters):
6773         * backend/ev-document-factory.h:
6774         * properties/ev-properties-main.c: (ev_properties_get_pages):
6775         * shell/Makefile.am:
6776         * shell/ev-application.c:
6777         * shell/ev-job-xfer.c: (ev_job_xfer_run):
6778         * shell/ev-window.c: (ev_window_cmd_file_open),
6779         (ev_window_cmd_save_as):
6780         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6781         
6782         Rework factory functions so they are placed now in a single 
6783         file ev-document-factory.c
6784
6785 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6786
6787         * shell/ev-window.c: (update_chrome_visibility):
6788         
6789         Fix for the bug 166566 - don't show menubar in fullscreen
6790         mode.
6791
6792 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
6793
6794         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
6795
6796 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6797
6798         * shell/ev-view.c: (ev_view_expose_event):
6799         
6800         More correctly draw loading text when document
6801         is empty.
6802
6803 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6804
6805         * shell/ev-view.c: (ev_view_scroll):
6806         
6807         Fix for the bug #334854, page down and page up switch
6808         pages in presentation mode.
6809
6810 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6811
6812         * shell/ev-window.c: (ev_window_set_action_sensitive),
6813         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
6814         (ev_window_set_view_accels_sensitivity),
6815         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
6816         (ev_window_cmd_continuous), (ev_window_cmd_dual),
6817         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6818         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
6819         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
6820         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
6821         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
6822         (view_actions_focus_in_cb), (ev_window_init):
6823         
6824         Fix for the bug #333902, now it's possible to search
6825         words with slash.
6826
6827 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
6828
6829         * configure.ac: Added Breton translation.
6830         * po/br.po: Added Breton translation.
6831
6832 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6833
6834         * shell/ev-window-title (ev_window_title_update):
6835
6836         Fix memory leak in window title. Fixes bug #333944
6837
6838 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6839
6840         * shell/ev-metadata-manager.c (parseItem):
6841
6842         Fix memory leaks. Fixes bug #333945
6843
6844 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6845         
6846         * NEWS, configure.ac, TODO:
6847         
6848         Update for release 0.5.2.
6849
6850 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6851
6852         * shell/ev-view.c: (view_update_range_and_current_page),
6853         (page_changed_cb):
6854         
6855         Don't jump on scrolling, fix for the bug #333127.
6856
6857 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6858
6859         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
6860         
6861         Scroll by one page in presentation mode. Fix for the bug
6862         #332993.
6863
6864 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
6865
6866         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
6867
6868 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
6869
6870         * configure.ac  Added lv in ALL_LINGUAS line.
6871
6872 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6873         
6874         * NEWS, configure.ac:
6875         
6876         Update for release 0.5.1
6877
6878 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6879
6880         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
6881         * backend/ev-document-misc.h:
6882         * shell/ev-view.c: (draw_one_page):
6883         
6884          Clairfy what page the toolbar page number applies to. Fix
6885          for the bug #328102.
6886
6887 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
6888
6889         * shell/ev-view-private.h:
6890         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
6891         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
6892         (ev_view_search_changed):
6893         * shell/ev-view.h:
6894         * shell/ev-window.c: (find_bar_search_changed_cb):
6895         
6896         Dont't jump to find result if window was scrolled during search.
6897         Fix for the bug #313266.
6898
6899 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
6900
6901         * shell/eggfindbar.c: (egg_find_bar_class_init):
6902         * shell/eggfindbar.h:
6903         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
6904         * shell/ev-view-private.h:
6905         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
6906         (ev_view_class_init), (ev_sizing_mode_get_type),
6907         (ev_scroll_type_get_type):
6908         * shell/ev-view.h:
6909         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
6910         (ev_window_cmd_scroll_backward), (find_bar_scroll),
6911         (ev_window_init):
6912         
6913         Fix for the bug 319133 - Find entry should allow text scroll.
6914
6915 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
6916
6917         * shell/ev-view-private.h:
6918         * shell/ev-view.c: (view_update_range_and_current_page),
6919         (highlight_find_results), (find_changed_cb), (page_changed_cb),
6920         (ev_view_set_document), (update_find_status_message),
6921         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
6922         (ev_view_find_previous):
6923         
6924         Fix for the bug #319137. Search now takes account for scrolling.
6925
6926 2006-02-19  Michael Hofmann <mh21@piware.de>
6927
6928         * configure.ac:
6929         * djvu/Makefile.am:
6930         * djvu/djvu-document-private.h:
6931         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
6932         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
6933         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
6934         (djvu_document_can_get_text), (djvu_document_get_text),
6935         (djvu_document_document_iface_init),
6936         (djvu_document_thumbnails_get_thumbnail),
6937         (djvu_document_find_begin), (djvu_document_find_get_n_results),
6938         (djvu_document_find_get_result),
6939         (djvu_document_find_page_has_results),
6940         (djvu_document_find_get_progress), (djvu_document_find_cancel),
6941         (djvu_document_find_iface_init):
6942         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
6943         (djvu_text_page_selection), (djvu_text_page_limits_process),
6944         (djvu_text_page_limits), (djvu_text_page_copy),
6945         (djvu_text_page_position), (djvu_text_page_union),
6946         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
6947         (djvu_text_page_box), (djvu_text_page_append_text),
6948         (djvu_text_page_search), (djvu_text_page_prepare_search),
6949         (djvu_text_page_new), (djvu_text_page_free):
6950         * djvu/djvu-text-page.h:
6951         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
6952         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
6953         (djvu_text_n_results), (djvu_text_has_results),
6954         (djvu_text_get_result), (djvu_text_get_progress):
6955         * djvu/djvu-text.h:
6956         
6957         Text search in djvu. Fix for the bug #303415.
6958
6959 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6960
6961         * configure.ac:
6962         * shell/ev-window.c: (ev_window_cmd_save_as):
6963         
6964         Ask filechooser to confirm overwrite. Fix for the bug #328266.
6965         Thanks to Gary Coady <gary@lyranthe.org>
6966
6967 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6968
6969         * shell/ev-print-job.c: (idle_print_handler):
6970         
6971         Inverse order printing, bug #320919.
6972
6973 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6974
6975         * data/evince-toolbar.xml:
6976         * shell/ev-window.c:
6977         
6978         Allow to add sidebar checkbutton on toolbar. Fix
6979         for the bug #144577.
6980
6981 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6982
6983         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
6984         
6985         Add checks that have sense for empty ps document.
6986
6987 2006-02-15  Luca Ferretti <elle.uca@libero.it>
6988
6989         * configure.ac: Include PS in mime types list. 
6990
6991 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6992
6993         * configure.ac:
6994         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
6995         * ps/gsdefaults.h:
6996         * ps/ps-document.c: (start_interpreter), (ps_document_load):
6997         
6998         Runtime check for gs interpreter. Fix for the bug #320868.
6999         Thanks to Antoine Dopffer antoine.dopffer@free.fr
7000
7001 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
7002
7003         * shell/ev-application.c: 
7004
7005         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
7006         dbus>=0.60, so that the request is not queued. 
7007
7008 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7009
7010         * configure.ac:
7011         * shell/Makefile.am:
7012         * shell/ev-sidebar-links.c: (print_section_cb):
7013         * shell/ev-utils.c:
7014         * shell/ev-utils.h:
7015         * shell/ev-window.c: (update_action_sensitivity),
7016         (ev_window_close_dialogs), (ev_window_print):
7017         * shell/ev-window.h:
7018         
7019         Make printing support optional. Patch from Eduardo de Barros Lima
7020         <eduardo.lima@indt.org.br> for the bug #330546.
7021
7022 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7023
7024         * shell/ev-view-private.h:
7025         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
7026         (ev_view_set_document):
7027         * shell/ev-view.h:
7028         * shell/ev-window.c: (ev_window_load_job_cb),
7029         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
7030         (ev_window_init):
7031
7032         Draw Loading message during xfer job. Fix for the bug #329495.
7033
7034 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7035
7036         * comics/comics-document.c: (comics_regex_quote),
7037         (comics_document_load), (extract_argv):
7038         
7039         Correcly quote regexp before passing it to unzip.
7040
7041 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7042
7043         * shell/ev-page-cache.c: (build_height_to_page),
7044         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
7045         (ev_page_cache_get_dual_even_left):
7046         * shell/ev-page-cache.h:
7047         * shell/ev-view.c: (view_update_range_and_current_page),
7048         (get_page_y_offset), (get_page_extents):
7049         
7050         Place even pages to the left if document has less then
7051         two pages. Fix for the bug #328856.
7052
7053 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7054
7055         * thumbnailer/evince-thumbnailer-comics.schemas.in:
7056         
7057         Correct comics scheme. This make evince create thumbnails
7058         for comic books. Fix for the bug 329088.
7059
7060 2006-01-31  Christopher Aillon  <caillon@redhat.com>
7061
7062         * data/evince-password.glade: Don't explicitly set
7063         invisible_char to the current default value in case
7064         the default changes; let GTK+ do its magic.
7065
7066 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7067
7068         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
7069         real filename to tmp filename since often document
7070         type is determined by extension.
7071
7072 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
7073
7074         * shell/ev-view.c: (add_scroll_binding_keypad),
7075         (ev_view_binding_activated), (ev_view_class_init):
7076         
7077         Add keybindings for percision-scrolling of display area. 
7078         Fix for the bug #314072.
7079
7080 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7081
7082         * data/evince.desktop.in.in:
7083         
7084         Add GTK to the list of categories. Fix for the bug #328034.
7085
7086 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7087
7088         * shell/ev-application.c: (ev_application_shutdown),
7089         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
7090         * shell/ev-application.h:
7091         * shell/ev-window.c: (file_open_dialog_response_cb),
7092         (ev_window_cmd_file_open):
7093         
7094         Save last uri in file chooser dialog. Fix for the bug #327950.
7095
7096 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7097
7098         * NEWS:
7099         * README:
7100         
7101         Final update for release 0.5.0
7102         
7103         * shell/Makefile.am:
7104         
7105         Remove disable deprecated until we'll require libgnome-2.13.7
7106         and port to GOption argument parsing. See bug 327518.
7107
7108 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
7109
7110         * comics/comics-document.c: (comics_document_save):
7111         * djvu/djvu-document.c: (djvu_document_save):
7112         * dvi/dvi-document.c: (dvi_document_save):
7113         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
7114         * lib/ev-file-helpers.h:
7115         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
7116         * tiff/tiff-document.c: (tiff_document_save):
7117         
7118         Use common save function for backends.
7119
7120 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
7121
7122         * backend/ev-document-types.c:
7123         
7124         Fix crash on saving pixbuf.
7125
7126 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7127
7128         * cut-n-paste/recent-files/egg-recent-item.c:
7129         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
7130         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
7131         (parse_info_free), (valid_element), (start_element_handler),
7132         (end_element_handler), (text_handler), (egg_recent_model_filter),
7133         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
7134         (egg_recent_model_monitor), (egg_recent_model_read),
7135         (egg_recent_model_open_file), (egg_recent_model_lock_file),
7136         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
7137         (egg_recent_model_set_property), (egg_recent_model_class_init),
7138         (egg_recent_model_init), (egg_recent_model_add_full),
7139         (egg_recent_model_delete), (egg_recent_model_get_list),
7140         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
7141         (egg_recent_model_set_filter_mime_types),
7142         (egg_recent_model_clear_group_filter),
7143         (egg_recent_model_set_filter_groups),
7144         (egg_recent_model_clear_scheme_filter),
7145         (egg_recent_model_set_filter_uri_schemes),
7146         (egg_recent_model_remove_expired):
7147         * cut-n-paste/recent-files/egg-recent-util.c:
7148         (egg_recent_util_get_icon):
7149         * cut-n-paste/recent-files/egg-recent-util.h:
7150         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7151         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
7152         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
7153         (egg_recent_view_uimanager_set_property),
7154         (egg_recent_view_uimanager_get_property),
7155         (egg_recent_view_uimanager_class_init),
7156         (egg_recent_view_uimanager_init),
7157         (egg_recent_view_uimanager_set_label_width),
7158         (egg_recent_view_uimanager_get_label_width):
7159         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
7160         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7161         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7162         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7163         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7164         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7165         
7166         Update from libegg.
7167
7168 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7169
7170         * shell/ev-page-cache.c: (build_height_to_page),
7171         (ev_page_cache_get_height_to_page):
7172         * shell/ev-page-cache.h:
7173         * shell/ev-view.c: (view_update_range_and_current_page),
7174         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
7175         (ev_view_previous_page):
7176         
7177         Dual mode places even pages to the left. Fix for the bug #309393.
7178
7179         * shell/ev-view.h:
7180         * shell/ev-window.c: (update_action_sensitivity),
7181         (setup_view_from_metadata), (view_menu_popup_cb):
7182         
7183         Don't restore presentation in empty windows, more intelligent
7184         next page behaviour in dual mode.
7185
7186         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7187         (ev_pixbuf_cache_clear_job_sizes):
7188         
7189         Cleanup job callback on removal. Fix for the bug #325886.
7190
7191 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7192
7193         * ps/ps.c: (psscan):
7194         
7195         Commit workaround Mozilla problem. Fix for the bug #325919
7196         
7197         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
7198         (save_item):
7199         
7200         Fix for year 2038 problem.
7201
7202 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7203
7204         * shell/ev-window.c: (setup_document_from_metadata),
7205         (ev_window_cmd_view_reload):
7206
7207         Clamp page recieved from metadata in valid values. Fix
7208         for the bug #325986.
7209
7210 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7211
7212         * MAINTAINERS: 
7213         Add MAINTAINERS as requested on desktop-devel-list.
7214
7215 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7216
7217         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
7218         (mime_type_supported_by_gdk_pixbuf),
7219         (ev_document_factory_get_mime_types),
7220         (ev_document_factory_get_all_mime_types):
7221         
7222         Don't add pixbuf mime types if pixbuf backend is disabled.
7223         
7224         * shell/ev-application.c: (ev_application_get_uri_window):
7225         
7226         Fix for the bug 325815 - unhandled MIME type message doesn't 
7227         appear a second time. 
7228         
7229         * shell/ev-document-types.c: (ev_document_types_add_filters):
7230         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
7231         (password_dialog_response), (ev_window_popup_password_dialog),
7232         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7233         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7234         (ev_window_run_presentation), (ev_window_stop_presentation),
7235         (save_sizing_mode), (ev_window_zoom_changed_cb),
7236         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7237         (ev_window_dual_mode_changed_cb),
7238         (ev_window_sidebar_current_page_changed_cb),
7239         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7240         (window_state_event_cb), (window_configure_event_cb):
7241         
7242         Cleanup additional uris holded by EvWindow.
7243
7244 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7245
7246         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
7247         (ev_view_can_previous_page), (ev_view_can_next_page):
7248         * shell/ev-view.h:
7249         * shell/ev-window.c: (update_action_sensitivity):
7250         
7251         Two page scrolling with Space and PageUp in dual mode. Second fix 
7252         for the bug #316608.
7253
7254 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7255
7256         * shell/ev-view.c: (scroll_to_current_page):
7257         
7258         Correctly clamp adjustment value. Fix for the bug
7259         #325808.
7260
7261 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7262
7263         * shell/ev-sidebar-links.c: (print_section_cb):
7264         * shell/ev-window.c: (ev_window_get_uri),
7265         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
7266         (ev_window_print_dialog_response_cb), (ev_window_print_range),
7267         (ev_window_dispose):
7268         
7269         Make print dialog non-modal. Fix for the bug #325622.
7270
7271 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7272
7273         * shell/ev-metadata-manager.c:
7274         * shell/ev-utils.c: (using_pdf_printer),
7275         (using_postscript_printer), (load_print_config_from_file),
7276         (save_print_config_to_file):
7277         * shell/ev-utils.h:
7278         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
7279         (update_sidebar_visibility), (setup_sidebar_from_metadata),
7280         (setup_view_from_metadata), (ev_window_setup_document),
7281         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7282         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7283         (ev_window_run_presentation), (ev_window_stop_presentation),
7284         (save_sizing_mode), (ev_window_zoom_changed_cb),
7285         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7286         (ev_window_dual_mode_changed_cb),
7287         (ev_window_sidebar_current_page_changed_cb),
7288         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7289         (window_state_event_cb), (window_configure_event_cb),
7290         (ev_window_init):
7291         
7292         Setting saving behaviour fixes.
7293
7294 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7295
7296         * configure.ac:
7297         
7298         Make antialiasing gs options better and allow
7299         to change them during configure. Fix for the 
7300         bug #319049.
7301
7302 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7303
7304         * shell/ev-window.c: (setup_view_from_metadata):
7305         
7306         Remember if last window was maximized. Fix for the
7307         bug #323797.
7308
7309 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
7310
7311         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
7312
7313 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7314
7315         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
7316         * shell/ev-page-action.c: (build_new_tree_cb):
7317         * shell/ev-sidebar-links.c: (links_page_num_func),
7318         (update_page_callback_foreach), (update_page_callback):
7319         * shell/ev-view.c: (scroll_to_current_page):
7320         
7321         Fix for the bug #325067 with more intelligent selection
7322         of current link in sidebar. Make sidebar handle links
7323         of FITR-like type more correctly.
7324
7325         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
7326         (dvi_pixbuf_put_pixel):
7327         
7328         Fix memory consumtion with disabled alpha channel.
7329
7330 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7331
7332         * data/evince-ui.xml:
7333         * shell/ev-window.c: (view_menu_popup_cb),
7334         (ev_popup_cmd_open_link), (ev_window_init):
7335         
7336         Update context menu for internal links. Fix for the bug
7337         #325066.
7338
7339 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7340
7341         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
7342         
7343         Bind context menu to keyboard also. Fix for the bug
7344         #325065.
7345
7346 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7347
7348         * shell/ev-view.c: (selection_scroll_timeout_cb):
7349         
7350         Horizontal scroll on selection also.
7351
7352 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7353
7354         * shell/ev-metadata-manager.c: (parse_value):
7355         * shell/ev-view.c: (goto_xyz_link):
7356         
7357         Correct zoom setup and metadata save broken in 
7358         some locales.
7359
7360 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7361
7362         * shell/ev-view-private.h:
7363         * shell/ev-view.c: (scroll_to_current_page),
7364         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
7365         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
7366         (page_changed_cb), (ev_view_set_continuous),
7367         (ev_view_set_dual_page), (ev_view_set_presentation):
7368         
7369         Delay scroll until allocation to correctly position page. Fix
7370         for the bug #317334.
7371
7372 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7373
7374         * NEWS:
7375         * configure.ac:
7376         
7377         Update NEWS and require poppler 0.5.0.
7378
7379 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
7380         
7381         * data/evince-ui.xml:
7382         * shell/ev-view-private.h:
7383         * shell/ev-view.c: (ev_view_get_link_at_location),
7384         (handle_link_over_xy), (ev_view_button_press_event),
7385         (ev_view_button_release_event), (ev_view_class_init):
7386         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
7387         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
7388         (ev_window_init):
7389         
7390         Implement right-click context menu.
7391
7392 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7393
7394         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
7395         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
7396         (mdvi_pixbuf_device_render):
7397         * pdf/ev-poppler.cc:
7398
7399         Don't generate thumbnails with alpha. See bug #324077.
7400         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
7401
7402 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7403
7404         * shell/ev-window.c: (setup_chrome_from_metadata):
7405         
7406         Fix typo that was hiding toolbar.
7407
7408 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7409
7410         * shell/ev-view-private.h:
7411         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
7412         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
7413         (ev_view_button_release_event), (ev_view_destroy):
7414         
7415         Small cleanup and autoscrolling during selection. Thanks to 
7416         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
7417
7418 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
7419
7420         * configure.ac:
7421         
7422         Correctly check for comics option.
7423
7424 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
7425         * Makefile.am:
7426         * configure.ac:
7427         * backend/Makefile.am:
7428         * backend/ev-document-factory.c:
7429         * shell/ev-document-types.c:
7430
7431         Included option in configure to make ps backend 
7432         compilation optional with --disable-ps.
7433
7434 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7435
7436         * backend/ev-document-factory.c:
7437         * comics/Makefile.am:
7438         * comics/comics-document.c: (comics_document_load):
7439         * comics/ev-cbr-mime.xml:
7440         * configure.ac:
7441         
7442         Comics mime types are added to shared-mime-info CVS. Now
7443         we don't need to install our own mime types.
7444
7445 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7446
7447         * shell/ev-window.c:
7448         
7449         Add shortcut for "save a copy" menu entry. Fix for
7450         the bug #324582.
7451
7452 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7453
7454         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7455         (job_finished_cb), (new_selection_pixbuf_needed),
7456         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7457         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
7458         
7459         Rework selection job info logic and fix critical warning.
7460
7461 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
7462
7463         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
7464
7465 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
7466
7467         * data/evince-ui.xml:
7468         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
7469         
7470         Enter as shortcut key for next page. Fix for the bug
7471         #321394.
7472
7473 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
7474
7475         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
7476
7477 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7478
7479         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7480         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
7481         (new_selection_pixbuf_needed),
7482         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7483         (clear_job_selection):
7484         
7485         Too early for 0.5. Pixbuf cache code cleaned a bit.
7486
7487 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7488
7489         * NEWS:
7490         * configure.ac:
7491         
7492         Release 0.5.0 preparation
7493
7494 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7495
7496         * comics/Makefile.am:
7497         * configure.ac:
7498         * shell/ev-document-types.c: (ev_document_types_add_filters):
7499         
7500         More advanced handling of custom mime type installation.
7501
7502 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7503
7504         * data/evince.schemas.in:
7505         * shell/ev-metadata-manager.c: (value_free),
7506         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
7507         (ev_metadata_manager_get), (ev_metadata_manager_set):
7508         * shell/ev-metadata-manager.h:
7509         * shell/ev-window.c: (update_chrome_flag),
7510         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
7511         (setup_document_from_metadata), (setup_chrome_from_metadata),
7512         (setup_sidebar_from_metadata), (setup_view_from_metadata),
7513         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
7514         (ev_window_view_toolbar_cb),
7515         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
7516         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
7517         
7518         Save last document settings and reuse them for new documents.
7519
7520 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7521
7522         * Makefile.am:
7523         * backend/Makefile.am:
7524         * backend/ev-document-factory.c:
7525         * backend/ev-document-factory.h:
7526         * comics/Makefile.am:
7527         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
7528         (comics_document_load), (comics_document_save),
7529         (comics_document_get_n_pages), (comics_document_get_page_size),
7530         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
7531         (comics_document_class_init), (comics_document_can_get_text),
7532         (comics_document_get_info), (comics_document_document_iface_init),
7533         (comics_document_init), (get_supported_image_extensions),
7534         (comics_document_thumbnails_get_geometry),
7535         (comics_document_thumbnails_get_thumbnail),
7536         (comics_document_thumbnails_get_dimensions),
7537         (comics_document_document_thumbnails_iface_init), (extract_argv):
7538         * comics/comics-document.h:
7539         * comics/ev-cbr-mime.xml:
7540         * configure.ac:
7541         * po/POTFILES.in:
7542         * shell/ev-application.c: (ev_application_register_service):
7543         * shell/ev-document-types.c: (ev_document_types_add_filters):
7544         * thumbnailer/Makefile.am:
7545         * thumbnailer/evince-thumbnailer-comics.schemas.in:
7546         
7547         New CBR/CBZ backend for comic books.
7548
7549 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7550
7551         * shell/main.c: (load_files_remote):
7552
7553         Thanks to Robert McQueen <robot101@debian.org>. Dbus
7554         warning on startup of second instance is fixed. It
7555         is bug #320353.
7556
7557 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7558
7559         * shell/ev-window.c: (ev_window_finalize):
7560         
7561         Fix double free that cause crash.
7562
7563 2005-10-29  Bastien Nocera <hadess@hadess.net>
7564
7565         * tiff/tiff-document.c: (tiff_document_load):
7566         
7567         Fix memory leak.
7568
7569 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7570
7571         * po/POTFILES.in:
7572         * shell/Makefile.am:
7573         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
7574         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
7575         (ev_view_accessible_get_text),
7576         (ev_view_accessible_get_character_at_offset),
7577         (ev_view_accessible_get_text_before_offset),
7578         (ev_view_accessible_get_text_at_offset),
7579         (ev_view_accessible_get_text_after_offset),
7580         (ev_view_accessible_get_character_count),
7581         (ev_view_accessible_get_caret_offset),
7582         (ev_view_accessible_set_caret_offset),
7583         (ev_view_accessible_get_run_attributes),
7584         (ev_view_accessible_get_default_attributes),
7585         (ev_view_accessible_get_character_extents),
7586         (ev_view_accessible_get_offset_at_point),
7587         (ev_view_accessible_get_n_selections),
7588         (ev_view_accessible_get_selection),
7589         (ev_view_accessible_add_selection),
7590         (ev_view_accessible_remove_selection),
7591         (ev_view_accessible_set_selection),
7592         (ev_view_accessible_text_iface_init),
7593         (ev_view_accessible_idle_do_action),
7594         (ev_view_accessible_action_do_action),
7595         (ev_view_accessible_action_get_n_actions),
7596         (ev_view_accessible_action_get_description),
7597         (ev_view_accessible_action_get_name),
7598         (ev_view_accessible_action_set_description),
7599         (ev_view_accessible_action_iface_init),
7600         (ev_view_accessible_get_type), (ev_view_accessible_new),
7601         (ev_view_accessible_factory_get_accessible_type),
7602         (ev_view_accessible_factory_create_accessible),
7603         (ev_view_accessible_factory_class_init),
7604         (ev_view_accessible_factory_get_type):
7605         * shell/ev-view-accessible.h:
7606         * shell/ev-view-private.h:
7607         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
7608         * shell/ev-view.h:
7609         
7610         Initial accessibility support.
7611
7612 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
7613
7614         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
7615
7616 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
7617
7618         * shell/ev-print-job.c: (idle_print_handler):
7619         
7620         Fix for bug Bug 318916: Printing multiple pages.
7621
7622 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
7623
7624         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
7625
7626 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7627
7628         * pdf/ev-poppler.cc:
7629         
7630         Thumnail dimensions unified with other backends.
7631         
7632         * shell/ev-window-title.c: (ev_window_title_update):
7633         
7634         Fix warning.
7635
7636 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7637
7638         * data/ev-stock-zoom-fit-width.png:
7639         
7640         Remove unused file.
7641
7642 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7643
7644         * configure.ac:
7645         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
7646         (djvu_document_finalize):
7647         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
7648         (dvi_document_finalize):
7649         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
7650         (pixbuf_document_save), (pixbuf_document_finalize):
7651         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
7652         (tiff_document_finalize):
7653         
7654         Save a copy implemented for various backends.
7655
7656 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
7657
7658         * configure.ac:
7659         
7660         Don't link with ltiff if tiff is disabled.
7661
7662 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7663
7664         * pdf/GDKSplashOutputDev.cc:
7665         * pdf/GDKSplashOutputDev.h:
7666         * pdf/Thumb.cc:
7667         * pdf/Thumb.h:
7668         * pdf/pdf-document.cc:
7669         * pdf/pdf-document.h:
7670         * pdf/test-gdk-output-dev.cc:
7671         
7672         Remove old unused files.
7673
7674 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7675
7676         * shell/ev-window.c: (ev_window_setup_document):
7677         
7678         Fixed warnings on reload and probably crash reason.
7679
7680 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7681
7682         * properties/ev-properties-view.c:
7683         (ev_properties_view_format_date):
7684         
7685         Check if date is invalid. Fix for bug 318134.
7686
7687 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
7688
7689         * shell/ev-window-title.c:
7690         
7691         Add .indd files (Adobe Indesign) to the list of "bad
7692         extensions".
7693
7694 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7695
7696         * data/evince-ui.xml:
7697         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
7698         
7699         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
7700
7701 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
7702
7703         * shell/ev-window.c: (launch_link), (launch_external_uri),
7704         (view_external_link_cb):
7705
7706         URL-escape link before passing it to gnome_vfs_url_show.
7707
7708 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
7709
7710         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
7711         there isn't text selected.
7712
7713 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
7714
7715         * shell/ev-view.c: (handle_link_over_xy):
7716
7717         Check tooltip is valid utf8 before showing it
7718
7719 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
7720
7721         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
7722
7723 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
7724
7725         * shell/ev-window-title.c: (ev_window_title_update):
7726
7727         Guard against using g_strstrip on NULL. Fixes bug #317291.
7728
7729 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7730
7731         * pdf/ev-poppler.cc:
7732
7733         Show title even for unknown links
7734
7735 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7736
7737         * shell/ev-window-title.c: (ev_window_title_update):
7738
7739         Strip the title string
7740
7741 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7742
7743         * shell/ev-window-title.c:
7744
7745         Add .rtf to the bad extensions list
7746
7747 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7748
7749         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
7750         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
7751
7752         Ignore link coordinates if they are outside page bounds
7753
7754 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7755
7756         * backend/ev-link.c: (ev_link_type_get_type),
7757         (ev_link_get_filename), (ev_link_get_params),
7758         (ev_link_get_property), (ev_link_set_property),
7759         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
7760         * backend/ev-link.h:
7761         * pdf/ev-poppler.cc:
7762         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
7763         * shell/ev-window.c: (launch_link), (view_external_link_cb),
7764         (ev_window_init):
7765
7766         Implement launch links. Delegate external link opening to
7767         the window.
7768
7769 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7770
7771         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
7772         (ev_link_get_right), (ev_link_get_property),
7773         (ev_link_set_property), (ev_link_class_init),
7774         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
7775         * backend/ev-link.h:
7776         * pdf/ev-poppler.cc:
7777         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
7778
7779         Implement fitr links
7780
7781 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7782
7783         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
7784         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
7785         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
7786         (ev_view_size_request_continuous),
7787         (ev_view_size_request_dual_page),
7788         (ev_view_size_request_single_page), (ev_view_size_allocate),
7789         (ev_view_zoom_for_size_continuous_and_dual_page),
7790         (ev_view_zoom_for_size_continuous),
7791         (ev_view_zoom_for_size_dual_page),
7792         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7793         (ev_sizing_mode_get_type):
7794         * shell/ev-view.h:
7795         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
7796
7797         Do not use modes for link, we need to calculate size ad hoc.
7798         Still not perfect because of the usual scrollbar issues grrr.
7799
7800 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7801
7802         * backend/ev-link.c: (ev_link_type_get_type),
7803         (ev_link_new_page_fith), (ev_link_new_page_fitv):
7804         * backend/ev-link.h:
7805         * pdf/ev-poppler.cc:
7806         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
7807         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
7808         (ev_view_size_request_continuous),
7809         (ev_view_size_request_dual_page),
7810         (ev_view_size_request_single_page), (ev_view_size_allocate),
7811         (zoom_for_size_fit_height),
7812         (ev_view_zoom_for_size_continuous_and_dual_page),
7813         (ev_view_zoom_for_size_continuous),
7814         (ev_view_zoom_for_size_dual_page),
7815         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7816         (ev_sizing_mode_get_type):
7817         * shell/ev-view.h:
7818         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
7819
7820         Implement FIT_HEIGHT mode (only for links).
7821         Implement FITH links
7822
7823 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7824
7825         * shell/ev-window-title.c: (get_filename_from_uri),
7826         (ev_window_title_sanitize_extension), (ev_window_title_update),
7827         (ev_window_title_set_document), (ev_window_title_set_uri),
7828         (ev_window_title_free):
7829         * shell/ev-window-title.h:
7830         * shell/ev-window.c: (ev_window_setup_document),
7831         (ev_window_popup_password_dialog):
7832
7833         Refactor window title building while fixing it for
7834         password documents.
7835
7836 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7837
7838         * pdf/ev-poppler.cc:
7839
7840         Escape link title before setting it in the model
7841
7842 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
7843
7844         * shell/ev-application.c: (removed_from_session), (save_session),
7845         (init_session), (ev_application_get_empty_window),
7846         (ev_application_init), (ev_application_get_windows):
7847         * shell/ev-application.h:
7848         * shell/ev-window.c: (ev_window_finalize):
7849
7850         Add a function to retrieve window list and share it where
7851         necessary.
7852         Implement session handling, works pretty well thanks to the
7853         metadata system.
7854
7855 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7856
7857         * shell/ev-password.c: (ev_password_item_created_callback),
7858         (ev_password_dialog_save_password):
7859         
7860         Fix for bug 316972. Use async gnome-keyring API.
7861
7862 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
7863
7864         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
7865         Remove unused unrealize handler. Add scroll handling to
7866         ev_view_scroll_event for presentation mode (bug #316708),
7867         and fix the event state checks there.
7868
7869 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7870
7871         * shell/ev-page-action.c: (page_changed_cb):
7872
7873         "marco, maybe we should be crazy and jump right to 6! :)"
7874
7875         Bryan Clark, Sep 2005
7876
7877 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7878
7879         * ps/ps-document.c: (save_document), (ps_document_save),
7880         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
7881         (ps_document_ps_export_end):
7882
7883         Fix unstructured documents save and print
7884
7885 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7886
7887         * shell/ev-application.c: (ev_application_open_uri):
7888
7889         Fix window size persistance
7890
7891 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7892
7893         * shell/ev-view.c: (ev_view_button_release_event):
7894
7895         Based on a patch from carlosgc@gnome.org. Mouse buttons
7896         switch pages in presentation mode.
7897
7898 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7899
7900         * shell/ev-page-cache.c: (ev_page_cache_get_size):
7901
7902         Dont cast to int before scaling
7903
7904 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7905
7906         * backend/ev-link.c: (ev_link_type_get_type),
7907         (ev_link_new_page_xyz), (ev_link_new_page_fit),
7908         (ev_link_new_page_fith):
7909         * backend/ev-link.h:
7910         * pdf/ev-poppler.cc:
7911         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
7912
7913         Implement FIT and FITH links
7914
7915 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7916
7917         * pdf/ev-poppler.cc:
7918
7919         Return 0 results when search is not in progress.
7920
7921         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7922         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
7923
7924         Update menu sensitivity when cancelling search
7925
7926 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7927
7928         * shell/ev-view.c: (ev_view_can_find_next):
7929
7930         Take all pages in consideration, not just current one
7931
7932 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7933
7934         * shell/ev-page-cache.c:
7935         * shell/ev-page-cache.h:
7936         * shell/ev-view.c: (ev_view_binding_activated),
7937         (ev_view_next_page), (ev_view_previous_page),
7938         (ev_sizing_mode_get_type):
7939         * shell/ev-view.h:
7940         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7941         (ev_window_cmd_go_next_page):
7942
7943         Move page next/previous functions from page chace to
7944         view and change it to move by 2 page steps in dual mode.
7945
7946 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7947
7948         * shell/ev-window.c: (update_sidebar_visibility),
7949         (setup_sidebar_from_metadata), (ev_window_setup_document),
7950         (setup_view_from_metadata):
7951
7952         Show the index by default when there is one     
7953
7954 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7955
7956         * shell/ev-window-title.c: (ev_window_title_set_document):
7957
7958         Missing null check
7959
7960 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7961
7962         * shell/ev-view.c: (view_update_range_and_current_page):
7963         
7964         Allow display of last odd page in dual view. Fix for 316347.
7965
7966 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7967
7968         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
7969         
7970         Make close button default. Fix for 316383.
7971
7972 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7973
7974         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7975         
7976         Mark close button as default. Fix for 316381.
7977
7978 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7979
7980         * backend/ev-link.c: (ev_link_class_init):
7981
7982         Allow negative doubles in left/top properties
7983
7984 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7985
7986         * shell/ev-window.c:
7987
7988         Remove a bunch of strings that was used only
7989         by the statusbar.
7990
7991 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7992
7993         * shell/ev-window-title.c: (get_filename_from_uri),
7994         (ev_window_title_set_document):
7995
7996         When title has a confusing extension, show also
7997         the document filename inside ()
7998
7999 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8000
8001         * shell/Makefile.am:
8002         * shell/ev-window-title.c: (ev_window_title_new),
8003         (ev_window_title_update), (ev_window_title_set_type),
8004         (ev_window_title_set_document), (ev_window_title_free):
8005         * shell/ev-window-title.h:
8006         * shell/ev-window.c: (ev_window_setup_document),
8007         (password_dialog_response), (ev_window_popup_password_dialog),
8008         (ev_window_dispose), (ev_window_init):
8009
8010         Factor out and cleanup window title code
8011
8012 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8013
8014         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
8015         (unable_to_load):
8016
8017         Make dialog transient so it doesnt block other windows
8018
8019 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8020
8021         * pdf/ev-poppler.cc:
8022         
8023         Fix pdf thumbnails rendering.
8024
8025 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
8026
8027         * shell/ev-window.c: (fullscreen_set_timeout):
8028         
8029         Increase timeout to hide full screen popup. Bug 
8030         316123. 
8031
8032 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8033
8034         * data/evince.schemas.in:
8035         * shell/ev-window.c: (update_action_sensitivity):
8036
8037         Allow the user to override document restrictions. Fix for bug
8038         305818.
8039
8040 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
8041
8042         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
8043         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
8044         (ev_window_class_init): Fix multihead behaviour of fullscreen
8045         toolbar popup. Fixes bug #315451.
8046
8047 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8048
8049         * configure.ac:
8050         * data/evince-password.glade:
8051         * shell/ev-password.c: (ev_password_dialog_set_property),
8052         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
8053         (ev_password_dialog_init), (ev_password_set_bad_password_label),
8054         (ev_password_dialog_entry_changed_cb),
8055         (ev_password_dialog_entry_activated_cb),
8056         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
8057         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
8058         (ev_password_dialog_set_bad_pass):
8059         * shell/ev-password.h:
8060         * shell/ev-window.c: (password_dialog_response),
8061         (ev_window_popup_password_dialog):
8062         
8063         Support for gnome-keyring for encrypted PDF's.
8064
8065 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8066
8067         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
8068         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
8069         (ev_view_enter_notify_event), (ev_view_class_init):
8070         
8071         More precise handling of enter_notify/leave_notify events
8072         in EvView. Fix for bug 315470.
8073
8074 2005-09-08  Christopher Aillon  <caillon@redhat.com>
8075
8076         * shell/ev-window.c: (fullscreen_timeout_cb),
8077         (fullscreen_set_timeout), (fullscreen_clear_timeout),
8078         (ev_window_dispose):
8079
8080         leak fix: unref fullscreen_timeout_source before clearing it
8081
8082 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8083
8084         * configure.ac, dvi/mdvi/Makefile.am: 
8085         
8086         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
8087
8088 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8089
8090         * backend/ev-link.c: (ev_link_new_page_xyz):
8091         * pdf/ev-poppler.cc:
8092         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
8093
8094         Fix some bugs with xyz links, respect zoom
8095
8096 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8097
8098         * shell/ev-window.c: (page_changed_cb),
8099         (setup_document_from_metadata), (update_sidebar_visibility),
8100         (setup_view_from_metadata), (ev_window_run_fullscreen),
8101         (ev_window_stop_fullscreen), (ev_window_run_presentation),
8102         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
8103         (ev_window_dual_mode_changed_cb),
8104         (ev_window_sidebar_current_page_changed_cb):
8105
8106         null check uri before setting and getting metadata
8107
8108 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8109
8110         * dvi/Makefile.am:
8111         * properties/Makefile.am:
8112         * shell/Makefile.am:
8113         * thumbnailer/Makefile.am:
8114
8115         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
8116
8117 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8118
8119         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
8120         (selection_changed_callback):
8121         * shell/ev-sidebar-links.h:
8122
8123         Add a signal for link activation.
8124
8125         * shell/ev-view.c: (ev_view_goto_link),
8126         (ev_view_button_release_event):
8127         * shell/ev-view.h:
8128         * shell/ev-window.c: (sidebar_links_link_activated_cb),
8129         (ev_window_init):
8130
8131         Implement the signal so that we can handle all link types.
8132
8133         * shell/ev-page-cache.c:
8134
8135         Remove unused set_link function
8136
8137 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8138
8139         * lib/ev-tooltip.c: (ev_tooltip_set_position):
8140
8141         Add some space from the cursor, hardcoded but I couldnt
8142         find a better way.
8143
8144 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8145
8146         * lib/ev-tooltip.c:
8147
8148         Use mozilla style vs gtk style, way better for links.
8149
8150         * shell/ev-view.c: (ev_view_motion_notify_event),
8151         (ev_view_destroy), (ev_view_init):
8152
8153         Deactive tooltip when the link hovered is changed.
8154
8155 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8156
8157         * backend/ev-document.h:
8158         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
8159         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
8160         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
8161         (ev_link_new_page), (ev_link_new_page_xyz):
8162         * backend/ev-link.h:
8163         * pdf/ev-poppler.cc:
8164         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
8165         (go_to_link), (tip_from_link):
8166
8167         Implement xyz links, still not functional. Links are a total
8168         mess, will need to refactor and bugfix a lot :(
8169
8170 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
8171
8172         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
8173
8174 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
8175
8176         * data/evince-ui.xml:
8177         * data/evince.schemas.in:
8178         * shell/Makefile.am:
8179         * shell/ev-window.c: (update_chrome_visibility),
8180         (password_dialog_response), (ev_window_load_job_cb),
8181         (ev_window_xfer_job_cb), (ev_window_open_uri),
8182         (ev_window_class_init), (set_chrome_actions), (load_chrome),
8183         (ev_window_init):
8184
8185         Remove the statusbar. This regress loading feedback, need to
8186         check with Bryan what we want to do there...
8187
8188 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8189
8190         * lib/ev-tooltip.c: (ev_tooltip_init):
8191
8192         Fix tooltip border and size handling
8193
8194 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8195
8196         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
8197         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
8198         (ev_tooltip_timeout), (ev_tooltip_activate),
8199         (ev_tooltip_deactivate):
8200         * lib/ev-tooltip.h:
8201         * shell/ev-view.c: (ev_view_motion_notify_event):
8202
8203         Delay popup showing. Mirror gtk logic/times.
8204
8205 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
8206
8207         * lib/Makefile.am:
8208         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
8209         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
8210         (ev_tooltip_set_text), (ev_tooltip_set_position):
8211         * lib/ev-tooltip.h:
8212
8213         Simple widget to show tooltips at a custom position
8214
8215         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
8216         (ev_view_destroy):
8217
8218         Use it for links. First go, needs work
8219
8220 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
8221
8222         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
8223         HIG fixes.  Use title capitalization for window title. Use 12 
8224         pixels of space between the dialog's vbox and action area.
8225
8226 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8227
8228         * shell/ev-window.c: (file_open_dialog_response_cb),
8229         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
8230         (ev_window_cmd_save_as):
8231
8232         Make file pickers not modal and refactor code some
8233
8234 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8235
8236         * shell/ev-sidebar.h:
8237         * shell/ev-sidebar.c: (ev_sidebar_set_property),
8238         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
8239         (ev_sidebar_class_init), (ev_sidebar_select_page),
8240         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
8241         (ev_sidebar_set_page):
8242
8243         Add a current page property and allow to get/set it
8244
8245         * shell/ev-window.c: (setup_view_from_metadata),
8246         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
8247
8248         Persist current sidebar page per document
8249
8250 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8251
8252         * data/evince.schemas.in:
8253         * shell/ev-window.c: (update_chrome_visibility),
8254         (setup_document_from_metadata), (update_sidebar_visibility),
8255         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
8256         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8257         (ev_window_run_presentation), (ev_window_stop_presentation),
8258         (ev_window_view_sidebar_cb),
8259         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
8260         (load_chrome), (ev_window_init):
8261
8262         Persist size/visibility of sidebar per document
8263
8264 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
8265
8266         * shell/ev-view.c (draw_loading_text): Draw loading text.
8267
8268 2005-09-02  Dan Damian  <dand@gnome.ro>
8269
8270         * configure.in: Added "ro" to ALL_LINGUAS.
8271
8272 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8273
8274         * shell/ev-view.c: (clear_caches):
8275
8276         ev_page_cache_get doesnt return a reference,
8277         dont try to unref it.
8278
8279 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8280
8281         * shell/main.c: (load_files_remote):
8282
8283         Fix timestamp parameter with dbus <= 0.33
8284
8285 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
8286
8287         * data/evince.schemas.in:
8288
8289         Add missing full stop
8290
8291 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
8292
8293         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
8294         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
8295
8296         Plug some memory leaks
8297
8298 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
8299
8300         * configure.ac:
8301         * lib/ev-debug.c: (trap_handler):
8302
8303         Check for execinfo.h and use it only if it exists.
8304         Ported from Epiphany (bug #314776).
8305
8306 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
8307
8308         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
8309
8310 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
8311
8312         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
8313         * po/id.po      : Added Indonesian translation
8314
8315 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
8316
8317         * shell/main.c:
8318         * shell/ev-application.c: Last minute GTK-2.6 fixes.
8319         * NEWS: Release 0.4.0
8320
8321 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
8322
8323         * configure.ac: catch another gtk+-2.8ism
8324         * shell/main.c: Make work with gtk+-2.6
8325
8326 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
8327
8328         * shell/ev-application-service.xml: Add 'timestamp' argument to
8329           ev_application_open_window and ev_application_open_uri methods.
8330
8331         * shell/ev-application.h: Add 'timestamp' argument to
8332           ev_application_open_window, ev_application_open_uri,
8333           and ev_application_open_uri_list functions.
8334
8335         * shell/ev-application.c (ev_application_open_window,
8336           ev_application_open_uri, ev_application_open_uri_list): Change
8337           functions that show/present windows to use a timestamp if one
8338           is passed in.
8339
8340         * shell/ev-window.c (ev_window_cmd_file_open,
8341           ev_window_cmd_recent_file_activate, drag_data_received_cb):
8342         * shell/main.c (load_files): Modify calls to ev_application to
8343           include GDK_CURRENT_TIME as timestamp.
8344
8345         * shell/main.c (load_files_remote): Obtain timestamp for client
8346           instance from GDK and pass to server instance so new windows are
8347           focused properly.  Fix dbus_g_proxy_call() calls by including second
8348           G_TYPE_INVALID.
8349           
8350         Closes bug #314475.
8351
8352 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
8353
8354         * shell/ev-window.c (ev_window_finalize): Check for
8355         avail. EvWindows when quiting to handle the finalize better,
8356         #314497
8357
8358 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8359         
8360         * properties/ev-properties-view.c: 
8361         
8362         Set textdomain to libglade. Fixes translation problem in property page.
8363
8364 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8365
8366         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
8367         * dvi/Makefile.am:
8368         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
8369         * dvi/mdvi-lib/Makefile.am:
8370         
8371         Fix rotation of thumbnails, ported to new API. Moved library
8372         dependencies earlier, probably it will fix linkage problem.
8373
8374 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
8375
8376         * backend/ev-document-misc.c:
8377         (ev_document_misc_get_thumbnail_frame):
8378         * backend/ev-document-misc.h:
8379         * configure.ac:
8380         * pdf/ev-poppler.cc:
8381         * shell/Makefile.am:
8382         * shell/ev-sidebar-thumbnails.c: (add_range),
8383         (ev_sidebar_thumbnails_set_loading_icon),
8384         (ev_sidebar_thumbnails_refresh),
8385         (ev_sidebar_thumbnails_set_document):
8386         * shell/ev-sidebar-thumbnails.h:
8387         * shell/ev-view.c: (ev_view_motion_notify_event),
8388         (ev_view_set_property), (ev_view_get_property),
8389         (ev_view_class_init), (ev_view_set_rotation):
8390         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8391         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
8392         (ev_window_init):
8393         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
8394         Redo rotation (again).  prepare for 0.4.0
8395
8396 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
8397
8398         * configure.ac: Bump poppler requirement to 0.4.1.
8399
8400         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
8401         argument to poppler_page_render_selection() call.
8402
8403 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8404
8405         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
8406         (djvu_document_thumbnails_get_thumbnail):
8407         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
8408         (dvi_document_thumbnails_get_thumbnail):
8409         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
8410         (pixbuf_document_thumbnails_get_thumbnail):
8411         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
8412         
8413         Update rotation direction of backends to fit with pdf and ps.
8414
8415 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
8416
8417         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
8418         * backend/ev-async-renderer.h:
8419         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
8420         (setup_page), (ps_document_get_page_size),
8421         (ps_async_renderer_render_pixbuf):
8422         * ps/ps-document.h:
8423         * shell/ev-jobs.c: (ev_job_render_run):
8424
8425         Fix orientation in the postscript document
8426
8427 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
8428
8429         * pdf/ev-poppler.cc:
8430         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
8431         * shell/ev-view.c: (highlight_find_results):
8432
8433         Adapt to the new poppler rotation API. Fix text maps on landscape
8434         documents.
8435
8436 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
8437
8438         * shell/ev-view.c (compute_new_selection_text): get the correct
8439         region when selecting in modes other than continuous.
8440
8441 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8442
8443         * shell/main.c (main): remove redundant g_warnings.
8444
8445 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8446
8447         * shell/Makefile.am: Don't include autogenerated
8448         file ev-application-service.h into distribution, since
8449         it causes dbus crash. Fix for bugs 313724 and 313443. 
8450
8451 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8452
8453         * configure.ac: Fix sed expression for FreeBSD. Thanks
8454         to Joe Marcus Clark <marcus@freebsd.org>
8455         
8456         * shell/eggfindbar.c: (entry_activate_callback),
8457         (entry_changed_callback), (egg_find_bar_init),
8458         (egg_find_bar_set_search_string):
8459         
8460         Made findbar buttons unsensitive if there is no text in
8461         entry. Fix for the bug 313285.
8462
8463 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
8464
8465         * ps/ps-document.c: Use g_filename_display_name for displaying
8466         filenames and revert string freeze breackage
8467
8468 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
8469
8470         * NEWS:
8471         * configure.ac:
8472
8473         Update for 0.3.4
8474
8475         * shell/Makefile.am:
8476
8477         Add ev-application-service.xml to extra dist
8478
8479         * shell/ev-view.c: (find_page_at_location):
8480
8481         Remove unused function (fix warning)
8482
8483 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8484
8485         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
8486         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
8487         
8488         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
8489         bug 313623.
8490
8491 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8492
8493         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
8494         * shell/ev-window.c:
8495         Fix build warnings
8496
8497 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
8498
8499         * configure.ac: Update script to get dbus version.
8500         Fix for the bug #313443.
8501
8502 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8503
8504         * shell/ev-window.c: (ev_window_cmd_escape):
8505         
8506         Return focus back to view on escape. Fix for bug 313295.
8507
8508 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8509
8510         * shell/ev-window.c: (update_window_title),
8511         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
8512         (ev_window_cmd_save_as):
8513         
8514         Correct conversion from uri to displayable string. Fix for
8515         bug 313296.
8516
8517 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
8518
8519         * ps/ps-document.c: convert filename to utf8 when there is an error
8520         loading document. Fixes #309915
8521
8522 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
8523
8524         * configure.ac:
8525
8526         We depend on poppler 0.4.0
8527
8528 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
8529
8530         * configure.ac:
8531         * NEWS: Release 0.3.3.
8532         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
8533
8534 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
8535
8536         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
8537         add a couple missing mnemonics to menu items, use title 
8538         capitalization for menu items and window titles, and add 
8539         ellipsis to open menu item.     
8540
8541 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
8542
8543         * pdf/ev-poppler.cc:
8544         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
8545         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
8546         (ev_view_get_rotation):
8547         * shell/ev-view.h:
8548         * shell/ev-window.c: (setup_view_from_metadata),
8549         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
8550         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
8551         disk.
8552
8553 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
8554
8555         * configure.ac: Added tr to ALL_LINGUAS
8556
8557 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8558
8559         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
8560         requires several clicks to find word. Thanks to 
8561         Colin Slater <kiltedtaco@gmail.com>.
8562
8563 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
8564
8565         * data/evince.desktop.in.in: Hide menu entry and
8566         rename it to "Document Viewer". Fix for bug 
8567         #312399.
8568
8569 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
8570
8571         * shell/ev-page-action.c (ev_page_action_class_init): 
8572
8573         Point to the correct function in constructor of the
8574         activate_label signal
8575
8576 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
8577
8578         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
8579         * shell/ev-jobs.h: Make thread safe.
8580
8581 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8582
8583         * shell/ev-view.c: (view_update_range_and_current_page):
8584         Don't update page range if we are scrolling to some document
8585         point.
8586
8587 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8588
8589         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
8590         when getting max_page_width, fix drawing in dual mode.
8591
8592 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
8593
8594         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
8595         getting the area for select_all.
8596
8597 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
8598
8599         * backend/ev-selection.c: (ev_selection_render_selection):
8600         * backend/ev-selection.h:
8601         * pdf/ev-poppler.cc:
8602         * shell/ev-jobs.c: (ev_job_render_new):
8603         * shell/ev-jobs.h:
8604         * shell/ev-pixbuf-cache.c: (get_selection_colors),
8605         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
8606         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
8607         (ev_view_class_init):
8608
8609         Change selection color on focus in and focus out events.  Also,
8610         poppler now uses GdkColor for specifying the selection colors, so
8611         drop some awkward conversion code.
8612
8613 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
8614
8615         * configure.ac: Added Hebrew translation
8616
8617 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
8618
8619         * NOTES:
8620         * backend/ev-selection.c: (ev_selection_render_selection):
8621         * backend/ev-selection.h:
8622         * pdf/ev-poppler.cc:
8623         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
8624         (ev_job_render_run):
8625         * shell/ev-jobs.h:
8626         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8627         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
8628         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
8629         (ev_pixbuf_cache_style_changed),
8630         (ev_pixbuf_cache_get_selection_pixbuf),
8631         (ev_pixbuf_cache_set_selection_list),
8632         (ev_pixbuf_cache_get_selection_list):
8633         * shell/ev-pixbuf-cache.h:
8634         * shell/ev-utils.c: (ev_print_region_contents):
8635         * shell/ev-utils.h:
8636         * shell/ev-view.c: (ev_view_queue_draw_page),
8637         (selection_update_idle_cb), (ev_view_motion_notify_event),
8638         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
8639         (setup_caches), (ev_view_find_next), (merge_selection_region),
8640         (selection_free):
8641         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
8642
8643         Clean up selection to be much smoother!
8644
8645 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
8646
8647         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
8648         to poppler_page_render_selection().
8649
8650 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8651
8652         * ps/ps-document.c: (save_page_list): Use
8653         unzipped document when printing. Thanks to 
8654         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
8655         311016.
8656
8657 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8658
8659         * shell/ev-window.c: (update_action_sensitivity):
8660         
8661         Disable print and save respect to lockdown gconf keys. Fix
8662         for 312342.
8663
8664 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8665
8666         * configure.ac:
8667         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
8668         (write_to_temp_file), (ev_file_set_contents):
8669         * shell/ev-utils.h:
8670         * shell/ev-window.c: (save_print_config_to_file):
8671         
8672         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
8673         Fix for bug 312238
8674
8675 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
8676
8677         * shell/ev-window.c: (load_print_config_from_file),
8678         (save_print_config_to_file), (ev_window_print_range):
8679
8680         Persist the print settings. Fixes bug #311578.
8681
8682 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8683
8684         * djvu/djvu-document.c: (djvu_document_get_page_size),
8685         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
8686         (djvu_document_thumbnails_get_thumbnail):
8687         * dvi/dvi-document.c: (dvi_document_get_page_size),
8688         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
8689         (dvi_document_thumbnails_get_dimensions),
8690         (dvi_document_thumbnails_get_thumbnail):
8691         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
8692         (pixbuf_document_render_pixbuf),
8693         (pixbuf_document_document_iface_init),
8694         (pixbuf_document_thumbnails_get_thumbnail):
8695         
8696         Update backends to make them build with new rotation system.
8697
8698 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8699
8700         * help/C/figures/evince_start_window.png:
8701         
8702         Update documentation image from Luca Ferretti <elle.uca@libero.it>
8703
8704 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
8705
8706         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
8707         * shell/ev-pixbuf-cache.h:
8708         * shell/ev-sidebar-thumbnails.c:
8709         (ev_sidebar_thumbnails_get_property), (add_range),
8710         (adjustment_changed_cb):
8711         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
8712         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
8713         we were thumbnailing the entire docment on startup, slowing us
8714         down hugely. 
8715
8716 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
8717
8718         * shell/ev-page-cache.c: (ev_page_cache_new):
8719         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
8720         == 0, fixes #310306.
8721
8722 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8723
8724         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
8725         (ev_view_rotate_left):
8726
8727         Account rotation in doc_rect_to_view_rect.
8728         Ensure rotation doesnt go out of bounds.
8729
8730 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8731
8732         * shell/ev-page-cache.c: (ev_page_cache_get_size):
8733
8734         Correct and cleanup w/h swapping
8735
8736 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8737
8738         * backend/ev-document-thumbnails.c:
8739         (ev_document_thumbnails_get_thumbnail):
8740         * backend/ev-document-thumbnails.h:
8741         * backend/ev-document.c:
8742         * backend/ev-document.h:
8743         * backend/ev-render-context.c: (ev_render_context_new),
8744         (ev_render_context_set_rotation):
8745         * backend/ev-render-context.h:
8746         * pdf/ev-poppler.cc:
8747         * ps/ps-document.c: (ps_document_document_iface_init):
8748         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
8749         * shell/ev-jobs.h:
8750         * shell/ev-page-cache.c: (build_height_to_page),
8751         (ev_page_cache_new), (ev_page_cache_get_size),
8752         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8753         (ev_page_cache_get_height_to_page):
8754         * shell/ev-page-cache.h:
8755         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8756         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
8757         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
8758         (ev_pixbuf_cache_get_selection_pixbuf):
8759         * shell/ev-pixbuf-cache.h:
8760         * shell/ev-print-job.c: (idle_print_handler):
8761         * shell/ev-sidebar-thumbnails.c: (add_range):
8762         * shell/ev-view.c: (view_update_range_and_current_page),
8763         (get_page_y_offset), (get_page_extents),
8764         (ev_view_size_request_continuous_dual_page),
8765         (ev_view_size_request_continuous),
8766         (ev_view_size_request_dual_page),
8767         (ev_view_size_request_single_page), (draw_one_page),
8768         (ev_view_set_rotation), (ev_view_rotate_right),
8769         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
8770         (ev_view_zoom_for_size_continuous_and_dual_page),
8771         (ev_view_zoom_for_size_continuous),
8772         (ev_view_zoom_for_size_dual_page),
8773         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
8774         (ev_view_select_all):
8775         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8776         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
8777         (tiff_document_document_iface_init),
8778         (tiff_document_thumbnails_get_thumbnail):
8779
8780         Use rotation rather than orientation. It's easier and enough
8781         for our needs.
8782
8783 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8784
8785         * shell/ev-page-cache.c: (build_height_to_page),
8786         (ev_page_cache_new), (ev_page_cache_get_size),
8787         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8788         (ev_page_cache_get_height_to_page):
8789         * shell/ev-page-cache.h:
8790         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
8791         (ev_view_size_request_continuous_dual_page),
8792         (ev_view_size_request_continuous),
8793         (ev_view_zoom_for_size_continuous_and_dual_page),
8794         (ev_view_zoom_for_size_continuous):
8795
8796         Make the page cache aware of page orientation.
8797
8798 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8799
8800         * backend/ev-document-thumbnails.c:
8801         (ev_document_thumbnails_get_thumbnail):
8802         * backend/ev-document-thumbnails.h:
8803         * backend/ev-document.c:
8804         * backend/ev-document.h:
8805         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
8806         * backend/ev-ps-exporter.h:
8807         * pdf/ev-poppler.cc:
8808         * ps/ps-document.c: (ps_document_document_iface_init),
8809         (ps_document_ps_export_do_page):
8810         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
8811         * shell/ev-jobs.h:
8812         * shell/ev-page-cache.c: (ev_page_cache_get_size),
8813         (ev_page_cache_get):
8814         * shell/ev-page-cache.h:
8815         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8816         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
8817         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
8818         * shell/ev-pixbuf-cache.h:
8819         * shell/ev-print-job.c: (idle_print_handler):
8820         * shell/ev-sidebar-thumbnails.c: (add_range):
8821         * shell/ev-view.c: (view_update_range_and_current_page),
8822         (get_page_extents), (ev_view_size_request_dual_page),
8823         (ev_view_size_request_single_page), (draw_one_page),
8824         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
8825         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
8826         (ev_view_zoom_for_size_dual_page),
8827         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
8828         (ev_view_select_all):
8829         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8830         * tiff/tiff-document.c: (tiff_document_get_page_size),
8831         (tiff_document_get_orientation), (rotate_pixbuf),
8832         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
8833         (tiff_document_thumbnails_get_thumbnail),
8834         (tiff_document_ps_export_do_page), (tiff_document_init):
8835
8836         Really make use of the orientation bit of the render context.
8837         Use the render context in a few more places in the backend API.
8838         This regress orientation, but now it's done right. Will try to
8839         fix it up asap...
8840
8841 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8842
8843         * shell/ev-view.c: (ensure_rectangle_is_visible):
8844
8845         Patch by Nickolay V. Shmyrev to fix find flickering
8846
8847 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
8848
8849         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
8850         duplex parameters to ::begin.
8851
8852         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
8853         * shell/ev-print-job.c (idle_print_handler): 
8854         * ps/ps-document.c (ps_document_ps_export_begin): 
8855         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
8856         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
8857         implementations. Poppler backend needs poppler cvs. Rest has
8858         unchanged behavior.
8859
8860 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8861
8862         * shell/ev-window.c (using_pdf_printer): new function.
8863         (ev_window_print_range): print a less techy message if someone
8864         tries to print to PDF.
8865
8866 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8867
8868         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
8869         from "unknown font" string. Bug #311431
8870
8871 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8872
8873         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
8874
8875 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8876
8877         Bug #311280
8878         
8879         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
8880         name for PopplerFontTypes
8881         (pdf_document_fonts_fill_model): add font type to the detail column
8882
8883         * backend/ev-document-fonts.h: added
8884         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
8885
8886         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
8887         font name and font details, add a little markup.
8888         (ev_properties_fonts_init): use the new cell data func, specify ypad
8889         property for the cell renderer.
8890         (ev_properties_fonts_set_document): add the details column.
8891
8892 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
8893
8894         * configure.ac: Added "pl" to ALL_LINGUAS.
8895
8896 2005-07-24  Danilo Šegan  <danilo@gnome.org>
8897
8898         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
8899
8900 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
8901
8902         * help/ChangeLog: Started this for translations of manual.
8903         * configure.ac, autogen.sh, .cvsignore: Migrated to
8904         gnome-doc-utils. Patch in bug #311222.
8905
8906 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
8907
8908         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
8909         #ifdef this away to fix an unused-function warning.
8910
8911 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
8912
8913         * configure.ac: Added 'gl' to ALL_LINGUAS.
8914
8915 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
8916
8917         * configure.ac: Added ne in ALL_LINGUAS
8918         
8919 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8920
8921         * shell/ev-view.c: (ev_view_leave_notify_event):
8922         
8923         Clear status message when pointer leaves view. Fix for bug
8924         #310818 
8925
8926 2005-07-20 Ankit Patel <ankit644@yahoo.com>
8927
8928         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
8929
8930 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8931
8932         * shell/ev-view.c: (ev_view_leave_notify_event),
8933         (ev_view_class_init):
8934         
8935         Set cursor to normal then leaving view.
8936
8937 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8938
8939         * configure.ac:
8940         
8941         Fix required djvulibre version.
8942
8943 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
8944
8945         *configure.ac: Hindi (hi) language added
8946
8947 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
8948
8949         *configure.ac: Punjabi (pa) Language added
8950
8951 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8952
8953         * data/evince-ui.xml, shell/ev-window.c:
8954         
8955         Add keypad accelerators for zooming. Fix for bug 308128.
8956
8957 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8958
8959         * Makefile.am:
8960         * backend/Makefile.am:
8961         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
8962         * configure.ac:
8963         * shell/ev-document-types.c: (ev_document_types_add_filters):
8964
8965         Allow to enable/disable the pixbuf backend.
8966         Default to off for now. If we want it enabled we should
8967         really put mime types in the desktop, implement properties etc.
8968
8969         * properties/evince-properties.c:
8970
8971         Initialize error to NULL.
8972         Check error is not NULL before freeing.
8973
8974 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8975
8976         * shell/ev-window.c:
8977
8978         Use F5 as presentation accell
8979
8980 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8981
8982         * shell/ev-window.c: (update_chrome_visibility),
8983         (ev_window_create_fullscreen_popup), (ev_window_init):
8984
8985         Do not leak the fullscreen toolbar
8986
8987 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8988
8989         * shell/ev-window.c: (view_actions_focus_in_cb),
8990         (view_actions_focus_out_cb):
8991
8992         These has a return value! Fix totally random focus
8993         issues we was seeing.
8994
8995 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
8996
8997         * shell/main.c: (load_files_remote):
8998
8999         Allow open more than one file
9000
9001 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9002
9003         * shell/main.c: (load_files_remote):
9004
9005         Fix for dbus 0.33. bug #309975
9006
9007 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9008
9009         * properties/ev-properties-main.c: (ev_properties_get_pages):
9010
9011         Actually return NULL for types we dont support
9012
9013 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
9014
9015         * po/POTFILES.in:
9016
9017         Remove empty lines.
9018
9019 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
9020
9021         * backend/ev-document-factory.c:
9022         (ev_document_factory_get_document):
9023
9024         Do not try to create the object if type
9025         is invalid.
9026
9027 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9028
9029         * ps/ps-document.c: (ps_document_dispose),
9030         (ps_async_renderer_render_pixbuf):
9031         * ps/ps-document.h:
9032
9033         Do not leak the target window
9034
9035 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9036
9037         * shell/ev-application.c: (ev_application_init):
9038
9039         Let tbe check file existence for us.
9040         Add a comment about eggrecent mime filter.
9041
9042 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9043
9044         * data/evince-ui.xml:
9045         * shell/ev-application.c: (ev_application_shutdown),
9046         (ev_application_init), (ev_application_get_toolbars_model),
9047         (ev_application_get_recent_model),
9048         (ev_application_save_toolbars_model):
9049         * shell/ev-application.h:
9050         * shell/ev-window.c: (ev_window_add_recent),
9051         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
9052         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
9053         (ev_window_init):
9054
9055         Use common toolbar and recent models for all windows.
9056         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9057
9058 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
9059
9060         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
9061         successfully check for gtk_icon_view_get_visible_range.
9062
9063 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9064
9065         * djvu/Makefile.am:
9066         * dvi/Makefile.am:
9067         
9068         Fix djvu and dvi backend build.
9069
9070 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
9071
9072         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
9073         (new_separator_pixbuf):
9074
9075         Don't leak windows.
9076
9077 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
9078
9079         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
9080
9081         HIGification of toolbar editor dialogue.
9082
9083 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9084
9085         * configure.ac:
9086         * shell/Makefile.am:
9087
9088         Ever build metadata manager since it's just
9089         disabled at runtime now.
9090
9091 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9092
9093         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
9094         (ev_metadata_manager_get), (ev_metadata_manager_set):
9095         * shell/ev-metadata-manager.h:
9096
9097         Add an _init functions that enabled metadata management
9098         at runtime.
9099
9100         * shell/ev-window.c: (page_changed_cb),
9101         (setup_document_from_metadata), (ev_window_setup_document),
9102         (setup_view_from_metadata), (ev_window_open_uri),
9103         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9104         (ev_window_run_presentation), (ev_window_stop_presentation),
9105         (save_sizing_mode), (ev_window_zoom_changed_cb),
9106         (ev_window_continuous_changed_cb),
9107         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
9108         (window_configure_event_cb):
9109
9110         Remove all ugly metadata define since we deal with it
9111         at runtime now.
9112
9113         * shell/main.c: (load_files_remote), (main):
9114
9115         Add support for dbus cvs head. Hopefully didnt break one
9116         of the other versions now!
9117
9118         If we dont get a response from the dbus server just
9119         give up with it and not enable metadata.
9120
9121 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9122
9123         * Makefile.am:
9124         * backend/Makefile.am:
9125         * configure.ac:
9126         * cut-n-paste/recent-files/Makefile.am:
9127         * cut-n-paste/toolbar-editor/Makefile.am:
9128         * cut-n-paste/zoom-control/Makefile.am:
9129         * lib/Makefile.am:
9130         * pdf/Makefile.am:
9131         * pixbuf/Makefile.am:
9132         * properties/Makefile.am:
9133         * ps/Makefile.am:
9134         * shell/Makefile.am:
9135         * thumbnailer/Makefile.am:
9136         * tiff/Makefile.am:
9137
9138         Make frontends depend on just libev.
9139         Rework and group CFLAGS/LIBS definitions.
9140         Cleanups.
9141
9142 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9143
9144         * shell/ev-window:
9145
9146         do not unnecessarily save zoom
9147
9148         * configure.ac:
9149         * lib/ev-file-helpers.c: (ev_dot_dir):
9150         * shell/Makefile.am:
9151         * shell/dummy.cc:
9152
9153         Some cleanups
9154
9155 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9156
9157         * configure.ac:
9158         
9159         Remove unnecessary dependencies
9160
9161 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9162
9163         * properties/Makefile.am:
9164         * thumbnailer/Makefile.am:
9165         * tiff/Makefile.am:
9166
9167         Some more cleanups. Was really necessary
9168         but I probably introduced bugs, feel free
9169         to flame :)
9170
9171 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9172
9173         * backend/Makefile.am:
9174         * configure.ac:
9175         * cut-n-paste/recent-files/Makefile.am:
9176         * cut-n-paste/toolbar-editor/Makefile.am:
9177         * cut-n-paste/zoom-control/Makefile.am:
9178         * lib/Makefile.am:
9179         * pdf/Makefile.am:
9180         * pixbuf/Makefile.am:
9181         * properties/Makefile.am:
9182         * ps/Makefile.am:
9183         * shell/Makefile.am:
9184         * thumbnailer/Makefile.am:
9185         * tiff/Makefile.am:
9186
9187         Use gnome-common macros when possible.
9188         Cleanup dependencies.
9189         Actually disable deprecated where possible.
9190
9191 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9192
9193         * Makefile.am:
9194         * backend/Makefile.am:
9195         * properties/Makefile.am:
9196         * shell/Makefile.am:
9197         * thumbnailer/Makefile.am:
9198
9199         This should solve the circular dep without
9200         requiring dir reorg!
9201
9202         * shell/ev-window.c: (setup_view_from_metadata):
9203
9204         Never restore window size/position when the
9205         window is already visible.
9206
9207 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9208
9209         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
9210
9211         Return a boolean from timeout func. Fix ported from gedit.
9212
9213 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
9214
9215         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
9216
9217 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
9218
9219         * shell/ev-document-types.c: set "All Documents" as default filter in
9220         open dialog
9221
9222 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
9223
9224         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
9225         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
9226         (ev_metadata_manager_set_boolean): fix value/val thinko.
9227
9228 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9229
9230         * shell/ev-window.c: (setup_view_from_metadata),
9231         (window_state_event_cb), (window_configure_event_cb),
9232         (ev_window_init):
9233
9234         Remember window position and maximized state
9235
9236 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9237
9238         * configure.ac:
9239
9240         Fix DBUS configure checks.
9241
9242         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
9243         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
9244         (ev_metadata_manager_set_boolean):
9245
9246         Plug mem leaks.
9247
9248         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
9249         (ev_window_stop_fullscreen), (ev_window_run_presentation),
9250         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
9251         (ev_window_continuous_changed_cb),
9252         (ev_window_dual_mode_changed_cb), (ev_window_new):
9253
9254         Fix the build without DBUS.
9255
9256 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9257
9258         * shell/ev-metadata-manager.c: (parse_value), (save_values),
9259         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
9260         (ev_metadata_manager_set_string),
9261         (ev_metadata_manager_set_boolean):
9262         * shell/ev-metadata-manager.h:
9263
9264         Add support for some more types
9265
9266         * shell/ev-view.c: (scroll_to_current_page),
9267         (ev_view_get_continuous), (ev_view_set_continuous),
9268         (ev_view_get_dual_page):
9269         * shell/ev-view.h:
9270         * shell/ev-window.c: (page_changed_cb),
9271         (setup_document_from_metadata), (ev_window_setup_document),
9272         (setup_view_from_metadata), (ev_window_open_uri),
9273         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9274         (ev_window_run_presentation), (ev_window_stop_presentation),
9275         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
9276         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
9277         (ev_window_update_dual_page_action),
9278         (ev_window_continuous_changed_cb),
9279         (ev_window_dual_mode_changed_cb), (ev_window_init):
9280
9281         Remember a bunch of view/document properties. Prolly some
9282         are still missing but it's getting interesting.
9283
9284 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
9285
9286         * configure.ac: check if dbus-binding-tool is installed. Not the
9287         case on current Ubuntu breezy, it seems.
9288
9289 2005-07-05  Luca Ferretti <elle.uca@libero.it>
9290
9291         * data/evince.desktop.in.in:
9292         
9293         Allow open uri lists and add TryExec field.
9294
9295 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9296
9297         * configure.ac:
9298
9299         Enable dbus when available, do not require a configure
9300         option.
9301
9302 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9303
9304         * configure.ac:
9305
9306         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
9307         disabled.
9308
9309 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
9310         Marco Pesenti Gritti  <mpg@redhat.com>
9311
9312         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
9313         
9314         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
9315         functions to the format required by dbus
9316
9317         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
9318         errors. Use the RPC parameters in the expected way
9319
9320 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9321
9322         * Makefile.am:
9323         * properties/Makefile.am:
9324         * properties/ev-properties-main.c: (ev_properties_get_pages):
9325
9326         Support all mime types
9327
9328         * shell/Makefile.am:
9329         * thumbnailer/Makefile.am:
9330         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
9331         (evince_thumbnail_pngenc_get):
9332
9333         Use the document factory
9334
9335 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9336
9337         * backend/Makefile.am:
9338         * backend/ev-document-factory.c:
9339         (mime_type_supported_by_gdk_pixbuf),
9340         (ev_document_type_get_from_mime),
9341         (ev_document_factory_get_document),
9342         (ev_document_factory_get_backend),
9343         (ev_document_factory_get_mime_types),
9344         (ev_document_factory_get_all_mime_types):
9345         * backend/ev-document-factory.h:
9346         * shell/Makefile.am:
9347         * shell/ev-document-types.c: (get_document_from_uri),
9348         (ev_document_types_get_document),
9349         (file_filter_add_mime_list_and_free),
9350         (ev_document_types_add_filters):
9351         * shell/ev-document-types.h:
9352         * shell/ev-job-xfer.c: (ev_job_xfer_run):
9353         * shell/ev-properties-dialog.c:
9354         (ev_properties_dialog_set_document):
9355         * shell/ev-window.c: (ev_window_cmd_file_open),
9356         (ev_window_cmd_save_as):
9357         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9358
9359         Rework document types managing to avoid code duplication
9360         and actually abstract from backend implementations.
9361         Also provide a minimal factory api that can be used by
9362         thumbnailer/properties.
9363
9364 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9365
9366         * properties/ev-properties-view.c: (ev_properties_view_set_info):
9367         Plug a mem leak.
9368         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
9369         HIG spacings.
9370
9371 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9372
9373         * shell/ev-properties-dialog.c
9374         (ev_properties_dialog_set_document): only call
9375         ev_properties_fonts_set_document() if the document implements the
9376         fonts interface
9377
9378 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9379
9380         * configure.ac:
9381         * properties/Makefile.am:
9382         * properties/ev-properties-view.c:
9383         (ev_properties_view_register_type):
9384         * properties/ev-properties-view.h:
9385         * properties/ev-properties-main.h:
9386
9387         Implement nautilus plugin for properties.
9388         Works only for pdf atm, I need to rework the
9389         document types stuff to get this to work
9390         for all backends...
9391
9392 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9393
9394         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
9395         (ev_properties_fonts_set_document): use
9396         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
9397
9398 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9399
9400         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
9401         them
9402         (PlaceImage, tiff2ps_process_page): use
9403         g_ascii_dtostr to convert floats to strings in a locale-safe way.
9404
9405
9406 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9407
9408         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
9409         (main): to call gnome_authentication_manager_init. Should fix
9410         Bug #308510
9411
9412         * configure.ac: that requires libgnomeui 2.6.0.
9413
9414 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9415
9416         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9417         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
9418         use the new tiff2ps interfaces
9419
9420         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
9421         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
9422
9423         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
9424         structure instead of global variables.  Remove use of static
9425         variables in functions.
9426
9427 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
9428
9429         * shell/ev-page-action.c: unref the completion after setting it to the
9430         entry
9431
9432 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9433
9434         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
9435         postscript files
9436
9437 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9438
9439         * shell/ev-window.c (update_action_sensitivity): disable
9440         File->Print if the document does not implement the ps exporter
9441         interface
9442
9443 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
9444
9445         * Makefile.am:
9446         * configure.ac:
9447         * data/evince-properties.glade:
9448         * properties/.cvsignore:
9449         * properties/Makefile.am:
9450         * properties/ev-properties-view.c: (ev_properties_view_dispose),
9451         (ev_properties_view_class_init), (ev_properties_view_format_date),
9452         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
9453         (ev_properties_view_init), (ev_properties_view_new):
9454         * properties/ev-properties-view.h:
9455         * shell/Makefile.am:
9456         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
9457         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
9458         (ev_properties_dialog_new):
9459         * shell/ev-properties-dialog.h:
9460         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
9461         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
9462         (update_progress_label), (job_fonts_finished_cb),
9463         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
9464         * shell/ev-properties-fonts.h:
9465         * shell/ev-properties.c:
9466         * shell/ev-properties.h:
9467         * shell/ev-window.c: (ev_window_setup_document),
9468         (ev_window_cmd_file_properties):
9469
9470         Split the properties pages in two different objects, depend
9471         only on the backend where possible, use widgets instead
9472         of gobject for the glade part, reimplement the dialog
9473         itself with gtk.
9474         I need this to implement nautilus properties page.
9475
9476 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
9477
9478         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9479         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
9480         (tiff_document_document_ps_exporter_iface_init): implement the ps
9481         exporter interface for tiff documents
9482
9483         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
9484         libtiff to implement TIFF postscript export
9485
9486         * tiff/tiff2ps.h: added a header file for external tiff2ps
9487         functions.
9488
9489         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
9490         tiff2ps.h
9491
9492 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9493
9494         * shell/ev-view.c: (scroll_to_current_page),
9495         (ev_view_set_fullscreen), (ev_view_set_presentation):
9496         
9497         Scroll to current page when exit from presentation
9498
9499 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9500
9501         * shell/ev-window.c: (update_document_mode),
9502         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9503         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
9504         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
9505         
9506         Exit from fullscreen mode when switch to presentation. Fix for
9507         bug 309365
9508
9509 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
9510
9511         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
9512         return NULL if the document does not implement the selection
9513         interface.
9514
9515 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
9516
9517         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
9518         reported height by using the resolution aspect ratio
9519         (tiff_document_render_pixbuf): scale the pixbuf using the
9520         resolution aspect ratio
9521
9522 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9523
9524         * configure.ac:
9525         
9526         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
9527         <kiltedaco@gmail.com>
9528         
9529         * djvu/djvu-document.c: (djvu_document_get_orientation),
9530         (djvu_document_set_orientation), (djvu_document_get_page_size),
9531         (rotate_pixbuf), (djvu_document_render_pixbuf),
9532         (djvu_document_document_iface_init):
9533         * dvi/dvi-document.c: (dvi_document_get_orientation),
9534         (dvi_document_set_orientation), (dvi_document_get_page_size),
9535         (rotate_pixbuf), (dvi_document_render_pixbuf),
9536         (dvi_document_document_iface_init):
9537         
9538         Dvi and djvu backends are ported to new API
9539
9540 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
9541
9542         * backend/ev-selection.c: (ev_selection_get_selection_region),
9543         (ev_selection_get_selection_map):
9544         * backend/ev-selection.h:
9545         * pdf/ev-poppler.cc:
9546         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9547         * shell/ev-jobs.h:
9548         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
9549         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
9550         (ev_pixbuf_cache_get_text_mapping):
9551         * shell/ev-pixbuf-cache.h:
9552         * shell/ev-view.c: (location_in_text),
9553         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
9554         support to EvView.  Now we can see where we can select!  Sweet!
9555
9556 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
9557
9558         * shell/ev-view.c (ev_view_button_press_event): Fix
9559         event->y + view->scroll_x typo.
9560
9561 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
9562
9563         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
9564         sub-GdkPixbuf instead of passing dest_x and dest_y.
9565         
9566         * shell/ev-view.c: (view_point_to_doc_point),
9567         (view_rect_to_doc_rect), (ev_view_button_press_event),
9568         (ev_view_motion_notify_event), (compute_new_selection_rect),
9569         (gdk_rectangle_point_in), (compute_new_selection_text),
9570         (compute_selections): Update selection code to keep the selection
9571         around as two points and not as a normalized rectangle, and fix
9572         page level selection in two-column mode.
9573
9574 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
9575
9576         * shell/ev-window.c: (window_configure_event_cb): 
9577         
9578         Fix compilation
9579         
9580 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
9581
9582         * pdf/ev-poppler.cc:
9583
9584         Fix compilation
9585
9586 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
9587
9588         * shell/Makefile.am:
9589         * shell/ev-metadata-manager.c: (item_free),
9590         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
9591         (parse_value), (parseItem), (load_values),
9592         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
9593         (save_values), (save_item), (get_oldest), (resize_items),
9594         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
9595         * shell/ev-metadata-manager.h:
9596
9597         Metadata manager from gedit but modified to use GValue, so that
9598         we dont need to keep converting from strings.
9599
9600         * configure.ac:
9601
9602         ENABLE_METADATA conditional, on when dbus is on
9603
9604         * shell/ev-application.c: (ev_application_open_uri):
9605
9606         Show the window after load so that we can initialize
9607         window size before it's showed.
9608
9609         * shell/ev-window.c: (ev_window_setup_from_metadata),
9610         (ev_window_open_uri), (window_configure_event_cb),
9611         (ev_window_init):
9612
9613         Save and load metadata information about window size.
9614         Not yet keeping states in account.
9615
9616         * shell/main.c: (main):
9617
9618         Shutdown metadata manager.
9619
9620 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9621
9622         * shell/ev-application-service.xml:
9623         * configure.ac:
9624         * shell/Makefile.am:
9625         * shell/ev-application.c:
9626         * shell/ev-application.h:
9627         * shell/ev-window.c:
9628         * shell/ev-window.h:
9629         * shell/main.c:
9630
9631         Add an optional dbus interface (--enable-dbus).
9632         Rework application code, mainly to be easier to
9633         use "remotely".
9634         Do not open multiple windows with the same document,
9635         spatial evince!
9636
9637 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
9638
9639         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
9640         pixbuf iff it exists.
9641
9642 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
9643
9644         * shell/*:
9645         * backend/ev-render-context.[ch]:
9646         * backend/ev-selection.[ch]:
9647
9648         Massive changes.  We now support text selection of pdfs, and not
9649         just rectangular selection.  This is pretty broken still, but I
9650         want to get something into CVS.
9651
9652 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9653
9654         * pdf/ev-poppler.cc:
9655         
9656         Fix for Bug 309080: crash on window close.
9657         
9658         * shell/ev-page-action.c: (page_changed_cb):
9659         
9660         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
9661         jensgr@gmx.net (Jens Granseuer).
9662
9663 2005-06-25  Marcel Telka  <marcel@telka.sk>
9664
9665         * configure.in (ALL_LINGUAS): Added sk.
9666
9667 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
9668
9669         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
9670         not a document open
9671
9672 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9673
9674         * NEWS:
9675         * configure.ac:
9676
9677         Release 0.3.2
9678
9679         * cut-n-paste/recent-files/Makefile.am:
9680
9681         Fix make distcheck
9682
9683 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9684
9685         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
9686         (pixbuf_document_set_orientation), (rotate_pixbuf),
9687         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
9688         (pixbuf_document_document_iface_init), (pixbuf_document_init):
9689
9690         Implement rotation and cleanup the code a bit.
9691
9692         * tiff/tiff-document.c: (tiff_document_get_page_size),
9693         (tiff_document_get_orientation), (tiff_document_set_orientation),
9694         (rotate_pixbuf), (tiff_document_render_pixbuf),
9695         (tiff_document_document_iface_init), (tiff_document_init):
9696
9697         Implement rotation. Was the quicker solution for the release
9698         but we really need to share this code in the shell.
9699
9700 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9701
9702         * pdf/ev-poppler.cc:
9703
9704         Enable rotation, require poppler cvs. Fix a leak.
9705
9706 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9707
9708         * shell/ev-window.c: (update_action_sensitivity):
9709         
9710         Make properties unsensitive if document backend doesn't provide
9711         any info
9712
9713 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9714
9715         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
9716         (bitmap_flip_horizontally), (bitmap_flip_vertically),
9717         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
9718         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
9719         (bitmap_flip_rotate_counter_clockwise):
9720         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
9721         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
9722         (buff_gets):
9723         * dvi/mdvi-lib/common.h:
9724         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
9725         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
9726         (opendvi), (mdvi_reload), (mdvi_init_context),
9727         (mdvi_destroy_context), (mdvi_dopage), (special):
9728         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
9729         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
9730         (file_hash_free), (register_encoding), (parse_spec),
9731         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
9732         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
9733         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
9734         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
9735         (mdvi_register_font_type), (mdvi_unregister_font_type),
9736         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
9737         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
9738         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
9739         (mdvi_hash_destroy_key), (mdvi_hash_reset):
9740         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
9741         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
9742         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
9743         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
9744         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
9745         * dvi/mdvi-lib/special.c: (mdvi_register_special),
9746         (mdvi_unregister_special), (mdvi_flush_specials):
9747         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
9748         (t1_font_remove):
9749         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
9750         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
9751         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
9752         (free_font_metrics), (flush_font_metrics):
9753         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
9754         (tt_font_remove):
9755         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
9756         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
9757         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
9758         (dstring_insert), (dstring_new), (dstring_reset):
9759         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
9760         
9761         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
9762         avoid conflict with libtool on FC4
9763         
9764         * shell/ev-window.c: (ev_window_cmd_help_about):
9765         
9766         Update copyright year. Fix for bug 308828.
9767
9768 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9769
9770         * shell/ev-view.c: (add_scroll_binding_keypad),
9771         (ev_view_binding_activated), (ev_view_class_init),
9772         (on_adjustment_value_changed):
9773         
9774         Bug 170874: Arrow keys switch pages in presentation mode
9775
9776 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9777
9778         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
9779         
9780         Fix for Bug 308265: Sidebar dissappears coming out of 
9781         Presentation mode
9782
9783 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9784
9785         * shell/ev-application.c: (ev_application_open):
9786         * shell/ev-document-types.c: (ev_document_types_add_filters),
9787         (ev_document_types_add_filters_for_type):
9788         * shell/ev-document-types.h:
9789         * shell/ev-window.c: (ev_window_cmd_save_as):
9790         
9791         Suggest basename as template when saving, provide filters
9792         for save dialog. It's bug 308402
9793
9794 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9795
9796         * pdf/ev-poppler.cc:
9797         * shell/ev-sidebar-links.c: (job_finished_callback):
9798         * shell/ev-view.c: (update_find_status_message):
9799         
9800         Some leaks fixed
9801
9802 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
9803
9804         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9805         (egg_recent_view_uimanager_set_list):
9806
9807         Fix buglet in !show_numbers case.
9808
9809 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
9810
9811         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9812         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
9813
9814         Use pango ellipsisation.
9815
9816         * pdf/ev-poppler.cc:
9817
9818         Fix refcount leak, from nsh.
9819
9820 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9821
9822         * cut-n-paste/recent-files/Makefile.am:
9823         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9824         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9825         
9826         Removed EggRecentViewGtk
9827         
9828         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9829         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
9830         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
9831         (ev_window_setup_recent):
9832         
9833         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
9834         with other projects
9835
9836 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9837
9838         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9839         (egg_recent_view_gtk_finalize):
9840
9841         Fix memory leak
9842
9843         * cut-n-paste/toolbar-editor/Makefile.am:
9844         
9845         Fix location of cursor icon.
9846         
9847         * pdf/ev-poppler.cc:
9848         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
9849         (display_completion_text), (match_completion):
9850         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9851         (selection_changed_callback), (create_loading_model),
9852         (print_section_cb), (links_page_num_func),
9853         (update_page_callback_foreach):
9854         * shell/ev-window.c: (ev_window_dispose):
9855         
9856         Small memory fixes. Links model now store objects instead
9857         of pointers to improve memory management. 
9858
9859 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9860
9861         * shell/ev-window.c: (zoom_control_changed_cb):
9862         
9863         Fix update of zoom control (bug 308268).
9864
9865 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
9866
9867         * shell/ev-properties.c (set_property): escape the text correctly.
9868         Handles non-UTF-8 properties and escaped properties.  Also, sets
9869         the text to "<i>None</i>" if the property isn't set.
9870
9871         * data/evince-properties.glade: Change the label to be ellipsized,
9872         and give it a minimum size.
9873
9874 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9875
9876         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
9877         * shell/ev-sidebar-links.c: (create_loading_model):
9878         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
9879         * shell/ev-view.c: (ev_view_set_document):
9880         * shell/ev-window.c: (ev_window_dispose):
9881         
9882         Various small fixes, mostly memory leaks. Thanks to valgrind.
9883
9884 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
9885
9886         * ps/ps-document.c: remove the locale.h include again ;-). And
9887         kill the (bogus) setlocale/savelocale business.
9888
9889 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
9890
9891         * ps/ps-document.c:
9892         
9893         Include locale.h to fix build
9894         
9895         * shell/ev-sidebar.c:
9896         
9897         Remove unnecessary includes
9898
9899 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9900
9901         * dvi/dvi-document.c: (dvi_document_load):
9902         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
9903         * po/POTFILES.in:
9904         
9905         Check for incorrect dvi files. Fix parsing dvi on AMD64
9906         platform. Thanks to tester@tester.ca (Olivier Crete).
9907
9908 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9909
9910         * shell/ev-page-action.c: (match_selected_cb),
9911         (display_completion_text), (match_completion), (update_model):
9912         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9913         (expand_open_links):
9914         * shell/ev-sidebar.c: (ev_sidebar_destroy),
9915         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
9916         (ev_sidebar_set_document):
9917         * shell/ev-window.c: (ev_window_xfer_job_cb),
9918         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
9919         
9920         Fixed lot's of memory leaks, for example, memory leak on reload, 
9921         described in bug 307793.
9922
9923 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9924
9925         * pdf/ev-poppler.cc:
9926         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
9927         (update_visible_range), (adjustment_changed_cb),
9928         (ev_sidebar_thumbnails_fill_model),
9929         (ev_sidebar_thumbnails_refresh),
9930         (ev_sidebar_tree_selection_changed),
9931         (ev_sidebar_icon_selection_changed),
9932         (ev_sidebar_thumbnails_use_icon_view),
9933         (ev_sidebar_thumbnails_set_document):
9934         * shell/ev-sidebar-thumbnails.h:
9935         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9936         (ev_window_cmd_edit_rotate_right), (ev_window_init):
9937
9938         Refresh thumbnails when changing orientation. Not fully
9939         working yet becuase of a sidebar bug.
9940
9941         Set page orientation to poppler page everywhere. This sucks
9942         really need to fix poppler.
9943
9944 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9945
9946         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9947         (egg_recent_view_gtk_new_menu_item),
9948         (egg_recent_view_gtk_set_property),
9949         (egg_recent_view_gtk_get_property),
9950         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
9951         (egg_recent_view_gtk_set_tooltip_func),
9952         (egg_recent_view_gtk_set_label_width),
9953         (egg_recent_view_gtk_get_label_width):
9954         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9955
9956         Sync with libegg (ellipsize labels)
9957
9958 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9959
9960         * data/evince-ui.xml:
9961         * shell/ev-window.c: (ev_window_cmd_go_forward),
9962         (ev_window_cmd_go_backward):
9963         
9964         Shift + PageUp moves 10 Pages. Fix for 306125
9965
9966 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9967
9968         * pdf/ev-poppler.cc:
9969
9970         Add a flag to check if orientation has been overriden
9971
9972 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
9973
9974         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
9975         field if necessary.
9976
9977         * ps/ps.h: add creator field to document.
9978
9979         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
9980         set creator field.
9981
9982 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9983
9984         * data/evince-properties.glade:
9985         * shell/ev-properties.c: (ev_properties_set_document):
9986
9987         s/PDF Version/Format
9988
9989 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9990
9991         * shell/ev-properties.c: (ev_properties_set_document):
9992
9993         Remove unnecessary translations
9994
9995 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9996
9997         * cut-n-paste/toolbar-editor/Makefile.am:
9998
9999         Correct library name    
10000
10001 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10002
10003         * configure.ac:
10004         * cut-n-paste/recent-files/egg-recent-model.c:
10005         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
10006         (egg_recent_model_unlock_file):
10007         * cut-n-paste/recent-files/egg-recent-util.c:
10008         (egg_recent_util_get_unique_id):
10009         * cut-n-paste/recent-files/update-from-egg.sh:
10010         * cut-n-paste/toolbar-editor/Makefile.am:
10011         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10012         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10013         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10014         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10015         (egg_toolbars_model_get_type):
10016         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
10017
10018         Better makefile for toolbar editor and update everything
10019         to latest libegg.
10020
10021 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10022
10023         * shell/ev-window.c: (update_document_mode):
10024
10025         Prefer presentation mode when the document
10026         require fullscreen.
10027
10028 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10029
10030         * data/evince-ui.xml:
10031         * shell/ev-window.c:
10032
10033         Add control-equal for zooming
10034
10035 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
10036
10037         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
10038
10039 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
10040
10041         * backend/ev-document.c: (ev_document_get_orientation):
10042         * backend/ev-document.h:
10043         * pdf/ev-poppler.cc:
10044         * ps/ps-document.c: (ps_document_get_orientation),
10045         (ps_document_set_orientation), (ps_document_document_iface_init):
10046
10047         Add a get_orientation api. Improve set_orientation.
10048
10049         * data/evince-ui.xml:
10050         * shell/ev-view.c: (ev_view_set_orientation),
10051         (ev_view_rotate_right), (ev_view_rotate_left):
10052         * shell/ev-view.h:
10053         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
10054         (ev_window_cmd_edit_rotate_right):
10055
10056         Better ui for changing document orientation
10057
10058 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10059
10060         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
10061         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
10062         * shell/ev-sidebar-links.h:
10063         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
10064         (ev_sidebar_page_iface_init):
10065         * shell/ev-sidebar-page.h:
10066         * shell/ev-sidebar-thumbnails.c:
10067         (ev_sidebar_thumbnails_get_property),
10068         (ev_sidebar_thumbnails_class_init),
10069         (ev_sidebar_thumbnails_set_document):
10070         * shell/ev-sidebar-thumbnails.h:
10071         * shell/ev-view.c: (ev_view_motion_notify_event):
10072         * shell/ev-window.c: (update_chrome_visibility),
10073         (ev_window_cmd_focus_page_selector),
10074         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
10075         (sidebar_page_main_widget_update_cb), (ev_window_init):
10076         
10077         Autoraise toolbar on GoToPage binding and fix bindings in
10078         EvSidebarThumbnails page.
10079
10080 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
10081
10082         * shell/ev-properties.c: (update_progress_label):
10083
10084         Hide the progress label when finished; bug #307697.
10085
10086 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10087
10088         * pdf/ev-poppler.cc:
10089
10090         Enable is_open for links, you will need poppler cvs
10091
10092         * shell/ev-properties.c: (job_fonts_finished_cb):
10093
10094         Get a lock on the document when filling the tree view
10095
10096 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10097
10098         * backend/ev-document-links.h:
10099         * pdf/ev-poppler.cc:
10100         * shell/ev-sidebar-links.c: (create_loading_model),
10101         (expand_open_links), (job_finished_callback):
10102
10103         Expand links when specified by the document.
10104         Depend on a poppler api (defined out for now)
10105
10106 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10107
10108         * shell/ev-properties.c: (ev_properties_dispose),
10109         (ev_properties_class_init), (dialog_destroy_cb),
10110         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
10111         (ev_properties_set_document), (ev_properties_new),
10112         (ev_properties_show):
10113         * shell/ev-properties.h:
10114
10115         Make it an object, cleanup the code, api to show it as transient
10116         and to set the document.
10117
10118         * shell/ev-window.c: (ev_window_setup_document),
10119         (ev_window_cmd_file_properties):
10120
10121         Adapt to EvProperties changes, do not show multiple
10122         times, update it when document changes.
10123
10124 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10125
10126         * ps/gstypes.h:
10127         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
10128         (ps_document_set_orientation), (ps_document_document_iface_init):
10129         * ps/ps-document.h:
10130
10131         Implement orientation here too
10132
10133         * shell/ev-properties.c: (ev_properties_new):
10134         * data/evince-properties.glade:
10135
10136         Hide the fonts page for backends that doesnt
10137         support it.     
10138
10139 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10140
10141         * backend/ev-document.c: (ev_document_set_orientation):
10142         * backend/ev-document.h:
10143         * pdf/ev-poppler.cc:
10144
10145         Add orientation api. Currently poppler api is not optimal,
10146         we need to set orientation every time we _get a page.
10147         I will try to fix that at some point.
10148
10149         * data/evince-ui.xml:
10150         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
10151         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
10152
10153         Add orientation menu items
10154
10155         * shell/ev-page-cache.c: (ev_page_cache_clear):
10156         * shell/ev-page-cache.h:
10157
10158         Add api to clear the cache
10159
10160         * shell/ev-view.c: (setup_caches), (clear_caches),
10161         (ev_view_set_document), (ev_view_zoom_out),
10162         (ev_view_set_orientation):
10163         * shell/ev-view.h:
10164
10165         Implement orientation changing
10166
10167 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
10168
10169         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
10170         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
10171         * backend/ev-document-fonts.h:
10172
10173         Separate scan and fill so that we can incrementally fill from
10174         the main thread. Add a progress api.
10175
10176         * data/evince-properties.glade:
10177         * pdf/ev-poppler.cc:
10178         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
10179         * shell/ev-jobs.h:
10180         * shell/ev-properties.c: (update_progress_label),
10181         (job_fonts_finished_cb), (setup_fonts_view):
10182
10183         Incrementally feel the list and show the progress
10184         percentage in a label like acrobat does.
10185
10186         You are going to need poppler cvs
10187
10188 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
10189
10190         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
10191         * backend/ev-document-fonts.h:
10192         * pdf/ev-poppler.cc:
10193
10194         Make fonts model fill incrementally.
10195
10196         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
10197         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
10198         (ev_job_queue_remove_job):
10199         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
10200         (ev_job_fonts_new), (ev_job_fonts_run):
10201         * shell/ev-jobs.h:
10202
10203         New job for fonts scanning
10204
10205         * shell/ev-properties.c: (job_fonts_finished_cb),
10206         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
10207         * shell/ev-properties.h:
10208         * shell/ev-window.c: (ev_window_cmd_file_properties):
10209
10210         Incrementally feel the treeview using the new job. Show Loading...
10211         message until scanning is completed.
10212
10213         Hopefully I didnt break the build without the poppler patch.
10214
10215 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10216
10217         * shell/ev-application.c: (ev_application_open):
10218         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
10219         (ev_document_type_get_type), (ev_document_type_lookup):
10220         * shell/ev-document-types.h:
10221         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
10222         * shell/ev-job-xfer.h:
10223         * shell/ev-window.c: (ev_window_clear_local_uri),
10224         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
10225         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
10226         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10227         
10228         Transfer remote documents to tmp directory to display them later.
10229
10230 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
10231
10232         * backend/ev-document-info.h:
10233         * shell/ev-properties.c: (ev_properties_new):
10234
10235         s/GTime*/GTime. Not sure why we was using a pointer
10236         at all there!
10237
10238 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
10239
10240         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
10241         situations.  That situation is that you're using GTK+-HEAD with
10242         the patch at #306726 is applied, and you have a document with <
10243         1500 pages in it.  It's not quite as uniformly nice as the
10244         TreeView, but should be better in the long run.
10245
10246         I'm pretty sure I guarded against breaking compilation with
10247         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
10248         I missed some.
10249
10250         * shell/ev-window.c (ev_window_init): We don't have our tree/list
10251         widget yet, so I commented that code out
10252         enable_view_actions_for_widget() for now.  Need to figure this
10253         out.
10254
10255         * shell/ev-page-action.c (match_selected_cb): emit the right
10256         signals.  Our cool C-l completion now works.
10257
10258 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10259
10260         * backend/Makefile.am:
10261         * backend/ev-document-fonts.c:
10262         * backend/ev-document-links.c:
10263         * backend/ev-document.c: (ev_document_load):
10264         * backend/ev-document.h:
10265         * backend/ev-job-queue.c:
10266         * backend/ev-job-queue.h:
10267         * backend/ev-jobs.c:
10268         * backend/ev-jobs.h:
10269         * backend/ev-page-cache.c:
10270         * backend/ev-page-cache.h:
10271
10272         EvPageCache and EvJobs are moved to shell.
10273
10274         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
10275         (ev_tmp_filename):
10276         * lib/ev-file-helpers.h:
10277         
10278         New helper to work with temporary files
10279         
10280         * shell/Makefile.am:
10281         * shell/ev-application.c: (ev_application_open):
10282         * shell/ev-application.h:
10283         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
10284         (remove_job_from_async_queue), (add_job_to_async_queue),
10285         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
10286         (handle_job), (search_for_jobs_unlocked),
10287         (no_jobs_available_unlocked), (ev_render_thread),
10288         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10289         (ev_job_queue_add_job), (move_job_async), (move_job),
10290         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10291         * shell/ev-job-queue.h:
10292         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
10293         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
10294         * shell/ev-job-xfer.h:
10295         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
10296         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
10297         (ev_job_links_class_init), (ev_job_render_init),
10298         (ev_job_render_dispose), (ev_job_render_class_init),
10299         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
10300         (ev_job_thumbnail_class_init), (ev_job_load_init),
10301         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
10302         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
10303         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
10304         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
10305         * shell/ev-jobs.h:
10306         * shell/ev-page-action.c: (ev_page_action_set_document):
10307         * shell/ev-page-cache.c: (ev_page_cache_init),
10308         (ev_page_cache_class_init), (ev_page_cache_finalize),
10309         (ev_page_cache_new), (ev_page_cache_get_n_pages),
10310         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
10311         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
10312         (ev_page_cache_get_title), (ev_page_cache_get_size),
10313         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
10314         (ev_page_cache_get_height_to_page),
10315         (ev_page_cache_get_max_label_chars),
10316         (ev_page_cache_get_page_label),
10317         (ev_page_cache_has_nonnumeric_page_labels),
10318         (ev_page_cache_get_info), (ev_page_cache_next_page),
10319         (ev_page_cache_prev_page), (ev_page_cache_get):
10320         * shell/ev-page-cache.h:
10321         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
10322         (ev_pixbuf_cache_clear_job_sizes),
10323         (ev_pixbuf_cache_add_jobs_if_needed),
10324         (ev_pixbuf_cache_set_page_range):
10325         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
10326         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
10327         * shell/ev-sidebar-thumbnails.c:
10328         (ev_sidebar_tree_selection_changed),
10329         (ev_sidebar_thumbnails_set_document):
10330         * shell/ev-statusbar.c: (ev_statusbar_destroy),
10331         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
10332         (ev_statusbar_get_context_id), (ev_statusbar_push),
10333         (ev_statusbar_pop), (ev_statusbar_set_maximized),
10334         (ev_statusbar_pulse), (ev_statusbar_show_progress),
10335         (ev_statusbar_set_progress):
10336         * shell/ev-statusbar.h:
10337         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
10338         (ev_view_find_previous):
10339         * shell/ev-window.c: (ev_window_is_empty),
10340         (ev_window_setup_document), (password_dialog_response),
10341         (ev_window_clear_jobs), (ev_window_load_job_cb),
10342         (ev_window_xfer_job_cb), (ev_window_open_uri),
10343         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
10344         (ev_window_print), (ev_window_print_range),
10345         (ev_window_state_event), (ev_window_cmd_view_reload),
10346         (menu_item_select_cb), (menu_item_deselect_cb),
10347         (view_status_changed_cb), (ev_window_dispose),
10348         (drag_data_received_cb), (ev_window_init):
10349         * shell/ev-window.h:
10350         * shell/main.c: (load_files):
10351         
10352         New statusbar to show progress on idle. Two new jobs - 
10353         xfer job and load job to load document in background. And update
10354         of page_cache clients to new location of code.
10355
10356 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
10357
10358         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
10359         selection in open dialog. It also remembers the last visited directory 
10360         in the current session.
10361
10362 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10363
10364         * shell/ev-properties.c: (ev_properties_new):
10365         * shell/ev-properties.h:
10366         * shell/ev-window.c: (ev_window_cmd_file_properties):
10367         
10368         Get document info from page cache instead of document itself.
10369         This should fix crash related to race conditions described in
10370         bug 306545.
10371
10372 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10373
10374         * ps/ps-document.c: (ps_document_init),
10375         (send_ps), (get_page_box), (output), (catchPipe), (input),
10376         (stop_interpreter), (file_length), (file_readable),
10377         (check_filecompressedb), (ps_document_enable_interpreter),
10378         (document_load), (ps_async_renderer_render_pixbuf):
10379         * ps/ps-document.h:
10380
10381         Big cleanup of the ps code
10382
10383 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10384
10385         * backend/Makefile.am:
10386         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
10387         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
10388         * backend/ev-async-renderer.h:
10389
10390         Add an async renderer interface (method + callback) which
10391         is useful for backends like ps.
10392
10393         * backend/ev-job-queue.c: (remove_job_from_async_queue),
10394         (add_job_to_async_queue), (job_finished_cb), (handle_job),
10395         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10396         (ev_job_queue_add_job), (move_job_async), (move_job),
10397         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10398
10399         Add queues for async renderer, these are executed on the
10400         main thread.
10401
10402         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
10403         (ev_job_render_run):
10404         * backend/ev-jobs.h:
10405
10406         If the backend support async renderer interface use it.
10407
10408         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
10409         (setup_pixmap), (ps_document_get_type),
10410         (ps_async_renderer_render_pixbuf),
10411         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
10412
10413         Implement async renderer interface.
10414
10415 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10416
10417         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
10418
10419         Cleanup links job on exit.
10420
10421 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10422
10423         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10424         (drag_data_get_cb), (drag_data_received_cb):
10425         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10426         (drag_data_get_cb), (parse_item_list),
10427         (egg_toolbar_editor_load_actions):
10428         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10429         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
10430         (parse_item_list), (parse_toolbars):
10431         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
10432         (dvi_pixbuf_put_pixel):
10433         
10434         Fix gcc 4.0 warnings
10435
10436 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10437
10438         * ps/ps-document.c: (start_interpreter):
10439
10440         Fix warning when loading ps
10441
10442 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10443
10444         * ps/ps-document.c: (output):
10445
10446         Fix crash when priting gs error messages.
10447
10448 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10449
10450         * backend/ev-page-cache.c: (_ev_page_cache_new):
10451         * backend/ev-page-cache.h:
10452
10453         Use a const to return title so that we dont double
10454         free it. Small cleanup and fix a leak.
10455
10456         * shell/ev-window.c: (update_window_title):
10457
10458         strdup value from get_title.
10459
10460 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10461
10462         * shell/ev-sidebar-links.c: (job_finished_callback),
10463         (ev_sidebar_links_set_document):
10464
10465         Cleanup the old job when changing document
10466
10467 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10468
10469         * shell/ev-stock-icons.c:
10470         * shell/ev-stock-icons.h:
10471         * shell/ev-window.c:
10472         
10473         Add stock icons for actions that can appear in toolbar. Fix for
10474         bug 306566.
10475
10476 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10477
10478         * backend/ev-page-cache.c: (ev_page_cache_finalize),
10479         (_ev_page_cache_new), (ev_page_cache_get_max_width),
10480         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
10481         * backend/ev-page-cache.h:
10482         * shell/ev-view.c: (scroll_to_current_page),
10483         (view_update_range_and_current_page), (get_page_y_offset),
10484         (get_page_extents), (ev_view_size_request_continuous_dual_page),
10485         (ev_view_size_request_continuous),
10486         (ev_view_zoom_for_size_continuous_and_dual_page),
10487         (ev_view_zoom_for_size_continuous):
10488         
10489         More compact EvView layout in document with pages of different size.
10490
10491 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
10492
10493         * shell/ev-window.c (ev_window_cmd_file_properties): fix
10494         compilation.
10495
10496 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10497
10498         * shell/ev-view.c: (view_set_adjustment_values):
10499         * shell/ev-window.c: (ev_window_cmd_file_properties):
10500         
10501         A bit different fix for rounding problem but it has no
10502         problems on startup. Make properties window transient to parent.
10503
10504 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10505
10506         * pdf/ev-poppler.cc:
10507         
10508         More commenting of font stuff.
10509
10510 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10511
10512         * pdf/ev-poppler.cc:
10513
10514         Comment out some more fonts stuff. Should really
10515         work without the poppler patch now.
10516
10517 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10518
10519         * pdf/ev-poppler.cc:
10520
10521         Adapt to api change
10522
10523 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10524
10525         * data/evince-properties.glade:
10526         * pdf/ev-poppler.cc:
10527         * shell/ev-properties.c: (setup_fonts_view):
10528
10529         Set the column title. Show the dialog only
10530         once everything is setup.
10531         Getting font info can be very slow... will
10532         prolly need to make this threaded too.
10533
10534 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10535
10536         * backend/Makefile.am:
10537         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
10538         (ev_document_fonts_get_fonts_model):
10539         * backend/ev-document-fonts.h:
10540         * data/evince-properties.glade:
10541         * pdf/ev-poppler.cc:
10542         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
10543         * shell/ev-properties.h:
10544         * shell/ev-window.c: (ev_window_cmd_file_properties):
10545
10546         Implement fonts list. Defined out for now, since it depends
10547         on a not yet committed poppler patch.
10548
10549 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
10550
10551         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
10552         page + 1.
10553
10554         * shell/ev-window.c: Make sure we add the timeout when we get a
10555         focus-in event.
10556
10557         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
10558         adjustment->value before calculating the zoom factor to average
10559         out all of our rounding errors.  The page no longer 'drifts' when
10560         resizing.
10561
10562 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10563
10564         * data/evince-properties.glade:
10565         * shell/ev-properties.c: (ev_properties_format_date),
10566         (set_property):
10567         
10568         Labels don't expand when the dialogue is resized.
10569         strftime result needs to be converted to UTF-8. Thanks
10570         to Christian Persch <chpe@gnome.org>.
10571
10572 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10573
10574         * data/evince-properties.glade:
10575
10576         Hide the fonts tab
10577
10578 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10579
10580         * backend/ev-document-info.h:
10581         * backend/ev-document.c: (ev_document_info_free):
10582         * data/evince-properties.glade:
10583         * pdf/ev-poppler.cc:
10584         * ps/ps-document.c: (ps_document_get_info):
10585         * shell/ev-properties.c: (ev_properties_format_date),
10586         (set_property), (ev_properties_new):
10587         * shell/ev-properties.h:
10588         * shell/ev-window.c: (ev_window_cmd_file_properties):
10589
10590         Rework properties code to take only EvPropertyInfo
10591         in the constructor so that it can be useful for
10592         nautilus plugin too.
10593
10594         Deal with backends that doesnt support some properties.
10595         Make set property code generic.
10596
10597 2005-06-04  Christian Persch <chpe@gnome.org>
10598
10599         * data/evince-properties.glade:
10600
10601         fix spacings, make resizeable, and make data labels
10602         selectable + ellipsised
10603
10604 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
10605
10606         * backend/ev-document-info.h:
10607         * data/Makefile.am:
10608         * data/evince-ui.xml:
10609         * pdf/ev-poppler.cc:
10610         * shell/Makefile.am:
10611         * shell/ev-window.c: (update_action_sensitivity),
10612         (ev_window_cmd_file_properties):
10613
10614         Initial go at file properties. Patch by
10615         Emil Soleyman-Zomalan <emil@soleyman.com>.
10616         Needs love see #169583
10617
10618 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
10619
10620         * ps/ps-document.c: (output):
10621         * ps/ps.c: (psscan):
10622
10623         Try to render even if psscan fails.
10624
10625 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10626
10627         * ps/ps.c: (psscan), (pscopydoc):
10628
10629         Port buffered reading code from gv
10630
10631 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10632
10633         * ps/ps-document.c: (interpreter_message), (output):
10634
10635         Do not fail on interpreter messages
10636
10637 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10638
10639         * backend/ev-document-misc.c:
10640         (ev_document_misc_get_thumbnail_frame):
10641
10642         Pages can be 0 x 0, dont assert on this case
10643
10644 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10645
10646         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10647         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
10648
10649         Correctly manage our reference on document. Finally the reload
10650         huge leak is gone...
10651
10652 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10653
10654         * ps/ps-document.c: (ps_document_dispose):
10655
10656         Forgot to chain it to the parent. Thanks chpe.
10657
10658 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10659
10660         * ps/ps-document.c: (ps_document_dispose),
10661         (ps_document_class_init), (stop_interpreter), (document_load):
10662
10663         Cleanup dispose a bit. Dont leak the whole pixmap.
10664
10665 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10666
10667         * pdf/ev-poppler.cc:
10668
10669         Release the poppler document on dispose
10670
10671 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10672
10673         * shell/ev-view.c: (ev_view_set_document):
10674
10675         Release ref on the pixbuf cache when changing
10676         document.
10677
10678 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10679
10680         * ps/ps-document.c: (ps_document_get_info):
10681
10682         Fix a double free
10683
10684 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10685
10686         * backend/ev-page-cache.c: (ev_page_cache_init),
10687         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
10688         * backend/ev-page-cache.h:
10689         * shell/ev-page-action.c: (page_changed_cb):
10690         
10691         Set page action entry width depending on labels width. Fix
10692         for bug 305202.
10693
10694 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
10695
10696         * backend/ev-link.c: (ev_link_class_init):
10697
10698         Allow -1 as page value (error)
10699
10700 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10701
10702         * shell/ev-sidebar-thumbnails.c:
10703         (ev_sidebar_thumbnails_set_document):
10704         * shell/ev-view.c: (scroll_to_current_page),
10705         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
10706         (page_changed_cb), (on_adjustment_value_changed),
10707         (ev_view_set_document):
10708
10709         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
10710         Fix bug 305377
10711
10712 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10713
10714         * configure.ac:
10715         * djvu/djvu-document.c: (djvu_document_get_page_size):
10716
10717         Require djvulibre CVS. Now djvu loading is much faster. Fix for
10718         bug 301993.
10719
10720 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
10721
10722         * shell/ev-view.c (draw_one_page): modify the expose handling to
10723         get the shadows.
10724
10725         * shell/ev-window.c (update_action_sensitivity): Respect
10726         permissions field.  Kowtow to the man.
10727
10728         * pdf/ev-poppler.cc: Get the permissions field.
10729
10730         * tiff/*c: Make a tiny bit more robust.
10731
10732 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10733
10734         * djvu/djvu-document.c:
10735         
10736         Pop messages from djvu context message queue.
10737
10738 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10739
10740         * configure.ac, Makefile.am, shell/Makefile.am:
10741         * tiff/Makefile.am, shell/ev-document-types.c:
10742         
10743         Cleanup tiff configure checks. Fix for bug 305218.
10744
10745 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
10746
10747         * configure.ac: Added "uk" to ALL_LINGUAS.
10748
10749 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10750
10751         * cut-n-paste/zoom-control/ephy-zoom.c:
10752         (ephy_zoom_get_changed_zoom_level):
10753         * cut-n-paste/zoom-control/ephy-zoom.h:
10754         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
10755         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
10756         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
10757         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
10758         (zoom_control_changed_cb), (ev_window_init):
10759         
10760         Fix minor points related to moving best fit up. Introduce
10761         "zoom" property and make zoom control change it's value on
10762         notify::zoom signals. Fix for 305080.
10763
10764 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10765
10766         * data/evince-ui.xml:
10767         * shell/ev-window.c: (set_view_actions_sensitivity):
10768         
10769         Use + and - as accels for zoom in and zoom out. Fix for 305001.
10770
10771 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
10772
10773         * configure.ac:
10774
10775         Depends on poppler 0.3.2
10776
10777 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
10778
10779         * cut-n-paste/recent-files/egg-recent-item.c:
10780         (egg_recent_item_get_short_name):
10781         * cut-n-paste/toolbar-editor/Makefile.am:
10782         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10783         (new_pixbuf_from_widget):
10784         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10785         * cut-n-paste/toolbar-editor/egg-marshal.c:
10786         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10787         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10788
10789         Sync
10790
10791 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
10792
10793         * tiff/tiff-document.c: Rough TIFF backend.
10794
10795 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
10796
10797         * NEWS:
10798         * configure.ac:
10799         * cut-n-paste/toolbar-editor/Makefile.am:
10800
10801         Release 0.3.1
10802
10803 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
10804
10805         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
10806         (ev_view_find_next), (ev_view_find_previous):
10807
10808         Remove the locks around get_n_results   
10809
10810 2005-05-21  Juerg Billeter  <j@bitron.ch>
10811
10812         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
10813
10814         Pass correct number of pages to poppler.
10815
10816 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10817
10818         * configure.ac:
10819         * data/Makefile.am:
10820         * data/evince.desktop.in: 
10821         * data/evince.desktop.in.in:
10822         * po/POTFILES.in:
10823         
10824         Add conditionally dvi and djvu to desktop types. Fix for 304658.
10825
10826 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
10827
10828         * shell/ev-view.c: (view_update_adjustments),
10829         (view_set_adjustment_values): cast adjustmen->value to (int)
10830         before using it.  Otherwise, we get off by a pixel in some
10831         situations.
10832
10833         (draw_one_page): Draw the border on expose.
10834
10835 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
10836
10837         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
10838         adjustment when the mode changes, #304923
10839
10840 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10841
10842         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
10843         flickering on resize but still use gdk_window_scroll on
10844         scrolling
10845
10846 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
10847
10848         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
10849         option, #170458
10850
10851 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
10852
10853         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
10854         second page on page_changed if possible, #304669
10855
10856 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
10857
10858         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
10859         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
10860
10861 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
10862
10863         * .cvsignore:
10864         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
10865         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10866         (ev_view_zoom_for_size_presentation),
10867         (ev_view_zoom_for_size_continuous_and_dual_page),
10868         (ev_view_zoom_for_size_continuous),
10869         (ev_view_zoom_for_size_dual_page),
10870         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
10871         * shell/ev-view.h:
10872         * shell/ev-window.c: (update_view_size),
10873         (ev_window_sizing_mode_changed_cb):
10874
10875         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
10876         the scrollbars.  It's not 100% right, but it's much closer.  Kills
10877         an infinite loop, #304769
10878
10879
10880 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10881
10882         * data/evince-ui.xml:
10883         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
10884         * shell/ev-window.c: (set_view_actions_sensitivity):
10885
10886         Make PgUp/Down behave like Space
10887
10888 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10889
10890         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10891         * backend/ev-ps-exporter.h:
10892         * pdf/ev-poppler.cc:
10893         * ps/ps-document.c: (ps_document_ps_export_begin):
10894         * shell/ev-print-job.c: (idle_print_handler):
10895
10896         Adapt to new poppler api
10897
10898 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10899
10900         * cut-n-paste/zoom-control/ephy-zoom-control.c:
10901         (ephy_zoom_control_init):
10902
10903         Translate zoom levels
10904
10905 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10906
10907         * cut-n-paste/zoom-control/ephy-zoom.c:
10908         (ephy_zoom_get_zoom_level_index):
10909
10910         Fix current zoom -> zoom control match
10911
10912 2005-05-18  James Bowes  <bowes@cs.dal.ca>
10913
10914         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
10915         rather than the scrolled_window that it's in. Fixes bug #304655.
10916
10917 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
10918
10919         * shell/ev-view.c: (view_update_adjustments),
10920         (view_set_adjustment_values), (view_update_range_and_current_page),
10921         (view_scroll_to_page), (set_scroll_adjustment),
10922         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
10923         (ev_view_scroll), (ev_view_scroll_view),
10924         (ensure_rectangle_is_visible), (find_page_at_location),
10925         (get_link_at_location), (go_to_link), (status_message_from_link),
10926         (ev_view_size_request_continuous_dual_page),
10927         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
10928         (ev_view_unrealize), (ev_view_expose_event),
10929         (ev_view_button_press_event), (ev_view_motion_notify_event),
10930         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
10931         (draw_rubberband), (highlight_find_results), (draw_one_page),
10932         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
10933         (ev_view_init), (find_changed_cb), (page_changed_cb),
10934         (on_adjustment_value_changed), (ev_view_new),
10935         (ev_view_set_document), (ev_view_set_zoom),
10936         (ev_view_set_continuous), (ev_view_set_dual_page),
10937         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
10938         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10939         (ev_view_zoom_for_size_presentation),
10940         (ev_view_zoom_for_size_continuous_dual_page),
10941         (ev_view_zoom_for_size_continuous),
10942         (ev_view_zoom_for_size_dual_page),
10943         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
10944         (ev_view_get_status), (ev_view_set_status),
10945         (update_find_status_message), (ev_view_get_find_status),
10946         (ev_view_set_find_status), (jump_to_find_result),
10947         (jump_to_find_page), (compute_selections), (clear_selection),
10948         (ev_view_select_all), (get_selected_text), (ev_view_copy),
10949         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
10950         (ev_view_update_primary_selection),
10951         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
10952         * shell/ev-view.h:
10953         * shell/ev-window.c: (ev_window_open_page_label),
10954         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
10955         (ev_window_init):
10956         * shell/ev-window.h:
10957         * shell/main.c: (load_files):
10958
10959         Massive code clean up from Nickolay Shmyrev.  Keep page offset
10960         when resizing.  Remove the bin_window().  Also, patch from James
10961         Bowes to fix command line page, #300641
10962         
10963 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
10964
10965         * data/evince-ui.xml:
10966         * shell/ev-view.c:
10967         * shell/ev-view.h:
10968         * shell/ev-window.c: (update_action_sensitivity):
10969
10970         Get rid of View->Normal Size, it's just confusing
10971
10972 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
10973
10974         * backend/ev-document-info.h:
10975         * backend/ev-document.c: (ev_document_info_free): Free the
10976         EvDocumentInfo.
10977
10978         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
10979         (clear_range), (add_range), (update_visible_range),
10980         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
10981         (ev_sidebar_thumbnails_set_document):
10982         * shell/ev-window.c: (ev_window_setup_document): Only render the
10983         visible thumbnails.  It takes an instant to render, but it uses
10984         much less memory.
10985
10986 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10987
10988         * shell/ev-sidebar-links.c: (popup_menu_cb):
10989
10990         Select first item
10991
10992 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10993
10994         * lib/Makefile.am:
10995         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
10996         (button_press_cb), (ev_sidebar_links_construct):
10997
10998         Show the popup menu also on keybindings
10999
11000 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11001
11002         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
11003         * shell/ev-window.h:
11004
11005         Expose api to print a range (with dialog). Make private _print use
11006         it.
11007
11008         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
11009         (ev_sidebar_links_construct):
11010
11011         Show a print context menu on linkx, it prints the selected
11012         section.
11013
11014 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
11015
11016         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
11017         button.
11018
11019 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
11020
11021         * AUTHORS:
11022
11023         Update
11024
11025         * shell/ev-window.c: (build_comments_string),
11026         (ev_window_cmd_help_about):
11027
11028         Show poppler version/backend and authors
11029
11030 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
11031
11032         * cut-n-paste/zoom-control/ephy-zoom.c:
11033         (ephy_zoom_get_zoom_level_index):
11034         * cut-n-paste/zoom-control/ephy-zoom.h:
11035
11036         Move the best fit items at the top of the list
11037
11038 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
11039
11040         * shell/ev-marshal.list:
11041         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
11042         (activate_cb), (match_selected_cb), (activate_link_cb),
11043         (connect_proxy), (ev_page_action_class_init):
11044         * shell/ev-page-action.h:
11045
11046         Use signals to notify action activation. Hopefully
11047         I did not break completion since I cant test...
11048
11049         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
11050         (register_custom_actions):
11051
11052         Connect to page selector actions and also grab focus on
11053         the view when activated.
11054
11055 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
11056
11057         * pdf/ev-poppler.cc:
11058         * backend/ev-page-cache.c: make page size calculation consistent
11059         and set it to (int)( width * scale + 0.5).  This makes the weird
11060         line going through the middle of the page go away.
11061
11062         * shell/ev-view.c: move painting the background page after
11063         checking the expose area covers us.
11064
11065 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11066
11067         * data/evince-password.glade:
11068         
11069         Mark labels as not translatable. Fix for bug 302842.
11070
11071 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
11072
11073         * configure.ac: Added "es" to ALL_LINGUAS.
11074
11075 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11076
11077         * data/evince-toolbar.xml:
11078         * shell/ev-window.c: (update_action_sensitivity),
11079         (ev_window_setup_document), (ev_window_set_page_mode),
11080         (ev_window_init):
11081
11082         Remove some leftover code from jrb first continous
11083         attempt. Use the new actions, we still need good icons
11084         though...
11085
11086 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11087
11088         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
11089
11090         Update label when connecting proxy. Fix a warning with NULL
11091         page_cache.
11092
11093 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11094
11095         * data/evince-ui.xml:
11096         * shell/ev-page-action.c: (ev_page_action_grab_focus):
11097         * shell/ev-page-action.h:
11098         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
11099
11100         Add mnemonic for edit toolbar.
11101         ctrl+l focus the page entry.
11102
11103 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11104
11105         * lib/Makefile.am:
11106         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
11107         (ev_window_init):
11108         * shell/main.c: (main):
11109
11110         Put the toolbar xml in evince own dot dir
11111
11112 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11113
11114         * shell/ev-window.c: (ev_window_init):
11115
11116         Make the toolbar not removable
11117
11118 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11119
11120         * data/evince-ui.xml:
11121         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
11122         * shell/ev-sidebar-links.h:
11123         * shell/ev-sidebar-thumbnails.c:
11124         (ev_sidebar_thumbnails_get_treeview):
11125         * shell/ev-sidebar-thumbnails.h:
11126         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
11127         (ev_view_class_init):
11128         * shell/ev-view.h:
11129         * shell/ev-window.c: (update_action_sensitivity),
11130         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
11131         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
11132         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
11133         (ev_window_init):
11134
11135         This is evil... Make space/backspace global accelerators but
11136         enable them only for some widgets (sidebars and view).
11137         I dont like it, but I dont know a better way... :/
11138
11139 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11140
11141         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
11142         (ev_page_action_widget_finalize),
11143         (ev_page_action_widget_class_init), (update_page_cache):
11144
11145         Keep a weak reference on proxy->page_cache so that we
11146         dont try to disconnect the signal if the object is already
11147         gone. Maybe there is a better way to cleanup reference handling
11148         in page action though...
11149
11150 2005-05-10  Juerg Billeter  <j@bitron.ch>
11151
11152         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
11153         * backend/ev-ps-exporter.h:
11154         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
11155         * ps/ps-document.c: (ps_document_ps_export_begin):
11156         
11157         Change api to pass print range to ps_exporter_begin. The pdf backend
11158         requires this information.
11159         
11160         * shell/ev-print-job.c: (idle_print_handler):
11161         
11162         Adapt to api change
11163
11164 2005-05-10  Juerg Billeter  <j@bitron.ch>
11165
11166         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
11167         (idle_print_handler)
11168         * shell/ev-window.c: (ev_window_print):
11169
11170         Support printing page range, based on patch by Amaury Jacquot
11171
11172 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11173
11174         * data/evince-toolbar.xml:
11175
11176         Add zoom control to available items
11177
11178 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11179
11180         * shell/ev-window.c: (update_action_sensitivity):
11181
11182         Set slash action insensitive when appropriate
11183
11184 2005-05-10  Christian Persch <chpe@gnome.org>
11185
11186         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
11187
11188         Fix warning on the overflow menu
11189
11190 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11191
11192         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
11193
11194         Check for uri correctness/existence
11195
11196 2005-05-09  Juerg Billeter  <j@bitron.ch>
11197
11198         * shell/ev-window.c: (using_postscript_printer):
11199
11200         LPD printers use postscript, too
11201
11202 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11203
11204         * shell/ev-window.c: (register_custom_actions):
11205
11206         The zoom one is actually sort of useful,
11207         put it back
11208
11209 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11210
11211         * shell/ev-window.c: (register_custom_actions):
11212
11213         Hide page/zoom controls from overflow, they
11214         are useless.
11215
11216 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11217
11218         * cut-n-paste/update-from-egg.sh:
11219         
11220         Share it between all cut-n-paste subdirs
11221
11222         * cut-n-paste/recent-files/Makefile.am:
11223
11224         Fix to use "global" update-from-egg.sh
11225
11226         * cut-n-paste/recent-files/egg-recent-model.c:
11227         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
11228         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
11229         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
11230         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
11231
11232         Update from libegg
11233
11234         * cut-n-paste/toolbar-editor/Makefile.am:
11235
11236         Fix to use "global" update-from-egg.sh
11237
11238         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11239
11240         Update from libegg
11241
11242 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
11243
11244         * configure.ac:
11245         * cut-n-paste/Makefile.am:
11246         * cut-n-paste/recent-files/Makefile.am:
11247         * cut-n-paste/toolbar-editor/.cvsignore:
11248         * cut-n-paste/toolbar-editor/Makefile.am:
11249         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11250         (egg_editable_toolbar_get_type), (get_toolbar_position),
11251         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
11252         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
11253         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
11254         (set_item_drag_source), (create_item_from_action), (create_item),
11255         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
11256         (popup_toolbar_context_menu_cb), (free_dragged_item),
11257         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
11258         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
11259         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
11260         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
11261         (item_added_cb), (item_removed_cb),
11262         (egg_editable_toolbar_construct),
11263         (egg_editable_toolbar_disconnect_model),
11264         (egg_editable_toolbar_deconstruct),
11265         (egg_editable_toolbar_set_model),
11266         (egg_editable_toolbar_set_ui_manager),
11267         (egg_editable_toolbar_set_property),
11268         (egg_editable_toolbar_get_property),
11269         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
11270         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
11271         (egg_editable_toolbar_new_with_model),
11272         (egg_editable_toolbar_get_edit_mode),
11273         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
11274         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
11275         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
11276         (new_pixbuf_from_widget), (new_separator_pixbuf),
11277         (update_separator_image), (style_set_cb),
11278         (_egg_editable_toolbar_new_separator_image),
11279         (egg_editable_toolbar_get_model):
11280         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
11281         * cut-n-paste/toolbar-editor/egg-marshal.c:
11282         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11283         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
11284         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
11285         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
11286         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
11287         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
11288         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
11289         (editor_drag_data_delete_cb), (drag_data_get_cb),
11290         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
11291         (editor_create_item), (update_editor_sheet), (setup_editor),
11292         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
11293         (parse_item_list), (model_has_action), (update_actions_list),
11294         (egg_toolbar_editor_load_actions):
11295         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
11296         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11297         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
11298         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
11299         (toolbars_item_new), (free_toolbar_node), (free_item_node),
11300         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
11301         (egg_toolbars_model_add_separator), (impl_add_item),
11302         (parse_item_list), (egg_toolbars_model_add_toolbar),
11303         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
11304         (impl_get_item_data), (impl_get_item_type),
11305         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
11306         (egg_toolbars_model_init), (free_toolbar),
11307         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
11308         (egg_toolbars_model_remove_toolbar),
11309         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
11310         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
11311         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
11312         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
11313         (egg_toolbars_model_get_item_data),
11314         (egg_toolbars_model_get_item_type):
11315         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
11316         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11317         * data/Makefile.am:
11318         * data/evince-toolbar.xml:
11319         * data/evince-ui.xml:
11320         * data/hand-open.png:
11321         * po/POTFILES.in:
11322         * shell/Makefile.am:
11323         * shell/ev-window.c: (update_chrome_visibility),
11324         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
11325         (ev_window_dispose), (ev_window_init):
11326
11327         Implement epiphany like toolbar editor. Based on patch by
11328         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11329
11330 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11331
11332         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
11333
11334         Use set_cursor instead of set_selection, so that
11335         the keyboard focus moves too.
11336
11337 2005-05-09  Aleksey Kliger <akliger@gmail.com>
11338
11339         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
11340
11341         Fix infinite loop when loading Type1 fonts
11342
11343 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11344
11345         * data/evince-ui.xml:
11346         * shell/ev-window.c:
11347
11348         Slash -> Find
11349
11350 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
11351
11352         * configure.ac:
11353
11354         Make --disable really disable
11355
11356 2005-05-07  Juerg Billeter  <j@bitron.ch>
11357
11358         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
11359
11360         Compare page labels even without has_labels set, fixes setting page
11361         with entry
11362
11363 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11364
11365         * shell/ev-view.c: (ev_view_create_invisible_cursor),
11366         (ev_view_set_cursor), (ev_view_button_press_event),
11367         (ev_view_motion_notify_event), (ev_view_button_release_event),
11368         (ev_view_init):
11369
11370         Implement middle button scrolling. Based on a patch
11371         by Tommi Komulainen <tommi.komulainen@iki.fi>.
11372
11373 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
11374
11375         * shell/ev-document-types.c: (get_slow_mime_type),
11376         (get_document_type_from_mime), (ev_document_type_lookup):
11377         * shell/ev-document-types.h:
11378
11379         Change api to lookup from uri. Do fast lookup first, if the
11380         type is unknown try with data sniffing.
11381
11382         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
11383         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11384
11385         Adapt to api change
11386
11387 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11388
11389         * thumbnailer/Makefile.am:
11390
11391         Fix distcheck
11392
11393 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11394
11395         * NEWS:
11396         * configure.ac:
11397
11398         Release 0.3.0
11399
11400         * data/evince-ui.xml:
11401
11402         Hide presentation mode for now
11403
11404         * shell/ev-view.c: (highlight_find_results):
11405
11406         Show current find selection only on current page
11407
11408 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11409
11410         * shell/ev-view.c: (ev_view_select_all):
11411
11412         Compute size of the actual page, not of
11413         the current one.
11414
11415 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11416
11417         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
11418         (view_rect_to_doc_rect), (compute_selections),
11419         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
11420         (ev_view_copy), (ev_view_primary_get_cb),
11421         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
11422         (ev_view_button_press_event), (ev_view_motion_notify_event),
11423         (ev_view_button_release_event), (page_changed_cb):
11424
11425         Fix text selection
11426
11427 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11428
11429         * shell/ev-view.c: (compute_border), (get_page_extents),
11430         (doc_rect_to_view_rect), (highlight_find_results),
11431         (ev_view_bin_expose), (ev_view_select_all),
11432         (ev_view_motion_notify_event), (update_find_status_message),
11433         (jump_to_find_result), (jump_to_find_page):
11434
11435         First go at fixing search, still buggy
11436
11437 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
11438
11439         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
11440         dropdown box and button at the top of the sidebar.
11441
11442 2005-05-02  James Bowes  <bowes@cs.dal.ca>
11443
11444         * configure.ac: Output zoom-control Makefile.
11445         * cut-n-paste/Makefile.am: build zoom-control subdir.
11446         * cut-n-paste/zoom-control/ephy-zoom-action.c:
11447         * cut-n-paste/zoom-control/ephy-zoom-action.h:
11448         * cut-n-paste/zoom-control/ephy-zoom-control.c:
11449         * cut-n-paste/zoom-control/ephy-zoom-control.h:
11450         * cut-n-paste/zoom-control/ephy-zoom.c:
11451         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
11452         from epiphany, and modified to add a separator into the menu.
11453         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
11454         * data/evince-ui.xml: Replace old zoom toolbar actions with new
11455         zoom-control action.
11456         * shell/Makefile.am: Include zoom-control flags.
11457         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
11458         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
11459         (ev_view_zoom_for_size_presentation),
11460         (ev_view_zoom_for_size_continuous_and_dual_page),
11461         (ev_view_zoom_for_size_continuous),
11462         (ev_view_zoom_for_size_dual_page),
11463         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
11464         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
11465         ev_view_get_zoom and ev_view_get_sizing_mode.
11466         * shell/ev-view.h:
11467         * shell/ev-window.c: (update_action_sensitivity),
11468         (update_sizing_buttons), (zoom_control_changed_cb),
11469         (register_custom_actions): Initialize and use the zoom-control 
11470         widget.
11471
11472 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
11473
11474         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
11475         preview cache back to 1.  Don't know when it got set to 0.
11476         
11477         * shell/ev-view.c: (compute_border), (ev_view_realize),
11478         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
11479         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
11480         (ev_view_get_fullscreen), (ev_view_set_presentation),
11481         (ev_view_get_presentation), (ev_view_set_sizing_mode),
11482         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
11483         * shell/ev-view.h:
11484         * shell/ev-window.c:
11485         (update_chrome_visibility),
11486         (ev_window_cmd_continuous), (ev_window_cmd_dual),
11487         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11488         (update_document_mode), (ev_window_update_fullscreen_action),
11489         (ev_window_fullscreen), (ev_window_unfullscreen),
11490         (ev_window_cmd_view_fullscreen),
11491         (ev_window_update_presentation_action),
11492         (ev_window_run_presentation), (ev_window_stop_presentation),
11493         (ev_window_cmd_view_presentation), (ev_window_state_event),
11494         (ev_window_focus_in_event), (ev_window_focus_out_event),
11495         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
11496         * data/evince-ui.xml: Initial presentation mode.  We should
11497         probably hide this until it's done, as it's quite rough.  Also,
11498         change full-screen to fullscreen and add two getters to EvView.
11499
11500 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
11501
11502         * shell/ev-page-action.c: (update_page_cache),
11503         (ev_page_action_dispose):
11504         * shell/ev-window.c: (destroy_fullscreen_popup),
11505         (ev_window_create_fullscreen_popup):
11506
11507         Use connect_object rather than explicitly
11508         disconnect on dispose.
11509
11510 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
11511
11512         * shell/ev-page-action.c: (update_page_cache),
11513         (ev_page_action_dispose):
11514
11515 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11516
11517         * backend/ev-page-cache.c: (_ev_page_cache_new),
11518         (ev_page_cache_set_page_label),
11519         (ev_page_cache_has_nonnumeric_page_labels):
11520         * backend/ev-page-cache.h:
11521         * shell/ev-page-action.c: (update_pages_label):
11522         
11523         If all page labels are numeric, fallback to default
11524         way to display number of pages. See bug 173185.
11525
11526 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11527
11528         * shell/ev-page-action.c: (ev_page_action_dispose):
11529         * shell/ev-view.c: (view_update_range_and_current_page):
11530         * shell/ev-window.c: (ev_window_dispose):
11531         
11532         Set page on scroll in continuous mode. Fixes bug 301986.
11533         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
11534
11535 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
11536
11537         * configure.ac:
11538
11539         Require poppler 0.3.0
11540
11541 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11542         
11543         * shell/Makefile.am, configure.ac: Fix build problems
11544         with t1lib. Bug 301996.
11545
11546 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11547
11548         * shell/ev-view.c: (ev_view_scroll_event):
11549         
11550         Scroll up increase zoom
11551
11552 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11553
11554         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
11555         (ev_view_set_sizing_mode),
11556         (ev_view_zoom_for_size_continuous_and_dual_page),
11557         (ev_view_zoom_for_size_continuous):
11558         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
11559         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
11560         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
11561         (ev_window_init):
11562
11563         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
11564         Fix for 165473 and 165472.
11565
11566 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11567
11568         * po/POTFILES.in:
11569         * thumbnailer/Makefile.am:
11570         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
11571         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
11572         * thumbnailer/evince-thumbnailer.schemas.in:
11573         
11574         Make thumbnailer schemas translatable. Fix for bug 301773
11575         
11576         * thumbnailer/evince-thumbnailer-djvu.schemas:
11577         * thumbnailer/evince-thumbnailer-dvi.schemas:
11578         * thumbnailer/evince-thumbnailer.schemas:
11579
11580         Removed files
11581
11582 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
11583
11584         * shell/ev-view.c (ev_view_init): forgot to set this.
11585
11586 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
11587
11588         * shell/ev-view.c: (find_page_at_location),
11589         (get_link_at_location),
11590         (ev_view_set_show_border), (ev_view_set_spacing),
11591         (ev_view_zoom_for_size_continuous_and_dual_page),
11592         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
11593         Also, add a quick fix measuring of widths.  Also, removed
11594         ev_view_set_spacing and ev_view_set_show_border.
11595         
11596         * shell/ev-window.c: (ev_window_unfullscreen),
11597         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
11598
11599 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11600
11601         * shell/ev-view.c: (view_update_range_and_current_page),
11602         (page_changed_cb):
11603         
11604         Fix crash on exit and scrolling to page in continuous view.
11605
11606 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
11607
11608         * TODO:
11609         * backend/ev-page-cache.c: (_ev_page_cache_new),
11610         (ev_page_cache_get_max_width_size),
11611         (ev_page_cache_get_max_height_size):
11612         * backend/ev-page-cache.h:
11613         * data/evince-ui.xml:
11614         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
11615         * shell/ev-view.c: (view_update_adjustments),
11616         (view_update_range_and_current_page), (get_bounding_box_size),
11617         (ev_view_size_request_continuous_and_dual_page),
11618         (ev_view_size_request_continuous),
11619         (ev_view_size_request_dual_page),
11620         (ev_view_size_request_single_page), (ev_view_size_request),
11621         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
11622         (ev_view_bin_expose), (ev_view_expose_event),
11623         (ev_view_set_property), (ev_view_get_property),
11624         (ev_view_class_init), (ev_view_init), (ev_view_new),
11625         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
11626         (ev_view_set_dual_page), (ev_view_set_full_screen),
11627         (ev_view_set_presentation), (ev_view_set_sizing_mode),
11628         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
11629         (ev_view_zoom_out), (zoom_for_size_fit_width),
11630         (zoom_for_size_best_fit),
11631         (ev_view_zoom_for_size_continuous_and_dual_page),
11632         (ev_view_zoom_for_size_continuous),
11633         (ev_view_zoom_for_size_dual_page),
11634         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
11635         (ev_view_show_cursor), (ev_sizing_mode_get_type):
11636         * shell/ev-view.h:
11637         * shell/ev-window.c: (update_action_sensitivity),
11638         (ev_window_cmd_continuous), (ev_window_cmd_dual),
11639         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11640         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
11641         (ev_window_cmd_view_zoom_out), (update_view_size),
11642         (ev_window_set_sizing_mode), (ev_window_init):
11643
11644         Add Continuous and Dual page modes.
11645
11646 2005-04-23  James Bowes  <bowes@cs.dal.ca>
11647
11648         * dvi/dvi-document.c: (dvi_document_load),
11649         (dvi_document_thumbnails_get_thumbnail),
11650         (dvi_document_init_params): Fix up some mixups between
11651         width and height to correct thumbnail rendering.
11652
11653 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11654
11655         * dvi/mdvi-lib/private.h:
11656         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
11657         
11658         Suppess output for kpathsea during font generation. Thanks to
11659         James Bowes
11660
11661 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
11662
11663         * NEWS:
11664         * configure.ac:
11665
11666         Release 0.2.1
11667
11668         * Makefile.am: fix distcheck.
11669
11670 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11671
11672         * shell/ev-sidebar-links.c: (selection_changed_callback),
11673         (update_page_callback), (row_activated_callback),
11674         (job_finished_callback), (ev_sidebar_links_set_document):
11675         
11676         Fix for bug #169901. Double click on links expands tree.
11677
11678 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
11679
11680         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
11681         hard-coded style. Fix for bug 170111
11682
11683 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
11684
11685         * shell/ev-view.c (highlight_find_results): Remove unnecessary
11686         locking.
11687
11688 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
11689
11690         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
11691
11692 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
11693
11694         * pdf/ev-poppler.cc:
11695         * shell/ev-view.c: (highlight_find_results):
11696
11697         Fix find on single page documents
11698
11699 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
11700
11701         * data/evince.schemas.in: fix for bug 301390
11702
11703 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11704
11705         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
11706         (ev_view_zoom_out), (ev_view_zoom_normal):
11707         * shell/ev-view.h:
11708         * shell/ev-window.c: (update_action_sensitivity),
11709         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11710         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
11711         (ev_window_cmd_view_normal_size):
11712
11713         Fix normal size zoom. Make zoom in/zoom out unsensitive when
11714         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
11715         better than oom. 
11716
11717 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11718
11719         * configure.ac:
11720
11721         Depend on 2.57, 2.59 doesnt seem to be necessary
11722
11723 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11724
11725         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
11726         (create_tool_item):
11727
11728         Put back total number of pages as (1 of 1234)
11729
11730 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
11731
11732         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
11733         remove the job.
11734
11735         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
11736         function.  This helps debugging.
11737
11738 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11739
11740         * djvu/djvu-document.c: (djvu_document_class_init),
11741         (djvu_document_get_info), (djvu_document_document_iface_init):
11742         * dvi/dvi-document.c: (dvi_document_class_init),
11743         (dvi_document_get_info), (dvi_document_document_iface_init):
11744
11745         Dummy implementation of get_info method for dvi and
11746         djvu. Fix crashes with those backends
11747
11748 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
11749
11750         * data/evince.desktop.in:
11751
11752         Add application/x-gzpostscript
11753
11754 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
11755
11756         * data/evince.schemas.in: Added real long descriptions, 
11757         closes bug 172496 
11758
11759         * README: Added actual text, closes bug 171869
11760
11761 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11762
11763         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11764
11765         Thumbnail page 0
11766
11767 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11768
11769         * backend/ev-document-info.h:
11770
11771         s/GDate */GDate so we can just use g_free
11772
11773 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11774
11775         * shell/ev-window.c: (update_document_mode),
11776         (ev_window_setup_document):
11777
11778         Show the window in fullscreen when specified by
11779         the document
11780
11781 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11782
11783         * backend/ev-document.c: (ev_document_class_init),
11784         (ev_document_get_info), (ev_document_render_pixbuf):
11785         * backend/ev-document.h:
11786         * backend/ev-page-cache.c: (_ev_page_cache_new):
11787         * pdf/ev-poppler.cc:
11788         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
11789         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
11790         * ps/ps-document.c: (ps_document_class_init), (document_load),
11791         (ps_document_get_info), (ps_document_document_iface_init):
11792
11793         Remove get_title from the interface, we can just use document info
11794
11795 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11796
11797         * backend/Makefile.am:
11798         * backend/ev-document.c: (ev_document_render_get_info):
11799         * backend/ev-document.h:
11800         * pdf/ev-poppler.cc:
11801
11802         Initial support for document info. Based on jrb patch.
11803
11804 2005-04-19  Paolo Borelli <pborelli@katamail.com>
11805
11806         * shell/ev-window.c: (ev_window_state_event),
11807         (ev_window_class_init), (ev_window_init):
11808         
11809         Doesn't show resize grip when maximized. See bug #301053
11810
11811 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11812
11813         * po/POTFILES.in:
11814         
11815         ev-sidebar-thumbnails now has translatable labels
11816         
11817         * shell/Makefile.am:
11818         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
11819         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
11820         (ev_sidebar_links_page_iface_init):
11821         * shell/ev-sidebar-links.h:
11822         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
11823         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
11824         (ev_sidebar_page_get_label):
11825         * shell/ev-sidebar-page.h:
11826         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
11827         (ev_sidebar_thumbnails_set_document),
11828         (ev_sidebar_thumbnails_support_document),
11829         (ev_sidebar_thumbnails_get_label),
11830         (ev_sidebar_thumbnails_page_iface_init):
11831         * shell/ev-sidebar-thumbnails.h:
11832         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
11833         (ev_sidebar_set_document):
11834         * shell/ev-sidebar.h:
11835         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
11836         
11837         Small rework of sidebar code. Now sidebar pages should implement
11838         EvSidebarPage interface. That makes page management in EvSidebar
11839         easier. See bug #164811 for details
11840
11841 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11842
11843         * shell/ev-application.c: (ev_application_open):
11844         * shell/ev-document-types.c:
11845         
11846         Fix build error and small problem with application exit
11847
11848 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11849
11850         * thumbnailer/Makefile.am:
11851         * thumbnailer/evince-thumbnailer-djvu.schemas:
11852         * thumbnailer/evince-thumbnailer-dvi.schemas:
11853         
11854         Conditionally install schemas for djvu/dvi thumbnailer
11855
11856 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
11857
11858         * shell/ev-document-types.h: 
11859         * shell/ev-document-types.c: 
11860         New files, handling the mapping from mimetypes to backends
11861         
11862         * shell/ev-window.c: 
11863         * thumbnailer/evince-thumbnailer.c:     
11864         Use the ev-document-types code
11865         
11866         * shell/Makefile.am: 
11867         Added new convenience library libevbackendfactory_la, containing
11868         the new mimetype->backend logic; moved the backends into it.
11869
11870         * thumbnailer/Makefile.am:
11871         Make the thumbnailer link with the libevbackend.la convenience
11872         library, rather than having a duplicate of the backend logic here.
11873
11874 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
11875
11876         * shell/ev-stock-icons.c: constify some vars.
11877         * shell/ev-window.c: ditto.
11878
11879 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
11880
11881         * ps/ps-document.c (get_page_orientation):
11882
11883         Respect document orientation 
11884
11885 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11886
11887         * djvu/Makefile.am:
11888         * dvi/Makefile.am:
11889         * shell/Makefile.am:
11890         
11891         Move library dependencies to components.
11892         
11893         * shell/ev-window.c: (update_window_title),
11894         (start_loading_document):
11895         
11896         Fix display of uris with spaces. Bug 168358.
11897
11898 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
11899
11900         * shell/ev-sidebar-links.c: (selection_changed_cb):
11901         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
11902         (ev_view_button_release_event), (ev_view_set_document):
11903         * shell/ev-view.h:
11904         * shell/ev-window.c: (find_bar_search_changed_cb):
11905         * shell/ev-window.h: Minor cleanups removing some dead code.
11906
11907 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11908
11909         * backend/ev-page-cache.c: (_ev_page_cache_new):
11910         
11911         Set current page to 0 if document has pages.
11912
11913 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11914
11915         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11916
11917         Initialize GError to NULL, fix a crash when loading fails.
11918
11919 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11920
11921         * shell/ev-window.c: (update_view_size):
11922
11923         Calculate shadow size only when there is actually
11924         a shadow.
11925
11926 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11927
11928         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
11929         * shell/ev-view.h:
11930
11931         Allow setting view spacing, default to 0
11932
11933         * shell/ev-window.c: (ev_window_unfullscreen),
11934         (ev_window_cmd_view_fullscreen), (ev_window_init):
11935
11936         Remove spacing in fullscreen mode
11937
11938 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11939
11940         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
11941         (ev_view_size_request), (expose_bin_window),
11942         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
11943         * shell/ev-view.h:
11944         * shell/ev-window.c: (ev_window_unfullscreen),
11945         (ev_window_cmd_view_fullscreen):
11946
11947         Do not draw the border in fulscreen
11948
11949 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11950
11951         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
11952         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
11953         (find_page_at_location), (page_changed_cb):
11954
11955         Rework border calculation, so that I can more easily disable it.
11956         Code somewhat cleaner too.
11957
11958 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11959
11960         * backend/ev-page-cache.c: (ev_page_cache_init),
11961         (_ev_page_cache_new):
11962
11963         Remove some assertions, documents can have 0 pages.
11964         Make initial current page -1.
11965
11966         * shell/ev-page-action.c: (page_changed_cb):
11967
11968         Show "" if current page is -1
11969
11970         * shell/ev-window.c: (update_action_sensitivity),
11971         (ev_window_setup_document):
11972
11973         When document has 0 pages do not set the view
11974         and make nearly everything insensitive.
11975
11976 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11977
11978         * shell/ev-page-view.c:
11979         * shell/ev-page-view.h:
11980
11981         Remove unused files.
11982         
11983         * shell/ev-sidebar-thumbnails.c:
11984         (ev_sidebar_thumbnails_set_document):
11985         * shell/ev-sidebar.c: (ev_sidebar_set_document),
11986         (ev_sidebar_supports_document):
11987         * shell/ev-sidebar.h:
11988         * shell/ev-window.c: (ev_window_setup_document):
11989         
11990         Doesn't show thumbnails if document has 1 page. Make
11991         sidebar menu entries sensitive only if if they have 
11992         sense. Fix bug 164811. 
11993
11994 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11995
11996         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
11997         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
11998         (ev_view_zoom_out), (ev_view_set_size):
11999
12000         Rework sizing to deal with documents with not uniform page
12001         size.
12002
12003 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12004
12005         * backend/ev-page-cache.c: (_ev_page_cache_new):
12006
12007         Fix several page size caching bugs
12008
12009 2005-04-15  Luca Ferretti <elle.uca@libero.it>
12010
12011         * shell/ev-window.c: (set_action_properties):
12012
12013         Make all toolbar items translatable
12014
12015 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12016
12017         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
12018         (save_page_list), (ps_document_save),
12019         (ps_document_document_iface_init), (ps_document_ps_export_begin),
12020         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
12021         (ps_document_ps_exporter_iface_init):
12022         * ps/ps-document.h:
12023
12024         Based on a patch by J�rg Billeter <j@bitron.ch>
12025         
12026         Implement print and save a copy for the ps backend.
12027
12028 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
12029
12030         * backend/ev-document.h:
12031         * djvu/djvu-document.c: (djvu_document_can_get_text),
12032         (djvu_document_document_iface_init):
12033         * dvi/dvi-document.c: (dvi_document_can_get_text),
12034         (dvi_document_document_iface_init):
12035         * pdf/ev-poppler.cc:
12036         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
12037         (pixbuf_document_document_iface_init):
12038         * ps/ps-document.c: (ps_document_can_get_text),
12039         (ps_document_document_iface_init):
12040         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
12041         * shell/ev-window.c: (update_action_sensitivity):
12042
12043         Fix the crash when trying to copy in backends that doesnt
12044         support it. We can implement a better solution once we
12045         do real text selection.
12046
12047 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
12048
12049         * data/evince-ui.xml:
12050         * shell/ev-window.c: (ev_window_cmd_escape):
12051         
12052         Work around the Escape conflict (find bar and unfullscreen)
12053
12054 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
12055
12056         * backend/ev-page-cache.c: (ev_page_cache_next_page):
12057         
12058         Fix for #300233. Next page correctly handles document end.
12059         
12060         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
12061         (ev_sidebar_thumbnails_class_init),
12062         (ev_sidebar_thumbnails_set_document),
12063         (ev_sidebar_thumbnails_clear_job),
12064         (ev_sidebar_thumbnails_clear_model):
12065         
12066         Cleanup thumbnail jobs on document changes.
12067         
12068         * shell/ev-view.c: (add_scroll_binding_keypad),
12069         (add_scroll_binding_shifted), (ev_view_class_init):
12070         
12071         Shift + Space scrolls up. Fix for #173184
12072         
12073         * shell/ev-window.c: (ev_window_open_page),
12074         (ev_window_cmd_view_reload):
12075         
12076         Fix reload (Bug #300094)
12077
12078 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12079
12080         
12081         * dvi/mdvi-lib/assoc.c:
12082         * dvi/mdvi-lib/assoc.h: Removed garbage files
12083         
12084         * dvi/mdvi-lib/bitmap.c:
12085         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
12086         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
12087         * dvi/mdvi-lib/color.h: Antialias of rules
12088         
12089         * dvi/mdvi-lib/common.h:
12090         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
12091         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
12092         * dvi/mdvi-lib/files.c:
12093         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
12094         * dvi/mdvi-lib/mdvi.h:
12095         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
12096         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
12097         * dvi/mdvi-lib/util.c: Fix compile warnings
12098         
12099         * dvi/dvi-document.c:
12100         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
12101         (dvi_document_thumbnails_get_thumbnail),
12102         (dvi_document_document_thumbnails_iface_init):
12103         * dvi/mdvi-lib/Makefile.am:
12104         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
12105         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
12106         
12107         Dvi backend now renders thumbnails
12108
12109 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
12110
12111         * shell/main.c: (main): 
12112         
12113         Save accelerators on exit. Fixes bug #172095.
12114
12115 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
12116
12117         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
12118         update priority" comment.
12119
12120         * backend/ev-job-queue.c: Give a way to change priority.
12121
12122 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
12123
12124         * shell/ev-page-action.c: Fix logic.
12125
12126 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12127
12128         * shell/ev-view.c: (ev_view_can_find_next):
12129         * shell/ev-window.c: (ev_window_setup_document):
12130
12131         Check that the document supports find
12132
12133 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12134
12135         * data/evince-ui.xml:
12136         * shell/ev-view.c: (ev_view_can_find_next):
12137         * shell/ev-view.h:
12138         * shell/ev-window.c: (update_action_sensitivity),
12139         (find_changed_cb), (ev_window_setup_document),
12140         (ev_window_cmd_edit_find_next):
12141
12142         Add Edit->Find Next
12143
12144 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12145
12146         * pdf/ev-poppler.cc:
12147         * shell/ev-print-job.c: (idle_print_handler):
12148
12149         Make printing work again
12150
12151 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
12152
12153         * shell/ev-page-action.h:
12154         * shell/ev-page-action.c: (ev_page_action_widget_init),
12155         (ev_page_action_widget_class_init), (page_changed_cb),
12156         (create_tool_item), (update_page_cache), (build_new_tree_cb),
12157         (get_filter_model_from_model), (match_selected_cb),
12158         (display_completion_text), (match_completion), (update_model),
12159         (connect_proxy), (ev_page_action_set_property),
12160         (ev_page_action_get_property), (ev_page_action_set_document),
12161         (ev_page_action_set_model), (ev_page_action_class_init): Big
12162         reworking to make completions work iff we have >= GTK-2.7.0
12163                 
12164         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
12165         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
12166         (job_finished_cb): We now have a 'model' property that is set when
12167         the links are loaded.  This can be caught with "notify::model"
12168
12169         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
12170         listen for the model to be set, and propagate it to the action.
12171
12172 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12173
12174         * cut-n-paste/recent-files/egg-recent-item.c:
12175         (egg_recent_item_set_uri), (make_valid_utf8),
12176         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
12177         * cut-n-paste/recent-files/egg-recent-item.h:
12178         
12179         Update egg-recent from libegg. This should fix long
12180         startup problem. For details see
12181         http://bugzilla.gnome.org/show_bug.cgi?id=160531
12182
12183 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12184
12185         * cut-n-paste/recent-files/Makefile.am:
12186         * data/evince-ui.xml, shell/Makefile.am:
12187         * shell/ev-application.c, shell/ev-application.h:
12188         * shell/ev-window.c: Recent files support.
12189         
12190         * configure.ac: Added "ru" to ALL_LINGUAS.
12191         
12192         * dvju: new backend to support DJVU files.
12193         * dvi: new backend to support DVI.
12194
12195         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
12196         * ev-application.c: Support for new backends.
12197         
12198         * help, ev-window.c, main.c shell/Makefile.am: 
12199         Evince user documentation.
12200
12201 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12202
12203         * po/POTFILES.in:
12204         * shell/ev-window.c:
12205         * thumbnailer/evince-thumbnailer.c:
12206
12207         s/pdf-document/ev-poppler
12208
12209 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12210
12211         * NEWS:
12212         * configure.ac:
12213
12214         Release 0.2.0
12215
12216         * ps/ps-document.c: (setup_pixmap):
12217
12218         Remove debug code
12219
12220 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
12221
12222         * backend/ev-page-cache.c (ev_page_cache_next_page): 
12223         * shell/ev-window.c (ev_window_cmd_go_next_page) 
12224         (ev_window_cmd_go_first_page): Fix of by one errors.
12225
12226 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12227
12228         * ps/ps-document.c: (get_page_box):
12229
12230         Fix page size calculation
12231
12232 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12233
12234         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
12235         (ps_document_cleanup), (setup_pixmap), (get_page_box),
12236         (get_page_orientation), (setup_page), (document_load),
12237         (ps_document_get_page_size), (render_pixbuf_idle):
12238         * ps/ps-document.h:
12239
12240         More refactoring to adapt to EvDocument changes
12241
12242 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12243
12244         * ps/ps-document.c: (start_interpreter):
12245
12246         Actually add alpha args
12247
12248 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12249
12250         * pdf/ev-poppler.cc:
12251
12252         Make clipboard work again
12253
12254 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
12255
12256         Make searching work again.
12257         
12258         * backend/ev-document.c:
12259         * backend/ev-document.h:
12260         * backend/ev-document-find.c:
12261         * backend/ev-document-find.h: Change EvDocumentIface so we no
12262         longer store the current page or zoom level in the document.  The
12263         consequence is that all calls that operate on the current page now
12264         instead take the page number as an extra argument, and all
12265         coordinates are now doubles in document coordinate system.
12266
12267         * pdf/ev-poppler.cc:
12268         * pixbuf/pixbuf-document.c:
12269         * ps/ps-document.c: Update backends accordingly.
12270
12271 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
12272
12273         * autogen.sh:
12274
12275         Add required gettext version
12276
12277 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
12278
12279         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
12280         make F1 bring up non-existent help.
12281
12282         * shell/eggfindbar.c: Patch from Christian Persch to sync to
12283         epiphany's find bar, #167477
12284
12285         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
12286         <emil@nishra.com> to add space-bar scrolling, 
12287
12288         * shell/ev-window.c (static GtkActionEntry entries): add default
12289         keybinding for Help (F1)
12290         Fixes #171068
12291
12292         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
12293         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
12294         170110
12295
12296 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
12297
12298         * Makefile.am: 
12299         * pixbuf/pixbuf-document.c: 
12300
12301         Got pixbuf backend working again
12302
12303 2005-04-01  Steve Murphy  <murf@e-tools.com>
12304
12305         * configure.in: Added "rw" to ALL_LINGUAS.
12306
12307 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
12308
12309         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
12310         model types, noticed by Martin Kretzschmar.
12311
12312 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
12313
12314         * pdf/ev-poppler.cc: Implement search based on
12315         poppler_page_find_text().  Currently a bit crude since we remember
12316         all matches from all pages.  Also, we grab the big document lock
12317         when we search since searching changes the underlying stream and
12318         thus conflicts with the rendering thread.
12319         
12320         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12321         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
12322         (ev_view_find_previous): Fix some page indexes to be 0 based,
12323         offset rubber band by view offset,
12324
12325 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
12326
12327         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
12328
12329 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
12330
12331         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
12332         completely because I didn't understand GtkActions.  I should
12333         read Marco's code more carefully in the future.
12334
12335         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
12336         function
12337
12338 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
12339
12340         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
12341         PopplerRectangle change from poppler CVS.
12342
12343 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
12344
12345         * backend/ev-document.c: (ev_document_get_page_label):
12346         * backend/ev-document.h:
12347         * backend/ev-page-cache.c: (_ev_page_cache_new),
12348         (ev_page_cache_get_page_label):
12349         * backend/ev-page-cache.h:
12350         * pdf/ev-poppler.cc:
12351         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
12352         (links_page_num_func):
12353         * shell/ev-sidebar-thumbnails.c:
12354         (ev_sidebar_thumbnails_set_document):
12355         * shell/ev-view.c: (status_message_from_link),
12356         (ev_view_motion_notify_event):
12357         * shell/ev-window.c: (document_supports_sidebar): Add in page
12358         label support.  It's not perfect yet, but it's the first 'feature'
12359         in a while.
12360         Also, fix a bogus comment noticed by crispin. 
12361
12362 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
12363
12364         * Makefile.am: Remove pixbuf backend for now
12365
12366         * configure.ac: Require poppler-glib instead of just poppler.
12367
12368         * backend/ev-document-thumbnails.h: Add a comment
12369
12370         * backend/ev-document.h:
12371         * backend/ev-document.c: (ev_document_class_init),
12372         (ev_document_load), (ev_document_get_link),
12373         (ev_document_get_links): Remove 3 methods and add get_links.
12374         Also, made 0 based.
12375
12376         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
12377         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
12378
12379         * backend/ev-link.c: (ev_link_set_title),
12380         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
12381         (ev_link_mapping_find):
12382         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
12383         
12384         * backend/ev-page-cache.c: (ev_page_cache_init),
12385         (_ev_page_cache_new), (ev_page_cache_set_current_page),
12386         (ev_page_cache_get_size), (ev_page_cache_next_page),
12387         (ev_page_cache_prev_page): Fix to be 0 based.
12388
12389         * pdf/Makefile.am: 
12390         * pdf/ev-poppler.h:
12391         * pdf/ev-poppler.cc: New backend.
12392         
12393         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
12394         (ps_document_get_page), (ps_document_document_iface_init):
12395
12396         * shell/ev-pixbuf-cache.h:
12397         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
12398         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
12399         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
12400         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
12401         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
12402         Fix up code to grab a page cache per each doc.  Also, fix to be 0
12403         based.
12404         
12405         * shell/ev-sidebar-thumbnails.c:
12406         (ev_sidebar_tree_selection_changed), (page_changed_cb),
12407         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
12408
12409         * shell/ev-view.c: (status_message_from_link),
12410         (find_page_at_location), (get_link_at_location),
12411         (ev_view_motion_notify_event), (ev_view_button_release_event),
12412         (ev_view_init): Use the new link code.  Fix to be 0 based.
12413
12414         * shell/ev-window.c: (update_action_sensitivity),
12415         (document_supports_sidebar): 0 based.
12416
12417 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
12418
12419         * pdf/pdf-document.cc: Patch from Fernando Herrera
12420         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
12421         *blush*
12422
12423 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
12424
12425         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
12426         1 to the page, as this seems to be 1 based.  I thought we has this
12427         fixed.  grump.
12428
12429 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
12430
12431         * TODO:
12432         * backend/Makefile.am:
12433         * backend/ev-document-links.c:
12434         (ev_document_links_has_document_links),
12435         (ev_document_links_get_links_model):
12436         * backend/ev-document-links.h:
12437         * backend/ev-document.c: (ev_document_get_page_cache),
12438         (ev_document_get_doc_mutex), (ev_document_load),
12439         (ev_document_save), (ev_document_get_title),
12440         (ev_document_get_n_pages), (ev_document_set_page),
12441         (ev_document_get_page), (ev_document_set_target),
12442         (ev_document_set_scale), (ev_document_set_page_offset),
12443         (ev_document_get_page_size), (ev_document_get_text),
12444         (ev_document_get_link), (ev_document_render),
12445         (ev_document_render_pixbuf), (ev_document_scale_changed):
12446         * backend/ev-document.h:
12447         * backend/ev-job-queue.c: (remove_object_from_queue),
12448         (notify_finished), (handle_job), (search_for_jobs_unlocked),
12449         (no_jobs_available_unlocked), (ev_render_thread),
12450         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
12451         (ev_job_queue_remove_job):
12452         * backend/ev-job-queue.h:
12453         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
12454         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
12455         (ev_job_links_class_init), (ev_job_render_init),
12456         (ev_job_render_dispose), (ev_job_render_class_init),
12457         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
12458         (ev_job_thumbnail_class_init), (ev_job_finished),
12459         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
12460         (ev_job_render_run), (ev_job_thumbnail_new),
12461         (ev_job_thumbnail_run):
12462         * backend/ev-jobs.h:
12463         * backend/ev-link.c:
12464         * backend/ev-link.h:
12465         * backend/ev-page-cache.c: (ev_page_cache_init),
12466         (ev_page_cache_class_init), (ev_page_cache_finalize),
12467         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
12468         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
12469         (ev_page_cache_set_link), (ev_page_cache_get_title),
12470         (ev_page_cache_get_size), (ev_page_cache_next_page),
12471         (ev_page_cache_prev_page):
12472         * backend/ev-page-cache.h:
12473         * pdf/pdf-document.cc:
12474         * ps/gsdefaults.c:
12475         * ps/gsdefaults.h:
12476         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
12477         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
12478         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
12479         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
12480         (is_interpreter_ready), (output), (catchPipe), (input),
12481         (start_interpreter), (check_filecompressed), (compute_dimensions),
12482         (ps_document_enable_interpreter), (document_load),
12483         (ps_document_next_page), (render_page), (ps_document_set_page),
12484         (ps_document_set_scale), (render_pixbuf_idle),
12485         (ps_document_render_pixbuf), (ps_document_document_iface_init):
12486         * ps/ps-document.h:
12487         * shell/Makefile.am:
12488         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
12489         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
12490         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
12491         (ev_pixbuf_cache_new), (job_finished_cb),
12492         (check_job_size_and_unref), (move_one_job),
12493         (ev_pixbuf_cache_update_range), (find_job_cache),
12494         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
12495         (ev_pixbuf_cache_add_jobs_if_needed),
12496         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
12497         * shell/ev-pixbuf-cache.h:
12498         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
12499         (idle_print_handler):
12500         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
12501         (selection_changed_cb), (create_loading_model),
12502         (ev_sidebar_links_construct), (links_page_num_func),
12503         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
12504         (update_page_callback), (job_finished_cb),
12505         (ev_sidebar_links_set_document):
12506         * shell/ev-sidebar-thumbnails.c:
12507         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
12508         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
12509         (page_changed_cb), (thumbnail_job_completed_callback),
12510         (ev_sidebar_thumbnails_set_document):
12511         * shell/ev-sidebar-thumbnails.h:
12512         * shell/ev-sidebar.c: (ev_sidebar_set_document):
12513         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
12514         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
12515         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
12516         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
12517         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
12518         (ev_view_button_release_event), (ev_view_scroll_view),
12519         (ev_view_class_init), (ev_view_init), (update_find_status_message),
12520         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
12521         (ev_view_new), (job_finished_cb), (page_changed_cb),
12522         (ev_view_set_document), (go_to_link), (ev_view_zoom),
12523         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
12524         (ev_view_find_previous):
12525         * shell/ev-view.h:
12526         * shell/ev-window.c: (update_action_sensitivity),
12527         (ev_window_open_page), (update_window_title), (update_total_pages),
12528         (page_changed_cb), (ev_window_setup_document),
12529         (password_dialog_response), (ev_window_cmd_save_as),
12530         (ev_window_print), (ev_window_cmd_go_previous_page),
12531         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
12532         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
12533         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
12534         * shell/main.c: (main):
12535
12536         Merge evince-threads branch
12537
12538 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
12539
12540         * configure.ac: Added "lt" to ALL_LINGUAS.
12541
12542 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
12543
12544         * NEWS:
12545         * configure.ac:
12546
12547         Release 0.1.9
12548
12549 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
12550
12551         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12552
12553         Fix here also the thumbnails 1-basedness :)
12554
12555 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
12556
12557         * NEWS:
12558         * configure.ac:
12559
12560         Release 0.1.8
12561
12562 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
12563
12564         * pdf/pdf-document.cc:
12565         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
12566         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
12567
12568         Fix the mess we did with thumbnails and 1-basedness
12569
12570 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
12571
12572         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
12573
12574 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
12575
12576         * NEWS:
12577         * configure.ac:
12578
12579         Release 0.1.7
12580
12581 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
12582
12583         * ps/Makefile.am:
12584         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
12585         (gtk_gs_defaults_get_alpha_parameters),
12586         (gtk_gs_defaults_get_ungzip_cmd),
12587         (gtk_gs_defaults_get_unbzip2_cmd):
12588         * ps/gsdefaults.h:
12589         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
12590         (ps_document_get_orientation), (document_load),
12591         (ps_document_goto_page), (ps_document_set_page_size):
12592         * ps/ps-document.h:
12593
12594         Some more sanitization of the ps backend. Remove a lot
12595         of unused code and do not base our defaults on ggv
12596         preferences (ugh!)
12597
12598 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
12599
12600         * thumbnailer/evince-thumbnailer.schemas:
12601         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
12602         (main): add -s option for thumbnail size.
12603
12604 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
12605
12606         * configure.ac:
12607
12608         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
12609         remove it.
12610
12611 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
12612
12613         * pdf/pdf-document.cc:
12614
12615         Remove 4 pixels of useless border from the
12616         thumbnail.
12617
12618 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
12619
12620         * backend/ev-document-thumbnails.c:
12621         (ev_document_thumbnails_get_thumbnail):
12622         * backend/ev-document-thumbnails.h:
12623
12624         Rework API a bit. Add a border flag and
12625         change sizing logic (now the size we specify
12626         applies to the bigger dimension).
12627
12628         * pdf/pdf-document.cc:
12629         * pixbuf/pixbuf-document.c:
12630         (pixbuf_document_thumbnails_get_thumbnail):
12631         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
12632         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12633
12634         Adapt to the new API and do not draw a border for nautilus
12635         thumbnailer.
12636
12637 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
12638
12639         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12640         take thumbnails from page "0" instead of "1". Added a copyright header.
12641
12642 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
12643
12644         * ps/ps-document.c: (set_up_page), (start_interpreter):
12645
12646         Make it C89 compliant
12647
12648 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
12649
12650         * Makefile.am:
12651         * configure.ac:
12652         * pdf/.cvsignore:
12653         * pdf/pdf-document.cc:
12654         * thumbnailer/Makefile.am:
12655         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
12656         (main):
12657         * thumbnailer/evince-thumbnailer.schemas:
12658         * thumbnailer/pdf-icon.png:
12659
12660         Add a nautilus thumbnailer.
12661         Based on patch by Fernando Herrera <fherrera@onirica.com>.
12662
12663 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
12664
12665         * NEWS:
12666         * configure.ac:
12667         * po/POTFILES.in:
12668
12669         Release 0.1.6
12670
12671 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
12672
12673         Use poppler instead of including xpdf source code.  Poppler is a
12674         fork of xpdf to build it as a shared library. See
12675         http://freedesktop.org/wiki/Software/poppler.
12676
12677         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
12678         xpdf fork.
12679         
12680         * pdf/Makefile.am: Build libpdfdocument.a here.
12681         
12682         * pdf/GDKSplashOutputDev.cc:
12683         * pdf/GDKSplashOutputDev.h:
12684         * pdf/GnomeVFSStream.cc:
12685         * pdf/GnomeVFSStream.h:
12686         * pdf-document.cc:
12687         * pdf-document.h:
12688         * test-gdk-output-dev.cc
12689         * Thumb.cc:
12690         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
12691         against poppler.
12692
12693 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12694
12695         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
12696
12697         Clear idle stack before unsetting the document
12698
12699 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12700
12701         * ps/ps-document.c: (ps_document_widget_event),
12702         (ps_document_set_target), (ps_document_finalize),
12703         (ps_document_get_page):
12704
12705         Disconnect the widget event signal on finalize.
12706         Some code cleanups.
12707
12708 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12709
12710         * ps/ps-document.c: (set_up_page):
12711
12712         If there is no bpixmap create one, even if size
12713         is not changed.
12714
12715 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12716
12717         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
12718         (set_up_page), (document_load), (ps_document_set_zoom):
12719
12720         Default page is 0. Calculate size even when we have no
12721         target yet.
12722
12723 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
12724
12725         * shell/ev-sidebar.c: expand the selection widget to be always as
12726         wide as the sidebar
12727
12728 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12729
12730         * shell/ev-sidebar-thumbnails.c:
12731         (ev_sidebar_thumbnails_set_document):
12732
12733         Clear the list store when setting document
12734
12735 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12736
12737         * shell/ev-page-action.c: (update_entry), (sync_entry),
12738         (activate_cb), (entry_size_request_cb), (create_tool_item),
12739         (connect_proxy):
12740
12741         Use an entry for the page control instead of spinbuttons
12742
12743 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12744
12745         * data/evince.schemas.in:
12746
12747         Correct confusing string
12748
12749 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
12750
12751         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
12752         for real.  Gosh, how long has this been broken.
12753
12754         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
12755         check for a NULL link.  We crash otherwise.
12756
12757 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
12758
12759         * NEWS:
12760         * configure.ac:
12761
12762         Release 0.1.5
12763
12764 2005-02-25  Sebastien Bacher  <seb128@debian.org>
12765
12766         * configure.ac: add the french translation.
12767
12768 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12769
12770         * shell/ev-window.c:
12771
12772         Remove unused header -> fix distcheck
12773
12774 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12775
12776         * shell/ev-window.c: (update_window_title),
12777         (ev_window_popup_password_dialog):
12778
12779         Unescape filename for display
12780
12781 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12782
12783         * pdf/xpdf/pdf-document.cc:
12784
12785         In get_page_size deal with rotation. Also
12786         cleanup the function a bit.
12787
12788 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12789
12790         * pdf/xpdf/pdf-document.cc:
12791
12792         Fix crash when opening in new window
12793
12794 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12795
12796         * configure.ac:
12797
12798         Check ghostscript >= 7
12799
12800 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
12801
12802         * shell/ev-window.c:
12803
12804         Make page width the default sizing mode
12805
12806 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
12807         Marco Pesenti Gritti <marco@gnome.org>
12808
12809         * shell/ev-window.c: Remember the sidebar size
12810
12811         * data/evince.schemas.in: Add a new gconf key to store the size of
12812         the sidebar
12813
12814 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
12815
12816         * data/evince-ui.xml:
12817         * shell/ev-window.c: (update_action_sensitivity),
12818         (ev_window_cmd_view_reload):
12819         
12820         Add a "Reload" action and menu entry
12821
12822 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
12823
12824         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
12825         iff the type doesn't support thumbnailing and indexing.
12826
12827 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
12828
12829         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
12830
12831 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12832
12833         * pdf/splash/Splash.cc:
12834
12835         Port fix for a crasher from kde bug
12836         http://bugs.kde.org/show_bug.cgi?id=97131
12837
12838 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12839
12840         * pdf/xpdf/pdf-document.cc:
12841
12842         Return a link even if it's of an unrecognized
12843         type. Otherwise we go in an infinte cycle.
12844
12845 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12846
12847         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
12848         (size_allocate_cb), (ev_window_set_sizing_mode):
12849
12850         Update size when switching mode
12851
12852 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12853
12854         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
12855         (ev_window_cmd_view_page_width), (update_sizing_buttons),
12856         (ev_window_cmd_view_normal_size):
12857
12858         Fix size toggle buttons behavior
12859
12860 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12861
12862         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
12863         (doc_rect_to_view_rect), (ev_view_size_allocate),
12864         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
12865         (scale_changed_callback):
12866
12867         Do not cache offsets in size_allocate.
12868
12869 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12870
12871         * shell/ev-view.c: (ev_view_size_allocate):
12872
12873         Calculate offsets before calling the parent
12874         class (which does a redraw)
12875
12876 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12877
12878         * pdf/xpdf/pdf-document.cc:
12879
12880         Fix a crasher on exit. Unused code, put a TODO
12881
12882 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12883
12884         * backend/ev-document.c: (ev_document_class_init),
12885         (ev_document_page_changed), (ev_document_scale_changed):
12886         * backend/ev-document.h:
12887
12888         Separate page/scale notifications
12889
12890         * pdf/xpdf/pdf-document.cc:
12891
12892         Emit the new signals.
12893         Do not display the pdf page in _render, do it
12894         when scale/page are requested.
12895
12896         * ps/ps-document.c: (ps_document_set_zoom),
12897         (ps_document_widget_event):
12898         * ps/ps-document.h:
12899
12900         Emit the new signals.
12901
12902         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12903         (ev_view_init), (page_changed_callback), (scale_changed_callback),
12904         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
12905         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
12906         * shell/ev-view.h:
12907         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
12908         (ev_window_cmd_view_page_width), (size_allocate_cb),
12909         (ev_window_set_sizing_mode):
12910
12911         Rework sizing to be pixel based.
12912         There are bugs but should be already way better.
12913
12914 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
12915
12916         * shell/ev-window.c: (ev_window_init):
12917
12918         Do not allow to shrink sidebar smaller then
12919         child requisition
12920
12921 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
12922
12923         * shell/ev-sidebar.[ch]
12924         * shell/ev-window.c:
12925
12926         Improved sidebar widget. Fixes #166683
12927
12928 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
12929
12930         * shell/ev-view.c (update_find_status_message): Give translators
12931         more flexibility with ngettext plural handling.
12932
12933 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
12934
12935         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
12936         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
12937         page when we get the page size.
12938
12939 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12940
12941         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
12942
12943         ps pages are 0 based, convert 
12944
12945 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12946
12947         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
12948
12949         Initialize correct parent class. Set GError on document load
12950
12951 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12952
12953         * pdf/xpdf/pdf-document.cc:
12954
12955         Fixup selection offset calculation
12956
12957         * shell/ev-view.c: (view_rect_to_doc_rect),
12958         (doc_rect_to_view_rect), (ev_view_size_allocate),
12959         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
12960         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
12961
12962         Store selection as document relative, so that zooming
12963         and offset changing doesnt break it.
12964
12965 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12966
12967         * shell/ev-view.c: (ev_view_best_fit):
12968
12969         Do not try to best fit if the view is not realized
12970
12971 2005-02-20  Kostas Papadimas <pkst@gnome.org>
12972           
12973         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
12974
12975 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
12976
12977         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
12978
12979 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
12980
12981         * shell/ev-window.c: Change the fullscreen toolbar to always be in
12982         the popup window.  That prevents it resizing when in full screen
12983         mode.
12984
12985         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
12986         multiple rerenders.  This pretty much sucks.
12987
12988         * data/evince-ui.xml: Change the fullscreen toolbar to include the
12989         rest of the toolbar.
12990
12991 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
12992
12993         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
12994
12995 2005-02-17  Alexander Shopov  <ash@contact.bg>
12996
12997         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
12998
12999 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
13000
13001         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
13002
13003 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
13004
13005         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
13006         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
13007         (set_document_page), (document_changed_callback),
13008         (ev_view_set_document), (ev_view_find_previous),
13009         (ev_view_hide_cursor), (ev_view_show_cursor):
13010         * shell/ev-view.h:
13011         * shell/ev-window.c: (update_chrome_visibility),
13012         (fullscreen_timeout_cb), (fullscreen_set_timeout),
13013         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
13014         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
13015         (ev_window_unfullscreen):
13016         * shell/main.c: (main):
13017
13018         Automatically hide the fullscreen button.
13019         Patch by Kristian Høgsberg <krh@redhat.com>
13020
13021 2005-02-16  Vincent Noel  <vnoel@cox.net>
13022
13023         * shell/main.c (main): Specify an icon for the window. Patch by
13024         Jaap A. Haitsma. Fixes #166177.
13025
13026 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
13027
13028         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
13029
13030 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
13031
13032         * backend/ev-document-misc.h:
13033         * backend/ev-document-misc.c:
13034         (ev_document_misc_get_page_border_size),
13035         (ev_document_misc_paint_one_page): New function to canonicalize
13036         sizing/painting a border.
13037
13038         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
13039         used.
13040
13041         * pdf/xpdf/pdf-document.cc: use new function
13042
13043         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
13044         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
13045         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
13046         shell/ev-window.c: (update_sizing_buttons),
13047         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
13048         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
13049         (ev_window_cmd_view_page_width), (size_allocate_cb),
13050         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
13051         and "fit width" values act as toggle buttons so they stay
13052         toggled.  It's not 100% perfect, and it's a little slow, but it's
13053         good enough to commit I think.
13054
13055 2005-02-15  David Lodge  <dave@cirt.net>
13056
13057         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
13058
13059 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
13060
13061         * shell/ev-window.c (update_window_title): replace newlines in
13062         the title by spaces. Bug #166107.
13063
13064 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
13065
13066         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
13067         parameters providing allocation width and height without
13068         scrollbars and width of a possible vertical scrollbar. With this
13069         additional information the functions can work as
13070         intended. Unfortunately they're not idempotent. We should
13071         transform these commands to toggles. Fixes Bug #164976
13072         Initial patch by Stephane Loeuillet, then heavily modified.
13073
13074         * shell/ev-view.h: update prototypes.
13075
13076         * shell/ev-window.c (ev_window_cmd_view_best_fit)
13077         (ev_window_cmd_view_page_width): provide EvView fit functions with
13078         all the information they need. Formulas to calculate this
13079         information taken from GtkScrolledWindow.
13080
13081 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
13082
13083         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
13084         created a thumbnail, the list store is updated to know
13085         that the thumbnail is set. Fixes bug #166792
13086
13087 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
13088
13089         * shell/ev-window.c: fixed typo, closes bug 166897
13090
13091         * TODO: updated TODO with bug numbers that are relevant
13092
13093 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
13094
13095         * shell/ev-window.c: Support for DnD of files. Fixes #164813
13096
13097 2005-02-09  Vincent Noel  <vnoel@cox.net>
13098
13099         * shell/ev-window.c: (set_action_properties): Set the "Previous"
13100         and "Next" toolbar buttons as important to make them stand out.
13101
13102 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13103
13104         * lib/ev-debug.c:
13105         * lib/ev-debug.h:
13106         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
13107         (start_interpreter), (stop_interpreter), (document_load),
13108         (ps_document_next_page), (ps_document_goto_page),
13109         (ps_document_set_page_size), (ps_document_widget_event),
13110         (ps_document_render):
13111         * shell/ev-page-view.c: (ev_page_view_dispose):
13112         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
13113
13114         Fix compilation on non-gcc platforms
13115
13116 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13117
13118         * NEWS:
13119         * configure.ac:
13120
13121         Release 0.1.4
13122
13123         * pdf/xpdf/Catalog.cc:
13124         * pdf/xpdf/XRef.cc:
13125
13126         Fix the fix for CAN-2004-0888
13127
13128 2005-02-09  Luca Ferretti <elle.uca@libero.it>
13129
13130         * data/Makefile.am:
13131         * data/evince-ui.xml:
13132         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13133         * shell/ev-stock-icons.h:
13134         * shell/ev-window.c: (update_action_sensitivity),
13135         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
13136         (set_action_properties):
13137
13138         Improve toolbar layout/icons
13139
13140 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
13141
13142         * pdf/xpdf/pdf-document.cc:
13143
13144         Add warnings about unimplemented/unknown link
13145         types.
13146
13147 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13148
13149         * ps/ps-document.c: (set_up_page):
13150
13151         Log gs property
13152
13153 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13154
13155         * ps/ps-document.c: (start_interpreter):
13156
13157         Log gs env var
13158
13159 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13160
13161         * shell/ev-page-view.c: (ev_page_view_dispose):
13162         * shell/ev-view.c: (ev_view_finalize):
13163         * shell/ev-window.c: (ev_window_setup_document),
13164         (ev_window_dispose), (ev_window_init):
13165
13166         Solve more refs issues.
13167
13168         I commented out the page_view initialization for now:
13169         it was never destroyed (because it's never added
13170         to a container). Because of that we was leaking
13171         gs processes. Couldnt think to a clean fix.
13172         We need to figure this out, password view has the
13173         same issue probably.
13174
13175 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13176
13177         * ps/ps-document.c: (ps_document_finalize),
13178         (ps_document_get_n_pages), (ps_document_get_page):
13179
13180         Some cleanups, stop the interpreter on finalize
13181
13182         * shell/ev-page-view.c: (ev_page_view_dispose),
13183         (ev_page_view_class_init):
13184
13185         Release our reference on the document
13186
13187 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13188
13189         * Makefile.am:
13190         * configure.ac:
13191         * doc/debugging.txt:
13192         * lib/.cvsignore:
13193         * lib/Makefile.am:
13194         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
13195         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
13196         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
13197         * lib/ev-debug.h:
13198
13199         Add debugging helpers
13200
13201         * ps/Makefile.am:
13202         * ps/ps-document.c: (set_up_page), (start_interpreter),
13203         (stop_interpreter), (document_load), (ps_document_next_page),
13204         (ps_document_goto_page), (ps_document_set_page_size),
13205         (ps_document_widget_event), (ps_document_render):
13206         * shell/Makefile.am:
13207         * shell/ev-view.c: (expose_bin_window):
13208         * shell/main.c: (main):
13209
13210         Add some logs
13211         
13212 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13213
13214         * ps/ps-document.c: (ps_document_widget_event):
13215
13216         Initialize message_window, this should make ps
13217         rendering really work! (Never noticed because I was
13218         testing with a ps that is causing gs to exit every time!)
13219
13220 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
13221
13222         * data/evince.schemas.in: updated simple error in applyto closing tag
13223
13224 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
13225
13226         * Makefile.am:
13227         * configure.ac:
13228         * data/.cvsignore:
13229         * data/Makefile.am:
13230         * data/evince-ui.xml:
13231         A data/evince.schemas.in:
13232         * po/POTFILES.in:
13233         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13234         * shell/ev-stock-icons.h:
13235         * shell/ev-window.c: (update_chrome_visibility),
13236         (update_chrome_flag), (ev_window_cmd_edit_find),
13237         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
13238         (ev_window_unfullscreen), (ev_window_focus_in_event),
13239         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
13240         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
13241         (ev_window_view_sidebar_cb), (find_bar_close_cb),
13242         (ev_window_dispose), (ev_window_class_init),
13243         (set_action_properties), (set_chrome_actions), (load_chrome),
13244         (ev_window_init):
13245
13246         Implement fullscreen mode changes from bug #164776.
13247         Also implement persistent chrome toggles.
13248
13249 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
13250
13251         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
13252
13253 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13254
13255         * NEWS:
13256         * configure.ac:
13257         * shell/ev-view.c:
13258
13259         Add another check for find interface
13260
13261         Release 0.1.3
13262
13263 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13264
13265         * shell/ev-application.c: (ev_application_open):
13266         * shell/ev-window.c: (ev_window_open):
13267
13268         Open gzipped ps documents
13269
13270 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13271
13272         * TODO:
13273         * shell/ev-view.c: (set_document_page):
13274
13275         Clamp page number, dont try to move to
13276         not existant pages.
13277
13278 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13279
13280         * backend/ev-document-find.c: (ev_document_find_changed):
13281         * backend/ev-document-find.h:
13282         * pdf/xpdf/pdf-document.cc:
13283         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
13284         * shell/ev-window.c: (find_bar_search_changed_cb):
13285
13286         Fix several bugs with find
13287
13288 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
13289
13290         * shell/ev-sidebar-thumbnails.c
13291         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
13292         document. Prevents warning from scroll_to_cell.
13293
13294 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
13295
13296         * configure.ac: Add «nb» to ALL_LINGUAS too.
13297
13298 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
13299
13300         * NOTES: New file with some random thoughts.
13301
13302         * TODO: Update.
13303
13304         * backend/ev-document-misc.c:
13305         (ev_document_misc_get_page_border_size): New function to
13306         canonicalize shadow drawing sizes.  Possibly goofy.
13307
13308         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
13309         (ev_view_best_fit), (ev_view_fit_width):
13310         * pdf/xpdf/pdf-document.cc:
13311         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13312         * ps/ps-document.c: (ps_document_get_page_size):
13313         * backend/ev-document-misc.h:
13314         * backend/ev-document.c: (ev_document_get_page_size):
13315         * backend/ev-document.h: get_page_size now takes a page number
13316         parameter.  Made all the backends/frontends honor it.
13317
13318         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
13319         see.  Doesn't work yet.
13320
13321         * shell/Makefile.am:
13322         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
13323         Doesn't do anything yet.
13324
13325         * shell/ev-sidebar-thumbnails.c:
13326         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
13327         [0..n_pages-1]
13328
13329         * shell/ev-window.c: (update_action_sensitivity),
13330         (ev_window_setup_document), (ev_window_set_page_mode),
13331         (ev_window_page_mode_cb), (ev_window_init): Clean up the
13332         view-swapping code a bit so we can have multiple views on a
13333         document.  Add the multi-page view, though it can't be turned on
13334         yet.
13335
13336 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13337
13338         * shell/ev-application.c: (ev_application_open):
13339         * shell/ev-view.c: (expose_bin_window):
13340         * shell/ev-window.c: (ev_window_open):
13341
13342         Support eps and check document supports find
13343         before drawing highlightings in expose.
13344
13345 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
13346
13347         * pixbuf/pixbuf-document.c:
13348         (pixbuf_document_thumbnails_get_dimensions),
13349         (pixbuf_document_document_thumbnails_iface_init):
13350
13351         implement get_dimensions
13352
13353 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13354
13355         * NEWS:
13356         * configure.ac:
13357
13358         Release 0.1.2
13359
13360 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13361
13362         * shell/ev-view.c: (set_document_page):
13363
13364         Scroll at the top of the page when changing page
13365
13366 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13367
13368         * shell/ev-view.c: (ev_view_motion_notify_event):
13369
13370         Do not redraw unnecessarily
13371
13372 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13373
13374         * pdf/xpdf/pdf-document.cc:
13375         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13376         (expose_bin_window), (find_changed_cb):
13377
13378         Yay! find works now... Now to find bugs...
13379
13380 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13381
13382         * backend/ev-document-find.c: (ev_document_find_base_init),
13383         (ev_document_find_changed):
13384         * backend/ev-document-find.h:
13385         * pdf/xpdf/pdf-document.cc:
13386         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13387         (expose_bin_window), (ev_view_init), (set_document_page),
13388         (ensure_rectangle_is_visible), (jump_to_find_result),
13389         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
13390         (ev_view_find_next), (ev_view_find_previous):
13391         * shell/ev-view.h:
13392         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
13393
13394         More work on find implementation, mostly there now
13395
13396 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
13397
13398         * backend/ev-backend-marshalers.list:
13399         * backend/ev-document-find.c: (ev_document_find_base_init),
13400         (ev_document_find_cancel), (ev_document_find_page_has_results),
13401         (ev_document_find_get_n_results), (ev_document_find_get_result),
13402         (ev_document_find_get_progress), (ev_document_find_changed):
13403         * backend/ev-document-find.h:
13404
13405         Enanche the find interface to be really able to do
13406         multi page find.
13407
13408         * pdf/xpdf/pdf-document.cc:
13409
13410         Implement
13411
13412         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
13413         (expose_bin_window), (ev_view_init),
13414         (ev_view_get_find_status_message), (find_changed_cb),
13415         (ev_view_set_document), (set_document_page):
13416
13417         Adapt to the new interface. A few things are regressed sorry,
13418         I will finish it soon.
13419
13420 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
13421
13422         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
13423         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
13424         ev_sidebar_thumbnails_parent_class variable, don't define another
13425         parent_class variable.
13426
13427         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
13428         (ev_page_action_class_init): ditto.
13429
13430         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
13431         (pixbuf_document_class_init): ditto.
13432
13433         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
13434         ditto.
13435
13436         * .cvsignore: ignore various valgrind output files.
13437
13438 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13439
13440         * data/evince-ui.xml:
13441         * shell/Makefile.am:
13442         * shell/ev-history.c:
13443         * shell/ev-history.h:
13444         * shell/ev-navigation-action.c:
13445         * shell/ev-navigation-action.h:
13446         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
13447         (ev_view_set_page), (ev_view_fit_width):
13448         * shell/ev-view.h:
13449         * shell/ev-window.c: (update_action_sensitivity),
13450         (ev_window_setup_document), (register_custom_actions):
13451
13452         Kill session history
13453
13454 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13455
13456         * shell/ev-window.c: (update_action_sensitivity):
13457
13458         Fix inverted up/down buttons
13459
13460 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
13461
13462         * shell/ev-sidebar-thumbnails.c
13463         (ev_sidebar_thumbnails_select_page): make sure the selected
13464         thumbnail stays visible.
13465
13466 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
13467
13468         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
13469         scrolled window for Federico.
13470
13471 2005-01-26  Ole Laursen  <olau@hardworking.dk>
13472
13473         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
13474
13475 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
13476
13477         * configure.ac:
13478         * pdf/splash/SplashFTFontEngine.cc:
13479
13480         Fix CID fonts with freetype 2.1.9
13481
13482 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
13483
13484         * TODO: added item for desktop icon thumbnailer
13485
13486 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
13487
13488         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
13489         unloaded docs when the title is accessed.
13490
13491         * shell/ev-password-view.[hc]: New widget for displaying password
13492         state.
13493
13494         * shell/ev-window.[ch]: Refactor password handling code to handle
13495         the new view.
13496
13497 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
13498
13499         * NEWS:
13500         * configure.ac:
13501         * data/Makefile.am:
13502
13503         Release 0.1.1
13504
13505 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
13506
13507         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
13508         ignore page offset here, to make search results independent of it,
13509
13510         * shell/ev-view.c (expose_bin_window): but take offsets into
13511         account here. Bug #164932
13512
13513         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
13514         scale at the right time. Bug #164996
13515
13516 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
13517
13518         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
13519         fix the problem. Now I just removed the Adobe font names and hope
13520         that the URW fonts are always in outline format. Bug #164934
13521
13522         * shell/ev-window.c (update_window_title): empty titles are
13523         useless, use filename in that case too.
13524
13525         * NEWS: Add some content.
13526
13527 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
13528
13529         * TODO: added one more TODO item and a TODONE section :)
13530
13531 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
13532
13533         * ps/ps-document.h: add page_[xy]_offset fields.
13534
13535         * ps/ps-document.c (ps_document_set_page_offset)
13536         (ps_document_render): Keep offset in consideration in a few
13537         places. Bug #164752 "postscript documents are not centered in
13538         window"
13539
13540         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
13541         s/gpdf/evince/. Spotted by Stephane Loeuillet.
13542
13543         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
13544         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
13545         stub out missing methods for complete EvDocument implementation.
13546         Fixes segfaults with Save A Copy and Copy actions.
13547
13548         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
13549         (ps_document_document_iface_init): ditto.
13550         
13551 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13552
13553         * data/.cvsignore:
13554         * data/Makefile.am:
13555         * data/evince.desktop.in:
13556
13557         Add desktop file
13558
13559 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13560
13561         * shell/ev-view.c: (ev_view_button_press_event),
13562         (ev_view_motion_notify_event):
13563
13564         Make selection work in any direction
13565
13566 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13567
13568         * TODO:
13569         * shell/ev-window.c: (set_short_labels), (ev_window_init):
13570
13571         Use shorter labels for some of the toolbars items
13572
13573 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13574
13575         * pdf/xpdf/pdf-document.cc:
13576
13577         Check the links info is initialized before
13578         using it. Should fix a crash on startup.
13579
13580 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
13581
13582         * pixbuf/pixbuf-document.c
13583         (pixbuf_document_thumbnails_get_dimensions): force floating point
13584         division to calculate page_ratio. Fixes crash with landscape
13585         format pixbufs.
13586
13587 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
13588
13589         * shell/ev-view.c (ev_view_realize): make the bg color darker.
13590
13591 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
13592
13593         * shell/ev-view.c (set_document_page): unset has_selection when
13594         the page changes.
13595         (set_document_page): handle paper size changes when the page
13596         changes (test with Free Culture, page 2).
13597
13598 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13599
13600         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
13601         (expose_bin_window), (ev_view_class_init), (ev_view_init):
13602
13603         Use normal style color for the widget background and
13604         draw a black box around the page.
13605
13606 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13607
13608         * pdf/xpdf/pdf-document.cc:
13609
13610         Keep offset in consideration in a few places
13611
13612         * shell/ev-view.c: (expose_bin_window):
13613
13614         Set the offsets so that the document is ever centered
13615
13616 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
13617
13618         * TODO: Added TODO items and finished off the first todo item
13619
13620         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
13621         reflect current authors
13622
13623 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13624
13625         * pdf/xpdf/pdf-document.cc:
13626         * shell/ev-view.c: (ev_view_set_cursor),
13627         (ev_view_motion_notify_event), (document_changed_callback),
13628         (set_document_page):
13629
13630         Show a wait cursor while the page is rendering
13631
13632 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13633
13634         * shell/ev-sidebar-thumbnails.c:
13635         (ev_sidebar_tree_selection_changed),
13636         (ev_sidebar_thumbnails_select_page):
13637         * shell/ev-sidebar-thumbnails.h:
13638         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
13639         (ev_view_can_go_forward):
13640         * shell/ev-window.c: (ev_window_open_page),
13641         (ev_window_setup_document), (update_current_page),
13642         (view_page_changed_cb), (ev_window_init):
13643         * shell/ev-window.h:
13644
13645         Ensure thumbnails selection, toolbar page control and
13646         current page are in sync.
13647
13648 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
13649
13650         * pdf/xpdf/XRef.cc:
13651
13652         Fix CAN-2005-0064
13653
13654 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
13655
13656         * backend/Makefile.am:
13657         * backend/ev-document-links.h:
13658         * backend/ev-document-security.c: (ev_document_security_get_type),
13659         (ev_document_security_has_document_security),
13660         (ev_document_security_set_password):
13661         * backend/ev-document-security.h:
13662         * backend/ev-document.c: (ev_document_error_quark):
13663         * backend/ev-document.h:
13664         * data/Makefile.am:
13665         * data/evince-password.glade:
13666         * pdf/xpdf/pdf-document.cc:
13667         * shell/Makefile.am:
13668         * shell/ev-password.c: (ev_password_set_bad_password_label),
13669         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
13670         (ev_password_dialog_get_password),
13671         (ev_password_dialog_set_bad_pass):
13672         * shell/ev-password.h:
13673         * shell/ev-window.c: (ev_window_get_attribute),
13674         (ev_window_set_property), (update_action_sensitivity),
13675         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
13676         (ev_window_setup_document), (ev_window_get_password),
13677         (ev_window_open), (ev_window_cmd_save_as),
13678         (using_postscript_printer), (ev_window_print),
13679         (find_not_supported_dialog), (ev_window_cmd_edit_find),
13680         (update_fullscreen_popup), (ev_window_fullscreen),
13681         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
13682         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
13683         (menu_item_select_cb), (find_bar_search_changed_cb),
13684         (ev_window_dispose), (ev_window_init):
13685
13686         Add initial support for password-supported dialogs.  This could be
13687         a lot cooler, but it'll do for now.
13688
13689 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
13690
13691         * pdf/xpdf/pdf-document.cc:
13692         * shell/ev-view.c: (status_message_from_link),
13693         (ev_view_set_status), (ev_view_set_cursor),
13694         (ev_view_motion_notify_event), (ev_view_init):
13695         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
13696
13697         Fix bugs in the links implementation and change cursor
13698         when hovering a link.
13699
13700 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
13701
13702         * viewer/.cvsignore: added cvsignore file for viewer directory
13703
13704         * TODO: created TODO document
13705
13706 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
13707
13708         * shell/ev-view.h:
13709         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
13710         new functions to help with implementation of sensitivity code
13711         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
13712         of all actions that might require it.  Fixes a crash when you
13713         click on the Zoom actions in a window lacking a document.
13714
13715 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
13716
13717         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
13718         of the Find action
13719
13720 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13721
13722         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
13723         (pixbuf_document_document_iface_init):
13724         * ps/ps-document.c: (ps_document_get_link),
13725         (ps_document_document_iface_init):
13726         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
13727         (status_message_from_link), (ev_view_set_status),
13728         (ev_view_set_find_status), (ev_view_motion_notify_event),
13729         (ev_view_button_release_event), (ev_view_set_property),
13730         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
13731         (ev_view_get_find_status_message), (update_find_results),
13732         (ev_view_get_status), (ev_view_get_find_status):
13733         * shell/ev-view.h:
13734         * shell/ev-window.c: (view_status_changed_cb),
13735         (view_find_status_changed_cb), (ev_window_init):
13736
13737         View status message support, use it to show the links.
13738         Needs work...
13739
13740 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13741
13742         * backend/ev-document.c: (ev_document_get_link):
13743         * backend/ev-document.h:
13744         * pdf/xpdf/pdf-document.cc:
13745         * shell/ev-application.c: (ev_application_open):
13746         * shell/ev-application.h:
13747         * shell/ev-sidebar-links.c: (selection_changed_cb):
13748         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
13749         (ev_view_go_to_link):
13750
13751         Add support for document links
13752
13753 2005-01-13  Anders Carlsson  <andersca@gnome.org>
13754
13755         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
13756         (create_tool_item):
13757         Set the spin button limits correctly.
13758         
13759         * shell/ev-sidebar-thumbnails.c:
13760         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
13761         Support changing pages by clicking on the thumbnails.
13762         
13763 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
13764
13765         * pixbuf/pixbuf-document.c:
13766         (pixbuf_document_thumbnails_get_dimensions),
13767         (pixbuf_document_document_thumbnails_iface_init):
13768
13769         implement get_dimensions
13770
13771 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13772
13773         * ps/ps-document.c: (ps_document_goto_page):
13774
13775         Fix page switching on multipage documents
13776
13777 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
13778
13779         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13780         
13781         check for NULL before assigning to width and height parameters
13782
13783 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
13784
13785         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
13786         (pixbuf_document_set_property), (pixbuf_document_get_property):
13787
13788         implement get/set properties
13789
13790 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
13791
13792         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
13793         
13794         return NULL instead of "Unknown", letting the title get set to
13795         the filename when the pdf has no title.
13796
13797 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13798
13799         * ps/ps-document.c: (ps_document_get_page_count),
13800         (ps_document_goto_page):
13801
13802 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13803
13804         * shell/ev-history.c: (ev_history_get_property),
13805         (ev_history_set_property), (ev_history_class_init),
13806         (ev_history_add_page), (ev_history_set_current_index):
13807         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
13808         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
13809         (ev_navigation_action_finalize):
13810         * shell/ev-navigation-action.h:
13811         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13812         (ev_view_go_forward), (ev_view_get_find_status_message),
13813         (history_index_changed_cb), (ev_view_set_history):
13814         * shell/ev-view.h:
13815         * shell/ev-window.c: (update_total_pages), (ev_window_open),
13816         (update_current_page), (register_custom_actions):
13817
13818         Implement history dropdowns
13819
13820 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13821
13822         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
13823         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13824         (ev_view_go_forward):
13825         * shell/ev-window.c: (register_custom_actions):
13826
13827         Fix several history bugs
13828
13829 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
13830
13831         * configure.ac: Add «nb» to ALL_LINGUAS.
13832
13833 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
13834
13835         * backend/Makefile.am:
13836         * backend/ev-bookmark.c:
13837         * backend/ev-bookmark.h:
13838         * backend/ev-document-bookmarks.c:
13839         * backend/ev-document-bookmarks.h:
13840         * backend/ev-document-links.c: (ev_document_links_get_type),
13841         (ev_document_links_has_document_links),
13842         (ev_document_links_begin_read), (ev_document_links_get_link),
13843         (ev_document_links_get_child), (ev_document_links_next),
13844         (ev_document_links_free_iter):
13845         * backend/ev-document-links.h:
13846         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
13847         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
13848         (ev_link_get_link_type), (ev_link_set_link_type),
13849         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
13850         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
13851         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
13852         (ev_link_new_external):
13853         * backend/ev-link.h:
13854         * pdf/xpdf/pdf-document.cc:
13855         * shell/Makefile.am:
13856         * shell/ev-application.c: (ev_application_open_link):
13857         * shell/ev-application.h:
13858         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
13859         (ev_history_get_link_nth):
13860         * shell/ev-history.h:
13861         * shell/ev-sidebar-bookmarks.c:
13862         * shell/ev-sidebar-bookmarks.h:
13863         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
13864         (ev_sidebar_links_class_init), (selection_changed_cb),
13865         (ev_sidebar_links_construct), (ev_sidebar_links_init),
13866         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
13867         (do_one_iteration), (populate_links_idle),
13868         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
13869         * shell/ev-sidebar-links.h:
13870         * shell/ev-sidebar.c: (ev_sidebar_set_document):
13871         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
13872         (go_to_index):
13873         * shell/ev-view.h:
13874         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
13875         * shell/ev-window.h:
13876
13877         Rename bookmark to link, and use "Index" for the sidebar panel.
13878
13879 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13880
13881         * shell/Makefile.am:
13882         * shell/ev-application.c: (ev_application_open_bookmark):
13883         * shell/ev-application.h:
13884         * shell/ev-history.c: (ev_history_init), (free_links_list),
13885         (ev_history_finalize), (ev_history_class_init),
13886         (ev_history_add_link), (ev_history_add_page),
13887         (ev_history_get_link_nth), (ev_history_get_n_links),
13888         (ev_history_get_current_index), (ev_history_set_current_index),
13889         (ev_history_new):
13890         * shell/ev-history.h:
13891         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13892         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
13893         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
13894         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
13895         (ev_view_set_page):
13896         * shell/ev-view.h:
13897         * shell/ev-window.c: (ev_window_open_bookmark),
13898         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
13899         (goto_page_cb), (register_custom_actions):
13900         * shell/ev-window.h:
13901
13902         Initial history implementation. Needs work.
13903
13904 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
13905
13906         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
13907
13908 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13909
13910         * cut-n-paste/recent-files/egg-recent-item.c:
13911         * cut-n-paste/recent-files/egg-recent-item.h:
13912         * cut-n-paste/recent-files/egg-recent-model.c:
13913         * cut-n-paste/recent-files/egg-recent-util.c:
13914         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
13915         * cut-n-paste/recent-files/egg-recent-view.c:
13916
13917         Update
13918
13919 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
13920
13921         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
13922         (fillGlyph, fillImageMask, drawImage):
13923         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
13924         pdf/splash/SplashTypes.h:
13925         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
13926         packed mode for Splash.
13927
13928         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
13929         RGB8 packed mode, eliminates the pixbuf data creation loop.
13930
13931         * shell/ev-print-job.c (ev_print_job_finalize)
13932         (ev_print_job_set_property, ev_print_job_get_property)
13933         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
13934         (ev_print_job_use_print_dialog_settings, idle_print_handler)
13935         (print_closure_finalize, ev_print_job_print): implement
13936         printing (for backends with EvPsExporter)
13937
13938         * shell/ev_print_job.h: update prototypes.
13939
13940         * shell/ev-window.c (ev_window_print): unref print job after
13941         printing.
13942
13943         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
13944         unless the document implements the EvDocumentFind interface.
13945
13946 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
13947
13948         * configure.ac: Added ja to ALL_LINGUAS.
13949
13950 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13951
13952         * pdf/xpdf/pdf-document.cc:
13953
13954         add a FIXME. We should probably not allocate
13955         a bookmark object every time
13956
13957 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13958
13959         * shell/ev-application.c: (ev_application_open),
13960         (ev_application_open_bookmark):
13961         * shell/ev-application.h:
13962         
13963         Add a way to open bookmarks
13964
13965         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
13966         (ev_bookmark_set_uri), (ev_bookmark_get_property),
13967         (ev_bookmark_set_property), (ev_bookmark_class_init),
13968         (ev_bookmark_new_title), (ev_bookmark_new_link),
13969         (ev_bookmark_new_external):
13970
13971         Support for external uris, better constructors.
13972
13973         * backend/ev-bookmark.h:
13974         * pdf/xpdf/pdf-document.cc:
13975         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13976
13977         Handle external uris
13978
13979 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13980
13981         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
13982         (ev_sidebar_bookmarks_construct), (do_one_iteration):
13983
13984         Hook up bookmarks navigation
13985
13986 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13987
13988         * backend/Makefile.am:
13989         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
13990         (ev_bookmark_get_title), (ev_bookmark_set_title),
13991         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
13992         (ev_bookmark_get_page), (ev_bookmark_set_page),
13993         (ev_bookmark_get_property), (ev_bookmark_set_property),
13994         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
13995         (ev_bookmark_new):
13996         * backend/ev-bookmark.h:
13997         * backend/ev-document-bookmarks.c:
13998         (ev_document_bookmarks_get_bookmark):
13999         * backend/ev-document-bookmarks.h:
14000         * pdf/xpdf/pdf-document.cc:
14001         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
14002
14003         Add a bookmark object to the backend and use it instead of get_values
14004
14005 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14006
14007         * data/evince-ui.xml:
14008
14009         Cleanup and add select all.
14010
14011         * shell/ev-view.c: (ev_view_select_all),
14012         (ev_view_button_press_event):
14013         * shell/ev-view.h:
14014         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
14015
14016         Add select all.
14017         Clear selection on click.
14018
14019 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
14020
14021         * shell/ev-sidebar-thumbnails.c
14022         (ev_sidebar_thumbnails_set_document): forgot to unref the
14023         loading_icon.
14024
14025 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
14026
14027         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
14028         at the visible page, not just linearly.  This makes it look fast.
14029
14030 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
14031
14032         * backend/ev-document-misc.c
14033         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
14034         white.
14035         * backend/ev-document-thumbnails.h: New interface to get the size
14036         of a page.
14037
14038 2005-01-06  Jeremy Katz  <katzj@redhat.com>
14039
14040         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
14041         make dist works
14042
14043 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
14044
14045         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
14046         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
14047         things up a bit.
14048
14049         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
14050
14051 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
14052
14053         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
14054         fonts. Should fix font problems on systems that have the base
14055         fonts in bitmap format. Reported by James Henstridge
14056         <james@jamesh.id.au>.
14057
14058 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14059
14060         * pdf/xpdf/Gfx.cc:
14061         * pdf/xpdf/GfxState.cc:
14062
14063         Fix for CAN-2004-1125
14064
14065 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14066
14067         * shell/ev-view.c: (ev_view_copy):
14068         * shell/ev-view.h:
14069         * shell/ev-window.c: (ev_window_cmd_edit_copy):
14070
14071         Implement Edit->Copy
14072
14073 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14074
14075         * backend/ev-document.c: (ev_document_get_text):
14076         * backend/ev-document.h:
14077         * pdf/xpdf/pdf-document.cc:
14078         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
14079         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
14080         (ev_view_update_primary_selection), (ev_view_button_press_event),
14081         (ev_view_motion_notify_event), (ev_view_button_release_event):
14082
14083         Beginnings of clipboard support. Incomplete but primary sort
14084         of work.
14085
14086 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14087
14088         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
14089         (expose_bin_window):
14090
14091         Nicer rubberband drawing, from GtkIconView.
14092
14093 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14094
14095         * backend/ev-document.c: (ev_document_save):
14096         * backend/ev-document.h:
14097         * data/evince-ui.xml:
14098         * pdf/xpdf/pdf-document.cc:
14099         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
14100
14101         Implement "Save a copy..." menu item
14102
14103 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14104
14105         * shell/ev-view.c: (ev_view_zoom):
14106
14107         Queue a resize when zoom changes
14108
14109 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
14110
14111         * backend/ev-document-misc.[ch]: New misc file to do simple drop
14112         shadows.
14113
14114         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
14115         thumbnails..
14116
14117 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
14118
14119         * pdf/xpdf/pdf-document.cc
14120         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
14121
14122 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
14123
14124         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
14125         It's slow, but I'll speed it up next!
14126
14127 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
14128
14129         * shell/main.c (load_files):
14130
14131         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
14132         from the command line and because it seems more appropriate.
14133
14134 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14135
14136         * data/evince-ui.xml:
14137         * shell/ev-window.c: (update_action_sensitivity),
14138         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
14139
14140         s/next page/page down
14141         s/previous page/page up
14142
14143 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14144
14145         * data/evince-ui.xml:
14146
14147         Change the layout to match clarkbw design.
14148
14149         * shell/Makefile.am:
14150         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
14151         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
14152         (ev_navigation_action_finalize),
14153         (ev_navigation_action_set_property),
14154         (ev_navigation_action_get_property),
14155         (ev_navigation_action_class_init):
14156         * shell/ev-navigation-action.h:
14157
14158         Implement clarkbw toolbar navigation controls (incomplete)
14159
14160         * shell/ev-page-action.c: (update_label), (update_spin),
14161         (value_changed_cb), (create_tool_item), (connect_proxy),
14162         (ev_page_action_init), (ev_page_action_finalize),
14163         (ev_page_action_set_property), (ev_page_action_get_property),
14164         (ev_page_action_set_current_page),
14165         (ev_page_action_set_total_pages), (ev_page_action_class_init):
14166         * shell/ev-page-action.h:
14167
14168         Implement a page switcher in the toolbar
14169
14170         * shell/ev-view.c: (ev_view_scroll_view):
14171         * shell/ev-window.c: (update_total_pages), (ev_window_open),
14172         (update_current_page), (view_page_changed_cb), (goto_page_cb),
14173         (register_custom_actions), (ev_window_init):
14174
14175         Change page on PageUp/Down.
14176
14177 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
14178
14179         * pdf/xpdf/pdf-document.cc
14180         (pdf_document_thumbnails_get_thumbnail): initial stab at
14181         implementing thumbnail support for pdfs.  It only does documents
14182         with precached pdfs now.
14183
14184 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
14185
14186         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
14187         thumbnail code into a time-based idle as well.  Also, turn off the
14188         shadow temporarily as it's really slow.
14189
14190 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14191
14192         * backend/ev-document.c: (ev_document_class_init):
14193         * pdf/xpdf/pdf-document.cc:
14194         * shell/ev-window.c: (ev_window_open):
14195
14196         Fix document title bugs and fallback to
14197         filename when not available.
14198
14199 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14200
14201         * backend/ev-document.c: (ev_document_get_type),
14202         (ev_document_class_init), (ev_document_load),
14203         (ev_document_get_title):
14204         * backend/ev-document.h:
14205         * pdf/xpdf/pdf-document.cc:
14206         * ps/ps-document.c: (ps_document_set_property),
14207         (ps_document_get_property), (ps_document_class_init),
14208         (document_load):
14209         * ps/ps-document.h:
14210         * ps/ps.h:
14211         * shell/ev-window.c: (update_window_title), (ev_window_open),
14212         (ev_window_init):
14213
14214         Initial support for document title. Not working yet.
14215
14216 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14217
14218         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
14219
14220         Grab focus on the view when clicking it
14221
14222 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14223
14224         * shell/ev-marshal.list:
14225         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
14226         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
14227
14228         Add key bindings to the view. Now if the focus would work
14229         right...
14230
14231 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14232
14233         * Makefile.am:
14234         * backend/Makefile.am:
14235         * data/Makefile.am:
14236         * dvi/Makefile.am:
14237         * dvi/dvilib/Makefile.am:
14238         * pdf/xpdf/Makefile.am:
14239         * po/POTFILES.in:
14240         * ps/Makefile.am:
14241
14242         Fix distcheck
14243
14244 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14245
14246         * shell/ev-view.c: (ev_view_realize):
14247
14248         Fix mouse wheel scrolling
14249
14250 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14251
14252         * ps/Makefile.am:
14253         * ps/gstypes.h:
14254         * ps/gtkgs.c:
14255         * ps/gtkgs.h:
14256         * ps/ps-document.c: (catchPipe), (ps_document_init),
14257         (ps_document_class_init), (ps_document_cleanup),
14258         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
14259         (set_up_page), (close_pipe), (is_interpreter_ready),
14260         (interpreter_failed), (output), (input), (start_interpreter),
14261         (stop_interpreter), (file_length), (file_readable),
14262         (check_filecompressed), (check_pdf), (compute_xdpi),
14263         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
14264         (ps_document_get_type), (ps_document_emit_error_msg),
14265         (document_load), (ps_document_next_page),
14266         (ps_document_get_current_page), (ps_document_get_page_count),
14267         (ps_document_goto_page), (ps_document_set_page_size),
14268         (ps_document_zoom_to_fit), (ps_document_set_zoom),
14269         (ps_document_load), (ps_document_get_n_pages),
14270         (ps_document_set_page), (ps_document_get_page),
14271         (ps_document_widget_event), (ps_document_set_target),
14272         (ps_document_set_scale), (ps_document_set_page_offset),
14273         (ps_document_get_page_size), (ps_document_render),
14274         (ps_document_document_iface_init):
14275         * ps/ps-document.h:
14276         * ps/ps.c:
14277         * shell/ev-window.c: (ev_window_open):
14278
14279         Rename GtkGS to PSDocument
14280
14281 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14282
14283         * ps/gtkgs.c: (gtk_gs_class_init):
14284         * ps/gtkgs.h:
14285
14286         Some more leftover...
14287
14288 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14289
14290         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
14291         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
14292         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
14293         * ps/gtkgs.h:
14294
14295         Remove unused code and make a lot of stuff private
14296
14297 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14298
14299         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
14300         (gtk_gs_defaults_changed):
14301         * ps/gsdefaults.h:
14302         * ps/gtkgs.c:
14303         * ps/gtkgs.h:
14304         * ps/ps.h:
14305
14306         Cleanup headers dependencies
14307
14308 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14309
14310         * ps/Makefile.am:
14311         * ps/ggvutils.c:
14312         * ps/ggvutils.h:
14313         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
14314         * ps/gsdefaults.h:
14315         * ps/gtkgs.c: (file_length), (file_readable),
14316         (check_filecompressed), (check_pdf), (gtk_gs_load),
14317         (gtk_gs_get_postscript):
14318
14319         Get rid of ggvutils
14320
14321 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14322
14323         * ps/ggvutils.c:
14324         * ps/ggvutils.h:
14325         * ps/gsio.h:
14326         * ps/gtkgs.c: (gtk_gs_set_zoom):
14327
14328         Cleanups
14329
14330 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14331
14332         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
14333
14334         Ensure the page is rerendered when changing zoom
14335
14336 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14337
14338         * backend/ev-document.c: (ev_document_base_init),
14339         (ev_document_changed):
14340         * backend/ev-document.h:
14341
14342         Add a changed event that is emitted when the page content
14343         changes. This is necessary to deal with the fact that
14344         in ps backend rendering happen asycrounously.
14345         This makes the ps backend mostly work.
14346
14347         * pdf/xpdf/pdf-document.cc:
14348
14349         Emit changed event
14350
14351         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
14352         (ps_document_set_target):
14353
14354         Emit changed event
14355
14356         * shell/ev-view.c: (document_changed_callback),
14357         (ev_view_set_document), (ev_view_set_page):
14358
14359         Redraw on the changed signal
14360
14361 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
14362
14363         * configure.ac: Added pt_BR to ALL_LINGUAS.
14364
14365 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
14366
14367         * backend/ev-document-bookmarks.c:
14368         (ev_document_bookmarks_get_child): *
14369         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
14370         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
14371         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
14372         (ev_sidebar_bookmarks_destroy),
14373         (ev_sidebar_bookmarks_class_init),
14374         (ev_sidebar_bookmarks_construct), (stack_data_free),
14375         (do_one_iteration), (populate_bookmarks_idle),
14376         (ev_sidebar_bookmarks_clear_document),
14377         (ev_sidebar_bookmarks_set_document): *
14378         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
14379         (ev_sidebar_add_page),
14380         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
14381         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
14382         it displays both the topics and the page numbers.
14383
14384 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
14385
14386         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
14387         toggle.
14388         * shell/ev-window.c (toggle_entries): Set sidebar default value to
14389         visible.
14390
14391 2004-12-23  Adam Weinberger  <adamw@gnome.org>
14392
14393         * configure.ac: Added en_CA to ALL_LINGUAS.
14394
14395 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14396
14397         * ChangeLog: replace bottom of this ChangeLog (merged history of
14398         ggv and gpdf; where all paths were wrong and most of the files are
14399         not even in this tree) with ChangeLog (from arch) of the shell
14400         code.
14401
14402 2004-12-23  Havoc Pennington  <hp@redhat.com>
14403
14404         * shell/ev-window.c: hook up potentially-questionable "find
14405         results status text" feature - something involving the sidebar or
14406         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
14407         might be better in the end.
14408
14409         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
14410         with corresponding signal when it should be updated
14411
14412         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
14413
14414 2004-12-22  Havoc Pennington  <hp@redhat.com>
14415
14416         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
14417         find stuff on other pages, sort of (only returns one result on
14418         invisible pages, to show they have results; updates full results
14419         for a page when you view it). Currently repaints the current page
14420         every time a new result is found on any page, which isn't so nice.
14421
14422 2004-12-22  Havoc Pennington  <hp@redhat.com>
14423
14424         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
14425         the document doesn't support find (better ideas?)
14426         (find_bar_search_changed_cb): handle missing document or document
14427         that doesn't support find
14428
14429         * pdf/xpdf/pdf-document.cc: port to implement the new
14430         EvDocumentFindIface
14431
14432         * backend/ev-document-find.c: create a new interface for searching
14433
14434         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
14435
14436 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14437
14438         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
14439         libevbackend.la.
14440
14441         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
14442         EvPrintJob constructor arguments.
14443
14444         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
14445         for documents that can export PostScript (page by page).
14446
14447         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
14448         
14449         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
14450         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
14451         (pdf_document_ps_exporter_iface_init:
14452         Implement EvPSExporter.
14453
14454         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
14455
14456 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14457
14458         * backend/Makefile.am:
14459         * backend/ev-document-thumbnails.c:
14460         (ev_document_thumbnails_get_type),
14461         (ev_document_thumbnails_get_thumbnail):
14462         * backend/ev-document-thumbnails.h:
14463         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
14464         (pixbuf_document_thumbnails_get_thumbnail),
14465         (pixbuf_document_document_thumbnails_iface_init):
14466         * shell/Makefile.am:
14467         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
14468         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
14469         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
14470         * shell/ev-sidebar-thumbnails.h:
14471         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
14472         (ev_sidebar_set_document):
14473         * shell/ev-utils.c: (gaussian), (create_blur_filter),
14474         (create_shadow), (ev_pixbuf_add_shadow):
14475         * shell/ev-utils.h:
14476         Add thumbnail support.
14477         
14478 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14479
14480         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
14481         (using_postscript_printer): Set up a print dialog for "PostScript
14482         injection" method.
14483
14484         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
14485         EvPrintJob.
14486
14487         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
14488
14489 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14490
14491         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
14492         (ps_document_set_target), (ps_document_get_page_size),
14493         (ps_document_render):
14494         * ps/gtkgs.h:
14495
14496         Fix a few bugs
14497
14498 2004-12-22  Christian Rose  <menthos@menthos.com>
14499
14500         * configure.ac: Added "sv" to ALL_LINGUAS.
14501
14502 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
14503
14504         * backend/ev-document-bookmarks.[ch]: new interface to indicate
14505         document supports bookmarks.
14506
14507 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14508
14509         * ps/ggvutils.c: (ggv_file_readable):
14510         * ps/ggvutils.h:
14511         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
14512         (gtk_gs_get_postscript):
14513
14514         Remove unused utils
14515
14516 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14517
14518         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
14519         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
14520         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
14521         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
14522         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
14523         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
14524         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
14525         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
14526         (gtk_gs_set_antialiasing), (ps_document_load),
14527         (ps_document_render):
14528         * ps/gtkgs.h:
14529
14530         Another check point for the ps backend. Now I can get it to show
14531         pages!
14532
14533 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
14534
14535         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
14536         document setting code.
14537
14538 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14539
14540         * shell/eggfindbar.c: (entry_activate_callback):
14541         Animate the next button when activate is pressed.
14542         
14543 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14544
14545         * shell/ev-window.c: (ev_window_cmd_edit_find),
14546         (update_fullscreen_popup), (ev_window_fullscreen),
14547         (ev_window_unfullscreen), (ev_window_state_event_cb),
14548         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
14549         Fix bugs in fullscreen code.
14550         
14551 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14552
14553         * Makefile.am:
14554         * configure.ac:
14555         * pixbuf/Makefile.am:
14556         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
14557         (pixbuf_document_load), (pixbuf_document_get_n_pages),
14558         (pixbuf_document_set_page), (pixbuf_document_get_page),
14559         (pixbuf_document_set_target), (pixbuf_document_set_scale),
14560         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
14561         (pixbuf_document_render), (pixbuf_document_begin_find),
14562         (pixbuf_document_end_find), (pixbuf_document_finalize),
14563         (pixbuf_document_class_init),
14564         (pixbuf_document_document_iface_init), (pixbuf_document_init):
14565         * pixbuf/pixbuf-document.h:
14566         * shell/Makefile.am:
14567         * shell/ev-application.c: (ev_application_open):
14568         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
14569         (ev_window_open):
14570         Add pixbuf backend.
14571         
14572 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
14573
14574         * Makefile.am: 
14575         * dvi/dvilib/Makefile.am:
14576         * dvi/Makefile.am:
14577         * configure.ac: Auto*ify dvi and dvi/dvilib
14578
14579         * dvi/Makefile: Remove from CVS
14580         
14581         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
14582         confusion.
14583
14584         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
14585         
14586         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
14587         
14588 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14589
14590         * ps/Makefile.am:
14591         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
14592         (gtk_gs_value_adjustment_changed), (compute_size),
14593         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
14594         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
14595         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
14596         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
14597         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
14598         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
14599         (ps_document_load), (ps_document_get_n_pages),
14600         (ps_document_set_page), (ps_document_get_page),
14601         (ps_document_set_target), (ps_document_set_scale),
14602         (ps_document_set_page_offset), (ps_document_get_page_size),
14603         (ps_document_render), (ps_document_begin_find),
14604         (ps_document_end_find), (ps_document_document_iface_init):
14605         * ps/gtkgs.h:
14606         * shell/Makefile.am:
14607         * shell/ev-window.c: (ev_window_open):
14608
14609         Some work to integrate gtkgs with EvDocument
14610
14611 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14612
14613         * shell/ev-window.c: (update_fullscreen_popup),
14614         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
14615         (exit_fullscreen_button_clicked_cb),
14616         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
14617         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
14618         (ev_window_state_event_cb), (ev_window_init):
14619         Add fullscreen support from Epiphany.
14620         
14621 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14622
14623         * data/ev-stock-zoom-fit-width.png: fit-width
14624         stock icon from gpdf.
14625         
14626         * shell/ev-stock-icons.[ch]: copied from gpdf.
14627         
14628         * shell/main.c: (main): init stock icons.
14629         
14630         * shell/ev-window.c: use the fit-width icon.
14631         
14632         * data/evince-ui.xml: add zooming toolbar items.
14633
14634 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14635
14636         * shell/ev-view.c: 
14637         (ev_view_best_fit), (ev_view_fit_width): because
14638         get_page_size() returns the scaled page size, we
14639         need to calculate the scale factor relative to
14640         the previous scale factor. Should really just
14641         add get_real_page_size().
14642
14643 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14644
14645         * shell/ev-view.[ch]:
14646         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
14647         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
14648         add zooming.
14649         
14650         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
14651         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
14652         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
14653         hook it up.
14654         
14655         * pdf/xpdf/pdf-document.cc:
14656         (pdf_document_begin_find),
14657         (pdf_document_end_find): make static.
14658
14659 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14660
14661         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
14662
14663         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
14664         names to fontconfig patterns.
14665         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
14666
14667         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
14668         setupBaseFontsFc.
14669
14670 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14671
14672         * Makefile.am:
14673         * configure.ac:
14674         * ps/Makefile.am:
14675         * ps/ggvutils.c:
14676         * ps/ggvutils.h:
14677         * ps/gsdefaults.c:
14678         * ps/gsdefaults.h:
14679         * ps/gsio.c:
14680         * ps/gsio.h:
14681         * ps/gtkgs.c:
14682         * ps/gtkgs.h:
14683         * ps/ps.c:
14684         * ps/ps.h:
14685
14686         Import ggv backend. Not hooked up yet.
14687
14688 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14689
14690         * shell/main.c: (load_files), (main): load files
14691         from the command line.
14692
14693 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14694
14695         * configure.ac: don't require bonobo.
14696         
14697         * cut-n-paste/recent-files/*: kill bonobo recent
14698         view.
14699
14700         * shell/ev-window.c:
14701         (ev_window_is_empty): upd.
14702         (unable_to_load), (ev_window_open): load backend
14703         based on the mime type.
14704
14705 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14706
14707         * backend/.cvsignore: ignore generated marshalers source.
14708
14709         * shell/main.c (main): this is not epiphany.
14710
14711 2004-12-22  Havoc Pennington  <hp@redhat.com>
14712
14713         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
14714         (expose_bin_window): draw find highlights
14715
14716         * shell/ev-window.c (find_bar_search_changed_cb): implement 
14717         
14718         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
14719         (pdf_document_end_find): implement this interface
14720
14721         * backend/ev-document.c (ev_document_found): add this to emit
14722         signal
14723
14724 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
14725
14726         * data/evince-ui.xml: Add a few more toolbar items.
14727
14728         * shell/ev-window.c: Hook up page navigation toolbar 
14729         items.
14730
14731         * shell/ev-view.[ch]: add ev_view_set/get_page and 
14732         a page-changed signal.
14733
14734         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
14735         Add ev_document_get_page().
14736
14737         * shell/ev-window.c: Sensitize/desensitize navigation
14738         actions.
14739
14740 2004-12-21  Havoc Pennington  <hp@redhat.com>
14741
14742         * backend/ev-backend-marshal.c,
14743         backend/ev-backend-marshalers.list, backend/Makefile.am: add
14744         marshaler-generator thingy. I'm sure there's a better way to do
14745         this in the modern world.
14746
14747         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
14748         end_find methods and "found" signal.
14749
14750         * configure.ac: find glib-genmarshal
14751
14752 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
14753
14754         * shell/ev-sidebar.c: Construct an actual sidebar.
14755         * shell/ev-sidebar-bookmarks.[ch]:
14756         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
14757
14758 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
14759
14760         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
14761         Redo size handling.
14762         
14763         * shell/ev-view.c: Track the size from the document.
14764
14765 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
14766
14767         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
14768         constructor assumes ownership of the string passed in.
14769         
14770         * shell/ev-window.c (ev_window_open): Destroy the error
14771         dialog once we've displayed it.
14772
14773 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
14774
14775         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
14776         a bit, it works! (sort of)
14777
14778         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
14779         Move to .cc since we need to use C++ in the implementation.
14780
14781         * shell/dummy.cc: Add a CC file to force evince
14782         to be linked as a C++ program.
14783
14784 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
14785
14786         * shell/ev-view.[ch]: Start of content-area widget.
14787
14788         * shell/ev-window.c: Create a EvView, update it
14789         as we change documents.
14790
14791         * shell/Makefile.am shell/ev-marshal.list: Add
14792         generated marshalers.
14793
14794 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
14795
14796         * Makefile.am (SUBDIRS): move shell.
14797
14798 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
14799
14800         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
14801         .a to libtool convenience libraries.
14802
14803         * shell/ev-window.c (ev_window_open): Hard code loading
14804         a PDF document.
14805         
14806         * backend/ev-document.h: Add a boolean return to load(),
14807         fix GError * to GError **.
14808
14809         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
14810         object for a PDF backend EvDocument.
14811
14812 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
14813
14814         * dvi/*: New directory with the beginning of a .dvi backend.
14815
14816 2004-12-21  Havoc Pennington  <hp@redhat.com>
14817
14818         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
14819         previous/next instead of back/forward
14820
14821 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
14822
14823         * backend/ev-document.[ch]: Fix a couple of problems so
14824         it compile.
14825
14826 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
14827
14828         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
14829         to backend/ directory, rename EvViewer to EvDocument.
14830
14831 2004-12-21  Havoc Pennington  <hp@redhat.com>
14832
14833         * shell/ev-window.c: hook up the find bar widget; now we just need
14834         a document to find things in
14835
14836         * shell/eggfindbar.c: a find bar widget
14837
14838 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
14839
14840         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
14841
14842 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
14843
14844         * pdf/**: Import of xpdf code from gpdf. 
14845
14846         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
14847
14848         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
14849         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
14850         Fix FreeType includes.
14851
14852         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
14853         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
14854         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
14855         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
14856         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
14857         Include xpdfconfig.h
14858         
14859 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
14860
14861         * shell/ev-window.c (ev_window_dispose): dispose can be called
14862         multiple times.
14863
14864 2004-12-21  Havoc Pennington  <hp@redhat.com>
14865
14866         * shell/ev-window.c (ev_window_init): set title to Document Viewer
14867         rather than Evince
14868
14869         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
14870         items; really they should be synced with the strings, etc. from
14871         current gpdf, but just getting the boring typing out of the way 
14872
14873 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14874
14875         * po/POTFILES.in:
14876         * shell/ev-application.c: (window_destroy_cb):
14877         * shell/ev-window.c:
14878         * shell/main.c: (main):
14879
14880         Actually show the window...
14881
14882 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14883
14884         * Makefile.am:
14885         * shell/Makefile.am:
14886         * shell/ev-application.c: (ev_application_class_init):
14887         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
14888
14889         Make it build again
14890
14891 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14892
14893         Import to gnome cvs.
14894         
14895         * Remove copies of gpdf and ggv trees.
14896         * Rip out all the recursive configure code.
14897         * Remove bonobo machinery.
14898         * viewer/*: GInterfaces that backends should/can implement.
14899
14900 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14901
14902         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
14903         typo
14904
14905 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14906
14907         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
14908         (ev_application_finalize, ev_application_class_init)
14909         (ev_application_init): use GType instance private data for priv.
14910
14911         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
14912         (ev_window_finalize, ev_window_class_init)
14913         (ev_window_init): ditto.
14914
14915 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14916
14917         * shell/ev-application.c (ev_application_new_window): make public
14918         (ev_application_show_initial_window): kill.
14919
14920         * shell/ev-application.h: update prototypes.
14921
14922         * shell/main.cc (main): inline ev_application_show_initial_window.
14923
14924 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14925
14926         * shell/ev-application.c (ev_application_new_window): impl.
14927         (ev_application_show_initial_window): use it.
14928         (is_window_empty, ev_application_get_empty_window): returns an
14929         existing empty window or a new one.
14930         (ev_application_open): from ev_window_cmd_file_open.
14931
14932         * shell/ev-application.h: update prototypes
14933
14934         * shell/ev-window.c (ev_window_is_empty): impl.
14935         (ev_window_open): make public.
14936         (ev_window_cmd_file_open): use ev_application_open
14937
14938         * shell/ev-window.h: update prototypes, remove unused.
14939
14940 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14941
14942         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
14943         move destroy handler out of here...
14944
14945         * shell/ev-application.c, shell/ev-application.h: ...into this new
14946         class. Also handles initial window creation.
14947
14948         * shell/main.cc (main): use EvApplication to create initial
14949         window.
14950
14951 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14952
14953         * Makefile.am (SUBDIRS): add cut-n-paste
14954
14955         * cut-n-paste/Makefile.am: add
14956
14957         * configure.ac: generate Makefiles in cut-n-paste
14958
14959 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14960
14961         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
14962         (ev_window_class_init): install ev_window_dispose.
14963
14964 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14965
14966         * shell/ev-window.h, shell/ev-window.c: replace gchar with
14967         char (gchar looks stupid).
14968
14969 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14970
14971         * po/de.po: updated German translation.
14972
14973 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14974
14975         * configure.ac: add more pkg-config library checks for gnome-vfs,
14976         bonobo etc.
14977
14978         * gpdf/configure.in: temporarily disable libpaper
14979         checks. Otherwise I'd have to add the checks for the shell, too.
14980
14981 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14982
14983         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
14984         and * file filters to the file choose.
14985
14986 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14987
14988         * po/de.po: Updated German translation.
14989
14990 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14991
14992         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
14993
14994 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14995
14996         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
14997
14998         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
14999         (ev_window_init): implement those menuitems.
15000
15001 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15002
15003         * data/evince-ui.xml: add a toolbar (with FileOpen action)
15004
15005         * shell/ev-window.c (ev_window_init): use the toolbar.
15006
15007 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15008
15009         * shell/ev-window.c (ev_window_init): use menu translations
15010
15011 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15012
15013         * configure.ac: add "de" to ALL_LINGUAS.
15014
15015         * po/de.po: add German translation.
15016
15017 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15018
15019         * Makefile.am (SUBDIRS): add po
15020
15021         * configure.ac: check intltool, glib-gettext etc, generate
15022         po/Makefile.in
15023
15024         * po, po/POTFILES.in, po/POTFILES.skip: new.
15025
15026 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15027
15028         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
15029         already use (#ifdef ENABLE_NLS)
15030
15031         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
15032         pointer indirection thinko.
15033
15034         * shell/main.c: include gi18n.h for bindtextdomain etc.
15035
15036 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15037
15038         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
15039         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
15040         tooltips for menu items in the statusbar.
15041
15042 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15043
15044         * configure.ac, data/Makefile.am, shell/Makefile.am: use
15045         pkgdatadir drop UIDIR
15046
15047 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15048
15049         * data/evince-ui.xml: Add File->Open menu item
15050
15051         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
15052         chooser), hook it up in the ui manager.
15053
15054 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15055
15056         * shell/ev-window.c: fix Help->About tooltip.
15057
15058 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
15059
15060         * configure.ac: set CFLAGS for libevprivate.
15061
15062         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
15063         definitions, factory etc.
15064
15065         * lib/Makefile.am: build libevprivate.a (only stock icon code).
15066
15067         * shell/Makefile.am: link against libevprivate.a.
15068
15069         * shell/ev-window.c (entries): add stock icon to Help->About.
15070
15071         * shell/main.c (main): init stock icon code.
15072
15073 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15074
15075         * lib/recent-files: egg recent files code
15076
15077         * lib/Makefile.am: add.
15078
15079         * Makefile.am: add lib subdir.
15080
15081         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
15082         set CFLAGS for recent-files.
15083
15084 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15085
15086         * configure.ac: disable -ansi and -pedantic gcc flags. They
15087         disable POSIX stuff in stdio.h, but egg-recent uses them.
15088
15089 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
15090
15091         * configure.ac: add --disable-deprecated flag (defaults to on in
15092         "cvs" builds).
15093
15094         * shell/Makefile.am (INCLUDES): use it.
15095
15096 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15097
15098         * shell/main.c: add missing #include.
15099
15100         * shell/ev-window.c: fix for pedantic gcc.
15101         (ev_window_cmd_help_about): split license into paragraphs for
15102         translators and pedantic compilers.
15103
15104 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15105
15106         * configure.ac: add more warning flags if compiling with gcc from
15107         cvs (or explicitly requested with --enable-more-warnings).
15108
15109 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15110
15111         * data/evince-ui.xml: add File and File->Close menu.
15112
15113         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
15114         (ev_window_destroy): quit after destroy.
15115         (ev_window_class_init): override GtkObject::destroy.
15116         (entries): install close_window callback.
15117
15118 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15119
15120         * Makefile.am (SUBDIRS): add data subdir.
15121
15122         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
15123         gtk+ 2.5.0 for GtkAboutDialog.
15124
15125         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
15126         main window.
15127
15128         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
15129
15130         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
15131         manager.
15132         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
15133
15134 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15135
15136         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
15137
15138 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15139
15140         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
15141
15142 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15143
15144         * shell/*: Added shell directory boilerplate, build it.
15145
15146 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15147
15148         * configure.ac, Makefile.am: Added top-level configure.ac and
15149         Makefile.am