]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Bug 558084 – simplify drag data handling
[evince.git] / ChangeLog
1 2009-01-18  Christian Persch  <chpe@gnome.org>
2
3         * libview/ev-view.c: (ev_view_drag_data_get),
4         (ev_view_drag_motion), (ev_view_update_primary_selection),
5         (clear_link_selected):
6         * shell/ev-sidebar-attachments.c:
7         (ev_sidebar_attachments_drag_data_get),
8         (ev_sidebar_attachments_get_property),
9         (ev_sidebar_attachments_init):
10         * shell/ev-window.c: Update drag handling code to use the
11         gtk_*_add_uri_targets and gtk_*_add_text_targets targets instead of
12         hardcoding the targets lists. Bug #558084.
13
14 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
15
16         * libdocument/Makefile.am:
17         * libdocument/ev-backend-marshal.c:
18         * libdocument/ev-backend-marshalers.list:
19         * libdocument/ev-document.c:
20
21         Remove unused marshalers stuff from libdocument.
22         
23 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
24
25         * po/POTFILES.in:
26
27         Update for the current source tree.
28         
29 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
30
31         * configure.ac:
32         * Makefile.am:
33         * libdocument/Makefile.am:
34         * libview/Makefile.am:
35         * libview/ev-job-scheduler.[ch]:
36         * libview/ev-jobs.[ch]:
37         * libview/ev-page-cache.[ch]:
38         * libview/ev-pixbuf-cache.[ch]:
39         * libview/ev-timeline.[ch]:
40         * libview/ev-transition-animation.[ch]:
41         * libview/ev-view-accessible.[ch]:
42         * libview/ev-view-marshal.list:
43         * libview/ev-view.[ch]:
44         * shell/Makefile.am:
45
46         Move EvView specific code to a libeviview library so that it can
47         be embbeded in other applications. Based on patches by Tomeu
48         Vizoso. Fixes bug #567751.
49         
50 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
51
52         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
53         * shell/ev-window.c: (ev_window_load_job_cb),
54         (ev_window_load_job_cb), (ev_window_open_uri),
55         (ev_window_reload_local), (ev_window_dispose):
56
57         Remove dest, mode and search_string from EvJobLoad since they are
58         not really needed by the job, but for the window.
59         
60 2009-01-17  Carlos Garcia Campos  <carlosgc@gnome.org>
61
62         * shell/ev-view.c: (ev_view_drag_data_received),
63         (ev_view_class_init), (ev_view_init):
64         * shell/ev-window.c: (ev_window_drag_data_received),
65         (ev_window_class_init), (ev_window_init):
66
67         Make the whole EvWindow the destination of a drag and drop
68         operation.
69         
70 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
71
72         * shell/ev-window.c: (window_open_file_copy_progress_cb):
73
74         Add missing brakets around the percentage in progress
75         messages. See bug #567910.
76         
77 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
78
79         * shell/ev-application.c: (ev_application_open_window),
80         (ev_application_open_uri_at_dest):
81
82         Do no use gdk_x11_* when not available. Based on patch by Hib
83         Eris, see bug #339172.
84         
85 2009-01-16  Hib Eris  <hib@hiberis.nl>
86
87         * configure.ac:
88         * properties/ev-properties-view.c:
89         (ev_properties_view_format_date):
90
91         Check for localtime_r. See bug #339172.
92         
93 2009-01-16  Hib Eris  <hib@hiberis.nl>
94
95         * shell/main.c:
96
97         Include gdkx only for dbus support. See bug #339172.
98         
99 2009-01-16  Tomeu Vizoso  <tomeu@sugarlabs.org>
100
101         * shell/ev-view.c: (ev_view_set_zoom_for_size):
102
103         Expose ev_view_set_zoom_for_size for embedders to use. Fixes bug
104         #567785.
105         
106 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
107
108         * shell/ev-window.c: (reload_remote_copy_progress_cb),
109         (window_save_file_copy_progress_cb):
110
111         Use brakets around the percentage in progress messages. See bug
112         #567910.
113         
114 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
115
116         * shell/ev-window.c: (reload_remote_copy_ready_cb):
117
118         Fix typo in error message. See bug #567910.
119         
120 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
121
122         * shell/ev-window.c: (ev_window_cmd_file_close_window):
123
124         Fix mnemonic conflict. Fixes bug #567937.
125         
126 2009-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
127
128         * NEWS:
129         * configure.ac:
130
131         Update for release 2.25.4
132         
133 2009-01-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
134
135         * configure.ac:
136         
137         GLib version requirement bumped to 2.18 due to g_set_error_literal.
138         Thanks to Christian Spurk.
139
140 2008-12-31  Hib Eris  <hib@hiberis.nl>
141         
142         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri):
143
144         Fix mime type handling.
145         
146 2008-12-31  Carlos Garcia Campos  <carlosgc@gnome.org>
147
148         * po/POTFILES.in:
149
150         Add ev-print-operation.c.
151         
152 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
153
154         * shell/ev-window.c: (ev_window_clear_progress_idle),
155         (reset_progress_idle), (ev_window_show_progress_message),
156         (ev_window_reset_progress_cancellable),
157         (ev_window_progress_response_cb), (show_loading_progress),
158         (ev_window_load_remote_failed), (window_open_file_copy_ready_cb),
159         (window_open_file_copy_progress_cb), (ev_window_load_file_remote),
160         (show_reloading_progress), (reload_remote_copy_ready_cb),
161         (reload_remote_copy_progress_cb), (query_remote_uri_mtime_cb),
162         (show_saving_progress), (window_save_file_copy_ready_cb),
163         (window_save_file_copy_progress_cb), (ev_window_save_remote),
164         (ev_window_dispose):
165
166         Show progress information when loading/saving remote files. Fixes
167         bug #370958.
168         
169 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
170
171         * libdocument/ev-file-helpers.c: (ev_tmp_file_unlink):
172
173         Show better warning message when temp file cannot be deleted.
174         
175 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
176
177         * shell/ev-window.c: (image_save_dialog_response_cb):
178
179         Fix saving images to remote locations.
180         
181 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
182
183         * shell/ev-application.[ch]: (ev_application_shutdown),
184         (ev_application_get_print_settings_file),
185         (ev_application_save_print_settings),
186         (ev_application_get_print_settings),
187         (ev_application_set_print_settings),
188         (ev_application_get_page_setup), (ev_application_set_page_setup):
189         * shell/ev-window.c: (ev_window_save_print_page_setup),
190         (ev_window_load_print_page_setup_from_metadata),
191         (ev_window_print_page_setup_done_cb),
192         (ev_window_cmd_file_print_setup), (ev_window_do_preview_print),
193         (ev_window_cmd_preview_print):
194
195         Remember page setup options too. Paper size is globally remembered
196         while page margins are stored per document in metadata file. Fixes
197         bugs #525185 and #349102.
198         
199 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
200
201         * shell/ev-print-operation.c:
202         (ev_print_operation_export_print_dialog_response_cb):
203
204         Fallback to EV_FILE_FORMAT_PS when file_format is not defined.
205         
206 2008-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
207
208         * shell/ev-print-operation.c: (export_cancel),
209         (export_job_cancelled), (ev_print_operation_export_begin),
210         (ev_print_operation_export_cancel):
211         * shell/ev-window.c: (ev_window_print_cancel),
212         (ev_window_print_update_pending_jobs_message),
213         (ev_window_print_operation_done),
214         (ev_window_print_operation_status_changed),
215         (print_jobs_confirmation_dialog_response),
216         (ev_window_cmd_file_close_window):
217
218         Show a confirmation dialog when there are pending print jobs while
219         closing the main window. Fixes bug #480964.
220         
221 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
222
223         * shell/ev-print-operation.[ch]: (ev_print_operation_class_init),
224         (ev_print_operation_get_job_name),
225         (ev_print_operation_get_status),
226         (ev_print_operation_get_progress),
227         (ev_print_operation_update_status),
228         (ev_print_operation_export_get_job_name), (clamp_ranges),
229         (get_first_and_last_page), (ev_print_operation_export_run_next),
230         (print_job_finished), (export_print_done), (export_job_cancelled),
231         (update_progress), (export_print_page),
232         (ev_print_operation_export_begin),
233         (ev_print_operation_export_print_dialog_response_cb),
234         (ev_print_operation_export_run),
235         (ev_print_operation_export_cancel),
236         (ev_print_operation_export_class_init):
237         * shell/ev-window.c:
238         (ev_window_print_update_pending_jobs_message),
239         (ev_window_print_operation_done),
240         (ev_window_print_progress_response_cb),
241         (ev_window_print_operation_status_changed),
242         (ev_window_print_operation_begin_print), (ev_window_print_range),
243         (ev_window_dispose):
244
245         Show progress information when printing. Fixes bug #482770.
246         
247 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
248
249         * shell/Makefile.am:
250         * shell/ev-progress-message-area.[ch]:
251         * shell/ev-message-area.[ch]: (ev_message_area_init),
252         (ev_message_area_set_image_from_stock):
253
254         Add EvProgressMessageArea derived from EvMessageArea to show
255         progress information in the message area. 
256         
257 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
258
259         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
260
261         Use GTK_RESPONSE_CLOSE instead of GTK_RESPONSE_CANCEL for the
262         close button. Add a function to get the contents of the message
263         area.
264         
265 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
266
267         * shell/Makefile.am:
268         * shell/ev-print-operation.[ch]:
269         * shell/ev-jobs.[ch]: (ev_job_export_init),
270         (ev_job_export_dispose), (ev_job_export_run),
271         (ev_job_export_class_init), (ev_job_export_new),
272         (ev_job_export_set_page):
273         * shell/ev-window.c: (ev_window_print_operation_done),
274         (ev_window_print_range), (ev_window_dispose):
275
276         First step of the printing system rework. EvJobPrint has been
277         replaced by EvJobExport so that every page is scheduled to be
278         exported in a thread instead of scheduling the whole printing
279         process. This way the gui is responsive during printing.
280         
281 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
282
283         * shell/ev-window.c: (setup_size_from_metadata),
284         (ev_window_load_print_settings_from_metadata):
285
286         Fix memory leaks.
287         
288 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
289
290         * libdocument/ev-document.c: (ev_document_get_type):
291
292         Add GObject type as prerequisite to EvDocument interface so that
293         document instances can be used as GObjects.
294         
295 2008-12-19  Carlos Garcia Campos  <carlosgc@gnome.org>
296
297         * shell/ev-view.c: (jump_to_find_result):
298
299         Only jump the the location of the find result for the first match
300         when searching. It drastically improves the performance when
301         searching. Bug catched and fixed by Michael Hunold. Fixes bug
302         #564774.
303         
304 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
305
306         * properties/ev-properties-main.c: (ev_properties_get_pages):
307         * properties/ev-properties-view.[ch]:
308         (ev_properties_view_dispose), (ev_properties_view_class_init),
309         (ev_properties_view_set_info), (ev_properties_view_new):
310         * shell/ev-properties-dialog.[ch]:
311         (ev_properties_dialog_set_document):
312         * shell/ev-window.c: (ev_window_setup_document),
313         (ev_window_cmd_file_properties):
314
315         Add document URI to properties page. Fixes bug #555376.
316         
317 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
318
319         * configure.ac:
320         * data/Makefile.am:
321         * data/evince-password.glade: Removed
322         * data/evince-properties.glade: Removed
323         * properties/ev-properties-view.c:
324         (ev_properties_view_class_init), (set_property),
325         (ev_properties_view_set_info), (ev_properties_view_init):
326         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
327         (font_cell_data_func), (ev_properties_fonts_init):
328
329         Remove Glade dependency.
330         
331 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
332
333         * backend/comics/comics-document.c: (comics_document_load):
334
335         Fix zip mime-type in comics backend. Patch by Juanjo Marín.
336         
337 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
338
339         * NEWS:
340         * configure.ac:
341
342         Update for release 2.25.2
343         
344 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
345
346         * configure.ac:
347         * shell/Makefile.am:
348         * shell/ev-keyring.[ch]:
349         * shell/ev-password.[ch]: Removed
350         * shell/ev-password-view.[ch]: (ev_password_view_finalize),
351         (ev_password_view_class_init), (ev_password_view_clicked_cb),
352         (ev_password_view_init), (ev_password_view_set_uri),
353         (ev_password_dialog_got_response),
354         (ev_password_dialog_remember_button_toggled),
355         (ev_password_dialog_entry_changed_cb),
356         (ev_password_dialog_entry_activated_cb),
357         (ev_password_view_ask_password), (ev_password_view_get_password),
358         (ev_password_view_get_password_save_flags),
359         (ev_password_view_new):
360         * shell/ev-window.c: (ev_window_password_view_unlock),
361         (ev_window_load_job_cb), (ev_window_close_dialogs),
362         (ev_window_init):
363
364         Rework the password view. When the password is in the keyring it's
365         used automatically without showing the password dialog and it's  
366         only stored in the keyring when we are sure it's correct. The
367         password dialog has been reworked too, in order to make it
368         more hig compliant and consistent with the GTK+ dialog used in
369         gtkmountoperation. Fixes bug #562496. 
370         
371 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
372
373         * backend/comics/comics-document.c: (comics_document_load):
374
375         Do not trust file extensions when getting the command needed to
376         uncompress comic documents. Fixes bug #562143.
377         
378 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
379
380         * libdocument/ev-document-factory.c: (get_document_from_uri),
381         (ev_document_factory_get_document):
382         * libdocument/ev-file-helpers.[ch]: (get_mime_type_from_uri),
383         (get_mime_type_from_data), (ev_file_get_mime_type):
384
385         Move mime-type functions from document-facrory to file-helpers so
386         that it can be reused.
387         
388 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
389
390         * shell/ev-window.c: (ev_window_load_job_cb), (set_uri_mtime),
391         (window_open_file_copy_ready_cb), (ev_window_reload_local),
392         (reload_remote_copy_ready_cb), (query_remote_uri_mtime_cb),
393         (ev_window_reload_remote), (ev_window_reload_document):
394
395         Add support for reloading remote documents. Fixes bug #555399.
396         
397 2008-11-23  Carlos Garcia Campos  <carlosgc@gnome.org>
398
399         * shell/ev-view.c: (ev_view_find_previous):
400
401         Make sure find_result is never < 0 which causes a crash while
402         searching. Fixes bug #558377.
403         
404 2008-11-19  Marek Kašík <mkasik@redhat.com>
405
406         * shell/ev-pixbuf-cache.c (new_selection_surface_needed),
407         (ev_pixbuf_cache_get_selection_surface):
408         
409         Fixes crash on fast scrolling with simultaneous text selection.
410
411 2008-11-19  Marek Kašík <mkasik@redhat.com>
412
413         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_add_jobs_if_needed):
414         * shell/ev-window.c (launch_external_uri):
415         
416         Fixes assertion fail on selecting text. See bug #561393.
417
418 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
419
420         * shell/Makefile.am:
421         * shell/ev-jobs.[ch]: (ev_job_layers_init),
422         (ev_job_layers_dispose), (ev_job_layers_run),
423         (ev_job_layers_class_init), (ev_job_layers_new):
424         * shell/ev-sidebar-layers.[ch]:
425         * shell/ev-view.[ch]: (ev_view_form_field_button_create_widget),
426         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
427         (ev_view_reload_page), (ev_view_reload):
428         * shell/ev-window.c: (setup_sidebar_from_metadata),
429         (ev_window_sidebar_current_page_changed_cb),
430         (sidebar_layers_visibility_changed), (ev_window_init):
431
432         Add layers support.
433         
434 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
435
436         * data/icons/22x22/actions/Makefile.am:
437         * data/icons/22x22/actions/eye.png:
438         * shell/ev-stock-icons.[ch]:
439         
440         Add eye icon from gimp to hide/show layers.
441         
442 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
443
444         * configure.ac:
445         * cut-n-paste/Makefile.am:
446         * cut-n-paste/gimpcellrenderertoggle/Makefile.am:
447         * cut-n-paste/gimpcellrenderertoggle/gimpcellrenderertoggle.[ch]:
448         * cut-n-paste/gimpcellrenderertoggle/gimpwidgetsmarshal.list:
449
450         Add GimpCellRendererToggle from gimp slightly modified to fit our
451         needs. 
452         
453 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
454
455         * configure.ac:
456         * backend/pdf/ev-poppler.cc:
457
458         Implement layers interface in PDF backend.
459         
460 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
461
462         * libdocument/Makefile.am:
463         * libdocument/ev-document-layers.[ch]:
464         * libdocument/ev-layer.[ch]:
465
466         Add optional content (layers) interface.
467         
468 2008-11-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
469
470         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
471         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
472
473         Removes unused code.
474
475 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
476
477         * NEWS:
478         * configure.ac:
479
480         Update for 2.25.1 release
481
482 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
483
484         * shell/ev-window.c:
485
486         Fix build with GTK+ < 2.14
487
488 2008-11-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
489
490         * cut-n-paste/zoom-control/ephy-zoom-action.c (create_menu_item):
491         
492         Makes menu label translatable. Fixes bug #559129.
493
494 2008-11-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
495
496         * backend/dvi/mdvi-lib/t1.c (t1_reset_resolution),
497         (t1_transform_font):
498         * backend/dvi/mdvi-lib/tt.c (tt_really_load_font), (tt_load_font):
499         
500         More renames of warning to mdvi_warning in follow up to the
501         fix of the bug #553369. Fix for the bug #559257 by
502         Tuxce <tuxce.net@gmail.com>.
503         
504 2008-11-02  Carlos Garcia Campos  <carlosgc@gnome.org>
505
506         * shell/ev-application.c: (ev_application_init_session):
507         * shell/main.c: (main):
508
509         Move the egg_set_desktop_file() call to main and remove
510         gtk_window_set_default_icon_name() since it's already called by
511         egg_set_desktop_file()
512         
513 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
514
515         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
516
517         Initialize GError to NULL.
518         
519 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
520
521         * shell/ev-window.c: (window_save_file_copy_ready_cb),
522         (ev_window_print_finished), (ev_window_print_dialog_response_cb),
523         (ev_window_preview_print_finished), (launch_action):
524
525         Do not use popup dialogs to show error messages anymore, use the
526         message area instead.
527         
528 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
529
530         * shell/ev-window.c: (ev_window_error_message),
531         (ev_window_warning_message), (ev_window_set_document),
532         (ev_window_load_job_cb), (ev_window_load_remote_failed),
533         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
534         (ev_window_cmd_help_contents), (launch_external_uri),
535         (image_save_dialog_response_cb), (image_save_dialog_response_cb),
536         (ev_attachment_popup_cmd_open_attachment),
537         (attachment_save_dialog_response_cb):
538
539         Use a message format (with printf()-style) in
540         ev_window_error_message and ev_window_warning_message.
541
542 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
543
544         * shell/ev-window.c: (ev_window_error_message),
545         (ev_window_warning_message), (ev_window_set_document),
546         (ev_window_load_job_cb), (ev_window_load_remote_failed),
547         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
548         (ev_window_cmd_help_contents), (launch_external_uri),
549         (image_save_dialog_response_cb),
550         (ev_attachment_popup_cmd_open_attachment),
551         (attachment_save_dialog_response_cb):
552
553         Change ev_window_error_message and ev_window_warning_message to
554         receive a EvWindow instead of a GtkWindow. It's more consistent
555         and avoids unneeded casts.
556         
557 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
558
559         * shell/ev-window.c: (ev_window_cmd_help_contents):
560
561         Use gtk_show_uri() when availale to display help contents.
562         
563 2008-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
564
565         * configure.ac:
566         * backend/pdf/ev-poppler.cc:
567         * properties/ev-properties-view.c:
568         * shell/Makefile.am:
569         * shell/ev-tooltip.[ch]: Removed
570         * shell/ev-view-private.h
571         * shell/eggfindbar.c:
572         * shell/ev-application.c:
573         * shell/ev-open-recent-action.c:
574         * shell/ev-sidebar-thumbnails.c:
575         * shell/ev-view.c:
576         * shell/ev-window.c:
577
578         Bump GTK+ requirement to 2.12.
579         
580 2008-10-27 Christian Persch <chpe@gnome.org>
581
582         * backend/djvu/djvu-document.c
583         * backend/dvi/cairo-device.c
584         * cut-n-paste/evmountoperation/ev-mount-operation.h
585         * cut-n-paste/gedit-message-area/gedit-message-area.h
586         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
587         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h
588         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
589         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h
590         * cut-n-paste/toolbar-editor/egg-toolbars-model.c
591         * cut-n-paste/toolbar-editor/egg-toolbars-model.h
592         * cut-n-paste/toolbar-editor/eggtreemultidnd.c
593         * cut-n-paste/toolbar-editor/eggtreemultidnd.h
594         * cut-n-paste/zoom-control/ephy-zoom-action.c
595         * cut-n-paste/zoom-control/ephy-zoom-action.h
596         * cut-n-paste/zoom-control/ephy-zoom-control.c
597         * cut-n-paste/zoom-control/ephy-zoom-control.h
598         * libdocument/ev-async-renderer.h
599         * libdocument/ev-document-factory.c
600         * libdocument/ev-document-misc.h
601         * libdocument/ev-image.h
602         * libdocument/ev-selection.h
603         * shell/ev-properties-fonts.h
604         * shell/ev-stock-icons.h
605         * shell/ev-window.c: Only include glib.h, gdk/gdk.h and gtk/gtk.h
606         directly. Bug #558064.
607
608 2008-10-27 Christian Persch <chpe@gnome.org>
609
610         * cut-and-paste/smclient/*: Update from libegg.
611
612 2008-10-27 Christian Persch <chpe@gnome.org>
613
614         * backend/djvu/djvu-document.c
615         * backend/ps/ev-spectre.c
616         * shell/ev-jobs.c: Use printf safely. Bug #558066.
617
618 2008-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
619
620         * shell/ev-view.c (ev_view_change_page),
621         (ev_view_transition_animation_finish),
622         (ev_view_transition_animation_cancel), (page_changed_cb),
623         (ev_view_set_presentation), (ev_view_next_page),
624         (ev_view_previous_page):
625         
626         Cancel the animation without scheduling transition start
627         and proceed to the next page to fix bug #516749.
628
629 2008-10-19  Carlos Garcia Campos  <carlosgc@gnome.org>
630
631         * NEWS:
632         * configure.ac:
633
634         Update for release 2.24.1
635         
636 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
637
638         * shell/ev-window.c: (ev_window_cmd_view_presentation):
639
640         Disable toggle function of F5 when in presentation mode. Patch by
641         Dave Neary. Fixes bug #556162.
642         
643 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
644
645         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
646         (ev_sidebar_thumbnails_get_loading_icon), (clear_range),
647         (ev_sidebar_thumbnails_fill_model),
648         (ev_sidebar_thumbnails_refresh),
649         (ev_sidebar_thumbnails_set_document):
650
651         Instead of using only one loading icon for thumbnails based on the
652         size of the first page, create an icon for every different page
653         size. Fixes bug #556264.
654         
655 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
656
657         * shell/ev-page-cache.c: (ev_page_cache_finalize):
658
659         Fix memory leak.
660         
661 2008-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
662
663         * shell/ev-window-title.c (ev_window_title_sanitize_title):
664
665         Removes bad prefixes from window title. Patch by 
666         Robin Sonefors <ozamosi@blinkenlights.se> fixes bug #534684.
667         
668 2008-10-12  Carlos Garcia Campos  <carlosgc@gnome.org>
669
670         * shell/ev-window.c: (launch_external_uri):
671
672         Do not consider mailto links as http uris. Fixes bug #555801.
673         
674 2008-10-06  Carlos Garcia Campos  <carlosgc@gnome.org>
675
676         * shell/ev-view.c: (merge_selection_region), (clear_selection):
677
678         Fix memory leak. Fixes bug #555134.
679         
680 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
681
682         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
683
684         Emit the job finished signal when the job is handled before the
685         page_ready callback.
686         
687 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
688
689         * shell/ev-window.c: (launch_action):
690
691         Use GdkAppLaunchContext when available to launch external
692         applications.
693         
694 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
695
696         * shell/ev-window.c: (launch_action):
697
698         Fix launching external applications for launch actions which seems
699         to be broken since the gio port. Fixes bug #554500.
700         
701 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
702
703         * backend/dvi/Makefile.am:
704         * backend/dvi/cairo-device.c:
705         * backend/dvi/dvi-document.c:
706         * backend/dvi/mdvi-lib/Makefile.am:
707
708         Fix several compile warnings in the dvi backend.
709         
710 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
711
712         * backend/dvi/mdvi-lib/common.h:
713         * backend/dvi/mdvi-lib/dviread.c:
714         * backend/dvi/mdvi-lib/font.c:
715         * backend/dvi/mdvi-lib/fontmap.c:
716         * backend/dvi/mdvi-lib/fontsrch.c:
717         * backend/dvi/mdvi-lib/gf.c:
718         * backend/dvi/mdvi-lib/pagesel.c:
719         * backend/dvi/mdvi-lib/pk.c:
720         * backend/dvi/mdvi-lib/sp-epsf.c:
721         * backend/dvi/mdvi-lib/special.c:
722         * backend/dvi/mdvi-lib/tfm.c:
723         * backend/dvi/mdvi-lib/tfmfile.c:
724         * backend/dvi/mdvi-lib/util.c:
725         * backend/dvi/mdvi-lib/vf.c:
726
727         Rename error as mdvi_error to avoid symbol conflicts with the libc
728         error. Rename also message, crash, fatal and warning for
729         consistency. Fixes bug #553369.
730         
731 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
732
733         * backend/dvi/dvi-document.c: (dvi_document_load):
734
735         Fix memory leak.
736         
737 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
738
739         * backend/dvi/dvi-document.c:
740
741         Use EV_BACKEND_IMPLEMENT_INTERFACE instead of
742         G_IMPLEMENT_INTERFACE.
743         
744 2008-09-26  Carlos Garcia Campos  <carlosgc@gnome.org>
745
746         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
747
748         Make sure copy_job_page_and_selection_to_job_info is always called
749         before copy_job_to_job_info. Fixes bug #552382.
750         
751 2008-09-22  Carlos Garcia Campos  <carlosgc@gnome.org>
752
753         * NEWS:
754         * configure.ac:
755
756         Update for release 2.24.0
757         
758 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
759
760         * shell/ev-window.c: (launch_external_uri):
761
762         Use GdkAppLaunchContext when available to launch external uris.
763         
764 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
765
766         * shell/ev-window.c: (launch_external_uri):
767
768         Use the message area to show errors when lauching external uris
769         instead of a popup window.
770         
771 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
772
773         * shell/ev-window.c: (launch_external_uri):
774
775         Assume invalid uris are http uris. Fixes bug #552071.
776         
777 2008-09-09  Carlos Garcia Campos  <carlosgc@gnome.org>
778
779         * NEWS:
780         * configure.ac:
781
782         Update for release 2.23.92.
783         
784 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
785
786         * shell/eggfindbar.c: (egg_find_bar_class_init):
787
788         Allow page scrolling with PageUp/PageDown keys when find bar is
789         active. Fixes bug #529833.
790         
791 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
792
793         * shell/ev-view-private.h:
794         * shell/ev-view.[ch]: (add_scroll_binding_keypad),
795         (ev_view_scroll), (ev_view_class_init):
796         * shell/ev-view-accessible.c:
797         (ev_view_accessible_action_do_action):
798         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
799         (ev_window_cmd_scroll_backward):
800
801         Use GtkScrollType instead of EvScrollType.
802         
803 2008-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
804
805         * shell/ev-page-cache.c (ev_page_cache_set_page_label):
806         
807         Patch for case unsensitive page label match by Michael Lee.
808         See bug #550136.
809         
810         * shell/ev-page-action.c (create_tool_item):    
811         * test/Makefile.am:
812         * test/test1.py:
813         * test/test4.py:
814         * test/test5.py:
815         
816         Added test for the above and updated other tests.
817
818 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
819
820         * shell/ev-window.c: (image_save_dialog_response_cb):
821
822         Do not append the file extension twice when saving an image.
823         
824 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
825
826         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_image):
827
828         Remove an invalid ifdef.
829         
830 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
831
832         * shell/ev-view.c: (ev_view_motion_notify_event):
833
834         Make sure the cursor is correctly restored after showing the right
835         click menu.
836         
837 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
838
839         * libdocument/ev-attachment.[ch]: (ev_attachment_launch_app),
840         (ev_attachment_open):
841         * shell/ev-sidebar-attachments.c:
842         (ev_sidebar_attachments_button_press):
843         * shell/ev-window.c: (ev_attachment_popup_cmd_open_attachment):
844
845         Use GdkAppLaunchContext when available to open attachments.
846         
847 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
848
849         * shell/ev-media-player-keys.c: (ev_media_player_keys_grab_keys):
850
851         Grab the mediakeys with a low priority. Fixes bug #547164. Patch
852         by Eric Piel.
853         
854 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
855
856         * shell/ev-application.c: (ev_application_get_media_keys):
857         * shell/ev-media-player-keys.[ch]:
858         (ev_media_player_keys_class_init), (on_media_player_key_pressed),
859         (ev_media_player_keys_grab_keys),
860         (ev_media_player_keys_release_keys), (ev_media_player_keys_init),
861         (ev_media_player_keys_focused), (ev_media_player_keys_finalize):
862         * shell/ev-window.[ch]: (ev_window_dispose),
863         (view_actions_focus_in_cb), (ev_window_media_player_key_pressed),
864         (ev_window_init):
865
866         Clean up the media player keys stuff.
867         
868 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
869
870         * NEWS:
871         * configure.ac:
872
873         Update for release 2.23.91.
874         
875 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
876
877         * cut-n-paste/smclient/eggsmclient-xsmp.c:
878         (sm_client_xsmp_set_initial_properties):
879
880         Fix memory leak.
881         
882 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
883
884         * shell/ev-application.c: (ev_application_open_window),
885         (ev_application_open_uri_at_dest):
886
887         Make sure evince starts up in the right workspace when resuming a
888         previous session.
889         
890 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
891
892         * shell/ev-application.[ch]: (ev_application_open_window),
893         (ev_application_add_icon_path_for_screen),
894         (ev_application_open_uri_at_dest):
895
896         Fix window manager warnings shown in ~/.xsession-errors
897         
898 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
899
900         * configure.ac:
901         * cut-n-paste/Makefile.am:
902         * cut-n-paste/smclient/Makefile.am:
903         * cut-n-paste/smclient/eggdesktopfile.[ch]:
904         * cut-n-paste/smclient/eggsmclient-private.h:
905         * cut-n-paste/smclient/eggsmclient-xsmp.c:
906         * cut-n-paste/smclient/eggsmclient.[ch]:
907
908         EggSMClient copied from libegg
909
910         * libdocument/ev-file-helpers.c: (ev_dot_dir):
911         * shell/Makefile.am:
912         * shell/ev-application.[ch]: (ev_application_load_session),
913         (smclient_save_state_cb), (smclient_quit_cb),
914         (ev_application_init_session), (ev_application_shutdown),
915         (ev_application_init):
916         * shell/main.c: (main):
917
918         Use EggSMClient instead of gnome-client and remove libgnome and
919         libgnomeui dependencies.
920         
921 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
922
923         * shell/main.c: (main):
924
925         Remove gnome_authentication_manager_init.
926         
927 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
928
929         * shell/ev-view.c: (ev_view_goto_window_create):
930
931         Use gtk_box_pack_start instead of gtk_box_pack_start_defaults
932         since it's now deprecated.
933         
934 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
935
936         * backend/djvu/Makefile.am:
937         * backend/djvu/djvu-document-private.h:
938         * backend/djvu/djvu-document.c: (djvu_document_find_find_text),
939         (djvu_document_find_iface_init):
940         * backend/djvu/djvu-text-page.[ch]:
941         * backend/djvu/djvu-text.[ch]: Removed
942         * backend/pdf/ev-poppler.cc: (pdf_document_find_find_text),
943         (pdf_document_find_iface_init):
944         * libdocument/ev-document-find.[ch]: (ev_document_find_find_text):
945         * shell/ev-jobs.[ch]: (ev_job_find_init), (ev_job_find_dispose),
946         (ev_job_find_run), (ev_job_find_class_init), (ev_job_find_new),
947         (ev_job_find_get_n_results), (ev_job_find_get_progress),
948         (ev_job_find_has_results), (ev_job_find_get_results):
949         * shell/ev-view-private.h:
950         * shell/ev-view.[ch]: (ev_view_expose_event),
951         (highlight_find_results), (ev_view_finalize),
952         (ev_view_get_property), (ev_view_class_init), (page_changed_cb),
953         (ev_view_set_document), (ev_view_find_get_n_results),
954         (ev_view_find_get_result), (jump_to_find_result),
955         (jump_to_find_page), (ev_view_find_changed), (ev_view_find_next),
956         (ev_view_find_previous), (ev_view_find_search_changed),
957         (ev_view_find_set_highlight_search), (ev_view_find_cancel):
958         * shell/ev-window.c: (ev_window_update_actions),
959         (page_changed_cb), (ev_window_setup_document),
960         (ev_window_update_find_status_message),
961         (ev_window_find_job_finished_cb), (ev_window_find_job_updated_cb),
962         (ev_window_clear_find_job), (find_bar_close_cb),
963         (find_bar_search_changed_cb), (find_bar_visibility_changed_cb),
964         (ev_window_dispose), (ev_window_init):
965
966         Rework find interface. The find logic has been moved from backends
967         to the shell avoiding a lot of duplicated code in the backends and
968         making easier to implement the find interface in the backends.
969         
970 2008-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
971
972         * backend/pdf/ev-poppler.cc:
973         (pdf_document_thumbnails_get_dimensions):
974
975         Make sure thumbnail size returned by the PDF is actually
976         valid. Fixes bug #548462.
977         
978 2008-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
979
980         * shell/ev-window.c: (ev_window_setup_document),
981         (ev_window_set_document), (ev_window_dispose):
982
983         Remove the idle function for setting the document up when the
984         window is destroyed. Fixes bug #549163.
985         
986 2008-08-22  Carlos Garcia Campos  <carlosgc@gnome.org>
987
988         * shell/ev-jobs.[ch]: (ev_job_attachments_init),
989         (ev_job_attachments_dispose), (ev_job_attachments_run),
990         (ev_job_attachments_class_init), (ev_job_attachments_new):
991         * shell/ev-sidebar-attachments.c:
992         (ev_sidebar_attachments_set_document):
993
994         Add a new job to get the attachments in a thread with the document
995         lock held. Fixes bug #548653.
996         
997 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
998
999         * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
1000         (tiff_document_document_iface_init):
1001
1002         Implement document_get_page_label in tiff backend.
1003         
1004 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1005
1006         * backend/tiff/tiff-document.c: (tiff_document_render):
1007
1008         Handle document orientation in tiff backend. Fixes bug #548444.
1009         
1010 2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1011
1012         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1013
1014         Do not crash when adjustment page size is 0. Fixes bug #547440.
1015         
1016 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1017
1018         * cut-n-paste/evmountoperation/ev-mount-operation.c:
1019
1020         Sync with current GTK+.
1021         
1022 2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1023
1024         * configure.ac:
1025         
1026         Update for release 2.23.6.
1027
1028 2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1029
1030         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
1031         (ev_job_load_set_password):
1032         * shell/ev-password.[ch]: (ev_password_dialog_get_password):
1033         * shell/ev-window.c: (password_dialog_response),
1034         (ev_window_load_job_cb):
1035
1036         Fix loading encrypted documents since I broke it with the jobs
1037         rework.
1038         
1039 2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1040
1041         * NEWS:
1042
1043         Update NEWS for 2.23.6 release.
1044         
1045 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1046
1047         * backend/impress/impress-document.c:
1048         * backend/impress/render.h:
1049         * libdocument/ev-document-factory.c:
1050         * libdocument/ev-document-factory.h:
1051         * libdocument/ev-document-links.h:
1052         * libdocument/ev-document-misc.c:
1053         * libdocument/ev-document-misc.h:
1054         * properties/ev-properties-main.c:
1055         * properties/ev-properties-view.c:
1056         * properties/ev-properties-view.h:
1057         * shell/eggfindbar.c:
1058         * shell/eggfindbar.h:
1059         * shell/ev-application.c:
1060         * shell/ev-application.h:
1061         * shell/ev-jobs.h:
1062         * shell/ev-message-area.h:
1063         * shell/ev-navigation-action.c:
1064         * shell/ev-navigation-action.h:
1065         * shell/ev-open-recent-action.c:
1066         * shell/ev-open-recent-action.h:
1067         * shell/ev-page-action-widget.c:
1068         * shell/ev-page-action.c:
1069         * shell/ev-page-action.h:
1070         * shell/ev-page-cache.h:
1071         * shell/ev-password-view.h:
1072         * shell/ev-password.h:
1073         * shell/ev-pixbuf-cache.h:
1074         * shell/ev-properties-fonts.c:
1075         * shell/ev-sidebar-attachments.c:
1076         * shell/ev-sidebar-links.c:
1077         * shell/ev-sidebar-links.h:
1078         * shell/ev-sidebar-thumbnails.c:
1079         * shell/ev-sidebar-thumbnails.h:
1080         * shell/ev-sidebar.c:
1081         * shell/ev-sidebar.h:
1082         * shell/ev-stock-icons.c:
1083         * shell/ev-tooltip.h:
1084         * shell/ev-view.c:
1085         * shell/ev-view.h:
1086         * shell/ev-window.c:
1087         * shell/ev-window.h:
1088         * shell/main.c:
1089
1090         More #include cleanups. Again: reordering, single gtk.h
1091         includes and other stuff.
1092
1093 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1094
1095         * shell/eggfindbar.c:
1096         * shell/ev-application.c:
1097         * shell/ev-message-area.c:
1098         * shell/ev-navigation-action.c:
1099         * shell/ev-open-recent-action.c:
1100         * shell/ev-page-action-widget.c:
1101         * shell/ev-page-action.c:
1102         * shell/ev-password-view.c:
1103         * shell/ev-properties-dialog.c:
1104         * shell/ev-properties-fonts.c:
1105         * shell/ev-sidebar-attachments.c:
1106         * shell/ev-sidebar-page.c:
1107         * shell/ev-sidebar-thumbnails.c:
1108         * shell/ev-stock-icons.c:
1109         * shell/ev-tooltip.c:
1110         * shell/ev-view.c:
1111         * shell/ev-window.c:
1112         * shell/main.c:
1113
1114         Cleanup many #include statements: reorder so that a
1115         generic-to-specific order is used, use single gtk.h
1116         includes, and some other cleanups.
1117
1118 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1119
1120         * shell/ev-jobs.h:
1121
1122         Add gio header.
1123         
1124 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1125
1126         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
1127         (ev_document_fc_mutex_trylock):
1128         * shell/Makefile.am:
1129         * shell/ev-job-queue.[ch]:
1130         * shell/ev-job-scheduler.[ch]:
1131         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
1132         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
1133         (ev_job_run), (ev_job_cancel), (ev_job_failed),
1134         (ev_job_failed_from_error), (ev_job_succeeded),
1135         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
1136         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
1137         (ev_job_links_class_init), (ev_job_render_init),
1138         (notify_page_ready), (ev_job_render_page_ready),
1139         (ev_job_render_run), (ev_job_render_class_init),
1140         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
1141         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
1142         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
1143         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
1144         (ev_job_save_dispose), (ev_job_save_run),
1145         (ev_job_save_class_init), (ev_job_print_init),
1146         (ev_job_print_dispose), (ev_job_print_run),
1147         (ev_job_print_class_init):
1148         * shell/ev-page-cache.c:
1149         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1150         (check_job_size_and_unref), (move_one_job),
1151         (copy_job_to_job_info), (add_job),
1152         (ev_pixbuf_cache_add_jobs_if_needed):
1153         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
1154         (job_fonts_finished_cb), (job_fonts_updated_cb),
1155         (ev_properties_fonts_set_document):
1156         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
1157         (ev_sidebar_links_set_document):
1158         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
1159         (ev_sidebar_thumbnails_set_document),
1160         (ev_sidebar_thumbnails_clear_job):
1161         * shell/ev-view-private.h:
1162         * shell/ev-view.c:
1163         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
1164         (ev_window_refresh_window_thumbnail), (password_dialog_response),
1165         (ev_window_clear_load_job), (ev_window_clear_reload_job),
1166         (ev_window_load_job_cb), (ev_window_reload_job_cb),
1167         (window_open_file_copy_ready_cb), (ev_window_open_uri),
1168         (ev_window_reload_document), (ev_window_clear_save_job),
1169         (ev_window_save_job_cb), (file_save_dialog_response_cb),
1170         (ev_window_clear_print_job), (ev_window_print_job_cb),
1171         (ev_window_print_dialog_response_cb):
1172         * shell/main.c: (main):
1173
1174         Rework the jobs system in order to make it simpler and more
1175         extensible. It allows to run jobs in the main loop instead of
1176         using a thread when it's appropriate like the fonts job. Now it's
1177         also possible to cancel jobs that are currently running. 
1178         
1179 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1180
1181         * libdocument/ev-debug.c: (profile_init):
1182
1183         Create the hash table also when profiling service is enabled for
1184         all sections.
1185         
1186 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1187
1188         * libdocument/ev-debug.[ch]: (ev_profiler_start),
1189         (ev_profiler_stop):
1190         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
1191         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
1192         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
1193         (ev_job_print_run):
1194         * shell/main.c: (main):
1195
1196         Add a profile mode available when debug is enabled. Add profilers
1197         in ev-jobs.
1198         
1199 2008-07-23  Götz Waschk <waschk@mandriva.org>
1200
1201         * configure.ac: Correctly build desktop file. Fixes
1202         bug #544237.
1203
1204 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1205
1206         * configure.ac:
1207         
1208         Update for release 2.23.5.
1209
1210 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1211
1212         * NEWS:
1213
1214         Update NEWS for 2.23.5 release.
1215         
1216 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1217
1218         * shell/ev-window.c: (ev_window_state_event),
1219         (ev_window_class_init):
1220
1221         Intercept window manager's fullscreen request in order to run/stop
1222         fullscreen mode. Fixes bug #493541.
1223         
1224 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1225
1226         * shell/ev-window.c: (find_bar_visibility_changed_cb):
1227
1228         Restart the job search when the find bar is opened for the second
1229         time. Fixes bug #531956.
1230         
1231 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1232
1233         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
1234         (get_document_from_uri):
1235
1236         Make sure we always return a valid error struct when
1237         get_document_from_uri fails. Fixes nautilus crash, see bug
1238         #542548.
1239         
1240 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
1241
1242         * libdocument/ev-transition-effect.c
1243         (ev_transition_effect_type_get_type),
1244         (ev_transition_effect_alignment_get_type),
1245         (ev_transition_effect_direction_get_type):
1246         
1247         Fixes bug #542924. Makes enums static to fix Solaris build.
1248
1249 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1250
1251         * shell/ev-view.c: (ev_view_key_press_event):
1252
1253         Add '.' keybinding for blanking the screen in presentation
1254         mode. Fixes bug #542001.
1255         
1256 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1257
1258         * libdocument/ev-document-misc.c:
1259         (ev_document_misc_pixbuf_from_surface):
1260
1261         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
1262         #540950.
1263         
1264 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1265
1266         * backend/comics/comics-document.c (comics_document_load):
1267         * backend/comics/comicsdocument.evince-backend.in:
1268         * configure.ac:
1269         * thumbnailer/evince-thumbnailer-comics.schemas.in:
1270         
1271         Added support for 7-zip based cb7 comic book. Patch by
1272         Kartik Rustagi. Fixes bug #532312.
1273
1274 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1275
1276         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
1277         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
1278         Fixes bug #539972.
1279
1280 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1281
1282         * shell/Makefile.am:
1283         * shell/ev-application.c (ev_application_init),
1284         (ev_application_get_media_keys):
1285         * shell/ev-application.h:
1286         * shell/ev-marshal.list:
1287         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
1288         (proxy_destroy), (on_media_player_key_pressed),
1289         (ev_media_player_keys_init), (ev_media_player_keys_focused),
1290         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
1291         * shell/ev-media-player-keys.h:
1292         * shell/ev-window.c (ev_window_go_previous_page),
1293         (ev_window_go_next_page), (ev_window_go_first_page),
1294         (ev_window_go_last_page), (ev_window_start_presentation),
1295         (ev_window_dispose), (view_actions_focus_in_cb):
1296         * shell/ev-window.h: When building with D-Bus support, listen
1297         for multimedia key events from gnome-settings-daemon. This allows
1298         to go to the next/previous/first/last pages using, respectively,
1299         Next/Previous/Rewing/Fast Forward. The Play button is used to start
1300         a presentation. Fixes bug #539971.
1301
1302 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1303
1304         * configure.ac:
1305         
1306         Update for release 2.23.4.
1307
1308 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1309
1310         * NEWS:
1311
1312         Update news for 2.23.4 release.
1313         
1314 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1315
1316         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
1317         * shell/ev-sidebar-thumbnails.c:
1318         (ev_sidebar_thumbnails_set_loading_icon),
1319         (ev_sidebar_thumbnails_refresh):
1320         * shell/ev-window.c: (ev_window_error_message),
1321         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
1322         (ev_window_set_document):
1323
1324         Do not crash opening documents with no pages and show a warning
1325         message in the message area. Fixes bugs #537574 and #171588.
1326         
1327 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1328
1329         * shell/Makefile.am:
1330         * shell/ev-file-monitor.[ch]:
1331         * shell/ev-window.c: (ev_window_document_changed),
1332         (ev_window_clear_reload_job), (ev_window_load_job_cb),
1333         (ev_window_reload_job_cb), (ev_window_open_uri),
1334         (ev_window_reload_document), (ev_window_cmd_view_reload),
1335         (ev_window_dispose):
1336
1337         Automaticly reload the document when the file has changed on
1338         disk. Bug #304249.
1339         
1340 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
1341
1342         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1343         * libdocument/ev-image.c: (ev_image_save_tmp):
1344         * libdocument/ev-module.c: (ev_module_load):
1345         * shell/ev-application.c: (ev_application_shutdown),
1346         (ev_application_get_print_settings):
1347         * shell/ev-sidebar-attachments.c:
1348         (ev_sidebar_attachments_button_press),
1349         (ev_sidebar_attachments_drag_data_get):
1350         * shell/ev-window.c: (window_save_file_copy_ready_cb),
1351         (ev_window_print_finished), (ev_window_print_send),
1352         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
1353         (ev_window_preview_print_finished), (ev_window_do_preview_print),
1354         (ev_window_cmd_preview_print):
1355         * shell/main.c: (load_files_remote):
1356         Fix some build warnings under GCC 4.3.0. (#537535).
1357
1358 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1359
1360         * shell/ev-jobs.c: (ev_job_render_dispose):
1361
1362         Fix a crash in debug mode. Patch by Daniel M German.
1363         
1364 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1365
1366         * shell/ev-window.c:
1367
1368         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
1369         
1370 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1371
1372         * shell/ev-window.c: (ev_window_print_send),
1373         (ev_window_do_preview_print):
1374
1375         Use the window title as print job name instead of just
1376         "evince-print". Fixes bug #534493.
1377         
1378 2008-05-19  Frederic Peters  <fpeters@0d.be>
1379
1380         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
1381         Bug #533897.
1382
1383 2008-05-19  Frederic Peters  <fpeters@0d.be>
1384
1385         * help/reference/Makefile.am: added missing libevmountoperation to
1386         gtkdoc-scanobj libraries.  Bug #533896.
1387
1388 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
1389
1390         * properties/ev-properties-view.c (get_default_user_units):
1391         Fixes check for default units string translation. Bug #533323.
1392
1393 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
1394
1395         * backend/impress/iksemel.c (sax_core): Fix a free() that should
1396         be an iks_free(). Fix an array overflow in the XML parser that
1397         would occur whenever the number of attributes in a tag was greater
1398         than 0 and divisible by 6. Fixes GNOME bug #530852.
1399
1400 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1401
1402         * backend/djvu/djvu-document-private.h:
1403         * backend/djvu/djvu-links.c:
1404         * backend/djvu/djvu-text.c:
1405         * backend/djvu/djvu-document.c: (djvu_handle_events),
1406         (djvu_wait_for_message), (djvu_document_load),
1407         (document_get_page_size), (djvu_document_render),
1408         (djvu_document_thumbnails_get_thumbnail),
1409         (djvu_document_file_exporter_end):
1410
1411         Make sure load job doesn't finish successfully when the document
1412         is not successfully decoded by libdjvu. Fixes bug #530202.
1413         
1414 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1415
1416         * configure.ac:
1417         * libdocument/Makefile.am:
1418         * libdocument/ev-debug.[ch]:
1419         * libdocument/ev-document.c:
1420         * shell/ev-jobs.c: (ev_job_links_dispose),
1421         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
1422         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
1423         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
1424         (ev_job_render_page_ready), (ev_job_render_run),
1425         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
1426         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
1427         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
1428         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
1429         (ev_job_print_new), (ev_job_print_run):
1430         * shell/main.c: (main):
1431
1432         Add debug mode based on gedit code. Add debug messages in
1433         ev-jobs.
1434         
1435 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1436
1437         * libdocument/ev-document-factory.c: (get_document_from_uri):
1438
1439         Fix memory leak.
1440         
1441 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
1442
1443         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
1444         (get_mime_type_from_data), (get_document_from_uri),
1445         (ev_document_factory_get_document):
1446         
1447         Improved error message about file opening failture.
1448         Bug #529129.
1449
1450 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
1451
1452         * data/evince-toolbar.xml:
1453         
1454         Allow to add SaveAs to toolbar.
1455
1456 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1457
1458         * shell/ev-view-private.h:
1459         * shell/ev-view.[ch]: (ev_view_button_release_event),
1460         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
1461         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
1462         (ev_view_update_primary_selection), (clear_link_selected),
1463         (ev_view_copy_link_address):
1464         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
1465
1466         Update also the primary selection when copying a link
1467         address. Fixes bug #520855.
1468         
1469 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1470
1471         * libdocument/ev-document-factory.c: (get_document_from_uri):
1472
1473         Use the pixbuf backend only when the mime type is not supported by
1474         any of the other backend so that tiff documents, for instance, are
1475         handled by the tiff backend instead of the pixbuf backend. fixes
1476         bug #520290.
1477         
1478 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1479
1480         * cut-n-paste/Makefile.am:
1481
1482         Add evmountoperation to subdirs list.
1483         
1484 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1485
1486         * configure.ac:
1487
1488         Fix libspectre check in configure script. Fixes bug #528549.
1489         
1490 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1491
1492         * configure.ac:
1493         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
1494         * shell/Makefile.am:
1495         * shell/ev-window.c: (ev_window_load_remote_failed),
1496         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
1497
1498         Add GtkMountOperation (renamed to avoid conflicts) to be able to
1499         open documents in remote locations that are not mounted.
1500         
1501 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1502
1503         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
1504         (bitmap_convert_msb8):
1505         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
1506         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
1507
1508         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
1509         
1510 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1511
1512         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
1513         (ev_job_render_new), (ev_job_render_set_selection_info),
1514         (ev_job_render_run):
1515         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1516         (check_job_size_and_unref),
1517         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
1518         (add_job), (ev_pixbuf_cache_get_selection_surface):
1519
1520         Create the render context needed for rendering a page in the render
1521         thread so that we don't block the main thread. Simplify
1522         EvJobRender API.
1523         
1524 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1525
1526         * libdocument/Makefile.am:
1527         * libdocument/ev-page.[ch]:
1528         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
1529         (ev_render_context_new), (ev_render_context_set_page):
1530         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
1531         (ev_form_field_finalize), (ev_form_field_class_init):
1532         * libdocument/ev-document-forms.[ch]:
1533         (ev_document_forms_get_form_fields):
1534         * libdocument/ev-document.[ch]: (ev_document_get_page),
1535         (ev_document_get_page_size), (ev_document_get_page_label):
1536         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
1537         (ev_job_render_run), (ev_job_thumbnail_new),
1538         (ev_job_thumbnail_run), (ev_job_print_run):
1539         * shell/ev-page-cache.c: (ev_page_cache_new):
1540         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1541         (check_job_size_and_unref), (add_job):
1542         * shell/ev-sidebar-thumbnails.c: (add_range):
1543         * shell/ev-view.c: (ev_view_form_field_get_region),
1544         (ev_view_form_field_button_create_widget),
1545         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1546         (ev_view_handle_form_field), (ev_view_size_allocate),
1547         (get_selected_text):
1548         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
1549         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
1550         (pdf_document_get_page), (pdf_document_get_page_label),
1551         (pdf_document_render), (pdf_document_get_info),
1552         (pdf_document_document_iface_init),
1553         (pdf_document_thumbnails_get_thumbnail),
1554         (pdf_document_thumbnails_get_dimensions),
1555         (pdf_document_file_exporter_do_page),
1556         (pdf_selection_render_selection),
1557         (pdf_selection_get_selected_text),
1558         (pdf_selection_get_selection_region),
1559         (pdf_selection_get_selection_map),
1560         (pdf_document_forms_get_form_fields),
1561         (pdf_document_forms_form_field_text_get_text),
1562         (pdf_document_forms_form_field_text_set_text),
1563         (pdf_document_forms_form_field_button_set_state),
1564         (pdf_document_forms_form_field_button_get_state),
1565         (pdf_document_forms_form_field_choice_get_item),
1566         (pdf_document_forms_form_field_choice_get_n_items),
1567         (pdf_document_forms_form_field_choice_is_item_selected),
1568         (pdf_document_forms_form_field_choice_select_item),
1569         (pdf_document_forms_form_field_choice_toggle_item),
1570         (pdf_document_forms_form_field_choice_unselect_all),
1571         (pdf_document_forms_form_field_choice_set_text),
1572         (pdf_document_forms_form_field_choice_get_text):
1573         * backend/ps/ev-spectre.c: (ps_document_get_page),
1574         (ps_document_get_page_size), (ps_document_get_page_label),
1575         (ps_document_render), (ps_document_document_iface_init),
1576         (ps_document_file_exporter_do_page):
1577         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
1578         (tiff_document_render), (tiff_document_render_pixbuf),
1579         (tiff_document_file_exporter_do_page):
1580         * backend/pixbuf/pixbuf-document.c:
1581         (pixbuf_document_get_page_size):
1582         * backend/comics/comics-document.c:
1583         (comics_document_get_page_size), (comics_document_render_pixbuf):
1584         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
1585         (djvu_document_render), (djvu_selection_get_selected_text),
1586         (djvu_document_thumbnails_get_thumbnail),
1587         (djvu_document_file_exporter_do_page),
1588         (djvu_document_find_get_result):
1589         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
1590         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
1591         (dvi_document_thumbnails_get_thumbnail),
1592         (dvi_document_file_exporter_do_page):
1593         * backend/impress/impress-document.c:
1594         (impress_document_get_page_size),
1595         (impress_document_render_pixbuf):
1596         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1597
1598         Add EvPage so that we can hold a reference to the backend
1599         page. Form fields keep now a reference to the poppler page
1600         improving performance since we don't have to create/destroy the
1601         poppler field for every form operation. This will be needed for
1602         annotations too.
1603         
1604 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1605
1606         * data/evince-ui.xml:
1607         * shell/ev-window.c:
1608
1609         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
1610         
1611 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1612
1613         * configure.ac:
1614         * backend/ps/Makefile.am:
1615
1616         Remove gs stuff from ps backend.
1617         
1618 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1619
1620         * configure.ac:
1621         * backend/pdf/ev-poppler.cc:
1622
1623         Bump poppler requirement to 0.8.0.
1624         
1625 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1626
1627         * NEWS:
1628         * configure.ac:
1629
1630         Update for release 2.22.1.1
1631
1632 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1633
1634         * configure.ac:
1635
1636         Fix build (again) when poppler version is 0.6
1637         
1638 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1639
1640         * backend/djvu/djvu-links.c: (build_tree):
1641
1642         Make sure link title is a valid utf8 string. Fixes bug #526517.
1643         
1644 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1645
1646         * configure.ac:
1647
1648         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
1649         #526799.
1650         
1651 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1652
1653         * configure.ac:
1654         
1655         Update for release 2.22.1.
1656
1657 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1658
1659         * NEWS:
1660
1661         Update for upcoming release.
1662
1663 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1664
1665         * configure.ac:
1666         * backend/dvi/dvidocument.evince-backend.in:
1667
1668         Add compressed dvi to the list of supported mime types. Patch by
1669         Ed Catmur. Fixes bug #307087.
1670
1671 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1672
1673         * shell/ev-jobs.c: (ev_job_print_get_page_list):
1674
1675         Fix a crash when printing a range that doesn't specify the start or
1676         end page. Fixes bug #524288.
1677
1678 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1679
1680         * shell/ev-window.c: (ev_window_cmd_continuous),
1681         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
1682         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
1683         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
1684         (ev_window_run_presentation), (ev_window_stop_presentation),
1685         (ev_window_cmd_view_presentation),
1686         (ev_window_cmd_leave_fullscreen),
1687         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
1688
1689         Do not unfullscreen and fullscreen again the window when changing
1690         from fullscreen to presentation mode and vice versa. Fixes bug
1691         #524112.
1692         
1693 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1694
1695         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
1696
1697         Do not crash when thumbnail failed to render in PS backend. Fixes
1698         bug #525015.
1699         
1700 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1701
1702         * shell/ev-window.c: (window_open_file_copy_ready_cb),
1703         (ev_window_load_file_remote), (ev_window_open_uri):
1704
1705         Handle errors when opening remote files.
1706         
1707 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1708
1709         * shell/ev-page-action.c: (ev_page_action_grab_focus):
1710
1711         Only grab the focus for the current visible proxy widget. Fixes
1712         bug #521224.
1713         
1714 2008-03-30  Emil Soleyman  <emil@nishra.com>
1715
1716         * shell/ev-window.c: (launch_external_uri):
1717         
1718         Reuse g_app_info_launch_default_for_uri to
1719         save some code and fix bug #525009.
1720
1721 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1722
1723         * shell/ev-window.c (image_save_dialog_response_cb):
1724
1725         Use g_str_has_suffix. See bug #523069.
1726
1727 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1728
1729         * configure.ac:
1730
1731         Add a configure option to enable/diable DBus. Patch by Rémi
1732         Cardona. Fixes bug 521797.
1733
1734 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1735
1736         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1737
1738         Fix printing in documents with rotated pages. Patch by Eugen
1739         Dedu. Fixes bug #512648.
1740         
1741 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1742
1743         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
1744         (ev_link_from_action):
1745
1746         Fix warning messages.
1747         
1748 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1749
1750         * shell/ev-window.c: (image_save_dialog_response_cb):
1751
1752         Do not append the extension to filename when saving an image
1753         if the filename alredy contains the extension. Fixes bug #523069.
1754         
1755 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1756
1757         * shell/ev-view.[ch]: (ev_view_find_cancel):
1758         * shell/ev-window.c: (find_bar_close_cb):
1759
1760         Cancel the find operation when the find bar is closed. Fixes bug
1761         #508845.
1762         
1763 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1764
1765         * backend/ps/psdocument.evince-backend.in:
1766
1767         Make ps backend module resident. Fixes bug #520607.
1768         
1769 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1770
1771         * shell/ev-jobs.c: (ev_job_print_run):
1772
1773         Invert collate action in order to work as expected, fix reverse
1774         printing so that it doesn't start with a blank page and fix number
1775         of copies. Patch by Eugen Dedu. Fixes bug #365332.
1776         
1777 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1778
1779         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
1780
1781         Fix build with poppler <= 0.7.2
1782         
1783 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1784
1785         * libdocument/ev-document-misc.c:
1786         (ev_document_misc_surface_from_pixbuf):
1787
1788         Fix selections with poppler-splash.
1789         
1790 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1791
1792         * configure.ac:
1793         * backend/pdf/ev-poppler.cc:
1794
1795         Fix build with poppler >= 0.7.2
1796         
1797 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1798
1799         * configure.ac:
1800         
1801         Update for release 2.22.0
1802
1803 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1804
1805         * NEWS:
1806
1807         Update for upcoming release.
1808
1809 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1810
1811         * shell/ev-window.c (ev_window_print_dialog_response_cb):
1812
1813         Bug 495107 – Handle print dialog responses correctly
1814
1815         Correctly handle print dialog response. Properly fixes
1816         the above mentioned bug.
1817
1818 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1819
1820         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1821
1822         Make sure print job is only run when the print button is
1823         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
1824         
1825 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1826
1827         * backend/pdf/pdfdocument.evince-backend.in:
1828         * libdocument/ev-backends-manager.c:
1829         (ev_backends_manager_load_backend),
1830         (ev_backends_manager_get_document):
1831         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
1832
1833         Allow making backend modules resident. This is needed only for
1834         some backends like pdf to avoid registering glib types more than
1835         once.
1836         
1837 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1838
1839         * backend/comics/comics-document.c:
1840         * backend/djvu/djvu-document.c:
1841         * backend/impress/impress-document.c:
1842         * backend/pdf/ev-poppler.cc:
1843         * backend/pixbuf/pixbuf-document.c:
1844         * backend/ps/ev-spectre.c:
1845         * backend/ps/ps-document.c:
1846         * backend/tiff/tiff-document.c:
1847         * libdocument/ev-document.h:
1848         * properties/ev-properties-main.c:
1849
1850         Use g_type_module_add_interface instead of
1851         g_type_add_interface_static. Fixes bug #519679.
1852         
1853 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
1854
1855         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
1856         Added. Returns whether the animation has everything necessary to run.
1857         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
1858         is ready just because it's been created. Fixes #519106.
1859         (draw_one_page): Do not show the "Loading..." text in presentation
1860         mode, there was a slim probability that this could happen.
1861
1862 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1863
1864         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
1865
1866         Duplicate mime_type string before freeing it so that it doesn't
1867         always fail when getting mime type from uri. Fixes bug #518874.
1868         
1869 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1870
1871         * shell/ev-view.c: (ev_view_form_field_choice_changed):
1872
1873         Fix a crash when a choice form field doesn't have any item
1874         selected. Fixes bug #518831
1875         
1876 2008-02-25  Alexander Larsson  <alexl@redhat.com>
1877
1878         * shell/ev-window.c (ev_window_clear_temp_file):
1879         Use g_file_has_prefix instead of renamed
1880         g_file_contains_file.
1881
1882         * configure.ac:
1883         Require new glib for above change.
1884         
1885 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1886
1887         * libdocument/ev-image.c: (ev_image_finalize),
1888         (ev_image_save_tmp):
1889
1890         Return a real uri instead of a filename when saving an
1891         image. Fixes images drag an drop from evince to nautilus. 
1892         
1893 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1894
1895         * backend/pdf/ev-poppler.cc:
1896         (pdf_document_images_get_image_mapping):
1897
1898         Return the image list in the right order. Fixes bug #516237.
1899         
1900 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1901
1902         * backend/impress/impress-document.c:
1903         (impress_document_thumbnails_get_thumbnail):
1904
1905         Remove unused variable to avoid a compiler warning.
1906
1907 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1908
1909         * configure.ac:
1910         
1911         Update for release 2.21.91.
1912
1913 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1914
1915         * configure.ac:
1916         * shell/Makefile.am:
1917         * shell/ev-application.[ch]:
1918         * shell/ev-sidebar-links.c:
1919         * shell/ev-utils.[ch]:
1920         * shell/ev-window.[ch]:
1921
1922         Remove libgnomeprint support. Fixes bug #512370.
1923         
1924 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
1925
1926         * thumbnailer/evince-thumbnailer.c: (main):
1927
1928         Initialize glib type system before using it. Fixes bug #513934.
1929         
1930 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1931
1932         * properties/ev-properties-main.c:
1933
1934         Add missing #include.
1935         
1936 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1937
1938         * configure.ac:
1939         * backend/djvu/djvu-document.c: (djvu_document_render):
1940         * backend/tiff/tiff-document.c: (tiff_document_render):
1941
1942         Use the new cairo function cairo_format_stride_for_width when
1943         available. Fixes bug #482720.
1944
1945 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1946
1947         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
1948         (get_mime_type_from_data), (get_document_from_uri):
1949
1950         Use g_content_type_guess() only when slow is true in
1951         get_document_from_uri(). Fix several memory leaks.
1952         
1953 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
1954
1955         * libdocument/ev-document-factory.c:
1956         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
1957         (get_document_from_uri):
1958
1959         Use g_content_type_guess () to get mimetype for files.
1960         Bug #510401.
1961
1962 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1963
1964         * thumbnailer/Makefile.am:
1965
1966         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
1967         
1968 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1969
1970         * configure.ac:
1971
1972         Fix build with --without-libgnome. Fixes bug #512771.
1973         
1974 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1975
1976         * backend/dvi/Makefile.am: Install only dvi
1977         module. Fixes bug #512718.
1978
1979 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1980
1981         * properties/ev-properties-main.c: (nautilus_module_initialize):
1982         
1983         Initialize backends in properties tab. Fixes bug
1984         #512720.
1985
1986 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1987
1988         * properties/Makefile.am: No need to link with 
1989         libraries. Fixes bug #512719.
1990
1991 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1992
1993         * NEWS:
1994         * configure.ac:
1995         
1996         Update for release 2.21.90.
1997
1998 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1999
2000         * shell/ev-window.c: (ev_window_cmd_escape):
2001
2002         Fix compile warning.
2003         
2004 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2005
2006         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
2007
2008         Fix printing in dvi backend when filename contains white
2009         espaces. Fixes bug #502839.
2010         
2011 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2012
2013         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2014         (screensaver_disable_x11):
2015         * shell/Makefile.am:
2016         * shell/xdg-user-dir-lookup.c: Removed
2017         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
2018         * shell/ev-view.c: (ev_view_presentation_transition_start):
2019         * shell/ev-window.c: (ev_window_cmd_file_open),
2020         (ev_window_cmd_save_as), (presentation_set_timeout):
2021
2022         Remove #ifdefs that are no longer needed.
2023         
2024 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2025
2026         * shell/ev-view.[ch]: (ev_view_button_release_event),
2027         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
2028         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
2029         (ev_window_cmd_escape):
2030
2031         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
2032         
2033 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2034
2035         * configure.ac:
2036         * backend/comics/comics-document.c: (comics_document_load):
2037         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
2038         (ev_attachment_set_property), (ev_attachment_init),
2039         (ev_attachment_save), (ev_attachment_launch_app),
2040         (ev_attachment_open):
2041         * libdocument/ev-document-factory.c: (get_document_from_uri):
2042         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
2043         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
2044         * shell/ev-jobs.c:
2045         * shell/ev-password.c: (ev_password_dialog_set_property),
2046         (ev_password_dialog_save_password):
2047         * shell/ev-sidebar-attachments.c:
2048         (ev_sidebar_attachments_drag_data_get):
2049         * shell/ev-window-title.c: (get_filename_from_uri):
2050         * shell/ev-window.c: (ev_window_clear_temp_file),
2051         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
2052         (ev_window_open_uri), (window_save_file_copy_ready_cb),
2053         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
2054         (launch_external_uri), (image_save_dialog_response_cb),
2055         (attachment_save_dialog_response_cb):
2056         * shell/main.c: (load_files), (load_files_remote), (main):
2057         * thumbnailer/evince-thumbnailer.c: (main):
2058
2059         Port to gio and drop gnome-vfs dependency. Fixes bug
2060         #510401. Based on patch by Cosimo Cecchi.
2061         
2062 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2063
2064         * NEWS:
2065
2066         Fixed formatting inconsistencies (spaces vs. tabs)
2067
2068 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2069
2070         * shell/ev-window.c:
2071
2072         Use top/up/bottom/down arrows instead of
2073         first/left/last/right in the toolbar and menu actions.
2074         This fixes issues with RTL languages and is visually
2075         consistent with the page view. Fixes bug #170081.
2076
2077 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2078
2079         * NEWS:
2080
2081         Fixed some inaccuracies pointed out by Carlos Garcia
2082         Campos.
2083
2084 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2085
2086         * NEWS:
2087         * data/evince.schemas.in:
2088         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2089
2090         Override PDF restrictions by default. Fixes bug #382700.
2091
2092 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2093
2094         * NEWS: Updated for upcoming release
2095
2096 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2097
2098         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
2099
2100         Fix memory leak.
2101         
2102 2008-01-23  Gil Forcada <gilforcada@guifi.net>
2103
2104         * shell/ev-window.c: (register_custom_actions):
2105         
2106         Added comment for translators
2107
2108 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2109
2110         * shell/ev-view.c: (ev_view_button_release_event):
2111
2112         Do not create the idle function for kinetic scrolling if we are
2113         not in a drag operation.
2114
2115 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2116
2117         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2118         (ev_view_button_press_event), (ev_view_motion_notify_event),
2119         (ev_view_button_release_event):
2120
2121         Restore cursor after autoscrolling. Fixes bug #509958.
2122
2123 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2124
2125         * configure.ac:
2126         * backend/pdf/ev-poppler.cc:
2127         (pdf_document_images_get_image_mapping),
2128         (pdf_document_images_get_image),
2129         (pdf_document_document_images_iface_init):
2130         * libdocument/ev-document-images.[ch]:
2131         (ev_document_images_get_image_mapping),
2132         (ev_document_images_get_image):
2133         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
2134         (ev_image_get_id), (ev_image_save_tmp):
2135         * shell/ev-jobs.c: (ev_job_render_run):
2136         * shell/ev-view.c: (ev_view_drag_data_get):
2137         * shell/ev-window.c: (image_save_dialog_response_cb),
2138         (ev_view_popup_cmd_copy_image):
2139
2140         Do not render images when rendering the page but on demand. It
2141         reduces the memory comsumption.
2142         
2143 2008-01-18  Marcelo Lira  <setanta@gmail.com>
2144
2145         * configure.a:
2146         * shell/ev-password.c:
2147
2148         Make gnome-keyring optional. Fixes bug #509676.
2149         
2150 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2151
2152         * shell/ev-pixbuf-cache.c: (add_job):
2153
2154         Initialize include_images variable as FALSE instead of TRUE.
2155         
2156 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2157
2158         * configure.ac:
2159         * cut-n-paste/Makefile.am:
2160         * cut-n-paste/fileformatchooser/Makefile.am:
2161         * cut-n-paste/fileformatchooser/egg-macros.h:
2162         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
2163         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
2164         * shell/Makefile.am:
2165         * shell/ev-utils.c:
2166         (file_chooser_dialog_add_writable_pixbuf_formats),
2167         (get_gdk_pixbuf_format_by_extension):
2168         * shell/ev-utils.h:
2169         * shell/ev-window.c: (ev_window_error_message),
2170         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
2171         
2172         Simplify image format selection on save.
2173
2174 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2175
2176         * shell/ev-view.c: (ev_view_scroll_event):
2177         
2178         Repair gorizontal scrolling with shift. Fixes
2179         bug #483412.
2180
2181 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2182         
2183         * MAINTAINERS:
2184
2185         Fix formatting issues.
2186         
2187 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2188
2189         * backend/comics/comics-document.c: (comics_regex_quote):
2190         
2191         Don't overquote special chars except of '. See bug 
2192         502500. Thanks to Tom Parker.
2193
2194 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2195
2196         * MAINTAINERS:
2197         
2198         Added Nickolay and Carlos, since they're doing most of
2199         the releases nowadays.
2200
2201 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2202
2203         * properties/Makefile.am:
2204
2205         Get the nautilus extension dir properly instead of using
2206         a hack. Fixes bug #505359.
2207
2208 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2209
2210         * properties/Makefile.am:
2211         
2212         Install nautilus extension into new place. See bug
2213         #505359. Thanks to Matthias Clasen, Brian Pepple and
2214         Damien Carbery.
2215
2216 2008-01-13  Djihed Afifi  <djihed@gmail.com>
2217
2218         * shell/ev-window.c: (ev_window_get_recent_file_label):
2219         
2220         RTL marker in recent file list. See bug #509076.
2221
2222 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2223
2224         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
2225         * shell/ev-window.c: (image_save_dialog_response_cb):
2226
2227         Fix compile warnings due to unused variables.
2228         
2229 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2230
2231         * configure.ac:
2232         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
2233         * backend/ps/ev-spectre.c: (ps_document_render):
2234
2235         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
2236
2237 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2238
2239         * shell/ev-transition-animation.c (ev_transition_animation_fade)
2240         (ev_transition_animation_paint): Implement "fade" effect.
2241
2242 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2243
2244         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
2245         (ev_transition_animation_paint): Implement "uncover" effect.
2246
2247 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2248
2249         * shell/ev-transition-animation.c (ev_transition_animation_cover)
2250         (ev_transition_animation_paint): Implement "cover" effect.
2251
2252 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2253
2254         * shell/ev-transition-animation.c (ev_transition_animation_push)
2255         (ev_transition_animation_paint): Implement "push" effect.
2256
2257 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2258
2259         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
2260         (ev_transition_animation_paint): Implement "dissolve" effect.
2261
2262 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2263
2264         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
2265         (ev_transition_animation_paint): Implement "wipe" effect.
2266
2267 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2268
2269         * shell/ev-transition-animation.c (ev_transition_animation_box)
2270         (ev_transition_animation_paint): Implement "box" effect.
2271
2272 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2273
2274         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
2275         (ev_transition_animation_paint): Implement "blinds" effect.
2276
2277 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2278
2279         * shell/ev-transition-animation.c (ev_transition_animation_split)
2280         (ev_transition_animation_paint): Implement "split" effect.
2281
2282 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2283
2284         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
2285         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
2286         (ev_view_transition_animation_start) 
2287         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
2288         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
2289         (ev_view_next_page) (ev_view_previous_page):
2290         
2291         Use EvTransitionAnimation to drive page changes in the presentation
2292         mode, the animation will wait to start until both the origin and 
2293         destination page surfaces are available. Fixes #458460.
2294
2295         (draw_loading_text):
2296
2297         Remove workaround for bug #320352, it's now fixed properly.
2298
2299
2300 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2301
2302         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
2303         will contain the implementations for page transition animations, at
2304         the moment it just has the "replace" effect.
2305         * shell/Makefile.am: Added these files to build.
2306
2307 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2308
2309         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
2310         animations.
2311         * shell/Makefile.am: Added these files to build.
2312
2313 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2314
2315         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
2316         implementation to get_effect() in EvDocumentTransitionIface.
2317
2318 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2319
2320         * libdocument/ev-transition-effect.[ch]: New files, define a page
2321         transition effect, at the moment it maps PopplerPageTransition to a
2322         GObject.
2323         * libdocument/Makefile.am: Added these files to build.
2324         * libdocument/ev-document-transition.[ch]
2325         (ev_document_transition_get_effect): New method, gets the
2326         EvTransitionEffect returned by the interface implementation, with
2327         fallback to the "replace" effect.
2328
2329 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
2330
2331         * configure.ac:
2332         * cut-n-paste/Makefile.am:
2333         * cut-n-paste/fileformatchooser/Makefile.am:
2334         * cut-n-paste/fileformatchooser/egg-macros.h:
2335         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
2336         * shell/Makefile.am:
2337         * shell/ev-window.c: (image_save_dialog_response_cb),
2338         (ev_view_popup_cmd_save_image_as):
2339
2340         Allow exporting images in any format supported by
2341         GdkPixbuf. Fixes bug #500209.
2342         
2343 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2344
2345         * backend/pixbuf/pixbuf-document.c:
2346
2347         More warnings fixed.
2348         
2349 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2350
2351         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
2352         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
2353         * backend/djvu/djvu-text.h:
2354         * backend/tiff/tiff-document.c: (tiff_document_render):
2355
2356         Fix compile warnings.
2357         
2358 2007-12-28  Christian Persch  <chpe@gnome.org>
2359
2360         * **/*.c: Include config.h. Bug #504721.
2361
2362 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2363
2364         * configure.ac:
2365         * Makefile.am:
2366         * po/POTFILES.in:
2367         * backend/comics/Makefile.am:
2368         * backend/comics/comics-document.[ch]:
2369         * backend/comics/comicsdocument.evince-backend.in:
2370         * backend/djvu/Makefile.am:
2371         * backend/djvu/djvu-document.[ch]:
2372         * backend/djvu/djvudocument.evince-backend.in:
2373         * backend/dvi/Makefile.am:
2374         * backend/dvi/dvi-document.[c]:
2375         * backend/dvi/dvidocument.evince-backend.in:
2376         * backend/impress/Makefile.am:
2377         * backend/impress/impress-document.[ch]:
2378         * backend/impress/impressdocument.evince-backend.in:
2379         * backend/pdf/Makefile.am:
2380         * backend/pdf/ev-poppler.cc:
2381         * backend/pdf/ev-poppler.h:
2382         * backend/pdf/pdfdocument.evince-backend.in:
2383         * backend/pixbuf/Makefile.am:
2384         * backend/pixbuf/pixbuf-document.[ch]:
2385         * backend/pixbuf/pixbufdocument.evince-backend.in:
2386         * backend/ps/Makefile.am:
2387         * backend/ps/ev-spectre.[ch]:
2388         * backend/ps/ps-document.[ch]:
2389         * backend/ps/psdocument.evince-backend.in:
2390         * backend/tiff/Makefile.am:
2391         * backend/tiff/tiff-document.[ch]:
2392         * backend/tiff/tiffdocument.evince-backend.in:
2393         * libdocument/Makefile.am:
2394         * libdocument/ev-backends-manager.[ch]:
2395         * libdocument/ev-module.[ch]:
2396         * libdocument/ev-document.h:
2397         * libdocument/ev-document-factory.[ch]:
2398         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
2399         (get_compression_from_mime_type), (get_document_from_uri),
2400         (ev_document_factory_get_document), (file_filter_add_mime_types),
2401         (ev_document_factory_add_filters):
2402         * shell/Makefile.am:
2403         * shell/ev-window-title.c: (get_filename_from_uri):
2404         * shell/main.c: (main):
2405         * thumbnailer/Makefile.am:
2406         * thumbnailer/evince-thumbnailer.c: (main):
2407
2408         Plugin system for backends. Fixes bug #351348.
2409         
2410 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2411
2412         * shell/ev-view-private.h:
2413         * shell/ev-view.c: (ev_view_drag_update_momentum),
2414         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
2415         (ev_view_button_release_event), (ev_view_destroy):
2416         
2417         Kinetic scrolling implemented as requested in
2418         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
2419
2420 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2421
2422         * data/evince-toolbar.xml:
2423         * data/evince-ui.xml:
2424         * shell/ev-view-private.h:
2425         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2426         (ev_view_button_press_event), (ev_view_motion_notify_event),
2427         (ev_view_button_release_event), (ev_view_init),
2428         (ev_view_autoscroll_cb), (ev_view_autoscroll),
2429         (ev_view_set_cursor):
2430         * shell/ev-view.h:
2431         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2432         (ev_window_cmd_view_autoscroll):
2433         
2434         Autoscroll feature with the context menu. Fixes bug 
2435         #323670. Thanks to David Turner <cillian64@googlemail.com>.
2436
2437 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2438
2439         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
2440
2441         Disconnect also page-ready signal when removing a job because the
2442         page size has changed. Thanks to kripken
2443         <kripkensteiner@gmail.com>.
2444
2445 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2446
2447         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
2448         
2449         Scroll pages in page entry with mouse wheel. Fixes bug
2450         #324122. Thanks to David Turner <cillian64@googlemail.com>.
2451
2452 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2453
2454         * backend/dvi/Makefile.am:
2455         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
2456         (mdvi_cairo_device_init):
2457         * backend/dvi/mdvi-lib/common.h:
2458         * backend/dvi/mdvi-lib/mdvi.h:
2459         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
2460         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
2461         (mdvi_build_path_from_cwd):
2462
2463         Add ps specials support in dvi backend when libspectre is
2464         present. Fixes bug #386005.
2465         
2466 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2467
2468         * configure.ac:
2469         * backend/ps/Makefile.am:
2470         * backend/ps/ev-spectre.[ch]:
2471         
2472         Use libspectre, if available, for the ps backend. Fixes bugs
2473         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
2474
2475 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
2476         
2477         * backend/comics/comics-document.c: (comics_document_load):
2478         
2479         Cygwin build issue fix.
2480
2481 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2482
2483         * shell/ev-view.c: (ev_view_set_zoom):
2484
2485         Do not limit the minimum zoom factor when sizing mode is best bit
2486         or fit width. Fixes bug #503805.
2487         
2488 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2489
2490         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
2491         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
2492         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
2493         (ev_link_dest_get_property), (ev_link_dest_set_property),
2494         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
2495         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
2496         (ev_link_dest_new_fitr):
2497         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
2498         (goto_fith_dest), (goto_xyz_dest):
2499
2500         Do not change left, top and zoom values when they are null in PDF
2501         destinations. Fixes bug #460658.
2502         
2503 2007-12-10  Christian Persch  <chpe@gnome.org>
2504
2505         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
2506         (ev_view_accessible_class_init),
2507         (ev_view_accessible_idle_do_action),
2508         (ev_view_accessible_action_do_action),
2509         (ev_view_accessible_action_get_description),
2510         (ev_view_accessible_action_set_description),
2511         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
2512         (ev_view_accessible_factory_init),
2513         (ev_view_accessible_factory_get_accessible_type):
2514         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
2515         private data, and G_DEFINE_TYPE. Bug #502843.
2516
2517 2007-12-08  Christian Persch  <chpe@gnome.org>
2518
2519         * shell/ev-metadata-manager.c: (item_free),
2520         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
2521         (value_free), (parse_value), (parseItem),
2522         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
2523         (save_values): Use GSlice to allocate small amounts of memory. Bug
2524         #475972.
2525
2526 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2527
2528         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
2529
2530         Restore cursor to normal after a drag operation. Fixes bug
2531         #501603.
2532         
2533 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2534
2535         * NEWS:
2536         * configure.ac:
2537         
2538         Update for release 2.21.1
2539
2540 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2541
2542         * configure.ac:
2543         * cut-n-paste/gedit-message-area/Makefile.am:
2544         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
2545         * shell/Makefile.am:
2546         * shell/ev-message-area.[ch]:
2547         * shell/ev-window.c: (ev_window_set_message_area),
2548         (ev_window_error_message_response_cb), (ev_window_error_message),
2549         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
2550         (ev_window_save_job_cb), (image_save_dialog_response_cb),
2551         (ev_attachment_popup_cmd_open_attachment),
2552         (attachment_save_dialog_response_cb), (ev_window_set_document),
2553         (ev_window_init):
2554
2555         Use a message area instead of a popup dialog for error
2556         notifications. Fixes bug #337495.
2557         
2558 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2559
2560         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
2561         (ev_window_run_fullscreen):
2562
2563         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
2564         
2565 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2566
2567         * ev-sidebar-thumbnails.c: (update_visible_range),
2568         (ev_sidebar_thumbnails_refresh),
2569         (ev_sidebar_thumbnails_set_document),
2570         (ev_sidebar_thumbnails_support_document):
2571
2572         Show thumbnails for documents with one page. Fixes bug #358751.
2573         
2574 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2575
2576         * shell/ev-window.c:
2577         (ev_window_load_print_settings_from_metadata),
2578         (ev_window_save_print_settings), (ev_window_print_finished),
2579         (ev_window_print_range):
2580
2581         Print settings that are specific to the document are now saved per
2582         document in the metadata file. Fixes bug #488806.
2583         
2584 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
2585
2586         * backend/tiff/tiff-document.c: (tiff_document_render):
2587
2588         Tiff documents were rendered with wrong colors. Fixes bug #497279.
2589         
2590 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2591
2592         * shell/ev-application.[ch]: (get_find_string_from_args),
2593         (ev_application_open_uri_at_dest), (ev_application_open_uri),
2594         (ev_application_open_uri_list):
2595         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
2596         * shell/ev-window.[ch]: (ev_window_load_job_cb),
2597         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
2598         (ev_window_cmd_recent_file_activate),
2599         (ev_window_open_recent_action_item_activated),
2600         (ev_window_print_send), (open_remote_link):
2601         * shell/main.c: (arguments_parse):
2602
2603         Add a command line option for search. Fixes bug #497710.
2604         
2605 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
2606
2607         * shell/ev-jobs.c: (ev_job_print_new):
2608
2609         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
2610         
2611 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2612
2613         * data/evince-toolbar.xml:
2614         * shell/Makefile.am:
2615         * shell/ev-application.c: (ev_application_init):
2616         * shell/ev-open-recent-action.[ch]:
2617         * shell/ev-window.c:
2618         (ev_window_open_recent_action_item_activated),
2619         (register_custom_actions):
2620
2621         Add an expander to the open toolbar item which pops up a dropdown
2622         menu with the recently used documents. Fixes bug #487215.
2623         
2624 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2625
2626         * shell/ev-window.c: (ev_window_open_uri),
2627         (ev_window_cmd_view_reload):
2628
2629         Do not jump to the first page when reloading by running evince
2630         from the command line. Fixes bug #490847.
2631         
2632 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
2633
2634         * shell/ev-window.c: (ev_window_cmd_help_contents):
2635
2636         Plugged memory leak when help file is not found. Fixes bug
2637         #490762.
2638         
2639 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2640
2641         * configure.ac:
2642
2643         Enable djvu, dvi and comics backends by default. Fixes bug
2644         #437121.
2645         
2646 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2647
2648         * configure.ac:
2649         * cut-n-paste/Makefile.am:
2650         * cut-n-paste/recent-files/*: Removed
2651         * help/reference/Makefile.am:
2652         * shell/Makefile.am:
2653         * shell/ev-application.[ch]: (ev_application_shutdown),
2654         (ev_application_init):
2655         * shell/ev-window.c: (ev_window_add_recent),
2656         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
2657
2658         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
2659         
2660 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
2661
2662         * shell/ev-window.c: (launch_external_uri):
2663
2664         Let GnomeVFS check the URL, this allow more URL (like mailto:),
2665         and report error if the URL is not supported (#489910).
2666
2667 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2668
2669         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2670         (pdf_document_file_exporter_begin_page),
2671         (pdf_document_file_exporter_end_page):
2672
2673         Fix printing with poppler splash backend. Fixes bug #489774.
2674         
2675 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2676
2677         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2678         * shell/ev-print-job.c: (ev_print_job_class_init):
2679
2680         Fix a crash when printing with the gnome-print dialog. Fixes bug
2681         #488939.
2682         
2683 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
2684
2685         * backend/pixbuf/pixbuf-document.c:
2686
2687         Fix an implicit function definition warning (#487655)
2688
2689 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2690
2691         * shell/ev-window.c:
2692
2693         Fix conflicting shortcut for view sade pane and presentation.
2694         
2695 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2696
2697         * backend/pdf/ev-poppler.cc:
2698         (pdf_document_file_exporter_begin_page),
2699         (pdf_document_file_exporter_do_page),
2700         (pdf_document_file_exporter_end_page),
2701         (pdf_document_file_exporter_iface_init):
2702         * libdocument/ev-file-exporter.[ch]:
2703         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
2704         * shell/ev-jobs.c: (ev_job_print_get_page_list),
2705         (ev_job_print_run):
2706
2707         When printing multiple pages per sheet in reverse option, do not
2708         invert the order of the pages in every sheet, but the order of the
2709         sheets. Do not print blank pages when page range is invalid. Fixes
2710         bugs #484857 and #485521.
2711         
2712 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2713
2714         * shell/ev-jobs.c: (ev_job_print_get_page_list),
2715         (ev_job_print_run):
2716         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2717
2718         Respect ranges order when printing more than one range in random
2719         order.
2720         
2721 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
2722
2723         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
2724         (ev_window_setup_document), (ev_window_rotation_changed_cb):
2725
2726         Rotate also the window icon when document is rotated. Fixes bug
2727         #474681.
2728         
2729 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2730
2731         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
2732         (pdf_document_forms_get_form_fields):
2733
2734         Silently ignore unknown form fields. Fixes bug #482654. Patch by
2735         Matthias Drochner.
2736         
2737 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2738
2739         * configure.ac:
2740         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2741
2742         Use poppler_page_render_for_printing() instead of
2743         poppler_page_render() if available when exporting to a ps or pdf
2744         file. Fixes bug #476627.
2745         
2746 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2747
2748         * shell/ev-window.c: (ev_window_run_fullscreen):
2749
2750         Do not show the toolbar in fullscreen mode if the main toolbar is
2751         not visible. Fixes bug #483048.
2752         
2753 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2754
2755         * shell/ev-view.c: (ev_view_button_press_event):
2756
2757         Give priority to form fields over images when deciding whether a
2758         button press event is over an image or form field. It allows edit
2759         form fields when they are over a background image. Fixes bug
2760         #477841.
2761         
2762 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2763
2764         * NEWS:
2765         * configure.ac:
2766         
2767         Update for release 2.20.0
2768
2769 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2770
2771         * backend/pdf/ev-poppler.cc:
2772
2773         Remove #ifdef HAVE_FORMS, so that forms support works again.
2774
2775 2007-09-05  Götz Waschk  <waschk@mandriva.org>
2776
2777         * configure.ac:
2778         * data/evince.desktop.in.in:
2779         
2780         Fixes desktop file issues. See bug #473471.
2781
2782 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2783
2784         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
2785         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
2786         (ev_job_queue_remove_job):
2787         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
2788         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
2789         * shell/ev-window.c: (ev_window_clear_save_job),
2790         (ev_window_save_job_cb), (file_save_dialog_response_cb),
2791         (ev_window_dispose):
2792
2793         Move save a copy task to its own job so that it's carried out in a
2794         thread avoiding another lock in the main thread. Use
2795         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
2796         can be saved to a pathin another file system. Fixes bug #456891.
2797         
2798 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2799
2800         * NEWS:
2801         * configure.ac:
2802         
2803         Update for release 2.19.92
2804
2805 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2806
2807         * configure.ac:
2808         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2809         (pdf_selection_get_selection_region),
2810         (pdf_selection_get_selection_map),
2811         (ev_form_field_from_poppler_field):
2812
2813         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
2814         and triple click selections are enabled again now.
2815
2816 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2817
2818         * shell/ev-window.c: (ev_window_add_history):
2819
2820         Make sure not to use the history with documents not supporting
2821         links. Fixes bug #468954.
2822
2823 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2824
2825         * shell/ev-window.c: (ev_window_load_job_cb):
2826
2827         Restart the search when reloading a document with the find bar
2828         visible. Fixes bug #461962.
2829
2830 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2831
2832         * shell/ev-window.c: (setup_document_from_metadata),
2833         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
2834
2835         Do not jump to the first page when reloading a document from the
2836         last page.
2837
2838 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2839
2840         * shell/ev-window.c: (update_chrome_flag),
2841         (setup_sidebar_from_metadata),
2842         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
2843         (ev_window_cmd_edit_find_next),
2844         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
2845         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
2846         (find_bar_close_cb), (view_actions_focus_in_cb):
2847
2848         Do not update visibility when changing a chrome flag so that it's
2849         possible to update several flags and update visibility only once
2850         for all of them.
2851
2852 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2853
2854         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2855
2856         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
2857         supported by gtk+. Fixes bug #460907.
2858
2859 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2860
2861         * shell/ev-view.c: (view_update_range_and_current_page):
2862
2863         Make sure current-page <= end-page in continuous mode. Fixes bug
2864         #454950.
2865
2866 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2867
2868         * backend/pdf/ev-poppler.cc: (build_tree):
2869
2870         Ignore outline items without a title. Fixes bug #453913.
2871
2872 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2873
2874         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2875         (ev_view_button_release_event), (ev_view_leave_notify_event):
2876
2877         Use always drag mouse cursor during a drag operation. Fixes bug
2878         #470564.
2879
2880 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2881
2882         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2883         (pdf_selection_get_selection_region),
2884         (pdf_selection_get_selection_map):
2885
2886         Temporarily disable double and triple selections since it depends on
2887         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
2888         released and the update of the external dependency minimal version
2889         approved.
2890
2891 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2892
2893         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2894         (pdf_document_file_exporter_do_page):
2895         * libdocument/ev-file-exporter.h:
2896         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2897         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2898
2899         Actually fix printing regressions. Remove orientation from
2900         EvPrintContext since it's redundant.
2901
2902 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2903
2904         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
2905         * backend/impress/impress-document.c:
2906         (impress_document_document_iface_init):
2907         * backend/ps/ps-document.c: (ps_document_document_iface_init):
2908         * backend/djvu/djvu-document.c:
2909         (djvu_document_document_iface_init),
2910         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
2911         * backend/tiff/tiff-document.c:
2912         (tiff_document_document_iface_init):
2913         * backend/pixbuf/pixbuf-document.c:
2914         (pixbuf_document_document_iface_init):
2915         * backend/comics/comics-document.c:
2916         (comics_document_document_iface_init):
2917         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
2918         (pdf_selection_render_selection),
2919         (pdf_selection_get_selected_text),
2920         (pdf_selection_get_selection_region),
2921         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
2922         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
2923         (ev_selection_get_selection_region),
2924         (ev_selection_get_selection_map):
2925         * libdocument/ev-document.[ch]:
2926         * shell/ev-pixbuf-cache.[ch]: (add_job),
2927         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
2928         * shell/ev-view-private.h:
2929         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
2930         (ev_job_render_run):
2931         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2932         * shell/ev-view.c: (start_selection_for_event),
2933         (ev_view_button_press_event), (ev_view_drag_data_get),
2934         (ev_view_drag_data_received), (ev_view_button_release_event),
2935         (compute_new_selection_text), (compute_selections),
2936         (ev_view_select_all), (get_selected_text), (ev_view_copy),
2937         (ev_view_primary_get_cb):
2938
2939         Add support for double and triple click selections.
2940
2941 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2942
2943         * NEWS:
2944         * configure.ac:
2945
2946         Update for release 2.19.4
2947
2948 2007-08-28  Justin Blanchard  <justinb04@aim.com>
2949
2950         * shell/ev-view-private.h:
2951         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
2952         (ev_view_set_highlight_search):
2953         * shell/ev-view.h:
2954         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
2955         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
2956         (find_bar_visibility_changed_cb):
2957         
2958         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
2959
2960 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2961
2962         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
2963         (pdf_document_file_exporter_begin),
2964         (pdf_document_file_exporter_do_page):
2965         * shell/ev-jobs.c: (ev_job_print_run):
2966         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2967
2968         Create always a portrait cairo surface and rotate when needed for
2969         landscape. It fixes printing problems in real printers.
2970
2971 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2972
2973         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2974         * libdocument/ev-file-exporter.[ch]:
2975         (ev_file_exporter_get_capabilities):
2976         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2977         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2978
2979         Adjust number of pages per row according to page orientation when
2980         printing 2 or 6 pages per sheet.
2981
2982 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2983
2984         * shell/ev-window.c: (ev_window_print_send):
2985
2986         Reset also cups setting to 1 when printing multiple pages per
2987         sheet. Fixes bug #468853.
2988
2989 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2990
2991         * libdocument/ev-document-misc.c:
2992         (ev_document_misc_surface_rotate_and_scale):
2993
2994         Use directly cairo_surface_get_content() when creating a similar
2995         surface as suggested by Jeff Muizelaar. Thanks again.
2996
2997 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2998
2999         * backend/djvu/djvu-document.c: (djvu_document_render):
3000         * backend/tiff/tiff-document.c: (tiff_document_render):
3001         * backend/pdf/ev-poppler.cc: (pdf_document_render):
3002         * libdocument/ev-document-misc.c:
3003         (ev_document_misc_surface_from_pixbuf),
3004         (ev_document_misc_surface_rotate_and_scale):
3005
3006         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
3007         creating page surfaces. Fixes bug #453123. Thank you very much to
3008         Jeff Muizelaar <jeff@infidigm.net>.
3009
3010 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3011
3012         * shell/ev-page-cache.c: (ev_page_cache_new),
3013         (ev_page_cache_get_thumbnail_size):
3014         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
3015         (ev_sidebar_thumbnails_set_loading_icon):
3016
3017         Also store in page-cache the dimensions of the thumbnails so that
3018         they can be used to create the correct loading icon in the side
3019         pane. Fixes bug #466857.
3020
3021 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3022
3023         * backend/pdf/ev-poppler.cc:
3024         (pdf_document_thumbnails_get_thumbnail):
3025
3026         Fix thumbnails rotation in pdf documents that include embedded 
3027         thumbnails.
3028
3029 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
3030
3031         * backend/pdf/ev-poppler.cc:
3032
3033         Don't use #ifdef in macro expansion. Some compilers don't
3034         like that. Closes bug #467042.
3035
3036 2007-08-15  Justin Blanchard  <justinb04@aim.com>
3037
3038         * backend/djvu/djvu-document.c: (djvu_document_finalize):
3039         
3040         Fixes memory leak in djvu backend.
3041
3042 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
3043
3044         * data/icons/32x32/Makefile.am:
3045         * data/icons/32x32/actions/Makefile.am:
3046         * data/icons/32x32/actions/view-page-cont.svg:
3047         * data/icons/32x32/actions/view-page-facing.svg:
3048         * data/icons/48x48/Makefile.am:
3049         * data/icons/48x48/actions/Makefile.am:
3050         * data/icons/48x48/actions/view-page-cont.svg:
3051         * data/icons/48x48/actions/view-page-facing.svg:
3052         
3053         Icons for a new sizes.
3054
3055 2007-08-14  Justin Blanchard  <justinb04@aim.com>
3056
3057         * shell/ev-page-cache.c: (build_height_to_page),
3058         (ev_page_cache_get_height_to_page):
3059         
3060         Fixes invalid read, see bug #466401.
3061
3062 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3063
3064         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3065         (set_drag_cursor):
3066         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3067         (configure_item_cursor), (new_pixbuf_from_widget):
3068
3069         Fix multihead problems in toolbar editor. Fixes bug #382055.
3070
3071 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3072
3073         * shell/ev-window.c: (ev_window_cmd_file_open),
3074         (ev_window_cmd_save_as):
3075
3076         Use g_get_user_special_dir when available instead of
3077         xdg_user_dir_lookup.
3078
3079 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3080
3081         * MAINTAINERS:
3082         
3083         Updated according to request on desktop-devel.
3084
3085 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3086
3087         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3088
3089         Do not use cairo_rectangle and cairo_clip since we are
3090         not using cairo_fill but cairo_paint. Use the same cairo context
3091         for every page in the same expose event.
3092
3093 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
3094
3095         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
3096         leak.
3097
3098 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3099
3100         * configure.ac:
3101         * NEWS:
3102
3103         Release 0.9.3
3104
3105 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3106
3107         * libdocument/ev-document-info.h:
3108         * libdocument/ev-document.h:
3109         * shell/ev-page-action.h:
3110         * shell/ev-sidebar-links.h:
3111
3112         Fix a headers problem with ev-link
3113         
3114         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
3115         * shell/ev-view-private.h:
3116         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3117         (get_link_area), (ev_view_query_tooltip),
3118         (ev_view_leave_notify_event), (ev_view_destroy),
3119         (ev_view_class_init):
3120
3121         Use new gtk tooltips when available instead of ev-tooltip.
3122         
3123 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3124
3125         * shell/ev-window.c: (update_chrome_visibility),
3126         (ev_window_sidebar_visibility_changed_cb):
3127
3128         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
3129         
3130 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3131
3132         * shell/ev-navigation-action.c:
3133         (ev_navigation_action_history_changed),
3134         (ev_navigation_action_set_history):
3135         * shell/ev-navigation-action-widget.c:
3136         (ev_navigation_action_widget_init):
3137         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3138
3139         Fix compile warnings.
3140         
3141 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3142
3143         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3144         (egg_editable_toolbar_dispose):
3145
3146         Fix memory leak.
3147         
3148 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3149
3150         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3151         (screensaver_disable_x11):
3152         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
3153         * shell/ev-window.c: (presentation_set_timeout):
3154         * shell/ev-view.c: (ev_view_presentation_transition_start):
3155
3156         Use g_timeout_add_seconds instead of g_timeout_add when
3157         available.
3158         
3159 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3160
3161         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
3162
3163         Set horizontal scrollbar policy to AUTOMATIC instead of
3164         NEVER. Workaround for bug #449462.
3165         
3166 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3167
3168         * shell/ev-jobs.c: (ev_job_render_page_ready):
3169
3170         Add page_ready callback to main loop with high priority and hold
3171         a reference to job during idle.
3172         
3173 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3174
3175         * configure.ac:
3176         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3177         (pdf_document_file_exporter_begin),
3178         (pdf_document_file_exporter_do_page),
3179         (pdf_document_file_exporter_get_capabilities):
3180         * libdocument/ev-file-exporter.h:
3181         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3182         * shell/ev-window.c: (ev_window_print_send),
3183         (ev_window_print_dialog_response_cb):
3184
3185         Allow printing multiple pages per sheet. Fixes bug #395573.
3186         
3187 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3188
3189         * shell/ev-view.c: (tip_from_link):
3190         
3191         Check for NULL, fixes bug #460862.
3192
3193 2007-07-29  Christian Persch  <chpe@gnome.org>
3194
3195         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
3196         (ev_window_preview_print_finished), (ev_window_do_preview_print),
3197         (ev_window_cmd_preview_print):
3198         
3199         Fixes bug #437681 - blocks while enumerating printers.
3200
3201 2007-07-29  Christian Persch  <chpe@gnome.org>
3202
3203         * shell/ev-window.c: (ev_window_screen_changed):
3204         
3205         Don't use deprecated gtk+ function. See bug #460909.
3206
3207 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3208
3209         * shell/ev-utils.c: (get_num_monitors):
3210         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
3211
3212         Do not use display before initializing it. Remove compile
3213         warnings.
3214
3215 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
3216
3217         * shell/ev-view.c: (ev_view_class_init):
3218         
3219         Unix-like hjkl bindings added. See bug #458111.
3220
3221 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
3222
3223         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
3224         * shell/ev-utils.h:
3225         * shell/ev-view.c: (ev_view_set_zoom_for_size),
3226         (ev_view_update_view_size):
3227         * shell/ev-view.h:
3228         * shell/ev-window.c: (ev_window_update_actions),
3229         (setup_view_from_metadata), (ev_window_screen_changed),
3230         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
3231         (zoom_control_changed_cb):
3232         * shell/ev-window.h:
3233         
3234         Reorganizes utility functions.
3235
3236 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3237
3238         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
3239         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
3240         (add_job), (ev_pixbuf_cache_get_surface),
3241         (ev_pixbuf_cache_get_link_mapping),
3242         (ev_pixbuf_cache_get_image_mapping),
3243         (ev_pixbuf_cache_get_form_field_mapping),
3244         (ev_pixbuf_cache_get_text_mapping):
3245         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
3246         (notify_page_ready), (ev_job_render_page_ready),
3247         (ev_job_render_run):
3248
3249         Add page_ready signal to notify that page is ready as soon as
3250         possible even if other page elements like links, forms, images or
3251         text mapping are not ready yet.
3252
3253 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3254
3255         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
3256         (dvi_document_file_exporter_do_page),
3257         (dvi_document_file_exporter_get_capabilities),
3258         (dvi_document_file_exporter_iface_init):
3259         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
3260         (ps_document_file_exporter_do_page),
3261         (ps_document_file_exporter_get_capabilities),
3262         (ps_document_file_exporter_iface_init):
3263         * backend/djvu/djvu-document.c:
3264         (djvu_document_file_exporter_begin),
3265         (djvu_document_file_exporter_end),
3266         (djvu_document_file_exporter_get_capabilities),
3267         (djvu_document_file_exporter_iface_init):
3268         * backend/tiff/tiff-document.c:
3269         (tiff_document_file_exporter_begin),
3270         (tiff_document_file_exporter_get_capabilities),
3271         (tiff_document_document_file_exporter_iface_init):
3272         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3273         (pdf_document_file_exporter_do_page),
3274         (pdf_document_file_exporter_get_capabilities),
3275         (pdf_document_file_exporter_iface_init):
3276         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
3277         (ev_file_exporter_get_capabilities):
3278         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
3279         (idle_print_handler), (ev_print_job_print):
3280         * shell/ev-jobs.c: (ev_job_print_run):
3281         * shell/ev-window.c: (ev_window_print_send),
3282         (ev_window_print_range):
3283
3284         Use capabilities to know which options should be offered by the
3285         print dialog depending on the document backend.
3286
3287 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3288
3289         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
3290
3291         Give priority to forms over text to set the cursor.
3292
3293 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3294
3295         * shell/ev-view-private.h:
3296         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3297         (ev_view_leave_notify_event), (ev_view_finalize),
3298         (ev_view_get_property), (ev_view_class_init):
3299
3300         Use IBEAM cursor for text form fields and NORMAL cursor for read
3301         only fields. Remove unused status attribute.
3302
3303 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3304
3305         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3306
3307         Update region for current selected items also for checkbox
3308         buttons, since they can behave as radio buttons when they are in a
3309         set.
3310
3311 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3312
3313         * configure.ac:
3314         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3315
3316         Get max length of text form fields.
3317
3318 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3319
3320         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3321         * libdocument/ev-form-field.h:
3322         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
3323
3324         Fix build with current poppler cvs head.
3325
3326 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3327
3328         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3329         * shell/eggfindbar.c: (egg_find_bar_init):
3330
3331         Fix build with gtk+ >= 2.11.5 due to gtktooltips
3332         deprecation. Fixes bug #455667
3333
3334 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3335
3336         * NEWS:
3337         * configure.ac:
3338         
3339         Update for release 0.9.2
3340
3341 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3342
3343         * shell/ev-view.c: (ev_view_form_field_text_save),
3344         (ev_view_form_field_choice_save):
3345
3346         Fix a crash when closing whith a form widget visible.
3347
3348 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3349
3350         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3351
3352         Update also the region of the current selected button when
3353         clicking on another button if they are radio buttons.
3354
3355 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3356
3357         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
3358         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
3359         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
3360         (ev_pixbuf_cache_get_link_mapping),
3361         (ev_pixbuf_cache_get_image_mapping),
3362         (ev_pixbuf_cache_get_form_field_mapping),
3363         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
3364         * shell/ev-view.c: (ev_view_form_field_get_region),
3365         (ev_view_form_field_button_create_widget),
3366         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
3367         (job_finished_cb):
3368
3369         Redraw only form field region instead of the whole page when
3370         reloading a page to show changes on the form field.
3371
3372 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3373
3374         * shell/ev-view.c: (ev_view_form_field_choice_save):
3375
3376         Fix selection of first item in list form fields.
3377
3378 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3379
3380         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
3381         (ev_pixbuf_cache_reload_page),
3382         (ev_pixbuf_cache_get_form_field_mapping):
3383
3384         Some refactoring to avoid duplicated code.
3385
3386 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3387
3388         * configure.ac:
3389         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
3390         (ev_form_field_from_poppler_field),
3391         (pdf_document_forms_get_form_fields),
3392         (pdf_document_forms_form_field_text_get_text),
3393         (pdf_document_forms_form_field_text_set_text),
3394         (pdf_document_forms_form_field_button_set_state),
3395         (pdf_document_forms_form_field_button_get_state),
3396         (pdf_document_forms_form_field_choice_get_item),
3397         (pdf_document_forms_form_field_choice_get_n_items),
3398         (pdf_document_forms_form_field_choice_is_item_selected),
3399         (pdf_document_forms_form_field_choice_select_item),
3400         (pdf_document_forms_form_field_choice_toggle_item),
3401         (pdf_document_forms_form_field_choice_unselect_all),
3402         (pdf_document_forms_form_field_choice_set_text),
3403         (pdf_document_forms_form_field_choice_get_text),
3404         (pdf_document_document_forms_iface_init):
3405         * libdocument/Makefile.am:
3406         * libdocument/ev-form-field.[ch]:
3407         * libdocument/ev-document-forms.[ch]:
3408         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3409         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3410         (add_job), (ev_pixbuf_cache_reload_page),
3411         (ev_pixbuf_cache_get_form_field_mapping):
3412         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
3413         * shell/ev-view-private.h:
3414         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
3415         (ev_view_handle_cursor_over_xy),
3416         (ev_view_get_form_field_at_location),
3417         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
3418         (ev_view_form_field_button_create_widget),
3419         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
3420         (ev_view_form_field_text_create_widget),
3421         (ev_view_form_field_choice_save),
3422         (ev_view_form_field_choice_changed),
3423         (ev_view_form_field_choice_create_widget),
3424         (ev_view_handle_form_field), (ev_view_size_allocate),
3425         (ev_view_realize), (draw_end_presentation_page),
3426         (ev_view_button_press_event), (ev_view_remove_all),
3427         (ev_view_motion_notify_event), (ev_view_key_press_event),
3428         (ev_view_enter_notify_event), (highlight_find_results),
3429         (draw_loading_text), (draw_one_page), (ev_view_destroy),
3430         (ev_view_class_init), (page_changed_cb),
3431         (on_adjustment_value_changed), (ev_view_set_presentation),
3432         (merge_selection_region), (ev_view_set_cursor),
3433         (ev_view_reset_presentation_state):
3434         
3435         Merge evince-forms branch.
3436
3437 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
3438
3439         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
3440
3441         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
3442         This script also updates itself from libegg
3443
3444         * cut-n-paste/toolbar-editor/egg*:
3445         Run update-toolbareditor-from-libegg.sh so we are in sync again with
3446         libegg
3447
3448 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
3449
3450         * shell/ev-window.c:
3451         
3452         Adds a nice icon to page action during toolbar editing.
3453         See bug #452872.
3454
3455 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3456
3457         * data/evince-toolbar.xml:
3458         * shell/ev-window.c:
3459         
3460         Let user add a presentation and fullscreen icons on toolbar.
3461         See bug #449734.
3462
3463 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
3464
3465         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
3466
3467         new script to keep in sync with toolbareditor in libegg
3468
3469         * cut-n-paste/toolbar-editor/*: 
3470
3471         Run update-toolbareditor-from-libegg so we are in sync again. 
3472         Fixes bug #452850.
3473         
3474
3475 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3476
3477         * shell/ev-sidebar-links.c: (job_finished_callback):
3478
3479         Do not connect selection changed signal more than once. Fixes bug
3480         #349433.
3481
3482 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3483
3484         * shell/ev-window.c: (ev_window_view_sidebar_cb):
3485
3486         Do not change sidebar chrome flag when pressing F9 key in
3487         presentation mode.
3488
3489 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3490
3491         * backend/pdf/ev-poppler.cc:
3492         (pdf_document_thumbnails_get_dimensions):
3493
3494         Make sure thumbnails width and height is not <= 0. Fixes a crash
3495         with some pdf documents which have really small pages.
3496
3497 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
3498
3499         * shell/main.c: (main):
3500
3501         Fixes program description translation issue.
3502         Bug #450148.
3503
3504 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
3505
3506         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
3507
3508         Do not change current page when returning from black/white mode
3509         in presentation. Fixes bug #415032.
3510
3511 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3512
3513         * NEWS:
3514         * configure.ac:
3515         
3516         Update for release 0.9.1
3517
3518 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
3519
3520         * backend/dvi/dvi-document.c:
3521         (dvi_document_finalize),
3522         (dvi_document_file_exporter_format_supported),
3523         (dvi_document_file_exporter_begin),
3524         (dvi_document_file_exporter_do_page),
3525         (dvi_document_file_exporter_end),
3526         (dvi_document_file_exporter_iface_init), (dvi_document_init):
3527         
3528         PDF exporter for dvi documents. Fixes bug #441319.
3529
3530 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3531
3532         * shell/ev-window.c: (ev_window_clear_print_job):
3533
3534         Clear gtk print job when job has finished. Fixes bug #447612.
3535
3536 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3537
3538         * shell/ev-window.c: (ev_window_print_send),
3539         (ev_window_print_dialog_response_cb), (ev_window_print_range):
3540
3541         Add preview button to print dialog. Fixes bug #445419.
3542
3543 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3544
3545         * backend/dvi/Makefile.am:
3546         * backend/dvi/pixbuf-device.[ch]: Removed
3547         * backend/dvi/cairo-device.[ch]: Added
3548         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
3549         * backend/dvi/dvi-document.c: (dvi_document_load),
3550         (dvi_document_render), (dvi_document_finalize),
3551         (dvi_document_thumbnails_get_thumbnail), (parse_color),
3552         (dvi_document_do_color_special):
3553         * libdocument/ev-document-misc.[ch]:
3554         (ev_document_misc_pixbuf_from_surface):
3555
3556         Port dvi backend to cairo and fix a problem with colors. 
3557
3558 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3559
3560         * shell/ev-view.c: (draw_one_page):
3561
3562         Draw only visible region.
3563
3564 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3565
3566         * backend/djvu/djvu-document.c: (djvu_document_render):
3567
3568         Fix rotation in djvu backend.
3569
3570 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3571
3572         * shell/ev-pixbuf-cache.c: (job_finished_cb),
3573         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
3574         (ev_pixbuf_cache_get_image_mapping),
3575         (ev_pixbuf_cache_get_text_mapping):
3576
3577         Redraw view every time we have a new surface. Fixes bug #443587.
3578
3579 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3580
3581         * libdocument/ev-document.c: (ev_document_info_free):
3582
3583         Fix memory leaks.
3584
3585 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3586
3587         * backend/dvi/dvi-document.c: (dvi_document_render),
3588         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
3589         * backend/impress/impress-document.c:
3590         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
3591         (impress_document_render), (impress_document_document_iface_init),
3592         (impress_document_thumbnails_get_thumbnail):
3593         * backend/djvu/djvu-document-private.h:
3594         * backend/djvu/djvu-document.c: (djvu_document_render),
3595         (djvu_document_finalize), (djvu_document_document_iface_init),
3596         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
3597         * backend/tiff/tiff-document.c: (tiff_document_render),
3598         (tiff_document_render_pixbuf),
3599         (tiff_document_document_iface_init):
3600         * backend/pdf/ev-poppler.cc: (pdf_document_render),
3601         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
3602         (pdf_selection_render_selection):
3603         * backend/comics/comics-document.c:
3604         (comics_document_render_pixbuf), (comics_document_render),
3605         (comics_document_document_iface_init):
3606         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
3607         (pixbuf_document_document_iface_init):
3608         * libdocument/ev-document-misc.[ch]:
3609         (ev_document_misc_surface_from_pixbuf),
3610         (ev_document_misc_surface_rotate_and_scale):
3611         * libdocument/ev-document.[ch]: (ev_document_render):
3612         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
3613         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3614         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3615         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
3616         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
3617         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
3618         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
3619         (render_finished_cb), (ev_job_render_run):
3620         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
3621         (merge_selection_region):
3622
3623         Use cairo image surfaces instead of GDK pixbufs for drawing pages
3624         and selections.
3625
3626 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3627
3628         * shell/ev-window-title.c: (ev_window_title_update):
3629
3630         Fix memory leak.
3631
3632 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3633
3634         * shell/ev-view.c: (draw_loading_text):
3635
3636         Show loading text centered. Fixes bug #433061
3637
3638 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3639
3640         * shell/ev-sidebar-thumbnails.c:
3641         (ev_sidebar_thumbnails_set_loading_icon):
3642
3643         Remove a mutex in the main thread that blocks the UI in heavy
3644         documents.
3645
3646 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3647
3648         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
3649
3650         Set points_set to TRUE so that selections don't disappear after a
3651         zoom change.
3652
3653 2007-06-07  Michael Monreal  <infernux@web.de>
3654
3655         * data/icons/16x16/actions/Makefile.am:
3656         * data/icons/16x16/actions/zoom.svg:
3657         * data/icons/22x22/actions/Makefile.am:
3658         * data/icons/22x22/actions/zoom.svg:
3659         * data/icons/24x24/actions/Makefile.am:
3660         * shell/ev-stock-icons.c:
3661         * shell/ev-stock-icons.h:
3662         * shell/ev-window.c:
3663         
3664         Zoom icon artwork. See bug #444795.
3665
3666 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3667
3668         * shell/ev-metadata-manager.c: Remove extraneous function
3669         (Closes: #444386)
3670
3671 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3672
3673         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
3674         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
3675         (ev_metadata_manager_set), (ev_metadata_manager_save):
3676         Simplify the timeout, no need for modified anymore
3677
3678 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3679
3680         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
3681         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
3682         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
3683         (ev_metadata_manager_save): Adapted patch from Arjan van de
3684         Ven (arjan@linux.intel.com) to avoid the timeout running all the
3685         time, saves on power (Closes: #443851)
3686
3687 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3688
3689         * configure.ac:
3690         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
3691         (pdf_selection_render_selection), (pdf_document_get_page_duration):
3692
3693         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
3694
3695 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3696
3697         * shell/ev-window.c: (ev_window_add_history):
3698
3699         Check if history is NULL
3700
3701 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3702
3703         * libdocument/ev-image.c: (ev_image_finalize):
3704         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
3705         * libdocument/ev-attachment.c: (ev_attachment_finalize):
3706         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
3707         (ev_tmp_uri_unlink):
3708
3709         Add functions to delete temporary files created by evince in a safe
3710         way.
3711
3712         * shell/ev-window.c: (ev_window_clear_local_uri),
3713         (open_xfer_update_progress_callback),
3714         (save_xfer_update_progress_callback), (ev_window_save_remote),
3715         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
3716         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
3717         (attachment_save_dialog_response_cb),
3718         (ev_attachment_popup_cmd_save_attachment_as):
3719
3720         Allow saving a copy of a document, image or attachment to a remote
3721         location. Fixes bug #440754. 
3722
3723 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3724
3725         * configure.ac:
3726         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
3727
3728         Fix build with current poppler from cvs head. 
3729
3730 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
3731
3732         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
3733
3734         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
3735         directory exists.
3736
3737 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
3738
3739         * shell/ev-sidebar.c: (ev_sidebar_add_page):
3740         * shell/ev-window.c:
3741
3742         Change sidebar ordering. Fixes bug #439939.
3743
3744 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
3745
3746         * backend/comics/Makefile.am:
3747         
3748         Fixes build with --without-libgnome.
3749
3750 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3751         
3752         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
3753
3754         Update cursor and tooltip on page change and view scroll. Fixes bug
3755         #439217.
3756
3757 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3758
3759         * NEWS:
3760         * configure.ac:
3761         
3762         Update for release 0.9.0
3763
3764 2007-05-14  Alaska Subedi <asubedi@gmail.com>
3765
3766         * backend/djvu/djvu-document-private.h:
3767         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3768         (djvu_document_finalize),
3769         (djvu_document_file_exporter_format_supported),
3770         (djvu_document_file_exporter_begin),
3771         (djvu_document_file_exporter_do_page),
3772         (djvu_document_file_exporter_end),
3773         (djvu_document_file_exporter_iface_init), (djvu_document_init):
3774         
3775         Implemented printing with djvu. Bug #437998.
3776
3777 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3778
3779         * backend/impress/zip.c:
3780         Add missing ulong definition.
3781
3782         * backend/ps/ps-interpreter.c:
3783         Add missing headers.
3784
3785         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
3786
3787 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3788
3789         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
3790
3791         Add missing call to parent class dispose method. 
3792
3793 2007-05-12  Ross Burton  <ross@openedhand.com>
3794
3795         * shell/main.c:
3796         Sync keybindings manually when building without libgnome
3797         (#437925).
3798
3799 2007-05-12  Ross Burton  <ross@openedhand.com>
3800
3801         * shell/ev-window.c:
3802         Respect the screen when opening help (#437866).
3803
3804 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3805
3806         * data/evince-ui.xml:
3807         * shell/ev-application.[ch]: (get_print_settings_from_args),
3808         (ev_application_open_uri_at_dest), (ev_application_open_uri),
3809         (ev_application_open_uri_list):
3810         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
3811         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
3812         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
3813         (ev_window_cmd_view_reload), (lookup_printer_from_name),
3814         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
3815         (ev_window_dispose):
3816         * shell/main.c: (arguments_parse):
3817
3818         Add print button in preview mode. Fixes bug #396475. 
3819
3820 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3821
3822         * cut-n-paste/zoom-control/ephy-zoom.h:
3823         
3824         Fixes zoom level factors. See bug #408119 for details.
3825
3826 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3827
3828         * backend/comics/comics-document.c: (comics_regex_quote),
3829         (extract_argv):
3830         
3831         Correctly quote symbols. Fixes crash in the bug
3832         #415370.
3833
3834 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3835
3836         * shell/ev-navigation-action-widget.c:
3837         (ev_navigation_action_widget_init),
3838         (ev_navigation_action_widget_class_init),
3839         (ev_navigation_action_widget_button_press_event):
3840         
3841         Connect to button-press event on correct widget. Fixes
3842         bug #431988
3843
3844 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3845
3846         * shell/ev-application.c: (ev_application_open_window),
3847         (ev_application_add_icon_path_for_screen),
3848         (ev_application_open_uri_at_dest):
3849         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
3850         * shell/ev-navigation-action.c: (build_menu):
3851         
3852         Add app-specific icons to our icon theme. Fixes bug
3853         #425508.
3854
3855 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3856
3857         * shell/ev-history.c: (ev_history_class_init),
3858         (ev_history_add_link):
3859         * shell/ev-history.h:
3860         * shell/ev-navigation-action.c:
3861         (ev_navigation_action_history_changed),
3862         (ev_navigation_action_set_history), (build_menu),
3863         (ev_navigation_action_finalize):
3864         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
3865         
3866         Make navigation action unsensitive instead of showing
3867         menu with unsensitive word. Fixes bug #417392.
3868
3869 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3870
3871         * shell/ev-application.[ch]: (ev_application_shutdown),
3872         (ev_application_get_print_settings),
3873         (ev_application_set_print_settings):
3874         * shell/ev-window.c:
3875
3876         Remember print settings. Fixes bug #349102. 
3877
3878 2007-05-08  Christian Persch  <chpe@gnome.org>
3879
3880         * configure.ac:
3881         * properties/ev-properties-view.c:
3882
3883         No need for a configure check; just use the GTK_CHECK_VERSION macro.
3884         Bug #382438.
3885
3886 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3887
3888         * configure.ac:
3889         * properties/ev-properties-view.c: (ev_regular_paper_size):
3890
3891         Use gtk+ builtin paper list to identify the document's paper size.
3892         Fixes bug #382438. 
3893
3894 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3895
3896         * configure.ac:
3897
3898         Fix build when compiling with thumbnailer and libgnome support. 
3899
3900 2007-05-04  Ross Burton  <ross@openedhand.com>
3901
3902         * configure.ac:
3903         Add --without-libgnome, check for libgnome and libgnomeui
3904         separately, and add them to the symbols as required.
3905
3906         * libdocument/ev-file-helpers.c:
3907         When building without libgnome, use g_get_user_config_dir instead
3908         of gnome_user_dir_get.
3909
3910         * shell/ev-application.c:
3911         When building without libgnome, don't use session management.
3912
3913         * shell/main.c:
3914         When building without libgnome, don't use GnomeProgram or
3915         initialise the authentication manager.
3916
3917         This fixes #328842.
3918
3919 2007-05-04  Ross Burton  <ross@openedhand.com>
3920
3921         * shell/ev-window.c:
3922         Don't use libgnome to open help, instead call Yelp directly.
3923
3924 2007-05-04  Ross Burton  <ross@openedhand.com>
3925
3926         * shell/ev-sidebar-attachments.c:
3927         Don't use libgnome to lookup icons for MIME types, instead copy
3928         code from GTK+ to do it manually.
3929
3930 2007-05-04  Ross Burton  <ross@openedhand.com>
3931
3932         * configure.ac:
3933         Add libxml to the dependencies for SHELL_CORE (#435818).
3934
3935 2007-05-02  Ross Burton  <ross@openedhand.com>
3936
3937         * configure.ac:
3938         * Makefile.am:
3939         Add --disable-thumbnailer (#434825)
3940
3941 2007-05-02  Ross Burton  <ross@openedhand.com>
3942
3943         * shell/ev-window.c:
3944         Add missing includes, fix indentation.
3945
3946         * shell/main.c:
3947         Fix indentation.
3948
3949 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
3950
3951         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
3952         ev_application_open_uri_at_dest instead of ev_application_open_uri
3953         preventing new document always being opened in a new window even if there
3954         is an empty window.
3955
3956 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3957
3958         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3959         (egg_recent_view_uimanager_finalize):
3960         * properties/ev-properties-view.c: (ev_properties_view_dispose):
3961         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
3962         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
3963         (ev_pixbuf_cache_dispose):
3964         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
3965         * shell/ev-tooltip.c: (ev_tooltip_dispose):
3966         
3967         Add missing chain to parent class methods. Fixes
3968         bug #433128.
3969
3970 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
3971
3972         * data/Makefile.am (update-icon-cache): Updates
3973         gtk-update-icon-cache in uninstall-hook.
3974
3975 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3976
3977         * shell/ev-window.c: (ev_window_setup_document),
3978         (ev_window_set_document), (ev_window_load_job_cb):
3979         * shell/ev-view.c: (setup_caches):
3980         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
3981
3982         Start rendering pages before any other jobs. 
3983
3984 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3985
3986         * shell/ev-window.c: (ev_window_stop_fullscreen),
3987         (ev_window_stop_presentation):
3988
3989         Update chrome visibility before window unfullscreen. 
3990
3991 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3992
3993         * data/Makefile.am:
3994         * data/evince-ui.xml:
3995         * shell/ev-stock-icons.[ch]:
3996         * shell/ev-application.[ch]: (ev_application_shutdown),
3997         (ev_application_init), (ev_application_get_toolbars_model):
3998         * shell/ev-window.c: (update_chrome_visibility),
3999         (fullscreen_toolbar_setup_item_properties),
4000         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4001         (ev_window_run_presentation), (ev_window_stop_presentation),
4002         (ev_window_run_preview), (ev_window_screen_changed),
4003         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
4004         (ev_window_dispose), (ev_window_init):
4005
4006         Make fullscreen toolbar always visible. Do not use egg toolbars for
4007         fullscreen and preview modes since such toolbars are not editables.
4008         Fixes bugs #300278, #338910 and #316188.  
4009
4010 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
4011
4012         * shell/ev-application.c:
4013         * shell/ev-job-queue.c:
4014         * shell/ev-metadata-manager.c:
4015         * shell/ev-stock-icons.c:
4016         * shell/ev-window.c:
4017         * shell/main.c:
4018         
4019         Developers documentation updated.
4020
4021 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4022
4023         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
4024
4025         Check whether uri is valid before launching it. Fixes bug #427664.
4026
4027 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4028
4029         * shell/ev-window.c:
4030
4031         Change key accelerator for Open a Copy menu entry which is in conflict
4032         with Close. Fixes bug #427321.
4033
4034 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4035
4036         * NEWS:
4037         * configure.ac:
4038         
4039         Update for release 0.8.1
4040
4041 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4042
4043         * shell/ev-window.c: (setup_size_from_metadata):
4044         
4045         Do not make window bigger than screen. Fixes bug 
4046         #388985.
4047
4048 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4049
4050         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
4051         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
4052
4053         Use default resolution when it's not provided by document. Fixes bug
4054         #408762.
4055
4056 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4057
4058         * configure.ac:
4059         * thumbnailer/Makefile.am:
4060         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4061         * thumbnailer/evince-thumbnailer.schemas.in:
4062         * thumbnailer/evince-thumbnailer-ps.schemas.in:
4063
4064         Add support for ps, eps and compressed documents thumbnails. Do not
4065         ignore size parameter. 
4066
4067 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4068
4069         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
4070         (dvi_document_do_color_special):
4071         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
4072
4073         Implement font color specials in the DVI backend. Fixes bug #303651.
4074
4075 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4076
4077         Fixup the previous commit:
4078
4079         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
4080         * shell/xdg-user-dir-lookup.c: Make the function non-static
4081         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
4082
4083 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4084
4085         * shell/ev-window.c (file_open_dialog_response_cb): Use
4086         the xdg-user-dirs DOCUMENTS folder as default folder when
4087         opening a file chooser.  (#424858)
4088
4089         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
4090         xdg-user-dirs.
4091
4092 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4093
4094         * shell/ev-window.c: (ev_window_load_job_cb):
4095
4096         Do not setup view from metadata on preview mode. 
4097
4098 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4099
4100         * shell/main.c:
4101
4102         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
4103
4104 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4105
4106         * shell/ev-view.c: (ev_view_primary_get_cb):
4107
4108         Check pointer != NULL before using it. Fixes bug #416841. 
4109
4110 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4111
4112         * NEWS:
4113         * configure.ac:
4114         
4115         Release 0.8.0
4116
4117 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4118
4119         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
4120
4121         Do not render thumbnails when sidebar thumbnail page is not visible
4122         at startup. Fixes bug #416447. 
4123
4124 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
4125
4126         * data/evince.desktop.in.in:
4127
4128         "Application" is not a valid category in the freedesktop specification.
4129
4130 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4131
4132         * libdocument/ev-file-helpers.[ch]: (compression_run),
4133         (ev_file_uncompress), (ev_file_compress):
4134         * shell/ev-window.c: (file_save_dialog_response_cb):
4135
4136         Save document compressed when saving a copy of a compressed document.
4137         Fixes bug #334542.
4138
4139 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4140
4141         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
4142
4143         Allow deleting in goto window entry in presentation mode. 
4144
4145 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
4146
4147         * Makefile.am: Dist MAINTAINERS.
4148
4149 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4150
4151         * shell/ev-window.c: (ev_window_update_actions):
4152
4153         Fix zoom shortcut keys when searching. Fixes bug #409828.
4154
4155 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4156
4157         * shell/ev-window.c: (ev_window_setup_document):
4158
4159         Fix crash when loading documents with only one page. 
4160
4161 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
4162
4163         * backend/dvi/dvi-document.c:
4164         (dvi_document_thumbnails_get_dimensions),
4165         (dvi_document_thumbnails_get_thumbnail):
4166         * backend/impress/impress-document.c:
4167         (impress_document_thumbnails_get_thumbnail),
4168         (impress_document_thumbnails_get_dimensions):
4169         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
4170         (ps_document_thumbnails_get_dimensions):
4171         * backend/djvu/djvu-document.c:
4172         (djvu_document_thumbnails_get_dimensions),
4173         (djvu_document_thumbnails_get_thumbnail):
4174         * backend/tiff/tiff-document.c:
4175         (tiff_document_thumbnails_get_thumbnail),
4176         (tiff_document_thumbnails_get_dimensions):
4177         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
4178         (pdf_document_thumbnails_get_thumbnail),
4179         (pdf_document_thumbnails_get_dimensions):
4180         * backend/comics/comics-document.c:
4181         (comics_document_thumbnails_get_thumbnail),
4182         (comics_document_thumbnails_get_dimensions):
4183         * backend/pixbuf/pixbuf-document.c:
4184         (pixbuf_document_thumbnails_get_thumbnail),
4185         (pixbuf_document_thumbnails_get_dimensions):
4186         * libdocument/ev-document-thumbnails.[ch]:
4187         (ev_document_thumbnails_get_thumbnail),
4188         (ev_document_thumbnails_get_dimensions):
4189         * libdocument/ev-document-misc.[ch]:
4190         (ev_document_misc_get_thumbnail_frame):
4191         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
4192         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
4193         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
4194         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
4195         (ev_sidebar_thumbnails_refresh):
4196         * shell/ev-window.c: (ev_window_setup_document):
4197         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4198
4199         Use an EvRenderContext for rendering thumbnails instead of a suggested
4200         width, so that different sized pages get sized proportionally.
4201
4202 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4203
4204         * shell/ev-view.c: (ev_view_button_press_event),
4205         (ev_view_key_press_event):
4206
4207         Fix critical warnings when there is no document loaded. 
4208
4209 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4210
4211         * shell/ev-page-action-widget.c:
4212         * shell/ev-navigation-action.c:
4213         * shell/ev-window.c:
4214
4215         Fix compile warnings. 
4216
4217 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4218
4219         * backend/djvu/djvu-text.h:
4220         * backend/djvu/djvu-document.c:
4221         * backend/djvu/djvu-text-page.c:
4222         * backend/djvu/djvu-links.c:
4223         * backend/djvu/djvu-text-page.h:
4224         * backend/djvu/djvu-text.c:
4225         
4226         Fix build on Mac. Fixes bug #392186. Patch by
4227         <ephraim_owns@hotmail.com>
4228
4229 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4230
4231         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
4232
4233         Restore cairo context before rendering every page when printing a PDF
4234         document into a PDF file. 
4235
4236 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4237
4238         * backend/ps/gstypes.h:
4239         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
4240         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
4241         (ps_document_thumbnails_get_thumbnail):
4242
4243         Handle PostScript page orientation. Fixes bug #318568.
4244
4245 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4246
4247         * backend/ps/Makefile.am:
4248         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
4249         (document_load), (ps_document_load), (save_document),
4250         (save_page_list), (ps_document_get_n_pages),
4251         (ps_document_get_page_size), (ps_document_get_info),
4252         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
4253         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
4254         (ps_document_thumbnails_get_thumbnail),
4255         (ps_document_thumbnails_get_dimensions),
4256         (ps_document_document_thumbnails_iface_init):
4257         * backend/ps/ps.[ch]: (psgetpagebox):
4258         * backend/ps/ps-interpreter.[ch]:
4259
4260         Add support for thumbnails in ps backend. Fixes bug #164755. 
4261
4262 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4263
4264         * NEWS:
4265         * configure.ac:
4266         
4267         Release 0.7.2
4268
4269 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4270
4271         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
4272         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
4273         (ev_window_dispose):
4274
4275         Use document thumbnail as window icon. Fixes bug #384442.
4276
4277 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
4278
4279         * configure.ac:
4280
4281         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
4282         duplicated adding application/x-bzpostscript instead. 
4283
4284 2007-02-11  Tom Parker  <palfrey@tevp.net>
4285
4286         * backend/ps/ps-document.c: (document_load):
4287
4288         Check return value of psscan before trying
4289         to use it. Fixes bug #372414.
4290
4291 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4292
4293         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4294
4295         Fix invalid free in ev-page-cache. Fixes bug #404745.
4296
4297 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4298
4299         * test/Makefile.am:
4300         * test/test3.py:
4301         
4302         Added reload test case.
4303
4304 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4305
4306         * po/POTFILES.in:
4307         * backend/djvu/djvu-document.c: (djvu_document_load):
4308
4309         Check whether there are missing files in indirect multipage djvu
4310         documents. Fixes bug #361683. 
4311
4312 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4313
4314         * test/Makefile.am:
4315         * test/test-mime.bin:
4316         * test/test3.py:
4317         
4318         Added test for slow mime type
4319
4320 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4321
4322         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4323
4324         Add some checks and call parent_class->finalize. Fixes bug #404745.
4325
4326 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4327
4328         * shell/ev-navigation-action.c: (connect_proxy):
4329         
4330         Fixes dropdown history menu. Thanks a lot Carlos!
4331
4332 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4333
4334         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
4335
4336         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
4337         bug #373715.
4338
4339 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4340
4341         * backend/ps/ps.c: (psscan):
4342
4343         Fix memory leak. 
4344
4345 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4346
4347         * configure.ac:
4348         * libdocument/ev-file-helpers.c: 
4349
4350         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
4351
4352 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4353
4354         * configure.ac:
4355         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
4356         (ps_interpreter_start), (document_load), (save_document),
4357         (save_page_list):
4358         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
4359         * libdocument/ev-document-factory.c:
4360         (ev_document_factory_get_from_mime), (get_document_from_uri),
4361         (free_uncompressed_uri), (ev_document_factory_get_document):
4362         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
4363
4364         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
4365
4366 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4367
4368         * libdocument/ev-document.h:
4369
4370         Fix typo in function name. 
4371
4372 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4373
4374         * backend/ps/ps-document.c: (ps_interpreter_finished),
4375         (ps_interpreter_start), (ps_interpreter_failed):
4376
4377         Handle ghostscript interpreter crashes. 
4378
4379 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4380
4381         * shell/ev-window.c: (ev_window_open_uri),
4382         (window_configure_event_cb):
4383
4384         Setup window size and position before showing it. Fixes bug #401711.
4385
4386 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4387
4388         * backend/ps/Makefile.am:
4389         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
4390         (ps_document_dispose), (ps_document_class_init),
4391         (ps_interpreter_input), (ps_interpreter_output),
4392         (ps_interpreter_error), (setup_interpreter_env),
4393         (ps_interpreter_start), (ps_interpreter_stop),
4394         (ps_interpreter_failed), (ps_interpreter_is_ready),
4395         (check_filecompressed), (document_load), (ps_document_load),
4396         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
4397         (ps_document_widget_event), (send_ps), (ps_document_next_page),
4398         (render_page):
4399
4400         Rework ps-document. Code cleanups, remove deprecated code. 
4401
4402 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4403
4404         * shell/ev-view.c: (ev_view_button_press_event):
4405
4406         Do not start an image drag and drop operation when pointer is on 
4407         text, so that we can select text when the whole background is an
4408         image. 
4409
4410 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
4411
4412         * shell/ev-window.c: (ev_window_update_actions): 
4413
4414         Disable all zoom related actions during presentation mode. 
4415
4416 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
4417
4418         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
4419
4420         Do not zoom in or out on presentation mode. Fixes bug #401305.
4421
4422 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4423
4424         * shell/ev-navigation-action.c: (connect_proxy),
4425         (create_menu_item), (ev_navigation_action_class_init):
4426         
4427         Correctly show menu and fix crash when navigaton 
4428         action is out of toolbar visible area.
4429
4430 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4431
4432         * data/Makefile.am:
4433         * data/evince.1:
4434         
4435         Added man file
4436
4437 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4438
4439         * help/reference/* :
4440         * configure.ac:
4441         
4442         Added gtk-doc based documentation for Evince.
4443         Still in initial state but I hope it will
4444         grow.
4445         
4446         * configure.ac:
4447         
4448         Lower dbus requirement to 0.70
4449
4450 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4451
4452         * shell/ev-window.c: (ev_window_add_history):
4453
4454         Fix memory leak. 
4455
4456 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4457
4458         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
4459         * shell/ev-view.h:
4460         * shell/ev-window.c: (ev_window_add_history):
4461         
4462         Correctly handle named destination links
4463
4464 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4465
4466         * NOTES:
4467         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
4468         * backend/pdf/ev-poppler.cc:
4469         * libdocument/ev-document-links.h:
4470         * libdocument/ev-link.c: (ev_link_get_page):
4471         * libdocument/ev-link.h:
4472         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
4473         (ev_history_add_link):
4474         * shell/ev-history.h:
4475         * shell/ev-navigation-action.c: (activate_menu_item_cb),
4476         (new_history_menu_item), (build_menu):
4477         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
4478         * shell/ev-sidebar-links.c: (create_loading_model),
4479         (print_section_cb), (ev_sidebar_links_construct),
4480         (fill_page_labels), (update_page_callback_foreach),
4481         (update_page_callback), (job_finished_callback):
4482         * shell/ev-view.c: (ev_view_handle_link):
4483         * shell/ev-window.c: (ev_window_find_chapter),
4484         (ev_window_add_history), (view_handle_link_cb),
4485         (history_changed_cb):
4486         
4487         Implements another history variant
4488
4489 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4490
4491         * shell/ev-window.c: (view_external_link_cb):
4492         * shell/ev-view.c: (ev_view_button_release_event):
4493
4494         Open links in new window when clicking with middle button. 
4495
4496 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4497
4498         * shell/ev-navigation-action.c: (new_history_menu_item):
4499         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
4500         * shell/ev-view.c: (ev_view_handle_link):
4501         * shell/ev-window.c:
4502         
4503         Store link before jump, not the destination. For me it 
4504         seems like more natural history behavior.
4505
4506 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4507
4508         * shell/ev-navigation-action.c: (activate_menu_item_cb),
4509         (ev_navigation_action_class_init):
4510         * shell/ev-navigation-action.h:
4511         * shell/ev-page-action.c: (activate_cb):
4512         * shell/ev-page-cache.c: (ev_page_cache_class_init),
4513         (ev_page_cache_set_current_page_history):
4514         * shell/ev-page-cache.h:
4515         * shell/ev-sidebar-thumbnails.c:
4516         (ev_sidebar_tree_selection_changed),
4517         (ev_sidebar_icon_selection_changed), (page_changed_cb):
4518         * shell/ev-view-private.h:
4519         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
4520         * shell/ev-view.h:
4521         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
4522         (ev_window_setup_document), (ev_window_load_job_cb):
4523         * shell/ev-window.h:
4524         
4525         History finally works as expected.
4526
4527 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4528
4529         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
4530
4531         Do not update links treeview if it doesn't have a model assigned yet. 
4532
4533 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4534
4535         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
4536         (ev_sidebar_links_class_init), (update_page_callback):
4537
4538         Do not update links treeview when sidepane is not visible. 
4539
4540 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4541
4542         * shell/ev-marshal.list:
4543         * shell/ev-page-action.c: (activate_cb),
4544         (ev_page_action_class_init):
4545         * shell/ev-page-action.h:
4546         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
4547         * shell/ev-window.c:
4548         
4549         Remove activate_link signal, not required.
4550
4551 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4552
4553         * shell/ev-navigation-action.c: (build_menu):
4554         
4555         Reorder menu items and build menu with fixed length.
4556
4557 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
4558
4559         * shell/ev-view.c: (get_selected_text):
4560         
4561         Normalize text to fix ligatures problem. See bug
4562         #341947 for details.
4563
4564 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4565
4566         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4567
4568         Fix memory leak in ev-page-cache. 
4569
4570 2007-01-25  Tom Parker <palfrey@tevp.net>
4571
4572         * backend/impress/impress-document.c: (impress_document_load),
4573         (impress_document_finalize), (impress_document_init):
4574         * properties/ev-properties-main.c: (ev_properties_get_pages):
4575         
4576         Correctly handle impress document errors. Fixes nautilus
4577         crash in property page #370491.
4578
4579 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4580
4581         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
4582         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
4583         (ev_job_queue_remove_job):
4584         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
4585         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
4586         (ev_job_load_run):
4587         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
4588         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
4589         (ev_window_load_job_cb), (xfer_update_progress_callback),
4590         (ev_window_open_uri), (ev_window_dispose):
4591         * shell/main.c: (main):
4592
4593         Do file transfer asynchronously in the main thread instead of
4594         synchronously in the load thread. Fixes bugs #399694, #398307 and
4595         #343542.
4596
4597 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4598
4599         * shell/ev-jobs.c: (ev_job_xfer_run):
4600
4601         Load the document with the font-config lock held. 
4602
4603 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4604
4605         * backend/ps/ps-document.c: (start_interpreter):
4606
4607         Fix memory leaks in ps backend. 
4608
4609 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4610
4611         * backend/impress/impress-document.c:
4612         (impress_document_render_pixbuf):
4613
4614         Do not acquire fontconfig lock in impress backend, since it is using
4615         the main loop for rendering. 
4616
4617 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4618
4619         * po/POTFILES.in: 
4620
4621         Remove mdvi files that shouldn't be translated. 
4622
4623 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4624
4625         * shell/ev-view-private.h:
4626         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
4627         (ev_view_set_zoom):
4628
4629         Render "loading..." text into a cairo surface instead of directly into
4630         the window so that fontconfig lock is only needed once and UI is not
4631         blocked. Change text color to #9B9B9B. Fixes bug #397356.
4632
4633 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4634
4635         * shell/ev-stock-icons.c: (ev_stock_icons_init):
4636         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4637
4638         Use icon theme associated with the window screen rather than default. 
4639
4640 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
4641
4642         * configure.ac:
4643
4644         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
4645
4646 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
4647
4648         * data/icons/*/apps/evince.*:
4649
4650         Move Evince icons under new apps directory.
4651
4652         * data/icons/*/actions/*:
4653
4654         Add new custom themeable Evince icons: view-page-continuous, 
4655         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
4656         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
4657
4658         * configure.ac:
4659
4660         Add new directories to AC_CONFIG_FILES.
4661
4662         * shell/ev-stock-icons.c:
4663         * shell/ev-stock-icons.h:
4664
4665         Use new custom themeable icons.
4666
4667 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4668
4669         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
4670
4671         Do not draw white background page in presentation mode. 
4672
4673 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
4674
4675         * shell/ev-view.c: Remove unused gnome-vfs include.
4676
4677 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
4678
4679         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
4680         
4681         Format string is corrected, fixes bug #397129.
4682
4683 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4684
4685         * shell/ev-window.c: (ev_window_setup_recent):
4686
4687         Do not include in recent menu inexistent documents. Fixes
4688         bug #339171.
4689
4690 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4691
4692         * po/POTFILES.skip: 
4693
4694         Update POTFILES.skip file according to current source tree. 
4695
4696 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4697
4698         * shell/ev-window.c: (file_save_dialog_response_cb):
4699
4700         Do Save a copy in atomic way. Fixes bug #328266. 
4701
4702 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4703
4704         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
4705
4706         Keep selected cell always visible in index treeview.
4707
4708 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4709         
4710         * shell/ev-view.c: (ev_view_size_allocate):
4711
4712         Restore horizontal scrollbar after switching to/from fullscreen
4713         or presentation mode. Fixes bug #331728.
4714
4715 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4716
4717         * shell/ev-view-private.h:
4718         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
4719         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
4720         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
4721         (ev_view_can_zoom_out):
4722
4723         Use max and min scale values in the view iby taking dpi into account. 
4724
4725 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4726
4727         * configure.ac:
4728         * NEWS:
4729
4730         Release 0.7.1
4731
4732 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4733
4734         * shell/ev-window.c: (ev_window_print_send):
4735
4736         Send print job to printer with some settings set to default values,
4737         since we have already exported to a file according to such settings
4738         and they could be taken twice by some printers. 
4739
4740 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4741
4742         * shell/ev-jobs.c: (ev_job_xfer_run):
4743         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4744
4745         Show main window and load document with the font-config lock held. 
4746
4747 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4748
4749         * configure.ac:
4750         * shell/ev-application.c: (ev_application_register_service):
4751         * shell/main.c: (load_files_remote):
4752
4753         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
4754
4755 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4756
4757         * doc/debugging.txt:
4758         
4759         Remove obsolete documentation.
4760
4761 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4762
4763         * Makefile.am:
4764         * backend/Makefile.am:
4765         * backend/comics/Makefile.am:
4766         * backend/djvu/Makefile.am:
4767         * backend/dvi/Makefile.am:
4768         * backend/ev-async-renderer.c:
4769         * backend/ev-async-renderer.h:
4770         * backend/ev-attachment.c:
4771         * backend/ev-attachment.h:
4772         * backend/ev-backend-marshal.c:
4773         * backend/ev-document-factory.c:
4774         * backend/ev-document-factory.h:
4775         * backend/ev-document-find.c:
4776         * backend/ev-document-find.h:
4777         * backend/ev-document-fonts.c:
4778         * backend/ev-document-fonts.h:
4779         * backend/ev-document-images.c:
4780         * backend/ev-document-images.h:
4781         * backend/ev-document-info.h:
4782         * backend/ev-document-links.c:
4783         * backend/ev-document-links.h:
4784         * backend/ev-document-misc.c:
4785         * backend/ev-document-misc.h:
4786         * backend/ev-document-security.c:
4787         * backend/ev-document-security.h:
4788         * backend/ev-document-thumbnails.c:
4789         * backend/ev-document-thumbnails.h:
4790         * backend/ev-document-transition.c:
4791         * backend/ev-document-transition.h:
4792         * backend/ev-document.c:
4793         * backend/ev-document.h:
4794         * backend/ev-file-exporter.c:
4795         * backend/ev-file-exporter.h:
4796         * backend/ev-image.c:
4797         * backend/ev-image.h:
4798         * backend/ev-link-action.c:
4799         * backend/ev-link-action.h:
4800         * backend/ev-link-dest.c:
4801         * backend/ev-link-dest.h:
4802         * backend/ev-link.c:
4803         * backend/ev-link.h:
4804         * backend/ev-render-context.c:
4805         * backend/ev-render-context.h:
4806         * backend/ev-selection.c:
4807         * backend/ev-selection.h:
4808         * backend/impress/Makefile.am:
4809         * backend/pdf/Makefile.am:
4810         * backend/pixbuf/Makefile.am:
4811         * backend/ps/Makefile.am:
4812         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
4813         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
4814         (start_interpreter), (stop_interpreter), (document_load),
4815         (ps_document_next_page), (render_page):
4816         * backend/tiff/Makefile.am:
4817         * comics/Makefile.am:
4818         * comics/comics-document.c:
4819         * comics/comics-document.h:
4820         * configure.ac:
4821         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4822         * djvu/Makefile.am:
4823         * djvu/djvu-document-private.h:
4824         * djvu/djvu-document.c:
4825         * djvu/djvu-document.h:
4826         * djvu/djvu-links.c:
4827         * djvu/djvu-links.h:
4828         * djvu/djvu-text-page.c:
4829         * djvu/djvu-text-page.h:
4830         * djvu/djvu-text.c:
4831         * djvu/djvu-text.h:
4832         * dvi/Makefile.am:
4833         * dvi/dvi-document.c:
4834         * dvi/dvi-document.h:
4835         * dvi/fonts.c:
4836         * dvi/fonts.h:
4837         * dvi/mdvi-lib/Makefile.am:
4838         * dvi/mdvi-lib/afmparse.c:
4839         * dvi/mdvi-lib/afmparse.h:
4840         * dvi/mdvi-lib/bitmap.c:
4841         * dvi/mdvi-lib/bitmap.h:
4842         * dvi/mdvi-lib/color.c:
4843         * dvi/mdvi-lib/color.h:
4844         * dvi/mdvi-lib/common.c:
4845         * dvi/mdvi-lib/common.h:
4846         * dvi/mdvi-lib/defaults.h:
4847         * dvi/mdvi-lib/dvimisc.c:
4848         * dvi/mdvi-lib/dviopcodes.h:
4849         * dvi/mdvi-lib/dviread.c:
4850         * dvi/mdvi-lib/files.c:
4851         * dvi/mdvi-lib/font.c:
4852         * dvi/mdvi-lib/fontmap.c:
4853         * dvi/mdvi-lib/fontmap.h:
4854         * dvi/mdvi-lib/fontsrch.c:
4855         * dvi/mdvi-lib/gf.c:
4856         * dvi/mdvi-lib/hash.c:
4857         * dvi/mdvi-lib/hash.h:
4858         * dvi/mdvi-lib/list.c:
4859         * dvi/mdvi-lib/mdvi.h:
4860         * dvi/mdvi-lib/pagesel.c:
4861         * dvi/mdvi-lib/paper.c:
4862         * dvi/mdvi-lib/paper.h:
4863         * dvi/mdvi-lib/pk.c:
4864         * dvi/mdvi-lib/private.h:
4865         * dvi/mdvi-lib/setup.c:
4866         * dvi/mdvi-lib/sp-epsf.c:
4867         * dvi/mdvi-lib/special.c:
4868         * dvi/mdvi-lib/sysdeps.h:
4869         * dvi/mdvi-lib/t1.c:
4870         * dvi/mdvi-lib/tfm.c:
4871         * dvi/mdvi-lib/tfmfile.c:
4872         * dvi/mdvi-lib/tt.c:
4873         * dvi/mdvi-lib/util.c:
4874         * dvi/mdvi-lib/vf.c:
4875         * dvi/pixbuf-device.c:
4876         * dvi/pixbuf-device.h:
4877         * impress/Makefile.am:
4878         * impress/common.h:
4879         * impress/document.c:
4880         * impress/f_oasis.c:
4881         * impress/f_oo13.c:
4882         * impress/iksemel.c:
4883         * impress/iksemel.h:
4884         * impress/imposter.h:
4885         * impress/impress-document.c:
4886         * impress/impress-document.h:
4887         * impress/internal.h:
4888         * impress/r_back.c:
4889         * impress/r_draw.c:
4890         * impress/r_geometry.c:
4891         * impress/r_gradient.c:
4892         * impress/r_style.c:
4893         * impress/r_text.c:
4894         * impress/render.c:
4895         * impress/render.h:
4896         * impress/zip.c:
4897         * impress/zip.h:
4898         * lib/Makefile.am:
4899         * lib/ev-debug.c:
4900         * lib/ev-debug.h:
4901         * lib/ev-file-helpers.c:
4902         * lib/ev-file-helpers.h:
4903         * lib/ev-gui.c:
4904         * lib/ev-gui.h:
4905         * lib/ev-tooltip.c:
4906         * lib/ev-tooltip.h:
4907         * libdocument/Makefile.am:
4908         * libdocument/ev-file-helpers.c:
4909         * pdf/Makefile.am:
4910         * pdf/ev-poppler.cc:
4911         * pdf/ev-poppler.h:
4912         * pixbuf/Makefile.am:
4913         * pixbuf/pixbuf-document.c:
4914         * pixbuf/pixbuf-document.h:
4915         * properties/Makefile.am:
4916         * ps/Makefile.am:
4917         * ps/gsdefaults.c:
4918         * ps/gsdefaults.h:
4919         * ps/gsio.c:
4920         * ps/gsio.h:
4921         * ps/gstypes.h:
4922         * ps/ps-document.c:
4923         * ps/ps-document.h:
4924         * ps/ps.c:
4925         * ps/ps.h:
4926         * shell/Makefile.am:
4927         * shell/ev-application.h:
4928         * shell/ev-sidebar-links.c:
4929         * shell/ev-sidebar-links.h:
4930         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
4931         (ev_gui_menu_position_tree_selection):
4932         * shell/ev-utils.h:
4933         * shell/ev-view.c: (ev_view_finalize):
4934         * shell/ev-window.c:
4935         * shell/main.c: (main):
4936         * thumbnailer/Makefile.am:
4937         * tiff/Makefile.am:
4938         * tiff/tiff-document.c:
4939         * tiff/tiff-document.h:
4940         * tiff/tiff2ps.c:
4941         * tiff/tiff2ps.h:
4942         
4943         Reorganize source tree.
4944
4945 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4946
4947         * backend/ev-document-factory.c:
4948
4949         Do not include ev-poppler.h when pdf is disabled. 
4950
4951 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4952
4953         * configure.ac:
4954         * data/evince-ui.xml:
4955         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
4956         (pdf_document_document_images_iface_init):
4957         * backend/Makefile.am:
4958         * backend/ev-document-images.[ch]:
4959         * backend/ev-image.[ch]:
4960         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
4961         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
4962         (ev_job_xfer_run):
4963         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4964         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4965         (ev_pixbuf_cache_get_image_mapping):
4966         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
4967         (view_menu_popup_cb), (ev_window_dispose),
4968         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
4969         (ev_view_popup_cmd_copy_image):
4970         * shell/ev-view-private.h:
4971         * shell/ev-view.c: (ev_view_get_image_at_location),
4972         (ev_view_do_popup_menu), (ev_view_popup_menu),
4973         (ev_view_button_press_event), (ev_view_drag_data_get),
4974         (ev_view_drag_motion), (ev_view_drag_data_received),
4975         (ev_view_motion_notify_event), (ev_view_button_release_event),
4976         (ev_view_finalize), (ev_view_class_init):
4977
4978         Add image handling support. Fixes bugs #310008 and #325047. Images
4979         selection is not supported yet. 
4980
4981 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4982
4983         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
4984         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
4985         (ev_view_init):
4986
4987         Move view drag and drop stuff to ev-view.
4988
4989 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4990
4991         * shell/ev-pixbuf-cache.c: (clear_job_selection):
4992         * shell/ev-view.c: (clear_selection): 
4993
4994         Clear selection also in pixbuf cache.
4995
4996 2007-01-02  Luca Ferretti <elle.uca@libero.it>
4997
4998         * data/evince.desktop.in.in:
4999         
5000         Change icon name in desktop file. See bug #390734
5001         for details.
5002
5003 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5004
5005         * thumbnailer/Makefile.am:
5006
5007         Use top_builddir instead top_srcdir for generated schema
5008         file installation. Fixes bug #390161.
5009
5010 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5011
5012         * configure.ac:
5013         * backend/Makefile.am:
5014         * backend/ev-document-transition.[ch]:
5015         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
5016         (pdf_document_page_transition_iface_init):
5017         * shell/ev-view-private.h:
5018         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
5019         (ev_view_set_presentation), (transition_next_page),
5020         (ev_view_presentation_transition_stop),
5021         (ev_view_presentation_transition_start), (ev_view_next_page):
5022
5023         Add page transition support in presentation mode. At the moment only
5024         page duration is supported, but not transition effects. Fixes bug
5025         #309815.
5026
5027 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5028
5029         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
5030
5031         Run find_link_dest with document lock held, since it's called by links
5032         thread and main thread at the same time. 
5033
5034 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5035
5036         * shell/ev-view.c: (goto_dest):
5037
5038         Update page-cache when page is changed by the view, so that
5039         page-changed signal is emitted. 
5040
5041 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5042
5043         * test/test1.py:
5044         * test/test2.py:
5045
5046         Use C locale in tests. 
5047
5048 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5049
5050         * shell/ev-window.c: (ev_window_run_presentation):
5051         * shell/ev-view-private.h:
5052         * shell/ev-view.c: (ev_view_set_presentation):
5053
5054         Restore zoom settings when back from presentation mode. 
5055
5056 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5057
5058         * shell/ev-window.c: (ev_window_run_presentation):
5059
5060         Always use "best fit" zoom in presentation mode.
5061         Fixes bug #389195.
5062
5063 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5064
5065         * shell/ev-view.c: (ev_view_goto_window_create):
5066
5067         Show "Jump to page" label in the page jumping popup in
5068         presentation mode instead of just a GtkEntry.
5069
5070 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5071
5072         * shell/ev-window.c: (launch_external_uri):
5073
5074         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
5075         #378085.
5076
5077 2006-12-22  Elijah Newren  <newren gmail com>
5078
5079         * configure.ac: explicitly check for libxml2.  Fixes #388795
5080
5081 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5082
5083         * shell/ev-view-private.h:
5084         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
5085         (ev_view_goto_window_delete_event), (key_is_numeric),
5086         (ev_view_goto_window_key_press_event),
5087         (ev_view_goto_window_button_press_event),
5088         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
5089         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
5090         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
5091
5092         Allow jumping to another page by typing a page number in presentation
5093         mode. It uses a popup window with an entry. Fixes bug #353625.
5094
5095 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5096
5097         * configure.ac:
5098         * properties/ev-properties-view.c: (ev_get_default_user_units),
5099         (ev_regular_paper_size):
5100         
5101         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
5102         to Damien Carbery <damien.carbery@sun.com> and
5103         Yevgen Muntyan <muntyan@tamu.edu>.
5104
5105 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5106
5107         * shell/ev-window.c: (setup_document_from_metadata):
5108
5109         Make sure Evince doesn't restore the view on the last
5110         page when a document is reopened. Fixes bug #383381.
5111
5112 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
5113
5114         * shell/ev-view.c: (draw_loading_text):
5115
5116         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
5117
5118 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5119
5120         * configure.ac:
5121         * NEWS:
5122
5123         Release 0.7.0
5124
5125 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5126
5127         * configure.ac:
5128         * pdf/ev-poppler.cc: (pdf_print_context_free),
5129         (pdf_document_file_exporter_begin),
5130         (pdf_document_file_exporter_do_page):
5131
5132         Make cairo-pdf depedency optional. 
5133
5134 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5135
5136         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
5137
5138         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
5139
5140 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5141
5142         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
5143         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
5144         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
5145         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
5146         * shell/ev-view.c: (draw_loading_text):
5147         * shell/ev-window.c: (ev_window_cmd_file_properties):
5148
5149         Use an specific lock for FontConfig. Hopefully it fixes some crashes
5150         related to using FontConfig from different threads.
5151         
5152 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5153
5154         * shell/ev-view.c: (draw_loading_text):
5155
5156         Acquire lock document when drawing "Loading..." text so that only one
5157         thread will use FontConfig at the same time. Fixes bug #374750.
5158
5159 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5160
5161         * shell/ev-page-action.[ch]: (activate_cb):
5162         * shell/ev-window.c: (activate_label_cb):
5163
5164         Check if text inserted in page entry is a valid page number when it
5165         doesn't match to any document page label. Fixes bug #383165.
5166
5167 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
5168         * shell/ev-window.c:
5169
5170         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
5171         available with GTK < 2.10. Added an ifdef to avoid compilation
5172         error.
5173
5174 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5175
5176         * configure.ac:
5177         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
5178
5179         Fix ps backend in multihead systems.
5180
5181 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5182
5183         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
5184         * shell/ev-window.c: (ev_window_get_screen_dpi),
5185         (ev_window_update_actions), (setup_view_from_metadata),
5186         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
5187
5188         Take screen DPI into account when zooming. Fixes bug #318285.
5189
5190 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5191
5192         * data/Makefile.am:
5193
5194         Cleaned up/slightly refactored Makefile.am. Added GConf
5195         schemas uninstallation as well.
5196
5197 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5198
5199         * Makefile.am:
5200         * test/Makefile.am:
5201
5202         Fight with autotools to fix make check. Make distcheck
5203         works fine as well now!
5204
5205 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5206
5207         * shell/ev-view.c: (draw_end_presentation_page):
5208
5209         Corrected "end of presentation" string.
5210
5211 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5212
5213         * shell/ev-view.c: (ev_view_key_press_event):
5214
5215         Correctly propagate key press event so that up/down keys
5216         work as expected (correct behaviour was broken by
5217         black/white screen key bindings for presentations).
5218
5219 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5220
5221         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
5222         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
5223         (pdf_document_find_get_progress), (pdf_selection_render_selection),
5224         (pdf_selection_get_selection_region),
5225         (pdf_selection_get_selection_map):
5226
5227         Add "static" to some private functions. 
5228
5229 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
5230
5231         * lib/ev-tooltip.h:
5232         * properties/ev-properties-view.h:
5233         * shell/ev-jobs.h:
5234         * shell/ev-properties-dialog.h:
5235         * shell/ev-properties-fonts.h:
5236         * shell/ev-sidebar-links.h:
5237         * shell/ev-sidebar-thumbnails.h:
5238         * shell/ev-sidebar.h:
5239         * shell/ev-window.h:
5240         
5241         Fixes CHACK type in class casts. See bug #385343
5242         for details.
5243
5244 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5245
5246         * shell/ev-view-private.h:
5247         * shell/ev-view.c: (draw_end_presentation_page),
5248         (ev_view_expose_event), (ev_view_key_press_event),
5249         (ev_view_class_init), (ev_view_init):
5250
5251         Blank screen in presentation mode when pressing 'b' (filling with
5252         black) or 'w' (filling with white) keys. Fixes bug #358132.
5253
5254 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
5255
5256         * data/evince-toolbar.xml:
5257         * shell/ev-window.c:
5258         
5259         Use stock icon for Select All action. Fixes
5260         bug #382652.
5261
5262 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
5263
5264         * shell/ev-view.c: (get_doc_point_from_offset),
5265         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
5266
5267         Add links support in rotated documents. Fixes bug #343733.
5268
5269 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5270
5271         * shell/ev-view-private.h:
5272         * shell/ev-view.c: (draw_end_presentation_page),
5273         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
5274
5275         Show a blank page after the last page in presentation mode with a
5276         message indicating that presentation has finished and how to exit. 
5277
5278 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5279
5280         * shell/ev-window.c: (fullscreen_timeout_cb):
5281
5282         Hide cursor after a while in presentation mode. 
5283
5284 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5285
5286         * backend/ev-document-info.h:
5287         * data/evince-properties.glade:
5288         * pdf/ev-poppler.cc:
5289         * properties/ev-properties-view.c: (ev_regular_paper_size),
5290         (ev_properties_view_set_info):
5291         * ps/ps-document.c: (ps_document_get_info):
5292
5293         Adds a paper size field to the properties dialog. Fixes
5294         bug #307315. Patch by Kasper Svendsen (with some i18n
5295         changes done by me).
5296
5297 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5298
5299         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5300         (screensaver_init_dbus), (totem_scrsaver_new),
5301         (totem_scrsaver_init):
5302         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5303         * shell/ev-application.c: (ev_application_register_service),
5304         (ev_application_screensaver_enable),
5305         (ev_application_screensaver_disable):
5306         * shell/ev-application.h:
5307         * shell/ev-window.c: (ev_window_run_presentation),
5308         (ev_window_stop_presentation), (build_comments_string),
5309         (ev_window_init):
5310         
5311         Move screensaver handling to application. No more
5312         message on startup.
5313
5314 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5315
5316         * configure.ac:
5317         * backend/Makefile.am:
5318         * backend/ev-file-exporter.[ch]:
5319         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
5320         * ps/ps-document.c: (ps_document_file_exporter_*):
5321         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
5322         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
5323         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5324         (ev_window_print_dialog_response_cb), (ev_window_print_range):
5325
5326         Allow printing to PDF when suppoted by the backend.
5327         
5328 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5329
5330         * shell/ev-window.c: (build_comments_string):
5331
5332         Use always "Document Viewer" in about dialog. 
5333
5334 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5335
5336         * djvu/djvu-document.c: (djvu_document_get_page_size):
5337
5338         Display a warning message when get_pageinfo fails. 
5339
5340 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
5341
5342         * Makefile.am:
5343         * backend/Makefile.am:
5344         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5345         * configure.ac:
5346         * shell/ev-window.c: (build_comments_string):
5347         
5348         Make pdf compilation optional. See bug #38007.
5349
5350 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
5351
5352         * ps/ps.c: (get_next_text):
5353
5354         Fix CVE-2006-5864.
5355
5356 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5357
5358         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
5359         * shell/ev-navigation-action.c: (connect_proxy),
5360         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5361         
5362         Do not call g_type_class_peek_parent twice.
5363
5364 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5365
5366         * configure.ac:
5367         * data/icons/24x24/.cvsignore:
5368         * data/icons/24x24/Makefile.am:
5369         * data/icons/24x24/evince.png:
5370         * data/icons/Makefile.am:
5371         
5372         Add 24x24 icon. Thanks to 
5373         Michael Monreal <infernux@web.de>.
5374
5375 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5376
5377         * configure.ac: Fix typo in configure.ac. Thanks
5378         to dmacks@netspace.org for notification.
5379
5380 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5381
5382         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5383         
5384         Drop dbus include, fixes compilation with older dbus.
5385
5386 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5387
5388         * configure.ac:
5389         * cut-n-paste/Makefile.am:
5390         * cut-n-paste/totem-screensaver/.cvsignore
5391         * cut-n-paste/totem-screensaver/Makefile.am:
5392         * cut-n-paste/totem-screensaver/README:
5393         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5394         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5395         * shell/Makefile.am:
5396         * shell/ev-window.c: (ev_window_run_presentation),
5397         (ev_window_stop_presentation), (ev_window_cmd_help_about),
5398         (ev_window_init):
5399
5400         Implemented screensaver enabling/disabling for
5401         presentation mode (not fullscreen mode). Code stolen
5402         from Totem (with some minor tweaks). Fixes bug #338889.
5403
5404 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5405
5406         * configure.ac:
5407
5408         Bump gnome-icon-theme requirements. We use the rotation
5409         icons that appeared recently.
5410
5411 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5412
5413         * shell/ev-history.c: (ev_history_add_page):
5414         * shell/ev-history.h:
5415         * shell/ev-window.c: (page_changed_cb):
5416         
5417         Use page labels instead of numbers.
5418
5419 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5420
5421         * data/evince-toolbar.xml:
5422         * po/POTFILES.in:
5423         * shell/Makefile.am:
5424         * shell/ev-navigation-action-widget.c:
5425         (ev_navigation_action_widget_init),
5426         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
5427         (menu_detacher), (ev_navigation_action_widget_set_menu),
5428         (menu_position_func), (popup_menu_under_arrow),
5429         (ev_navigation_action_widget_toggled),
5430         (ev_navigation_action_widget_button_press_event):
5431         * shell/ev-navigation-action-widget.h:
5432         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
5433         (ev_navigation_action_set_window), (activate_menu_item_cb),
5434         (new_history_menu_item), (new_empty_history_menu_item),
5435         (build_menu), (menu_activated_cb), (connect_proxy),
5436         (create_tool_item), (ev_navigation_action_init),
5437         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5438         * shell/ev-navigation-action.h:
5439         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
5440         (ev_page_action_widget_set_page_cache),
5441         (ev_page_action_widget_finalize),
5442         (ev_page_action_widget_class_init), (match_selected_cb),
5443         (display_completion_text), (match_completion), (build_new_tree_cb),
5444         (get_filter_model_from_model),
5445         (ev_page_action_widget_update_model):
5446         * shell/ev-page-action-widget.h:
5447         * shell/ev-page-action.c: (activate_link_cb), (update_model),
5448         (connect_proxy):
5449         * shell/ev-page-action.h:
5450         * shell/ev-stock-icons.c:
5451         * shell/ev-stock-icons.h:
5452         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5453         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
5454         (register_custom_actions):
5455         * shell/main.c:
5456         
5457         Preliminary history implementation
5458
5459 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5460
5461         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
5462         (dvi_document_class_init), (dvi_document_init_params):
5463         * dvi/mdvi-lib/font.c: (font_reference):
5464         
5465         Add reference to subfont. Fixes bug #374277.
5466
5467 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
5468
5469         * shell/ev-window.c: (ev_window_create_tmp_symlink),
5470         (ev_window_cmd_file_open_copy_at_dest):
5471
5472         Fix a race condition when creating symlink. Increase the counter
5473         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
5474         Mathias Hasselmann).
5475
5476 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5477
5478         * backend/Makefile.am:
5479         * backend/ev-attachment.c: (ev_attachment_open):
5480         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
5481         (ev_tmp_dir), (ev_tmp_filename):
5482         * shell/ev-sidebar-attachments.c:
5483         (ev_sidebar_attachments_drag_data_get):
5484         * shell/ev-window.c: (ev_window_clear_temp_file):
5485
5486         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
5487         in ensure_dir_exists. Abort without crashing when we can't create
5488         user's directory.
5489
5490 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5491
5492         * data/evince-ui.xml:
5493         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5494         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
5495         (ev_window_cmd_file_open_copy_at_dest),
5496         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
5497         (ev_view_popup_cmd_open_link_new_window):
5498
5499         Allow opening a copy of the current document in a new window. Fixes bug
5500         #357472
5501
5502 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5503
5504         * data/evince-toolbar.xml:
5505         
5506         Add rotate right and rotate left to available items for toolbar.
5507         
5508         * data/evince-ui.xml:
5509         * shell/ev-window.c: (ev_window_init):
5510         
5511         Customize toolbar with right click. Fixes bug #372451.
5512
5513 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
5514
5515         * shell/ev-window.c: 
5516         
5517         Use "object-rotate-{left,right}" stock icons. Fixes 
5518         bug #373863.
5519
5520 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5521
5522         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
5523         (ev_application_open_uri_at_dest), (ev_application_open_uri):
5524         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
5525         (ev_window_open_uri):
5526         * shell/main.c: (arguments_parse):
5527
5528         Remove temp file created when evince is used by GTK+ in
5529         preview mode. Fixes bug #365282. 
5530
5531 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5532
5533         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
5534         
5535         Fixes bug #372474 - Side pane disabled when entering 
5536         and leaving fullscreen mode.
5537
5538 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5539
5540         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
5541         * data/Makefile.am:
5542         * data/evince-preview-toolbar.xml:
5543         * data/evince-toolbar.xml:
5544         * shell/ev-application.c: (ev_application_shutdown),
5545         (ev_application_init), (ev_application_get_toolbars_model):
5546         * shell/ev-application.h:
5547         * shell/ev-window.c: (update_chrome_visibility),
5548         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
5549         (ev_window_cmd_edit_toolbar), (ev_window_init):
5550         
5551         Fixes bug #364364 - toolbar editor shows zoom actions again.
5552
5553 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5554
5555         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
5556
5557         Do not take margins into consideration for paper size when printing.
5558         Really fixes bug #350491.
5559
5560 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5561
5562         * data/evince-ui.xml:
5563         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
5564         (ev_window_cmd_file_print_setup),
5565         (ev_window_print_dialog_response_cb),
5566         (ev_window_setup_action_sensitivity):
5567
5568         Add page setup settings for printing. Fixes bugs #363860 and #350491.
5569
5570 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5571
5572         * shell/ev-window.c: (ev_window_print_range):
5573
5574         Revert my previuos commit, since printing to PDF is not supported by
5575         evince yet. 
5576
5577 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5578
5579         * shell/ev-window.c: (ev_window_print_range):
5580
5581         Enable print to a PDF. Fixes bug #332121.
5582
5583 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
5584
5585         * shell/ev-application-service.xml:
5586         * shell/ev-application.[ch]: (ev_application_open_window),
5587         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
5588         (ev_application_open_uri), (ev_application_open_uri_list):
5589         * shell/ev-window.c: (file_open_dialog_response_cb),
5590         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
5591         (drag_data_received_cb), (open_remote_link):
5592         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
5593
5594         Add support for multiscreen systems. Fixes bug #316206.
5595
5596 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
5597
5598         * shell/ev-jobs.[ch]: (ev_job_print_new),
5599         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
5600         (ev_job_print_do_page):
5601         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
5602
5603         Allow printing only odd/even pages. Fixes bug #367289.
5604
5605 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5606
5607         * test/test1.py:
5608         * test/test2.py:
5609
5610         Re-add locale settings to test files.
5611
5612 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5613
5614         * data/evince-ui.xml:
5615         * shell/ev-window.c: (set_action_properties):
5616         
5617         Removed garbage from code and ui.
5618
5619 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5620
5621         * shell/ev-window.c: (ev_window_cmd_help_about):
5622
5623         Shamelessly add my name to the list of contributors.
5624
5625 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5626
5627         * test/test1.py:
5628         * test/test2.py:
5629
5630         Cleaned up the dogtail scripts.
5631
5632 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5633
5634         * shell/ev-view.c: (draw_loading_text): Don't render
5635         "loading..." text in presentation mode. Temporary
5636         workaround for bug #320352.
5637
5638 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5639
5640         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
5641         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
5642
5643         Use print settings scale, copies, collate and reverse which were
5644         ignored. Fixes bug #359032.
5645
5646 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5647
5648         * configure.ac:
5649         * data/evince-password.glade:
5650         * test/Makefile.am:
5651         * test/test-encrypt.pdf:
5652         * test/test-links.pdf:
5653         * test/test1.py:
5654         * test/test2.py:
5655
5656         Add automated UI tests for evince with dogtail. See
5657         bug #300948.    
5658
5659 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5660
5661         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
5662
5663         Hide fullscreen toolbar when switching to another desktop workspace.
5664         Fixes bug #338871
5665
5666 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5667
5668         * shell/ev-window-title.c: 
5669         
5670         Test for .dvi in title of pdf documents.
5671
5672 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5673
5674         * shell/ev-view.c: (ev_view_scroll):
5675
5676         Page Up/Down should do page jumps in "Best fit" mode.
5677         If a user has explicitly chosen to view exactly one page
5678         at a time, scrolling just a part of the page when
5679         pressing Page Up/Down is not right. Fixes bug #323107.
5680
5681 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5682
5683         * NEWS:
5684         * configure.ac:
5685         
5686         Update for 0.6.1
5687
5688 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5689
5690         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
5691         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
5692         
5693         Correctly disconnect from job signals on destroy.
5694
5695 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5696
5697         * shell/ev-view-private.h:
5698         * shell/ev-view.c: (view_set_adjustment_values),
5699         (view_update_range_and_current_page),
5700         (ensure_rectangle_is_visible), (ev_view_size_allocate):
5701         
5702         Fixes bug #343199, current page now follows find page.
5703
5704 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
5705
5706         * backend/ev-document-factory.c:
5707         * configure.ac:
5708         Assigned OpenDocument presenation MIME type to the
5709         Impress backend. Added some missing (but harmless)
5710         #ifdefs in the document factory as well to make things
5711         consistent again. Fixes bug #360658.
5712
5713 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
5714
5715         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
5716         * backend/ev-document-find.c: (ev_document_find_get_type):
5717         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
5718         * backend/ev-document-links.c: (ev_document_links_get_type):
5719         * backend/ev-document-security.c: (ev_document_security_get_type):
5720         * backend/ev-document-thumbnails.c:
5721         (ev_document_thumbnails_get_type):
5722         * backend/ev-document.c: (ev_document_get_type):
5723         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
5724         * backend/ev-selection.c: (ev_selection_get_type):
5725         * cut-n-paste/recent-files/egg-recent-model.c:
5726         (egg_recent_model_get_type):
5727         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5728         (egg_recent_view_uimanager_get_type):
5729         * cut-n-paste/recent-files/egg-recent-view.c:
5730         (egg_recent_view_get_type):
5731         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5732         (egg_editable_toolbar_get_type):
5733         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
5734         (egg_toolbar_editor_get_type):
5735         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5736         (egg_toolbars_model_get_type):
5737         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
5738         (egg_tree_multi_drag_source_get_type):
5739         * cut-n-paste/zoom-control/ephy-zoom-action.c:
5740         (ephy_zoom_action_get_type):
5741         * cut-n-paste/zoom-control/ephy-zoom-control.c:
5742         (ephy_zoom_control_get_type):
5743         * impress/r_back.c: (_imp_fill_back):
5744         * properties/ev-properties-main.c:
5745         (ev_properties_plugin_register_type):
5746         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
5747         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
5748         (ev_view_accessible_factory_get_type):
5749
5750         Reduce relocations. Bug #360616.
5751
5752 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5753
5754         * backend/ev-document-factory.c:
5755         (ev_document_factory_get_document):
5756         
5757         Load document even if extension is wrong.
5758
5759 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5760
5761         * shell/ev-metadata-manager.c: (save_values):
5762         * shell/ev-window.c: (setup_size_from_metadata),
5763         (setup_view_from_metadata), (ev_window_setup_document),
5764         (ev_window_xfer_job_cb), (window_configure_event_cb):
5765         
5766         Set size according to the document size/page size ratio.
5767         That should correct rather wierd behaviour of the previous
5768         commit.
5769
5770 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5771
5772         * shell/ev-window.c: (setup_view_from_metadata):
5773         
5774         Set size for new windows from previous window size.
5775         See bugs #354968 and #168450 for details. Thanks
5776         to Meik Hellmund.
5777
5778 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
5779
5780         * djvu/djvu-links.c: (build_tree):
5781
5782         Fix memory leak.
5783
5784 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5785
5786         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
5787         
5788         Don't make sidebar close button insensitive. Fixes
5789         bug #357871.
5790
5791 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5792
5793         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5794         (ev_window_set_view_accels_sensitivity):
5795         
5796         Don't enable Slash on documents which don't support
5797         find. Fixes bug #358648.
5798
5799 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
5800
5801         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
5802         open dialog fall back to the current document uri if the
5803         filechooser hasn't been used before. Fixes bug #356980.
5804
5805 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
5806
5807         * shell/ev-window.c: (ev_window_setup_recent), 
5808         (ev_window_get_recent_file_label):
5809
5810         Escape underscores in filenames of recent file items.
5811
5812 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5813
5814         * configure.ac:
5815         
5816         Bumped poppler requirements, really 0.5.3 is very 
5817         buggy, now we require 0.5.4.
5818
5819 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5820
5821         * djvu/Makefile.am:
5822         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
5823         (djvu_document_find_iface_init), (djvu_document_links_get_links),
5824         (djvu_document_document_links_iface_init):
5825         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
5826         (number_from_string_10), (get_djvu_link_dest),
5827         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
5828         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
5829         (djvu_links_get_links), (djvu_links_find_link_dest),
5830         (djvu_links_get_links_model):
5831         * djvu/djvu-links.h:
5832         
5833         Add support for links and bookmarks in djvu documents. Thanks
5834         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
5835         patch.
5836
5837 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5838
5839         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5840         
5841         Reopen should reload document. Fixes 
5842         bug 327951.
5843
5844 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5845
5846         * configure.ac:
5847         * data/Makefile.am:
5848         * data/evince-16.png:
5849         * data/evince-22.png:
5850         * data/evince.png:
5851         * data/evince.svg:
5852         * data/icons/16x16/Makefile.am:
5853         * data/icons/16x16/evince.png:
5854         * data/icons/22x22/Makefile.am:
5855         * data/icons/22x22/evince.png:
5856         * data/icons/48x48/Makefile.am:
5857         * data/icons/48x48/evince.png:
5858         * data/icons/Makefile.am:
5859         * data/icons/scalable/Makefile.am:
5860         * data/icons/scalable/evince.svg:
5861         
5862         Install icons with correct names. Fixes
5863         bug #354429.
5864
5865 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5866
5867         * shell/ev-view.c: (ev_view_button_release_event):
5868
5869         Don't open links with middle mouse button. Fixes bug #353649
5870
5871 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5872
5873         * NEWS:
5874         * configure.ac:
5875         
5876         Update for release 0.6.0
5877
5878 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5879
5880         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
5881         Implement Close named action. Patch by Carlos Garcia Campos.
5882
5883 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5884
5885         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
5886         
5887         Don't clear link mapping on copy_job_to_job_info. Fixes
5888         bug 346168.
5889
5890 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5891
5892         * shell/main.c: (main):
5893
5894         Revert my previous commit, gnome_program_init owns the option context.
5895         Fix another memory leak in main. Both caught by Christian Persch. 
5896
5897 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5898
5899         * shell/main.c: (main):
5900
5901         Fix memory leak.
5902
5903 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5904
5905         * backend/ev-document-factory.c: (ev_document_factory_get_document):
5906
5907         Fix crash when opening a pdf with password protection. 
5908
5909 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
5910
5911         * pdf/ev-poppler.cc: (pdf_document_search_free):
5912
5913         Fix memory leak. 
5914
5915 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5916
5917         * backend/ev-document-factory.c:
5918         (ev_document_factory_get_document):
5919         * tiff/tiff-document.c: (tiff_document_finalize):
5920         
5921         More correct handling of document loading. Fixes
5922         bug #349043.
5923
5924 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5925
5926         * backend/ev-attachment.c: (ev_attachment_save):
5927
5928         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
5929         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
5930
5931 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
5932         
5933         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
5934         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
5935
5936 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5937
5938         * shell/ev-sidebar-thumbnails.c:
5939
5940         Do not render thumbnails unless thumbnails page is active in the
5941         sidebar.
5942
5943 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
5944
5945         * shell/ev-properties-dialog.c:
5946
5947         Fix dialogue spacing. Bug #351370.
5948
5949 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5950
5951         * configure.ac:
5952
5953         Use lowercase gettext catalog file names (evince.mo
5954         instead of Evince.mo)
5955
5956 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5957
5958         * shell/ev-sidebar-attachments.c:
5959
5960         GtkIconTheme is now screen safe too. Fixes bug #350878
5961
5962 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5963
5964         * shell/ev-window.c:
5965
5966         GtkRecent manager is now screen safe. Fixes bug #350145
5967
5968 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5969
5970         * shell/ev-sidebar.c: (ev_sidebar_init):
5971         
5972         Make sidebar close icon smaller. Fix for bug 350177.
5973         See also bugs 350176 and 165770.
5974
5975 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5976
5977         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
5978
5979         Ignore zoom for xyz destinations when it's <= 1, keeping user
5980         preferences instead. Set correct sizing-mode for fith and fitv
5981         destinations rather than EV_SIZING_FREE. Fixes bug #349433
5982
5983 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5984
5985         * NEWS:
5986         * configure.ac:
5987         
5988         Update for release 0.5.5
5989
5990 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
5991         
5992         * shell/ev-window.c: (ev_window_cmd_escape)
5993
5994         Escape unfocus page entry. Fixes bug #345809.
5995
5996 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5997
5998         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
5999         (build_tree), (pdf_document_links_get_links),
6000         (pdf_document_links_find_link_dest):
6001         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
6002         (goto_xyz_dest):
6003
6004         Convert from PDF style coordinates to X style coordinates in the
6005         backend rather than in the view. Fixes bug #338440
6006
6007 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6008
6009         * shell/ev-window.c:
6010         
6011         Remove Ctrl+Shift+T shortcut for toolbars. See
6012         the bug #350098.
6013
6014 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6015
6016         * configure.ac:
6017
6018         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
6019         of this. 
6020
6021 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6022
6023         * configure.ac:
6024         * cut-n-paste/Makefile.am:
6025         * data/evince-ui.xml:
6026         * shell/Makefile.am:
6027         * shell/ev-application.[ch]:
6028         * shell/ev-window.c:
6029
6030         Use GtkRecent instead of EggRecent when it's available. Fixes bug
6031         #349273
6032
6033 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6034
6035         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
6036         findbar code: s/help/search/
6037
6038 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6039
6040         * shell/ev-window.c: (setup_document_from_metadata),
6041         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
6042         (setup_view_from_metadata):
6043         
6044         Fix memory leaks.
6045
6046 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
6047
6048         * autogen.sh, configure.ac: 
6049         
6050         Update automake usage. See bug 349292.
6051
6052 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6053
6054         * shell/eggfindbar.c: (egg_find_bar_class_init),
6055         (entry_activate_callback), (egg_find_bar_init),
6056         (egg_find_bar_set_status_text):
6057         * shell/eggfindbar.h:
6058         
6059         Unify Evince findbar with Epiphany. Nice patch
6060         from Fabricio Silva <silva@crans.org> and
6061         Frederic Peters <fpeters@entrouvert.com>. See
6062         bug #339966 for details.
6063
6064 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6065
6066         * data/evince.desktop.in.in:
6067         
6068         Correct information for bugzilla. Thanks to
6069         Olaf Vitters, see bug #348855.
6070
6071 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
6072
6073         * shell/ev-jobs.[ch]:
6074         * shell/ev-sidebar-links.c:
6075         * shell/ev-window.[ch]:
6076
6077         GtkPrintJob doesn't support print ranges or current page, so we export
6078         to a ps file now when printing ranges or current page.
6079
6080 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6081
6082         * pdf/ev-poppler.cc:
6083         * shell/ev-window.c: (do_action_named):
6084
6085         We should be more clear about bugzilla. See the
6086         poppler bug #7623.
6087
6088 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6089
6090         * configure.ac:
6091         * shell/Makefile.am:
6092         * shell/ev-job-queue.c:
6093         * shell/ev-jobs.[ch]:
6094         * shell/ev-sidebar-links.c:
6095         * shell/ev-window.[ch]:
6096         
6097         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
6098         #348422
6099
6100 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
6101
6102         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
6103         * shell/ev-application-service.xml:
6104         * shell/ev-application.[ch]:
6105         * shell/ev-jobs.[ch]:
6106         * shell/ev-window.[ch]: (ev_window_run_preview):
6107         * shell/main.c: 
6108
6109         Add preview mode to use evince as a printing previewer. It also adds
6110         other command line options for fullscreen and presentation modes.
6111         Fixes bugs #347822, #317031
6112
6113 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6114
6115         * NEWS:
6116         * configure.ac:
6117         
6118         Update for release 0.5.4
6119
6120 2006-07-11  Bastien Nocera <hadess@hadess.net>
6121
6122         * Makefile.am:
6123         * backend/Makefile.am:
6124         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
6125         * backend/ev-document-factory.h:
6126         * configure.ac:
6127         * impress/.cvsignore:
6128         * impress/Makefile.am:
6129         * impress/common.h:
6130         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
6131         (imp_get_page), (imp_next_page), (imp_prev_page),
6132         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
6133         * impress/f_oasis.c: (render_object), (render_page),
6134         (get_geometry), (_imp_oasis_load):
6135         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
6136         (_imp_oo13_load):
6137         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
6138         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
6139         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
6140         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
6141         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
6142         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
6143         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
6144         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
6145         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
6146         (iks_new_within), (iks_insert), (iks_insert_cdata),
6147         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
6148         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
6149         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
6150         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
6151         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
6152         (iks_cdata), (iks_cdata_size), (iks_has_children),
6153         (iks_has_attribs), (escape_size), (my_strcat), (escape),
6154         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
6155         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
6156         (iks_tree), (iks_load), (iks_save):
6157         * impress/iksemel.h:
6158         * impress/imposter.h:
6159         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
6160         (imp_render_draw_bezier_real), (imp_render_get_size),
6161         (imp_render_set_fg_color), (imp_render_draw_line),
6162         (imp_render_draw_rect), (imp_render_draw_polygon),
6163         (imp_render_draw_arc), (imp_render_draw_bezier),
6164         (imp_render_open_image), (imp_render_get_image_size),
6165         (imp_render_scale_image), (imp_render_draw_image),
6166         (imp_render_close_image), (imp_render_markup),
6167         (imp_render_get_text_size), (imp_render_draw_text),
6168         (impress_document_load), (impress_document_save),
6169         (impress_document_get_n_pages), (impress_document_get_page_size),
6170         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
6171         (impress_document_finalize), (impress_document_class_init),
6172         (impress_document_can_get_text), (impress_document_get_info),
6173         (impress_document_document_iface_init),
6174         (impress_document_thumbnails_get_thumbnail),
6175         (impress_document_thumbnails_get_dimensions),
6176         (impress_document_document_thumbnails_iface_init),
6177         (impress_document_init):
6178         * impress/impress-document.h:
6179         * impress/internal.h:
6180         * impress/r_back.c: (_imp_fill_back):
6181         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
6182         (_imp_draw_image), (_imp_tile_image):
6183         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
6184         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
6185         (r_polyline):
6186         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
6187         (r_draw_gradient_complex), (r_draw_gradient):
6188         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
6189         (r_get_bullet):
6190         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
6191         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
6192         (r_text):
6193         * impress/render.c: (imp_create_context), (imp_context_set_page),
6194         (imp_context_set_step), (imp_render), (imp_delete_context):
6195         * impress/render.h:
6196         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
6197         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
6198         (zip_load_xml), (zip_get_size), (zip_load):
6199         * impress/zip.h:
6200         * shell/ev-utils.c:
6201         
6202         New backend to support impress slides. Fixes bug #30867.
6203
6204 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
6205
6206         * shell/ev-utils.c: (using_postscript_printer):
6207         
6208         Fixes crash when print using PAPI backend,
6209         bug #345012.
6210
6211 2006-06-09  Pat Rondon  <pmr@patrondon.org>
6212
6213         * shell/ev-jobs.c: (ev_job_xfer_run):
6214         * shell/ev-window.c: (password_dialog_response),
6215         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
6216         (ev_window_dispose):
6217         Fixes bug #344160: if the xfer job doesn't complete
6218         because a password is required, reload the existing
6219         instance instead of creating a new one.
6220
6221 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6222
6223         * shell/main.c: (main): Call gdk_threads_init. Thus
6224         we'll avoid errors in auth dialog. Fix for the bug
6225         #343347.
6226
6227 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6228
6229         * configure.ac: Advertise pixbuf support, fix
6230         for the bug 343317.
6231
6232 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6233
6234         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
6235         (ev_sidebar_thumbnails_set_document):
6236         
6237         Update sidebar thumbnails after reloading.
6238
6239 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6240
6241         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
6242         * shell/ev-jobs.h:
6243         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
6244         (ev_window_cmd_view_reload), (ev_window_init):
6245         
6246         Don't crash on reload. Fix for the bug #343167.
6247
6248 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6249
6250         * shell/ev-jobs.c: (ev_job_render_run):
6251         
6252         Check for document links.
6253
6254 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6255
6256         * backend/ev-attachment.c: (ev_attachment_save),
6257         (ev_attachment_launch_app), (ev_attachment_open):
6258         * backend/ev-document-factory.c: (get_document_from_uri):
6259         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6260         (egg_recent_view_uimanager_set_list):
6261         * ps/ps-document.c: (check_filecompressed), (document_load),
6262         (ps_document_load):
6263         * shell/ev-metadata-manager.c: (load_values):
6264         * shell/ev-password.c: (ev_password_dialog_set_property):
6265         * shell/ev-view.c: (tip_from_link):
6266         * shell/ev-window.c: (file_save_dialog_response_cb),
6267         (ev_window_print_dialog_response_cb):
6268         
6269         Use consistent quoting style. Fix for the bug #320285.
6270
6271 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6272
6273         * shell/ev-jobs.c: (ev_job_xfer_run):
6274         * shell/main.c: (load_files):
6275                 
6276         Open links with anchors. Fix for the bug #339836.
6277
6278 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6279
6280         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
6281         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
6282         (ev_link_dest_set_property), (ev_link_dest_finalize),
6283         (ev_link_dest_class_init), (ev_link_dest_new_named),
6284         (ev_link_dest_new_page_label):
6285         * backend/ev-link-dest.h:
6286         * shell/ev-application.c: (ev_application_open_uri):
6287         * shell/ev-view.c: (goto_dest):
6288         * shell/ev-window.c:
6289         * shell/ev-window.h:
6290         
6291         Fix page-label command line option. Bug #342070.
6292
6293 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6294
6295         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
6296         
6297         Don't show highlight rects if page can't be showed. Fix for 
6298         the bug #342076
6299
6300 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6301
6302         * shell/ev-window.c: (setup_sidebar_from_metadata),
6303         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
6304         
6305         Setup sidebar from metadata even if there is no document
6306         loaded. Fix for the bug #342807.
6307
6308 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6309
6310         * cut-n-paste/toolbar-editor/Makefile.am:
6311         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6312         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
6313         (find_action), (drag_data_delete_cb), (drag_begin_cb),
6314         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
6315         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
6316         (popup_context_menu_cb), (button_press_event_cb),
6317         (configure_item_sensitivity), (configure_item_cursor),
6318         (configure_item_tooltip), (connect_widget_signals),
6319         (action_sensitive_cb), (create_item_from_action),
6320         (create_item_from_position), (toolbar_drag_data_received_cb),
6321         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
6322         (toolbar_drag_leave_cb), (configure_drag_dest),
6323         (toggled_visibility_cb), (toolbar_visibility_refresh),
6324         (create_dock), (toolbar_changed_cb), (unparent_fixed),
6325         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
6326         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
6327         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
6328         (egg_editable_toolbar_dispose),
6329         (egg_editable_toolbar_set_ui_manager),
6330         (egg_editable_toolbar_get_selected),
6331         (egg_editable_toolbar_set_selected), (set_edit_mode),
6332         (egg_editable_toolbar_set_property),
6333         (egg_editable_toolbar_get_property),
6334         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
6335         (egg_editable_toolbar_new_with_model),
6336         (egg_editable_toolbar_get_edit_mode),
6337         (egg_editable_toolbar_set_edit_mode),
6338         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
6339         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
6340         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6341         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
6342         (item_added_or_removed_cb), (toolbar_removed_cb),
6343         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
6344         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
6345         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
6346         (editor_create_item_from_name), (append_table),
6347         (update_editor_sheet), (egg_toolbar_editor_init):
6348         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
6349         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6350         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
6351         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
6352         (toolbar_node_free), (egg_toolbars_model_get_flags),
6353         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
6354         (egg_toolbars_model_get_name), (impl_add_item),
6355         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
6356         (parse_data_list), (parse_item_list), (parse_toolbars),
6357         (egg_toolbars_model_load_toolbars), (parse_available_list),
6358         (parse_names), (egg_toolbars_model_load_names),
6359         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
6360         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
6361         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
6362         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
6363         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
6364         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
6365         (egg_toolbars_model_set_types), (fill_avail_array),
6366         (egg_toolbars_model_get_name_avail),
6367         (egg_toolbars_model_get_name_flags),
6368         (egg_toolbars_model_set_name_flags):
6369         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6370         * cut-n-paste/toolbar-editor/eggintl.h:
6371         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
6372         (egg_tree_multi_drag_source_get_type),
6373         (egg_tree_multi_drag_source_row_draggable),
6374         (egg_tree_multi_drag_source_drag_data_delete),
6375         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
6376         (egg_tree_multi_drag_button_release_event), (selection_foreach),
6377         (path_list_free), (set_context_data), (get_context_data),
6378         (get_info), (egg_tree_multi_drag_drag_data_get),
6379         (egg_tree_multi_drag_motion_event),
6380         (egg_tree_multi_drag_button_press_event),
6381         (egg_tree_multi_drag_add_drag_support):
6382         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
6383         * shell/ev-application.c: (ev_application_init),
6384         (ev_application_save_toolbars_model):
6385         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
6386         (ev_window_cmd_edit_toolbar), (ev_window_init):
6387         
6388         Sync toolbareditor with epiphany and libegg
6389
6390 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6391
6392         * configure.ac: 
6393
6394         Depend on poppler 0.5.2
6395
6396 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6397
6398         * shell/ev-jobs.c: (ev_job_render_run):
6399         
6400         Check if document supports links iterface.
6401
6402 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6403
6404         * NEWS:
6405         * configure.ac:
6406         
6407         Update for release 0.5.3
6408
6409 2006-05-13  Michael Plump  <plumpy@skylab.org>
6410
6411         * configure.ac:
6412         * shell/Makefile.am:
6413         * shell/main.c: (main):
6414         
6415         Port to GOption command line parsing. Fix for the 
6416         bug #327518
6417
6418 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6419
6420         * shell/ev-window.c: (ev_window_cmd_help_about):
6421         
6422         Do not wrap license. Fix for the bug #309460.
6423
6424 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6425
6426         * configure.ac:
6427         * properties/ev-properties-main.c: (ev_properties_get_pages):
6428         * shell/ev-application.c: (ev_application_open_window),
6429         (ev_application_open_uri_at_dest):
6430         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
6431         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
6432         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
6433         * shell/ev-utils.c: (save_print_config_to_file):
6434         * shell/ev-window.c: (ev_window_cmd_save_as),
6435         (ev_attachment_popup_cmd_save_attachment_as):
6436         * shell/main.c: (load_files_remote):
6437         
6438         Bump requirements to gtk 2.8 and drop all ifdefs used.
6439
6440 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6441
6442         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
6443         * shell/ev-window.c: (ev_window_init):
6444         
6445         Show attachments page.
6446
6447 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6448
6449         * po/POTFILES.in:
6450         * shell/ev-attachment-bar.c:
6451         * shell/ev-attachment-bar.h:
6452         * shell/ev-sidebar-attachments.c:
6453         (ev_sidebar_attachments_icon_cache_add),
6454         (icon_theme_get_pixbuf_from_mime_type),
6455         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
6456         (ev_sidebar_attachments_icon_cache_refresh),
6457         (ev_sidebar_attachments_get_attachment_at_pos),
6458         (ev_sidebar_attachments_popup_menu_show),
6459         (ev_sidebar_attachments_popup_menu),
6460         (ev_sidebar_attachments_button_press),
6461         (ev_sidebar_attachments_update_icons),
6462         (ev_sidebar_attachments_drag_data_get),
6463         (ev_sidebar_attachments_get_property),
6464         (ev_sidebar_attachments_destroy),
6465         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
6466         (ev_sidebar_attachments_new),
6467         (ev_sidebar_attachments_set_document),
6468         (ev_sidebar_attachments_support_document),
6469         (ev_sidebar_attachments_get_label),
6470         (ev_sidebar_attachments_page_iface_init):
6471         * shell/ev-sidebar-attachments.h:
6472         * shell/ev-window.c: (update_chrome_visibility),
6473         (setup_sidebar_from_metadata), (ev_window_setup_document),
6474         (ev_window_sidebar_current_page_changed_cb),
6475         (attachment_bar_menu_popup_cb), (ev_window_init):
6476         
6477         Move attachments bar to sidebar.
6478
6479 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
6480
6481         * pdf/ev-poppler.cc:
6482         * shell/ev-application.[ch]:
6483         * shell/main.c:
6484
6485         Fix some memory leaks.
6486
6487 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6488
6489         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6490
6491         Change the properties dialog response to
6492         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
6493         will make the dialog go away when the user presses
6494         enter. With gtk+ >= 2.9 this will happen anyway, but for
6495         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
6496         escape by default. Fixes bug #340539. See also bug
6497         #101293 for the gtk+ part.
6498
6499 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
6500
6501         * shell/ev-view.c (tip_from_action_named): Replace some strings
6502         that were wrong. Closes #340970.
6503
6504 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6505
6506         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
6507
6508         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
6509         #341049
6510
6511 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6512
6513         * djvu/Makefile.am:
6514         * dvi/Makefile.am:
6515         * dvi/mdvi-lib/Makefile.am:
6516         * properties/Makefile.am:
6517         * ps/Makefile.am:
6518         * shell/Makefile.am:
6519         * thumbnailer/Makefile.am:
6520         
6521         Due to broken libtool that is unable to track dependencies
6522         of noinst libraries we are forced to explicitely point
6523         libraries for binary. Fix for the bug #333334.
6524
6525 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6526
6527         * data/evince.desktop.in.in:
6528         * shell/ev-view.c: (view_update_range_and_current_page),
6529         (ev_view_next_page), (ev_view_previous_page):
6530         * shell/ev-window.c: (update_chrome_visibility),
6531         (setup_sidebar_from_metadata), (ev_window_setup_document),
6532         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
6533         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6534         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
6535         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6536         (ev_window_stop_presentation), (ev_window_focus_in_event),
6537         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
6538         (ev_window_init):
6539         * thumbnailer/Makefile.am:
6540         
6541         Update fullscreen and presentation timeout handling. Hide
6542         cursor in presentation after timeout. Fix for the bugs
6543         #136359 and #336981.
6544
6545 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6546
6547         * backend/ev-link-action.[ch]:
6548         * pdf/ev-poppler.cc: (ev_link_from_action):
6549         * shell/ev-view-private.h:
6550         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
6551         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
6552
6553         Add support for Named Action links
6554
6555 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
6556
6557         * backend/Makefile.am:
6558         * backend/ev-document-links.[ch]:
6559         * backend/ev-document.[ch]:
6560         * backend/ev-link-action.[ch]:
6561         * backend/ev-link-dest.[ch]:
6562         * backend/ev-link.[ch]:
6563         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
6564         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
6565         * shell/ev-page-action.c: (build_new_tree_cb):
6566         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
6567         (links_page_num_func), (update_page_callback):
6568         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
6569         (tip_from_link):
6570         * shell/ev-jobs.c:
6571         * shell/ev-window.[ch]: (ev_window_open_uri),
6572         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
6573         * shell/ev-application.[ch]: (ev_application_open_window),
6574         (ev_application_open_uri):
6575
6576         Rework links system, it adds support for remote links now and it makes
6577         easier to add new kinds of actions and destinations. Fixes bug #317292
6578
6579 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6580
6581         * data/Makefile.am:
6582         * data/evince.png:
6583         * data/evince-16.png:
6584         * data/evince-22.png:
6585         * data/evince.svg:
6586         * shell/main.c: (main):
6587         
6588         Evince use it's own icon. Fix for the bug #313392.
6589
6590         * shell/ev-window.c: (fullscreen_timeout_cb),
6591         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6592         (ev_window_cmd_help_about), (ev_window_dispose):
6593         
6594         Simplify fullscreen timeout code.
6595
6596 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
6597
6598         * backend/ev-attachment.c: 
6599         * shell/ev-attachment-bar.c:
6600         * shell/ev-window.c:
6601
6602         Allow multiple selection of attachments
6603
6604 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6605
6606         * shell/ev-view.c: (view_update_range_and_current_page),
6607         (ev_view_scroll):
6608         
6609         Fix for the bug #312573 – Optimal selection of current 
6610         page among visible pages.
6611
6612 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6613
6614         * configure.ac:
6615         * djvu/Makefile.am:
6616         * djvu/djvu-text.h:
6617         
6618         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
6619         for the bug 339868.
6620
6621 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
6622
6623         * configure.ac: Fix the LINGUAS stuff here too so it builds.
6624
6625 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6626
6627         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
6628         dictated by the GNOME HIG. Fixes bug #339235.
6629
6630 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6631
6632         * data/evince-ui.xml:
6633         * shell/ev-view.c: (ev_view_can_find_previous):
6634         * shell/ev-view.h:
6635         * shell/ev-window.c: (ev_window_update_actions),
6636         (ev_window_cmd_edit_find_previous):
6637
6638         Add support for "Find Previous" as dictated by the GNOME HIG. A
6639         menu item is added and some glue code to make it all work is added
6640         to various files.
6641
6642 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6643
6644         * configure.ac: Award myself the "useless use of cat" award.
6645
6646 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6647
6648         * po/LINGUAS: New file listing all supported languages.
6649
6650         * configure.in: Use po/LINGUAS instead of including all languages
6651         directly in this file. See the wiki for more information:
6652         http://live.gnome.org/GnomeGoals/PoLinguas
6653
6654 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6655
6656         * backend/ev-document-factory.c:
6657
6658         Do not load the document twice when there isn't errors
6659
6660 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6661
6662         * backend/ev-attachment.c: 
6663
6664         Fix a crash when there isn't a default application to open an
6665         attachment
6666
6667 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6668
6669         * backend/ev-attachment.[ch]:
6670         * shell/ev-attachment-bar.[ch]:
6671
6672         Added missing files. 
6673
6674 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6675
6676         * backend/Makefile.am:
6677         * data/evince-ui.xml:
6678         * backend/ev-attachment.[ch]:
6679         * backend/ev-document.[ch]: (ev_document_has_attachments),
6680         (ev_document_get_attachments):
6681         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
6682         (attachment_save_to_buffer), (pdf_document_get_attachments),
6683         (pdf_document_document_iface_init):
6684         * shell/Makefile.am:
6685         * shell/ev-attachment-bar.[ch]:
6686         * shell/ev-window.c:
6687
6688         Add support for PDF attachments. Fixes bug #325143
6689
6690 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6691
6692         * backend/ev-document-factory.c: (get_document_from_uri),
6693         (ev_document_factory_get_document):
6694         * backend/ev-document-factory.h:
6695         * properties/ev-properties-main.c: (ev_properties_get_pages):
6696         * shell/Makefile.am:
6697         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
6698         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
6699         (ev_job_queue_remove_job):
6700         * shell/ev-job-queue.h:
6701         * shell/ev-job-xfer.c:
6702         * shell/ev-job-xfer.h:
6703         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
6704         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
6705         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
6706         (ev_job_xfer_run):
6707         * shell/ev-jobs.h:
6708         * shell/ev-window.c: (ev_window_is_empty),
6709         (password_dialog_response), (ev_window_clear_xfer_job),
6710         (ev_window_xfer_job_cb), (ev_window_open_uri),
6711         (ev_window_cmd_focus_page_selector),
6712         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
6713         (ev_window_cmd_continuous), (ev_window_cmd_dual),
6714         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6715         (ev_window_dispose):
6716         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6717         
6718         * Cleanup mime type detection on document load. Fix for the
6719         bug #336448.
6720
6721 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6722
6723         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
6724         
6725         Fix crash on exit, described in the bug #336825.
6726
6727 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6728
6729         * backend/ev-document-factory.c:
6730         (ev_document_factory_get_from_mime),
6731         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
6732         (ev_document_factory_get_document),
6733         (file_filter_add_mime_list_and_free),
6734         (ev_document_factory_add_filters):
6735         * backend/ev-document-factory.h:
6736         * properties/ev-properties-main.c: (ev_properties_get_pages):
6737         * shell/Makefile.am:
6738         * shell/ev-application.c:
6739         * shell/ev-job-xfer.c: (ev_job_xfer_run):
6740         * shell/ev-window.c: (ev_window_cmd_file_open),
6741         (ev_window_cmd_save_as):
6742         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6743         
6744         Rework factory functions so they are placed now in a single 
6745         file ev-document-factory.c
6746
6747 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6748
6749         * shell/ev-window.c: (update_chrome_visibility):
6750         
6751         Fix for the bug 166566 - don't show menubar in fullscreen
6752         mode.
6753
6754 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
6755
6756         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
6757
6758 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6759
6760         * shell/ev-view.c: (ev_view_expose_event):
6761         
6762         More correctly draw loading text when document
6763         is empty.
6764
6765 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6766
6767         * shell/ev-view.c: (ev_view_scroll):
6768         
6769         Fix for the bug #334854, page down and page up switch
6770         pages in presentation mode.
6771
6772 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6773
6774         * shell/ev-window.c: (ev_window_set_action_sensitive),
6775         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
6776         (ev_window_set_view_accels_sensitivity),
6777         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
6778         (ev_window_cmd_continuous), (ev_window_cmd_dual),
6779         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6780         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
6781         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
6782         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
6783         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
6784         (view_actions_focus_in_cb), (ev_window_init):
6785         
6786         Fix for the bug #333902, now it's possible to search
6787         words with slash.
6788
6789 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
6790
6791         * configure.ac: Added Breton translation.
6792         * po/br.po: Added Breton translation.
6793
6794 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6795
6796         * shell/ev-window-title (ev_window_title_update):
6797
6798         Fix memory leak in window title. Fixes bug #333944
6799
6800 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6801
6802         * shell/ev-metadata-manager.c (parseItem):
6803
6804         Fix memory leaks. Fixes bug #333945
6805
6806 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6807         
6808         * NEWS, configure.ac, TODO:
6809         
6810         Update for release 0.5.2.
6811
6812 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6813
6814         * shell/ev-view.c: (view_update_range_and_current_page),
6815         (page_changed_cb):
6816         
6817         Don't jump on scrolling, fix for the bug #333127.
6818
6819 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6820
6821         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
6822         
6823         Scroll by one page in presentation mode. Fix for the bug
6824         #332993.
6825
6826 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
6827
6828         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
6829
6830 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
6831
6832         * configure.ac  Added lv in ALL_LINGUAS line.
6833
6834 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6835         
6836         * NEWS, configure.ac:
6837         
6838         Update for release 0.5.1
6839
6840 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6841
6842         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
6843         * backend/ev-document-misc.h:
6844         * shell/ev-view.c: (draw_one_page):
6845         
6846          Clairfy what page the toolbar page number applies to. Fix
6847          for the bug #328102.
6848
6849 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
6850
6851         * shell/ev-view-private.h:
6852         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
6853         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
6854         (ev_view_search_changed):
6855         * shell/ev-view.h:
6856         * shell/ev-window.c: (find_bar_search_changed_cb):
6857         
6858         Dont't jump to find result if window was scrolled during search.
6859         Fix for the bug #313266.
6860
6861 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
6862
6863         * shell/eggfindbar.c: (egg_find_bar_class_init):
6864         * shell/eggfindbar.h:
6865         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
6866         * shell/ev-view-private.h:
6867         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
6868         (ev_view_class_init), (ev_sizing_mode_get_type),
6869         (ev_scroll_type_get_type):
6870         * shell/ev-view.h:
6871         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
6872         (ev_window_cmd_scroll_backward), (find_bar_scroll),
6873         (ev_window_init):
6874         
6875         Fix for the bug 319133 - Find entry should allow text scroll.
6876
6877 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
6878
6879         * shell/ev-view-private.h:
6880         * shell/ev-view.c: (view_update_range_and_current_page),
6881         (highlight_find_results), (find_changed_cb), (page_changed_cb),
6882         (ev_view_set_document), (update_find_status_message),
6883         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
6884         (ev_view_find_previous):
6885         
6886         Fix for the bug #319137. Search now takes account for scrolling.
6887
6888 2006-02-19  Michael Hofmann <mh21@piware.de>
6889
6890         * configure.ac:
6891         * djvu/Makefile.am:
6892         * djvu/djvu-document-private.h:
6893         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
6894         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
6895         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
6896         (djvu_document_can_get_text), (djvu_document_get_text),
6897         (djvu_document_document_iface_init),
6898         (djvu_document_thumbnails_get_thumbnail),
6899         (djvu_document_find_begin), (djvu_document_find_get_n_results),
6900         (djvu_document_find_get_result),
6901         (djvu_document_find_page_has_results),
6902         (djvu_document_find_get_progress), (djvu_document_find_cancel),
6903         (djvu_document_find_iface_init):
6904         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
6905         (djvu_text_page_selection), (djvu_text_page_limits_process),
6906         (djvu_text_page_limits), (djvu_text_page_copy),
6907         (djvu_text_page_position), (djvu_text_page_union),
6908         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
6909         (djvu_text_page_box), (djvu_text_page_append_text),
6910         (djvu_text_page_search), (djvu_text_page_prepare_search),
6911         (djvu_text_page_new), (djvu_text_page_free):
6912         * djvu/djvu-text-page.h:
6913         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
6914         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
6915         (djvu_text_n_results), (djvu_text_has_results),
6916         (djvu_text_get_result), (djvu_text_get_progress):
6917         * djvu/djvu-text.h:
6918         
6919         Text search in djvu. Fix for the bug #303415.
6920
6921 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6922
6923         * configure.ac:
6924         * shell/ev-window.c: (ev_window_cmd_save_as):
6925         
6926         Ask filechooser to confirm overwrite. Fix for the bug #328266.
6927         Thanks to Gary Coady <gary@lyranthe.org>
6928
6929 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6930
6931         * shell/ev-print-job.c: (idle_print_handler):
6932         
6933         Inverse order printing, bug #320919.
6934
6935 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6936
6937         * data/evince-toolbar.xml:
6938         * shell/ev-window.c:
6939         
6940         Allow to add sidebar checkbutton on toolbar. Fix
6941         for the bug #144577.
6942
6943 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6944
6945         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
6946         
6947         Add checks that have sense for empty ps document.
6948
6949 2006-02-15  Luca Ferretti <elle.uca@libero.it>
6950
6951         * configure.ac: Include PS in mime types list. 
6952
6953 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6954
6955         * configure.ac:
6956         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
6957         * ps/gsdefaults.h:
6958         * ps/ps-document.c: (start_interpreter), (ps_document_load):
6959         
6960         Runtime check for gs interpreter. Fix for the bug #320868.
6961         Thanks to Antoine Dopffer antoine.dopffer@free.fr
6962
6963 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
6964
6965         * shell/ev-application.c: 
6966
6967         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
6968         dbus>=0.60, so that the request is not queued. 
6969
6970 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6971
6972         * configure.ac:
6973         * shell/Makefile.am:
6974         * shell/ev-sidebar-links.c: (print_section_cb):
6975         * shell/ev-utils.c:
6976         * shell/ev-utils.h:
6977         * shell/ev-window.c: (update_action_sensitivity),
6978         (ev_window_close_dialogs), (ev_window_print):
6979         * shell/ev-window.h:
6980         
6981         Make printing support optional. Patch from Eduardo de Barros Lima
6982         <eduardo.lima@indt.org.br> for the bug #330546.
6983
6984 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6985
6986         * shell/ev-view-private.h:
6987         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
6988         (ev_view_set_document):
6989         * shell/ev-view.h:
6990         * shell/ev-window.c: (ev_window_load_job_cb),
6991         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
6992         (ev_window_init):
6993
6994         Draw Loading message during xfer job. Fix for the bug #329495.
6995
6996 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6997
6998         * comics/comics-document.c: (comics_regex_quote),
6999         (comics_document_load), (extract_argv):
7000         
7001         Correcly quote regexp before passing it to unzip.
7002
7003 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7004
7005         * shell/ev-page-cache.c: (build_height_to_page),
7006         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
7007         (ev_page_cache_get_dual_even_left):
7008         * shell/ev-page-cache.h:
7009         * shell/ev-view.c: (view_update_range_and_current_page),
7010         (get_page_y_offset), (get_page_extents):
7011         
7012         Place even pages to the left if document has less then
7013         two pages. Fix for the bug #328856.
7014
7015 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7016
7017         * thumbnailer/evince-thumbnailer-comics.schemas.in:
7018         
7019         Correct comics scheme. This make evince create thumbnails
7020         for comic books. Fix for the bug 329088.
7021
7022 2006-01-31  Christopher Aillon  <caillon@redhat.com>
7023
7024         * data/evince-password.glade: Don't explicitly set
7025         invisible_char to the current default value in case
7026         the default changes; let GTK+ do its magic.
7027
7028 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7029
7030         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
7031         real filename to tmp filename since often document
7032         type is determined by extension.
7033
7034 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
7035
7036         * shell/ev-view.c: (add_scroll_binding_keypad),
7037         (ev_view_binding_activated), (ev_view_class_init):
7038         
7039         Add keybindings for percision-scrolling of display area. 
7040         Fix for the bug #314072.
7041
7042 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7043
7044         * data/evince.desktop.in.in:
7045         
7046         Add GTK to the list of categories. Fix for the bug #328034.
7047
7048 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7049
7050         * shell/ev-application.c: (ev_application_shutdown),
7051         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
7052         * shell/ev-application.h:
7053         * shell/ev-window.c: (file_open_dialog_response_cb),
7054         (ev_window_cmd_file_open):
7055         
7056         Save last uri in file chooser dialog. Fix for the bug #327950.
7057
7058 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7059
7060         * NEWS:
7061         * README:
7062         
7063         Final update for release 0.5.0
7064         
7065         * shell/Makefile.am:
7066         
7067         Remove disable deprecated until we'll require libgnome-2.13.7
7068         and port to GOption argument parsing. See bug 327518.
7069
7070 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
7071
7072         * comics/comics-document.c: (comics_document_save):
7073         * djvu/djvu-document.c: (djvu_document_save):
7074         * dvi/dvi-document.c: (dvi_document_save):
7075         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
7076         * lib/ev-file-helpers.h:
7077         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
7078         * tiff/tiff-document.c: (tiff_document_save):
7079         
7080         Use common save function for backends.
7081
7082 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
7083
7084         * backend/ev-document-types.c:
7085         
7086         Fix crash on saving pixbuf.
7087
7088 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7089
7090         * cut-n-paste/recent-files/egg-recent-item.c:
7091         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
7092         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
7093         (parse_info_free), (valid_element), (start_element_handler),
7094         (end_element_handler), (text_handler), (egg_recent_model_filter),
7095         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
7096         (egg_recent_model_monitor), (egg_recent_model_read),
7097         (egg_recent_model_open_file), (egg_recent_model_lock_file),
7098         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
7099         (egg_recent_model_set_property), (egg_recent_model_class_init),
7100         (egg_recent_model_init), (egg_recent_model_add_full),
7101         (egg_recent_model_delete), (egg_recent_model_get_list),
7102         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
7103         (egg_recent_model_set_filter_mime_types),
7104         (egg_recent_model_clear_group_filter),
7105         (egg_recent_model_set_filter_groups),
7106         (egg_recent_model_clear_scheme_filter),
7107         (egg_recent_model_set_filter_uri_schemes),
7108         (egg_recent_model_remove_expired):
7109         * cut-n-paste/recent-files/egg-recent-util.c:
7110         (egg_recent_util_get_icon):
7111         * cut-n-paste/recent-files/egg-recent-util.h:
7112         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7113         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
7114         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
7115         (egg_recent_view_uimanager_set_property),
7116         (egg_recent_view_uimanager_get_property),
7117         (egg_recent_view_uimanager_class_init),
7118         (egg_recent_view_uimanager_init),
7119         (egg_recent_view_uimanager_set_label_width),
7120         (egg_recent_view_uimanager_get_label_width):
7121         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
7122         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7123         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7124         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7125         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7126         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7127         
7128         Update from libegg.
7129
7130 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7131
7132         * shell/ev-page-cache.c: (build_height_to_page),
7133         (ev_page_cache_get_height_to_page):
7134         * shell/ev-page-cache.h:
7135         * shell/ev-view.c: (view_update_range_and_current_page),
7136         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
7137         (ev_view_previous_page):
7138         
7139         Dual mode places even pages to the left. Fix for the bug #309393.
7140
7141         * shell/ev-view.h:
7142         * shell/ev-window.c: (update_action_sensitivity),
7143         (setup_view_from_metadata), (view_menu_popup_cb):
7144         
7145         Don't restore presentation in empty windows, more intelligent
7146         next page behaviour in dual mode.
7147
7148         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7149         (ev_pixbuf_cache_clear_job_sizes):
7150         
7151         Cleanup job callback on removal. Fix for the bug #325886.
7152
7153 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7154
7155         * ps/ps.c: (psscan):
7156         
7157         Commit workaround Mozilla problem. Fix for the bug #325919
7158         
7159         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
7160         (save_item):
7161         
7162         Fix for year 2038 problem.
7163
7164 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7165
7166         * shell/ev-window.c: (setup_document_from_metadata),
7167         (ev_window_cmd_view_reload):
7168
7169         Clamp page recieved from metadata in valid values. Fix
7170         for the bug #325986.
7171
7172 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7173
7174         * MAINTAINERS: 
7175         Add MAINTAINERS as requested on desktop-devel-list.
7176
7177 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7178
7179         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
7180         (mime_type_supported_by_gdk_pixbuf),
7181         (ev_document_factory_get_mime_types),
7182         (ev_document_factory_get_all_mime_types):
7183         
7184         Don't add pixbuf mime types if pixbuf backend is disabled.
7185         
7186         * shell/ev-application.c: (ev_application_get_uri_window):
7187         
7188         Fix for the bug 325815 - unhandled MIME type message doesn't 
7189         appear a second time. 
7190         
7191         * shell/ev-document-types.c: (ev_document_types_add_filters):
7192         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
7193         (password_dialog_response), (ev_window_popup_password_dialog),
7194         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7195         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7196         (ev_window_run_presentation), (ev_window_stop_presentation),
7197         (save_sizing_mode), (ev_window_zoom_changed_cb),
7198         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7199         (ev_window_dual_mode_changed_cb),
7200         (ev_window_sidebar_current_page_changed_cb),
7201         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7202         (window_state_event_cb), (window_configure_event_cb):
7203         
7204         Cleanup additional uris holded by EvWindow.
7205
7206 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7207
7208         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
7209         (ev_view_can_previous_page), (ev_view_can_next_page):
7210         * shell/ev-view.h:
7211         * shell/ev-window.c: (update_action_sensitivity):
7212         
7213         Two page scrolling with Space and PageUp in dual mode. Second fix 
7214         for the bug #316608.
7215
7216 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7217
7218         * shell/ev-view.c: (scroll_to_current_page):
7219         
7220         Correctly clamp adjustment value. Fix for the bug
7221         #325808.
7222
7223 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7224
7225         * shell/ev-sidebar-links.c: (print_section_cb):
7226         * shell/ev-window.c: (ev_window_get_uri),
7227         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
7228         (ev_window_print_dialog_response_cb), (ev_window_print_range),
7229         (ev_window_dispose):
7230         
7231         Make print dialog non-modal. Fix for the bug #325622.
7232
7233 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7234
7235         * shell/ev-metadata-manager.c:
7236         * shell/ev-utils.c: (using_pdf_printer),
7237         (using_postscript_printer), (load_print_config_from_file),
7238         (save_print_config_to_file):
7239         * shell/ev-utils.h:
7240         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
7241         (update_sidebar_visibility), (setup_sidebar_from_metadata),
7242         (setup_view_from_metadata), (ev_window_setup_document),
7243         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7244         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7245         (ev_window_run_presentation), (ev_window_stop_presentation),
7246         (save_sizing_mode), (ev_window_zoom_changed_cb),
7247         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7248         (ev_window_dual_mode_changed_cb),
7249         (ev_window_sidebar_current_page_changed_cb),
7250         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7251         (window_state_event_cb), (window_configure_event_cb),
7252         (ev_window_init):
7253         
7254         Setting saving behaviour fixes.
7255
7256 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7257
7258         * configure.ac:
7259         
7260         Make antialiasing gs options better and allow
7261         to change them during configure. Fix for the 
7262         bug #319049.
7263
7264 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7265
7266         * shell/ev-window.c: (setup_view_from_metadata):
7267         
7268         Remember if last window was maximized. Fix for the
7269         bug #323797.
7270
7271 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
7272
7273         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
7274
7275 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7276
7277         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
7278         * shell/ev-page-action.c: (build_new_tree_cb):
7279         * shell/ev-sidebar-links.c: (links_page_num_func),
7280         (update_page_callback_foreach), (update_page_callback):
7281         * shell/ev-view.c: (scroll_to_current_page):
7282         
7283         Fix for the bug #325067 with more intelligent selection
7284         of current link in sidebar. Make sidebar handle links
7285         of FITR-like type more correctly.
7286
7287         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
7288         (dvi_pixbuf_put_pixel):
7289         
7290         Fix memory consumtion with disabled alpha channel.
7291
7292 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7293
7294         * data/evince-ui.xml:
7295         * shell/ev-window.c: (view_menu_popup_cb),
7296         (ev_popup_cmd_open_link), (ev_window_init):
7297         
7298         Update context menu for internal links. Fix for the bug
7299         #325066.
7300
7301 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7302
7303         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
7304         
7305         Bind context menu to keyboard also. Fix for the bug
7306         #325065.
7307
7308 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7309
7310         * shell/ev-view.c: (selection_scroll_timeout_cb):
7311         
7312         Horizontal scroll on selection also.
7313
7314 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7315
7316         * shell/ev-metadata-manager.c: (parse_value):
7317         * shell/ev-view.c: (goto_xyz_link):
7318         
7319         Correct zoom setup and metadata save broken in 
7320         some locales.
7321
7322 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7323
7324         * shell/ev-view-private.h:
7325         * shell/ev-view.c: (scroll_to_current_page),
7326         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
7327         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
7328         (page_changed_cb), (ev_view_set_continuous),
7329         (ev_view_set_dual_page), (ev_view_set_presentation):
7330         
7331         Delay scroll until allocation to correctly position page. Fix
7332         for the bug #317334.
7333
7334 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7335
7336         * NEWS:
7337         * configure.ac:
7338         
7339         Update NEWS and require poppler 0.5.0.
7340
7341 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
7342         
7343         * data/evince-ui.xml:
7344         * shell/ev-view-private.h:
7345         * shell/ev-view.c: (ev_view_get_link_at_location),
7346         (handle_link_over_xy), (ev_view_button_press_event),
7347         (ev_view_button_release_event), (ev_view_class_init):
7348         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
7349         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
7350         (ev_window_init):
7351         
7352         Implement right-click context menu.
7353
7354 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7355
7356         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
7357         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
7358         (mdvi_pixbuf_device_render):
7359         * pdf/ev-poppler.cc:
7360
7361         Don't generate thumbnails with alpha. See bug #324077.
7362         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
7363
7364 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7365
7366         * shell/ev-window.c: (setup_chrome_from_metadata):
7367         
7368         Fix typo that was hiding toolbar.
7369
7370 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7371
7372         * shell/ev-view-private.h:
7373         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
7374         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
7375         (ev_view_button_release_event), (ev_view_destroy):
7376         
7377         Small cleanup and autoscrolling during selection. Thanks to 
7378         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
7379
7380 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
7381
7382         * configure.ac:
7383         
7384         Correctly check for comics option.
7385
7386 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
7387         * Makefile.am:
7388         * configure.ac:
7389         * backend/Makefile.am:
7390         * backend/ev-document-factory.c:
7391         * shell/ev-document-types.c:
7392
7393         Included option in configure to make ps backend 
7394         compilation optional with --disable-ps.
7395
7396 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7397
7398         * backend/ev-document-factory.c:
7399         * comics/Makefile.am:
7400         * comics/comics-document.c: (comics_document_load):
7401         * comics/ev-cbr-mime.xml:
7402         * configure.ac:
7403         
7404         Comics mime types are added to shared-mime-info CVS. Now
7405         we don't need to install our own mime types.
7406
7407 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7408
7409         * shell/ev-window.c:
7410         
7411         Add shortcut for "save a copy" menu entry. Fix for
7412         the bug #324582.
7413
7414 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7415
7416         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7417         (job_finished_cb), (new_selection_pixbuf_needed),
7418         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7419         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
7420         
7421         Rework selection job info logic and fix critical warning.
7422
7423 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
7424
7425         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
7426
7427 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
7428
7429         * data/evince-ui.xml:
7430         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
7431         
7432         Enter as shortcut key for next page. Fix for the bug
7433         #321394.
7434
7435 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
7436
7437         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
7438
7439 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7440
7441         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7442         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
7443         (new_selection_pixbuf_needed),
7444         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7445         (clear_job_selection):
7446         
7447         Too early for 0.5. Pixbuf cache code cleaned a bit.
7448
7449 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7450
7451         * NEWS:
7452         * configure.ac:
7453         
7454         Release 0.5.0 preparation
7455
7456 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7457
7458         * comics/Makefile.am:
7459         * configure.ac:
7460         * shell/ev-document-types.c: (ev_document_types_add_filters):
7461         
7462         More advanced handling of custom mime type installation.
7463
7464 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7465
7466         * data/evince.schemas.in:
7467         * shell/ev-metadata-manager.c: (value_free),
7468         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
7469         (ev_metadata_manager_get), (ev_metadata_manager_set):
7470         * shell/ev-metadata-manager.h:
7471         * shell/ev-window.c: (update_chrome_flag),
7472         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
7473         (setup_document_from_metadata), (setup_chrome_from_metadata),
7474         (setup_sidebar_from_metadata), (setup_view_from_metadata),
7475         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
7476         (ev_window_view_toolbar_cb),
7477         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
7478         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
7479         
7480         Save last document settings and reuse them for new documents.
7481
7482 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7483
7484         * Makefile.am:
7485         * backend/Makefile.am:
7486         * backend/ev-document-factory.c:
7487         * backend/ev-document-factory.h:
7488         * comics/Makefile.am:
7489         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
7490         (comics_document_load), (comics_document_save),
7491         (comics_document_get_n_pages), (comics_document_get_page_size),
7492         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
7493         (comics_document_class_init), (comics_document_can_get_text),
7494         (comics_document_get_info), (comics_document_document_iface_init),
7495         (comics_document_init), (get_supported_image_extensions),
7496         (comics_document_thumbnails_get_geometry),
7497         (comics_document_thumbnails_get_thumbnail),
7498         (comics_document_thumbnails_get_dimensions),
7499         (comics_document_document_thumbnails_iface_init), (extract_argv):
7500         * comics/comics-document.h:
7501         * comics/ev-cbr-mime.xml:
7502         * configure.ac:
7503         * po/POTFILES.in:
7504         * shell/ev-application.c: (ev_application_register_service):
7505         * shell/ev-document-types.c: (ev_document_types_add_filters):
7506         * thumbnailer/Makefile.am:
7507         * thumbnailer/evince-thumbnailer-comics.schemas.in:
7508         
7509         New CBR/CBZ backend for comic books.
7510
7511 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7512
7513         * shell/main.c: (load_files_remote):
7514
7515         Thanks to Robert McQueen <robot101@debian.org>. Dbus
7516         warning on startup of second instance is fixed. It
7517         is bug #320353.
7518
7519 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7520
7521         * shell/ev-window.c: (ev_window_finalize):
7522         
7523         Fix double free that cause crash.
7524
7525 2005-10-29  Bastien Nocera <hadess@hadess.net>
7526
7527         * tiff/tiff-document.c: (tiff_document_load):
7528         
7529         Fix memory leak.
7530
7531 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7532
7533         * po/POTFILES.in:
7534         * shell/Makefile.am:
7535         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
7536         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
7537         (ev_view_accessible_get_text),
7538         (ev_view_accessible_get_character_at_offset),
7539         (ev_view_accessible_get_text_before_offset),
7540         (ev_view_accessible_get_text_at_offset),
7541         (ev_view_accessible_get_text_after_offset),
7542         (ev_view_accessible_get_character_count),
7543         (ev_view_accessible_get_caret_offset),
7544         (ev_view_accessible_set_caret_offset),
7545         (ev_view_accessible_get_run_attributes),
7546         (ev_view_accessible_get_default_attributes),
7547         (ev_view_accessible_get_character_extents),
7548         (ev_view_accessible_get_offset_at_point),
7549         (ev_view_accessible_get_n_selections),
7550         (ev_view_accessible_get_selection),
7551         (ev_view_accessible_add_selection),
7552         (ev_view_accessible_remove_selection),
7553         (ev_view_accessible_set_selection),
7554         (ev_view_accessible_text_iface_init),
7555         (ev_view_accessible_idle_do_action),
7556         (ev_view_accessible_action_do_action),
7557         (ev_view_accessible_action_get_n_actions),
7558         (ev_view_accessible_action_get_description),
7559         (ev_view_accessible_action_get_name),
7560         (ev_view_accessible_action_set_description),
7561         (ev_view_accessible_action_iface_init),
7562         (ev_view_accessible_get_type), (ev_view_accessible_new),
7563         (ev_view_accessible_factory_get_accessible_type),
7564         (ev_view_accessible_factory_create_accessible),
7565         (ev_view_accessible_factory_class_init),
7566         (ev_view_accessible_factory_get_type):
7567         * shell/ev-view-accessible.h:
7568         * shell/ev-view-private.h:
7569         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
7570         * shell/ev-view.h:
7571         
7572         Initial accessibility support.
7573
7574 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
7575
7576         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
7577
7578 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
7579
7580         * shell/ev-print-job.c: (idle_print_handler):
7581         
7582         Fix for bug Bug 318916: Printing multiple pages.
7583
7584 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
7585
7586         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
7587
7588 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7589
7590         * pdf/ev-poppler.cc:
7591         
7592         Thumnail dimensions unified with other backends.
7593         
7594         * shell/ev-window-title.c: (ev_window_title_update):
7595         
7596         Fix warning.
7597
7598 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7599
7600         * data/ev-stock-zoom-fit-width.png:
7601         
7602         Remove unused file.
7603
7604 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7605
7606         * configure.ac:
7607         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
7608         (djvu_document_finalize):
7609         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
7610         (dvi_document_finalize):
7611         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
7612         (pixbuf_document_save), (pixbuf_document_finalize):
7613         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
7614         (tiff_document_finalize):
7615         
7616         Save a copy implemented for various backends.
7617
7618 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
7619
7620         * configure.ac:
7621         
7622         Don't link with ltiff if tiff is disabled.
7623
7624 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7625
7626         * pdf/GDKSplashOutputDev.cc:
7627         * pdf/GDKSplashOutputDev.h:
7628         * pdf/Thumb.cc:
7629         * pdf/Thumb.h:
7630         * pdf/pdf-document.cc:
7631         * pdf/pdf-document.h:
7632         * pdf/test-gdk-output-dev.cc:
7633         
7634         Remove old unused files.
7635
7636 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7637
7638         * shell/ev-window.c: (ev_window_setup_document):
7639         
7640         Fixed warnings on reload and probably crash reason.
7641
7642 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7643
7644         * properties/ev-properties-view.c:
7645         (ev_properties_view_format_date):
7646         
7647         Check if date is invalid. Fix for bug 318134.
7648
7649 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
7650
7651         * shell/ev-window-title.c:
7652         
7653         Add .indd files (Adobe Indesign) to the list of "bad
7654         extensions".
7655
7656 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7657
7658         * data/evince-ui.xml:
7659         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
7660         
7661         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
7662
7663 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
7664
7665         * shell/ev-window.c: (launch_link), (launch_external_uri),
7666         (view_external_link_cb):
7667
7668         URL-escape link before passing it to gnome_vfs_url_show.
7669
7670 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
7671
7672         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
7673         there isn't text selected.
7674
7675 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
7676
7677         * shell/ev-view.c: (handle_link_over_xy):
7678
7679         Check tooltip is valid utf8 before showing it
7680
7681 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
7682
7683         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
7684
7685 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
7686
7687         * shell/ev-window-title.c: (ev_window_title_update):
7688
7689         Guard against using g_strstrip on NULL. Fixes bug #317291.
7690
7691 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7692
7693         * pdf/ev-poppler.cc:
7694
7695         Show title even for unknown links
7696
7697 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7698
7699         * shell/ev-window-title.c: (ev_window_title_update):
7700
7701         Strip the title string
7702
7703 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7704
7705         * shell/ev-window-title.c:
7706
7707         Add .rtf to the bad extensions list
7708
7709 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7710
7711         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
7712         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
7713
7714         Ignore link coordinates if they are outside page bounds
7715
7716 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7717
7718         * backend/ev-link.c: (ev_link_type_get_type),
7719         (ev_link_get_filename), (ev_link_get_params),
7720         (ev_link_get_property), (ev_link_set_property),
7721         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
7722         * backend/ev-link.h:
7723         * pdf/ev-poppler.cc:
7724         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
7725         * shell/ev-window.c: (launch_link), (view_external_link_cb),
7726         (ev_window_init):
7727
7728         Implement launch links. Delegate external link opening to
7729         the window.
7730
7731 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7732
7733         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
7734         (ev_link_get_right), (ev_link_get_property),
7735         (ev_link_set_property), (ev_link_class_init),
7736         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
7737         * backend/ev-link.h:
7738         * pdf/ev-poppler.cc:
7739         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
7740
7741         Implement fitr links
7742
7743 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7744
7745         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
7746         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
7747         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
7748         (ev_view_size_request_continuous),
7749         (ev_view_size_request_dual_page),
7750         (ev_view_size_request_single_page), (ev_view_size_allocate),
7751         (ev_view_zoom_for_size_continuous_and_dual_page),
7752         (ev_view_zoom_for_size_continuous),
7753         (ev_view_zoom_for_size_dual_page),
7754         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7755         (ev_sizing_mode_get_type):
7756         * shell/ev-view.h:
7757         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
7758
7759         Do not use modes for link, we need to calculate size ad hoc.
7760         Still not perfect because of the usual scrollbar issues grrr.
7761
7762 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7763
7764         * backend/ev-link.c: (ev_link_type_get_type),
7765         (ev_link_new_page_fith), (ev_link_new_page_fitv):
7766         * backend/ev-link.h:
7767         * pdf/ev-poppler.cc:
7768         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
7769         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
7770         (ev_view_size_request_continuous),
7771         (ev_view_size_request_dual_page),
7772         (ev_view_size_request_single_page), (ev_view_size_allocate),
7773         (zoom_for_size_fit_height),
7774         (ev_view_zoom_for_size_continuous_and_dual_page),
7775         (ev_view_zoom_for_size_continuous),
7776         (ev_view_zoom_for_size_dual_page),
7777         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7778         (ev_sizing_mode_get_type):
7779         * shell/ev-view.h:
7780         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
7781
7782         Implement FIT_HEIGHT mode (only for links).
7783         Implement FITH links
7784
7785 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7786
7787         * shell/ev-window-title.c: (get_filename_from_uri),
7788         (ev_window_title_sanitize_extension), (ev_window_title_update),
7789         (ev_window_title_set_document), (ev_window_title_set_uri),
7790         (ev_window_title_free):
7791         * shell/ev-window-title.h:
7792         * shell/ev-window.c: (ev_window_setup_document),
7793         (ev_window_popup_password_dialog):
7794
7795         Refactor window title building while fixing it for
7796         password documents.
7797
7798 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7799
7800         * pdf/ev-poppler.cc:
7801
7802         Escape link title before setting it in the model
7803
7804 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
7805
7806         * shell/ev-application.c: (removed_from_session), (save_session),
7807         (init_session), (ev_application_get_empty_window),
7808         (ev_application_init), (ev_application_get_windows):
7809         * shell/ev-application.h:
7810         * shell/ev-window.c: (ev_window_finalize):
7811
7812         Add a function to retrieve window list and share it where
7813         necessary.
7814         Implement session handling, works pretty well thanks to the
7815         metadata system.
7816
7817 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7818
7819         * shell/ev-password.c: (ev_password_item_created_callback),
7820         (ev_password_dialog_save_password):
7821         
7822         Fix for bug 316972. Use async gnome-keyring API.
7823
7824 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
7825
7826         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
7827         Remove unused unrealize handler. Add scroll handling to
7828         ev_view_scroll_event for presentation mode (bug #316708),
7829         and fix the event state checks there.
7830
7831 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7832
7833         * shell/ev-page-action.c: (page_changed_cb):
7834
7835         "marco, maybe we should be crazy and jump right to 6! :)"
7836
7837         Bryan Clark, Sep 2005
7838
7839 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7840
7841         * ps/ps-document.c: (save_document), (ps_document_save),
7842         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
7843         (ps_document_ps_export_end):
7844
7845         Fix unstructured documents save and print
7846
7847 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7848
7849         * shell/ev-application.c: (ev_application_open_uri):
7850
7851         Fix window size persistance
7852
7853 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7854
7855         * shell/ev-view.c: (ev_view_button_release_event):
7856
7857         Based on a patch from carlosgc@gnome.org. Mouse buttons
7858         switch pages in presentation mode.
7859
7860 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7861
7862         * shell/ev-page-cache.c: (ev_page_cache_get_size):
7863
7864         Dont cast to int before scaling
7865
7866 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7867
7868         * backend/ev-link.c: (ev_link_type_get_type),
7869         (ev_link_new_page_xyz), (ev_link_new_page_fit),
7870         (ev_link_new_page_fith):
7871         * backend/ev-link.h:
7872         * pdf/ev-poppler.cc:
7873         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
7874
7875         Implement FIT and FITH links
7876
7877 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7878
7879         * pdf/ev-poppler.cc:
7880
7881         Return 0 results when search is not in progress.
7882
7883         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7884         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
7885
7886         Update menu sensitivity when cancelling search
7887
7888 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7889
7890         * shell/ev-view.c: (ev_view_can_find_next):
7891
7892         Take all pages in consideration, not just current one
7893
7894 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7895
7896         * shell/ev-page-cache.c:
7897         * shell/ev-page-cache.h:
7898         * shell/ev-view.c: (ev_view_binding_activated),
7899         (ev_view_next_page), (ev_view_previous_page),
7900         (ev_sizing_mode_get_type):
7901         * shell/ev-view.h:
7902         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7903         (ev_window_cmd_go_next_page):
7904
7905         Move page next/previous functions from page chace to
7906         view and change it to move by 2 page steps in dual mode.
7907
7908 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7909
7910         * shell/ev-window.c: (update_sidebar_visibility),
7911         (setup_sidebar_from_metadata), (ev_window_setup_document),
7912         (setup_view_from_metadata):
7913
7914         Show the index by default when there is one     
7915
7916 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7917
7918         * shell/ev-window-title.c: (ev_window_title_set_document):
7919
7920         Missing null check
7921
7922 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7923
7924         * shell/ev-view.c: (view_update_range_and_current_page):
7925         
7926         Allow display of last odd page in dual view. Fix for 316347.
7927
7928 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7929
7930         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
7931         
7932         Make close button default. Fix for 316383.
7933
7934 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7935
7936         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7937         
7938         Mark close button as default. Fix for 316381.
7939
7940 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7941
7942         * backend/ev-link.c: (ev_link_class_init):
7943
7944         Allow negative doubles in left/top properties
7945
7946 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7947
7948         * shell/ev-window.c:
7949
7950         Remove a bunch of strings that was used only
7951         by the statusbar.
7952
7953 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7954
7955         * shell/ev-window-title.c: (get_filename_from_uri),
7956         (ev_window_title_set_document):
7957
7958         When title has a confusing extension, show also
7959         the document filename inside ()
7960
7961 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7962
7963         * shell/Makefile.am:
7964         * shell/ev-window-title.c: (ev_window_title_new),
7965         (ev_window_title_update), (ev_window_title_set_type),
7966         (ev_window_title_set_document), (ev_window_title_free):
7967         * shell/ev-window-title.h:
7968         * shell/ev-window.c: (ev_window_setup_document),
7969         (password_dialog_response), (ev_window_popup_password_dialog),
7970         (ev_window_dispose), (ev_window_init):
7971
7972         Factor out and cleanup window title code
7973
7974 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7975
7976         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
7977         (unable_to_load):
7978
7979         Make dialog transient so it doesnt block other windows
7980
7981 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7982
7983         * pdf/ev-poppler.cc:
7984         
7985         Fix pdf thumbnails rendering.
7986
7987 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7988
7989         * shell/ev-window.c: (fullscreen_set_timeout):
7990         
7991         Increase timeout to hide full screen popup. Bug 
7992         316123. 
7993
7994 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7995
7996         * data/evince.schemas.in:
7997         * shell/ev-window.c: (update_action_sensitivity):
7998
7999         Allow the user to override document restrictions. Fix for bug
8000         305818.
8001
8002 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
8003
8004         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
8005         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
8006         (ev_window_class_init): Fix multihead behaviour of fullscreen
8007         toolbar popup. Fixes bug #315451.
8008
8009 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8010
8011         * configure.ac:
8012         * data/evince-password.glade:
8013         * shell/ev-password.c: (ev_password_dialog_set_property),
8014         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
8015         (ev_password_dialog_init), (ev_password_set_bad_password_label),
8016         (ev_password_dialog_entry_changed_cb),
8017         (ev_password_dialog_entry_activated_cb),
8018         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
8019         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
8020         (ev_password_dialog_set_bad_pass):
8021         * shell/ev-password.h:
8022         * shell/ev-window.c: (password_dialog_response),
8023         (ev_window_popup_password_dialog):
8024         
8025         Support for gnome-keyring for encrypted PDF's.
8026
8027 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8028
8029         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
8030         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
8031         (ev_view_enter_notify_event), (ev_view_class_init):
8032         
8033         More precise handling of enter_notify/leave_notify events
8034         in EvView. Fix for bug 315470.
8035
8036 2005-09-08  Christopher Aillon  <caillon@redhat.com>
8037
8038         * shell/ev-window.c: (fullscreen_timeout_cb),
8039         (fullscreen_set_timeout), (fullscreen_clear_timeout),
8040         (ev_window_dispose):
8041
8042         leak fix: unref fullscreen_timeout_source before clearing it
8043
8044 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8045
8046         * configure.ac, dvi/mdvi/Makefile.am: 
8047         
8048         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
8049
8050 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8051
8052         * backend/ev-link.c: (ev_link_new_page_xyz):
8053         * pdf/ev-poppler.cc:
8054         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
8055
8056         Fix some bugs with xyz links, respect zoom
8057
8058 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8059
8060         * shell/ev-window.c: (page_changed_cb),
8061         (setup_document_from_metadata), (update_sidebar_visibility),
8062         (setup_view_from_metadata), (ev_window_run_fullscreen),
8063         (ev_window_stop_fullscreen), (ev_window_run_presentation),
8064         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
8065         (ev_window_dual_mode_changed_cb),
8066         (ev_window_sidebar_current_page_changed_cb):
8067
8068         null check uri before setting and getting metadata
8069
8070 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8071
8072         * dvi/Makefile.am:
8073         * properties/Makefile.am:
8074         * shell/Makefile.am:
8075         * thumbnailer/Makefile.am:
8076
8077         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
8078
8079 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8080
8081         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
8082         (selection_changed_callback):
8083         * shell/ev-sidebar-links.h:
8084
8085         Add a signal for link activation.
8086
8087         * shell/ev-view.c: (ev_view_goto_link),
8088         (ev_view_button_release_event):
8089         * shell/ev-view.h:
8090         * shell/ev-window.c: (sidebar_links_link_activated_cb),
8091         (ev_window_init):
8092
8093         Implement the signal so that we can handle all link types.
8094
8095         * shell/ev-page-cache.c:
8096
8097         Remove unused set_link function
8098
8099 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8100
8101         * lib/ev-tooltip.c: (ev_tooltip_set_position):
8102
8103         Add some space from the cursor, hardcoded but I couldnt
8104         find a better way.
8105
8106 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8107
8108         * lib/ev-tooltip.c:
8109
8110         Use mozilla style vs gtk style, way better for links.
8111
8112         * shell/ev-view.c: (ev_view_motion_notify_event),
8113         (ev_view_destroy), (ev_view_init):
8114
8115         Deactive tooltip when the link hovered is changed.
8116
8117 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8118
8119         * backend/ev-document.h:
8120         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
8121         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
8122         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
8123         (ev_link_new_page), (ev_link_new_page_xyz):
8124         * backend/ev-link.h:
8125         * pdf/ev-poppler.cc:
8126         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
8127         (go_to_link), (tip_from_link):
8128
8129         Implement xyz links, still not functional. Links are a total
8130         mess, will need to refactor and bugfix a lot :(
8131
8132 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
8133
8134         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
8135
8136 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
8137
8138         * data/evince-ui.xml:
8139         * data/evince.schemas.in:
8140         * shell/Makefile.am:
8141         * shell/ev-window.c: (update_chrome_visibility),
8142         (password_dialog_response), (ev_window_load_job_cb),
8143         (ev_window_xfer_job_cb), (ev_window_open_uri),
8144         (ev_window_class_init), (set_chrome_actions), (load_chrome),
8145         (ev_window_init):
8146
8147         Remove the statusbar. This regress loading feedback, need to
8148         check with Bryan what we want to do there...
8149
8150 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8151
8152         * lib/ev-tooltip.c: (ev_tooltip_init):
8153
8154         Fix tooltip border and size handling
8155
8156 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8157
8158         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
8159         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
8160         (ev_tooltip_timeout), (ev_tooltip_activate),
8161         (ev_tooltip_deactivate):
8162         * lib/ev-tooltip.h:
8163         * shell/ev-view.c: (ev_view_motion_notify_event):
8164
8165         Delay popup showing. Mirror gtk logic/times.
8166
8167 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
8168
8169         * lib/Makefile.am:
8170         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
8171         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
8172         (ev_tooltip_set_text), (ev_tooltip_set_position):
8173         * lib/ev-tooltip.h:
8174
8175         Simple widget to show tooltips at a custom position
8176
8177         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
8178         (ev_view_destroy):
8179
8180         Use it for links. First go, needs work
8181
8182 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
8183
8184         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
8185         HIG fixes.  Use title capitalization for window title. Use 12 
8186         pixels of space between the dialog's vbox and action area.
8187
8188 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8189
8190         * shell/ev-window.c: (file_open_dialog_response_cb),
8191         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
8192         (ev_window_cmd_save_as):
8193
8194         Make file pickers not modal and refactor code some
8195
8196 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8197
8198         * shell/ev-sidebar.h:
8199         * shell/ev-sidebar.c: (ev_sidebar_set_property),
8200         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
8201         (ev_sidebar_class_init), (ev_sidebar_select_page),
8202         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
8203         (ev_sidebar_set_page):
8204
8205         Add a current page property and allow to get/set it
8206
8207         * shell/ev-window.c: (setup_view_from_metadata),
8208         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
8209
8210         Persist current sidebar page per document
8211
8212 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8213
8214         * data/evince.schemas.in:
8215         * shell/ev-window.c: (update_chrome_visibility),
8216         (setup_document_from_metadata), (update_sidebar_visibility),
8217         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
8218         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8219         (ev_window_run_presentation), (ev_window_stop_presentation),
8220         (ev_window_view_sidebar_cb),
8221         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
8222         (load_chrome), (ev_window_init):
8223
8224         Persist size/visibility of sidebar per document
8225
8226 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
8227
8228         * shell/ev-view.c (draw_loading_text): Draw loading text.
8229
8230 2005-09-02  Dan Damian  <dand@gnome.ro>
8231
8232         * configure.in: Added "ro" to ALL_LINGUAS.
8233
8234 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8235
8236         * shell/ev-view.c: (clear_caches):
8237
8238         ev_page_cache_get doesnt return a reference,
8239         dont try to unref it.
8240
8241 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8242
8243         * shell/main.c: (load_files_remote):
8244
8245         Fix timestamp parameter with dbus <= 0.33
8246
8247 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
8248
8249         * data/evince.schemas.in:
8250
8251         Add missing full stop
8252
8253 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
8254
8255         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
8256         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
8257
8258         Plug some memory leaks
8259
8260 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
8261
8262         * configure.ac:
8263         * lib/ev-debug.c: (trap_handler):
8264
8265         Check for execinfo.h and use it only if it exists.
8266         Ported from Epiphany (bug #314776).
8267
8268 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
8269
8270         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
8271
8272 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
8273
8274         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
8275         * po/id.po      : Added Indonesian translation
8276
8277 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
8278
8279         * shell/main.c:
8280         * shell/ev-application.c: Last minute GTK-2.6 fixes.
8281         * NEWS: Release 0.4.0
8282
8283 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
8284
8285         * configure.ac: catch another gtk+-2.8ism
8286         * shell/main.c: Make work with gtk+-2.6
8287
8288 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
8289
8290         * shell/ev-application-service.xml: Add 'timestamp' argument to
8291           ev_application_open_window and ev_application_open_uri methods.
8292
8293         * shell/ev-application.h: Add 'timestamp' argument to
8294           ev_application_open_window, ev_application_open_uri,
8295           and ev_application_open_uri_list functions.
8296
8297         * shell/ev-application.c (ev_application_open_window,
8298           ev_application_open_uri, ev_application_open_uri_list): Change
8299           functions that show/present windows to use a timestamp if one
8300           is passed in.
8301
8302         * shell/ev-window.c (ev_window_cmd_file_open,
8303           ev_window_cmd_recent_file_activate, drag_data_received_cb):
8304         * shell/main.c (load_files): Modify calls to ev_application to
8305           include GDK_CURRENT_TIME as timestamp.
8306
8307         * shell/main.c (load_files_remote): Obtain timestamp for client
8308           instance from GDK and pass to server instance so new windows are
8309           focused properly.  Fix dbus_g_proxy_call() calls by including second
8310           G_TYPE_INVALID.
8311           
8312         Closes bug #314475.
8313
8314 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
8315
8316         * shell/ev-window.c (ev_window_finalize): Check for
8317         avail. EvWindows when quiting to handle the finalize better,
8318         #314497
8319
8320 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8321         
8322         * properties/ev-properties-view.c: 
8323         
8324         Set textdomain to libglade. Fixes translation problem in property page.
8325
8326 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8327
8328         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
8329         * dvi/Makefile.am:
8330         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
8331         * dvi/mdvi-lib/Makefile.am:
8332         
8333         Fix rotation of thumbnails, ported to new API. Moved library
8334         dependencies earlier, probably it will fix linkage problem.
8335
8336 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
8337
8338         * backend/ev-document-misc.c:
8339         (ev_document_misc_get_thumbnail_frame):
8340         * backend/ev-document-misc.h:
8341         * configure.ac:
8342         * pdf/ev-poppler.cc:
8343         * shell/Makefile.am:
8344         * shell/ev-sidebar-thumbnails.c: (add_range),
8345         (ev_sidebar_thumbnails_set_loading_icon),
8346         (ev_sidebar_thumbnails_refresh),
8347         (ev_sidebar_thumbnails_set_document):
8348         * shell/ev-sidebar-thumbnails.h:
8349         * shell/ev-view.c: (ev_view_motion_notify_event),
8350         (ev_view_set_property), (ev_view_get_property),
8351         (ev_view_class_init), (ev_view_set_rotation):
8352         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8353         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
8354         (ev_window_init):
8355         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
8356         Redo rotation (again).  prepare for 0.4.0
8357
8358 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
8359
8360         * configure.ac: Bump poppler requirement to 0.4.1.
8361
8362         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
8363         argument to poppler_page_render_selection() call.
8364
8365 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8366
8367         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
8368         (djvu_document_thumbnails_get_thumbnail):
8369         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
8370         (dvi_document_thumbnails_get_thumbnail):
8371         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
8372         (pixbuf_document_thumbnails_get_thumbnail):
8373         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
8374         
8375         Update rotation direction of backends to fit with pdf and ps.
8376
8377 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
8378
8379         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
8380         * backend/ev-async-renderer.h:
8381         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
8382         (setup_page), (ps_document_get_page_size),
8383         (ps_async_renderer_render_pixbuf):
8384         * ps/ps-document.h:
8385         * shell/ev-jobs.c: (ev_job_render_run):
8386
8387         Fix orientation in the postscript document
8388
8389 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
8390
8391         * pdf/ev-poppler.cc:
8392         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
8393         * shell/ev-view.c: (highlight_find_results):
8394
8395         Adapt to the new poppler rotation API. Fix text maps on landscape
8396         documents.
8397
8398 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
8399
8400         * shell/ev-view.c (compute_new_selection_text): get the correct
8401         region when selecting in modes other than continuous.
8402
8403 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8404
8405         * shell/main.c (main): remove redundant g_warnings.
8406
8407 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8408
8409         * shell/Makefile.am: Don't include autogenerated
8410         file ev-application-service.h into distribution, since
8411         it causes dbus crash. Fix for bugs 313724 and 313443. 
8412
8413 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8414
8415         * configure.ac: Fix sed expression for FreeBSD. Thanks
8416         to Joe Marcus Clark <marcus@freebsd.org>
8417         
8418         * shell/eggfindbar.c: (entry_activate_callback),
8419         (entry_changed_callback), (egg_find_bar_init),
8420         (egg_find_bar_set_search_string):
8421         
8422         Made findbar buttons unsensitive if there is no text in
8423         entry. Fix for the bug 313285.
8424
8425 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
8426
8427         * ps/ps-document.c: Use g_filename_display_name for displaying
8428         filenames and revert string freeze breackage
8429
8430 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
8431
8432         * NEWS:
8433         * configure.ac:
8434
8435         Update for 0.3.4
8436
8437         * shell/Makefile.am:
8438
8439         Add ev-application-service.xml to extra dist
8440
8441         * shell/ev-view.c: (find_page_at_location):
8442
8443         Remove unused function (fix warning)
8444
8445 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8446
8447         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
8448         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
8449         
8450         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
8451         bug 313623.
8452
8453 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8454
8455         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
8456         * shell/ev-window.c:
8457         Fix build warnings
8458
8459 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
8460
8461         * configure.ac: Update script to get dbus version.
8462         Fix for the bug #313443.
8463
8464 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8465
8466         * shell/ev-window.c: (ev_window_cmd_escape):
8467         
8468         Return focus back to view on escape. Fix for bug 313295.
8469
8470 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8471
8472         * shell/ev-window.c: (update_window_title),
8473         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
8474         (ev_window_cmd_save_as):
8475         
8476         Correct conversion from uri to displayable string. Fix for
8477         bug 313296.
8478
8479 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
8480
8481         * ps/ps-document.c: convert filename to utf8 when there is an error
8482         loading document. Fixes #309915
8483
8484 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
8485
8486         * configure.ac:
8487
8488         We depend on poppler 0.4.0
8489
8490 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
8491
8492         * configure.ac:
8493         * NEWS: Release 0.3.3.
8494         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
8495
8496 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
8497
8498         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
8499         add a couple missing mnemonics to menu items, use title 
8500         capitalization for menu items and window titles, and add 
8501         ellipsis to open menu item.     
8502
8503 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
8504
8505         * pdf/ev-poppler.cc:
8506         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
8507         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
8508         (ev_view_get_rotation):
8509         * shell/ev-view.h:
8510         * shell/ev-window.c: (setup_view_from_metadata),
8511         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
8512         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
8513         disk.
8514
8515 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
8516
8517         * configure.ac: Added tr to ALL_LINGUAS
8518
8519 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8520
8521         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
8522         requires several clicks to find word. Thanks to 
8523         Colin Slater <kiltedtaco@gmail.com>.
8524
8525 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
8526
8527         * data/evince.desktop.in.in: Hide menu entry and
8528         rename it to "Document Viewer". Fix for bug 
8529         #312399.
8530
8531 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
8532
8533         * shell/ev-page-action.c (ev_page_action_class_init): 
8534
8535         Point to the correct function in constructor of the
8536         activate_label signal
8537
8538 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
8539
8540         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
8541         * shell/ev-jobs.h: Make thread safe.
8542
8543 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8544
8545         * shell/ev-view.c: (view_update_range_and_current_page):
8546         Don't update page range if we are scrolling to some document
8547         point.
8548
8549 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8550
8551         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
8552         when getting max_page_width, fix drawing in dual mode.
8553
8554 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
8555
8556         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
8557         getting the area for select_all.
8558
8559 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
8560
8561         * backend/ev-selection.c: (ev_selection_render_selection):
8562         * backend/ev-selection.h:
8563         * pdf/ev-poppler.cc:
8564         * shell/ev-jobs.c: (ev_job_render_new):
8565         * shell/ev-jobs.h:
8566         * shell/ev-pixbuf-cache.c: (get_selection_colors),
8567         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
8568         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
8569         (ev_view_class_init):
8570
8571         Change selection color on focus in and focus out events.  Also,
8572         poppler now uses GdkColor for specifying the selection colors, so
8573         drop some awkward conversion code.
8574
8575 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
8576
8577         * configure.ac: Added Hebrew translation
8578
8579 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
8580
8581         * NOTES:
8582         * backend/ev-selection.c: (ev_selection_render_selection):
8583         * backend/ev-selection.h:
8584         * pdf/ev-poppler.cc:
8585         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
8586         (ev_job_render_run):
8587         * shell/ev-jobs.h:
8588         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8589         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
8590         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
8591         (ev_pixbuf_cache_style_changed),
8592         (ev_pixbuf_cache_get_selection_pixbuf),
8593         (ev_pixbuf_cache_set_selection_list),
8594         (ev_pixbuf_cache_get_selection_list):
8595         * shell/ev-pixbuf-cache.h:
8596         * shell/ev-utils.c: (ev_print_region_contents):
8597         * shell/ev-utils.h:
8598         * shell/ev-view.c: (ev_view_queue_draw_page),
8599         (selection_update_idle_cb), (ev_view_motion_notify_event),
8600         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
8601         (setup_caches), (ev_view_find_next), (merge_selection_region),
8602         (selection_free):
8603         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
8604
8605         Clean up selection to be much smoother!
8606
8607 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
8608
8609         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
8610         to poppler_page_render_selection().
8611
8612 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8613
8614         * ps/ps-document.c: (save_page_list): Use
8615         unzipped document when printing. Thanks to 
8616         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
8617         311016.
8618
8619 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8620
8621         * shell/ev-window.c: (update_action_sensitivity):
8622         
8623         Disable print and save respect to lockdown gconf keys. Fix
8624         for 312342.
8625
8626 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8627
8628         * configure.ac:
8629         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
8630         (write_to_temp_file), (ev_file_set_contents):
8631         * shell/ev-utils.h:
8632         * shell/ev-window.c: (save_print_config_to_file):
8633         
8634         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
8635         Fix for bug 312238
8636
8637 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
8638
8639         * shell/ev-window.c: (load_print_config_from_file),
8640         (save_print_config_to_file), (ev_window_print_range):
8641
8642         Persist the print settings. Fixes bug #311578.
8643
8644 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8645
8646         * djvu/djvu-document.c: (djvu_document_get_page_size),
8647         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
8648         (djvu_document_thumbnails_get_thumbnail):
8649         * dvi/dvi-document.c: (dvi_document_get_page_size),
8650         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
8651         (dvi_document_thumbnails_get_dimensions),
8652         (dvi_document_thumbnails_get_thumbnail):
8653         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
8654         (pixbuf_document_render_pixbuf),
8655         (pixbuf_document_document_iface_init),
8656         (pixbuf_document_thumbnails_get_thumbnail):
8657         
8658         Update backends to make them build with new rotation system.
8659
8660 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8661
8662         * help/C/figures/evince_start_window.png:
8663         
8664         Update documentation image from Luca Ferretti <elle.uca@libero.it>
8665
8666 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
8667
8668         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
8669         * shell/ev-pixbuf-cache.h:
8670         * shell/ev-sidebar-thumbnails.c:
8671         (ev_sidebar_thumbnails_get_property), (add_range),
8672         (adjustment_changed_cb):
8673         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
8674         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
8675         we were thumbnailing the entire docment on startup, slowing us
8676         down hugely. 
8677
8678 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
8679
8680         * shell/ev-page-cache.c: (ev_page_cache_new):
8681         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
8682         == 0, fixes #310306.
8683
8684 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8685
8686         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
8687         (ev_view_rotate_left):
8688
8689         Account rotation in doc_rect_to_view_rect.
8690         Ensure rotation doesnt go out of bounds.
8691
8692 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8693
8694         * shell/ev-page-cache.c: (ev_page_cache_get_size):
8695
8696         Correct and cleanup w/h swapping
8697
8698 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8699
8700         * backend/ev-document-thumbnails.c:
8701         (ev_document_thumbnails_get_thumbnail):
8702         * backend/ev-document-thumbnails.h:
8703         * backend/ev-document.c:
8704         * backend/ev-document.h:
8705         * backend/ev-render-context.c: (ev_render_context_new),
8706         (ev_render_context_set_rotation):
8707         * backend/ev-render-context.h:
8708         * pdf/ev-poppler.cc:
8709         * ps/ps-document.c: (ps_document_document_iface_init):
8710         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
8711         * shell/ev-jobs.h:
8712         * shell/ev-page-cache.c: (build_height_to_page),
8713         (ev_page_cache_new), (ev_page_cache_get_size),
8714         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8715         (ev_page_cache_get_height_to_page):
8716         * shell/ev-page-cache.h:
8717         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8718         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
8719         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
8720         (ev_pixbuf_cache_get_selection_pixbuf):
8721         * shell/ev-pixbuf-cache.h:
8722         * shell/ev-print-job.c: (idle_print_handler):
8723         * shell/ev-sidebar-thumbnails.c: (add_range):
8724         * shell/ev-view.c: (view_update_range_and_current_page),
8725         (get_page_y_offset), (get_page_extents),
8726         (ev_view_size_request_continuous_dual_page),
8727         (ev_view_size_request_continuous),
8728         (ev_view_size_request_dual_page),
8729         (ev_view_size_request_single_page), (draw_one_page),
8730         (ev_view_set_rotation), (ev_view_rotate_right),
8731         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
8732         (ev_view_zoom_for_size_continuous_and_dual_page),
8733         (ev_view_zoom_for_size_continuous),
8734         (ev_view_zoom_for_size_dual_page),
8735         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
8736         (ev_view_select_all):
8737         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8738         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
8739         (tiff_document_document_iface_init),
8740         (tiff_document_thumbnails_get_thumbnail):
8741
8742         Use rotation rather than orientation. It's easier and enough
8743         for our needs.
8744
8745 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8746
8747         * shell/ev-page-cache.c: (build_height_to_page),
8748         (ev_page_cache_new), (ev_page_cache_get_size),
8749         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8750         (ev_page_cache_get_height_to_page):
8751         * shell/ev-page-cache.h:
8752         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
8753         (ev_view_size_request_continuous_dual_page),
8754         (ev_view_size_request_continuous),
8755         (ev_view_zoom_for_size_continuous_and_dual_page),
8756         (ev_view_zoom_for_size_continuous):
8757
8758         Make the page cache aware of page orientation.
8759
8760 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8761
8762         * backend/ev-document-thumbnails.c:
8763         (ev_document_thumbnails_get_thumbnail):
8764         * backend/ev-document-thumbnails.h:
8765         * backend/ev-document.c:
8766         * backend/ev-document.h:
8767         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
8768         * backend/ev-ps-exporter.h:
8769         * pdf/ev-poppler.cc:
8770         * ps/ps-document.c: (ps_document_document_iface_init),
8771         (ps_document_ps_export_do_page):
8772         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
8773         * shell/ev-jobs.h:
8774         * shell/ev-page-cache.c: (ev_page_cache_get_size),
8775         (ev_page_cache_get):
8776         * shell/ev-page-cache.h:
8777         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8778         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
8779         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
8780         * shell/ev-pixbuf-cache.h:
8781         * shell/ev-print-job.c: (idle_print_handler):
8782         * shell/ev-sidebar-thumbnails.c: (add_range):
8783         * shell/ev-view.c: (view_update_range_and_current_page),
8784         (get_page_extents), (ev_view_size_request_dual_page),
8785         (ev_view_size_request_single_page), (draw_one_page),
8786         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
8787         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
8788         (ev_view_zoom_for_size_dual_page),
8789         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
8790         (ev_view_select_all):
8791         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8792         * tiff/tiff-document.c: (tiff_document_get_page_size),
8793         (tiff_document_get_orientation), (rotate_pixbuf),
8794         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
8795         (tiff_document_thumbnails_get_thumbnail),
8796         (tiff_document_ps_export_do_page), (tiff_document_init):
8797
8798         Really make use of the orientation bit of the render context.
8799         Use the render context in a few more places in the backend API.
8800         This regress orientation, but now it's done right. Will try to
8801         fix it up asap...
8802
8803 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8804
8805         * shell/ev-view.c: (ensure_rectangle_is_visible):
8806
8807         Patch by Nickolay V. Shmyrev to fix find flickering
8808
8809 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
8810
8811         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
8812         duplex parameters to ::begin.
8813
8814         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
8815         * shell/ev-print-job.c (idle_print_handler): 
8816         * ps/ps-document.c (ps_document_ps_export_begin): 
8817         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
8818         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
8819         implementations. Poppler backend needs poppler cvs. Rest has
8820         unchanged behavior.
8821
8822 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8823
8824         * shell/ev-window.c (using_pdf_printer): new function.
8825         (ev_window_print_range): print a less techy message if someone
8826         tries to print to PDF.
8827
8828 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8829
8830         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
8831         from "unknown font" string. Bug #311431
8832
8833 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8834
8835         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
8836
8837 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8838
8839         Bug #311280
8840         
8841         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
8842         name for PopplerFontTypes
8843         (pdf_document_fonts_fill_model): add font type to the detail column
8844
8845         * backend/ev-document-fonts.h: added
8846         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
8847
8848         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
8849         font name and font details, add a little markup.
8850         (ev_properties_fonts_init): use the new cell data func, specify ypad
8851         property for the cell renderer.
8852         (ev_properties_fonts_set_document): add the details column.
8853
8854 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
8855
8856         * configure.ac: Added "pl" to ALL_LINGUAS.
8857
8858 2005-07-24  Danilo Šegan  <danilo@gnome.org>
8859
8860         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
8861
8862 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
8863
8864         * help/ChangeLog: Started this for translations of manual.
8865         * configure.ac, autogen.sh, .cvsignore: Migrated to
8866         gnome-doc-utils. Patch in bug #311222.
8867
8868 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
8869
8870         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
8871         #ifdef this away to fix an unused-function warning.
8872
8873 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
8874
8875         * configure.ac: Added 'gl' to ALL_LINGUAS.
8876
8877 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
8878
8879         * configure.ac: Added ne in ALL_LINGUAS
8880         
8881 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8882
8883         * shell/ev-view.c: (ev_view_leave_notify_event):
8884         
8885         Clear status message when pointer leaves view. Fix for bug
8886         #310818 
8887
8888 2005-07-20 Ankit Patel <ankit644@yahoo.com>
8889
8890         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
8891
8892 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8893
8894         * shell/ev-view.c: (ev_view_leave_notify_event),
8895         (ev_view_class_init):
8896         
8897         Set cursor to normal then leaving view.
8898
8899 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8900
8901         * configure.ac:
8902         
8903         Fix required djvulibre version.
8904
8905 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
8906
8907         *configure.ac: Hindi (hi) language added
8908
8909 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
8910
8911         *configure.ac: Punjabi (pa) Language added
8912
8913 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8914
8915         * data/evince-ui.xml, shell/ev-window.c:
8916         
8917         Add keypad accelerators for zooming. Fix for bug 308128.
8918
8919 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8920
8921         * Makefile.am:
8922         * backend/Makefile.am:
8923         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
8924         * configure.ac:
8925         * shell/ev-document-types.c: (ev_document_types_add_filters):
8926
8927         Allow to enable/disable the pixbuf backend.
8928         Default to off for now. If we want it enabled we should
8929         really put mime types in the desktop, implement properties etc.
8930
8931         * properties/evince-properties.c:
8932
8933         Initialize error to NULL.
8934         Check error is not NULL before freeing.
8935
8936 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8937
8938         * shell/ev-window.c:
8939
8940         Use F5 as presentation accell
8941
8942 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8943
8944         * shell/ev-window.c: (update_chrome_visibility),
8945         (ev_window_create_fullscreen_popup), (ev_window_init):
8946
8947         Do not leak the fullscreen toolbar
8948
8949 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8950
8951         * shell/ev-window.c: (view_actions_focus_in_cb),
8952         (view_actions_focus_out_cb):
8953
8954         These has a return value! Fix totally random focus
8955         issues we was seeing.
8956
8957 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
8958
8959         * shell/main.c: (load_files_remote):
8960
8961         Allow open more than one file
8962
8963 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8964
8965         * shell/main.c: (load_files_remote):
8966
8967         Fix for dbus 0.33. bug #309975
8968
8969 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8970
8971         * properties/ev-properties-main.c: (ev_properties_get_pages):
8972
8973         Actually return NULL for types we dont support
8974
8975 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
8976
8977         * po/POTFILES.in:
8978
8979         Remove empty lines.
8980
8981 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
8982
8983         * backend/ev-document-factory.c:
8984         (ev_document_factory_get_document):
8985
8986         Do not try to create the object if type
8987         is invalid.
8988
8989 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8990
8991         * ps/ps-document.c: (ps_document_dispose),
8992         (ps_async_renderer_render_pixbuf):
8993         * ps/ps-document.h:
8994
8995         Do not leak the target window
8996
8997 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8998
8999         * shell/ev-application.c: (ev_application_init):
9000
9001         Let tbe check file existence for us.
9002         Add a comment about eggrecent mime filter.
9003
9004 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9005
9006         * data/evince-ui.xml:
9007         * shell/ev-application.c: (ev_application_shutdown),
9008         (ev_application_init), (ev_application_get_toolbars_model),
9009         (ev_application_get_recent_model),
9010         (ev_application_save_toolbars_model):
9011         * shell/ev-application.h:
9012         * shell/ev-window.c: (ev_window_add_recent),
9013         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
9014         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
9015         (ev_window_init):
9016
9017         Use common toolbar and recent models for all windows.
9018         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9019
9020 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
9021
9022         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
9023         successfully check for gtk_icon_view_get_visible_range.
9024
9025 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9026
9027         * djvu/Makefile.am:
9028         * dvi/Makefile.am:
9029         
9030         Fix djvu and dvi backend build.
9031
9032 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
9033
9034         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
9035         (new_separator_pixbuf):
9036
9037         Don't leak windows.
9038
9039 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
9040
9041         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
9042
9043         HIGification of toolbar editor dialogue.
9044
9045 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9046
9047         * configure.ac:
9048         * shell/Makefile.am:
9049
9050         Ever build metadata manager since it's just
9051         disabled at runtime now.
9052
9053 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9054
9055         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
9056         (ev_metadata_manager_get), (ev_metadata_manager_set):
9057         * shell/ev-metadata-manager.h:
9058
9059         Add an _init functions that enabled metadata management
9060         at runtime.
9061
9062         * shell/ev-window.c: (page_changed_cb),
9063         (setup_document_from_metadata), (ev_window_setup_document),
9064         (setup_view_from_metadata), (ev_window_open_uri),
9065         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9066         (ev_window_run_presentation), (ev_window_stop_presentation),
9067         (save_sizing_mode), (ev_window_zoom_changed_cb),
9068         (ev_window_continuous_changed_cb),
9069         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
9070         (window_configure_event_cb):
9071
9072         Remove all ugly metadata define since we deal with it
9073         at runtime now.
9074
9075         * shell/main.c: (load_files_remote), (main):
9076
9077         Add support for dbus cvs head. Hopefully didnt break one
9078         of the other versions now!
9079
9080         If we dont get a response from the dbus server just
9081         give up with it and not enable metadata.
9082
9083 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9084
9085         * Makefile.am:
9086         * backend/Makefile.am:
9087         * configure.ac:
9088         * cut-n-paste/recent-files/Makefile.am:
9089         * cut-n-paste/toolbar-editor/Makefile.am:
9090         * cut-n-paste/zoom-control/Makefile.am:
9091         * lib/Makefile.am:
9092         * pdf/Makefile.am:
9093         * pixbuf/Makefile.am:
9094         * properties/Makefile.am:
9095         * ps/Makefile.am:
9096         * shell/Makefile.am:
9097         * thumbnailer/Makefile.am:
9098         * tiff/Makefile.am:
9099
9100         Make frontends depend on just libev.
9101         Rework and group CFLAGS/LIBS definitions.
9102         Cleanups.
9103
9104 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9105
9106         * shell/ev-window:
9107
9108         do not unnecessarily save zoom
9109
9110         * configure.ac:
9111         * lib/ev-file-helpers.c: (ev_dot_dir):
9112         * shell/Makefile.am:
9113         * shell/dummy.cc:
9114
9115         Some cleanups
9116
9117 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9118
9119         * configure.ac:
9120         
9121         Remove unnecessary dependencies
9122
9123 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9124
9125         * properties/Makefile.am:
9126         * thumbnailer/Makefile.am:
9127         * tiff/Makefile.am:
9128
9129         Some more cleanups. Was really necessary
9130         but I probably introduced bugs, feel free
9131         to flame :)
9132
9133 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9134
9135         * backend/Makefile.am:
9136         * configure.ac:
9137         * cut-n-paste/recent-files/Makefile.am:
9138         * cut-n-paste/toolbar-editor/Makefile.am:
9139         * cut-n-paste/zoom-control/Makefile.am:
9140         * lib/Makefile.am:
9141         * pdf/Makefile.am:
9142         * pixbuf/Makefile.am:
9143         * properties/Makefile.am:
9144         * ps/Makefile.am:
9145         * shell/Makefile.am:
9146         * thumbnailer/Makefile.am:
9147         * tiff/Makefile.am:
9148
9149         Use gnome-common macros when possible.
9150         Cleanup dependencies.
9151         Actually disable deprecated where possible.
9152
9153 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9154
9155         * Makefile.am:
9156         * backend/Makefile.am:
9157         * properties/Makefile.am:
9158         * shell/Makefile.am:
9159         * thumbnailer/Makefile.am:
9160
9161         This should solve the circular dep without
9162         requiring dir reorg!
9163
9164         * shell/ev-window.c: (setup_view_from_metadata):
9165
9166         Never restore window size/position when the
9167         window is already visible.
9168
9169 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9170
9171         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
9172
9173         Return a boolean from timeout func. Fix ported from gedit.
9174
9175 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
9176
9177         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
9178
9179 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
9180
9181         * shell/ev-document-types.c: set "All Documents" as default filter in
9182         open dialog
9183
9184 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
9185
9186         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
9187         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
9188         (ev_metadata_manager_set_boolean): fix value/val thinko.
9189
9190 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9191
9192         * shell/ev-window.c: (setup_view_from_metadata),
9193         (window_state_event_cb), (window_configure_event_cb),
9194         (ev_window_init):
9195
9196         Remember window position and maximized state
9197
9198 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9199
9200         * configure.ac:
9201
9202         Fix DBUS configure checks.
9203
9204         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
9205         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
9206         (ev_metadata_manager_set_boolean):
9207
9208         Plug mem leaks.
9209
9210         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
9211         (ev_window_stop_fullscreen), (ev_window_run_presentation),
9212         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
9213         (ev_window_continuous_changed_cb),
9214         (ev_window_dual_mode_changed_cb), (ev_window_new):
9215
9216         Fix the build without DBUS.
9217
9218 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9219
9220         * shell/ev-metadata-manager.c: (parse_value), (save_values),
9221         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
9222         (ev_metadata_manager_set_string),
9223         (ev_metadata_manager_set_boolean):
9224         * shell/ev-metadata-manager.h:
9225
9226         Add support for some more types
9227
9228         * shell/ev-view.c: (scroll_to_current_page),
9229         (ev_view_get_continuous), (ev_view_set_continuous),
9230         (ev_view_get_dual_page):
9231         * shell/ev-view.h:
9232         * shell/ev-window.c: (page_changed_cb),
9233         (setup_document_from_metadata), (ev_window_setup_document),
9234         (setup_view_from_metadata), (ev_window_open_uri),
9235         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9236         (ev_window_run_presentation), (ev_window_stop_presentation),
9237         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
9238         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
9239         (ev_window_update_dual_page_action),
9240         (ev_window_continuous_changed_cb),
9241         (ev_window_dual_mode_changed_cb), (ev_window_init):
9242
9243         Remember a bunch of view/document properties. Prolly some
9244         are still missing but it's getting interesting.
9245
9246 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
9247
9248         * configure.ac: check if dbus-binding-tool is installed. Not the
9249         case on current Ubuntu breezy, it seems.
9250
9251 2005-07-05  Luca Ferretti <elle.uca@libero.it>
9252
9253         * data/evince.desktop.in.in:
9254         
9255         Allow open uri lists and add TryExec field.
9256
9257 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9258
9259         * configure.ac:
9260
9261         Enable dbus when available, do not require a configure
9262         option.
9263
9264 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9265
9266         * configure.ac:
9267
9268         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
9269         disabled.
9270
9271 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
9272         Marco Pesenti Gritti  <mpg@redhat.com>
9273
9274         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
9275         
9276         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
9277         functions to the format required by dbus
9278
9279         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
9280         errors. Use the RPC parameters in the expected way
9281
9282 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9283
9284         * Makefile.am:
9285         * properties/Makefile.am:
9286         * properties/ev-properties-main.c: (ev_properties_get_pages):
9287
9288         Support all mime types
9289
9290         * shell/Makefile.am:
9291         * thumbnailer/Makefile.am:
9292         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
9293         (evince_thumbnail_pngenc_get):
9294
9295         Use the document factory
9296
9297 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9298
9299         * backend/Makefile.am:
9300         * backend/ev-document-factory.c:
9301         (mime_type_supported_by_gdk_pixbuf),
9302         (ev_document_type_get_from_mime),
9303         (ev_document_factory_get_document),
9304         (ev_document_factory_get_backend),
9305         (ev_document_factory_get_mime_types),
9306         (ev_document_factory_get_all_mime_types):
9307         * backend/ev-document-factory.h:
9308         * shell/Makefile.am:
9309         * shell/ev-document-types.c: (get_document_from_uri),
9310         (ev_document_types_get_document),
9311         (file_filter_add_mime_list_and_free),
9312         (ev_document_types_add_filters):
9313         * shell/ev-document-types.h:
9314         * shell/ev-job-xfer.c: (ev_job_xfer_run):
9315         * shell/ev-properties-dialog.c:
9316         (ev_properties_dialog_set_document):
9317         * shell/ev-window.c: (ev_window_cmd_file_open),
9318         (ev_window_cmd_save_as):
9319         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9320
9321         Rework document types managing to avoid code duplication
9322         and actually abstract from backend implementations.
9323         Also provide a minimal factory api that can be used by
9324         thumbnailer/properties.
9325
9326 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9327
9328         * properties/ev-properties-view.c: (ev_properties_view_set_info):
9329         Plug a mem leak.
9330         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
9331         HIG spacings.
9332
9333 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9334
9335         * shell/ev-properties-dialog.c
9336         (ev_properties_dialog_set_document): only call
9337         ev_properties_fonts_set_document() if the document implements the
9338         fonts interface
9339
9340 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9341
9342         * configure.ac:
9343         * properties/Makefile.am:
9344         * properties/ev-properties-view.c:
9345         (ev_properties_view_register_type):
9346         * properties/ev-properties-view.h:
9347         * properties/ev-properties-main.h:
9348
9349         Implement nautilus plugin for properties.
9350         Works only for pdf atm, I need to rework the
9351         document types stuff to get this to work
9352         for all backends...
9353
9354 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9355
9356         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
9357         (ev_properties_fonts_set_document): use
9358         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
9359
9360 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9361
9362         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
9363         them
9364         (PlaceImage, tiff2ps_process_page): use
9365         g_ascii_dtostr to convert floats to strings in a locale-safe way.
9366
9367
9368 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9369
9370         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
9371         (main): to call gnome_authentication_manager_init. Should fix
9372         Bug #308510
9373
9374         * configure.ac: that requires libgnomeui 2.6.0.
9375
9376 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9377
9378         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9379         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
9380         use the new tiff2ps interfaces
9381
9382         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
9383         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
9384
9385         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
9386         structure instead of global variables.  Remove use of static
9387         variables in functions.
9388
9389 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
9390
9391         * shell/ev-page-action.c: unref the completion after setting it to the
9392         entry
9393
9394 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9395
9396         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
9397         postscript files
9398
9399 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9400
9401         * shell/ev-window.c (update_action_sensitivity): disable
9402         File->Print if the document does not implement the ps exporter
9403         interface
9404
9405 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
9406
9407         * Makefile.am:
9408         * configure.ac:
9409         * data/evince-properties.glade:
9410         * properties/.cvsignore:
9411         * properties/Makefile.am:
9412         * properties/ev-properties-view.c: (ev_properties_view_dispose),
9413         (ev_properties_view_class_init), (ev_properties_view_format_date),
9414         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
9415         (ev_properties_view_init), (ev_properties_view_new):
9416         * properties/ev-properties-view.h:
9417         * shell/Makefile.am:
9418         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
9419         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
9420         (ev_properties_dialog_new):
9421         * shell/ev-properties-dialog.h:
9422         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
9423         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
9424         (update_progress_label), (job_fonts_finished_cb),
9425         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
9426         * shell/ev-properties-fonts.h:
9427         * shell/ev-properties.c:
9428         * shell/ev-properties.h:
9429         * shell/ev-window.c: (ev_window_setup_document),
9430         (ev_window_cmd_file_properties):
9431
9432         Split the properties pages in two different objects, depend
9433         only on the backend where possible, use widgets instead
9434         of gobject for the glade part, reimplement the dialog
9435         itself with gtk.
9436         I need this to implement nautilus properties page.
9437
9438 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
9439
9440         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9441         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
9442         (tiff_document_document_ps_exporter_iface_init): implement the ps
9443         exporter interface for tiff documents
9444
9445         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
9446         libtiff to implement TIFF postscript export
9447
9448         * tiff/tiff2ps.h: added a header file for external tiff2ps
9449         functions.
9450
9451         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
9452         tiff2ps.h
9453
9454 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9455
9456         * shell/ev-view.c: (scroll_to_current_page),
9457         (ev_view_set_fullscreen), (ev_view_set_presentation):
9458         
9459         Scroll to current page when exit from presentation
9460
9461 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9462
9463         * shell/ev-window.c: (update_document_mode),
9464         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9465         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
9466         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
9467         
9468         Exit from fullscreen mode when switch to presentation. Fix for
9469         bug 309365
9470
9471 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
9472
9473         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
9474         return NULL if the document does not implement the selection
9475         interface.
9476
9477 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
9478
9479         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
9480         reported height by using the resolution aspect ratio
9481         (tiff_document_render_pixbuf): scale the pixbuf using the
9482         resolution aspect ratio
9483
9484 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9485
9486         * configure.ac:
9487         
9488         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
9489         <kiltedaco@gmail.com>
9490         
9491         * djvu/djvu-document.c: (djvu_document_get_orientation),
9492         (djvu_document_set_orientation), (djvu_document_get_page_size),
9493         (rotate_pixbuf), (djvu_document_render_pixbuf),
9494         (djvu_document_document_iface_init):
9495         * dvi/dvi-document.c: (dvi_document_get_orientation),
9496         (dvi_document_set_orientation), (dvi_document_get_page_size),
9497         (rotate_pixbuf), (dvi_document_render_pixbuf),
9498         (dvi_document_document_iface_init):
9499         
9500         Dvi and djvu backends are ported to new API
9501
9502 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
9503
9504         * backend/ev-selection.c: (ev_selection_get_selection_region),
9505         (ev_selection_get_selection_map):
9506         * backend/ev-selection.h:
9507         * pdf/ev-poppler.cc:
9508         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9509         * shell/ev-jobs.h:
9510         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
9511         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
9512         (ev_pixbuf_cache_get_text_mapping):
9513         * shell/ev-pixbuf-cache.h:
9514         * shell/ev-view.c: (location_in_text),
9515         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
9516         support to EvView.  Now we can see where we can select!  Sweet!
9517
9518 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
9519
9520         * shell/ev-view.c (ev_view_button_press_event): Fix
9521         event->y + view->scroll_x typo.
9522
9523 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
9524
9525         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
9526         sub-GdkPixbuf instead of passing dest_x and dest_y.
9527         
9528         * shell/ev-view.c: (view_point_to_doc_point),
9529         (view_rect_to_doc_rect), (ev_view_button_press_event),
9530         (ev_view_motion_notify_event), (compute_new_selection_rect),
9531         (gdk_rectangle_point_in), (compute_new_selection_text),
9532         (compute_selections): Update selection code to keep the selection
9533         around as two points and not as a normalized rectangle, and fix
9534         page level selection in two-column mode.
9535
9536 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
9537
9538         * shell/ev-window.c: (window_configure_event_cb): 
9539         
9540         Fix compilation
9541         
9542 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
9543
9544         * pdf/ev-poppler.cc:
9545
9546         Fix compilation
9547
9548 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
9549
9550         * shell/Makefile.am:
9551         * shell/ev-metadata-manager.c: (item_free),
9552         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
9553         (parse_value), (parseItem), (load_values),
9554         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
9555         (save_values), (save_item), (get_oldest), (resize_items),
9556         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
9557         * shell/ev-metadata-manager.h:
9558
9559         Metadata manager from gedit but modified to use GValue, so that
9560         we dont need to keep converting from strings.
9561
9562         * configure.ac:
9563
9564         ENABLE_METADATA conditional, on when dbus is on
9565
9566         * shell/ev-application.c: (ev_application_open_uri):
9567
9568         Show the window after load so that we can initialize
9569         window size before it's showed.
9570
9571         * shell/ev-window.c: (ev_window_setup_from_metadata),
9572         (ev_window_open_uri), (window_configure_event_cb),
9573         (ev_window_init):
9574
9575         Save and load metadata information about window size.
9576         Not yet keeping states in account.
9577
9578         * shell/main.c: (main):
9579
9580         Shutdown metadata manager.
9581
9582 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9583
9584         * shell/ev-application-service.xml:
9585         * configure.ac:
9586         * shell/Makefile.am:
9587         * shell/ev-application.c:
9588         * shell/ev-application.h:
9589         * shell/ev-window.c:
9590         * shell/ev-window.h:
9591         * shell/main.c:
9592
9593         Add an optional dbus interface (--enable-dbus).
9594         Rework application code, mainly to be easier to
9595         use "remotely".
9596         Do not open multiple windows with the same document,
9597         spatial evince!
9598
9599 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
9600
9601         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
9602         pixbuf iff it exists.
9603
9604 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
9605
9606         * shell/*:
9607         * backend/ev-render-context.[ch]:
9608         * backend/ev-selection.[ch]:
9609
9610         Massive changes.  We now support text selection of pdfs, and not
9611         just rectangular selection.  This is pretty broken still, but I
9612         want to get something into CVS.
9613
9614 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9615
9616         * pdf/ev-poppler.cc:
9617         
9618         Fix for Bug 309080: crash on window close.
9619         
9620         * shell/ev-page-action.c: (page_changed_cb):
9621         
9622         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
9623         jensgr@gmx.net (Jens Granseuer).
9624
9625 2005-06-25  Marcel Telka  <marcel@telka.sk>
9626
9627         * configure.in (ALL_LINGUAS): Added sk.
9628
9629 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
9630
9631         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
9632         not a document open
9633
9634 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9635
9636         * NEWS:
9637         * configure.ac:
9638
9639         Release 0.3.2
9640
9641         * cut-n-paste/recent-files/Makefile.am:
9642
9643         Fix make distcheck
9644
9645 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9646
9647         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
9648         (pixbuf_document_set_orientation), (rotate_pixbuf),
9649         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
9650         (pixbuf_document_document_iface_init), (pixbuf_document_init):
9651
9652         Implement rotation and cleanup the code a bit.
9653
9654         * tiff/tiff-document.c: (tiff_document_get_page_size),
9655         (tiff_document_get_orientation), (tiff_document_set_orientation),
9656         (rotate_pixbuf), (tiff_document_render_pixbuf),
9657         (tiff_document_document_iface_init), (tiff_document_init):
9658
9659         Implement rotation. Was the quicker solution for the release
9660         but we really need to share this code in the shell.
9661
9662 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9663
9664         * pdf/ev-poppler.cc:
9665
9666         Enable rotation, require poppler cvs. Fix a leak.
9667
9668 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9669
9670         * shell/ev-window.c: (update_action_sensitivity):
9671         
9672         Make properties unsensitive if document backend doesn't provide
9673         any info
9674
9675 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9676
9677         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
9678         (bitmap_flip_horizontally), (bitmap_flip_vertically),
9679         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
9680         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
9681         (bitmap_flip_rotate_counter_clockwise):
9682         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
9683         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
9684         (buff_gets):
9685         * dvi/mdvi-lib/common.h:
9686         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
9687         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
9688         (opendvi), (mdvi_reload), (mdvi_init_context),
9689         (mdvi_destroy_context), (mdvi_dopage), (special):
9690         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
9691         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
9692         (file_hash_free), (register_encoding), (parse_spec),
9693         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
9694         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
9695         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
9696         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
9697         (mdvi_register_font_type), (mdvi_unregister_font_type),
9698         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
9699         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
9700         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
9701         (mdvi_hash_destroy_key), (mdvi_hash_reset):
9702         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
9703         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
9704         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
9705         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
9706         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
9707         * dvi/mdvi-lib/special.c: (mdvi_register_special),
9708         (mdvi_unregister_special), (mdvi_flush_specials):
9709         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
9710         (t1_font_remove):
9711         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
9712         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
9713         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
9714         (free_font_metrics), (flush_font_metrics):
9715         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
9716         (tt_font_remove):
9717         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
9718         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
9719         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
9720         (dstring_insert), (dstring_new), (dstring_reset):
9721         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
9722         
9723         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
9724         avoid conflict with libtool on FC4
9725         
9726         * shell/ev-window.c: (ev_window_cmd_help_about):
9727         
9728         Update copyright year. Fix for bug 308828.
9729
9730 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9731
9732         * shell/ev-view.c: (add_scroll_binding_keypad),
9733         (ev_view_binding_activated), (ev_view_class_init),
9734         (on_adjustment_value_changed):
9735         
9736         Bug 170874: Arrow keys switch pages in presentation mode
9737
9738 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9739
9740         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
9741         
9742         Fix for Bug 308265: Sidebar dissappears coming out of 
9743         Presentation mode
9744
9745 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9746
9747         * shell/ev-application.c: (ev_application_open):
9748         * shell/ev-document-types.c: (ev_document_types_add_filters),
9749         (ev_document_types_add_filters_for_type):
9750         * shell/ev-document-types.h:
9751         * shell/ev-window.c: (ev_window_cmd_save_as):
9752         
9753         Suggest basename as template when saving, provide filters
9754         for save dialog. It's bug 308402
9755
9756 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9757
9758         * pdf/ev-poppler.cc:
9759         * shell/ev-sidebar-links.c: (job_finished_callback):
9760         * shell/ev-view.c: (update_find_status_message):
9761         
9762         Some leaks fixed
9763
9764 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
9765
9766         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9767         (egg_recent_view_uimanager_set_list):
9768
9769         Fix buglet in !show_numbers case.
9770
9771 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
9772
9773         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9774         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
9775
9776         Use pango ellipsisation.
9777
9778         * pdf/ev-poppler.cc:
9779
9780         Fix refcount leak, from nsh.
9781
9782 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9783
9784         * cut-n-paste/recent-files/Makefile.am:
9785         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9786         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9787         
9788         Removed EggRecentViewGtk
9789         
9790         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9791         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
9792         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
9793         (ev_window_setup_recent):
9794         
9795         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
9796         with other projects
9797
9798 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9799
9800         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9801         (egg_recent_view_gtk_finalize):
9802
9803         Fix memory leak
9804
9805         * cut-n-paste/toolbar-editor/Makefile.am:
9806         
9807         Fix location of cursor icon.
9808         
9809         * pdf/ev-poppler.cc:
9810         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
9811         (display_completion_text), (match_completion):
9812         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9813         (selection_changed_callback), (create_loading_model),
9814         (print_section_cb), (links_page_num_func),
9815         (update_page_callback_foreach):
9816         * shell/ev-window.c: (ev_window_dispose):
9817         
9818         Small memory fixes. Links model now store objects instead
9819         of pointers to improve memory management. 
9820
9821 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9822
9823         * shell/ev-window.c: (zoom_control_changed_cb):
9824         
9825         Fix update of zoom control (bug 308268).
9826
9827 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
9828
9829         * shell/ev-properties.c (set_property): escape the text correctly.
9830         Handles non-UTF-8 properties and escaped properties.  Also, sets
9831         the text to "<i>None</i>" if the property isn't set.
9832
9833         * data/evince-properties.glade: Change the label to be ellipsized,
9834         and give it a minimum size.
9835
9836 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9837
9838         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
9839         * shell/ev-sidebar-links.c: (create_loading_model):
9840         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
9841         * shell/ev-view.c: (ev_view_set_document):
9842         * shell/ev-window.c: (ev_window_dispose):
9843         
9844         Various small fixes, mostly memory leaks. Thanks to valgrind.
9845
9846 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
9847
9848         * ps/ps-document.c: remove the locale.h include again ;-). And
9849         kill the (bogus) setlocale/savelocale business.
9850
9851 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
9852
9853         * ps/ps-document.c:
9854         
9855         Include locale.h to fix build
9856         
9857         * shell/ev-sidebar.c:
9858         
9859         Remove unnecessary includes
9860
9861 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9862
9863         * dvi/dvi-document.c: (dvi_document_load):
9864         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
9865         * po/POTFILES.in:
9866         
9867         Check for incorrect dvi files. Fix parsing dvi on AMD64
9868         platform. Thanks to tester@tester.ca (Olivier Crete).
9869
9870 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9871
9872         * shell/ev-page-action.c: (match_selected_cb),
9873         (display_completion_text), (match_completion), (update_model):
9874         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9875         (expand_open_links):
9876         * shell/ev-sidebar.c: (ev_sidebar_destroy),
9877         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
9878         (ev_sidebar_set_document):
9879         * shell/ev-window.c: (ev_window_xfer_job_cb),
9880         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
9881         
9882         Fixed lot's of memory leaks, for example, memory leak on reload, 
9883         described in bug 307793.
9884
9885 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9886
9887         * pdf/ev-poppler.cc:
9888         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
9889         (update_visible_range), (adjustment_changed_cb),
9890         (ev_sidebar_thumbnails_fill_model),
9891         (ev_sidebar_thumbnails_refresh),
9892         (ev_sidebar_tree_selection_changed),
9893         (ev_sidebar_icon_selection_changed),
9894         (ev_sidebar_thumbnails_use_icon_view),
9895         (ev_sidebar_thumbnails_set_document):
9896         * shell/ev-sidebar-thumbnails.h:
9897         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9898         (ev_window_cmd_edit_rotate_right), (ev_window_init):
9899
9900         Refresh thumbnails when changing orientation. Not fully
9901         working yet becuase of a sidebar bug.
9902
9903         Set page orientation to poppler page everywhere. This sucks
9904         really need to fix poppler.
9905
9906 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9907
9908         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9909         (egg_recent_view_gtk_new_menu_item),
9910         (egg_recent_view_gtk_set_property),
9911         (egg_recent_view_gtk_get_property),
9912         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
9913         (egg_recent_view_gtk_set_tooltip_func),
9914         (egg_recent_view_gtk_set_label_width),
9915         (egg_recent_view_gtk_get_label_width):
9916         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9917
9918         Sync with libegg (ellipsize labels)
9919
9920 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9921
9922         * data/evince-ui.xml:
9923         * shell/ev-window.c: (ev_window_cmd_go_forward),
9924         (ev_window_cmd_go_backward):
9925         
9926         Shift + PageUp moves 10 Pages. Fix for 306125
9927
9928 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9929
9930         * pdf/ev-poppler.cc:
9931
9932         Add a flag to check if orientation has been overriden
9933
9934 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
9935
9936         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
9937         field if necessary.
9938
9939         * ps/ps.h: add creator field to document.
9940
9941         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
9942         set creator field.
9943
9944 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9945
9946         * data/evince-properties.glade:
9947         * shell/ev-properties.c: (ev_properties_set_document):
9948
9949         s/PDF Version/Format
9950
9951 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9952
9953         * shell/ev-properties.c: (ev_properties_set_document):
9954
9955         Remove unnecessary translations
9956
9957 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9958
9959         * cut-n-paste/toolbar-editor/Makefile.am:
9960
9961         Correct library name    
9962
9963 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9964
9965         * configure.ac:
9966         * cut-n-paste/recent-files/egg-recent-model.c:
9967         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
9968         (egg_recent_model_unlock_file):
9969         * cut-n-paste/recent-files/egg-recent-util.c:
9970         (egg_recent_util_get_unique_id):
9971         * cut-n-paste/recent-files/update-from-egg.sh:
9972         * cut-n-paste/toolbar-editor/Makefile.am:
9973         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9974         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9975         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9976         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9977         (egg_toolbars_model_get_type):
9978         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
9979
9980         Better makefile for toolbar editor and update everything
9981         to latest libegg.
9982
9983 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9984
9985         * shell/ev-window.c: (update_document_mode):
9986
9987         Prefer presentation mode when the document
9988         require fullscreen.
9989
9990 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9991
9992         * data/evince-ui.xml:
9993         * shell/ev-window.c:
9994
9995         Add control-equal for zooming
9996
9997 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
9998
9999         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
10000
10001 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
10002
10003         * backend/ev-document.c: (ev_document_get_orientation):
10004         * backend/ev-document.h:
10005         * pdf/ev-poppler.cc:
10006         * ps/ps-document.c: (ps_document_get_orientation),
10007         (ps_document_set_orientation), (ps_document_document_iface_init):
10008
10009         Add a get_orientation api. Improve set_orientation.
10010
10011         * data/evince-ui.xml:
10012         * shell/ev-view.c: (ev_view_set_orientation),
10013         (ev_view_rotate_right), (ev_view_rotate_left):
10014         * shell/ev-view.h:
10015         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
10016         (ev_window_cmd_edit_rotate_right):
10017
10018         Better ui for changing document orientation
10019
10020 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10021
10022         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
10023         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
10024         * shell/ev-sidebar-links.h:
10025         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
10026         (ev_sidebar_page_iface_init):
10027         * shell/ev-sidebar-page.h:
10028         * shell/ev-sidebar-thumbnails.c:
10029         (ev_sidebar_thumbnails_get_property),
10030         (ev_sidebar_thumbnails_class_init),
10031         (ev_sidebar_thumbnails_set_document):
10032         * shell/ev-sidebar-thumbnails.h:
10033         * shell/ev-view.c: (ev_view_motion_notify_event):
10034         * shell/ev-window.c: (update_chrome_visibility),
10035         (ev_window_cmd_focus_page_selector),
10036         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
10037         (sidebar_page_main_widget_update_cb), (ev_window_init):
10038         
10039         Autoraise toolbar on GoToPage binding and fix bindings in
10040         EvSidebarThumbnails page.
10041
10042 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
10043
10044         * shell/ev-properties.c: (update_progress_label):
10045
10046         Hide the progress label when finished; bug #307697.
10047
10048 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10049
10050         * pdf/ev-poppler.cc:
10051
10052         Enable is_open for links, you will need poppler cvs
10053
10054         * shell/ev-properties.c: (job_fonts_finished_cb):
10055
10056         Get a lock on the document when filling the tree view
10057
10058 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10059
10060         * backend/ev-document-links.h:
10061         * pdf/ev-poppler.cc:
10062         * shell/ev-sidebar-links.c: (create_loading_model),
10063         (expand_open_links), (job_finished_callback):
10064
10065         Expand links when specified by the document.
10066         Depend on a poppler api (defined out for now)
10067
10068 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10069
10070         * shell/ev-properties.c: (ev_properties_dispose),
10071         (ev_properties_class_init), (dialog_destroy_cb),
10072         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
10073         (ev_properties_set_document), (ev_properties_new),
10074         (ev_properties_show):
10075         * shell/ev-properties.h:
10076
10077         Make it an object, cleanup the code, api to show it as transient
10078         and to set the document.
10079
10080         * shell/ev-window.c: (ev_window_setup_document),
10081         (ev_window_cmd_file_properties):
10082
10083         Adapt to EvProperties changes, do not show multiple
10084         times, update it when document changes.
10085
10086 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10087
10088         * ps/gstypes.h:
10089         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
10090         (ps_document_set_orientation), (ps_document_document_iface_init):
10091         * ps/ps-document.h:
10092
10093         Implement orientation here too
10094
10095         * shell/ev-properties.c: (ev_properties_new):
10096         * data/evince-properties.glade:
10097
10098         Hide the fonts page for backends that doesnt
10099         support it.     
10100
10101 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10102
10103         * backend/ev-document.c: (ev_document_set_orientation):
10104         * backend/ev-document.h:
10105         * pdf/ev-poppler.cc:
10106
10107         Add orientation api. Currently poppler api is not optimal,
10108         we need to set orientation every time we _get a page.
10109         I will try to fix that at some point.
10110
10111         * data/evince-ui.xml:
10112         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
10113         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
10114
10115         Add orientation menu items
10116
10117         * shell/ev-page-cache.c: (ev_page_cache_clear):
10118         * shell/ev-page-cache.h:
10119
10120         Add api to clear the cache
10121
10122         * shell/ev-view.c: (setup_caches), (clear_caches),
10123         (ev_view_set_document), (ev_view_zoom_out),
10124         (ev_view_set_orientation):
10125         * shell/ev-view.h:
10126
10127         Implement orientation changing
10128
10129 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
10130
10131         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
10132         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
10133         * backend/ev-document-fonts.h:
10134
10135         Separate scan and fill so that we can incrementally fill from
10136         the main thread. Add a progress api.
10137
10138         * data/evince-properties.glade:
10139         * pdf/ev-poppler.cc:
10140         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
10141         * shell/ev-jobs.h:
10142         * shell/ev-properties.c: (update_progress_label),
10143         (job_fonts_finished_cb), (setup_fonts_view):
10144
10145         Incrementally feel the list and show the progress
10146         percentage in a label like acrobat does.
10147
10148         You are going to need poppler cvs
10149
10150 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
10151
10152         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
10153         * backend/ev-document-fonts.h:
10154         * pdf/ev-poppler.cc:
10155
10156         Make fonts model fill incrementally.
10157
10158         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
10159         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
10160         (ev_job_queue_remove_job):
10161         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
10162         (ev_job_fonts_new), (ev_job_fonts_run):
10163         * shell/ev-jobs.h:
10164
10165         New job for fonts scanning
10166
10167         * shell/ev-properties.c: (job_fonts_finished_cb),
10168         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
10169         * shell/ev-properties.h:
10170         * shell/ev-window.c: (ev_window_cmd_file_properties):
10171
10172         Incrementally feel the treeview using the new job. Show Loading...
10173         message until scanning is completed.
10174
10175         Hopefully I didnt break the build without the poppler patch.
10176
10177 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10178
10179         * shell/ev-application.c: (ev_application_open):
10180         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
10181         (ev_document_type_get_type), (ev_document_type_lookup):
10182         * shell/ev-document-types.h:
10183         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
10184         * shell/ev-job-xfer.h:
10185         * shell/ev-window.c: (ev_window_clear_local_uri),
10186         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
10187         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
10188         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10189         
10190         Transfer remote documents to tmp directory to display them later.
10191
10192 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
10193
10194         * backend/ev-document-info.h:
10195         * shell/ev-properties.c: (ev_properties_new):
10196
10197         s/GTime*/GTime. Not sure why we was using a pointer
10198         at all there!
10199
10200 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
10201
10202         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
10203         situations.  That situation is that you're using GTK+-HEAD with
10204         the patch at #306726 is applied, and you have a document with <
10205         1500 pages in it.  It's not quite as uniformly nice as the
10206         TreeView, but should be better in the long run.
10207
10208         I'm pretty sure I guarded against breaking compilation with
10209         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
10210         I missed some.
10211
10212         * shell/ev-window.c (ev_window_init): We don't have our tree/list
10213         widget yet, so I commented that code out
10214         enable_view_actions_for_widget() for now.  Need to figure this
10215         out.
10216
10217         * shell/ev-page-action.c (match_selected_cb): emit the right
10218         signals.  Our cool C-l completion now works.
10219
10220 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10221
10222         * backend/Makefile.am:
10223         * backend/ev-document-fonts.c:
10224         * backend/ev-document-links.c:
10225         * backend/ev-document.c: (ev_document_load):
10226         * backend/ev-document.h:
10227         * backend/ev-job-queue.c:
10228         * backend/ev-job-queue.h:
10229         * backend/ev-jobs.c:
10230         * backend/ev-jobs.h:
10231         * backend/ev-page-cache.c:
10232         * backend/ev-page-cache.h:
10233
10234         EvPageCache and EvJobs are moved to shell.
10235
10236         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
10237         (ev_tmp_filename):
10238         * lib/ev-file-helpers.h:
10239         
10240         New helper to work with temporary files
10241         
10242         * shell/Makefile.am:
10243         * shell/ev-application.c: (ev_application_open):
10244         * shell/ev-application.h:
10245         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
10246         (remove_job_from_async_queue), (add_job_to_async_queue),
10247         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
10248         (handle_job), (search_for_jobs_unlocked),
10249         (no_jobs_available_unlocked), (ev_render_thread),
10250         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10251         (ev_job_queue_add_job), (move_job_async), (move_job),
10252         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10253         * shell/ev-job-queue.h:
10254         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
10255         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
10256         * shell/ev-job-xfer.h:
10257         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
10258         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
10259         (ev_job_links_class_init), (ev_job_render_init),
10260         (ev_job_render_dispose), (ev_job_render_class_init),
10261         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
10262         (ev_job_thumbnail_class_init), (ev_job_load_init),
10263         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
10264         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
10265         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
10266         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
10267         * shell/ev-jobs.h:
10268         * shell/ev-page-action.c: (ev_page_action_set_document):
10269         * shell/ev-page-cache.c: (ev_page_cache_init),
10270         (ev_page_cache_class_init), (ev_page_cache_finalize),
10271         (ev_page_cache_new), (ev_page_cache_get_n_pages),
10272         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
10273         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
10274         (ev_page_cache_get_title), (ev_page_cache_get_size),
10275         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
10276         (ev_page_cache_get_height_to_page),
10277         (ev_page_cache_get_max_label_chars),
10278         (ev_page_cache_get_page_label),
10279         (ev_page_cache_has_nonnumeric_page_labels),
10280         (ev_page_cache_get_info), (ev_page_cache_next_page),
10281         (ev_page_cache_prev_page), (ev_page_cache_get):
10282         * shell/ev-page-cache.h:
10283         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
10284         (ev_pixbuf_cache_clear_job_sizes),
10285         (ev_pixbuf_cache_add_jobs_if_needed),
10286         (ev_pixbuf_cache_set_page_range):
10287         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
10288         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
10289         * shell/ev-sidebar-thumbnails.c:
10290         (ev_sidebar_tree_selection_changed),
10291         (ev_sidebar_thumbnails_set_document):
10292         * shell/ev-statusbar.c: (ev_statusbar_destroy),
10293         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
10294         (ev_statusbar_get_context_id), (ev_statusbar_push),
10295         (ev_statusbar_pop), (ev_statusbar_set_maximized),
10296         (ev_statusbar_pulse), (ev_statusbar_show_progress),
10297         (ev_statusbar_set_progress):
10298         * shell/ev-statusbar.h:
10299         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
10300         (ev_view_find_previous):
10301         * shell/ev-window.c: (ev_window_is_empty),
10302         (ev_window_setup_document), (password_dialog_response),
10303         (ev_window_clear_jobs), (ev_window_load_job_cb),
10304         (ev_window_xfer_job_cb), (ev_window_open_uri),
10305         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
10306         (ev_window_print), (ev_window_print_range),
10307         (ev_window_state_event), (ev_window_cmd_view_reload),
10308         (menu_item_select_cb), (menu_item_deselect_cb),
10309         (view_status_changed_cb), (ev_window_dispose),
10310         (drag_data_received_cb), (ev_window_init):
10311         * shell/ev-window.h:
10312         * shell/main.c: (load_files):
10313         
10314         New statusbar to show progress on idle. Two new jobs - 
10315         xfer job and load job to load document in background. And update
10316         of page_cache clients to new location of code.
10317
10318 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
10319
10320         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
10321         selection in open dialog. It also remembers the last visited directory 
10322         in the current session.
10323
10324 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10325
10326         * shell/ev-properties.c: (ev_properties_new):
10327         * shell/ev-properties.h:
10328         * shell/ev-window.c: (ev_window_cmd_file_properties):
10329         
10330         Get document info from page cache instead of document itself.
10331         This should fix crash related to race conditions described in
10332         bug 306545.
10333
10334 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10335
10336         * ps/ps-document.c: (ps_document_init),
10337         (send_ps), (get_page_box), (output), (catchPipe), (input),
10338         (stop_interpreter), (file_length), (file_readable),
10339         (check_filecompressedb), (ps_document_enable_interpreter),
10340         (document_load), (ps_async_renderer_render_pixbuf):
10341         * ps/ps-document.h:
10342
10343         Big cleanup of the ps code
10344
10345 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10346
10347         * backend/Makefile.am:
10348         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
10349         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
10350         * backend/ev-async-renderer.h:
10351
10352         Add an async renderer interface (method + callback) which
10353         is useful for backends like ps.
10354
10355         * backend/ev-job-queue.c: (remove_job_from_async_queue),
10356         (add_job_to_async_queue), (job_finished_cb), (handle_job),
10357         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10358         (ev_job_queue_add_job), (move_job_async), (move_job),
10359         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10360
10361         Add queues for async renderer, these are executed on the
10362         main thread.
10363
10364         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
10365         (ev_job_render_run):
10366         * backend/ev-jobs.h:
10367
10368         If the backend support async renderer interface use it.
10369
10370         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
10371         (setup_pixmap), (ps_document_get_type),
10372         (ps_async_renderer_render_pixbuf),
10373         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
10374
10375         Implement async renderer interface.
10376
10377 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10378
10379         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
10380
10381         Cleanup links job on exit.
10382
10383 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10384
10385         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10386         (drag_data_get_cb), (drag_data_received_cb):
10387         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10388         (drag_data_get_cb), (parse_item_list),
10389         (egg_toolbar_editor_load_actions):
10390         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10391         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
10392         (parse_item_list), (parse_toolbars):
10393         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
10394         (dvi_pixbuf_put_pixel):
10395         
10396         Fix gcc 4.0 warnings
10397
10398 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10399
10400         * ps/ps-document.c: (start_interpreter):
10401
10402         Fix warning when loading ps
10403
10404 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10405
10406         * ps/ps-document.c: (output):
10407
10408         Fix crash when priting gs error messages.
10409
10410 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10411
10412         * backend/ev-page-cache.c: (_ev_page_cache_new):
10413         * backend/ev-page-cache.h:
10414
10415         Use a const to return title so that we dont double
10416         free it. Small cleanup and fix a leak.
10417
10418         * shell/ev-window.c: (update_window_title):
10419
10420         strdup value from get_title.
10421
10422 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10423
10424         * shell/ev-sidebar-links.c: (job_finished_callback),
10425         (ev_sidebar_links_set_document):
10426
10427         Cleanup the old job when changing document
10428
10429 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10430
10431         * shell/ev-stock-icons.c:
10432         * shell/ev-stock-icons.h:
10433         * shell/ev-window.c:
10434         
10435         Add stock icons for actions that can appear in toolbar. Fix for
10436         bug 306566.
10437
10438 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10439
10440         * backend/ev-page-cache.c: (ev_page_cache_finalize),
10441         (_ev_page_cache_new), (ev_page_cache_get_max_width),
10442         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
10443         * backend/ev-page-cache.h:
10444         * shell/ev-view.c: (scroll_to_current_page),
10445         (view_update_range_and_current_page), (get_page_y_offset),
10446         (get_page_extents), (ev_view_size_request_continuous_dual_page),
10447         (ev_view_size_request_continuous),
10448         (ev_view_zoom_for_size_continuous_and_dual_page),
10449         (ev_view_zoom_for_size_continuous):
10450         
10451         More compact EvView layout in document with pages of different size.
10452
10453 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
10454
10455         * shell/ev-window.c (ev_window_cmd_file_properties): fix
10456         compilation.
10457
10458 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10459
10460         * shell/ev-view.c: (view_set_adjustment_values):
10461         * shell/ev-window.c: (ev_window_cmd_file_properties):
10462         
10463         A bit different fix for rounding problem but it has no
10464         problems on startup. Make properties window transient to parent.
10465
10466 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10467
10468         * pdf/ev-poppler.cc:
10469         
10470         More commenting of font stuff.
10471
10472 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10473
10474         * pdf/ev-poppler.cc:
10475
10476         Comment out some more fonts stuff. Should really
10477         work without the poppler patch now.
10478
10479 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10480
10481         * pdf/ev-poppler.cc:
10482
10483         Adapt to api change
10484
10485 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10486
10487         * data/evince-properties.glade:
10488         * pdf/ev-poppler.cc:
10489         * shell/ev-properties.c: (setup_fonts_view):
10490
10491         Set the column title. Show the dialog only
10492         once everything is setup.
10493         Getting font info can be very slow... will
10494         prolly need to make this threaded too.
10495
10496 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10497
10498         * backend/Makefile.am:
10499         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
10500         (ev_document_fonts_get_fonts_model):
10501         * backend/ev-document-fonts.h:
10502         * data/evince-properties.glade:
10503         * pdf/ev-poppler.cc:
10504         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
10505         * shell/ev-properties.h:
10506         * shell/ev-window.c: (ev_window_cmd_file_properties):
10507
10508         Implement fonts list. Defined out for now, since it depends
10509         on a not yet committed poppler patch.
10510
10511 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
10512
10513         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
10514         page + 1.
10515
10516         * shell/ev-window.c: Make sure we add the timeout when we get a
10517         focus-in event.
10518
10519         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
10520         adjustment->value before calculating the zoom factor to average
10521         out all of our rounding errors.  The page no longer 'drifts' when
10522         resizing.
10523
10524 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10525
10526         * data/evince-properties.glade:
10527         * shell/ev-properties.c: (ev_properties_format_date),
10528         (set_property):
10529         
10530         Labels don't expand when the dialogue is resized.
10531         strftime result needs to be converted to UTF-8. Thanks
10532         to Christian Persch <chpe@gnome.org>.
10533
10534 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10535
10536         * data/evince-properties.glade:
10537
10538         Hide the fonts tab
10539
10540 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10541
10542         * backend/ev-document-info.h:
10543         * backend/ev-document.c: (ev_document_info_free):
10544         * data/evince-properties.glade:
10545         * pdf/ev-poppler.cc:
10546         * ps/ps-document.c: (ps_document_get_info):
10547         * shell/ev-properties.c: (ev_properties_format_date),
10548         (set_property), (ev_properties_new):
10549         * shell/ev-properties.h:
10550         * shell/ev-window.c: (ev_window_cmd_file_properties):
10551
10552         Rework properties code to take only EvPropertyInfo
10553         in the constructor so that it can be useful for
10554         nautilus plugin too.
10555
10556         Deal with backends that doesnt support some properties.
10557         Make set property code generic.
10558
10559 2005-06-04  Christian Persch <chpe@gnome.org>
10560
10561         * data/evince-properties.glade:
10562
10563         fix spacings, make resizeable, and make data labels
10564         selectable + ellipsised
10565
10566 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
10567
10568         * backend/ev-document-info.h:
10569         * data/Makefile.am:
10570         * data/evince-ui.xml:
10571         * pdf/ev-poppler.cc:
10572         * shell/Makefile.am:
10573         * shell/ev-window.c: (update_action_sensitivity),
10574         (ev_window_cmd_file_properties):
10575
10576         Initial go at file properties. Patch by
10577         Emil Soleyman-Zomalan <emil@soleyman.com>.
10578         Needs love see #169583
10579
10580 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
10581
10582         * ps/ps-document.c: (output):
10583         * ps/ps.c: (psscan):
10584
10585         Try to render even if psscan fails.
10586
10587 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10588
10589         * ps/ps.c: (psscan), (pscopydoc):
10590
10591         Port buffered reading code from gv
10592
10593 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10594
10595         * ps/ps-document.c: (interpreter_message), (output):
10596
10597         Do not fail on interpreter messages
10598
10599 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10600
10601         * backend/ev-document-misc.c:
10602         (ev_document_misc_get_thumbnail_frame):
10603
10604         Pages can be 0 x 0, dont assert on this case
10605
10606 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10607
10608         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10609         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
10610
10611         Correctly manage our reference on document. Finally the reload
10612         huge leak is gone...
10613
10614 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10615
10616         * ps/ps-document.c: (ps_document_dispose):
10617
10618         Forgot to chain it to the parent. Thanks chpe.
10619
10620 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10621
10622         * ps/ps-document.c: (ps_document_dispose),
10623         (ps_document_class_init), (stop_interpreter), (document_load):
10624
10625         Cleanup dispose a bit. Dont leak the whole pixmap.
10626
10627 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10628
10629         * pdf/ev-poppler.cc:
10630
10631         Release the poppler document on dispose
10632
10633 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10634
10635         * shell/ev-view.c: (ev_view_set_document):
10636
10637         Release ref on the pixbuf cache when changing
10638         document.
10639
10640 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10641
10642         * ps/ps-document.c: (ps_document_get_info):
10643
10644         Fix a double free
10645
10646 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10647
10648         * backend/ev-page-cache.c: (ev_page_cache_init),
10649         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
10650         * backend/ev-page-cache.h:
10651         * shell/ev-page-action.c: (page_changed_cb):
10652         
10653         Set page action entry width depending on labels width. Fix
10654         for bug 305202.
10655
10656 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
10657
10658         * backend/ev-link.c: (ev_link_class_init):
10659
10660         Allow -1 as page value (error)
10661
10662 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10663
10664         * shell/ev-sidebar-thumbnails.c:
10665         (ev_sidebar_thumbnails_set_document):
10666         * shell/ev-view.c: (scroll_to_current_page),
10667         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
10668         (page_changed_cb), (on_adjustment_value_changed),
10669         (ev_view_set_document):
10670
10671         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
10672         Fix bug 305377
10673
10674 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10675
10676         * configure.ac:
10677         * djvu/djvu-document.c: (djvu_document_get_page_size):
10678
10679         Require djvulibre CVS. Now djvu loading is much faster. Fix for
10680         bug 301993.
10681
10682 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
10683
10684         * shell/ev-view.c (draw_one_page): modify the expose handling to
10685         get the shadows.
10686
10687         * shell/ev-window.c (update_action_sensitivity): Respect
10688         permissions field.  Kowtow to the man.
10689
10690         * pdf/ev-poppler.cc: Get the permissions field.
10691
10692         * tiff/*c: Make a tiny bit more robust.
10693
10694 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10695
10696         * djvu/djvu-document.c:
10697         
10698         Pop messages from djvu context message queue.
10699
10700 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10701
10702         * configure.ac, Makefile.am, shell/Makefile.am:
10703         * tiff/Makefile.am, shell/ev-document-types.c:
10704         
10705         Cleanup tiff configure checks. Fix for bug 305218.
10706
10707 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
10708
10709         * configure.ac: Added "uk" to ALL_LINGUAS.
10710
10711 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10712
10713         * cut-n-paste/zoom-control/ephy-zoom.c:
10714         (ephy_zoom_get_changed_zoom_level):
10715         * cut-n-paste/zoom-control/ephy-zoom.h:
10716         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
10717         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
10718         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
10719         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
10720         (zoom_control_changed_cb), (ev_window_init):
10721         
10722         Fix minor points related to moving best fit up. Introduce
10723         "zoom" property and make zoom control change it's value on
10724         notify::zoom signals. Fix for 305080.
10725
10726 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10727
10728         * data/evince-ui.xml:
10729         * shell/ev-window.c: (set_view_actions_sensitivity):
10730         
10731         Use + and - as accels for zoom in and zoom out. Fix for 305001.
10732
10733 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
10734
10735         * configure.ac:
10736
10737         Depends on poppler 0.3.2
10738
10739 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
10740
10741         * cut-n-paste/recent-files/egg-recent-item.c:
10742         (egg_recent_item_get_short_name):
10743         * cut-n-paste/toolbar-editor/Makefile.am:
10744         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10745         (new_pixbuf_from_widget):
10746         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10747         * cut-n-paste/toolbar-editor/egg-marshal.c:
10748         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10749         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10750
10751         Sync
10752
10753 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
10754
10755         * tiff/tiff-document.c: Rough TIFF backend.
10756
10757 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
10758
10759         * NEWS:
10760         * configure.ac:
10761         * cut-n-paste/toolbar-editor/Makefile.am:
10762
10763         Release 0.3.1
10764
10765 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
10766
10767         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
10768         (ev_view_find_next), (ev_view_find_previous):
10769
10770         Remove the locks around get_n_results   
10771
10772 2005-05-21  Juerg Billeter  <j@bitron.ch>
10773
10774         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
10775
10776         Pass correct number of pages to poppler.
10777
10778 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10779
10780         * configure.ac:
10781         * data/Makefile.am:
10782         * data/evince.desktop.in: 
10783         * data/evince.desktop.in.in:
10784         * po/POTFILES.in:
10785         
10786         Add conditionally dvi and djvu to desktop types. Fix for 304658.
10787
10788 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
10789
10790         * shell/ev-view.c: (view_update_adjustments),
10791         (view_set_adjustment_values): cast adjustmen->value to (int)
10792         before using it.  Otherwise, we get off by a pixel in some
10793         situations.
10794
10795         (draw_one_page): Draw the border on expose.
10796
10797 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
10798
10799         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
10800         adjustment when the mode changes, #304923
10801
10802 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10803
10804         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
10805         flickering on resize but still use gdk_window_scroll on
10806         scrolling
10807
10808 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
10809
10810         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
10811         option, #170458
10812
10813 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
10814
10815         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
10816         second page on page_changed if possible, #304669
10817
10818 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
10819
10820         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
10821         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
10822
10823 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
10824
10825         * .cvsignore:
10826         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
10827         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10828         (ev_view_zoom_for_size_presentation),
10829         (ev_view_zoom_for_size_continuous_and_dual_page),
10830         (ev_view_zoom_for_size_continuous),
10831         (ev_view_zoom_for_size_dual_page),
10832         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
10833         * shell/ev-view.h:
10834         * shell/ev-window.c: (update_view_size),
10835         (ev_window_sizing_mode_changed_cb):
10836
10837         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
10838         the scrollbars.  It's not 100% right, but it's much closer.  Kills
10839         an infinite loop, #304769
10840
10841
10842 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10843
10844         * data/evince-ui.xml:
10845         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
10846         * shell/ev-window.c: (set_view_actions_sensitivity):
10847
10848         Make PgUp/Down behave like Space
10849
10850 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10851
10852         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10853         * backend/ev-ps-exporter.h:
10854         * pdf/ev-poppler.cc:
10855         * ps/ps-document.c: (ps_document_ps_export_begin):
10856         * shell/ev-print-job.c: (idle_print_handler):
10857
10858         Adapt to new poppler api
10859
10860 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10861
10862         * cut-n-paste/zoom-control/ephy-zoom-control.c:
10863         (ephy_zoom_control_init):
10864
10865         Translate zoom levels
10866
10867 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10868
10869         * cut-n-paste/zoom-control/ephy-zoom.c:
10870         (ephy_zoom_get_zoom_level_index):
10871
10872         Fix current zoom -> zoom control match
10873
10874 2005-05-18  James Bowes  <bowes@cs.dal.ca>
10875
10876         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
10877         rather than the scrolled_window that it's in. Fixes bug #304655.
10878
10879 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
10880
10881         * shell/ev-view.c: (view_update_adjustments),
10882         (view_set_adjustment_values), (view_update_range_and_current_page),
10883         (view_scroll_to_page), (set_scroll_adjustment),
10884         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
10885         (ev_view_scroll), (ev_view_scroll_view),
10886         (ensure_rectangle_is_visible), (find_page_at_location),
10887         (get_link_at_location), (go_to_link), (status_message_from_link),
10888         (ev_view_size_request_continuous_dual_page),
10889         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
10890         (ev_view_unrealize), (ev_view_expose_event),
10891         (ev_view_button_press_event), (ev_view_motion_notify_event),
10892         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
10893         (draw_rubberband), (highlight_find_results), (draw_one_page),
10894         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
10895         (ev_view_init), (find_changed_cb), (page_changed_cb),
10896         (on_adjustment_value_changed), (ev_view_new),
10897         (ev_view_set_document), (ev_view_set_zoom),
10898         (ev_view_set_continuous), (ev_view_set_dual_page),
10899         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
10900         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10901         (ev_view_zoom_for_size_presentation),
10902         (ev_view_zoom_for_size_continuous_dual_page),
10903         (ev_view_zoom_for_size_continuous),
10904         (ev_view_zoom_for_size_dual_page),
10905         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
10906         (ev_view_get_status), (ev_view_set_status),
10907         (update_find_status_message), (ev_view_get_find_status),
10908         (ev_view_set_find_status), (jump_to_find_result),
10909         (jump_to_find_page), (compute_selections), (clear_selection),
10910         (ev_view_select_all), (get_selected_text), (ev_view_copy),
10911         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
10912         (ev_view_update_primary_selection),
10913         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
10914         * shell/ev-view.h:
10915         * shell/ev-window.c: (ev_window_open_page_label),
10916         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
10917         (ev_window_init):
10918         * shell/ev-window.h:
10919         * shell/main.c: (load_files):
10920
10921         Massive code clean up from Nickolay Shmyrev.  Keep page offset
10922         when resizing.  Remove the bin_window().  Also, patch from James
10923         Bowes to fix command line page, #300641
10924         
10925 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
10926
10927         * data/evince-ui.xml:
10928         * shell/ev-view.c:
10929         * shell/ev-view.h:
10930         * shell/ev-window.c: (update_action_sensitivity):
10931
10932         Get rid of View->Normal Size, it's just confusing
10933
10934 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
10935
10936         * backend/ev-document-info.h:
10937         * backend/ev-document.c: (ev_document_info_free): Free the
10938         EvDocumentInfo.
10939
10940         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
10941         (clear_range), (add_range), (update_visible_range),
10942         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
10943         (ev_sidebar_thumbnails_set_document):
10944         * shell/ev-window.c: (ev_window_setup_document): Only render the
10945         visible thumbnails.  It takes an instant to render, but it uses
10946         much less memory.
10947
10948 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10949
10950         * shell/ev-sidebar-links.c: (popup_menu_cb):
10951
10952         Select first item
10953
10954 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10955
10956         * lib/Makefile.am:
10957         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
10958         (button_press_cb), (ev_sidebar_links_construct):
10959
10960         Show the popup menu also on keybindings
10961
10962 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10963
10964         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
10965         * shell/ev-window.h:
10966
10967         Expose api to print a range (with dialog). Make private _print use
10968         it.
10969
10970         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
10971         (ev_sidebar_links_construct):
10972
10973         Show a print context menu on linkx, it prints the selected
10974         section.
10975
10976 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
10977
10978         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
10979         button.
10980
10981 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
10982
10983         * AUTHORS:
10984
10985         Update
10986
10987         * shell/ev-window.c: (build_comments_string),
10988         (ev_window_cmd_help_about):
10989
10990         Show poppler version/backend and authors
10991
10992 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10993
10994         * cut-n-paste/zoom-control/ephy-zoom.c:
10995         (ephy_zoom_get_zoom_level_index):
10996         * cut-n-paste/zoom-control/ephy-zoom.h:
10997
10998         Move the best fit items at the top of the list
10999
11000 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
11001
11002         * shell/ev-marshal.list:
11003         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
11004         (activate_cb), (match_selected_cb), (activate_link_cb),
11005         (connect_proxy), (ev_page_action_class_init):
11006         * shell/ev-page-action.h:
11007
11008         Use signals to notify action activation. Hopefully
11009         I did not break completion since I cant test...
11010
11011         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
11012         (register_custom_actions):
11013
11014         Connect to page selector actions and also grab focus on
11015         the view when activated.
11016
11017 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
11018
11019         * pdf/ev-poppler.cc:
11020         * backend/ev-page-cache.c: make page size calculation consistent
11021         and set it to (int)( width * scale + 0.5).  This makes the weird
11022         line going through the middle of the page go away.
11023
11024         * shell/ev-view.c: move painting the background page after
11025         checking the expose area covers us.
11026
11027 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11028
11029         * data/evince-password.glade:
11030         
11031         Mark labels as not translatable. Fix for bug 302842.
11032
11033 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
11034
11035         * configure.ac: Added "es" to ALL_LINGUAS.
11036
11037 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11038
11039         * data/evince-toolbar.xml:
11040         * shell/ev-window.c: (update_action_sensitivity),
11041         (ev_window_setup_document), (ev_window_set_page_mode),
11042         (ev_window_init):
11043
11044         Remove some leftover code from jrb first continous
11045         attempt. Use the new actions, we still need good icons
11046         though...
11047
11048 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11049
11050         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
11051
11052         Update label when connecting proxy. Fix a warning with NULL
11053         page_cache.
11054
11055 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11056
11057         * data/evince-ui.xml:
11058         * shell/ev-page-action.c: (ev_page_action_grab_focus):
11059         * shell/ev-page-action.h:
11060         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
11061
11062         Add mnemonic for edit toolbar.
11063         ctrl+l focus the page entry.
11064
11065 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11066
11067         * lib/Makefile.am:
11068         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
11069         (ev_window_init):
11070         * shell/main.c: (main):
11071
11072         Put the toolbar xml in evince own dot dir
11073
11074 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11075
11076         * shell/ev-window.c: (ev_window_init):
11077
11078         Make the toolbar not removable
11079
11080 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11081
11082         * data/evince-ui.xml:
11083         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
11084         * shell/ev-sidebar-links.h:
11085         * shell/ev-sidebar-thumbnails.c:
11086         (ev_sidebar_thumbnails_get_treeview):
11087         * shell/ev-sidebar-thumbnails.h:
11088         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
11089         (ev_view_class_init):
11090         * shell/ev-view.h:
11091         * shell/ev-window.c: (update_action_sensitivity),
11092         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
11093         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
11094         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
11095         (ev_window_init):
11096
11097         This is evil... Make space/backspace global accelerators but
11098         enable them only for some widgets (sidebars and view).
11099         I dont like it, but I dont know a better way... :/
11100
11101 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11102
11103         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
11104         (ev_page_action_widget_finalize),
11105         (ev_page_action_widget_class_init), (update_page_cache):
11106
11107         Keep a weak reference on proxy->page_cache so that we
11108         dont try to disconnect the signal if the object is already
11109         gone. Maybe there is a better way to cleanup reference handling
11110         in page action though...
11111
11112 2005-05-10  Juerg Billeter  <j@bitron.ch>
11113
11114         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
11115         * backend/ev-ps-exporter.h:
11116         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
11117         * ps/ps-document.c: (ps_document_ps_export_begin):
11118         
11119         Change api to pass print range to ps_exporter_begin. The pdf backend
11120         requires this information.
11121         
11122         * shell/ev-print-job.c: (idle_print_handler):
11123         
11124         Adapt to api change
11125
11126 2005-05-10  Juerg Billeter  <j@bitron.ch>
11127
11128         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
11129         (idle_print_handler)
11130         * shell/ev-window.c: (ev_window_print):
11131
11132         Support printing page range, based on patch by Amaury Jacquot
11133
11134 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11135
11136         * data/evince-toolbar.xml:
11137
11138         Add zoom control to available items
11139
11140 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11141
11142         * shell/ev-window.c: (update_action_sensitivity):
11143
11144         Set slash action insensitive when appropriate
11145
11146 2005-05-10  Christian Persch <chpe@gnome.org>
11147
11148         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
11149
11150         Fix warning on the overflow menu
11151
11152 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11153
11154         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
11155
11156         Check for uri correctness/existence
11157
11158 2005-05-09  Juerg Billeter  <j@bitron.ch>
11159
11160         * shell/ev-window.c: (using_postscript_printer):
11161
11162         LPD printers use postscript, too
11163
11164 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11165
11166         * shell/ev-window.c: (register_custom_actions):
11167
11168         The zoom one is actually sort of useful,
11169         put it back
11170
11171 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11172
11173         * shell/ev-window.c: (register_custom_actions):
11174
11175         Hide page/zoom controls from overflow, they
11176         are useless.
11177
11178 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11179
11180         * cut-n-paste/update-from-egg.sh:
11181         
11182         Share it between all cut-n-paste subdirs
11183
11184         * cut-n-paste/recent-files/Makefile.am:
11185
11186         Fix to use "global" update-from-egg.sh
11187
11188         * cut-n-paste/recent-files/egg-recent-model.c:
11189         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
11190         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
11191         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
11192         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
11193
11194         Update from libegg
11195
11196         * cut-n-paste/toolbar-editor/Makefile.am:
11197
11198         Fix to use "global" update-from-egg.sh
11199
11200         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11201
11202         Update from libegg
11203
11204 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
11205
11206         * configure.ac:
11207         * cut-n-paste/Makefile.am:
11208         * cut-n-paste/recent-files/Makefile.am:
11209         * cut-n-paste/toolbar-editor/.cvsignore:
11210         * cut-n-paste/toolbar-editor/Makefile.am:
11211         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11212         (egg_editable_toolbar_get_type), (get_toolbar_position),
11213         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
11214         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
11215         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
11216         (set_item_drag_source), (create_item_from_action), (create_item),
11217         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
11218         (popup_toolbar_context_menu_cb), (free_dragged_item),
11219         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
11220         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
11221         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
11222         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
11223         (item_added_cb), (item_removed_cb),
11224         (egg_editable_toolbar_construct),
11225         (egg_editable_toolbar_disconnect_model),
11226         (egg_editable_toolbar_deconstruct),
11227         (egg_editable_toolbar_set_model),
11228         (egg_editable_toolbar_set_ui_manager),
11229         (egg_editable_toolbar_set_property),
11230         (egg_editable_toolbar_get_property),
11231         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
11232         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
11233         (egg_editable_toolbar_new_with_model),
11234         (egg_editable_toolbar_get_edit_mode),
11235         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
11236         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
11237         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
11238         (new_pixbuf_from_widget), (new_separator_pixbuf),
11239         (update_separator_image), (style_set_cb),
11240         (_egg_editable_toolbar_new_separator_image),
11241         (egg_editable_toolbar_get_model):
11242         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
11243         * cut-n-paste/toolbar-editor/egg-marshal.c:
11244         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11245         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
11246         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
11247         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
11248         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
11249         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
11250         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
11251         (editor_drag_data_delete_cb), (drag_data_get_cb),
11252         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
11253         (editor_create_item), (update_editor_sheet), (setup_editor),
11254         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
11255         (parse_item_list), (model_has_action), (update_actions_list),
11256         (egg_toolbar_editor_load_actions):
11257         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
11258         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11259         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
11260         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
11261         (toolbars_item_new), (free_toolbar_node), (free_item_node),
11262         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
11263         (egg_toolbars_model_add_separator), (impl_add_item),
11264         (parse_item_list), (egg_toolbars_model_add_toolbar),
11265         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
11266         (impl_get_item_data), (impl_get_item_type),
11267         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
11268         (egg_toolbars_model_init), (free_toolbar),
11269         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
11270         (egg_toolbars_model_remove_toolbar),
11271         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
11272         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
11273         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
11274         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
11275         (egg_toolbars_model_get_item_data),
11276         (egg_toolbars_model_get_item_type):
11277         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
11278         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11279         * data/Makefile.am:
11280         * data/evince-toolbar.xml:
11281         * data/evince-ui.xml:
11282         * data/hand-open.png:
11283         * po/POTFILES.in:
11284         * shell/Makefile.am:
11285         * shell/ev-window.c: (update_chrome_visibility),
11286         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
11287         (ev_window_dispose), (ev_window_init):
11288
11289         Implement epiphany like toolbar editor. Based on patch by
11290         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11291
11292 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11293
11294         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
11295
11296         Use set_cursor instead of set_selection, so that
11297         the keyboard focus moves too.
11298
11299 2005-05-09  Aleksey Kliger <akliger@gmail.com>
11300
11301         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
11302
11303         Fix infinite loop when loading Type1 fonts
11304
11305 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11306
11307         * data/evince-ui.xml:
11308         * shell/ev-window.c:
11309
11310         Slash -> Find
11311
11312 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
11313
11314         * configure.ac:
11315
11316         Make --disable really disable
11317
11318 2005-05-07  Juerg Billeter  <j@bitron.ch>
11319
11320         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
11321
11322         Compare page labels even without has_labels set, fixes setting page
11323         with entry
11324
11325 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11326
11327         * shell/ev-view.c: (ev_view_create_invisible_cursor),
11328         (ev_view_set_cursor), (ev_view_button_press_event),
11329         (ev_view_motion_notify_event), (ev_view_button_release_event),
11330         (ev_view_init):
11331
11332         Implement middle button scrolling. Based on a patch
11333         by Tommi Komulainen <tommi.komulainen@iki.fi>.
11334
11335 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
11336
11337         * shell/ev-document-types.c: (get_slow_mime_type),
11338         (get_document_type_from_mime), (ev_document_type_lookup):
11339         * shell/ev-document-types.h:
11340
11341         Change api to lookup from uri. Do fast lookup first, if the
11342         type is unknown try with data sniffing.
11343
11344         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
11345         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11346
11347         Adapt to api change
11348
11349 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11350
11351         * thumbnailer/Makefile.am:
11352
11353         Fix distcheck
11354
11355 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11356
11357         * NEWS:
11358         * configure.ac:
11359
11360         Release 0.3.0
11361
11362         * data/evince-ui.xml:
11363
11364         Hide presentation mode for now
11365
11366         * shell/ev-view.c: (highlight_find_results):
11367
11368         Show current find selection only on current page
11369
11370 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11371
11372         * shell/ev-view.c: (ev_view_select_all):
11373
11374         Compute size of the actual page, not of
11375         the current one.
11376
11377 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11378
11379         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
11380         (view_rect_to_doc_rect), (compute_selections),
11381         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
11382         (ev_view_copy), (ev_view_primary_get_cb),
11383         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
11384         (ev_view_button_press_event), (ev_view_motion_notify_event),
11385         (ev_view_button_release_event), (page_changed_cb):
11386
11387         Fix text selection
11388
11389 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11390
11391         * shell/ev-view.c: (compute_border), (get_page_extents),
11392         (doc_rect_to_view_rect), (highlight_find_results),
11393         (ev_view_bin_expose), (ev_view_select_all),
11394         (ev_view_motion_notify_event), (update_find_status_message),
11395         (jump_to_find_result), (jump_to_find_page):
11396
11397         First go at fixing search, still buggy
11398
11399 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
11400
11401         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
11402         dropdown box and button at the top of the sidebar.
11403
11404 2005-05-02  James Bowes  <bowes@cs.dal.ca>
11405
11406         * configure.ac: Output zoom-control Makefile.
11407         * cut-n-paste/Makefile.am: build zoom-control subdir.
11408         * cut-n-paste/zoom-control/ephy-zoom-action.c:
11409         * cut-n-paste/zoom-control/ephy-zoom-action.h:
11410         * cut-n-paste/zoom-control/ephy-zoom-control.c:
11411         * cut-n-paste/zoom-control/ephy-zoom-control.h:
11412         * cut-n-paste/zoom-control/ephy-zoom.c:
11413         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
11414         from epiphany, and modified to add a separator into the menu.
11415         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
11416         * data/evince-ui.xml: Replace old zoom toolbar actions with new
11417         zoom-control action.
11418         * shell/Makefile.am: Include zoom-control flags.
11419         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
11420         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
11421         (ev_view_zoom_for_size_presentation),
11422         (ev_view_zoom_for_size_continuous_and_dual_page),
11423         (ev_view_zoom_for_size_continuous),
11424         (ev_view_zoom_for_size_dual_page),
11425         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
11426         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
11427         ev_view_get_zoom and ev_view_get_sizing_mode.
11428         * shell/ev-view.h:
11429         * shell/ev-window.c: (update_action_sensitivity),
11430         (update_sizing_buttons), (zoom_control_changed_cb),
11431         (register_custom_actions): Initialize and use the zoom-control 
11432         widget.
11433
11434 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
11435
11436         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
11437         preview cache back to 1.  Don't know when it got set to 0.
11438         
11439         * shell/ev-view.c: (compute_border), (ev_view_realize),
11440         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
11441         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
11442         (ev_view_get_fullscreen), (ev_view_set_presentation),
11443         (ev_view_get_presentation), (ev_view_set_sizing_mode),
11444         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
11445         * shell/ev-view.h:
11446         * shell/ev-window.c:
11447         (update_chrome_visibility),
11448         (ev_window_cmd_continuous), (ev_window_cmd_dual),
11449         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11450         (update_document_mode), (ev_window_update_fullscreen_action),
11451         (ev_window_fullscreen), (ev_window_unfullscreen),
11452         (ev_window_cmd_view_fullscreen),
11453         (ev_window_update_presentation_action),
11454         (ev_window_run_presentation), (ev_window_stop_presentation),
11455         (ev_window_cmd_view_presentation), (ev_window_state_event),
11456         (ev_window_focus_in_event), (ev_window_focus_out_event),
11457         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
11458         * data/evince-ui.xml: Initial presentation mode.  We should
11459         probably hide this until it's done, as it's quite rough.  Also,
11460         change full-screen to fullscreen and add two getters to EvView.
11461
11462 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
11463
11464         * shell/ev-page-action.c: (update_page_cache),
11465         (ev_page_action_dispose):
11466         * shell/ev-window.c: (destroy_fullscreen_popup),
11467         (ev_window_create_fullscreen_popup):
11468
11469         Use connect_object rather than explicitly
11470         disconnect on dispose.
11471
11472 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
11473
11474         * shell/ev-page-action.c: (update_page_cache),
11475         (ev_page_action_dispose):
11476
11477 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11478
11479         * backend/ev-page-cache.c: (_ev_page_cache_new),
11480         (ev_page_cache_set_page_label),
11481         (ev_page_cache_has_nonnumeric_page_labels):
11482         * backend/ev-page-cache.h:
11483         * shell/ev-page-action.c: (update_pages_label):
11484         
11485         If all page labels are numeric, fallback to default
11486         way to display number of pages. See bug 173185.
11487
11488 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11489
11490         * shell/ev-page-action.c: (ev_page_action_dispose):
11491         * shell/ev-view.c: (view_update_range_and_current_page):
11492         * shell/ev-window.c: (ev_window_dispose):
11493         
11494         Set page on scroll in continuous mode. Fixes bug 301986.
11495         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
11496
11497 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
11498
11499         * configure.ac:
11500
11501         Require poppler 0.3.0
11502
11503 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11504         
11505         * shell/Makefile.am, configure.ac: Fix build problems
11506         with t1lib. Bug 301996.
11507
11508 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11509
11510         * shell/ev-view.c: (ev_view_scroll_event):
11511         
11512         Scroll up increase zoom
11513
11514 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11515
11516         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
11517         (ev_view_set_sizing_mode),
11518         (ev_view_zoom_for_size_continuous_and_dual_page),
11519         (ev_view_zoom_for_size_continuous):
11520         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
11521         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
11522         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
11523         (ev_window_init):
11524
11525         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
11526         Fix for 165473 and 165472.
11527
11528 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11529
11530         * po/POTFILES.in:
11531         * thumbnailer/Makefile.am:
11532         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
11533         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
11534         * thumbnailer/evince-thumbnailer.schemas.in:
11535         
11536         Make thumbnailer schemas translatable. Fix for bug 301773
11537         
11538         * thumbnailer/evince-thumbnailer-djvu.schemas:
11539         * thumbnailer/evince-thumbnailer-dvi.schemas:
11540         * thumbnailer/evince-thumbnailer.schemas:
11541
11542         Removed files
11543
11544 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
11545
11546         * shell/ev-view.c (ev_view_init): forgot to set this.
11547
11548 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
11549
11550         * shell/ev-view.c: (find_page_at_location),
11551         (get_link_at_location),
11552         (ev_view_set_show_border), (ev_view_set_spacing),
11553         (ev_view_zoom_for_size_continuous_and_dual_page),
11554         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
11555         Also, add a quick fix measuring of widths.  Also, removed
11556         ev_view_set_spacing and ev_view_set_show_border.
11557         
11558         * shell/ev-window.c: (ev_window_unfullscreen),
11559         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
11560
11561 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11562
11563         * shell/ev-view.c: (view_update_range_and_current_page),
11564         (page_changed_cb):
11565         
11566         Fix crash on exit and scrolling to page in continuous view.
11567
11568 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
11569
11570         * TODO:
11571         * backend/ev-page-cache.c: (_ev_page_cache_new),
11572         (ev_page_cache_get_max_width_size),
11573         (ev_page_cache_get_max_height_size):
11574         * backend/ev-page-cache.h:
11575         * data/evince-ui.xml:
11576         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
11577         * shell/ev-view.c: (view_update_adjustments),
11578         (view_update_range_and_current_page), (get_bounding_box_size),
11579         (ev_view_size_request_continuous_and_dual_page),
11580         (ev_view_size_request_continuous),
11581         (ev_view_size_request_dual_page),
11582         (ev_view_size_request_single_page), (ev_view_size_request),
11583         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
11584         (ev_view_bin_expose), (ev_view_expose_event),
11585         (ev_view_set_property), (ev_view_get_property),
11586         (ev_view_class_init), (ev_view_init), (ev_view_new),
11587         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
11588         (ev_view_set_dual_page), (ev_view_set_full_screen),
11589         (ev_view_set_presentation), (ev_view_set_sizing_mode),
11590         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
11591         (ev_view_zoom_out), (zoom_for_size_fit_width),
11592         (zoom_for_size_best_fit),
11593         (ev_view_zoom_for_size_continuous_and_dual_page),
11594         (ev_view_zoom_for_size_continuous),
11595         (ev_view_zoom_for_size_dual_page),
11596         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
11597         (ev_view_show_cursor), (ev_sizing_mode_get_type):
11598         * shell/ev-view.h:
11599         * shell/ev-window.c: (update_action_sensitivity),
11600         (ev_window_cmd_continuous), (ev_window_cmd_dual),
11601         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11602         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
11603         (ev_window_cmd_view_zoom_out), (update_view_size),
11604         (ev_window_set_sizing_mode), (ev_window_init):
11605
11606         Add Continuous and Dual page modes.
11607
11608 2005-04-23  James Bowes  <bowes@cs.dal.ca>
11609
11610         * dvi/dvi-document.c: (dvi_document_load),
11611         (dvi_document_thumbnails_get_thumbnail),
11612         (dvi_document_init_params): Fix up some mixups between
11613         width and height to correct thumbnail rendering.
11614
11615 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11616
11617         * dvi/mdvi-lib/private.h:
11618         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
11619         
11620         Suppess output for kpathsea during font generation. Thanks to
11621         James Bowes
11622
11623 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
11624
11625         * NEWS:
11626         * configure.ac:
11627
11628         Release 0.2.1
11629
11630         * Makefile.am: fix distcheck.
11631
11632 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11633
11634         * shell/ev-sidebar-links.c: (selection_changed_callback),
11635         (update_page_callback), (row_activated_callback),
11636         (job_finished_callback), (ev_sidebar_links_set_document):
11637         
11638         Fix for bug #169901. Double click on links expands tree.
11639
11640 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
11641
11642         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
11643         hard-coded style. Fix for bug 170111
11644
11645 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
11646
11647         * shell/ev-view.c (highlight_find_results): Remove unnecessary
11648         locking.
11649
11650 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
11651
11652         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
11653
11654 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
11655
11656         * pdf/ev-poppler.cc:
11657         * shell/ev-view.c: (highlight_find_results):
11658
11659         Fix find on single page documents
11660
11661 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
11662
11663         * data/evince.schemas.in: fix for bug 301390
11664
11665 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11666
11667         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
11668         (ev_view_zoom_out), (ev_view_zoom_normal):
11669         * shell/ev-view.h:
11670         * shell/ev-window.c: (update_action_sensitivity),
11671         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11672         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
11673         (ev_window_cmd_view_normal_size):
11674
11675         Fix normal size zoom. Make zoom in/zoom out unsensitive when
11676         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
11677         better than oom. 
11678
11679 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11680
11681         * configure.ac:
11682
11683         Depend on 2.57, 2.59 doesnt seem to be necessary
11684
11685 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11686
11687         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
11688         (create_tool_item):
11689
11690         Put back total number of pages as (1 of 1234)
11691
11692 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
11693
11694         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
11695         remove the job.
11696
11697         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
11698         function.  This helps debugging.
11699
11700 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11701
11702         * djvu/djvu-document.c: (djvu_document_class_init),
11703         (djvu_document_get_info), (djvu_document_document_iface_init):
11704         * dvi/dvi-document.c: (dvi_document_class_init),
11705         (dvi_document_get_info), (dvi_document_document_iface_init):
11706
11707         Dummy implementation of get_info method for dvi and
11708         djvu. Fix crashes with those backends
11709
11710 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
11711
11712         * data/evince.desktop.in:
11713
11714         Add application/x-gzpostscript
11715
11716 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
11717
11718         * data/evince.schemas.in: Added real long descriptions, 
11719         closes bug 172496 
11720
11721         * README: Added actual text, closes bug 171869
11722
11723 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11724
11725         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11726
11727         Thumbnail page 0
11728
11729 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11730
11731         * backend/ev-document-info.h:
11732
11733         s/GDate */GDate so we can just use g_free
11734
11735 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11736
11737         * shell/ev-window.c: (update_document_mode),
11738         (ev_window_setup_document):
11739
11740         Show the window in fullscreen when specified by
11741         the document
11742
11743 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11744
11745         * backend/ev-document.c: (ev_document_class_init),
11746         (ev_document_get_info), (ev_document_render_pixbuf):
11747         * backend/ev-document.h:
11748         * backend/ev-page-cache.c: (_ev_page_cache_new):
11749         * pdf/ev-poppler.cc:
11750         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
11751         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
11752         * ps/ps-document.c: (ps_document_class_init), (document_load),
11753         (ps_document_get_info), (ps_document_document_iface_init):
11754
11755         Remove get_title from the interface, we can just use document info
11756
11757 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11758
11759         * backend/Makefile.am:
11760         * backend/ev-document.c: (ev_document_render_get_info):
11761         * backend/ev-document.h:
11762         * pdf/ev-poppler.cc:
11763
11764         Initial support for document info. Based on jrb patch.
11765
11766 2005-04-19  Paolo Borelli <pborelli@katamail.com>
11767
11768         * shell/ev-window.c: (ev_window_state_event),
11769         (ev_window_class_init), (ev_window_init):
11770         
11771         Doesn't show resize grip when maximized. See bug #301053
11772
11773 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11774
11775         * po/POTFILES.in:
11776         
11777         ev-sidebar-thumbnails now has translatable labels
11778         
11779         * shell/Makefile.am:
11780         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
11781         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
11782         (ev_sidebar_links_page_iface_init):
11783         * shell/ev-sidebar-links.h:
11784         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
11785         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
11786         (ev_sidebar_page_get_label):
11787         * shell/ev-sidebar-page.h:
11788         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
11789         (ev_sidebar_thumbnails_set_document),
11790         (ev_sidebar_thumbnails_support_document),
11791         (ev_sidebar_thumbnails_get_label),
11792         (ev_sidebar_thumbnails_page_iface_init):
11793         * shell/ev-sidebar-thumbnails.h:
11794         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
11795         (ev_sidebar_set_document):
11796         * shell/ev-sidebar.h:
11797         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
11798         
11799         Small rework of sidebar code. Now sidebar pages should implement
11800         EvSidebarPage interface. That makes page management in EvSidebar
11801         easier. See bug #164811 for details
11802
11803 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11804
11805         * shell/ev-application.c: (ev_application_open):
11806         * shell/ev-document-types.c:
11807         
11808         Fix build error and small problem with application exit
11809
11810 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11811
11812         * thumbnailer/Makefile.am:
11813         * thumbnailer/evince-thumbnailer-djvu.schemas:
11814         * thumbnailer/evince-thumbnailer-dvi.schemas:
11815         
11816         Conditionally install schemas for djvu/dvi thumbnailer
11817
11818 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
11819
11820         * shell/ev-document-types.h: 
11821         * shell/ev-document-types.c: 
11822         New files, handling the mapping from mimetypes to backends
11823         
11824         * shell/ev-window.c: 
11825         * thumbnailer/evince-thumbnailer.c:     
11826         Use the ev-document-types code
11827         
11828         * shell/Makefile.am: 
11829         Added new convenience library libevbackendfactory_la, containing
11830         the new mimetype->backend logic; moved the backends into it.
11831
11832         * thumbnailer/Makefile.am:
11833         Make the thumbnailer link with the libevbackend.la convenience
11834         library, rather than having a duplicate of the backend logic here.
11835
11836 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
11837
11838         * shell/ev-stock-icons.c: constify some vars.
11839         * shell/ev-window.c: ditto.
11840
11841 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
11842
11843         * ps/ps-document.c (get_page_orientation):
11844
11845         Respect document orientation 
11846
11847 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11848
11849         * djvu/Makefile.am:
11850         * dvi/Makefile.am:
11851         * shell/Makefile.am:
11852         
11853         Move library dependencies to components.
11854         
11855         * shell/ev-window.c: (update_window_title),
11856         (start_loading_document):
11857         
11858         Fix display of uris with spaces. Bug 168358.
11859
11860 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
11861
11862         * shell/ev-sidebar-links.c: (selection_changed_cb):
11863         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
11864         (ev_view_button_release_event), (ev_view_set_document):
11865         * shell/ev-view.h:
11866         * shell/ev-window.c: (find_bar_search_changed_cb):
11867         * shell/ev-window.h: Minor cleanups removing some dead code.
11868
11869 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11870
11871         * backend/ev-page-cache.c: (_ev_page_cache_new):
11872         
11873         Set current page to 0 if document has pages.
11874
11875 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11876
11877         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11878
11879         Initialize GError to NULL, fix a crash when loading fails.
11880
11881 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11882
11883         * shell/ev-window.c: (update_view_size):
11884
11885         Calculate shadow size only when there is actually
11886         a shadow.
11887
11888 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11889
11890         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
11891         * shell/ev-view.h:
11892
11893         Allow setting view spacing, default to 0
11894
11895         * shell/ev-window.c: (ev_window_unfullscreen),
11896         (ev_window_cmd_view_fullscreen), (ev_window_init):
11897
11898         Remove spacing in fullscreen mode
11899
11900 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11901
11902         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
11903         (ev_view_size_request), (expose_bin_window),
11904         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
11905         * shell/ev-view.h:
11906         * shell/ev-window.c: (ev_window_unfullscreen),
11907         (ev_window_cmd_view_fullscreen):
11908
11909         Do not draw the border in fulscreen
11910
11911 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11912
11913         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
11914         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
11915         (find_page_at_location), (page_changed_cb):
11916
11917         Rework border calculation, so that I can more easily disable it.
11918         Code somewhat cleaner too.
11919
11920 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11921
11922         * backend/ev-page-cache.c: (ev_page_cache_init),
11923         (_ev_page_cache_new):
11924
11925         Remove some assertions, documents can have 0 pages.
11926         Make initial current page -1.
11927
11928         * shell/ev-page-action.c: (page_changed_cb):
11929
11930         Show "" if current page is -1
11931
11932         * shell/ev-window.c: (update_action_sensitivity),
11933         (ev_window_setup_document):
11934
11935         When document has 0 pages do not set the view
11936         and make nearly everything insensitive.
11937
11938 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11939
11940         * shell/ev-page-view.c:
11941         * shell/ev-page-view.h:
11942
11943         Remove unused files.
11944         
11945         * shell/ev-sidebar-thumbnails.c:
11946         (ev_sidebar_thumbnails_set_document):
11947         * shell/ev-sidebar.c: (ev_sidebar_set_document),
11948         (ev_sidebar_supports_document):
11949         * shell/ev-sidebar.h:
11950         * shell/ev-window.c: (ev_window_setup_document):
11951         
11952         Doesn't show thumbnails if document has 1 page. Make
11953         sidebar menu entries sensitive only if if they have 
11954         sense. Fix bug 164811. 
11955
11956 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11957
11958         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
11959         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
11960         (ev_view_zoom_out), (ev_view_set_size):
11961
11962         Rework sizing to deal with documents with not uniform page
11963         size.
11964
11965 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11966
11967         * backend/ev-page-cache.c: (_ev_page_cache_new):
11968
11969         Fix several page size caching bugs
11970
11971 2005-04-15  Luca Ferretti <elle.uca@libero.it>
11972
11973         * shell/ev-window.c: (set_action_properties):
11974
11975         Make all toolbar items translatable
11976
11977 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11978
11979         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
11980         (save_page_list), (ps_document_save),
11981         (ps_document_document_iface_init), (ps_document_ps_export_begin),
11982         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
11983         (ps_document_ps_exporter_iface_init):
11984         * ps/ps-document.h:
11985
11986         Based on a patch by J�rg Billeter <j@bitron.ch>
11987         
11988         Implement print and save a copy for the ps backend.
11989
11990 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
11991
11992         * backend/ev-document.h:
11993         * djvu/djvu-document.c: (djvu_document_can_get_text),
11994         (djvu_document_document_iface_init):
11995         * dvi/dvi-document.c: (dvi_document_can_get_text),
11996         (dvi_document_document_iface_init):
11997         * pdf/ev-poppler.cc:
11998         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
11999         (pixbuf_document_document_iface_init):
12000         * ps/ps-document.c: (ps_document_can_get_text),
12001         (ps_document_document_iface_init):
12002         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
12003         * shell/ev-window.c: (update_action_sensitivity):
12004
12005         Fix the crash when trying to copy in backends that doesnt
12006         support it. We can implement a better solution once we
12007         do real text selection.
12008
12009 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
12010
12011         * data/evince-ui.xml:
12012         * shell/ev-window.c: (ev_window_cmd_escape):
12013         
12014         Work around the Escape conflict (find bar and unfullscreen)
12015
12016 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
12017
12018         * backend/ev-page-cache.c: (ev_page_cache_next_page):
12019         
12020         Fix for #300233. Next page correctly handles document end.
12021         
12022         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
12023         (ev_sidebar_thumbnails_class_init),
12024         (ev_sidebar_thumbnails_set_document),
12025         (ev_sidebar_thumbnails_clear_job),
12026         (ev_sidebar_thumbnails_clear_model):
12027         
12028         Cleanup thumbnail jobs on document changes.
12029         
12030         * shell/ev-view.c: (add_scroll_binding_keypad),
12031         (add_scroll_binding_shifted), (ev_view_class_init):
12032         
12033         Shift + Space scrolls up. Fix for #173184
12034         
12035         * shell/ev-window.c: (ev_window_open_page),
12036         (ev_window_cmd_view_reload):
12037         
12038         Fix reload (Bug #300094)
12039
12040 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12041
12042         
12043         * dvi/mdvi-lib/assoc.c:
12044         * dvi/mdvi-lib/assoc.h: Removed garbage files
12045         
12046         * dvi/mdvi-lib/bitmap.c:
12047         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
12048         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
12049         * dvi/mdvi-lib/color.h: Antialias of rules
12050         
12051         * dvi/mdvi-lib/common.h:
12052         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
12053         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
12054         * dvi/mdvi-lib/files.c:
12055         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
12056         * dvi/mdvi-lib/mdvi.h:
12057         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
12058         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
12059         * dvi/mdvi-lib/util.c: Fix compile warnings
12060         
12061         * dvi/dvi-document.c:
12062         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
12063         (dvi_document_thumbnails_get_thumbnail),
12064         (dvi_document_document_thumbnails_iface_init):
12065         * dvi/mdvi-lib/Makefile.am:
12066         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
12067         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
12068         
12069         Dvi backend now renders thumbnails
12070
12071 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
12072
12073         * shell/main.c: (main): 
12074         
12075         Save accelerators on exit. Fixes bug #172095.
12076
12077 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
12078
12079         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
12080         update priority" comment.
12081
12082         * backend/ev-job-queue.c: Give a way to change priority.
12083
12084 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
12085
12086         * shell/ev-page-action.c: Fix logic.
12087
12088 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12089
12090         * shell/ev-view.c: (ev_view_can_find_next):
12091         * shell/ev-window.c: (ev_window_setup_document):
12092
12093         Check that the document supports find
12094
12095 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12096
12097         * data/evince-ui.xml:
12098         * shell/ev-view.c: (ev_view_can_find_next):
12099         * shell/ev-view.h:
12100         * shell/ev-window.c: (update_action_sensitivity),
12101         (find_changed_cb), (ev_window_setup_document),
12102         (ev_window_cmd_edit_find_next):
12103
12104         Add Edit->Find Next
12105
12106 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12107
12108         * pdf/ev-poppler.cc:
12109         * shell/ev-print-job.c: (idle_print_handler):
12110
12111         Make printing work again
12112
12113 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
12114
12115         * shell/ev-page-action.h:
12116         * shell/ev-page-action.c: (ev_page_action_widget_init),
12117         (ev_page_action_widget_class_init), (page_changed_cb),
12118         (create_tool_item), (update_page_cache), (build_new_tree_cb),
12119         (get_filter_model_from_model), (match_selected_cb),
12120         (display_completion_text), (match_completion), (update_model),
12121         (connect_proxy), (ev_page_action_set_property),
12122         (ev_page_action_get_property), (ev_page_action_set_document),
12123         (ev_page_action_set_model), (ev_page_action_class_init): Big
12124         reworking to make completions work iff we have >= GTK-2.7.0
12125                 
12126         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
12127         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
12128         (job_finished_cb): We now have a 'model' property that is set when
12129         the links are loaded.  This can be caught with "notify::model"
12130
12131         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
12132         listen for the model to be set, and propagate it to the action.
12133
12134 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12135
12136         * cut-n-paste/recent-files/egg-recent-item.c:
12137         (egg_recent_item_set_uri), (make_valid_utf8),
12138         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
12139         * cut-n-paste/recent-files/egg-recent-item.h:
12140         
12141         Update egg-recent from libegg. This should fix long
12142         startup problem. For details see
12143         http://bugzilla.gnome.org/show_bug.cgi?id=160531
12144
12145 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12146
12147         * cut-n-paste/recent-files/Makefile.am:
12148         * data/evince-ui.xml, shell/Makefile.am:
12149         * shell/ev-application.c, shell/ev-application.h:
12150         * shell/ev-window.c: Recent files support.
12151         
12152         * configure.ac: Added "ru" to ALL_LINGUAS.
12153         
12154         * dvju: new backend to support DJVU files.
12155         * dvi: new backend to support DVI.
12156
12157         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
12158         * ev-application.c: Support for new backends.
12159         
12160         * help, ev-window.c, main.c shell/Makefile.am: 
12161         Evince user documentation.
12162
12163 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12164
12165         * po/POTFILES.in:
12166         * shell/ev-window.c:
12167         * thumbnailer/evince-thumbnailer.c:
12168
12169         s/pdf-document/ev-poppler
12170
12171 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12172
12173         * NEWS:
12174         * configure.ac:
12175
12176         Release 0.2.0
12177
12178         * ps/ps-document.c: (setup_pixmap):
12179
12180         Remove debug code
12181
12182 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
12183
12184         * backend/ev-page-cache.c (ev_page_cache_next_page): 
12185         * shell/ev-window.c (ev_window_cmd_go_next_page) 
12186         (ev_window_cmd_go_first_page): Fix of by one errors.
12187
12188 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12189
12190         * ps/ps-document.c: (get_page_box):
12191
12192         Fix page size calculation
12193
12194 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12195
12196         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
12197         (ps_document_cleanup), (setup_pixmap), (get_page_box),
12198         (get_page_orientation), (setup_page), (document_load),
12199         (ps_document_get_page_size), (render_pixbuf_idle):
12200         * ps/ps-document.h:
12201
12202         More refactoring to adapt to EvDocument changes
12203
12204 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12205
12206         * ps/ps-document.c: (start_interpreter):
12207
12208         Actually add alpha args
12209
12210 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12211
12212         * pdf/ev-poppler.cc:
12213
12214         Make clipboard work again
12215
12216 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
12217
12218         Make searching work again.
12219         
12220         * backend/ev-document.c:
12221         * backend/ev-document.h:
12222         * backend/ev-document-find.c:
12223         * backend/ev-document-find.h: Change EvDocumentIface so we no
12224         longer store the current page or zoom level in the document.  The
12225         consequence is that all calls that operate on the current page now
12226         instead take the page number as an extra argument, and all
12227         coordinates are now doubles in document coordinate system.
12228
12229         * pdf/ev-poppler.cc:
12230         * pixbuf/pixbuf-document.c:
12231         * ps/ps-document.c: Update backends accordingly.
12232
12233 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
12234
12235         * autogen.sh:
12236
12237         Add required gettext version
12238
12239 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
12240
12241         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
12242         make F1 bring up non-existent help.
12243
12244         * shell/eggfindbar.c: Patch from Christian Persch to sync to
12245         epiphany's find bar, #167477
12246
12247         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
12248         <emil@nishra.com> to add space-bar scrolling, 
12249
12250         * shell/ev-window.c (static GtkActionEntry entries): add default
12251         keybinding for Help (F1)
12252         Fixes #171068
12253
12254         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
12255         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
12256         170110
12257
12258 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
12259
12260         * Makefile.am: 
12261         * pixbuf/pixbuf-document.c: 
12262
12263         Got pixbuf backend working again
12264
12265 2005-04-01  Steve Murphy  <murf@e-tools.com>
12266
12267         * configure.in: Added "rw" to ALL_LINGUAS.
12268
12269 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
12270
12271         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
12272         model types, noticed by Martin Kretzschmar.
12273
12274 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
12275
12276         * pdf/ev-poppler.cc: Implement search based on
12277         poppler_page_find_text().  Currently a bit crude since we remember
12278         all matches from all pages.  Also, we grab the big document lock
12279         when we search since searching changes the underlying stream and
12280         thus conflicts with the rendering thread.
12281         
12282         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12283         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
12284         (ev_view_find_previous): Fix some page indexes to be 0 based,
12285         offset rubber band by view offset,
12286
12287 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
12288
12289         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
12290
12291 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
12292
12293         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
12294         completely because I didn't understand GtkActions.  I should
12295         read Marco's code more carefully in the future.
12296
12297         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
12298         function
12299
12300 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
12301
12302         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
12303         PopplerRectangle change from poppler CVS.
12304
12305 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
12306
12307         * backend/ev-document.c: (ev_document_get_page_label):
12308         * backend/ev-document.h:
12309         * backend/ev-page-cache.c: (_ev_page_cache_new),
12310         (ev_page_cache_get_page_label):
12311         * backend/ev-page-cache.h:
12312         * pdf/ev-poppler.cc:
12313         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
12314         (links_page_num_func):
12315         * shell/ev-sidebar-thumbnails.c:
12316         (ev_sidebar_thumbnails_set_document):
12317         * shell/ev-view.c: (status_message_from_link),
12318         (ev_view_motion_notify_event):
12319         * shell/ev-window.c: (document_supports_sidebar): Add in page
12320         label support.  It's not perfect yet, but it's the first 'feature'
12321         in a while.
12322         Also, fix a bogus comment noticed by crispin. 
12323
12324 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
12325
12326         * Makefile.am: Remove pixbuf backend for now
12327
12328         * configure.ac: Require poppler-glib instead of just poppler.
12329
12330         * backend/ev-document-thumbnails.h: Add a comment
12331
12332         * backend/ev-document.h:
12333         * backend/ev-document.c: (ev_document_class_init),
12334         (ev_document_load), (ev_document_get_link),
12335         (ev_document_get_links): Remove 3 methods and add get_links.
12336         Also, made 0 based.
12337
12338         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
12339         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
12340
12341         * backend/ev-link.c: (ev_link_set_title),
12342         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
12343         (ev_link_mapping_find):
12344         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
12345         
12346         * backend/ev-page-cache.c: (ev_page_cache_init),
12347         (_ev_page_cache_new), (ev_page_cache_set_current_page),
12348         (ev_page_cache_get_size), (ev_page_cache_next_page),
12349         (ev_page_cache_prev_page): Fix to be 0 based.
12350
12351         * pdf/Makefile.am: 
12352         * pdf/ev-poppler.h:
12353         * pdf/ev-poppler.cc: New backend.
12354         
12355         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
12356         (ps_document_get_page), (ps_document_document_iface_init):
12357
12358         * shell/ev-pixbuf-cache.h:
12359         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
12360         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
12361         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
12362         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
12363         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
12364         Fix up code to grab a page cache per each doc.  Also, fix to be 0
12365         based.
12366         
12367         * shell/ev-sidebar-thumbnails.c:
12368         (ev_sidebar_tree_selection_changed), (page_changed_cb),
12369         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
12370
12371         * shell/ev-view.c: (status_message_from_link),
12372         (find_page_at_location), (get_link_at_location),
12373         (ev_view_motion_notify_event), (ev_view_button_release_event),
12374         (ev_view_init): Use the new link code.  Fix to be 0 based.
12375
12376         * shell/ev-window.c: (update_action_sensitivity),
12377         (document_supports_sidebar): 0 based.
12378
12379 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
12380
12381         * pdf/pdf-document.cc: Patch from Fernando Herrera
12382         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
12383         *blush*
12384
12385 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
12386
12387         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
12388         1 to the page, as this seems to be 1 based.  I thought we has this
12389         fixed.  grump.
12390
12391 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
12392
12393         * TODO:
12394         * backend/Makefile.am:
12395         * backend/ev-document-links.c:
12396         (ev_document_links_has_document_links),
12397         (ev_document_links_get_links_model):
12398         * backend/ev-document-links.h:
12399         * backend/ev-document.c: (ev_document_get_page_cache),
12400         (ev_document_get_doc_mutex), (ev_document_load),
12401         (ev_document_save), (ev_document_get_title),
12402         (ev_document_get_n_pages), (ev_document_set_page),
12403         (ev_document_get_page), (ev_document_set_target),
12404         (ev_document_set_scale), (ev_document_set_page_offset),
12405         (ev_document_get_page_size), (ev_document_get_text),
12406         (ev_document_get_link), (ev_document_render),
12407         (ev_document_render_pixbuf), (ev_document_scale_changed):
12408         * backend/ev-document.h:
12409         * backend/ev-job-queue.c: (remove_object_from_queue),
12410         (notify_finished), (handle_job), (search_for_jobs_unlocked),
12411         (no_jobs_available_unlocked), (ev_render_thread),
12412         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
12413         (ev_job_queue_remove_job):
12414         * backend/ev-job-queue.h:
12415         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
12416         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
12417         (ev_job_links_class_init), (ev_job_render_init),
12418         (ev_job_render_dispose), (ev_job_render_class_init),
12419         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
12420         (ev_job_thumbnail_class_init), (ev_job_finished),
12421         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
12422         (ev_job_render_run), (ev_job_thumbnail_new),
12423         (ev_job_thumbnail_run):
12424         * backend/ev-jobs.h:
12425         * backend/ev-link.c:
12426         * backend/ev-link.h:
12427         * backend/ev-page-cache.c: (ev_page_cache_init),
12428         (ev_page_cache_class_init), (ev_page_cache_finalize),
12429         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
12430         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
12431         (ev_page_cache_set_link), (ev_page_cache_get_title),
12432         (ev_page_cache_get_size), (ev_page_cache_next_page),
12433         (ev_page_cache_prev_page):
12434         * backend/ev-page-cache.h:
12435         * pdf/pdf-document.cc:
12436         * ps/gsdefaults.c:
12437         * ps/gsdefaults.h:
12438         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
12439         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
12440         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
12441         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
12442         (is_interpreter_ready), (output), (catchPipe), (input),
12443         (start_interpreter), (check_filecompressed), (compute_dimensions),
12444         (ps_document_enable_interpreter), (document_load),
12445         (ps_document_next_page), (render_page), (ps_document_set_page),
12446         (ps_document_set_scale), (render_pixbuf_idle),
12447         (ps_document_render_pixbuf), (ps_document_document_iface_init):
12448         * ps/ps-document.h:
12449         * shell/Makefile.am:
12450         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
12451         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
12452         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
12453         (ev_pixbuf_cache_new), (job_finished_cb),
12454         (check_job_size_and_unref), (move_one_job),
12455         (ev_pixbuf_cache_update_range), (find_job_cache),
12456         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
12457         (ev_pixbuf_cache_add_jobs_if_needed),
12458         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
12459         * shell/ev-pixbuf-cache.h:
12460         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
12461         (idle_print_handler):
12462         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
12463         (selection_changed_cb), (create_loading_model),
12464         (ev_sidebar_links_construct), (links_page_num_func),
12465         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
12466         (update_page_callback), (job_finished_cb),
12467         (ev_sidebar_links_set_document):
12468         * shell/ev-sidebar-thumbnails.c:
12469         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
12470         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
12471         (page_changed_cb), (thumbnail_job_completed_callback),
12472         (ev_sidebar_thumbnails_set_document):
12473         * shell/ev-sidebar-thumbnails.h:
12474         * shell/ev-sidebar.c: (ev_sidebar_set_document):
12475         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
12476         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
12477         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
12478         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
12479         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
12480         (ev_view_button_release_event), (ev_view_scroll_view),
12481         (ev_view_class_init), (ev_view_init), (update_find_status_message),
12482         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
12483         (ev_view_new), (job_finished_cb), (page_changed_cb),
12484         (ev_view_set_document), (go_to_link), (ev_view_zoom),
12485         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
12486         (ev_view_find_previous):
12487         * shell/ev-view.h:
12488         * shell/ev-window.c: (update_action_sensitivity),
12489         (ev_window_open_page), (update_window_title), (update_total_pages),
12490         (page_changed_cb), (ev_window_setup_document),
12491         (password_dialog_response), (ev_window_cmd_save_as),
12492         (ev_window_print), (ev_window_cmd_go_previous_page),
12493         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
12494         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
12495         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
12496         * shell/main.c: (main):
12497
12498         Merge evince-threads branch
12499
12500 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
12501
12502         * configure.ac: Added "lt" to ALL_LINGUAS.
12503
12504 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
12505
12506         * NEWS:
12507         * configure.ac:
12508
12509         Release 0.1.9
12510
12511 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
12512
12513         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12514
12515         Fix here also the thumbnails 1-basedness :)
12516
12517 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
12518
12519         * NEWS:
12520         * configure.ac:
12521
12522         Release 0.1.8
12523
12524 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
12525
12526         * pdf/pdf-document.cc:
12527         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
12528         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
12529
12530         Fix the mess we did with thumbnails and 1-basedness
12531
12532 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
12533
12534         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
12535
12536 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
12537
12538         * NEWS:
12539         * configure.ac:
12540
12541         Release 0.1.7
12542
12543 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
12544
12545         * ps/Makefile.am:
12546         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
12547         (gtk_gs_defaults_get_alpha_parameters),
12548         (gtk_gs_defaults_get_ungzip_cmd),
12549         (gtk_gs_defaults_get_unbzip2_cmd):
12550         * ps/gsdefaults.h:
12551         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
12552         (ps_document_get_orientation), (document_load),
12553         (ps_document_goto_page), (ps_document_set_page_size):
12554         * ps/ps-document.h:
12555
12556         Some more sanitization of the ps backend. Remove a lot
12557         of unused code and do not base our defaults on ggv
12558         preferences (ugh!)
12559
12560 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
12561
12562         * thumbnailer/evince-thumbnailer.schemas:
12563         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
12564         (main): add -s option for thumbnail size.
12565
12566 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
12567
12568         * configure.ac:
12569
12570         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
12571         remove it.
12572
12573 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
12574
12575         * pdf/pdf-document.cc:
12576
12577         Remove 4 pixels of useless border from the
12578         thumbnail.
12579
12580 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
12581
12582         * backend/ev-document-thumbnails.c:
12583         (ev_document_thumbnails_get_thumbnail):
12584         * backend/ev-document-thumbnails.h:
12585
12586         Rework API a bit. Add a border flag and
12587         change sizing logic (now the size we specify
12588         applies to the bigger dimension).
12589
12590         * pdf/pdf-document.cc:
12591         * pixbuf/pixbuf-document.c:
12592         (pixbuf_document_thumbnails_get_thumbnail):
12593         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
12594         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12595
12596         Adapt to the new API and do not draw a border for nautilus
12597         thumbnailer.
12598
12599 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
12600
12601         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12602         take thumbnails from page "0" instead of "1". Added a copyright header.
12603
12604 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
12605
12606         * ps/ps-document.c: (set_up_page), (start_interpreter):
12607
12608         Make it C89 compliant
12609
12610 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
12611
12612         * Makefile.am:
12613         * configure.ac:
12614         * pdf/.cvsignore:
12615         * pdf/pdf-document.cc:
12616         * thumbnailer/Makefile.am:
12617         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
12618         (main):
12619         * thumbnailer/evince-thumbnailer.schemas:
12620         * thumbnailer/pdf-icon.png:
12621
12622         Add a nautilus thumbnailer.
12623         Based on patch by Fernando Herrera <fherrera@onirica.com>.
12624
12625 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
12626
12627         * NEWS:
12628         * configure.ac:
12629         * po/POTFILES.in:
12630
12631         Release 0.1.6
12632
12633 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
12634
12635         Use poppler instead of including xpdf source code.  Poppler is a
12636         fork of xpdf to build it as a shared library. See
12637         http://freedesktop.org/wiki/Software/poppler.
12638
12639         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
12640         xpdf fork.
12641         
12642         * pdf/Makefile.am: Build libpdfdocument.a here.
12643         
12644         * pdf/GDKSplashOutputDev.cc:
12645         * pdf/GDKSplashOutputDev.h:
12646         * pdf/GnomeVFSStream.cc:
12647         * pdf/GnomeVFSStream.h:
12648         * pdf-document.cc:
12649         * pdf-document.h:
12650         * test-gdk-output-dev.cc
12651         * Thumb.cc:
12652         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
12653         against poppler.
12654
12655 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12656
12657         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
12658
12659         Clear idle stack before unsetting the document
12660
12661 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12662
12663         * ps/ps-document.c: (ps_document_widget_event),
12664         (ps_document_set_target), (ps_document_finalize),
12665         (ps_document_get_page):
12666
12667         Disconnect the widget event signal on finalize.
12668         Some code cleanups.
12669
12670 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12671
12672         * ps/ps-document.c: (set_up_page):
12673
12674         If there is no bpixmap create one, even if size
12675         is not changed.
12676
12677 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12678
12679         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
12680         (set_up_page), (document_load), (ps_document_set_zoom):
12681
12682         Default page is 0. Calculate size even when we have no
12683         target yet.
12684
12685 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
12686
12687         * shell/ev-sidebar.c: expand the selection widget to be always as
12688         wide as the sidebar
12689
12690 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12691
12692         * shell/ev-sidebar-thumbnails.c:
12693         (ev_sidebar_thumbnails_set_document):
12694
12695         Clear the list store when setting document
12696
12697 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12698
12699         * shell/ev-page-action.c: (update_entry), (sync_entry),
12700         (activate_cb), (entry_size_request_cb), (create_tool_item),
12701         (connect_proxy):
12702
12703         Use an entry for the page control instead of spinbuttons
12704
12705 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12706
12707         * data/evince.schemas.in:
12708
12709         Correct confusing string
12710
12711 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
12712
12713         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
12714         for real.  Gosh, how long has this been broken.
12715
12716         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
12717         check for a NULL link.  We crash otherwise.
12718
12719 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
12720
12721         * NEWS:
12722         * configure.ac:
12723
12724         Release 0.1.5
12725
12726 2005-02-25  Sebastien Bacher  <seb128@debian.org>
12727
12728         * configure.ac: add the french translation.
12729
12730 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12731
12732         * shell/ev-window.c:
12733
12734         Remove unused header -> fix distcheck
12735
12736 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12737
12738         * shell/ev-window.c: (update_window_title),
12739         (ev_window_popup_password_dialog):
12740
12741         Unescape filename for display
12742
12743 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12744
12745         * pdf/xpdf/pdf-document.cc:
12746
12747         In get_page_size deal with rotation. Also
12748         cleanup the function a bit.
12749
12750 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12751
12752         * pdf/xpdf/pdf-document.cc:
12753
12754         Fix crash when opening in new window
12755
12756 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12757
12758         * configure.ac:
12759
12760         Check ghostscript >= 7
12761
12762 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
12763
12764         * shell/ev-window.c:
12765
12766         Make page width the default sizing mode
12767
12768 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
12769         Marco Pesenti Gritti <marco@gnome.org>
12770
12771         * shell/ev-window.c: Remember the sidebar size
12772
12773         * data/evince.schemas.in: Add a new gconf key to store the size of
12774         the sidebar
12775
12776 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
12777
12778         * data/evince-ui.xml:
12779         * shell/ev-window.c: (update_action_sensitivity),
12780         (ev_window_cmd_view_reload):
12781         
12782         Add a "Reload" action and menu entry
12783
12784 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
12785
12786         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
12787         iff the type doesn't support thumbnailing and indexing.
12788
12789 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
12790
12791         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
12792
12793 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12794
12795         * pdf/splash/Splash.cc:
12796
12797         Port fix for a crasher from kde bug
12798         http://bugs.kde.org/show_bug.cgi?id=97131
12799
12800 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12801
12802         * pdf/xpdf/pdf-document.cc:
12803
12804         Return a link even if it's of an unrecognized
12805         type. Otherwise we go in an infinte cycle.
12806
12807 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12808
12809         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
12810         (size_allocate_cb), (ev_window_set_sizing_mode):
12811
12812         Update size when switching mode
12813
12814 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12815
12816         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
12817         (ev_window_cmd_view_page_width), (update_sizing_buttons),
12818         (ev_window_cmd_view_normal_size):
12819
12820         Fix size toggle buttons behavior
12821
12822 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12823
12824         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
12825         (doc_rect_to_view_rect), (ev_view_size_allocate),
12826         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
12827         (scale_changed_callback):
12828
12829         Do not cache offsets in size_allocate.
12830
12831 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12832
12833         * shell/ev-view.c: (ev_view_size_allocate):
12834
12835         Calculate offsets before calling the parent
12836         class (which does a redraw)
12837
12838 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12839
12840         * pdf/xpdf/pdf-document.cc:
12841
12842         Fix a crasher on exit. Unused code, put a TODO
12843
12844 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12845
12846         * backend/ev-document.c: (ev_document_class_init),
12847         (ev_document_page_changed), (ev_document_scale_changed):
12848         * backend/ev-document.h:
12849
12850         Separate page/scale notifications
12851
12852         * pdf/xpdf/pdf-document.cc:
12853
12854         Emit the new signals.
12855         Do not display the pdf page in _render, do it
12856         when scale/page are requested.
12857
12858         * ps/ps-document.c: (ps_document_set_zoom),
12859         (ps_document_widget_event):
12860         * ps/ps-document.h:
12861
12862         Emit the new signals.
12863
12864         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12865         (ev_view_init), (page_changed_callback), (scale_changed_callback),
12866         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
12867         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
12868         * shell/ev-view.h:
12869         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
12870         (ev_window_cmd_view_page_width), (size_allocate_cb),
12871         (ev_window_set_sizing_mode):
12872
12873         Rework sizing to be pixel based.
12874         There are bugs but should be already way better.
12875
12876 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
12877
12878         * shell/ev-window.c: (ev_window_init):
12879
12880         Do not allow to shrink sidebar smaller then
12881         child requisition
12882
12883 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
12884
12885         * shell/ev-sidebar.[ch]
12886         * shell/ev-window.c:
12887
12888         Improved sidebar widget. Fixes #166683
12889
12890 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
12891
12892         * shell/ev-view.c (update_find_status_message): Give translators
12893         more flexibility with ngettext plural handling.
12894
12895 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
12896
12897         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
12898         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
12899         page when we get the page size.
12900
12901 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12902
12903         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
12904
12905         ps pages are 0 based, convert 
12906
12907 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12908
12909         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
12910
12911         Initialize correct parent class. Set GError on document load
12912
12913 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12914
12915         * pdf/xpdf/pdf-document.cc:
12916
12917         Fixup selection offset calculation
12918
12919         * shell/ev-view.c: (view_rect_to_doc_rect),
12920         (doc_rect_to_view_rect), (ev_view_size_allocate),
12921         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
12922         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
12923
12924         Store selection as document relative, so that zooming
12925         and offset changing doesnt break it.
12926
12927 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12928
12929         * shell/ev-view.c: (ev_view_best_fit):
12930
12931         Do not try to best fit if the view is not realized
12932
12933 2005-02-20  Kostas Papadimas <pkst@gnome.org>
12934           
12935         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
12936
12937 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
12938
12939         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
12940
12941 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
12942
12943         * shell/ev-window.c: Change the fullscreen toolbar to always be in
12944         the popup window.  That prevents it resizing when in full screen
12945         mode.
12946
12947         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
12948         multiple rerenders.  This pretty much sucks.
12949
12950         * data/evince-ui.xml: Change the fullscreen toolbar to include the
12951         rest of the toolbar.
12952
12953 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
12954
12955         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
12956
12957 2005-02-17  Alexander Shopov  <ash@contact.bg>
12958
12959         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
12960
12961 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
12962
12963         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
12964
12965 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
12966
12967         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
12968         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
12969         (set_document_page), (document_changed_callback),
12970         (ev_view_set_document), (ev_view_find_previous),
12971         (ev_view_hide_cursor), (ev_view_show_cursor):
12972         * shell/ev-view.h:
12973         * shell/ev-window.c: (update_chrome_visibility),
12974         (fullscreen_timeout_cb), (fullscreen_set_timeout),
12975         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
12976         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
12977         (ev_window_unfullscreen):
12978         * shell/main.c: (main):
12979
12980         Automatically hide the fullscreen button.
12981         Patch by Kristian Høgsberg <krh@redhat.com>
12982
12983 2005-02-16  Vincent Noel  <vnoel@cox.net>
12984
12985         * shell/main.c (main): Specify an icon for the window. Patch by
12986         Jaap A. Haitsma. Fixes #166177.
12987
12988 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
12989
12990         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
12991
12992 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
12993
12994         * backend/ev-document-misc.h:
12995         * backend/ev-document-misc.c:
12996         (ev_document_misc_get_page_border_size),
12997         (ev_document_misc_paint_one_page): New function to canonicalize
12998         sizing/painting a border.
12999
13000         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
13001         used.
13002
13003         * pdf/xpdf/pdf-document.cc: use new function
13004
13005         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
13006         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
13007         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
13008         shell/ev-window.c: (update_sizing_buttons),
13009         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
13010         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
13011         (ev_window_cmd_view_page_width), (size_allocate_cb),
13012         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
13013         and "fit width" values act as toggle buttons so they stay
13014         toggled.  It's not 100% perfect, and it's a little slow, but it's
13015         good enough to commit I think.
13016
13017 2005-02-15  David Lodge  <dave@cirt.net>
13018
13019         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
13020
13021 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
13022
13023         * shell/ev-window.c (update_window_title): replace newlines in
13024         the title by spaces. Bug #166107.
13025
13026 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
13027
13028         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
13029         parameters providing allocation width and height without
13030         scrollbars and width of a possible vertical scrollbar. With this
13031         additional information the functions can work as
13032         intended. Unfortunately they're not idempotent. We should
13033         transform these commands to toggles. Fixes Bug #164976
13034         Initial patch by Stephane Loeuillet, then heavily modified.
13035
13036         * shell/ev-view.h: update prototypes.
13037
13038         * shell/ev-window.c (ev_window_cmd_view_best_fit)
13039         (ev_window_cmd_view_page_width): provide EvView fit functions with
13040         all the information they need. Formulas to calculate this
13041         information taken from GtkScrolledWindow.
13042
13043 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
13044
13045         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
13046         created a thumbnail, the list store is updated to know
13047         that the thumbnail is set. Fixes bug #166792
13048
13049 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
13050
13051         * shell/ev-window.c: fixed typo, closes bug 166897
13052
13053         * TODO: updated TODO with bug numbers that are relevant
13054
13055 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
13056
13057         * shell/ev-window.c: Support for DnD of files. Fixes #164813
13058
13059 2005-02-09  Vincent Noel  <vnoel@cox.net>
13060
13061         * shell/ev-window.c: (set_action_properties): Set the "Previous"
13062         and "Next" toolbar buttons as important to make them stand out.
13063
13064 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13065
13066         * lib/ev-debug.c:
13067         * lib/ev-debug.h:
13068         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
13069         (start_interpreter), (stop_interpreter), (document_load),
13070         (ps_document_next_page), (ps_document_goto_page),
13071         (ps_document_set_page_size), (ps_document_widget_event),
13072         (ps_document_render):
13073         * shell/ev-page-view.c: (ev_page_view_dispose):
13074         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
13075
13076         Fix compilation on non-gcc platforms
13077
13078 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13079
13080         * NEWS:
13081         * configure.ac:
13082
13083         Release 0.1.4
13084
13085         * pdf/xpdf/Catalog.cc:
13086         * pdf/xpdf/XRef.cc:
13087
13088         Fix the fix for CAN-2004-0888
13089
13090 2005-02-09  Luca Ferretti <elle.uca@libero.it>
13091
13092         * data/Makefile.am:
13093         * data/evince-ui.xml:
13094         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13095         * shell/ev-stock-icons.h:
13096         * shell/ev-window.c: (update_action_sensitivity),
13097         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
13098         (set_action_properties):
13099
13100         Improve toolbar layout/icons
13101
13102 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
13103
13104         * pdf/xpdf/pdf-document.cc:
13105
13106         Add warnings about unimplemented/unknown link
13107         types.
13108
13109 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13110
13111         * ps/ps-document.c: (set_up_page):
13112
13113         Log gs property
13114
13115 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13116
13117         * ps/ps-document.c: (start_interpreter):
13118
13119         Log gs env var
13120
13121 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13122
13123         * shell/ev-page-view.c: (ev_page_view_dispose):
13124         * shell/ev-view.c: (ev_view_finalize):
13125         * shell/ev-window.c: (ev_window_setup_document),
13126         (ev_window_dispose), (ev_window_init):
13127
13128         Solve more refs issues.
13129
13130         I commented out the page_view initialization for now:
13131         it was never destroyed (because it's never added
13132         to a container). Because of that we was leaking
13133         gs processes. Couldnt think to a clean fix.
13134         We need to figure this out, password view has the
13135         same issue probably.
13136
13137 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13138
13139         * ps/ps-document.c: (ps_document_finalize),
13140         (ps_document_get_n_pages), (ps_document_get_page):
13141
13142         Some cleanups, stop the interpreter on finalize
13143
13144         * shell/ev-page-view.c: (ev_page_view_dispose),
13145         (ev_page_view_class_init):
13146
13147         Release our reference on the document
13148
13149 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13150
13151         * Makefile.am:
13152         * configure.ac:
13153         * doc/debugging.txt:
13154         * lib/.cvsignore:
13155         * lib/Makefile.am:
13156         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
13157         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
13158         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
13159         * lib/ev-debug.h:
13160
13161         Add debugging helpers
13162
13163         * ps/Makefile.am:
13164         * ps/ps-document.c: (set_up_page), (start_interpreter),
13165         (stop_interpreter), (document_load), (ps_document_next_page),
13166         (ps_document_goto_page), (ps_document_set_page_size),
13167         (ps_document_widget_event), (ps_document_render):
13168         * shell/Makefile.am:
13169         * shell/ev-view.c: (expose_bin_window):
13170         * shell/main.c: (main):
13171
13172         Add some logs
13173         
13174 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13175
13176         * ps/ps-document.c: (ps_document_widget_event):
13177
13178         Initialize message_window, this should make ps
13179         rendering really work! (Never noticed because I was
13180         testing with a ps that is causing gs to exit every time!)
13181
13182 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
13183
13184         * data/evince.schemas.in: updated simple error in applyto closing tag
13185
13186 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
13187
13188         * Makefile.am:
13189         * configure.ac:
13190         * data/.cvsignore:
13191         * data/Makefile.am:
13192         * data/evince-ui.xml:
13193         A data/evince.schemas.in:
13194         * po/POTFILES.in:
13195         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13196         * shell/ev-stock-icons.h:
13197         * shell/ev-window.c: (update_chrome_visibility),
13198         (update_chrome_flag), (ev_window_cmd_edit_find),
13199         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
13200         (ev_window_unfullscreen), (ev_window_focus_in_event),
13201         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
13202         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
13203         (ev_window_view_sidebar_cb), (find_bar_close_cb),
13204         (ev_window_dispose), (ev_window_class_init),
13205         (set_action_properties), (set_chrome_actions), (load_chrome),
13206         (ev_window_init):
13207
13208         Implement fullscreen mode changes from bug #164776.
13209         Also implement persistent chrome toggles.
13210
13211 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
13212
13213         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
13214
13215 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13216
13217         * NEWS:
13218         * configure.ac:
13219         * shell/ev-view.c:
13220
13221         Add another check for find interface
13222
13223         Release 0.1.3
13224
13225 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13226
13227         * shell/ev-application.c: (ev_application_open):
13228         * shell/ev-window.c: (ev_window_open):
13229
13230         Open gzipped ps documents
13231
13232 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13233
13234         * TODO:
13235         * shell/ev-view.c: (set_document_page):
13236
13237         Clamp page number, dont try to move to
13238         not existant pages.
13239
13240 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13241
13242         * backend/ev-document-find.c: (ev_document_find_changed):
13243         * backend/ev-document-find.h:
13244         * pdf/xpdf/pdf-document.cc:
13245         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
13246         * shell/ev-window.c: (find_bar_search_changed_cb):
13247
13248         Fix several bugs with find
13249
13250 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
13251
13252         * shell/ev-sidebar-thumbnails.c
13253         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
13254         document. Prevents warning from scroll_to_cell.
13255
13256 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
13257
13258         * configure.ac: Add «nb» to ALL_LINGUAS too.
13259
13260 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
13261
13262         * NOTES: New file with some random thoughts.
13263
13264         * TODO: Update.
13265
13266         * backend/ev-document-misc.c:
13267         (ev_document_misc_get_page_border_size): New function to
13268         canonicalize shadow drawing sizes.  Possibly goofy.
13269
13270         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
13271         (ev_view_best_fit), (ev_view_fit_width):
13272         * pdf/xpdf/pdf-document.cc:
13273         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13274         * ps/ps-document.c: (ps_document_get_page_size):
13275         * backend/ev-document-misc.h:
13276         * backend/ev-document.c: (ev_document_get_page_size):
13277         * backend/ev-document.h: get_page_size now takes a page number
13278         parameter.  Made all the backends/frontends honor it.
13279
13280         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
13281         see.  Doesn't work yet.
13282
13283         * shell/Makefile.am:
13284         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
13285         Doesn't do anything yet.
13286
13287         * shell/ev-sidebar-thumbnails.c:
13288         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
13289         [0..n_pages-1]
13290
13291         * shell/ev-window.c: (update_action_sensitivity),
13292         (ev_window_setup_document), (ev_window_set_page_mode),
13293         (ev_window_page_mode_cb), (ev_window_init): Clean up the
13294         view-swapping code a bit so we can have multiple views on a
13295         document.  Add the multi-page view, though it can't be turned on
13296         yet.
13297
13298 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13299
13300         * shell/ev-application.c: (ev_application_open):
13301         * shell/ev-view.c: (expose_bin_window):
13302         * shell/ev-window.c: (ev_window_open):
13303
13304         Support eps and check document supports find
13305         before drawing highlightings in expose.
13306
13307 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
13308
13309         * pixbuf/pixbuf-document.c:
13310         (pixbuf_document_thumbnails_get_dimensions),
13311         (pixbuf_document_document_thumbnails_iface_init):
13312
13313         implement get_dimensions
13314
13315 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13316
13317         * NEWS:
13318         * configure.ac:
13319
13320         Release 0.1.2
13321
13322 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13323
13324         * shell/ev-view.c: (set_document_page):
13325
13326         Scroll at the top of the page when changing page
13327
13328 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13329
13330         * shell/ev-view.c: (ev_view_motion_notify_event):
13331
13332         Do not redraw unnecessarily
13333
13334 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13335
13336         * pdf/xpdf/pdf-document.cc:
13337         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13338         (expose_bin_window), (find_changed_cb):
13339
13340         Yay! find works now... Now to find bugs...
13341
13342 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13343
13344         * backend/ev-document-find.c: (ev_document_find_base_init),
13345         (ev_document_find_changed):
13346         * backend/ev-document-find.h:
13347         * pdf/xpdf/pdf-document.cc:
13348         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13349         (expose_bin_window), (ev_view_init), (set_document_page),
13350         (ensure_rectangle_is_visible), (jump_to_find_result),
13351         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
13352         (ev_view_find_next), (ev_view_find_previous):
13353         * shell/ev-view.h:
13354         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
13355
13356         More work on find implementation, mostly there now
13357
13358 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
13359
13360         * backend/ev-backend-marshalers.list:
13361         * backend/ev-document-find.c: (ev_document_find_base_init),
13362         (ev_document_find_cancel), (ev_document_find_page_has_results),
13363         (ev_document_find_get_n_results), (ev_document_find_get_result),
13364         (ev_document_find_get_progress), (ev_document_find_changed):
13365         * backend/ev-document-find.h:
13366
13367         Enanche the find interface to be really able to do
13368         multi page find.
13369
13370         * pdf/xpdf/pdf-document.cc:
13371
13372         Implement
13373
13374         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
13375         (expose_bin_window), (ev_view_init),
13376         (ev_view_get_find_status_message), (find_changed_cb),
13377         (ev_view_set_document), (set_document_page):
13378
13379         Adapt to the new interface. A few things are regressed sorry,
13380         I will finish it soon.
13381
13382 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
13383
13384         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
13385         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
13386         ev_sidebar_thumbnails_parent_class variable, don't define another
13387         parent_class variable.
13388
13389         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
13390         (ev_page_action_class_init): ditto.
13391
13392         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
13393         (pixbuf_document_class_init): ditto.
13394
13395         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
13396         ditto.
13397
13398         * .cvsignore: ignore various valgrind output files.
13399
13400 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13401
13402         * data/evince-ui.xml:
13403         * shell/Makefile.am:
13404         * shell/ev-history.c:
13405         * shell/ev-history.h:
13406         * shell/ev-navigation-action.c:
13407         * shell/ev-navigation-action.h:
13408         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
13409         (ev_view_set_page), (ev_view_fit_width):
13410         * shell/ev-view.h:
13411         * shell/ev-window.c: (update_action_sensitivity),
13412         (ev_window_setup_document), (register_custom_actions):
13413
13414         Kill session history
13415
13416 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13417
13418         * shell/ev-window.c: (update_action_sensitivity):
13419
13420         Fix inverted up/down buttons
13421
13422 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
13423
13424         * shell/ev-sidebar-thumbnails.c
13425         (ev_sidebar_thumbnails_select_page): make sure the selected
13426         thumbnail stays visible.
13427
13428 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
13429
13430         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
13431         scrolled window for Federico.
13432
13433 2005-01-26  Ole Laursen  <olau@hardworking.dk>
13434
13435         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
13436
13437 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
13438
13439         * configure.ac:
13440         * pdf/splash/SplashFTFontEngine.cc:
13441
13442         Fix CID fonts with freetype 2.1.9
13443
13444 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
13445
13446         * TODO: added item for desktop icon thumbnailer
13447
13448 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
13449
13450         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
13451         unloaded docs when the title is accessed.
13452
13453         * shell/ev-password-view.[hc]: New widget for displaying password
13454         state.
13455
13456         * shell/ev-window.[ch]: Refactor password handling code to handle
13457         the new view.
13458
13459 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
13460
13461         * NEWS:
13462         * configure.ac:
13463         * data/Makefile.am:
13464
13465         Release 0.1.1
13466
13467 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
13468
13469         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
13470         ignore page offset here, to make search results independent of it,
13471
13472         * shell/ev-view.c (expose_bin_window): but take offsets into
13473         account here. Bug #164932
13474
13475         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
13476         scale at the right time. Bug #164996
13477
13478 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
13479
13480         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
13481         fix the problem. Now I just removed the Adobe font names and hope
13482         that the URW fonts are always in outline format. Bug #164934
13483
13484         * shell/ev-window.c (update_window_title): empty titles are
13485         useless, use filename in that case too.
13486
13487         * NEWS: Add some content.
13488
13489 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
13490
13491         * TODO: added one more TODO item and a TODONE section :)
13492
13493 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
13494
13495         * ps/ps-document.h: add page_[xy]_offset fields.
13496
13497         * ps/ps-document.c (ps_document_set_page_offset)
13498         (ps_document_render): Keep offset in consideration in a few
13499         places. Bug #164752 "postscript documents are not centered in
13500         window"
13501
13502         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
13503         s/gpdf/evince/. Spotted by Stephane Loeuillet.
13504
13505         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
13506         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
13507         stub out missing methods for complete EvDocument implementation.
13508         Fixes segfaults with Save A Copy and Copy actions.
13509
13510         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
13511         (ps_document_document_iface_init): ditto.
13512         
13513 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13514
13515         * data/.cvsignore:
13516         * data/Makefile.am:
13517         * data/evince.desktop.in:
13518
13519         Add desktop file
13520
13521 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13522
13523         * shell/ev-view.c: (ev_view_button_press_event),
13524         (ev_view_motion_notify_event):
13525
13526         Make selection work in any direction
13527
13528 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13529
13530         * TODO:
13531         * shell/ev-window.c: (set_short_labels), (ev_window_init):
13532
13533         Use shorter labels for some of the toolbars items
13534
13535 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13536
13537         * pdf/xpdf/pdf-document.cc:
13538
13539         Check the links info is initialized before
13540         using it. Should fix a crash on startup.
13541
13542 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
13543
13544         * pixbuf/pixbuf-document.c
13545         (pixbuf_document_thumbnails_get_dimensions): force floating point
13546         division to calculate page_ratio. Fixes crash with landscape
13547         format pixbufs.
13548
13549 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
13550
13551         * shell/ev-view.c (ev_view_realize): make the bg color darker.
13552
13553 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
13554
13555         * shell/ev-view.c (set_document_page): unset has_selection when
13556         the page changes.
13557         (set_document_page): handle paper size changes when the page
13558         changes (test with Free Culture, page 2).
13559
13560 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13561
13562         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
13563         (expose_bin_window), (ev_view_class_init), (ev_view_init):
13564
13565         Use normal style color for the widget background and
13566         draw a black box around the page.
13567
13568 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13569
13570         * pdf/xpdf/pdf-document.cc:
13571
13572         Keep offset in consideration in a few places
13573
13574         * shell/ev-view.c: (expose_bin_window):
13575
13576         Set the offsets so that the document is ever centered
13577
13578 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
13579
13580         * TODO: Added TODO items and finished off the first todo item
13581
13582         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
13583         reflect current authors
13584
13585 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13586
13587         * pdf/xpdf/pdf-document.cc:
13588         * shell/ev-view.c: (ev_view_set_cursor),
13589         (ev_view_motion_notify_event), (document_changed_callback),
13590         (set_document_page):
13591
13592         Show a wait cursor while the page is rendering
13593
13594 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13595
13596         * shell/ev-sidebar-thumbnails.c:
13597         (ev_sidebar_tree_selection_changed),
13598         (ev_sidebar_thumbnails_select_page):
13599         * shell/ev-sidebar-thumbnails.h:
13600         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
13601         (ev_view_can_go_forward):
13602         * shell/ev-window.c: (ev_window_open_page),
13603         (ev_window_setup_document), (update_current_page),
13604         (view_page_changed_cb), (ev_window_init):
13605         * shell/ev-window.h:
13606
13607         Ensure thumbnails selection, toolbar page control and
13608         current page are in sync.
13609
13610 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
13611
13612         * pdf/xpdf/XRef.cc:
13613
13614         Fix CAN-2005-0064
13615
13616 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
13617
13618         * backend/Makefile.am:
13619         * backend/ev-document-links.h:
13620         * backend/ev-document-security.c: (ev_document_security_get_type),
13621         (ev_document_security_has_document_security),
13622         (ev_document_security_set_password):
13623         * backend/ev-document-security.h:
13624         * backend/ev-document.c: (ev_document_error_quark):
13625         * backend/ev-document.h:
13626         * data/Makefile.am:
13627         * data/evince-password.glade:
13628         * pdf/xpdf/pdf-document.cc:
13629         * shell/Makefile.am:
13630         * shell/ev-password.c: (ev_password_set_bad_password_label),
13631         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
13632         (ev_password_dialog_get_password),
13633         (ev_password_dialog_set_bad_pass):
13634         * shell/ev-password.h:
13635         * shell/ev-window.c: (ev_window_get_attribute),
13636         (ev_window_set_property), (update_action_sensitivity),
13637         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
13638         (ev_window_setup_document), (ev_window_get_password),
13639         (ev_window_open), (ev_window_cmd_save_as),
13640         (using_postscript_printer), (ev_window_print),
13641         (find_not_supported_dialog), (ev_window_cmd_edit_find),
13642         (update_fullscreen_popup), (ev_window_fullscreen),
13643         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
13644         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
13645         (menu_item_select_cb), (find_bar_search_changed_cb),
13646         (ev_window_dispose), (ev_window_init):
13647
13648         Add initial support for password-supported dialogs.  This could be
13649         a lot cooler, but it'll do for now.
13650
13651 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
13652
13653         * pdf/xpdf/pdf-document.cc:
13654         * shell/ev-view.c: (status_message_from_link),
13655         (ev_view_set_status), (ev_view_set_cursor),
13656         (ev_view_motion_notify_event), (ev_view_init):
13657         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
13658
13659         Fix bugs in the links implementation and change cursor
13660         when hovering a link.
13661
13662 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
13663
13664         * viewer/.cvsignore: added cvsignore file for viewer directory
13665
13666         * TODO: created TODO document
13667
13668 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
13669
13670         * shell/ev-view.h:
13671         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
13672         new functions to help with implementation of sensitivity code
13673         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
13674         of all actions that might require it.  Fixes a crash when you
13675         click on the Zoom actions in a window lacking a document.
13676
13677 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
13678
13679         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
13680         of the Find action
13681
13682 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13683
13684         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
13685         (pixbuf_document_document_iface_init):
13686         * ps/ps-document.c: (ps_document_get_link),
13687         (ps_document_document_iface_init):
13688         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
13689         (status_message_from_link), (ev_view_set_status),
13690         (ev_view_set_find_status), (ev_view_motion_notify_event),
13691         (ev_view_button_release_event), (ev_view_set_property),
13692         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
13693         (ev_view_get_find_status_message), (update_find_results),
13694         (ev_view_get_status), (ev_view_get_find_status):
13695         * shell/ev-view.h:
13696         * shell/ev-window.c: (view_status_changed_cb),
13697         (view_find_status_changed_cb), (ev_window_init):
13698
13699         View status message support, use it to show the links.
13700         Needs work...
13701
13702 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13703
13704         * backend/ev-document.c: (ev_document_get_link):
13705         * backend/ev-document.h:
13706         * pdf/xpdf/pdf-document.cc:
13707         * shell/ev-application.c: (ev_application_open):
13708         * shell/ev-application.h:
13709         * shell/ev-sidebar-links.c: (selection_changed_cb):
13710         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
13711         (ev_view_go_to_link):
13712
13713         Add support for document links
13714
13715 2005-01-13  Anders Carlsson  <andersca@gnome.org>
13716
13717         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
13718         (create_tool_item):
13719         Set the spin button limits correctly.
13720         
13721         * shell/ev-sidebar-thumbnails.c:
13722         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
13723         Support changing pages by clicking on the thumbnails.
13724         
13725 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
13726
13727         * pixbuf/pixbuf-document.c:
13728         (pixbuf_document_thumbnails_get_dimensions),
13729         (pixbuf_document_document_thumbnails_iface_init):
13730
13731         implement get_dimensions
13732
13733 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13734
13735         * ps/ps-document.c: (ps_document_goto_page):
13736
13737         Fix page switching on multipage documents
13738
13739 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
13740
13741         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13742         
13743         check for NULL before assigning to width and height parameters
13744
13745 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
13746
13747         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
13748         (pixbuf_document_set_property), (pixbuf_document_get_property):
13749
13750         implement get/set properties
13751
13752 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
13753
13754         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
13755         
13756         return NULL instead of "Unknown", letting the title get set to
13757         the filename when the pdf has no title.
13758
13759 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13760
13761         * ps/ps-document.c: (ps_document_get_page_count),
13762         (ps_document_goto_page):
13763
13764 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13765
13766         * shell/ev-history.c: (ev_history_get_property),
13767         (ev_history_set_property), (ev_history_class_init),
13768         (ev_history_add_page), (ev_history_set_current_index):
13769         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
13770         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
13771         (ev_navigation_action_finalize):
13772         * shell/ev-navigation-action.h:
13773         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13774         (ev_view_go_forward), (ev_view_get_find_status_message),
13775         (history_index_changed_cb), (ev_view_set_history):
13776         * shell/ev-view.h:
13777         * shell/ev-window.c: (update_total_pages), (ev_window_open),
13778         (update_current_page), (register_custom_actions):
13779
13780         Implement history dropdowns
13781
13782 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13783
13784         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
13785         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13786         (ev_view_go_forward):
13787         * shell/ev-window.c: (register_custom_actions):
13788
13789         Fix several history bugs
13790
13791 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
13792
13793         * configure.ac: Add «nb» to ALL_LINGUAS.
13794
13795 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
13796
13797         * backend/Makefile.am:
13798         * backend/ev-bookmark.c:
13799         * backend/ev-bookmark.h:
13800         * backend/ev-document-bookmarks.c:
13801         * backend/ev-document-bookmarks.h:
13802         * backend/ev-document-links.c: (ev_document_links_get_type),
13803         (ev_document_links_has_document_links),
13804         (ev_document_links_begin_read), (ev_document_links_get_link),
13805         (ev_document_links_get_child), (ev_document_links_next),
13806         (ev_document_links_free_iter):
13807         * backend/ev-document-links.h:
13808         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
13809         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
13810         (ev_link_get_link_type), (ev_link_set_link_type),
13811         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
13812         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
13813         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
13814         (ev_link_new_external):
13815         * backend/ev-link.h:
13816         * pdf/xpdf/pdf-document.cc:
13817         * shell/Makefile.am:
13818         * shell/ev-application.c: (ev_application_open_link):
13819         * shell/ev-application.h:
13820         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
13821         (ev_history_get_link_nth):
13822         * shell/ev-history.h:
13823         * shell/ev-sidebar-bookmarks.c:
13824         * shell/ev-sidebar-bookmarks.h:
13825         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
13826         (ev_sidebar_links_class_init), (selection_changed_cb),
13827         (ev_sidebar_links_construct), (ev_sidebar_links_init),
13828         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
13829         (do_one_iteration), (populate_links_idle),
13830         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
13831         * shell/ev-sidebar-links.h:
13832         * shell/ev-sidebar.c: (ev_sidebar_set_document):
13833         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
13834         (go_to_index):
13835         * shell/ev-view.h:
13836         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
13837         * shell/ev-window.h:
13838
13839         Rename bookmark to link, and use "Index" for the sidebar panel.
13840
13841 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13842
13843         * shell/Makefile.am:
13844         * shell/ev-application.c: (ev_application_open_bookmark):
13845         * shell/ev-application.h:
13846         * shell/ev-history.c: (ev_history_init), (free_links_list),
13847         (ev_history_finalize), (ev_history_class_init),
13848         (ev_history_add_link), (ev_history_add_page),
13849         (ev_history_get_link_nth), (ev_history_get_n_links),
13850         (ev_history_get_current_index), (ev_history_set_current_index),
13851         (ev_history_new):
13852         * shell/ev-history.h:
13853         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13854         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
13855         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
13856         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
13857         (ev_view_set_page):
13858         * shell/ev-view.h:
13859         * shell/ev-window.c: (ev_window_open_bookmark),
13860         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
13861         (goto_page_cb), (register_custom_actions):
13862         * shell/ev-window.h:
13863
13864         Initial history implementation. Needs work.
13865
13866 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
13867
13868         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
13869
13870 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13871
13872         * cut-n-paste/recent-files/egg-recent-item.c:
13873         * cut-n-paste/recent-files/egg-recent-item.h:
13874         * cut-n-paste/recent-files/egg-recent-model.c:
13875         * cut-n-paste/recent-files/egg-recent-util.c:
13876         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
13877         * cut-n-paste/recent-files/egg-recent-view.c:
13878
13879         Update
13880
13881 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
13882
13883         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
13884         (fillGlyph, fillImageMask, drawImage):
13885         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
13886         pdf/splash/SplashTypes.h:
13887         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
13888         packed mode for Splash.
13889
13890         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
13891         RGB8 packed mode, eliminates the pixbuf data creation loop.
13892
13893         * shell/ev-print-job.c (ev_print_job_finalize)
13894         (ev_print_job_set_property, ev_print_job_get_property)
13895         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
13896         (ev_print_job_use_print_dialog_settings, idle_print_handler)
13897         (print_closure_finalize, ev_print_job_print): implement
13898         printing (for backends with EvPsExporter)
13899
13900         * shell/ev_print_job.h: update prototypes.
13901
13902         * shell/ev-window.c (ev_window_print): unref print job after
13903         printing.
13904
13905         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
13906         unless the document implements the EvDocumentFind interface.
13907
13908 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
13909
13910         * configure.ac: Added ja to ALL_LINGUAS.
13911
13912 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13913
13914         * pdf/xpdf/pdf-document.cc:
13915
13916         add a FIXME. We should probably not allocate
13917         a bookmark object every time
13918
13919 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13920
13921         * shell/ev-application.c: (ev_application_open),
13922         (ev_application_open_bookmark):
13923         * shell/ev-application.h:
13924         
13925         Add a way to open bookmarks
13926
13927         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
13928         (ev_bookmark_set_uri), (ev_bookmark_get_property),
13929         (ev_bookmark_set_property), (ev_bookmark_class_init),
13930         (ev_bookmark_new_title), (ev_bookmark_new_link),
13931         (ev_bookmark_new_external):
13932
13933         Support for external uris, better constructors.
13934
13935         * backend/ev-bookmark.h:
13936         * pdf/xpdf/pdf-document.cc:
13937         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13938
13939         Handle external uris
13940
13941 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13942
13943         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
13944         (ev_sidebar_bookmarks_construct), (do_one_iteration):
13945
13946         Hook up bookmarks navigation
13947
13948 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13949
13950         * backend/Makefile.am:
13951         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
13952         (ev_bookmark_get_title), (ev_bookmark_set_title),
13953         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
13954         (ev_bookmark_get_page), (ev_bookmark_set_page),
13955         (ev_bookmark_get_property), (ev_bookmark_set_property),
13956         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
13957         (ev_bookmark_new):
13958         * backend/ev-bookmark.h:
13959         * backend/ev-document-bookmarks.c:
13960         (ev_document_bookmarks_get_bookmark):
13961         * backend/ev-document-bookmarks.h:
13962         * pdf/xpdf/pdf-document.cc:
13963         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
13964
13965         Add a bookmark object to the backend and use it instead of get_values
13966
13967 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13968
13969         * data/evince-ui.xml:
13970
13971         Cleanup and add select all.
13972
13973         * shell/ev-view.c: (ev_view_select_all),
13974         (ev_view_button_press_event):
13975         * shell/ev-view.h:
13976         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
13977
13978         Add select all.
13979         Clear selection on click.
13980
13981 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
13982
13983         * shell/ev-sidebar-thumbnails.c
13984         (ev_sidebar_thumbnails_set_document): forgot to unref the
13985         loading_icon.
13986
13987 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
13988
13989         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
13990         at the visible page, not just linearly.  This makes it look fast.
13991
13992 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
13993
13994         * backend/ev-document-misc.c
13995         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
13996         white.
13997         * backend/ev-document-thumbnails.h: New interface to get the size
13998         of a page.
13999
14000 2005-01-06  Jeremy Katz  <katzj@redhat.com>
14001
14002         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
14003         make dist works
14004
14005 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
14006
14007         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
14008         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
14009         things up a bit.
14010
14011         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
14012
14013 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
14014
14015         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
14016         fonts. Should fix font problems on systems that have the base
14017         fonts in bitmap format. Reported by James Henstridge
14018         <james@jamesh.id.au>.
14019
14020 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14021
14022         * pdf/xpdf/Gfx.cc:
14023         * pdf/xpdf/GfxState.cc:
14024
14025         Fix for CAN-2004-1125
14026
14027 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14028
14029         * shell/ev-view.c: (ev_view_copy):
14030         * shell/ev-view.h:
14031         * shell/ev-window.c: (ev_window_cmd_edit_copy):
14032
14033         Implement Edit->Copy
14034
14035 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14036
14037         * backend/ev-document.c: (ev_document_get_text):
14038         * backend/ev-document.h:
14039         * pdf/xpdf/pdf-document.cc:
14040         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
14041         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
14042         (ev_view_update_primary_selection), (ev_view_button_press_event),
14043         (ev_view_motion_notify_event), (ev_view_button_release_event):
14044
14045         Beginnings of clipboard support. Incomplete but primary sort
14046         of work.
14047
14048 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14049
14050         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
14051         (expose_bin_window):
14052
14053         Nicer rubberband drawing, from GtkIconView.
14054
14055 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14056
14057         * backend/ev-document.c: (ev_document_save):
14058         * backend/ev-document.h:
14059         * data/evince-ui.xml:
14060         * pdf/xpdf/pdf-document.cc:
14061         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
14062
14063         Implement "Save a copy..." menu item
14064
14065 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14066
14067         * shell/ev-view.c: (ev_view_zoom):
14068
14069         Queue a resize when zoom changes
14070
14071 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
14072
14073         * backend/ev-document-misc.[ch]: New misc file to do simple drop
14074         shadows.
14075
14076         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
14077         thumbnails..
14078
14079 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
14080
14081         * pdf/xpdf/pdf-document.cc
14082         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
14083
14084 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
14085
14086         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
14087         It's slow, but I'll speed it up next!
14088
14089 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
14090
14091         * shell/main.c (load_files):
14092
14093         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
14094         from the command line and because it seems more appropriate.
14095
14096 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14097
14098         * data/evince-ui.xml:
14099         * shell/ev-window.c: (update_action_sensitivity),
14100         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
14101
14102         s/next page/page down
14103         s/previous page/page up
14104
14105 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14106
14107         * data/evince-ui.xml:
14108
14109         Change the layout to match clarkbw design.
14110
14111         * shell/Makefile.am:
14112         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
14113         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
14114         (ev_navigation_action_finalize),
14115         (ev_navigation_action_set_property),
14116         (ev_navigation_action_get_property),
14117         (ev_navigation_action_class_init):
14118         * shell/ev-navigation-action.h:
14119
14120         Implement clarkbw toolbar navigation controls (incomplete)
14121
14122         * shell/ev-page-action.c: (update_label), (update_spin),
14123         (value_changed_cb), (create_tool_item), (connect_proxy),
14124         (ev_page_action_init), (ev_page_action_finalize),
14125         (ev_page_action_set_property), (ev_page_action_get_property),
14126         (ev_page_action_set_current_page),
14127         (ev_page_action_set_total_pages), (ev_page_action_class_init):
14128         * shell/ev-page-action.h:
14129
14130         Implement a page switcher in the toolbar
14131
14132         * shell/ev-view.c: (ev_view_scroll_view):
14133         * shell/ev-window.c: (update_total_pages), (ev_window_open),
14134         (update_current_page), (view_page_changed_cb), (goto_page_cb),
14135         (register_custom_actions), (ev_window_init):
14136
14137         Change page on PageUp/Down.
14138
14139 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
14140
14141         * pdf/xpdf/pdf-document.cc
14142         (pdf_document_thumbnails_get_thumbnail): initial stab at
14143         implementing thumbnail support for pdfs.  It only does documents
14144         with precached pdfs now.
14145
14146 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
14147
14148         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
14149         thumbnail code into a time-based idle as well.  Also, turn off the
14150         shadow temporarily as it's really slow.
14151
14152 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14153
14154         * backend/ev-document.c: (ev_document_class_init):
14155         * pdf/xpdf/pdf-document.cc:
14156         * shell/ev-window.c: (ev_window_open):
14157
14158         Fix document title bugs and fallback to
14159         filename when not available.
14160
14161 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14162
14163         * backend/ev-document.c: (ev_document_get_type),
14164         (ev_document_class_init), (ev_document_load),
14165         (ev_document_get_title):
14166         * backend/ev-document.h:
14167         * pdf/xpdf/pdf-document.cc:
14168         * ps/ps-document.c: (ps_document_set_property),
14169         (ps_document_get_property), (ps_document_class_init),
14170         (document_load):
14171         * ps/ps-document.h:
14172         * ps/ps.h:
14173         * shell/ev-window.c: (update_window_title), (ev_window_open),
14174         (ev_window_init):
14175
14176         Initial support for document title. Not working yet.
14177
14178 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14179
14180         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
14181
14182         Grab focus on the view when clicking it
14183
14184 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14185
14186         * shell/ev-marshal.list:
14187         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
14188         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
14189
14190         Add key bindings to the view. Now if the focus would work
14191         right...
14192
14193 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14194
14195         * Makefile.am:
14196         * backend/Makefile.am:
14197         * data/Makefile.am:
14198         * dvi/Makefile.am:
14199         * dvi/dvilib/Makefile.am:
14200         * pdf/xpdf/Makefile.am:
14201         * po/POTFILES.in:
14202         * ps/Makefile.am:
14203
14204         Fix distcheck
14205
14206 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14207
14208         * shell/ev-view.c: (ev_view_realize):
14209
14210         Fix mouse wheel scrolling
14211
14212 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14213
14214         * ps/Makefile.am:
14215         * ps/gstypes.h:
14216         * ps/gtkgs.c:
14217         * ps/gtkgs.h:
14218         * ps/ps-document.c: (catchPipe), (ps_document_init),
14219         (ps_document_class_init), (ps_document_cleanup),
14220         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
14221         (set_up_page), (close_pipe), (is_interpreter_ready),
14222         (interpreter_failed), (output), (input), (start_interpreter),
14223         (stop_interpreter), (file_length), (file_readable),
14224         (check_filecompressed), (check_pdf), (compute_xdpi),
14225         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
14226         (ps_document_get_type), (ps_document_emit_error_msg),
14227         (document_load), (ps_document_next_page),
14228         (ps_document_get_current_page), (ps_document_get_page_count),
14229         (ps_document_goto_page), (ps_document_set_page_size),
14230         (ps_document_zoom_to_fit), (ps_document_set_zoom),
14231         (ps_document_load), (ps_document_get_n_pages),
14232         (ps_document_set_page), (ps_document_get_page),
14233         (ps_document_widget_event), (ps_document_set_target),
14234         (ps_document_set_scale), (ps_document_set_page_offset),
14235         (ps_document_get_page_size), (ps_document_render),
14236         (ps_document_document_iface_init):
14237         * ps/ps-document.h:
14238         * ps/ps.c:
14239         * shell/ev-window.c: (ev_window_open):
14240
14241         Rename GtkGS to PSDocument
14242
14243 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14244
14245         * ps/gtkgs.c: (gtk_gs_class_init):
14246         * ps/gtkgs.h:
14247
14248         Some more leftover...
14249
14250 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14251
14252         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
14253         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
14254         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
14255         * ps/gtkgs.h:
14256
14257         Remove unused code and make a lot of stuff private
14258
14259 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14260
14261         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
14262         (gtk_gs_defaults_changed):
14263         * ps/gsdefaults.h:
14264         * ps/gtkgs.c:
14265         * ps/gtkgs.h:
14266         * ps/ps.h:
14267
14268         Cleanup headers dependencies
14269
14270 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14271
14272         * ps/Makefile.am:
14273         * ps/ggvutils.c:
14274         * ps/ggvutils.h:
14275         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
14276         * ps/gsdefaults.h:
14277         * ps/gtkgs.c: (file_length), (file_readable),
14278         (check_filecompressed), (check_pdf), (gtk_gs_load),
14279         (gtk_gs_get_postscript):
14280
14281         Get rid of ggvutils
14282
14283 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14284
14285         * ps/ggvutils.c:
14286         * ps/ggvutils.h:
14287         * ps/gsio.h:
14288         * ps/gtkgs.c: (gtk_gs_set_zoom):
14289
14290         Cleanups
14291
14292 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14293
14294         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
14295
14296         Ensure the page is rerendered when changing zoom
14297
14298 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14299
14300         * backend/ev-document.c: (ev_document_base_init),
14301         (ev_document_changed):
14302         * backend/ev-document.h:
14303
14304         Add a changed event that is emitted when the page content
14305         changes. This is necessary to deal with the fact that
14306         in ps backend rendering happen asycrounously.
14307         This makes the ps backend mostly work.
14308
14309         * pdf/xpdf/pdf-document.cc:
14310
14311         Emit changed event
14312
14313         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
14314         (ps_document_set_target):
14315
14316         Emit changed event
14317
14318         * shell/ev-view.c: (document_changed_callback),
14319         (ev_view_set_document), (ev_view_set_page):
14320
14321         Redraw on the changed signal
14322
14323 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
14324
14325         * configure.ac: Added pt_BR to ALL_LINGUAS.
14326
14327 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
14328
14329         * backend/ev-document-bookmarks.c:
14330         (ev_document_bookmarks_get_child): *
14331         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
14332         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
14333         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
14334         (ev_sidebar_bookmarks_destroy),
14335         (ev_sidebar_bookmarks_class_init),
14336         (ev_sidebar_bookmarks_construct), (stack_data_free),
14337         (do_one_iteration), (populate_bookmarks_idle),
14338         (ev_sidebar_bookmarks_clear_document),
14339         (ev_sidebar_bookmarks_set_document): *
14340         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
14341         (ev_sidebar_add_page),
14342         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
14343         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
14344         it displays both the topics and the page numbers.
14345
14346 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
14347
14348         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
14349         toggle.
14350         * shell/ev-window.c (toggle_entries): Set sidebar default value to
14351         visible.
14352
14353 2004-12-23  Adam Weinberger  <adamw@gnome.org>
14354
14355         * configure.ac: Added en_CA to ALL_LINGUAS.
14356
14357 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14358
14359         * ChangeLog: replace bottom of this ChangeLog (merged history of
14360         ggv and gpdf; where all paths were wrong and most of the files are
14361         not even in this tree) with ChangeLog (from arch) of the shell
14362         code.
14363
14364 2004-12-23  Havoc Pennington  <hp@redhat.com>
14365
14366         * shell/ev-window.c: hook up potentially-questionable "find
14367         results status text" feature - something involving the sidebar or
14368         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
14369         might be better in the end.
14370
14371         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
14372         with corresponding signal when it should be updated
14373
14374         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
14375
14376 2004-12-22  Havoc Pennington  <hp@redhat.com>
14377
14378         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
14379         find stuff on other pages, sort of (only returns one result on
14380         invisible pages, to show they have results; updates full results
14381         for a page when you view it). Currently repaints the current page
14382         every time a new result is found on any page, which isn't so nice.
14383
14384 2004-12-22  Havoc Pennington  <hp@redhat.com>
14385
14386         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
14387         the document doesn't support find (better ideas?)
14388         (find_bar_search_changed_cb): handle missing document or document
14389         that doesn't support find
14390
14391         * pdf/xpdf/pdf-document.cc: port to implement the new
14392         EvDocumentFindIface
14393
14394         * backend/ev-document-find.c: create a new interface for searching
14395
14396         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
14397
14398 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14399
14400         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
14401         libevbackend.la.
14402
14403         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
14404         EvPrintJob constructor arguments.
14405
14406         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
14407         for documents that can export PostScript (page by page).
14408
14409         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
14410         
14411         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
14412         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
14413         (pdf_document_ps_exporter_iface_init:
14414         Implement EvPSExporter.
14415
14416         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
14417
14418 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14419
14420         * backend/Makefile.am:
14421         * backend/ev-document-thumbnails.c:
14422         (ev_document_thumbnails_get_type),
14423         (ev_document_thumbnails_get_thumbnail):
14424         * backend/ev-document-thumbnails.h:
14425         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
14426         (pixbuf_document_thumbnails_get_thumbnail),
14427         (pixbuf_document_document_thumbnails_iface_init):
14428         * shell/Makefile.am:
14429         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
14430         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
14431         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
14432         * shell/ev-sidebar-thumbnails.h:
14433         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
14434         (ev_sidebar_set_document):
14435         * shell/ev-utils.c: (gaussian), (create_blur_filter),
14436         (create_shadow), (ev_pixbuf_add_shadow):
14437         * shell/ev-utils.h:
14438         Add thumbnail support.
14439         
14440 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14441
14442         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
14443         (using_postscript_printer): Set up a print dialog for "PostScript
14444         injection" method.
14445
14446         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
14447         EvPrintJob.
14448
14449         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
14450
14451 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14452
14453         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
14454         (ps_document_set_target), (ps_document_get_page_size),
14455         (ps_document_render):
14456         * ps/gtkgs.h:
14457
14458         Fix a few bugs
14459
14460 2004-12-22  Christian Rose  <menthos@menthos.com>
14461
14462         * configure.ac: Added "sv" to ALL_LINGUAS.
14463
14464 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
14465
14466         * backend/ev-document-bookmarks.[ch]: new interface to indicate
14467         document supports bookmarks.
14468
14469 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14470
14471         * ps/ggvutils.c: (ggv_file_readable):
14472         * ps/ggvutils.h:
14473         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
14474         (gtk_gs_get_postscript):
14475
14476         Remove unused utils
14477
14478 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14479
14480         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
14481         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
14482         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
14483         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
14484         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
14485         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
14486         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
14487         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
14488         (gtk_gs_set_antialiasing), (ps_document_load),
14489         (ps_document_render):
14490         * ps/gtkgs.h:
14491
14492         Another check point for the ps backend. Now I can get it to show
14493         pages!
14494
14495 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
14496
14497         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
14498         document setting code.
14499
14500 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14501
14502         * shell/eggfindbar.c: (entry_activate_callback):
14503         Animate the next button when activate is pressed.
14504         
14505 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14506
14507         * shell/ev-window.c: (ev_window_cmd_edit_find),
14508         (update_fullscreen_popup), (ev_window_fullscreen),
14509         (ev_window_unfullscreen), (ev_window_state_event_cb),
14510         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
14511         Fix bugs in fullscreen code.
14512         
14513 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14514
14515         * Makefile.am:
14516         * configure.ac:
14517         * pixbuf/Makefile.am:
14518         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
14519         (pixbuf_document_load), (pixbuf_document_get_n_pages),
14520         (pixbuf_document_set_page), (pixbuf_document_get_page),
14521         (pixbuf_document_set_target), (pixbuf_document_set_scale),
14522         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
14523         (pixbuf_document_render), (pixbuf_document_begin_find),
14524         (pixbuf_document_end_find), (pixbuf_document_finalize),
14525         (pixbuf_document_class_init),
14526         (pixbuf_document_document_iface_init), (pixbuf_document_init):
14527         * pixbuf/pixbuf-document.h:
14528         * shell/Makefile.am:
14529         * shell/ev-application.c: (ev_application_open):
14530         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
14531         (ev_window_open):
14532         Add pixbuf backend.
14533         
14534 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
14535
14536         * Makefile.am: 
14537         * dvi/dvilib/Makefile.am:
14538         * dvi/Makefile.am:
14539         * configure.ac: Auto*ify dvi and dvi/dvilib
14540
14541         * dvi/Makefile: Remove from CVS
14542         
14543         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
14544         confusion.
14545
14546         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
14547         
14548         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
14549         
14550 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14551
14552         * ps/Makefile.am:
14553         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
14554         (gtk_gs_value_adjustment_changed), (compute_size),
14555         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
14556         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
14557         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
14558         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
14559         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
14560         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
14561         (ps_document_load), (ps_document_get_n_pages),
14562         (ps_document_set_page), (ps_document_get_page),
14563         (ps_document_set_target), (ps_document_set_scale),
14564         (ps_document_set_page_offset), (ps_document_get_page_size),
14565         (ps_document_render), (ps_document_begin_find),
14566         (ps_document_end_find), (ps_document_document_iface_init):
14567         * ps/gtkgs.h:
14568         * shell/Makefile.am:
14569         * shell/ev-window.c: (ev_window_open):
14570
14571         Some work to integrate gtkgs with EvDocument
14572
14573 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14574
14575         * shell/ev-window.c: (update_fullscreen_popup),
14576         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
14577         (exit_fullscreen_button_clicked_cb),
14578         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
14579         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
14580         (ev_window_state_event_cb), (ev_window_init):
14581         Add fullscreen support from Epiphany.
14582         
14583 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14584
14585         * data/ev-stock-zoom-fit-width.png: fit-width
14586         stock icon from gpdf.
14587         
14588         * shell/ev-stock-icons.[ch]: copied from gpdf.
14589         
14590         * shell/main.c: (main): init stock icons.
14591         
14592         * shell/ev-window.c: use the fit-width icon.
14593         
14594         * data/evince-ui.xml: add zooming toolbar items.
14595
14596 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14597
14598         * shell/ev-view.c: 
14599         (ev_view_best_fit), (ev_view_fit_width): because
14600         get_page_size() returns the scaled page size, we
14601         need to calculate the scale factor relative to
14602         the previous scale factor. Should really just
14603         add get_real_page_size().
14604
14605 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14606
14607         * shell/ev-view.[ch]:
14608         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
14609         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
14610         add zooming.
14611         
14612         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
14613         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
14614         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
14615         hook it up.
14616         
14617         * pdf/xpdf/pdf-document.cc:
14618         (pdf_document_begin_find),
14619         (pdf_document_end_find): make static.
14620
14621 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14622
14623         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
14624
14625         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
14626         names to fontconfig patterns.
14627         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
14628
14629         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
14630         setupBaseFontsFc.
14631
14632 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14633
14634         * Makefile.am:
14635         * configure.ac:
14636         * ps/Makefile.am:
14637         * ps/ggvutils.c:
14638         * ps/ggvutils.h:
14639         * ps/gsdefaults.c:
14640         * ps/gsdefaults.h:
14641         * ps/gsio.c:
14642         * ps/gsio.h:
14643         * ps/gtkgs.c:
14644         * ps/gtkgs.h:
14645         * ps/ps.c:
14646         * ps/ps.h:
14647
14648         Import ggv backend. Not hooked up yet.
14649
14650 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14651
14652         * shell/main.c: (load_files), (main): load files
14653         from the command line.
14654
14655 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14656
14657         * configure.ac: don't require bonobo.
14658         
14659         * cut-n-paste/recent-files/*: kill bonobo recent
14660         view.
14661
14662         * shell/ev-window.c:
14663         (ev_window_is_empty): upd.
14664         (unable_to_load), (ev_window_open): load backend
14665         based on the mime type.
14666
14667 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14668
14669         * backend/.cvsignore: ignore generated marshalers source.
14670
14671         * shell/main.c (main): this is not epiphany.
14672
14673 2004-12-22  Havoc Pennington  <hp@redhat.com>
14674
14675         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
14676         (expose_bin_window): draw find highlights
14677
14678         * shell/ev-window.c (find_bar_search_changed_cb): implement 
14679         
14680         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
14681         (pdf_document_end_find): implement this interface
14682
14683         * backend/ev-document.c (ev_document_found): add this to emit
14684         signal
14685
14686 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
14687
14688         * data/evince-ui.xml: Add a few more toolbar items.
14689
14690         * shell/ev-window.c: Hook up page navigation toolbar 
14691         items.
14692
14693         * shell/ev-view.[ch]: add ev_view_set/get_page and 
14694         a page-changed signal.
14695
14696         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
14697         Add ev_document_get_page().
14698
14699         * shell/ev-window.c: Sensitize/desensitize navigation
14700         actions.
14701
14702 2004-12-21  Havoc Pennington  <hp@redhat.com>
14703
14704         * backend/ev-backend-marshal.c,
14705         backend/ev-backend-marshalers.list, backend/Makefile.am: add
14706         marshaler-generator thingy. I'm sure there's a better way to do
14707         this in the modern world.
14708
14709         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
14710         end_find methods and "found" signal.
14711
14712         * configure.ac: find glib-genmarshal
14713
14714 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
14715
14716         * shell/ev-sidebar.c: Construct an actual sidebar.
14717         * shell/ev-sidebar-bookmarks.[ch]:
14718         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
14719
14720 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
14721
14722         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
14723         Redo size handling.
14724         
14725         * shell/ev-view.c: Track the size from the document.
14726
14727 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
14728
14729         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
14730         constructor assumes ownership of the string passed in.
14731         
14732         * shell/ev-window.c (ev_window_open): Destroy the error
14733         dialog once we've displayed it.
14734
14735 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
14736
14737         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
14738         a bit, it works! (sort of)
14739
14740         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
14741         Move to .cc since we need to use C++ in the implementation.
14742
14743         * shell/dummy.cc: Add a CC file to force evince
14744         to be linked as a C++ program.
14745
14746 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
14747
14748         * shell/ev-view.[ch]: Start of content-area widget.
14749
14750         * shell/ev-window.c: Create a EvView, update it
14751         as we change documents.
14752
14753         * shell/Makefile.am shell/ev-marshal.list: Add
14754         generated marshalers.
14755
14756 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
14757
14758         * Makefile.am (SUBDIRS): move shell.
14759
14760 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
14761
14762         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
14763         .a to libtool convenience libraries.
14764
14765         * shell/ev-window.c (ev_window_open): Hard code loading
14766         a PDF document.
14767         
14768         * backend/ev-document.h: Add a boolean return to load(),
14769         fix GError * to GError **.
14770
14771         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
14772         object for a PDF backend EvDocument.
14773
14774 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
14775
14776         * dvi/*: New directory with the beginning of a .dvi backend.
14777
14778 2004-12-21  Havoc Pennington  <hp@redhat.com>
14779
14780         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
14781         previous/next instead of back/forward
14782
14783 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
14784
14785         * backend/ev-document.[ch]: Fix a couple of problems so
14786         it compile.
14787
14788 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
14789
14790         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
14791         to backend/ directory, rename EvViewer to EvDocument.
14792
14793 2004-12-21  Havoc Pennington  <hp@redhat.com>
14794
14795         * shell/ev-window.c: hook up the find bar widget; now we just need
14796         a document to find things in
14797
14798         * shell/eggfindbar.c: a find bar widget
14799
14800 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
14801
14802         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
14803
14804 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
14805
14806         * pdf/**: Import of xpdf code from gpdf. 
14807
14808         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
14809
14810         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
14811         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
14812         Fix FreeType includes.
14813
14814         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
14815         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
14816         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
14817         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
14818         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
14819         Include xpdfconfig.h
14820         
14821 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
14822
14823         * shell/ev-window.c (ev_window_dispose): dispose can be called
14824         multiple times.
14825
14826 2004-12-21  Havoc Pennington  <hp@redhat.com>
14827
14828         * shell/ev-window.c (ev_window_init): set title to Document Viewer
14829         rather than Evince
14830
14831         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
14832         items; really they should be synced with the strings, etc. from
14833         current gpdf, but just getting the boring typing out of the way 
14834
14835 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14836
14837         * po/POTFILES.in:
14838         * shell/ev-application.c: (window_destroy_cb):
14839         * shell/ev-window.c:
14840         * shell/main.c: (main):
14841
14842         Actually show the window...
14843
14844 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14845
14846         * Makefile.am:
14847         * shell/Makefile.am:
14848         * shell/ev-application.c: (ev_application_class_init):
14849         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
14850
14851         Make it build again
14852
14853 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14854
14855         Import to gnome cvs.
14856         
14857         * Remove copies of gpdf and ggv trees.
14858         * Rip out all the recursive configure code.
14859         * Remove bonobo machinery.
14860         * viewer/*: GInterfaces that backends should/can implement.
14861
14862 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14863
14864         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
14865         typo
14866
14867 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14868
14869         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
14870         (ev_application_finalize, ev_application_class_init)
14871         (ev_application_init): use GType instance private data for priv.
14872
14873         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
14874         (ev_window_finalize, ev_window_class_init)
14875         (ev_window_init): ditto.
14876
14877 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14878
14879         * shell/ev-application.c (ev_application_new_window): make public
14880         (ev_application_show_initial_window): kill.
14881
14882         * shell/ev-application.h: update prototypes.
14883
14884         * shell/main.cc (main): inline ev_application_show_initial_window.
14885
14886 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14887
14888         * shell/ev-application.c (ev_application_new_window): impl.
14889         (ev_application_show_initial_window): use it.
14890         (is_window_empty, ev_application_get_empty_window): returns an
14891         existing empty window or a new one.
14892         (ev_application_open): from ev_window_cmd_file_open.
14893
14894         * shell/ev-application.h: update prototypes
14895
14896         * shell/ev-window.c (ev_window_is_empty): impl.
14897         (ev_window_open): make public.
14898         (ev_window_cmd_file_open): use ev_application_open
14899
14900         * shell/ev-window.h: update prototypes, remove unused.
14901
14902 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14903
14904         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
14905         move destroy handler out of here...
14906
14907         * shell/ev-application.c, shell/ev-application.h: ...into this new
14908         class. Also handles initial window creation.
14909
14910         * shell/main.cc (main): use EvApplication to create initial
14911         window.
14912
14913 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14914
14915         * Makefile.am (SUBDIRS): add cut-n-paste
14916
14917         * cut-n-paste/Makefile.am: add
14918
14919         * configure.ac: generate Makefiles in cut-n-paste
14920
14921 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14922
14923         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
14924         (ev_window_class_init): install ev_window_dispose.
14925
14926 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14927
14928         * shell/ev-window.h, shell/ev-window.c: replace gchar with
14929         char (gchar looks stupid).
14930
14931 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14932
14933         * po/de.po: updated German translation.
14934
14935 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14936
14937         * configure.ac: add more pkg-config library checks for gnome-vfs,
14938         bonobo etc.
14939
14940         * gpdf/configure.in: temporarily disable libpaper
14941         checks. Otherwise I'd have to add the checks for the shell, too.
14942
14943 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14944
14945         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
14946         and * file filters to the file choose.
14947
14948 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14949
14950         * po/de.po: Updated German translation.
14951
14952 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14953
14954         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
14955
14956 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14957
14958         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
14959
14960         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
14961         (ev_window_init): implement those menuitems.
14962
14963 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14964
14965         * data/evince-ui.xml: add a toolbar (with FileOpen action)
14966
14967         * shell/ev-window.c (ev_window_init): use the toolbar.
14968
14969 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14970
14971         * shell/ev-window.c (ev_window_init): use menu translations
14972
14973 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14974
14975         * configure.ac: add "de" to ALL_LINGUAS.
14976
14977         * po/de.po: add German translation.
14978
14979 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14980
14981         * Makefile.am (SUBDIRS): add po
14982
14983         * configure.ac: check intltool, glib-gettext etc, generate
14984         po/Makefile.in
14985
14986         * po, po/POTFILES.in, po/POTFILES.skip: new.
14987
14988 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14989
14990         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
14991         already use (#ifdef ENABLE_NLS)
14992
14993         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
14994         pointer indirection thinko.
14995
14996         * shell/main.c: include gi18n.h for bindtextdomain etc.
14997
14998 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14999
15000         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
15001         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
15002         tooltips for menu items in the statusbar.
15003
15004 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15005
15006         * configure.ac, data/Makefile.am, shell/Makefile.am: use
15007         pkgdatadir drop UIDIR
15008
15009 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15010
15011         * data/evince-ui.xml: Add File->Open menu item
15012
15013         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
15014         chooser), hook it up in the ui manager.
15015
15016 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15017
15018         * shell/ev-window.c: fix Help->About tooltip.
15019
15020 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
15021
15022         * configure.ac: set CFLAGS for libevprivate.
15023
15024         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
15025         definitions, factory etc.
15026
15027         * lib/Makefile.am: build libevprivate.a (only stock icon code).
15028
15029         * shell/Makefile.am: link against libevprivate.a.
15030
15031         * shell/ev-window.c (entries): add stock icon to Help->About.
15032
15033         * shell/main.c (main): init stock icon code.
15034
15035 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15036
15037         * lib/recent-files: egg recent files code
15038
15039         * lib/Makefile.am: add.
15040
15041         * Makefile.am: add lib subdir.
15042
15043         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
15044         set CFLAGS for recent-files.
15045
15046 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15047
15048         * configure.ac: disable -ansi and -pedantic gcc flags. They
15049         disable POSIX stuff in stdio.h, but egg-recent uses them.
15050
15051 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
15052
15053         * configure.ac: add --disable-deprecated flag (defaults to on in
15054         "cvs" builds).
15055
15056         * shell/Makefile.am (INCLUDES): use it.
15057
15058 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15059
15060         * shell/main.c: add missing #include.
15061
15062         * shell/ev-window.c: fix for pedantic gcc.
15063         (ev_window_cmd_help_about): split license into paragraphs for
15064         translators and pedantic compilers.
15065
15066 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15067
15068         * configure.ac: add more warning flags if compiling with gcc from
15069         cvs (or explicitly requested with --enable-more-warnings).
15070
15071 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15072
15073         * data/evince-ui.xml: add File and File->Close menu.
15074
15075         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
15076         (ev_window_destroy): quit after destroy.
15077         (ev_window_class_init): override GtkObject::destroy.
15078         (entries): install close_window callback.
15079
15080 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15081
15082         * Makefile.am (SUBDIRS): add data subdir.
15083
15084         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
15085         gtk+ 2.5.0 for GtkAboutDialog.
15086
15087         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
15088         main window.
15089
15090         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
15091
15092         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
15093         manager.
15094         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
15095
15096 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15097
15098         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
15099
15100 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15101
15102         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
15103
15104 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15105
15106         * shell/*: Added shell directory boilerplate, build it.
15107
15108 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15109
15110         * configure.ac, Makefile.am: Added top-level configure.ac and
15111         Makefile.am