]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Rename LIB as LIBDOCUMENT and use SHELL_CORE for cut-n-paste code.
[evince.git] / ChangeLog
1 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * configure.ac:
4         * cut-n-paste/*/Makefile.am:
5         * libdocument/Makefile.am:
6
7         Rename LIB as LIBDOCUMENT and use SHELL_CORE for cut-n-paste
8         code.
9         
10 2009-01-18  Christian Persch  <chpe@gnome.org>
11
12         * libview/ev-view.c: (ev_view_drag_data_get),
13         (ev_view_drag_motion), (ev_view_update_primary_selection),
14         (clear_link_selected):
15         * shell/ev-sidebar-attachments.c:
16         (ev_sidebar_attachments_drag_data_get),
17         (ev_sidebar_attachments_get_property),
18         (ev_sidebar_attachments_init):
19         * shell/ev-window.c: Update drag handling code to use the
20         gtk_*_add_uri_targets and gtk_*_add_text_targets targets instead of
21         hardcoding the targets lists. Bug #558084.
22         
23 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
24
25         * libdocument/Makefile.am:
26         * libdocument/ev-backend-marshal.c:
27         * libdocument/ev-backend-marshalers.list:
28         * libdocument/ev-document.c:
29
30         Remove unused marshalers stuff from libdocument.
31         
32 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
33
34         * po/POTFILES.in:
35
36         Update for the current source tree.
37         
38 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
39
40         * configure.ac:
41         * Makefile.am:
42         * libdocument/Makefile.am:
43         * libview/Makefile.am:
44         * libview/ev-job-scheduler.[ch]:
45         * libview/ev-jobs.[ch]:
46         * libview/ev-page-cache.[ch]:
47         * libview/ev-pixbuf-cache.[ch]:
48         * libview/ev-timeline.[ch]:
49         * libview/ev-transition-animation.[ch]:
50         * libview/ev-view-accessible.[ch]:
51         * libview/ev-view-marshal.list:
52         * libview/ev-view.[ch]:
53         * shell/Makefile.am:
54
55         Move EvView specific code to a libeviview library so that it can
56         be embbeded in other applications. Based on patches by Tomeu
57         Vizoso. Fixes bug #567751.
58         
59 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
60
61         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
62         * shell/ev-window.c: (ev_window_load_job_cb),
63         (ev_window_load_job_cb), (ev_window_open_uri),
64         (ev_window_reload_local), (ev_window_dispose):
65
66         Remove dest, mode and search_string from EvJobLoad since they are
67         not really needed by the job, but for the window.
68         
69 2009-01-17  Carlos Garcia Campos  <carlosgc@gnome.org>
70
71         * shell/ev-view.c: (ev_view_drag_data_received),
72         (ev_view_class_init), (ev_view_init):
73         * shell/ev-window.c: (ev_window_drag_data_received),
74         (ev_window_class_init), (ev_window_init):
75
76         Make the whole EvWindow the destination of a drag and drop
77         operation.
78         
79 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
80
81         * shell/ev-window.c: (window_open_file_copy_progress_cb):
82
83         Add missing brakets around the percentage in progress
84         messages. See bug #567910.
85         
86 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
87
88         * shell/ev-application.c: (ev_application_open_window),
89         (ev_application_open_uri_at_dest):
90
91         Do no use gdk_x11_* when not available. Based on patch by Hib
92         Eris, see bug #339172.
93         
94 2009-01-16  Hib Eris  <hib@hiberis.nl>
95
96         * configure.ac:
97         * properties/ev-properties-view.c:
98         (ev_properties_view_format_date):
99
100         Check for localtime_r. See bug #339172.
101         
102 2009-01-16  Hib Eris  <hib@hiberis.nl>
103
104         * shell/main.c:
105
106         Include gdkx only for dbus support. See bug #339172.
107         
108 2009-01-16  Tomeu Vizoso  <tomeu@sugarlabs.org>
109
110         * shell/ev-view.c: (ev_view_set_zoom_for_size):
111
112         Expose ev_view_set_zoom_for_size for embedders to use. Fixes bug
113         #567785.
114         
115 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
116
117         * shell/ev-window.c: (reload_remote_copy_progress_cb),
118         (window_save_file_copy_progress_cb):
119
120         Use brakets around the percentage in progress messages. See bug
121         #567910.
122         
123 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
124
125         * shell/ev-window.c: (reload_remote_copy_ready_cb):
126
127         Fix typo in error message. See bug #567910.
128         
129 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
130
131         * shell/ev-window.c: (ev_window_cmd_file_close_window):
132
133         Fix mnemonic conflict. Fixes bug #567937.
134         
135 2009-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
136
137         * NEWS:
138         * configure.ac:
139
140         Update for release 2.25.4
141         
142 2009-01-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
143
144         * configure.ac:
145         
146         GLib version requirement bumped to 2.18 due to g_set_error_literal.
147         Thanks to Christian Spurk.
148
149 2008-12-31  Hib Eris  <hib@hiberis.nl>
150         
151         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri):
152
153         Fix mime type handling.
154         
155 2008-12-31  Carlos Garcia Campos  <carlosgc@gnome.org>
156
157         * po/POTFILES.in:
158
159         Add ev-print-operation.c.
160         
161 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
162
163         * shell/ev-window.c: (ev_window_clear_progress_idle),
164         (reset_progress_idle), (ev_window_show_progress_message),
165         (ev_window_reset_progress_cancellable),
166         (ev_window_progress_response_cb), (show_loading_progress),
167         (ev_window_load_remote_failed), (window_open_file_copy_ready_cb),
168         (window_open_file_copy_progress_cb), (ev_window_load_file_remote),
169         (show_reloading_progress), (reload_remote_copy_ready_cb),
170         (reload_remote_copy_progress_cb), (query_remote_uri_mtime_cb),
171         (show_saving_progress), (window_save_file_copy_ready_cb),
172         (window_save_file_copy_progress_cb), (ev_window_save_remote),
173         (ev_window_dispose):
174
175         Show progress information when loading/saving remote files. Fixes
176         bug #370958.
177         
178 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
179
180         * libdocument/ev-file-helpers.c: (ev_tmp_file_unlink):
181
182         Show better warning message when temp file cannot be deleted.
183         
184 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
185
186         * shell/ev-window.c: (image_save_dialog_response_cb):
187
188         Fix saving images to remote locations.
189         
190 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
191
192         * shell/ev-application.[ch]: (ev_application_shutdown),
193         (ev_application_get_print_settings_file),
194         (ev_application_save_print_settings),
195         (ev_application_get_print_settings),
196         (ev_application_set_print_settings),
197         (ev_application_get_page_setup), (ev_application_set_page_setup):
198         * shell/ev-window.c: (ev_window_save_print_page_setup),
199         (ev_window_load_print_page_setup_from_metadata),
200         (ev_window_print_page_setup_done_cb),
201         (ev_window_cmd_file_print_setup), (ev_window_do_preview_print),
202         (ev_window_cmd_preview_print):
203
204         Remember page setup options too. Paper size is globally remembered
205         while page margins are stored per document in metadata file. Fixes
206         bugs #525185 and #349102.
207         
208 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
209
210         * shell/ev-print-operation.c:
211         (ev_print_operation_export_print_dialog_response_cb):
212
213         Fallback to EV_FILE_FORMAT_PS when file_format is not defined.
214         
215 2008-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
216
217         * shell/ev-print-operation.c: (export_cancel),
218         (export_job_cancelled), (ev_print_operation_export_begin),
219         (ev_print_operation_export_cancel):
220         * shell/ev-window.c: (ev_window_print_cancel),
221         (ev_window_print_update_pending_jobs_message),
222         (ev_window_print_operation_done),
223         (ev_window_print_operation_status_changed),
224         (print_jobs_confirmation_dialog_response),
225         (ev_window_cmd_file_close_window):
226
227         Show a confirmation dialog when there are pending print jobs while
228         closing the main window. Fixes bug #480964.
229         
230 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
231
232         * shell/ev-print-operation.[ch]: (ev_print_operation_class_init),
233         (ev_print_operation_get_job_name),
234         (ev_print_operation_get_status),
235         (ev_print_operation_get_progress),
236         (ev_print_operation_update_status),
237         (ev_print_operation_export_get_job_name), (clamp_ranges),
238         (get_first_and_last_page), (ev_print_operation_export_run_next),
239         (print_job_finished), (export_print_done), (export_job_cancelled),
240         (update_progress), (export_print_page),
241         (ev_print_operation_export_begin),
242         (ev_print_operation_export_print_dialog_response_cb),
243         (ev_print_operation_export_run),
244         (ev_print_operation_export_cancel),
245         (ev_print_operation_export_class_init):
246         * shell/ev-window.c:
247         (ev_window_print_update_pending_jobs_message),
248         (ev_window_print_operation_done),
249         (ev_window_print_progress_response_cb),
250         (ev_window_print_operation_status_changed),
251         (ev_window_print_operation_begin_print), (ev_window_print_range),
252         (ev_window_dispose):
253
254         Show progress information when printing. Fixes bug #482770.
255         
256 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
257
258         * shell/Makefile.am:
259         * shell/ev-progress-message-area.[ch]:
260         * shell/ev-message-area.[ch]: (ev_message_area_init),
261         (ev_message_area_set_image_from_stock):
262
263         Add EvProgressMessageArea derived from EvMessageArea to show
264         progress information in the message area. 
265         
266 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
267
268         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
269
270         Use GTK_RESPONSE_CLOSE instead of GTK_RESPONSE_CANCEL for the
271         close button. Add a function to get the contents of the message
272         area.
273         
274 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
275
276         * shell/Makefile.am:
277         * shell/ev-print-operation.[ch]:
278         * shell/ev-jobs.[ch]: (ev_job_export_init),
279         (ev_job_export_dispose), (ev_job_export_run),
280         (ev_job_export_class_init), (ev_job_export_new),
281         (ev_job_export_set_page):
282         * shell/ev-window.c: (ev_window_print_operation_done),
283         (ev_window_print_range), (ev_window_dispose):
284
285         First step of the printing system rework. EvJobPrint has been
286         replaced by EvJobExport so that every page is scheduled to be
287         exported in a thread instead of scheduling the whole printing
288         process. This way the gui is responsive during printing.
289         
290 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
291
292         * shell/ev-window.c: (setup_size_from_metadata),
293         (ev_window_load_print_settings_from_metadata):
294
295         Fix memory leaks.
296         
297 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
298
299         * libdocument/ev-document.c: (ev_document_get_type):
300
301         Add GObject type as prerequisite to EvDocument interface so that
302         document instances can be used as GObjects.
303         
304 2008-12-19  Carlos Garcia Campos  <carlosgc@gnome.org>
305
306         * shell/ev-view.c: (jump_to_find_result):
307
308         Only jump the the location of the find result for the first match
309         when searching. It drastically improves the performance when
310         searching. Bug catched and fixed by Michael Hunold. Fixes bug
311         #564774.
312         
313 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
314
315         * properties/ev-properties-main.c: (ev_properties_get_pages):
316         * properties/ev-properties-view.[ch]:
317         (ev_properties_view_dispose), (ev_properties_view_class_init),
318         (ev_properties_view_set_info), (ev_properties_view_new):
319         * shell/ev-properties-dialog.[ch]:
320         (ev_properties_dialog_set_document):
321         * shell/ev-window.c: (ev_window_setup_document),
322         (ev_window_cmd_file_properties):
323
324         Add document URI to properties page. Fixes bug #555376.
325         
326 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
327
328         * configure.ac:
329         * data/Makefile.am:
330         * data/evince-password.glade: Removed
331         * data/evince-properties.glade: Removed
332         * properties/ev-properties-view.c:
333         (ev_properties_view_class_init), (set_property),
334         (ev_properties_view_set_info), (ev_properties_view_init):
335         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
336         (font_cell_data_func), (ev_properties_fonts_init):
337
338         Remove Glade dependency.
339         
340 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
341
342         * backend/comics/comics-document.c: (comics_document_load):
343
344         Fix zip mime-type in comics backend. Patch by Juanjo Marín.
345         
346 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
347
348         * NEWS:
349         * configure.ac:
350
351         Update for release 2.25.2
352         
353 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
354
355         * configure.ac:
356         * shell/Makefile.am:
357         * shell/ev-keyring.[ch]:
358         * shell/ev-password.[ch]: Removed
359         * shell/ev-password-view.[ch]: (ev_password_view_finalize),
360         (ev_password_view_class_init), (ev_password_view_clicked_cb),
361         (ev_password_view_init), (ev_password_view_set_uri),
362         (ev_password_dialog_got_response),
363         (ev_password_dialog_remember_button_toggled),
364         (ev_password_dialog_entry_changed_cb),
365         (ev_password_dialog_entry_activated_cb),
366         (ev_password_view_ask_password), (ev_password_view_get_password),
367         (ev_password_view_get_password_save_flags),
368         (ev_password_view_new):
369         * shell/ev-window.c: (ev_window_password_view_unlock),
370         (ev_window_load_job_cb), (ev_window_close_dialogs),
371         (ev_window_init):
372
373         Rework the password view. When the password is in the keyring it's
374         used automatically without showing the password dialog and it's  
375         only stored in the keyring when we are sure it's correct. The
376         password dialog has been reworked too, in order to make it
377         more hig compliant and consistent with the GTK+ dialog used in
378         gtkmountoperation. Fixes bug #562496. 
379         
380 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
381
382         * backend/comics/comics-document.c: (comics_document_load):
383
384         Do not trust file extensions when getting the command needed to
385         uncompress comic documents. Fixes bug #562143.
386         
387 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
388
389         * libdocument/ev-document-factory.c: (get_document_from_uri),
390         (ev_document_factory_get_document):
391         * libdocument/ev-file-helpers.[ch]: (get_mime_type_from_uri),
392         (get_mime_type_from_data), (ev_file_get_mime_type):
393
394         Move mime-type functions from document-facrory to file-helpers so
395         that it can be reused.
396         
397 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
398
399         * shell/ev-window.c: (ev_window_load_job_cb), (set_uri_mtime),
400         (window_open_file_copy_ready_cb), (ev_window_reload_local),
401         (reload_remote_copy_ready_cb), (query_remote_uri_mtime_cb),
402         (ev_window_reload_remote), (ev_window_reload_document):
403
404         Add support for reloading remote documents. Fixes bug #555399.
405         
406 2008-11-23  Carlos Garcia Campos  <carlosgc@gnome.org>
407
408         * shell/ev-view.c: (ev_view_find_previous):
409
410         Make sure find_result is never < 0 which causes a crash while
411         searching. Fixes bug #558377.
412         
413 2008-11-19  Marek Kašík <mkasik@redhat.com>
414
415         * shell/ev-pixbuf-cache.c (new_selection_surface_needed),
416         (ev_pixbuf_cache_get_selection_surface):
417         
418         Fixes crash on fast scrolling with simultaneous text selection.
419
420 2008-11-19  Marek Kašík <mkasik@redhat.com>
421
422         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_add_jobs_if_needed):
423         * shell/ev-window.c (launch_external_uri):
424         
425         Fixes assertion fail on selecting text. See bug #561393.
426
427 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
428
429         * shell/Makefile.am:
430         * shell/ev-jobs.[ch]: (ev_job_layers_init),
431         (ev_job_layers_dispose), (ev_job_layers_run),
432         (ev_job_layers_class_init), (ev_job_layers_new):
433         * shell/ev-sidebar-layers.[ch]:
434         * shell/ev-view.[ch]: (ev_view_form_field_button_create_widget),
435         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
436         (ev_view_reload_page), (ev_view_reload):
437         * shell/ev-window.c: (setup_sidebar_from_metadata),
438         (ev_window_sidebar_current_page_changed_cb),
439         (sidebar_layers_visibility_changed), (ev_window_init):
440
441         Add layers support.
442         
443 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
444
445         * data/icons/22x22/actions/Makefile.am:
446         * data/icons/22x22/actions/eye.png:
447         * shell/ev-stock-icons.[ch]:
448         
449         Add eye icon from gimp to hide/show layers.
450         
451 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
452
453         * configure.ac:
454         * cut-n-paste/Makefile.am:
455         * cut-n-paste/gimpcellrenderertoggle/Makefile.am:
456         * cut-n-paste/gimpcellrenderertoggle/gimpcellrenderertoggle.[ch]:
457         * cut-n-paste/gimpcellrenderertoggle/gimpwidgetsmarshal.list:
458
459         Add GimpCellRendererToggle from gimp slightly modified to fit our
460         needs. 
461         
462 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
463
464         * configure.ac:
465         * backend/pdf/ev-poppler.cc:
466
467         Implement layers interface in PDF backend.
468         
469 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
470
471         * libdocument/Makefile.am:
472         * libdocument/ev-document-layers.[ch]:
473         * libdocument/ev-layer.[ch]:
474
475         Add optional content (layers) interface.
476         
477 2008-11-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
478
479         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
480         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
481
482         Removes unused code.
483
484 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
485
486         * NEWS:
487         * configure.ac:
488
489         Update for 2.25.1 release
490
491 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
492
493         * shell/ev-window.c:
494
495         Fix build with GTK+ < 2.14
496
497 2008-11-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
498
499         * cut-n-paste/zoom-control/ephy-zoom-action.c (create_menu_item):
500         
501         Makes menu label translatable. Fixes bug #559129.
502
503 2008-11-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
504
505         * backend/dvi/mdvi-lib/t1.c (t1_reset_resolution),
506         (t1_transform_font):
507         * backend/dvi/mdvi-lib/tt.c (tt_really_load_font), (tt_load_font):
508         
509         More renames of warning to mdvi_warning in follow up to the
510         fix of the bug #553369. Fix for the bug #559257 by
511         Tuxce <tuxce.net@gmail.com>.
512         
513 2008-11-02  Carlos Garcia Campos  <carlosgc@gnome.org>
514
515         * shell/ev-application.c: (ev_application_init_session):
516         * shell/main.c: (main):
517
518         Move the egg_set_desktop_file() call to main and remove
519         gtk_window_set_default_icon_name() since it's already called by
520         egg_set_desktop_file()
521         
522 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
523
524         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
525
526         Initialize GError to NULL.
527         
528 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
529
530         * shell/ev-window.c: (window_save_file_copy_ready_cb),
531         (ev_window_print_finished), (ev_window_print_dialog_response_cb),
532         (ev_window_preview_print_finished), (launch_action):
533
534         Do not use popup dialogs to show error messages anymore, use the
535         message area instead.
536         
537 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
538
539         * shell/ev-window.c: (ev_window_error_message),
540         (ev_window_warning_message), (ev_window_set_document),
541         (ev_window_load_job_cb), (ev_window_load_remote_failed),
542         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
543         (ev_window_cmd_help_contents), (launch_external_uri),
544         (image_save_dialog_response_cb), (image_save_dialog_response_cb),
545         (ev_attachment_popup_cmd_open_attachment),
546         (attachment_save_dialog_response_cb):
547
548         Use a message format (with printf()-style) in
549         ev_window_error_message and ev_window_warning_message.
550
551 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
552
553         * shell/ev-window.c: (ev_window_error_message),
554         (ev_window_warning_message), (ev_window_set_document),
555         (ev_window_load_job_cb), (ev_window_load_remote_failed),
556         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
557         (ev_window_cmd_help_contents), (launch_external_uri),
558         (image_save_dialog_response_cb),
559         (ev_attachment_popup_cmd_open_attachment),
560         (attachment_save_dialog_response_cb):
561
562         Change ev_window_error_message and ev_window_warning_message to
563         receive a EvWindow instead of a GtkWindow. It's more consistent
564         and avoids unneeded casts.
565         
566 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
567
568         * shell/ev-window.c: (ev_window_cmd_help_contents):
569
570         Use gtk_show_uri() when availale to display help contents.
571         
572 2008-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
573
574         * configure.ac:
575         * backend/pdf/ev-poppler.cc:
576         * properties/ev-properties-view.c:
577         * shell/Makefile.am:
578         * shell/ev-tooltip.[ch]: Removed
579         * shell/ev-view-private.h
580         * shell/eggfindbar.c:
581         * shell/ev-application.c:
582         * shell/ev-open-recent-action.c:
583         * shell/ev-sidebar-thumbnails.c:
584         * shell/ev-view.c:
585         * shell/ev-window.c:
586
587         Bump GTK+ requirement to 2.12.
588         
589 2008-10-27 Christian Persch <chpe@gnome.org>
590
591         * backend/djvu/djvu-document.c
592         * backend/dvi/cairo-device.c
593         * cut-n-paste/evmountoperation/ev-mount-operation.h
594         * cut-n-paste/gedit-message-area/gedit-message-area.h
595         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
596         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h
597         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
598         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h
599         * cut-n-paste/toolbar-editor/egg-toolbars-model.c
600         * cut-n-paste/toolbar-editor/egg-toolbars-model.h
601         * cut-n-paste/toolbar-editor/eggtreemultidnd.c
602         * cut-n-paste/toolbar-editor/eggtreemultidnd.h
603         * cut-n-paste/zoom-control/ephy-zoom-action.c
604         * cut-n-paste/zoom-control/ephy-zoom-action.h
605         * cut-n-paste/zoom-control/ephy-zoom-control.c
606         * cut-n-paste/zoom-control/ephy-zoom-control.h
607         * libdocument/ev-async-renderer.h
608         * libdocument/ev-document-factory.c
609         * libdocument/ev-document-misc.h
610         * libdocument/ev-image.h
611         * libdocument/ev-selection.h
612         * shell/ev-properties-fonts.h
613         * shell/ev-stock-icons.h
614         * shell/ev-window.c: Only include glib.h, gdk/gdk.h and gtk/gtk.h
615         directly. Bug #558064.
616
617 2008-10-27 Christian Persch <chpe@gnome.org>
618
619         * cut-and-paste/smclient/*: Update from libegg.
620
621 2008-10-27 Christian Persch <chpe@gnome.org>
622
623         * backend/djvu/djvu-document.c
624         * backend/ps/ev-spectre.c
625         * shell/ev-jobs.c: Use printf safely. Bug #558066.
626
627 2008-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
628
629         * shell/ev-view.c (ev_view_change_page),
630         (ev_view_transition_animation_finish),
631         (ev_view_transition_animation_cancel), (page_changed_cb),
632         (ev_view_set_presentation), (ev_view_next_page),
633         (ev_view_previous_page):
634         
635         Cancel the animation without scheduling transition start
636         and proceed to the next page to fix bug #516749.
637
638 2008-10-19  Carlos Garcia Campos  <carlosgc@gnome.org>
639
640         * NEWS:
641         * configure.ac:
642
643         Update for release 2.24.1
644         
645 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
646
647         * shell/ev-window.c: (ev_window_cmd_view_presentation):
648
649         Disable toggle function of F5 when in presentation mode. Patch by
650         Dave Neary. Fixes bug #556162.
651         
652 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
653
654         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
655         (ev_sidebar_thumbnails_get_loading_icon), (clear_range),
656         (ev_sidebar_thumbnails_fill_model),
657         (ev_sidebar_thumbnails_refresh),
658         (ev_sidebar_thumbnails_set_document):
659
660         Instead of using only one loading icon for thumbnails based on the
661         size of the first page, create an icon for every different page
662         size. Fixes bug #556264.
663         
664 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
665
666         * shell/ev-page-cache.c: (ev_page_cache_finalize):
667
668         Fix memory leak.
669         
670 2008-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
671
672         * shell/ev-window-title.c (ev_window_title_sanitize_title):
673
674         Removes bad prefixes from window title. Patch by 
675         Robin Sonefors <ozamosi@blinkenlights.se> fixes bug #534684.
676         
677 2008-10-12  Carlos Garcia Campos  <carlosgc@gnome.org>
678
679         * shell/ev-window.c: (launch_external_uri):
680
681         Do not consider mailto links as http uris. Fixes bug #555801.
682         
683 2008-10-06  Carlos Garcia Campos  <carlosgc@gnome.org>
684
685         * shell/ev-view.c: (merge_selection_region), (clear_selection):
686
687         Fix memory leak. Fixes bug #555134.
688         
689 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
690
691         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
692
693         Emit the job finished signal when the job is handled before the
694         page_ready callback.
695         
696 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
697
698         * shell/ev-window.c: (launch_action):
699
700         Use GdkAppLaunchContext when available to launch external
701         applications.
702         
703 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
704
705         * shell/ev-window.c: (launch_action):
706
707         Fix launching external applications for launch actions which seems
708         to be broken since the gio port. Fixes bug #554500.
709         
710 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
711
712         * backend/dvi/Makefile.am:
713         * backend/dvi/cairo-device.c:
714         * backend/dvi/dvi-document.c:
715         * backend/dvi/mdvi-lib/Makefile.am:
716
717         Fix several compile warnings in the dvi backend.
718         
719 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
720
721         * backend/dvi/mdvi-lib/common.h:
722         * backend/dvi/mdvi-lib/dviread.c:
723         * backend/dvi/mdvi-lib/font.c:
724         * backend/dvi/mdvi-lib/fontmap.c:
725         * backend/dvi/mdvi-lib/fontsrch.c:
726         * backend/dvi/mdvi-lib/gf.c:
727         * backend/dvi/mdvi-lib/pagesel.c:
728         * backend/dvi/mdvi-lib/pk.c:
729         * backend/dvi/mdvi-lib/sp-epsf.c:
730         * backend/dvi/mdvi-lib/special.c:
731         * backend/dvi/mdvi-lib/tfm.c:
732         * backend/dvi/mdvi-lib/tfmfile.c:
733         * backend/dvi/mdvi-lib/util.c:
734         * backend/dvi/mdvi-lib/vf.c:
735
736         Rename error as mdvi_error to avoid symbol conflicts with the libc
737         error. Rename also message, crash, fatal and warning for
738         consistency. Fixes bug #553369.
739         
740 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
741
742         * backend/dvi/dvi-document.c: (dvi_document_load):
743
744         Fix memory leak.
745         
746 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
747
748         * backend/dvi/dvi-document.c:
749
750         Use EV_BACKEND_IMPLEMENT_INTERFACE instead of
751         G_IMPLEMENT_INTERFACE.
752         
753 2008-09-26  Carlos Garcia Campos  <carlosgc@gnome.org>
754
755         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
756
757         Make sure copy_job_page_and_selection_to_job_info is always called
758         before copy_job_to_job_info. Fixes bug #552382.
759         
760 2008-09-22  Carlos Garcia Campos  <carlosgc@gnome.org>
761
762         * NEWS:
763         * configure.ac:
764
765         Update for release 2.24.0
766         
767 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
768
769         * shell/ev-window.c: (launch_external_uri):
770
771         Use GdkAppLaunchContext when available to launch external uris.
772         
773 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
774
775         * shell/ev-window.c: (launch_external_uri):
776
777         Use the message area to show errors when lauching external uris
778         instead of a popup window.
779         
780 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
781
782         * shell/ev-window.c: (launch_external_uri):
783
784         Assume invalid uris are http uris. Fixes bug #552071.
785         
786 2008-09-09  Carlos Garcia Campos  <carlosgc@gnome.org>
787
788         * NEWS:
789         * configure.ac:
790
791         Update for release 2.23.92.
792         
793 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
794
795         * shell/eggfindbar.c: (egg_find_bar_class_init):
796
797         Allow page scrolling with PageUp/PageDown keys when find bar is
798         active. Fixes bug #529833.
799         
800 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
801
802         * shell/ev-view-private.h:
803         * shell/ev-view.[ch]: (add_scroll_binding_keypad),
804         (ev_view_scroll), (ev_view_class_init):
805         * shell/ev-view-accessible.c:
806         (ev_view_accessible_action_do_action):
807         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
808         (ev_window_cmd_scroll_backward):
809
810         Use GtkScrollType instead of EvScrollType.
811         
812 2008-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
813
814         * shell/ev-page-cache.c (ev_page_cache_set_page_label):
815         
816         Patch for case unsensitive page label match by Michael Lee.
817         See bug #550136.
818         
819         * shell/ev-page-action.c (create_tool_item):    
820         * test/Makefile.am:
821         * test/test1.py:
822         * test/test4.py:
823         * test/test5.py:
824         
825         Added test for the above and updated other tests.
826
827 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
828
829         * shell/ev-window.c: (image_save_dialog_response_cb):
830
831         Do not append the file extension twice when saving an image.
832         
833 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
834
835         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_image):
836
837         Remove an invalid ifdef.
838         
839 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
840
841         * shell/ev-view.c: (ev_view_motion_notify_event):
842
843         Make sure the cursor is correctly restored after showing the right
844         click menu.
845         
846 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
847
848         * libdocument/ev-attachment.[ch]: (ev_attachment_launch_app),
849         (ev_attachment_open):
850         * shell/ev-sidebar-attachments.c:
851         (ev_sidebar_attachments_button_press):
852         * shell/ev-window.c: (ev_attachment_popup_cmd_open_attachment):
853
854         Use GdkAppLaunchContext when available to open attachments.
855         
856 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
857
858         * shell/ev-media-player-keys.c: (ev_media_player_keys_grab_keys):
859
860         Grab the mediakeys with a low priority. Fixes bug #547164. Patch
861         by Eric Piel.
862         
863 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
864
865         * shell/ev-application.c: (ev_application_get_media_keys):
866         * shell/ev-media-player-keys.[ch]:
867         (ev_media_player_keys_class_init), (on_media_player_key_pressed),
868         (ev_media_player_keys_grab_keys),
869         (ev_media_player_keys_release_keys), (ev_media_player_keys_init),
870         (ev_media_player_keys_focused), (ev_media_player_keys_finalize):
871         * shell/ev-window.[ch]: (ev_window_dispose),
872         (view_actions_focus_in_cb), (ev_window_media_player_key_pressed),
873         (ev_window_init):
874
875         Clean up the media player keys stuff.
876         
877 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
878
879         * NEWS:
880         * configure.ac:
881
882         Update for release 2.23.91.
883         
884 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
885
886         * cut-n-paste/smclient/eggsmclient-xsmp.c:
887         (sm_client_xsmp_set_initial_properties):
888
889         Fix memory leak.
890         
891 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
892
893         * shell/ev-application.c: (ev_application_open_window),
894         (ev_application_open_uri_at_dest):
895
896         Make sure evince starts up in the right workspace when resuming a
897         previous session.
898         
899 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
900
901         * shell/ev-application.[ch]: (ev_application_open_window),
902         (ev_application_add_icon_path_for_screen),
903         (ev_application_open_uri_at_dest):
904
905         Fix window manager warnings shown in ~/.xsession-errors
906         
907 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
908
909         * configure.ac:
910         * cut-n-paste/Makefile.am:
911         * cut-n-paste/smclient/Makefile.am:
912         * cut-n-paste/smclient/eggdesktopfile.[ch]:
913         * cut-n-paste/smclient/eggsmclient-private.h:
914         * cut-n-paste/smclient/eggsmclient-xsmp.c:
915         * cut-n-paste/smclient/eggsmclient.[ch]:
916
917         EggSMClient copied from libegg
918
919         * libdocument/ev-file-helpers.c: (ev_dot_dir):
920         * shell/Makefile.am:
921         * shell/ev-application.[ch]: (ev_application_load_session),
922         (smclient_save_state_cb), (smclient_quit_cb),
923         (ev_application_init_session), (ev_application_shutdown),
924         (ev_application_init):
925         * shell/main.c: (main):
926
927         Use EggSMClient instead of gnome-client and remove libgnome and
928         libgnomeui dependencies.
929         
930 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
931
932         * shell/main.c: (main):
933
934         Remove gnome_authentication_manager_init.
935         
936 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
937
938         * shell/ev-view.c: (ev_view_goto_window_create):
939
940         Use gtk_box_pack_start instead of gtk_box_pack_start_defaults
941         since it's now deprecated.
942         
943 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
944
945         * backend/djvu/Makefile.am:
946         * backend/djvu/djvu-document-private.h:
947         * backend/djvu/djvu-document.c: (djvu_document_find_find_text),
948         (djvu_document_find_iface_init):
949         * backend/djvu/djvu-text-page.[ch]:
950         * backend/djvu/djvu-text.[ch]: Removed
951         * backend/pdf/ev-poppler.cc: (pdf_document_find_find_text),
952         (pdf_document_find_iface_init):
953         * libdocument/ev-document-find.[ch]: (ev_document_find_find_text):
954         * shell/ev-jobs.[ch]: (ev_job_find_init), (ev_job_find_dispose),
955         (ev_job_find_run), (ev_job_find_class_init), (ev_job_find_new),
956         (ev_job_find_get_n_results), (ev_job_find_get_progress),
957         (ev_job_find_has_results), (ev_job_find_get_results):
958         * shell/ev-view-private.h:
959         * shell/ev-view.[ch]: (ev_view_expose_event),
960         (highlight_find_results), (ev_view_finalize),
961         (ev_view_get_property), (ev_view_class_init), (page_changed_cb),
962         (ev_view_set_document), (ev_view_find_get_n_results),
963         (ev_view_find_get_result), (jump_to_find_result),
964         (jump_to_find_page), (ev_view_find_changed), (ev_view_find_next),
965         (ev_view_find_previous), (ev_view_find_search_changed),
966         (ev_view_find_set_highlight_search), (ev_view_find_cancel):
967         * shell/ev-window.c: (ev_window_update_actions),
968         (page_changed_cb), (ev_window_setup_document),
969         (ev_window_update_find_status_message),
970         (ev_window_find_job_finished_cb), (ev_window_find_job_updated_cb),
971         (ev_window_clear_find_job), (find_bar_close_cb),
972         (find_bar_search_changed_cb), (find_bar_visibility_changed_cb),
973         (ev_window_dispose), (ev_window_init):
974
975         Rework find interface. The find logic has been moved from backends
976         to the shell avoiding a lot of duplicated code in the backends and
977         making easier to implement the find interface in the backends.
978         
979 2008-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
980
981         * backend/pdf/ev-poppler.cc:
982         (pdf_document_thumbnails_get_dimensions):
983
984         Make sure thumbnail size returned by the PDF is actually
985         valid. Fixes bug #548462.
986         
987 2008-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
988
989         * shell/ev-window.c: (ev_window_setup_document),
990         (ev_window_set_document), (ev_window_dispose):
991
992         Remove the idle function for setting the document up when the
993         window is destroyed. Fixes bug #549163.
994         
995 2008-08-22  Carlos Garcia Campos  <carlosgc@gnome.org>
996
997         * shell/ev-jobs.[ch]: (ev_job_attachments_init),
998         (ev_job_attachments_dispose), (ev_job_attachments_run),
999         (ev_job_attachments_class_init), (ev_job_attachments_new):
1000         * shell/ev-sidebar-attachments.c:
1001         (ev_sidebar_attachments_set_document):
1002
1003         Add a new job to get the attachments in a thread with the document
1004         lock held. Fixes bug #548653.
1005         
1006 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1007
1008         * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
1009         (tiff_document_document_iface_init):
1010
1011         Implement document_get_page_label in tiff backend.
1012         
1013 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1014
1015         * backend/tiff/tiff-document.c: (tiff_document_render):
1016
1017         Handle document orientation in tiff backend. Fixes bug #548444.
1018         
1019 2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1020
1021         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1022
1023         Do not crash when adjustment page size is 0. Fixes bug #547440.
1024         
1025 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1026
1027         * cut-n-paste/evmountoperation/ev-mount-operation.c:
1028
1029         Sync with current GTK+.
1030         
1031 2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1032
1033         * configure.ac:
1034         
1035         Update for release 2.23.6.
1036
1037 2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1038
1039         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
1040         (ev_job_load_set_password):
1041         * shell/ev-password.[ch]: (ev_password_dialog_get_password):
1042         * shell/ev-window.c: (password_dialog_response),
1043         (ev_window_load_job_cb):
1044
1045         Fix loading encrypted documents since I broke it with the jobs
1046         rework.
1047         
1048 2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1049
1050         * NEWS:
1051
1052         Update NEWS for 2.23.6 release.
1053         
1054 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1055
1056         * backend/impress/impress-document.c:
1057         * backend/impress/render.h:
1058         * libdocument/ev-document-factory.c:
1059         * libdocument/ev-document-factory.h:
1060         * libdocument/ev-document-links.h:
1061         * libdocument/ev-document-misc.c:
1062         * libdocument/ev-document-misc.h:
1063         * properties/ev-properties-main.c:
1064         * properties/ev-properties-view.c:
1065         * properties/ev-properties-view.h:
1066         * shell/eggfindbar.c:
1067         * shell/eggfindbar.h:
1068         * shell/ev-application.c:
1069         * shell/ev-application.h:
1070         * shell/ev-jobs.h:
1071         * shell/ev-message-area.h:
1072         * shell/ev-navigation-action.c:
1073         * shell/ev-navigation-action.h:
1074         * shell/ev-open-recent-action.c:
1075         * shell/ev-open-recent-action.h:
1076         * shell/ev-page-action-widget.c:
1077         * shell/ev-page-action.c:
1078         * shell/ev-page-action.h:
1079         * shell/ev-page-cache.h:
1080         * shell/ev-password-view.h:
1081         * shell/ev-password.h:
1082         * shell/ev-pixbuf-cache.h:
1083         * shell/ev-properties-fonts.c:
1084         * shell/ev-sidebar-attachments.c:
1085         * shell/ev-sidebar-links.c:
1086         * shell/ev-sidebar-links.h:
1087         * shell/ev-sidebar-thumbnails.c:
1088         * shell/ev-sidebar-thumbnails.h:
1089         * shell/ev-sidebar.c:
1090         * shell/ev-sidebar.h:
1091         * shell/ev-stock-icons.c:
1092         * shell/ev-tooltip.h:
1093         * shell/ev-view.c:
1094         * shell/ev-view.h:
1095         * shell/ev-window.c:
1096         * shell/ev-window.h:
1097         * shell/main.c:
1098
1099         More #include cleanups. Again: reordering, single gtk.h
1100         includes and other stuff.
1101
1102 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1103
1104         * shell/eggfindbar.c:
1105         * shell/ev-application.c:
1106         * shell/ev-message-area.c:
1107         * shell/ev-navigation-action.c:
1108         * shell/ev-open-recent-action.c:
1109         * shell/ev-page-action-widget.c:
1110         * shell/ev-page-action.c:
1111         * shell/ev-password-view.c:
1112         * shell/ev-properties-dialog.c:
1113         * shell/ev-properties-fonts.c:
1114         * shell/ev-sidebar-attachments.c:
1115         * shell/ev-sidebar-page.c:
1116         * shell/ev-sidebar-thumbnails.c:
1117         * shell/ev-stock-icons.c:
1118         * shell/ev-tooltip.c:
1119         * shell/ev-view.c:
1120         * shell/ev-window.c:
1121         * shell/main.c:
1122
1123         Cleanup many #include statements: reorder so that a
1124         generic-to-specific order is used, use single gtk.h
1125         includes, and some other cleanups.
1126
1127 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1128
1129         * shell/ev-jobs.h:
1130
1131         Add gio header.
1132         
1133 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1134
1135         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
1136         (ev_document_fc_mutex_trylock):
1137         * shell/Makefile.am:
1138         * shell/ev-job-queue.[ch]:
1139         * shell/ev-job-scheduler.[ch]:
1140         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
1141         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
1142         (ev_job_run), (ev_job_cancel), (ev_job_failed),
1143         (ev_job_failed_from_error), (ev_job_succeeded),
1144         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
1145         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
1146         (ev_job_links_class_init), (ev_job_render_init),
1147         (notify_page_ready), (ev_job_render_page_ready),
1148         (ev_job_render_run), (ev_job_render_class_init),
1149         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
1150         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
1151         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
1152         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
1153         (ev_job_save_dispose), (ev_job_save_run),
1154         (ev_job_save_class_init), (ev_job_print_init),
1155         (ev_job_print_dispose), (ev_job_print_run),
1156         (ev_job_print_class_init):
1157         * shell/ev-page-cache.c:
1158         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1159         (check_job_size_and_unref), (move_one_job),
1160         (copy_job_to_job_info), (add_job),
1161         (ev_pixbuf_cache_add_jobs_if_needed):
1162         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
1163         (job_fonts_finished_cb), (job_fonts_updated_cb),
1164         (ev_properties_fonts_set_document):
1165         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
1166         (ev_sidebar_links_set_document):
1167         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
1168         (ev_sidebar_thumbnails_set_document),
1169         (ev_sidebar_thumbnails_clear_job):
1170         * shell/ev-view-private.h:
1171         * shell/ev-view.c:
1172         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
1173         (ev_window_refresh_window_thumbnail), (password_dialog_response),
1174         (ev_window_clear_load_job), (ev_window_clear_reload_job),
1175         (ev_window_load_job_cb), (ev_window_reload_job_cb),
1176         (window_open_file_copy_ready_cb), (ev_window_open_uri),
1177         (ev_window_reload_document), (ev_window_clear_save_job),
1178         (ev_window_save_job_cb), (file_save_dialog_response_cb),
1179         (ev_window_clear_print_job), (ev_window_print_job_cb),
1180         (ev_window_print_dialog_response_cb):
1181         * shell/main.c: (main):
1182
1183         Rework the jobs system in order to make it simpler and more
1184         extensible. It allows to run jobs in the main loop instead of
1185         using a thread when it's appropriate like the fonts job. Now it's
1186         also possible to cancel jobs that are currently running. 
1187         
1188 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1189
1190         * libdocument/ev-debug.c: (profile_init):
1191
1192         Create the hash table also when profiling service is enabled for
1193         all sections.
1194         
1195 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1196
1197         * libdocument/ev-debug.[ch]: (ev_profiler_start),
1198         (ev_profiler_stop):
1199         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
1200         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
1201         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
1202         (ev_job_print_run):
1203         * shell/main.c: (main):
1204
1205         Add a profile mode available when debug is enabled. Add profilers
1206         in ev-jobs.
1207         
1208 2008-07-23  Götz Waschk <waschk@mandriva.org>
1209
1210         * configure.ac: Correctly build desktop file. Fixes
1211         bug #544237.
1212
1213 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1214
1215         * configure.ac:
1216         
1217         Update for release 2.23.5.
1218
1219 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1220
1221         * NEWS:
1222
1223         Update NEWS for 2.23.5 release.
1224         
1225 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1226
1227         * shell/ev-window.c: (ev_window_state_event),
1228         (ev_window_class_init):
1229
1230         Intercept window manager's fullscreen request in order to run/stop
1231         fullscreen mode. Fixes bug #493541.
1232         
1233 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1234
1235         * shell/ev-window.c: (find_bar_visibility_changed_cb):
1236
1237         Restart the job search when the find bar is opened for the second
1238         time. Fixes bug #531956.
1239         
1240 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1241
1242         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
1243         (get_document_from_uri):
1244
1245         Make sure we always return a valid error struct when
1246         get_document_from_uri fails. Fixes nautilus crash, see bug
1247         #542548.
1248         
1249 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
1250
1251         * libdocument/ev-transition-effect.c
1252         (ev_transition_effect_type_get_type),
1253         (ev_transition_effect_alignment_get_type),
1254         (ev_transition_effect_direction_get_type):
1255         
1256         Fixes bug #542924. Makes enums static to fix Solaris build.
1257
1258 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1259
1260         * shell/ev-view.c: (ev_view_key_press_event):
1261
1262         Add '.' keybinding for blanking the screen in presentation
1263         mode. Fixes bug #542001.
1264         
1265 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1266
1267         * libdocument/ev-document-misc.c:
1268         (ev_document_misc_pixbuf_from_surface):
1269
1270         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
1271         #540950.
1272         
1273 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1274
1275         * backend/comics/comics-document.c (comics_document_load):
1276         * backend/comics/comicsdocument.evince-backend.in:
1277         * configure.ac:
1278         * thumbnailer/evince-thumbnailer-comics.schemas.in:
1279         
1280         Added support for 7-zip based cb7 comic book. Patch by
1281         Kartik Rustagi. Fixes bug #532312.
1282
1283 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1284
1285         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
1286         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
1287         Fixes bug #539972.
1288
1289 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1290
1291         * shell/Makefile.am:
1292         * shell/ev-application.c (ev_application_init),
1293         (ev_application_get_media_keys):
1294         * shell/ev-application.h:
1295         * shell/ev-marshal.list:
1296         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
1297         (proxy_destroy), (on_media_player_key_pressed),
1298         (ev_media_player_keys_init), (ev_media_player_keys_focused),
1299         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
1300         * shell/ev-media-player-keys.h:
1301         * shell/ev-window.c (ev_window_go_previous_page),
1302         (ev_window_go_next_page), (ev_window_go_first_page),
1303         (ev_window_go_last_page), (ev_window_start_presentation),
1304         (ev_window_dispose), (view_actions_focus_in_cb):
1305         * shell/ev-window.h: When building with D-Bus support, listen
1306         for multimedia key events from gnome-settings-daemon. This allows
1307         to go to the next/previous/first/last pages using, respectively,
1308         Next/Previous/Rewing/Fast Forward. The Play button is used to start
1309         a presentation. Fixes bug #539971.
1310
1311 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1312
1313         * configure.ac:
1314         
1315         Update for release 2.23.4.
1316
1317 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1318
1319         * NEWS:
1320
1321         Update news for 2.23.4 release.
1322         
1323 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1324
1325         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
1326         * shell/ev-sidebar-thumbnails.c:
1327         (ev_sidebar_thumbnails_set_loading_icon),
1328         (ev_sidebar_thumbnails_refresh):
1329         * shell/ev-window.c: (ev_window_error_message),
1330         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
1331         (ev_window_set_document):
1332
1333         Do not crash opening documents with no pages and show a warning
1334         message in the message area. Fixes bugs #537574 and #171588.
1335         
1336 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1337
1338         * shell/Makefile.am:
1339         * shell/ev-file-monitor.[ch]:
1340         * shell/ev-window.c: (ev_window_document_changed),
1341         (ev_window_clear_reload_job), (ev_window_load_job_cb),
1342         (ev_window_reload_job_cb), (ev_window_open_uri),
1343         (ev_window_reload_document), (ev_window_cmd_view_reload),
1344         (ev_window_dispose):
1345
1346         Automaticly reload the document when the file has changed on
1347         disk. Bug #304249.
1348         
1349 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
1350
1351         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1352         * libdocument/ev-image.c: (ev_image_save_tmp):
1353         * libdocument/ev-module.c: (ev_module_load):
1354         * shell/ev-application.c: (ev_application_shutdown),
1355         (ev_application_get_print_settings):
1356         * shell/ev-sidebar-attachments.c:
1357         (ev_sidebar_attachments_button_press),
1358         (ev_sidebar_attachments_drag_data_get):
1359         * shell/ev-window.c: (window_save_file_copy_ready_cb),
1360         (ev_window_print_finished), (ev_window_print_send),
1361         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
1362         (ev_window_preview_print_finished), (ev_window_do_preview_print),
1363         (ev_window_cmd_preview_print):
1364         * shell/main.c: (load_files_remote):
1365         Fix some build warnings under GCC 4.3.0. (#537535).
1366
1367 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1368
1369         * shell/ev-jobs.c: (ev_job_render_dispose):
1370
1371         Fix a crash in debug mode. Patch by Daniel M German.
1372         
1373 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1374
1375         * shell/ev-window.c:
1376
1377         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
1378         
1379 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1380
1381         * shell/ev-window.c: (ev_window_print_send),
1382         (ev_window_do_preview_print):
1383
1384         Use the window title as print job name instead of just
1385         "evince-print". Fixes bug #534493.
1386         
1387 2008-05-19  Frederic Peters  <fpeters@0d.be>
1388
1389         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
1390         Bug #533897.
1391
1392 2008-05-19  Frederic Peters  <fpeters@0d.be>
1393
1394         * help/reference/Makefile.am: added missing libevmountoperation to
1395         gtkdoc-scanobj libraries.  Bug #533896.
1396
1397 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
1398
1399         * properties/ev-properties-view.c (get_default_user_units):
1400         Fixes check for default units string translation. Bug #533323.
1401
1402 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
1403
1404         * backend/impress/iksemel.c (sax_core): Fix a free() that should
1405         be an iks_free(). Fix an array overflow in the XML parser that
1406         would occur whenever the number of attributes in a tag was greater
1407         than 0 and divisible by 6. Fixes GNOME bug #530852.
1408
1409 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1410
1411         * backend/djvu/djvu-document-private.h:
1412         * backend/djvu/djvu-links.c:
1413         * backend/djvu/djvu-text.c:
1414         * backend/djvu/djvu-document.c: (djvu_handle_events),
1415         (djvu_wait_for_message), (djvu_document_load),
1416         (document_get_page_size), (djvu_document_render),
1417         (djvu_document_thumbnails_get_thumbnail),
1418         (djvu_document_file_exporter_end):
1419
1420         Make sure load job doesn't finish successfully when the document
1421         is not successfully decoded by libdjvu. Fixes bug #530202.
1422         
1423 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1424
1425         * configure.ac:
1426         * libdocument/Makefile.am:
1427         * libdocument/ev-debug.[ch]:
1428         * libdocument/ev-document.c:
1429         * shell/ev-jobs.c: (ev_job_links_dispose),
1430         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
1431         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
1432         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
1433         (ev_job_render_page_ready), (ev_job_render_run),
1434         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
1435         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
1436         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
1437         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
1438         (ev_job_print_new), (ev_job_print_run):
1439         * shell/main.c: (main):
1440
1441         Add debug mode based on gedit code. Add debug messages in
1442         ev-jobs.
1443         
1444 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1445
1446         * libdocument/ev-document-factory.c: (get_document_from_uri):
1447
1448         Fix memory leak.
1449         
1450 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
1451
1452         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
1453         (get_mime_type_from_data), (get_document_from_uri),
1454         (ev_document_factory_get_document):
1455         
1456         Improved error message about file opening failture.
1457         Bug #529129.
1458
1459 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
1460
1461         * data/evince-toolbar.xml:
1462         
1463         Allow to add SaveAs to toolbar.
1464
1465 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1466
1467         * shell/ev-view-private.h:
1468         * shell/ev-view.[ch]: (ev_view_button_release_event),
1469         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
1470         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
1471         (ev_view_update_primary_selection), (clear_link_selected),
1472         (ev_view_copy_link_address):
1473         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
1474
1475         Update also the primary selection when copying a link
1476         address. Fixes bug #520855.
1477         
1478 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1479
1480         * libdocument/ev-document-factory.c: (get_document_from_uri):
1481
1482         Use the pixbuf backend only when the mime type is not supported by
1483         any of the other backend so that tiff documents, for instance, are
1484         handled by the tiff backend instead of the pixbuf backend. fixes
1485         bug #520290.
1486         
1487 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1488
1489         * cut-n-paste/Makefile.am:
1490
1491         Add evmountoperation to subdirs list.
1492         
1493 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1494
1495         * configure.ac:
1496
1497         Fix libspectre check in configure script. Fixes bug #528549.
1498         
1499 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1500
1501         * configure.ac:
1502         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
1503         * shell/Makefile.am:
1504         * shell/ev-window.c: (ev_window_load_remote_failed),
1505         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
1506
1507         Add GtkMountOperation (renamed to avoid conflicts) to be able to
1508         open documents in remote locations that are not mounted.
1509         
1510 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1511
1512         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
1513         (bitmap_convert_msb8):
1514         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
1515         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
1516
1517         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
1518         
1519 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1520
1521         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
1522         (ev_job_render_new), (ev_job_render_set_selection_info),
1523         (ev_job_render_run):
1524         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1525         (check_job_size_and_unref),
1526         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
1527         (add_job), (ev_pixbuf_cache_get_selection_surface):
1528
1529         Create the render context needed for rendering a page in the render
1530         thread so that we don't block the main thread. Simplify
1531         EvJobRender API.
1532         
1533 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1534
1535         * libdocument/Makefile.am:
1536         * libdocument/ev-page.[ch]:
1537         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
1538         (ev_render_context_new), (ev_render_context_set_page):
1539         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
1540         (ev_form_field_finalize), (ev_form_field_class_init):
1541         * libdocument/ev-document-forms.[ch]:
1542         (ev_document_forms_get_form_fields):
1543         * libdocument/ev-document.[ch]: (ev_document_get_page),
1544         (ev_document_get_page_size), (ev_document_get_page_label):
1545         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
1546         (ev_job_render_run), (ev_job_thumbnail_new),
1547         (ev_job_thumbnail_run), (ev_job_print_run):
1548         * shell/ev-page-cache.c: (ev_page_cache_new):
1549         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1550         (check_job_size_and_unref), (add_job):
1551         * shell/ev-sidebar-thumbnails.c: (add_range):
1552         * shell/ev-view.c: (ev_view_form_field_get_region),
1553         (ev_view_form_field_button_create_widget),
1554         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1555         (ev_view_handle_form_field), (ev_view_size_allocate),
1556         (get_selected_text):
1557         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
1558         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
1559         (pdf_document_get_page), (pdf_document_get_page_label),
1560         (pdf_document_render), (pdf_document_get_info),
1561         (pdf_document_document_iface_init),
1562         (pdf_document_thumbnails_get_thumbnail),
1563         (pdf_document_thumbnails_get_dimensions),
1564         (pdf_document_file_exporter_do_page),
1565         (pdf_selection_render_selection),
1566         (pdf_selection_get_selected_text),
1567         (pdf_selection_get_selection_region),
1568         (pdf_selection_get_selection_map),
1569         (pdf_document_forms_get_form_fields),
1570         (pdf_document_forms_form_field_text_get_text),
1571         (pdf_document_forms_form_field_text_set_text),
1572         (pdf_document_forms_form_field_button_set_state),
1573         (pdf_document_forms_form_field_button_get_state),
1574         (pdf_document_forms_form_field_choice_get_item),
1575         (pdf_document_forms_form_field_choice_get_n_items),
1576         (pdf_document_forms_form_field_choice_is_item_selected),
1577         (pdf_document_forms_form_field_choice_select_item),
1578         (pdf_document_forms_form_field_choice_toggle_item),
1579         (pdf_document_forms_form_field_choice_unselect_all),
1580         (pdf_document_forms_form_field_choice_set_text),
1581         (pdf_document_forms_form_field_choice_get_text):
1582         * backend/ps/ev-spectre.c: (ps_document_get_page),
1583         (ps_document_get_page_size), (ps_document_get_page_label),
1584         (ps_document_render), (ps_document_document_iface_init),
1585         (ps_document_file_exporter_do_page):
1586         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
1587         (tiff_document_render), (tiff_document_render_pixbuf),
1588         (tiff_document_file_exporter_do_page):
1589         * backend/pixbuf/pixbuf-document.c:
1590         (pixbuf_document_get_page_size):
1591         * backend/comics/comics-document.c:
1592         (comics_document_get_page_size), (comics_document_render_pixbuf):
1593         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
1594         (djvu_document_render), (djvu_selection_get_selected_text),
1595         (djvu_document_thumbnails_get_thumbnail),
1596         (djvu_document_file_exporter_do_page),
1597         (djvu_document_find_get_result):
1598         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
1599         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
1600         (dvi_document_thumbnails_get_thumbnail),
1601         (dvi_document_file_exporter_do_page):
1602         * backend/impress/impress-document.c:
1603         (impress_document_get_page_size),
1604         (impress_document_render_pixbuf):
1605         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1606
1607         Add EvPage so that we can hold a reference to the backend
1608         page. Form fields keep now a reference to the poppler page
1609         improving performance since we don't have to create/destroy the
1610         poppler field for every form operation. This will be needed for
1611         annotations too.
1612         
1613 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1614
1615         * data/evince-ui.xml:
1616         * shell/ev-window.c:
1617
1618         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
1619         
1620 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1621
1622         * configure.ac:
1623         * backend/ps/Makefile.am:
1624
1625         Remove gs stuff from ps backend.
1626         
1627 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1628
1629         * configure.ac:
1630         * backend/pdf/ev-poppler.cc:
1631
1632         Bump poppler requirement to 0.8.0.
1633         
1634 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1635
1636         * NEWS:
1637         * configure.ac:
1638
1639         Update for release 2.22.1.1
1640
1641 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1642
1643         * configure.ac:
1644
1645         Fix build (again) when poppler version is 0.6
1646         
1647 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1648
1649         * backend/djvu/djvu-links.c: (build_tree):
1650
1651         Make sure link title is a valid utf8 string. Fixes bug #526517.
1652         
1653 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1654
1655         * configure.ac:
1656
1657         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
1658         #526799.
1659         
1660 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1661
1662         * configure.ac:
1663         
1664         Update for release 2.22.1.
1665
1666 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1667
1668         * NEWS:
1669
1670         Update for upcoming release.
1671
1672 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1673
1674         * configure.ac:
1675         * backend/dvi/dvidocument.evince-backend.in:
1676
1677         Add compressed dvi to the list of supported mime types. Patch by
1678         Ed Catmur. Fixes bug #307087.
1679
1680 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1681
1682         * shell/ev-jobs.c: (ev_job_print_get_page_list):
1683
1684         Fix a crash when printing a range that doesn't specify the start or
1685         end page. Fixes bug #524288.
1686
1687 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1688
1689         * shell/ev-window.c: (ev_window_cmd_continuous),
1690         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
1691         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
1692         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
1693         (ev_window_run_presentation), (ev_window_stop_presentation),
1694         (ev_window_cmd_view_presentation),
1695         (ev_window_cmd_leave_fullscreen),
1696         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
1697
1698         Do not unfullscreen and fullscreen again the window when changing
1699         from fullscreen to presentation mode and vice versa. Fixes bug
1700         #524112.
1701         
1702 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1703
1704         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
1705
1706         Do not crash when thumbnail failed to render in PS backend. Fixes
1707         bug #525015.
1708         
1709 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1710
1711         * shell/ev-window.c: (window_open_file_copy_ready_cb),
1712         (ev_window_load_file_remote), (ev_window_open_uri):
1713
1714         Handle errors when opening remote files.
1715         
1716 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1717
1718         * shell/ev-page-action.c: (ev_page_action_grab_focus):
1719
1720         Only grab the focus for the current visible proxy widget. Fixes
1721         bug #521224.
1722         
1723 2008-03-30  Emil Soleyman  <emil@nishra.com>
1724
1725         * shell/ev-window.c: (launch_external_uri):
1726         
1727         Reuse g_app_info_launch_default_for_uri to
1728         save some code and fix bug #525009.
1729
1730 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1731
1732         * shell/ev-window.c (image_save_dialog_response_cb):
1733
1734         Use g_str_has_suffix. See bug #523069.
1735
1736 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1737
1738         * configure.ac:
1739
1740         Add a configure option to enable/diable DBus. Patch by Rémi
1741         Cardona. Fixes bug 521797.
1742
1743 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1744
1745         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1746
1747         Fix printing in documents with rotated pages. Patch by Eugen
1748         Dedu. Fixes bug #512648.
1749         
1750 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1751
1752         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
1753         (ev_link_from_action):
1754
1755         Fix warning messages.
1756         
1757 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1758
1759         * shell/ev-window.c: (image_save_dialog_response_cb):
1760
1761         Do not append the extension to filename when saving an image
1762         if the filename alredy contains the extension. Fixes bug #523069.
1763         
1764 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1765
1766         * shell/ev-view.[ch]: (ev_view_find_cancel):
1767         * shell/ev-window.c: (find_bar_close_cb):
1768
1769         Cancel the find operation when the find bar is closed. Fixes bug
1770         #508845.
1771         
1772 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1773
1774         * backend/ps/psdocument.evince-backend.in:
1775
1776         Make ps backend module resident. Fixes bug #520607.
1777         
1778 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1779
1780         * shell/ev-jobs.c: (ev_job_print_run):
1781
1782         Invert collate action in order to work as expected, fix reverse
1783         printing so that it doesn't start with a blank page and fix number
1784         of copies. Patch by Eugen Dedu. Fixes bug #365332.
1785         
1786 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1787
1788         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
1789
1790         Fix build with poppler <= 0.7.2
1791         
1792 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1793
1794         * libdocument/ev-document-misc.c:
1795         (ev_document_misc_surface_from_pixbuf):
1796
1797         Fix selections with poppler-splash.
1798         
1799 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1800
1801         * configure.ac:
1802         * backend/pdf/ev-poppler.cc:
1803
1804         Fix build with poppler >= 0.7.2
1805         
1806 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1807
1808         * configure.ac:
1809         
1810         Update for release 2.22.0
1811
1812 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1813
1814         * NEWS:
1815
1816         Update for upcoming release.
1817
1818 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1819
1820         * shell/ev-window.c (ev_window_print_dialog_response_cb):
1821
1822         Bug 495107 – Handle print dialog responses correctly
1823
1824         Correctly handle print dialog response. Properly fixes
1825         the above mentioned bug.
1826
1827 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1828
1829         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1830
1831         Make sure print job is only run when the print button is
1832         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
1833         
1834 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1835
1836         * backend/pdf/pdfdocument.evince-backend.in:
1837         * libdocument/ev-backends-manager.c:
1838         (ev_backends_manager_load_backend),
1839         (ev_backends_manager_get_document):
1840         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
1841
1842         Allow making backend modules resident. This is needed only for
1843         some backends like pdf to avoid registering glib types more than
1844         once.
1845         
1846 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1847
1848         * backend/comics/comics-document.c:
1849         * backend/djvu/djvu-document.c:
1850         * backend/impress/impress-document.c:
1851         * backend/pdf/ev-poppler.cc:
1852         * backend/pixbuf/pixbuf-document.c:
1853         * backend/ps/ev-spectre.c:
1854         * backend/ps/ps-document.c:
1855         * backend/tiff/tiff-document.c:
1856         * libdocument/ev-document.h:
1857         * properties/ev-properties-main.c:
1858
1859         Use g_type_module_add_interface instead of
1860         g_type_add_interface_static. Fixes bug #519679.
1861         
1862 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
1863
1864         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
1865         Added. Returns whether the animation has everything necessary to run.
1866         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
1867         is ready just because it's been created. Fixes #519106.
1868         (draw_one_page): Do not show the "Loading..." text in presentation
1869         mode, there was a slim probability that this could happen.
1870
1871 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1872
1873         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
1874
1875         Duplicate mime_type string before freeing it so that it doesn't
1876         always fail when getting mime type from uri. Fixes bug #518874.
1877         
1878 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1879
1880         * shell/ev-view.c: (ev_view_form_field_choice_changed):
1881
1882         Fix a crash when a choice form field doesn't have any item
1883         selected. Fixes bug #518831
1884         
1885 2008-02-25  Alexander Larsson  <alexl@redhat.com>
1886
1887         * shell/ev-window.c (ev_window_clear_temp_file):
1888         Use g_file_has_prefix instead of renamed
1889         g_file_contains_file.
1890
1891         * configure.ac:
1892         Require new glib for above change.
1893         
1894 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1895
1896         * libdocument/ev-image.c: (ev_image_finalize),
1897         (ev_image_save_tmp):
1898
1899         Return a real uri instead of a filename when saving an
1900         image. Fixes images drag an drop from evince to nautilus. 
1901         
1902 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1903
1904         * backend/pdf/ev-poppler.cc:
1905         (pdf_document_images_get_image_mapping):
1906
1907         Return the image list in the right order. Fixes bug #516237.
1908         
1909 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1910
1911         * backend/impress/impress-document.c:
1912         (impress_document_thumbnails_get_thumbnail):
1913
1914         Remove unused variable to avoid a compiler warning.
1915
1916 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1917
1918         * configure.ac:
1919         
1920         Update for release 2.21.91.
1921
1922 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1923
1924         * configure.ac:
1925         * shell/Makefile.am:
1926         * shell/ev-application.[ch]:
1927         * shell/ev-sidebar-links.c:
1928         * shell/ev-utils.[ch]:
1929         * shell/ev-window.[ch]:
1930
1931         Remove libgnomeprint support. Fixes bug #512370.
1932         
1933 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
1934
1935         * thumbnailer/evince-thumbnailer.c: (main):
1936
1937         Initialize glib type system before using it. Fixes bug #513934.
1938         
1939 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1940
1941         * properties/ev-properties-main.c:
1942
1943         Add missing #include.
1944         
1945 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1946
1947         * configure.ac:
1948         * backend/djvu/djvu-document.c: (djvu_document_render):
1949         * backend/tiff/tiff-document.c: (tiff_document_render):
1950
1951         Use the new cairo function cairo_format_stride_for_width when
1952         available. Fixes bug #482720.
1953
1954 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1955
1956         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
1957         (get_mime_type_from_data), (get_document_from_uri):
1958
1959         Use g_content_type_guess() only when slow is true in
1960         get_document_from_uri(). Fix several memory leaks.
1961         
1962 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
1963
1964         * libdocument/ev-document-factory.c:
1965         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
1966         (get_document_from_uri):
1967
1968         Use g_content_type_guess () to get mimetype for files.
1969         Bug #510401.
1970
1971 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1972
1973         * thumbnailer/Makefile.am:
1974
1975         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
1976         
1977 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1978
1979         * configure.ac:
1980
1981         Fix build with --without-libgnome. Fixes bug #512771.
1982         
1983 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1984
1985         * backend/dvi/Makefile.am: Install only dvi
1986         module. Fixes bug #512718.
1987
1988 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1989
1990         * properties/ev-properties-main.c: (nautilus_module_initialize):
1991         
1992         Initialize backends in properties tab. Fixes bug
1993         #512720.
1994
1995 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1996
1997         * properties/Makefile.am: No need to link with 
1998         libraries. Fixes bug #512719.
1999
2000 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2001
2002         * NEWS:
2003         * configure.ac:
2004         
2005         Update for release 2.21.90.
2006
2007 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2008
2009         * shell/ev-window.c: (ev_window_cmd_escape):
2010
2011         Fix compile warning.
2012         
2013 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2014
2015         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
2016
2017         Fix printing in dvi backend when filename contains white
2018         espaces. Fixes bug #502839.
2019         
2020 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2021
2022         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2023         (screensaver_disable_x11):
2024         * shell/Makefile.am:
2025         * shell/xdg-user-dir-lookup.c: Removed
2026         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
2027         * shell/ev-view.c: (ev_view_presentation_transition_start):
2028         * shell/ev-window.c: (ev_window_cmd_file_open),
2029         (ev_window_cmd_save_as), (presentation_set_timeout):
2030
2031         Remove #ifdefs that are no longer needed.
2032         
2033 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2034
2035         * shell/ev-view.[ch]: (ev_view_button_release_event),
2036         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
2037         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
2038         (ev_window_cmd_escape):
2039
2040         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
2041         
2042 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2043
2044         * configure.ac:
2045         * backend/comics/comics-document.c: (comics_document_load):
2046         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
2047         (ev_attachment_set_property), (ev_attachment_init),
2048         (ev_attachment_save), (ev_attachment_launch_app),
2049         (ev_attachment_open):
2050         * libdocument/ev-document-factory.c: (get_document_from_uri):
2051         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
2052         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
2053         * shell/ev-jobs.c:
2054         * shell/ev-password.c: (ev_password_dialog_set_property),
2055         (ev_password_dialog_save_password):
2056         * shell/ev-sidebar-attachments.c:
2057         (ev_sidebar_attachments_drag_data_get):
2058         * shell/ev-window-title.c: (get_filename_from_uri):
2059         * shell/ev-window.c: (ev_window_clear_temp_file),
2060         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
2061         (ev_window_open_uri), (window_save_file_copy_ready_cb),
2062         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
2063         (launch_external_uri), (image_save_dialog_response_cb),
2064         (attachment_save_dialog_response_cb):
2065         * shell/main.c: (load_files), (load_files_remote), (main):
2066         * thumbnailer/evince-thumbnailer.c: (main):
2067
2068         Port to gio and drop gnome-vfs dependency. Fixes bug
2069         #510401. Based on patch by Cosimo Cecchi.
2070         
2071 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2072
2073         * NEWS:
2074
2075         Fixed formatting inconsistencies (spaces vs. tabs)
2076
2077 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2078
2079         * shell/ev-window.c:
2080
2081         Use top/up/bottom/down arrows instead of
2082         first/left/last/right in the toolbar and menu actions.
2083         This fixes issues with RTL languages and is visually
2084         consistent with the page view. Fixes bug #170081.
2085
2086 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2087
2088         * NEWS:
2089
2090         Fixed some inaccuracies pointed out by Carlos Garcia
2091         Campos.
2092
2093 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2094
2095         * NEWS:
2096         * data/evince.schemas.in:
2097         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2098
2099         Override PDF restrictions by default. Fixes bug #382700.
2100
2101 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2102
2103         * NEWS: Updated for upcoming release
2104
2105 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2106
2107         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
2108
2109         Fix memory leak.
2110         
2111 2008-01-23  Gil Forcada <gilforcada@guifi.net>
2112
2113         * shell/ev-window.c: (register_custom_actions):
2114         
2115         Added comment for translators
2116
2117 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2118
2119         * shell/ev-view.c: (ev_view_button_release_event):
2120
2121         Do not create the idle function for kinetic scrolling if we are
2122         not in a drag operation.
2123
2124 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2125
2126         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2127         (ev_view_button_press_event), (ev_view_motion_notify_event),
2128         (ev_view_button_release_event):
2129
2130         Restore cursor after autoscrolling. Fixes bug #509958.
2131
2132 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2133
2134         * configure.ac:
2135         * backend/pdf/ev-poppler.cc:
2136         (pdf_document_images_get_image_mapping),
2137         (pdf_document_images_get_image),
2138         (pdf_document_document_images_iface_init):
2139         * libdocument/ev-document-images.[ch]:
2140         (ev_document_images_get_image_mapping),
2141         (ev_document_images_get_image):
2142         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
2143         (ev_image_get_id), (ev_image_save_tmp):
2144         * shell/ev-jobs.c: (ev_job_render_run):
2145         * shell/ev-view.c: (ev_view_drag_data_get):
2146         * shell/ev-window.c: (image_save_dialog_response_cb),
2147         (ev_view_popup_cmd_copy_image):
2148
2149         Do not render images when rendering the page but on demand. It
2150         reduces the memory comsumption.
2151         
2152 2008-01-18  Marcelo Lira  <setanta@gmail.com>
2153
2154         * configure.a:
2155         * shell/ev-password.c:
2156
2157         Make gnome-keyring optional. Fixes bug #509676.
2158         
2159 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2160
2161         * shell/ev-pixbuf-cache.c: (add_job):
2162
2163         Initialize include_images variable as FALSE instead of TRUE.
2164         
2165 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2166
2167         * configure.ac:
2168         * cut-n-paste/Makefile.am:
2169         * cut-n-paste/fileformatchooser/Makefile.am:
2170         * cut-n-paste/fileformatchooser/egg-macros.h:
2171         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
2172         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
2173         * shell/Makefile.am:
2174         * shell/ev-utils.c:
2175         (file_chooser_dialog_add_writable_pixbuf_formats),
2176         (get_gdk_pixbuf_format_by_extension):
2177         * shell/ev-utils.h:
2178         * shell/ev-window.c: (ev_window_error_message),
2179         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
2180         
2181         Simplify image format selection on save.
2182
2183 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2184
2185         * shell/ev-view.c: (ev_view_scroll_event):
2186         
2187         Repair gorizontal scrolling with shift. Fixes
2188         bug #483412.
2189
2190 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2191         
2192         * MAINTAINERS:
2193
2194         Fix formatting issues.
2195         
2196 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2197
2198         * backend/comics/comics-document.c: (comics_regex_quote):
2199         
2200         Don't overquote special chars except of '. See bug 
2201         502500. Thanks to Tom Parker.
2202
2203 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2204
2205         * MAINTAINERS:
2206         
2207         Added Nickolay and Carlos, since they're doing most of
2208         the releases nowadays.
2209
2210 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2211
2212         * properties/Makefile.am:
2213
2214         Get the nautilus extension dir properly instead of using
2215         a hack. Fixes bug #505359.
2216
2217 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2218
2219         * properties/Makefile.am:
2220         
2221         Install nautilus extension into new place. See bug
2222         #505359. Thanks to Matthias Clasen, Brian Pepple and
2223         Damien Carbery.
2224
2225 2008-01-13  Djihed Afifi  <djihed@gmail.com>
2226
2227         * shell/ev-window.c: (ev_window_get_recent_file_label):
2228         
2229         RTL marker in recent file list. See bug #509076.
2230
2231 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2232
2233         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
2234         * shell/ev-window.c: (image_save_dialog_response_cb):
2235
2236         Fix compile warnings due to unused variables.
2237         
2238 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2239
2240         * configure.ac:
2241         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
2242         * backend/ps/ev-spectre.c: (ps_document_render):
2243
2244         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
2245
2246 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2247
2248         * shell/ev-transition-animation.c (ev_transition_animation_fade)
2249         (ev_transition_animation_paint): Implement "fade" effect.
2250
2251 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2252
2253         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
2254         (ev_transition_animation_paint): Implement "uncover" effect.
2255
2256 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2257
2258         * shell/ev-transition-animation.c (ev_transition_animation_cover)
2259         (ev_transition_animation_paint): Implement "cover" effect.
2260
2261 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2262
2263         * shell/ev-transition-animation.c (ev_transition_animation_push)
2264         (ev_transition_animation_paint): Implement "push" effect.
2265
2266 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2267
2268         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
2269         (ev_transition_animation_paint): Implement "dissolve" effect.
2270
2271 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2272
2273         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
2274         (ev_transition_animation_paint): Implement "wipe" effect.
2275
2276 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2277
2278         * shell/ev-transition-animation.c (ev_transition_animation_box)
2279         (ev_transition_animation_paint): Implement "box" effect.
2280
2281 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2282
2283         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
2284         (ev_transition_animation_paint): Implement "blinds" effect.
2285
2286 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2287
2288         * shell/ev-transition-animation.c (ev_transition_animation_split)
2289         (ev_transition_animation_paint): Implement "split" effect.
2290
2291 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2292
2293         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
2294         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
2295         (ev_view_transition_animation_start) 
2296         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
2297         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
2298         (ev_view_next_page) (ev_view_previous_page):
2299         
2300         Use EvTransitionAnimation to drive page changes in the presentation
2301         mode, the animation will wait to start until both the origin and 
2302         destination page surfaces are available. Fixes #458460.
2303
2304         (draw_loading_text):
2305
2306         Remove workaround for bug #320352, it's now fixed properly.
2307
2308
2309 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2310
2311         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
2312         will contain the implementations for page transition animations, at
2313         the moment it just has the "replace" effect.
2314         * shell/Makefile.am: Added these files to build.
2315
2316 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2317
2318         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
2319         animations.
2320         * shell/Makefile.am: Added these files to build.
2321
2322 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2323
2324         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
2325         implementation to get_effect() in EvDocumentTransitionIface.
2326
2327 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2328
2329         * libdocument/ev-transition-effect.[ch]: New files, define a page
2330         transition effect, at the moment it maps PopplerPageTransition to a
2331         GObject.
2332         * libdocument/Makefile.am: Added these files to build.
2333         * libdocument/ev-document-transition.[ch]
2334         (ev_document_transition_get_effect): New method, gets the
2335         EvTransitionEffect returned by the interface implementation, with
2336         fallback to the "replace" effect.
2337
2338 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
2339
2340         * configure.ac:
2341         * cut-n-paste/Makefile.am:
2342         * cut-n-paste/fileformatchooser/Makefile.am:
2343         * cut-n-paste/fileformatchooser/egg-macros.h:
2344         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
2345         * shell/Makefile.am:
2346         * shell/ev-window.c: (image_save_dialog_response_cb),
2347         (ev_view_popup_cmd_save_image_as):
2348
2349         Allow exporting images in any format supported by
2350         GdkPixbuf. Fixes bug #500209.
2351         
2352 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2353
2354         * backend/pixbuf/pixbuf-document.c:
2355
2356         More warnings fixed.
2357         
2358 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2359
2360         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
2361         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
2362         * backend/djvu/djvu-text.h:
2363         * backend/tiff/tiff-document.c: (tiff_document_render):
2364
2365         Fix compile warnings.
2366         
2367 2007-12-28  Christian Persch  <chpe@gnome.org>
2368
2369         * **/*.c: Include config.h. Bug #504721.
2370
2371 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2372
2373         * configure.ac:
2374         * Makefile.am:
2375         * po/POTFILES.in:
2376         * backend/comics/Makefile.am:
2377         * backend/comics/comics-document.[ch]:
2378         * backend/comics/comicsdocument.evince-backend.in:
2379         * backend/djvu/Makefile.am:
2380         * backend/djvu/djvu-document.[ch]:
2381         * backend/djvu/djvudocument.evince-backend.in:
2382         * backend/dvi/Makefile.am:
2383         * backend/dvi/dvi-document.[c]:
2384         * backend/dvi/dvidocument.evince-backend.in:
2385         * backend/impress/Makefile.am:
2386         * backend/impress/impress-document.[ch]:
2387         * backend/impress/impressdocument.evince-backend.in:
2388         * backend/pdf/Makefile.am:
2389         * backend/pdf/ev-poppler.cc:
2390         * backend/pdf/ev-poppler.h:
2391         * backend/pdf/pdfdocument.evince-backend.in:
2392         * backend/pixbuf/Makefile.am:
2393         * backend/pixbuf/pixbuf-document.[ch]:
2394         * backend/pixbuf/pixbufdocument.evince-backend.in:
2395         * backend/ps/Makefile.am:
2396         * backend/ps/ev-spectre.[ch]:
2397         * backend/ps/ps-document.[ch]:
2398         * backend/ps/psdocument.evince-backend.in:
2399         * backend/tiff/Makefile.am:
2400         * backend/tiff/tiff-document.[ch]:
2401         * backend/tiff/tiffdocument.evince-backend.in:
2402         * libdocument/Makefile.am:
2403         * libdocument/ev-backends-manager.[ch]:
2404         * libdocument/ev-module.[ch]:
2405         * libdocument/ev-document.h:
2406         * libdocument/ev-document-factory.[ch]:
2407         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
2408         (get_compression_from_mime_type), (get_document_from_uri),
2409         (ev_document_factory_get_document), (file_filter_add_mime_types),
2410         (ev_document_factory_add_filters):
2411         * shell/Makefile.am:
2412         * shell/ev-window-title.c: (get_filename_from_uri):
2413         * shell/main.c: (main):
2414         * thumbnailer/Makefile.am:
2415         * thumbnailer/evince-thumbnailer.c: (main):
2416
2417         Plugin system for backends. Fixes bug #351348.
2418         
2419 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2420
2421         * shell/ev-view-private.h:
2422         * shell/ev-view.c: (ev_view_drag_update_momentum),
2423         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
2424         (ev_view_button_release_event), (ev_view_destroy):
2425         
2426         Kinetic scrolling implemented as requested in
2427         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
2428
2429 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2430
2431         * data/evince-toolbar.xml:
2432         * data/evince-ui.xml:
2433         * shell/ev-view-private.h:
2434         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2435         (ev_view_button_press_event), (ev_view_motion_notify_event),
2436         (ev_view_button_release_event), (ev_view_init),
2437         (ev_view_autoscroll_cb), (ev_view_autoscroll),
2438         (ev_view_set_cursor):
2439         * shell/ev-view.h:
2440         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2441         (ev_window_cmd_view_autoscroll):
2442         
2443         Autoscroll feature with the context menu. Fixes bug 
2444         #323670. Thanks to David Turner <cillian64@googlemail.com>.
2445
2446 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2447
2448         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
2449
2450         Disconnect also page-ready signal when removing a job because the
2451         page size has changed. Thanks to kripken
2452         <kripkensteiner@gmail.com>.
2453
2454 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2455
2456         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
2457         
2458         Scroll pages in page entry with mouse wheel. Fixes bug
2459         #324122. Thanks to David Turner <cillian64@googlemail.com>.
2460
2461 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2462
2463         * backend/dvi/Makefile.am:
2464         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
2465         (mdvi_cairo_device_init):
2466         * backend/dvi/mdvi-lib/common.h:
2467         * backend/dvi/mdvi-lib/mdvi.h:
2468         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
2469         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
2470         (mdvi_build_path_from_cwd):
2471
2472         Add ps specials support in dvi backend when libspectre is
2473         present. Fixes bug #386005.
2474         
2475 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2476
2477         * configure.ac:
2478         * backend/ps/Makefile.am:
2479         * backend/ps/ev-spectre.[ch]:
2480         
2481         Use libspectre, if available, for the ps backend. Fixes bugs
2482         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
2483
2484 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
2485         
2486         * backend/comics/comics-document.c: (comics_document_load):
2487         
2488         Cygwin build issue fix.
2489
2490 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2491
2492         * shell/ev-view.c: (ev_view_set_zoom):
2493
2494         Do not limit the minimum zoom factor when sizing mode is best bit
2495         or fit width. Fixes bug #503805.
2496         
2497 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2498
2499         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
2500         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
2501         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
2502         (ev_link_dest_get_property), (ev_link_dest_set_property),
2503         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
2504         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
2505         (ev_link_dest_new_fitr):
2506         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
2507         (goto_fith_dest), (goto_xyz_dest):
2508
2509         Do not change left, top and zoom values when they are null in PDF
2510         destinations. Fixes bug #460658.
2511         
2512 2007-12-10  Christian Persch  <chpe@gnome.org>
2513
2514         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
2515         (ev_view_accessible_class_init),
2516         (ev_view_accessible_idle_do_action),
2517         (ev_view_accessible_action_do_action),
2518         (ev_view_accessible_action_get_description),
2519         (ev_view_accessible_action_set_description),
2520         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
2521         (ev_view_accessible_factory_init),
2522         (ev_view_accessible_factory_get_accessible_type):
2523         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
2524         private data, and G_DEFINE_TYPE. Bug #502843.
2525
2526 2007-12-08  Christian Persch  <chpe@gnome.org>
2527
2528         * shell/ev-metadata-manager.c: (item_free),
2529         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
2530         (value_free), (parse_value), (parseItem),
2531         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
2532         (save_values): Use GSlice to allocate small amounts of memory. Bug
2533         #475972.
2534
2535 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2536
2537         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
2538
2539         Restore cursor to normal after a drag operation. Fixes bug
2540         #501603.
2541         
2542 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2543
2544         * NEWS:
2545         * configure.ac:
2546         
2547         Update for release 2.21.1
2548
2549 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2550
2551         * configure.ac:
2552         * cut-n-paste/gedit-message-area/Makefile.am:
2553         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
2554         * shell/Makefile.am:
2555         * shell/ev-message-area.[ch]:
2556         * shell/ev-window.c: (ev_window_set_message_area),
2557         (ev_window_error_message_response_cb), (ev_window_error_message),
2558         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
2559         (ev_window_save_job_cb), (image_save_dialog_response_cb),
2560         (ev_attachment_popup_cmd_open_attachment),
2561         (attachment_save_dialog_response_cb), (ev_window_set_document),
2562         (ev_window_init):
2563
2564         Use a message area instead of a popup dialog for error
2565         notifications. Fixes bug #337495.
2566         
2567 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2568
2569         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
2570         (ev_window_run_fullscreen):
2571
2572         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
2573         
2574 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2575
2576         * ev-sidebar-thumbnails.c: (update_visible_range),
2577         (ev_sidebar_thumbnails_refresh),
2578         (ev_sidebar_thumbnails_set_document),
2579         (ev_sidebar_thumbnails_support_document):
2580
2581         Show thumbnails for documents with one page. Fixes bug #358751.
2582         
2583 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2584
2585         * shell/ev-window.c:
2586         (ev_window_load_print_settings_from_metadata),
2587         (ev_window_save_print_settings), (ev_window_print_finished),
2588         (ev_window_print_range):
2589
2590         Print settings that are specific to the document are now saved per
2591         document in the metadata file. Fixes bug #488806.
2592         
2593 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
2594
2595         * backend/tiff/tiff-document.c: (tiff_document_render):
2596
2597         Tiff documents were rendered with wrong colors. Fixes bug #497279.
2598         
2599 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2600
2601         * shell/ev-application.[ch]: (get_find_string_from_args),
2602         (ev_application_open_uri_at_dest), (ev_application_open_uri),
2603         (ev_application_open_uri_list):
2604         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
2605         * shell/ev-window.[ch]: (ev_window_load_job_cb),
2606         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
2607         (ev_window_cmd_recent_file_activate),
2608         (ev_window_open_recent_action_item_activated),
2609         (ev_window_print_send), (open_remote_link):
2610         * shell/main.c: (arguments_parse):
2611
2612         Add a command line option for search. Fixes bug #497710.
2613         
2614 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
2615
2616         * shell/ev-jobs.c: (ev_job_print_new):
2617
2618         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
2619         
2620 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2621
2622         * data/evince-toolbar.xml:
2623         * shell/Makefile.am:
2624         * shell/ev-application.c: (ev_application_init):
2625         * shell/ev-open-recent-action.[ch]:
2626         * shell/ev-window.c:
2627         (ev_window_open_recent_action_item_activated),
2628         (register_custom_actions):
2629
2630         Add an expander to the open toolbar item which pops up a dropdown
2631         menu with the recently used documents. Fixes bug #487215.
2632         
2633 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2634
2635         * shell/ev-window.c: (ev_window_open_uri),
2636         (ev_window_cmd_view_reload):
2637
2638         Do not jump to the first page when reloading by running evince
2639         from the command line. Fixes bug #490847.
2640         
2641 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
2642
2643         * shell/ev-window.c: (ev_window_cmd_help_contents):
2644
2645         Plugged memory leak when help file is not found. Fixes bug
2646         #490762.
2647         
2648 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2649
2650         * configure.ac:
2651
2652         Enable djvu, dvi and comics backends by default. Fixes bug
2653         #437121.
2654         
2655 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2656
2657         * configure.ac:
2658         * cut-n-paste/Makefile.am:
2659         * cut-n-paste/recent-files/*: Removed
2660         * help/reference/Makefile.am:
2661         * shell/Makefile.am:
2662         * shell/ev-application.[ch]: (ev_application_shutdown),
2663         (ev_application_init):
2664         * shell/ev-window.c: (ev_window_add_recent),
2665         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
2666
2667         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
2668         
2669 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
2670
2671         * shell/ev-window.c: (launch_external_uri):
2672
2673         Let GnomeVFS check the URL, this allow more URL (like mailto:),
2674         and report error if the URL is not supported (#489910).
2675
2676 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2677
2678         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2679         (pdf_document_file_exporter_begin_page),
2680         (pdf_document_file_exporter_end_page):
2681
2682         Fix printing with poppler splash backend. Fixes bug #489774.
2683         
2684 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2685
2686         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2687         * shell/ev-print-job.c: (ev_print_job_class_init):
2688
2689         Fix a crash when printing with the gnome-print dialog. Fixes bug
2690         #488939.
2691         
2692 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
2693
2694         * backend/pixbuf/pixbuf-document.c:
2695
2696         Fix an implicit function definition warning (#487655)
2697
2698 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2699
2700         * shell/ev-window.c:
2701
2702         Fix conflicting shortcut for view sade pane and presentation.
2703         
2704 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2705
2706         * backend/pdf/ev-poppler.cc:
2707         (pdf_document_file_exporter_begin_page),
2708         (pdf_document_file_exporter_do_page),
2709         (pdf_document_file_exporter_end_page),
2710         (pdf_document_file_exporter_iface_init):
2711         * libdocument/ev-file-exporter.[ch]:
2712         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
2713         * shell/ev-jobs.c: (ev_job_print_get_page_list),
2714         (ev_job_print_run):
2715
2716         When printing multiple pages per sheet in reverse option, do not
2717         invert the order of the pages in every sheet, but the order of the
2718         sheets. Do not print blank pages when page range is invalid. Fixes
2719         bugs #484857 and #485521.
2720         
2721 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2722
2723         * shell/ev-jobs.c: (ev_job_print_get_page_list),
2724         (ev_job_print_run):
2725         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2726
2727         Respect ranges order when printing more than one range in random
2728         order.
2729         
2730 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
2731
2732         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
2733         (ev_window_setup_document), (ev_window_rotation_changed_cb):
2734
2735         Rotate also the window icon when document is rotated. Fixes bug
2736         #474681.
2737         
2738 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2739
2740         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
2741         (pdf_document_forms_get_form_fields):
2742
2743         Silently ignore unknown form fields. Fixes bug #482654. Patch by
2744         Matthias Drochner.
2745         
2746 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2747
2748         * configure.ac:
2749         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2750
2751         Use poppler_page_render_for_printing() instead of
2752         poppler_page_render() if available when exporting to a ps or pdf
2753         file. Fixes bug #476627.
2754         
2755 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2756
2757         * shell/ev-window.c: (ev_window_run_fullscreen):
2758
2759         Do not show the toolbar in fullscreen mode if the main toolbar is
2760         not visible. Fixes bug #483048.
2761         
2762 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2763
2764         * shell/ev-view.c: (ev_view_button_press_event):
2765
2766         Give priority to form fields over images when deciding whether a
2767         button press event is over an image or form field. It allows edit
2768         form fields when they are over a background image. Fixes bug
2769         #477841.
2770         
2771 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2772
2773         * NEWS:
2774         * configure.ac:
2775         
2776         Update for release 2.20.0
2777
2778 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2779
2780         * backend/pdf/ev-poppler.cc:
2781
2782         Remove #ifdef HAVE_FORMS, so that forms support works again.
2783
2784 2007-09-05  Götz Waschk  <waschk@mandriva.org>
2785
2786         * configure.ac:
2787         * data/evince.desktop.in.in:
2788         
2789         Fixes desktop file issues. See bug #473471.
2790
2791 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2792
2793         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
2794         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
2795         (ev_job_queue_remove_job):
2796         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
2797         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
2798         * shell/ev-window.c: (ev_window_clear_save_job),
2799         (ev_window_save_job_cb), (file_save_dialog_response_cb),
2800         (ev_window_dispose):
2801
2802         Move save a copy task to its own job so that it's carried out in a
2803         thread avoiding another lock in the main thread. Use
2804         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
2805         can be saved to a pathin another file system. Fixes bug #456891.
2806         
2807 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2808
2809         * NEWS:
2810         * configure.ac:
2811         
2812         Update for release 2.19.92
2813
2814 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2815
2816         * configure.ac:
2817         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2818         (pdf_selection_get_selection_region),
2819         (pdf_selection_get_selection_map),
2820         (ev_form_field_from_poppler_field):
2821
2822         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
2823         and triple click selections are enabled again now.
2824
2825 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2826
2827         * shell/ev-window.c: (ev_window_add_history):
2828
2829         Make sure not to use the history with documents not supporting
2830         links. Fixes bug #468954.
2831
2832 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2833
2834         * shell/ev-window.c: (ev_window_load_job_cb):
2835
2836         Restart the search when reloading a document with the find bar
2837         visible. Fixes bug #461962.
2838
2839 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2840
2841         * shell/ev-window.c: (setup_document_from_metadata),
2842         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
2843
2844         Do not jump to the first page when reloading a document from the
2845         last page.
2846
2847 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2848
2849         * shell/ev-window.c: (update_chrome_flag),
2850         (setup_sidebar_from_metadata),
2851         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
2852         (ev_window_cmd_edit_find_next),
2853         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
2854         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
2855         (find_bar_close_cb), (view_actions_focus_in_cb):
2856
2857         Do not update visibility when changing a chrome flag so that it's
2858         possible to update several flags and update visibility only once
2859         for all of them.
2860
2861 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2862
2863         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2864
2865         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
2866         supported by gtk+. Fixes bug #460907.
2867
2868 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2869
2870         * shell/ev-view.c: (view_update_range_and_current_page):
2871
2872         Make sure current-page <= end-page in continuous mode. Fixes bug
2873         #454950.
2874
2875 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2876
2877         * backend/pdf/ev-poppler.cc: (build_tree):
2878
2879         Ignore outline items without a title. Fixes bug #453913.
2880
2881 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2882
2883         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2884         (ev_view_button_release_event), (ev_view_leave_notify_event):
2885
2886         Use always drag mouse cursor during a drag operation. Fixes bug
2887         #470564.
2888
2889 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2890
2891         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2892         (pdf_selection_get_selection_region),
2893         (pdf_selection_get_selection_map):
2894
2895         Temporarily disable double and triple selections since it depends on
2896         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
2897         released and the update of the external dependency minimal version
2898         approved.
2899
2900 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2901
2902         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2903         (pdf_document_file_exporter_do_page):
2904         * libdocument/ev-file-exporter.h:
2905         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2906         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2907
2908         Actually fix printing regressions. Remove orientation from
2909         EvPrintContext since it's redundant.
2910
2911 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2912
2913         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
2914         * backend/impress/impress-document.c:
2915         (impress_document_document_iface_init):
2916         * backend/ps/ps-document.c: (ps_document_document_iface_init):
2917         * backend/djvu/djvu-document.c:
2918         (djvu_document_document_iface_init),
2919         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
2920         * backend/tiff/tiff-document.c:
2921         (tiff_document_document_iface_init):
2922         * backend/pixbuf/pixbuf-document.c:
2923         (pixbuf_document_document_iface_init):
2924         * backend/comics/comics-document.c:
2925         (comics_document_document_iface_init):
2926         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
2927         (pdf_selection_render_selection),
2928         (pdf_selection_get_selected_text),
2929         (pdf_selection_get_selection_region),
2930         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
2931         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
2932         (ev_selection_get_selection_region),
2933         (ev_selection_get_selection_map):
2934         * libdocument/ev-document.[ch]:
2935         * shell/ev-pixbuf-cache.[ch]: (add_job),
2936         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
2937         * shell/ev-view-private.h:
2938         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
2939         (ev_job_render_run):
2940         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2941         * shell/ev-view.c: (start_selection_for_event),
2942         (ev_view_button_press_event), (ev_view_drag_data_get),
2943         (ev_view_drag_data_received), (ev_view_button_release_event),
2944         (compute_new_selection_text), (compute_selections),
2945         (ev_view_select_all), (get_selected_text), (ev_view_copy),
2946         (ev_view_primary_get_cb):
2947
2948         Add support for double and triple click selections.
2949
2950 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2951
2952         * NEWS:
2953         * configure.ac:
2954
2955         Update for release 2.19.4
2956
2957 2007-08-28  Justin Blanchard  <justinb04@aim.com>
2958
2959         * shell/ev-view-private.h:
2960         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
2961         (ev_view_set_highlight_search):
2962         * shell/ev-view.h:
2963         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
2964         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
2965         (find_bar_visibility_changed_cb):
2966         
2967         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
2968
2969 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2970
2971         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
2972         (pdf_document_file_exporter_begin),
2973         (pdf_document_file_exporter_do_page):
2974         * shell/ev-jobs.c: (ev_job_print_run):
2975         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2976
2977         Create always a portrait cairo surface and rotate when needed for
2978         landscape. It fixes printing problems in real printers.
2979
2980 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2981
2982         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2983         * libdocument/ev-file-exporter.[ch]:
2984         (ev_file_exporter_get_capabilities):
2985         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2986         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2987
2988         Adjust number of pages per row according to page orientation when
2989         printing 2 or 6 pages per sheet.
2990
2991 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2992
2993         * shell/ev-window.c: (ev_window_print_send):
2994
2995         Reset also cups setting to 1 when printing multiple pages per
2996         sheet. Fixes bug #468853.
2997
2998 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2999
3000         * libdocument/ev-document-misc.c:
3001         (ev_document_misc_surface_rotate_and_scale):
3002
3003         Use directly cairo_surface_get_content() when creating a similar
3004         surface as suggested by Jeff Muizelaar. Thanks again.
3005
3006 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3007
3008         * backend/djvu/djvu-document.c: (djvu_document_render):
3009         * backend/tiff/tiff-document.c: (tiff_document_render):
3010         * backend/pdf/ev-poppler.cc: (pdf_document_render):
3011         * libdocument/ev-document-misc.c:
3012         (ev_document_misc_surface_from_pixbuf),
3013         (ev_document_misc_surface_rotate_and_scale):
3014
3015         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
3016         creating page surfaces. Fixes bug #453123. Thank you very much to
3017         Jeff Muizelaar <jeff@infidigm.net>.
3018
3019 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3020
3021         * shell/ev-page-cache.c: (ev_page_cache_new),
3022         (ev_page_cache_get_thumbnail_size):
3023         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
3024         (ev_sidebar_thumbnails_set_loading_icon):
3025
3026         Also store in page-cache the dimensions of the thumbnails so that
3027         they can be used to create the correct loading icon in the side
3028         pane. Fixes bug #466857.
3029
3030 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3031
3032         * backend/pdf/ev-poppler.cc:
3033         (pdf_document_thumbnails_get_thumbnail):
3034
3035         Fix thumbnails rotation in pdf documents that include embedded 
3036         thumbnails.
3037
3038 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
3039
3040         * backend/pdf/ev-poppler.cc:
3041
3042         Don't use #ifdef in macro expansion. Some compilers don't
3043         like that. Closes bug #467042.
3044
3045 2007-08-15  Justin Blanchard  <justinb04@aim.com>
3046
3047         * backend/djvu/djvu-document.c: (djvu_document_finalize):
3048         
3049         Fixes memory leak in djvu backend.
3050
3051 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
3052
3053         * data/icons/32x32/Makefile.am:
3054         * data/icons/32x32/actions/Makefile.am:
3055         * data/icons/32x32/actions/view-page-cont.svg:
3056         * data/icons/32x32/actions/view-page-facing.svg:
3057         * data/icons/48x48/Makefile.am:
3058         * data/icons/48x48/actions/Makefile.am:
3059         * data/icons/48x48/actions/view-page-cont.svg:
3060         * data/icons/48x48/actions/view-page-facing.svg:
3061         
3062         Icons for a new sizes.
3063
3064 2007-08-14  Justin Blanchard  <justinb04@aim.com>
3065
3066         * shell/ev-page-cache.c: (build_height_to_page),
3067         (ev_page_cache_get_height_to_page):
3068         
3069         Fixes invalid read, see bug #466401.
3070
3071 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3072
3073         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3074         (set_drag_cursor):
3075         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3076         (configure_item_cursor), (new_pixbuf_from_widget):
3077
3078         Fix multihead problems in toolbar editor. Fixes bug #382055.
3079
3080 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3081
3082         * shell/ev-window.c: (ev_window_cmd_file_open),
3083         (ev_window_cmd_save_as):
3084
3085         Use g_get_user_special_dir when available instead of
3086         xdg_user_dir_lookup.
3087
3088 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3089
3090         * MAINTAINERS:
3091         
3092         Updated according to request on desktop-devel.
3093
3094 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3095
3096         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3097
3098         Do not use cairo_rectangle and cairo_clip since we are
3099         not using cairo_fill but cairo_paint. Use the same cairo context
3100         for every page in the same expose event.
3101
3102 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
3103
3104         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
3105         leak.
3106
3107 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3108
3109         * configure.ac:
3110         * NEWS:
3111
3112         Release 0.9.3
3113
3114 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3115
3116         * libdocument/ev-document-info.h:
3117         * libdocument/ev-document.h:
3118         * shell/ev-page-action.h:
3119         * shell/ev-sidebar-links.h:
3120
3121         Fix a headers problem with ev-link
3122         
3123         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
3124         * shell/ev-view-private.h:
3125         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3126         (get_link_area), (ev_view_query_tooltip),
3127         (ev_view_leave_notify_event), (ev_view_destroy),
3128         (ev_view_class_init):
3129
3130         Use new gtk tooltips when available instead of ev-tooltip.
3131         
3132 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3133
3134         * shell/ev-window.c: (update_chrome_visibility),
3135         (ev_window_sidebar_visibility_changed_cb):
3136
3137         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
3138         
3139 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3140
3141         * shell/ev-navigation-action.c:
3142         (ev_navigation_action_history_changed),
3143         (ev_navigation_action_set_history):
3144         * shell/ev-navigation-action-widget.c:
3145         (ev_navigation_action_widget_init):
3146         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3147
3148         Fix compile warnings.
3149         
3150 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3151
3152         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3153         (egg_editable_toolbar_dispose):
3154
3155         Fix memory leak.
3156         
3157 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3158
3159         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3160         (screensaver_disable_x11):
3161         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
3162         * shell/ev-window.c: (presentation_set_timeout):
3163         * shell/ev-view.c: (ev_view_presentation_transition_start):
3164
3165         Use g_timeout_add_seconds instead of g_timeout_add when
3166         available.
3167         
3168 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3169
3170         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
3171
3172         Set horizontal scrollbar policy to AUTOMATIC instead of
3173         NEVER. Workaround for bug #449462.
3174         
3175 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3176
3177         * shell/ev-jobs.c: (ev_job_render_page_ready):
3178
3179         Add page_ready callback to main loop with high priority and hold
3180         a reference to job during idle.
3181         
3182 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3183
3184         * configure.ac:
3185         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3186         (pdf_document_file_exporter_begin),
3187         (pdf_document_file_exporter_do_page),
3188         (pdf_document_file_exporter_get_capabilities):
3189         * libdocument/ev-file-exporter.h:
3190         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3191         * shell/ev-window.c: (ev_window_print_send),
3192         (ev_window_print_dialog_response_cb):
3193
3194         Allow printing multiple pages per sheet. Fixes bug #395573.
3195         
3196 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3197
3198         * shell/ev-view.c: (tip_from_link):
3199         
3200         Check for NULL, fixes bug #460862.
3201
3202 2007-07-29  Christian Persch  <chpe@gnome.org>
3203
3204         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
3205         (ev_window_preview_print_finished), (ev_window_do_preview_print),
3206         (ev_window_cmd_preview_print):
3207         
3208         Fixes bug #437681 - blocks while enumerating printers.
3209
3210 2007-07-29  Christian Persch  <chpe@gnome.org>
3211
3212         * shell/ev-window.c: (ev_window_screen_changed):
3213         
3214         Don't use deprecated gtk+ function. See bug #460909.
3215
3216 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3217
3218         * shell/ev-utils.c: (get_num_monitors):
3219         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
3220
3221         Do not use display before initializing it. Remove compile
3222         warnings.
3223
3224 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
3225
3226         * shell/ev-view.c: (ev_view_class_init):
3227         
3228         Unix-like hjkl bindings added. See bug #458111.
3229
3230 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
3231
3232         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
3233         * shell/ev-utils.h:
3234         * shell/ev-view.c: (ev_view_set_zoom_for_size),
3235         (ev_view_update_view_size):
3236         * shell/ev-view.h:
3237         * shell/ev-window.c: (ev_window_update_actions),
3238         (setup_view_from_metadata), (ev_window_screen_changed),
3239         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
3240         (zoom_control_changed_cb):
3241         * shell/ev-window.h:
3242         
3243         Reorganizes utility functions.
3244
3245 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3246
3247         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
3248         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
3249         (add_job), (ev_pixbuf_cache_get_surface),
3250         (ev_pixbuf_cache_get_link_mapping),
3251         (ev_pixbuf_cache_get_image_mapping),
3252         (ev_pixbuf_cache_get_form_field_mapping),
3253         (ev_pixbuf_cache_get_text_mapping):
3254         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
3255         (notify_page_ready), (ev_job_render_page_ready),
3256         (ev_job_render_run):
3257
3258         Add page_ready signal to notify that page is ready as soon as
3259         possible even if other page elements like links, forms, images or
3260         text mapping are not ready yet.
3261
3262 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3263
3264         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
3265         (dvi_document_file_exporter_do_page),
3266         (dvi_document_file_exporter_get_capabilities),
3267         (dvi_document_file_exporter_iface_init):
3268         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
3269         (ps_document_file_exporter_do_page),
3270         (ps_document_file_exporter_get_capabilities),
3271         (ps_document_file_exporter_iface_init):
3272         * backend/djvu/djvu-document.c:
3273         (djvu_document_file_exporter_begin),
3274         (djvu_document_file_exporter_end),
3275         (djvu_document_file_exporter_get_capabilities),
3276         (djvu_document_file_exporter_iface_init):
3277         * backend/tiff/tiff-document.c:
3278         (tiff_document_file_exporter_begin),
3279         (tiff_document_file_exporter_get_capabilities),
3280         (tiff_document_document_file_exporter_iface_init):
3281         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3282         (pdf_document_file_exporter_do_page),
3283         (pdf_document_file_exporter_get_capabilities),
3284         (pdf_document_file_exporter_iface_init):
3285         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
3286         (ev_file_exporter_get_capabilities):
3287         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
3288         (idle_print_handler), (ev_print_job_print):
3289         * shell/ev-jobs.c: (ev_job_print_run):
3290         * shell/ev-window.c: (ev_window_print_send),
3291         (ev_window_print_range):
3292
3293         Use capabilities to know which options should be offered by the
3294         print dialog depending on the document backend.
3295
3296 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3297
3298         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
3299
3300         Give priority to forms over text to set the cursor.
3301
3302 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3303
3304         * shell/ev-view-private.h:
3305         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3306         (ev_view_leave_notify_event), (ev_view_finalize),
3307         (ev_view_get_property), (ev_view_class_init):
3308
3309         Use IBEAM cursor for text form fields and NORMAL cursor for read
3310         only fields. Remove unused status attribute.
3311
3312 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3313
3314         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3315
3316         Update region for current selected items also for checkbox
3317         buttons, since they can behave as radio buttons when they are in a
3318         set.
3319
3320 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3321
3322         * configure.ac:
3323         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3324
3325         Get max length of text form fields.
3326
3327 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3328
3329         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3330         * libdocument/ev-form-field.h:
3331         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
3332
3333         Fix build with current poppler cvs head.
3334
3335 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3336
3337         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3338         * shell/eggfindbar.c: (egg_find_bar_init):
3339
3340         Fix build with gtk+ >= 2.11.5 due to gtktooltips
3341         deprecation. Fixes bug #455667
3342
3343 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3344
3345         * NEWS:
3346         * configure.ac:
3347         
3348         Update for release 0.9.2
3349
3350 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3351
3352         * shell/ev-view.c: (ev_view_form_field_text_save),
3353         (ev_view_form_field_choice_save):
3354
3355         Fix a crash when closing whith a form widget visible.
3356
3357 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3358
3359         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3360
3361         Update also the region of the current selected button when
3362         clicking on another button if they are radio buttons.
3363
3364 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3365
3366         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
3367         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
3368         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
3369         (ev_pixbuf_cache_get_link_mapping),
3370         (ev_pixbuf_cache_get_image_mapping),
3371         (ev_pixbuf_cache_get_form_field_mapping),
3372         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
3373         * shell/ev-view.c: (ev_view_form_field_get_region),
3374         (ev_view_form_field_button_create_widget),
3375         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
3376         (job_finished_cb):
3377
3378         Redraw only form field region instead of the whole page when
3379         reloading a page to show changes on the form field.
3380
3381 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3382
3383         * shell/ev-view.c: (ev_view_form_field_choice_save):
3384
3385         Fix selection of first item in list form fields.
3386
3387 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3388
3389         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
3390         (ev_pixbuf_cache_reload_page),
3391         (ev_pixbuf_cache_get_form_field_mapping):
3392
3393         Some refactoring to avoid duplicated code.
3394
3395 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3396
3397         * configure.ac:
3398         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
3399         (ev_form_field_from_poppler_field),
3400         (pdf_document_forms_get_form_fields),
3401         (pdf_document_forms_form_field_text_get_text),
3402         (pdf_document_forms_form_field_text_set_text),
3403         (pdf_document_forms_form_field_button_set_state),
3404         (pdf_document_forms_form_field_button_get_state),
3405         (pdf_document_forms_form_field_choice_get_item),
3406         (pdf_document_forms_form_field_choice_get_n_items),
3407         (pdf_document_forms_form_field_choice_is_item_selected),
3408         (pdf_document_forms_form_field_choice_select_item),
3409         (pdf_document_forms_form_field_choice_toggle_item),
3410         (pdf_document_forms_form_field_choice_unselect_all),
3411         (pdf_document_forms_form_field_choice_set_text),
3412         (pdf_document_forms_form_field_choice_get_text),
3413         (pdf_document_document_forms_iface_init):
3414         * libdocument/Makefile.am:
3415         * libdocument/ev-form-field.[ch]:
3416         * libdocument/ev-document-forms.[ch]:
3417         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3418         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3419         (add_job), (ev_pixbuf_cache_reload_page),
3420         (ev_pixbuf_cache_get_form_field_mapping):
3421         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
3422         * shell/ev-view-private.h:
3423         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
3424         (ev_view_handle_cursor_over_xy),
3425         (ev_view_get_form_field_at_location),
3426         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
3427         (ev_view_form_field_button_create_widget),
3428         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
3429         (ev_view_form_field_text_create_widget),
3430         (ev_view_form_field_choice_save),
3431         (ev_view_form_field_choice_changed),
3432         (ev_view_form_field_choice_create_widget),
3433         (ev_view_handle_form_field), (ev_view_size_allocate),
3434         (ev_view_realize), (draw_end_presentation_page),
3435         (ev_view_button_press_event), (ev_view_remove_all),
3436         (ev_view_motion_notify_event), (ev_view_key_press_event),
3437         (ev_view_enter_notify_event), (highlight_find_results),
3438         (draw_loading_text), (draw_one_page), (ev_view_destroy),
3439         (ev_view_class_init), (page_changed_cb),
3440         (on_adjustment_value_changed), (ev_view_set_presentation),
3441         (merge_selection_region), (ev_view_set_cursor),
3442         (ev_view_reset_presentation_state):
3443         
3444         Merge evince-forms branch.
3445
3446 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
3447
3448         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
3449
3450         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
3451         This script also updates itself from libegg
3452
3453         * cut-n-paste/toolbar-editor/egg*:
3454         Run update-toolbareditor-from-libegg.sh so we are in sync again with
3455         libegg
3456
3457 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
3458
3459         * shell/ev-window.c:
3460         
3461         Adds a nice icon to page action during toolbar editing.
3462         See bug #452872.
3463
3464 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3465
3466         * data/evince-toolbar.xml:
3467         * shell/ev-window.c:
3468         
3469         Let user add a presentation and fullscreen icons on toolbar.
3470         See bug #449734.
3471
3472 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
3473
3474         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
3475
3476         new script to keep in sync with toolbareditor in libegg
3477
3478         * cut-n-paste/toolbar-editor/*: 
3479
3480         Run update-toolbareditor-from-libegg so we are in sync again. 
3481         Fixes bug #452850.
3482         
3483
3484 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3485
3486         * shell/ev-sidebar-links.c: (job_finished_callback):
3487
3488         Do not connect selection changed signal more than once. Fixes bug
3489         #349433.
3490
3491 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3492
3493         * shell/ev-window.c: (ev_window_view_sidebar_cb):
3494
3495         Do not change sidebar chrome flag when pressing F9 key in
3496         presentation mode.
3497
3498 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3499
3500         * backend/pdf/ev-poppler.cc:
3501         (pdf_document_thumbnails_get_dimensions):
3502
3503         Make sure thumbnails width and height is not <= 0. Fixes a crash
3504         with some pdf documents which have really small pages.
3505
3506 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
3507
3508         * shell/main.c: (main):
3509
3510         Fixes program description translation issue.
3511         Bug #450148.
3512
3513 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
3514
3515         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
3516
3517         Do not change current page when returning from black/white mode
3518         in presentation. Fixes bug #415032.
3519
3520 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3521
3522         * NEWS:
3523         * configure.ac:
3524         
3525         Update for release 0.9.1
3526
3527 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
3528
3529         * backend/dvi/dvi-document.c:
3530         (dvi_document_finalize),
3531         (dvi_document_file_exporter_format_supported),
3532         (dvi_document_file_exporter_begin),
3533         (dvi_document_file_exporter_do_page),
3534         (dvi_document_file_exporter_end),
3535         (dvi_document_file_exporter_iface_init), (dvi_document_init):
3536         
3537         PDF exporter for dvi documents. Fixes bug #441319.
3538
3539 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3540
3541         * shell/ev-window.c: (ev_window_clear_print_job):
3542
3543         Clear gtk print job when job has finished. Fixes bug #447612.
3544
3545 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3546
3547         * shell/ev-window.c: (ev_window_print_send),
3548         (ev_window_print_dialog_response_cb), (ev_window_print_range):
3549
3550         Add preview button to print dialog. Fixes bug #445419.
3551
3552 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3553
3554         * backend/dvi/Makefile.am:
3555         * backend/dvi/pixbuf-device.[ch]: Removed
3556         * backend/dvi/cairo-device.[ch]: Added
3557         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
3558         * backend/dvi/dvi-document.c: (dvi_document_load),
3559         (dvi_document_render), (dvi_document_finalize),
3560         (dvi_document_thumbnails_get_thumbnail), (parse_color),
3561         (dvi_document_do_color_special):
3562         * libdocument/ev-document-misc.[ch]:
3563         (ev_document_misc_pixbuf_from_surface):
3564
3565         Port dvi backend to cairo and fix a problem with colors. 
3566
3567 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3568
3569         * shell/ev-view.c: (draw_one_page):
3570
3571         Draw only visible region.
3572
3573 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3574
3575         * backend/djvu/djvu-document.c: (djvu_document_render):
3576
3577         Fix rotation in djvu backend.
3578
3579 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3580
3581         * shell/ev-pixbuf-cache.c: (job_finished_cb),
3582         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
3583         (ev_pixbuf_cache_get_image_mapping),
3584         (ev_pixbuf_cache_get_text_mapping):
3585
3586         Redraw view every time we have a new surface. Fixes bug #443587.
3587
3588 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3589
3590         * libdocument/ev-document.c: (ev_document_info_free):
3591
3592         Fix memory leaks.
3593
3594 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3595
3596         * backend/dvi/dvi-document.c: (dvi_document_render),
3597         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
3598         * backend/impress/impress-document.c:
3599         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
3600         (impress_document_render), (impress_document_document_iface_init),
3601         (impress_document_thumbnails_get_thumbnail):
3602         * backend/djvu/djvu-document-private.h:
3603         * backend/djvu/djvu-document.c: (djvu_document_render),
3604         (djvu_document_finalize), (djvu_document_document_iface_init),
3605         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
3606         * backend/tiff/tiff-document.c: (tiff_document_render),
3607         (tiff_document_render_pixbuf),
3608         (tiff_document_document_iface_init):
3609         * backend/pdf/ev-poppler.cc: (pdf_document_render),
3610         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
3611         (pdf_selection_render_selection):
3612         * backend/comics/comics-document.c:
3613         (comics_document_render_pixbuf), (comics_document_render),
3614         (comics_document_document_iface_init):
3615         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
3616         (pixbuf_document_document_iface_init):
3617         * libdocument/ev-document-misc.[ch]:
3618         (ev_document_misc_surface_from_pixbuf),
3619         (ev_document_misc_surface_rotate_and_scale):
3620         * libdocument/ev-document.[ch]: (ev_document_render):
3621         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
3622         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3623         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3624         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
3625         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
3626         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
3627         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
3628         (render_finished_cb), (ev_job_render_run):
3629         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
3630         (merge_selection_region):
3631
3632         Use cairo image surfaces instead of GDK pixbufs for drawing pages
3633         and selections.
3634
3635 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3636
3637         * shell/ev-window-title.c: (ev_window_title_update):
3638
3639         Fix memory leak.
3640
3641 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3642
3643         * shell/ev-view.c: (draw_loading_text):
3644
3645         Show loading text centered. Fixes bug #433061
3646
3647 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3648
3649         * shell/ev-sidebar-thumbnails.c:
3650         (ev_sidebar_thumbnails_set_loading_icon):
3651
3652         Remove a mutex in the main thread that blocks the UI in heavy
3653         documents.
3654
3655 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3656
3657         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
3658
3659         Set points_set to TRUE so that selections don't disappear after a
3660         zoom change.
3661
3662 2007-06-07  Michael Monreal  <infernux@web.de>
3663
3664         * data/icons/16x16/actions/Makefile.am:
3665         * data/icons/16x16/actions/zoom.svg:
3666         * data/icons/22x22/actions/Makefile.am:
3667         * data/icons/22x22/actions/zoom.svg:
3668         * data/icons/24x24/actions/Makefile.am:
3669         * shell/ev-stock-icons.c:
3670         * shell/ev-stock-icons.h:
3671         * shell/ev-window.c:
3672         
3673         Zoom icon artwork. See bug #444795.
3674
3675 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3676
3677         * shell/ev-metadata-manager.c: Remove extraneous function
3678         (Closes: #444386)
3679
3680 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3681
3682         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
3683         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
3684         (ev_metadata_manager_set), (ev_metadata_manager_save):
3685         Simplify the timeout, no need for modified anymore
3686
3687 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3688
3689         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
3690         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
3691         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
3692         (ev_metadata_manager_save): Adapted patch from Arjan van de
3693         Ven (arjan@linux.intel.com) to avoid the timeout running all the
3694         time, saves on power (Closes: #443851)
3695
3696 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3697
3698         * configure.ac:
3699         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
3700         (pdf_selection_render_selection), (pdf_document_get_page_duration):
3701
3702         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
3703
3704 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3705
3706         * shell/ev-window.c: (ev_window_add_history):
3707
3708         Check if history is NULL
3709
3710 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3711
3712         * libdocument/ev-image.c: (ev_image_finalize):
3713         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
3714         * libdocument/ev-attachment.c: (ev_attachment_finalize):
3715         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
3716         (ev_tmp_uri_unlink):
3717
3718         Add functions to delete temporary files created by evince in a safe
3719         way.
3720
3721         * shell/ev-window.c: (ev_window_clear_local_uri),
3722         (open_xfer_update_progress_callback),
3723         (save_xfer_update_progress_callback), (ev_window_save_remote),
3724         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
3725         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
3726         (attachment_save_dialog_response_cb),
3727         (ev_attachment_popup_cmd_save_attachment_as):
3728
3729         Allow saving a copy of a document, image or attachment to a remote
3730         location. Fixes bug #440754. 
3731
3732 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3733
3734         * configure.ac:
3735         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
3736
3737         Fix build with current poppler from cvs head. 
3738
3739 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
3740
3741         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
3742
3743         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
3744         directory exists.
3745
3746 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
3747
3748         * shell/ev-sidebar.c: (ev_sidebar_add_page):
3749         * shell/ev-window.c:
3750
3751         Change sidebar ordering. Fixes bug #439939.
3752
3753 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
3754
3755         * backend/comics/Makefile.am:
3756         
3757         Fixes build with --without-libgnome.
3758
3759 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3760         
3761         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
3762
3763         Update cursor and tooltip on page change and view scroll. Fixes bug
3764         #439217.
3765
3766 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3767
3768         * NEWS:
3769         * configure.ac:
3770         
3771         Update for release 0.9.0
3772
3773 2007-05-14  Alaska Subedi <asubedi@gmail.com>
3774
3775         * backend/djvu/djvu-document-private.h:
3776         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3777         (djvu_document_finalize),
3778         (djvu_document_file_exporter_format_supported),
3779         (djvu_document_file_exporter_begin),
3780         (djvu_document_file_exporter_do_page),
3781         (djvu_document_file_exporter_end),
3782         (djvu_document_file_exporter_iface_init), (djvu_document_init):
3783         
3784         Implemented printing with djvu. Bug #437998.
3785
3786 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3787
3788         * backend/impress/zip.c:
3789         Add missing ulong definition.
3790
3791         * backend/ps/ps-interpreter.c:
3792         Add missing headers.
3793
3794         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
3795
3796 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3797
3798         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
3799
3800         Add missing call to parent class dispose method. 
3801
3802 2007-05-12  Ross Burton  <ross@openedhand.com>
3803
3804         * shell/main.c:
3805         Sync keybindings manually when building without libgnome
3806         (#437925).
3807
3808 2007-05-12  Ross Burton  <ross@openedhand.com>
3809
3810         * shell/ev-window.c:
3811         Respect the screen when opening help (#437866).
3812
3813 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3814
3815         * data/evince-ui.xml:
3816         * shell/ev-application.[ch]: (get_print_settings_from_args),
3817         (ev_application_open_uri_at_dest), (ev_application_open_uri),
3818         (ev_application_open_uri_list):
3819         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
3820         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
3821         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
3822         (ev_window_cmd_view_reload), (lookup_printer_from_name),
3823         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
3824         (ev_window_dispose):
3825         * shell/main.c: (arguments_parse):
3826
3827         Add print button in preview mode. Fixes bug #396475. 
3828
3829 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3830
3831         * cut-n-paste/zoom-control/ephy-zoom.h:
3832         
3833         Fixes zoom level factors. See bug #408119 for details.
3834
3835 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3836
3837         * backend/comics/comics-document.c: (comics_regex_quote),
3838         (extract_argv):
3839         
3840         Correctly quote symbols. Fixes crash in the bug
3841         #415370.
3842
3843 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3844
3845         * shell/ev-navigation-action-widget.c:
3846         (ev_navigation_action_widget_init),
3847         (ev_navigation_action_widget_class_init),
3848         (ev_navigation_action_widget_button_press_event):
3849         
3850         Connect to button-press event on correct widget. Fixes
3851         bug #431988
3852
3853 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3854
3855         * shell/ev-application.c: (ev_application_open_window),
3856         (ev_application_add_icon_path_for_screen),
3857         (ev_application_open_uri_at_dest):
3858         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
3859         * shell/ev-navigation-action.c: (build_menu):
3860         
3861         Add app-specific icons to our icon theme. Fixes bug
3862         #425508.
3863
3864 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3865
3866         * shell/ev-history.c: (ev_history_class_init),
3867         (ev_history_add_link):
3868         * shell/ev-history.h:
3869         * shell/ev-navigation-action.c:
3870         (ev_navigation_action_history_changed),
3871         (ev_navigation_action_set_history), (build_menu),
3872         (ev_navigation_action_finalize):
3873         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
3874         
3875         Make navigation action unsensitive instead of showing
3876         menu with unsensitive word. Fixes bug #417392.
3877
3878 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3879
3880         * shell/ev-application.[ch]: (ev_application_shutdown),
3881         (ev_application_get_print_settings),
3882         (ev_application_set_print_settings):
3883         * shell/ev-window.c:
3884
3885         Remember print settings. Fixes bug #349102. 
3886
3887 2007-05-08  Christian Persch  <chpe@gnome.org>
3888
3889         * configure.ac:
3890         * properties/ev-properties-view.c:
3891
3892         No need for a configure check; just use the GTK_CHECK_VERSION macro.
3893         Bug #382438.
3894
3895 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3896
3897         * configure.ac:
3898         * properties/ev-properties-view.c: (ev_regular_paper_size):
3899
3900         Use gtk+ builtin paper list to identify the document's paper size.
3901         Fixes bug #382438. 
3902
3903 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3904
3905         * configure.ac:
3906
3907         Fix build when compiling with thumbnailer and libgnome support. 
3908
3909 2007-05-04  Ross Burton  <ross@openedhand.com>
3910
3911         * configure.ac:
3912         Add --without-libgnome, check for libgnome and libgnomeui
3913         separately, and add them to the symbols as required.
3914
3915         * libdocument/ev-file-helpers.c:
3916         When building without libgnome, use g_get_user_config_dir instead
3917         of gnome_user_dir_get.
3918
3919         * shell/ev-application.c:
3920         When building without libgnome, don't use session management.
3921
3922         * shell/main.c:
3923         When building without libgnome, don't use GnomeProgram or
3924         initialise the authentication manager.
3925
3926         This fixes #328842.
3927
3928 2007-05-04  Ross Burton  <ross@openedhand.com>
3929
3930         * shell/ev-window.c:
3931         Don't use libgnome to open help, instead call Yelp directly.
3932
3933 2007-05-04  Ross Burton  <ross@openedhand.com>
3934
3935         * shell/ev-sidebar-attachments.c:
3936         Don't use libgnome to lookup icons for MIME types, instead copy
3937         code from GTK+ to do it manually.
3938
3939 2007-05-04  Ross Burton  <ross@openedhand.com>
3940
3941         * configure.ac:
3942         Add libxml to the dependencies for SHELL_CORE (#435818).
3943
3944 2007-05-02  Ross Burton  <ross@openedhand.com>
3945
3946         * configure.ac:
3947         * Makefile.am:
3948         Add --disable-thumbnailer (#434825)
3949
3950 2007-05-02  Ross Burton  <ross@openedhand.com>
3951
3952         * shell/ev-window.c:
3953         Add missing includes, fix indentation.
3954
3955         * shell/main.c:
3956         Fix indentation.
3957
3958 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
3959
3960         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
3961         ev_application_open_uri_at_dest instead of ev_application_open_uri
3962         preventing new document always being opened in a new window even if there
3963         is an empty window.
3964
3965 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3966
3967         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3968         (egg_recent_view_uimanager_finalize):
3969         * properties/ev-properties-view.c: (ev_properties_view_dispose):
3970         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
3971         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
3972         (ev_pixbuf_cache_dispose):
3973         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
3974         * shell/ev-tooltip.c: (ev_tooltip_dispose):
3975         
3976         Add missing chain to parent class methods. Fixes
3977         bug #433128.
3978
3979 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
3980
3981         * data/Makefile.am (update-icon-cache): Updates
3982         gtk-update-icon-cache in uninstall-hook.
3983
3984 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3985
3986         * shell/ev-window.c: (ev_window_setup_document),
3987         (ev_window_set_document), (ev_window_load_job_cb):
3988         * shell/ev-view.c: (setup_caches):
3989         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
3990
3991         Start rendering pages before any other jobs. 
3992
3993 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3994
3995         * shell/ev-window.c: (ev_window_stop_fullscreen),
3996         (ev_window_stop_presentation):
3997
3998         Update chrome visibility before window unfullscreen. 
3999
4000 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4001
4002         * data/Makefile.am:
4003         * data/evince-ui.xml:
4004         * shell/ev-stock-icons.[ch]:
4005         * shell/ev-application.[ch]: (ev_application_shutdown),
4006         (ev_application_init), (ev_application_get_toolbars_model):
4007         * shell/ev-window.c: (update_chrome_visibility),
4008         (fullscreen_toolbar_setup_item_properties),
4009         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4010         (ev_window_run_presentation), (ev_window_stop_presentation),
4011         (ev_window_run_preview), (ev_window_screen_changed),
4012         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
4013         (ev_window_dispose), (ev_window_init):
4014
4015         Make fullscreen toolbar always visible. Do not use egg toolbars for
4016         fullscreen and preview modes since such toolbars are not editables.
4017         Fixes bugs #300278, #338910 and #316188.  
4018
4019 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
4020
4021         * shell/ev-application.c:
4022         * shell/ev-job-queue.c:
4023         * shell/ev-metadata-manager.c:
4024         * shell/ev-stock-icons.c:
4025         * shell/ev-window.c:
4026         * shell/main.c:
4027         
4028         Developers documentation updated.
4029
4030 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4031
4032         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
4033
4034         Check whether uri is valid before launching it. Fixes bug #427664.
4035
4036 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4037
4038         * shell/ev-window.c:
4039
4040         Change key accelerator for Open a Copy menu entry which is in conflict
4041         with Close. Fixes bug #427321.
4042
4043 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4044
4045         * NEWS:
4046         * configure.ac:
4047         
4048         Update for release 0.8.1
4049
4050 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4051
4052         * shell/ev-window.c: (setup_size_from_metadata):
4053         
4054         Do not make window bigger than screen. Fixes bug 
4055         #388985.
4056
4057 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4058
4059         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
4060         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
4061
4062         Use default resolution when it's not provided by document. Fixes bug
4063         #408762.
4064
4065 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4066
4067         * configure.ac:
4068         * thumbnailer/Makefile.am:
4069         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4070         * thumbnailer/evince-thumbnailer.schemas.in:
4071         * thumbnailer/evince-thumbnailer-ps.schemas.in:
4072
4073         Add support for ps, eps and compressed documents thumbnails. Do not
4074         ignore size parameter. 
4075
4076 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4077
4078         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
4079         (dvi_document_do_color_special):
4080         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
4081
4082         Implement font color specials in the DVI backend. Fixes bug #303651.
4083
4084 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4085
4086         Fixup the previous commit:
4087
4088         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
4089         * shell/xdg-user-dir-lookup.c: Make the function non-static
4090         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
4091
4092 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4093
4094         * shell/ev-window.c (file_open_dialog_response_cb): Use
4095         the xdg-user-dirs DOCUMENTS folder as default folder when
4096         opening a file chooser.  (#424858)
4097
4098         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
4099         xdg-user-dirs.
4100
4101 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4102
4103         * shell/ev-window.c: (ev_window_load_job_cb):
4104
4105         Do not setup view from metadata on preview mode. 
4106
4107 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4108
4109         * shell/main.c:
4110
4111         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
4112
4113 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4114
4115         * shell/ev-view.c: (ev_view_primary_get_cb):
4116
4117         Check pointer != NULL before using it. Fixes bug #416841. 
4118
4119 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4120
4121         * NEWS:
4122         * configure.ac:
4123         
4124         Release 0.8.0
4125
4126 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4127
4128         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
4129
4130         Do not render thumbnails when sidebar thumbnail page is not visible
4131         at startup. Fixes bug #416447. 
4132
4133 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
4134
4135         * data/evince.desktop.in.in:
4136
4137         "Application" is not a valid category in the freedesktop specification.
4138
4139 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4140
4141         * libdocument/ev-file-helpers.[ch]: (compression_run),
4142         (ev_file_uncompress), (ev_file_compress):
4143         * shell/ev-window.c: (file_save_dialog_response_cb):
4144
4145         Save document compressed when saving a copy of a compressed document.
4146         Fixes bug #334542.
4147
4148 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4149
4150         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
4151
4152         Allow deleting in goto window entry in presentation mode. 
4153
4154 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
4155
4156         * Makefile.am: Dist MAINTAINERS.
4157
4158 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4159
4160         * shell/ev-window.c: (ev_window_update_actions):
4161
4162         Fix zoom shortcut keys when searching. Fixes bug #409828.
4163
4164 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4165
4166         * shell/ev-window.c: (ev_window_setup_document):
4167
4168         Fix crash when loading documents with only one page. 
4169
4170 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
4171
4172         * backend/dvi/dvi-document.c:
4173         (dvi_document_thumbnails_get_dimensions),
4174         (dvi_document_thumbnails_get_thumbnail):
4175         * backend/impress/impress-document.c:
4176         (impress_document_thumbnails_get_thumbnail),
4177         (impress_document_thumbnails_get_dimensions):
4178         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
4179         (ps_document_thumbnails_get_dimensions):
4180         * backend/djvu/djvu-document.c:
4181         (djvu_document_thumbnails_get_dimensions),
4182         (djvu_document_thumbnails_get_thumbnail):
4183         * backend/tiff/tiff-document.c:
4184         (tiff_document_thumbnails_get_thumbnail),
4185         (tiff_document_thumbnails_get_dimensions):
4186         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
4187         (pdf_document_thumbnails_get_thumbnail),
4188         (pdf_document_thumbnails_get_dimensions):
4189         * backend/comics/comics-document.c:
4190         (comics_document_thumbnails_get_thumbnail),
4191         (comics_document_thumbnails_get_dimensions):
4192         * backend/pixbuf/pixbuf-document.c:
4193         (pixbuf_document_thumbnails_get_thumbnail),
4194         (pixbuf_document_thumbnails_get_dimensions):
4195         * libdocument/ev-document-thumbnails.[ch]:
4196         (ev_document_thumbnails_get_thumbnail),
4197         (ev_document_thumbnails_get_dimensions):
4198         * libdocument/ev-document-misc.[ch]:
4199         (ev_document_misc_get_thumbnail_frame):
4200         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
4201         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
4202         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
4203         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
4204         (ev_sidebar_thumbnails_refresh):
4205         * shell/ev-window.c: (ev_window_setup_document):
4206         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4207
4208         Use an EvRenderContext for rendering thumbnails instead of a suggested
4209         width, so that different sized pages get sized proportionally.
4210
4211 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4212
4213         * shell/ev-view.c: (ev_view_button_press_event),
4214         (ev_view_key_press_event):
4215
4216         Fix critical warnings when there is no document loaded. 
4217
4218 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4219
4220         * shell/ev-page-action-widget.c:
4221         * shell/ev-navigation-action.c:
4222         * shell/ev-window.c:
4223
4224         Fix compile warnings. 
4225
4226 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4227
4228         * backend/djvu/djvu-text.h:
4229         * backend/djvu/djvu-document.c:
4230         * backend/djvu/djvu-text-page.c:
4231         * backend/djvu/djvu-links.c:
4232         * backend/djvu/djvu-text-page.h:
4233         * backend/djvu/djvu-text.c:
4234         
4235         Fix build on Mac. Fixes bug #392186. Patch by
4236         <ephraim_owns@hotmail.com>
4237
4238 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4239
4240         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
4241
4242         Restore cairo context before rendering every page when printing a PDF
4243         document into a PDF file. 
4244
4245 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4246
4247         * backend/ps/gstypes.h:
4248         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
4249         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
4250         (ps_document_thumbnails_get_thumbnail):
4251
4252         Handle PostScript page orientation. Fixes bug #318568.
4253
4254 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4255
4256         * backend/ps/Makefile.am:
4257         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
4258         (document_load), (ps_document_load), (save_document),
4259         (save_page_list), (ps_document_get_n_pages),
4260         (ps_document_get_page_size), (ps_document_get_info),
4261         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
4262         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
4263         (ps_document_thumbnails_get_thumbnail),
4264         (ps_document_thumbnails_get_dimensions),
4265         (ps_document_document_thumbnails_iface_init):
4266         * backend/ps/ps.[ch]: (psgetpagebox):
4267         * backend/ps/ps-interpreter.[ch]:
4268
4269         Add support for thumbnails in ps backend. Fixes bug #164755. 
4270
4271 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4272
4273         * NEWS:
4274         * configure.ac:
4275         
4276         Release 0.7.2
4277
4278 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4279
4280         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
4281         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
4282         (ev_window_dispose):
4283
4284         Use document thumbnail as window icon. Fixes bug #384442.
4285
4286 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
4287
4288         * configure.ac:
4289
4290         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
4291         duplicated adding application/x-bzpostscript instead. 
4292
4293 2007-02-11  Tom Parker  <palfrey@tevp.net>
4294
4295         * backend/ps/ps-document.c: (document_load):
4296
4297         Check return value of psscan before trying
4298         to use it. Fixes bug #372414.
4299
4300 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4301
4302         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4303
4304         Fix invalid free in ev-page-cache. Fixes bug #404745.
4305
4306 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4307
4308         * test/Makefile.am:
4309         * test/test3.py:
4310         
4311         Added reload test case.
4312
4313 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4314
4315         * po/POTFILES.in:
4316         * backend/djvu/djvu-document.c: (djvu_document_load):
4317
4318         Check whether there are missing files in indirect multipage djvu
4319         documents. Fixes bug #361683. 
4320
4321 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4322
4323         * test/Makefile.am:
4324         * test/test-mime.bin:
4325         * test/test3.py:
4326         
4327         Added test for slow mime type
4328
4329 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4330
4331         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4332
4333         Add some checks and call parent_class->finalize. Fixes bug #404745.
4334
4335 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4336
4337         * shell/ev-navigation-action.c: (connect_proxy):
4338         
4339         Fixes dropdown history menu. Thanks a lot Carlos!
4340
4341 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4342
4343         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
4344
4345         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
4346         bug #373715.
4347
4348 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4349
4350         * backend/ps/ps.c: (psscan):
4351
4352         Fix memory leak. 
4353
4354 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4355
4356         * configure.ac:
4357         * libdocument/ev-file-helpers.c: 
4358
4359         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
4360
4361 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4362
4363         * configure.ac:
4364         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
4365         (ps_interpreter_start), (document_load), (save_document),
4366         (save_page_list):
4367         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
4368         * libdocument/ev-document-factory.c:
4369         (ev_document_factory_get_from_mime), (get_document_from_uri),
4370         (free_uncompressed_uri), (ev_document_factory_get_document):
4371         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
4372
4373         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
4374
4375 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4376
4377         * libdocument/ev-document.h:
4378
4379         Fix typo in function name. 
4380
4381 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4382
4383         * backend/ps/ps-document.c: (ps_interpreter_finished),
4384         (ps_interpreter_start), (ps_interpreter_failed):
4385
4386         Handle ghostscript interpreter crashes. 
4387
4388 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4389
4390         * shell/ev-window.c: (ev_window_open_uri),
4391         (window_configure_event_cb):
4392
4393         Setup window size and position before showing it. Fixes bug #401711.
4394
4395 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4396
4397         * backend/ps/Makefile.am:
4398         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
4399         (ps_document_dispose), (ps_document_class_init),
4400         (ps_interpreter_input), (ps_interpreter_output),
4401         (ps_interpreter_error), (setup_interpreter_env),
4402         (ps_interpreter_start), (ps_interpreter_stop),
4403         (ps_interpreter_failed), (ps_interpreter_is_ready),
4404         (check_filecompressed), (document_load), (ps_document_load),
4405         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
4406         (ps_document_widget_event), (send_ps), (ps_document_next_page),
4407         (render_page):
4408
4409         Rework ps-document. Code cleanups, remove deprecated code. 
4410
4411 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4412
4413         * shell/ev-view.c: (ev_view_button_press_event):
4414
4415         Do not start an image drag and drop operation when pointer is on 
4416         text, so that we can select text when the whole background is an
4417         image. 
4418
4419 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
4420
4421         * shell/ev-window.c: (ev_window_update_actions): 
4422
4423         Disable all zoom related actions during presentation mode. 
4424
4425 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
4426
4427         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
4428
4429         Do not zoom in or out on presentation mode. Fixes bug #401305.
4430
4431 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4432
4433         * shell/ev-navigation-action.c: (connect_proxy),
4434         (create_menu_item), (ev_navigation_action_class_init):
4435         
4436         Correctly show menu and fix crash when navigaton 
4437         action is out of toolbar visible area.
4438
4439 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4440
4441         * data/Makefile.am:
4442         * data/evince.1:
4443         
4444         Added man file
4445
4446 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4447
4448         * help/reference/* :
4449         * configure.ac:
4450         
4451         Added gtk-doc based documentation for Evince.
4452         Still in initial state but I hope it will
4453         grow.
4454         
4455         * configure.ac:
4456         
4457         Lower dbus requirement to 0.70
4458
4459 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4460
4461         * shell/ev-window.c: (ev_window_add_history):
4462
4463         Fix memory leak. 
4464
4465 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4466
4467         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
4468         * shell/ev-view.h:
4469         * shell/ev-window.c: (ev_window_add_history):
4470         
4471         Correctly handle named destination links
4472
4473 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4474
4475         * NOTES:
4476         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
4477         * backend/pdf/ev-poppler.cc:
4478         * libdocument/ev-document-links.h:
4479         * libdocument/ev-link.c: (ev_link_get_page):
4480         * libdocument/ev-link.h:
4481         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
4482         (ev_history_add_link):
4483         * shell/ev-history.h:
4484         * shell/ev-navigation-action.c: (activate_menu_item_cb),
4485         (new_history_menu_item), (build_menu):
4486         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
4487         * shell/ev-sidebar-links.c: (create_loading_model),
4488         (print_section_cb), (ev_sidebar_links_construct),
4489         (fill_page_labels), (update_page_callback_foreach),
4490         (update_page_callback), (job_finished_callback):
4491         * shell/ev-view.c: (ev_view_handle_link):
4492         * shell/ev-window.c: (ev_window_find_chapter),
4493         (ev_window_add_history), (view_handle_link_cb),
4494         (history_changed_cb):
4495         
4496         Implements another history variant
4497
4498 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4499
4500         * shell/ev-window.c: (view_external_link_cb):
4501         * shell/ev-view.c: (ev_view_button_release_event):
4502
4503         Open links in new window when clicking with middle button. 
4504
4505 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4506
4507         * shell/ev-navigation-action.c: (new_history_menu_item):
4508         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
4509         * shell/ev-view.c: (ev_view_handle_link):
4510         * shell/ev-window.c:
4511         
4512         Store link before jump, not the destination. For me it 
4513         seems like more natural history behavior.
4514
4515 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4516
4517         * shell/ev-navigation-action.c: (activate_menu_item_cb),
4518         (ev_navigation_action_class_init):
4519         * shell/ev-navigation-action.h:
4520         * shell/ev-page-action.c: (activate_cb):
4521         * shell/ev-page-cache.c: (ev_page_cache_class_init),
4522         (ev_page_cache_set_current_page_history):
4523         * shell/ev-page-cache.h:
4524         * shell/ev-sidebar-thumbnails.c:
4525         (ev_sidebar_tree_selection_changed),
4526         (ev_sidebar_icon_selection_changed), (page_changed_cb):
4527         * shell/ev-view-private.h:
4528         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
4529         * shell/ev-view.h:
4530         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
4531         (ev_window_setup_document), (ev_window_load_job_cb):
4532         * shell/ev-window.h:
4533         
4534         History finally works as expected.
4535
4536 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4537
4538         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
4539
4540         Do not update links treeview if it doesn't have a model assigned yet. 
4541
4542 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4543
4544         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
4545         (ev_sidebar_links_class_init), (update_page_callback):
4546
4547         Do not update links treeview when sidepane is not visible. 
4548
4549 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4550
4551         * shell/ev-marshal.list:
4552         * shell/ev-page-action.c: (activate_cb),
4553         (ev_page_action_class_init):
4554         * shell/ev-page-action.h:
4555         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
4556         * shell/ev-window.c:
4557         
4558         Remove activate_link signal, not required.
4559
4560 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4561
4562         * shell/ev-navigation-action.c: (build_menu):
4563         
4564         Reorder menu items and build menu with fixed length.
4565
4566 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
4567
4568         * shell/ev-view.c: (get_selected_text):
4569         
4570         Normalize text to fix ligatures problem. See bug
4571         #341947 for details.
4572
4573 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4574
4575         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4576
4577         Fix memory leak in ev-page-cache. 
4578
4579 2007-01-25  Tom Parker <palfrey@tevp.net>
4580
4581         * backend/impress/impress-document.c: (impress_document_load),
4582         (impress_document_finalize), (impress_document_init):
4583         * properties/ev-properties-main.c: (ev_properties_get_pages):
4584         
4585         Correctly handle impress document errors. Fixes nautilus
4586         crash in property page #370491.
4587
4588 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4589
4590         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
4591         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
4592         (ev_job_queue_remove_job):
4593         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
4594         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
4595         (ev_job_load_run):
4596         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
4597         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
4598         (ev_window_load_job_cb), (xfer_update_progress_callback),
4599         (ev_window_open_uri), (ev_window_dispose):
4600         * shell/main.c: (main):
4601
4602         Do file transfer asynchronously in the main thread instead of
4603         synchronously in the load thread. Fixes bugs #399694, #398307 and
4604         #343542.
4605
4606 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4607
4608         * shell/ev-jobs.c: (ev_job_xfer_run):
4609
4610         Load the document with the font-config lock held. 
4611
4612 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4613
4614         * backend/ps/ps-document.c: (start_interpreter):
4615
4616         Fix memory leaks in ps backend. 
4617
4618 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4619
4620         * backend/impress/impress-document.c:
4621         (impress_document_render_pixbuf):
4622
4623         Do not acquire fontconfig lock in impress backend, since it is using
4624         the main loop for rendering. 
4625
4626 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4627
4628         * po/POTFILES.in: 
4629
4630         Remove mdvi files that shouldn't be translated. 
4631
4632 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4633
4634         * shell/ev-view-private.h:
4635         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
4636         (ev_view_set_zoom):
4637
4638         Render "loading..." text into a cairo surface instead of directly into
4639         the window so that fontconfig lock is only needed once and UI is not
4640         blocked. Change text color to #9B9B9B. Fixes bug #397356.
4641
4642 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4643
4644         * shell/ev-stock-icons.c: (ev_stock_icons_init):
4645         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4646
4647         Use icon theme associated with the window screen rather than default. 
4648
4649 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
4650
4651         * configure.ac:
4652
4653         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
4654
4655 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
4656
4657         * data/icons/*/apps/evince.*:
4658
4659         Move Evince icons under new apps directory.
4660
4661         * data/icons/*/actions/*:
4662
4663         Add new custom themeable Evince icons: view-page-continuous, 
4664         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
4665         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
4666
4667         * configure.ac:
4668
4669         Add new directories to AC_CONFIG_FILES.
4670
4671         * shell/ev-stock-icons.c:
4672         * shell/ev-stock-icons.h:
4673
4674         Use new custom themeable icons.
4675
4676 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4677
4678         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
4679
4680         Do not draw white background page in presentation mode. 
4681
4682 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
4683
4684         * shell/ev-view.c: Remove unused gnome-vfs include.
4685
4686 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
4687
4688         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
4689         
4690         Format string is corrected, fixes bug #397129.
4691
4692 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4693
4694         * shell/ev-window.c: (ev_window_setup_recent):
4695
4696         Do not include in recent menu inexistent documents. Fixes
4697         bug #339171.
4698
4699 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4700
4701         * po/POTFILES.skip: 
4702
4703         Update POTFILES.skip file according to current source tree. 
4704
4705 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4706
4707         * shell/ev-window.c: (file_save_dialog_response_cb):
4708
4709         Do Save a copy in atomic way. Fixes bug #328266. 
4710
4711 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4712
4713         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
4714
4715         Keep selected cell always visible in index treeview.
4716
4717 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4718         
4719         * shell/ev-view.c: (ev_view_size_allocate):
4720
4721         Restore horizontal scrollbar after switching to/from fullscreen
4722         or presentation mode. Fixes bug #331728.
4723
4724 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4725
4726         * shell/ev-view-private.h:
4727         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
4728         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
4729         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
4730         (ev_view_can_zoom_out):
4731
4732         Use max and min scale values in the view iby taking dpi into account. 
4733
4734 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4735
4736         * configure.ac:
4737         * NEWS:
4738
4739         Release 0.7.1
4740
4741 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4742
4743         * shell/ev-window.c: (ev_window_print_send):
4744
4745         Send print job to printer with some settings set to default values,
4746         since we have already exported to a file according to such settings
4747         and they could be taken twice by some printers. 
4748
4749 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4750
4751         * shell/ev-jobs.c: (ev_job_xfer_run):
4752         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4753
4754         Show main window and load document with the font-config lock held. 
4755
4756 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4757
4758         * configure.ac:
4759         * shell/ev-application.c: (ev_application_register_service):
4760         * shell/main.c: (load_files_remote):
4761
4762         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
4763
4764 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4765
4766         * doc/debugging.txt:
4767         
4768         Remove obsolete documentation.
4769
4770 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4771
4772         * Makefile.am:
4773         * backend/Makefile.am:
4774         * backend/comics/Makefile.am:
4775         * backend/djvu/Makefile.am:
4776         * backend/dvi/Makefile.am:
4777         * backend/ev-async-renderer.c:
4778         * backend/ev-async-renderer.h:
4779         * backend/ev-attachment.c:
4780         * backend/ev-attachment.h:
4781         * backend/ev-backend-marshal.c:
4782         * backend/ev-document-factory.c:
4783         * backend/ev-document-factory.h:
4784         * backend/ev-document-find.c:
4785         * backend/ev-document-find.h:
4786         * backend/ev-document-fonts.c:
4787         * backend/ev-document-fonts.h:
4788         * backend/ev-document-images.c:
4789         * backend/ev-document-images.h:
4790         * backend/ev-document-info.h:
4791         * backend/ev-document-links.c:
4792         * backend/ev-document-links.h:
4793         * backend/ev-document-misc.c:
4794         * backend/ev-document-misc.h:
4795         * backend/ev-document-security.c:
4796         * backend/ev-document-security.h:
4797         * backend/ev-document-thumbnails.c:
4798         * backend/ev-document-thumbnails.h:
4799         * backend/ev-document-transition.c:
4800         * backend/ev-document-transition.h:
4801         * backend/ev-document.c:
4802         * backend/ev-document.h:
4803         * backend/ev-file-exporter.c:
4804         * backend/ev-file-exporter.h:
4805         * backend/ev-image.c:
4806         * backend/ev-image.h:
4807         * backend/ev-link-action.c:
4808         * backend/ev-link-action.h:
4809         * backend/ev-link-dest.c:
4810         * backend/ev-link-dest.h:
4811         * backend/ev-link.c:
4812         * backend/ev-link.h:
4813         * backend/ev-render-context.c:
4814         * backend/ev-render-context.h:
4815         * backend/ev-selection.c:
4816         * backend/ev-selection.h:
4817         * backend/impress/Makefile.am:
4818         * backend/pdf/Makefile.am:
4819         * backend/pixbuf/Makefile.am:
4820         * backend/ps/Makefile.am:
4821         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
4822         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
4823         (start_interpreter), (stop_interpreter), (document_load),
4824         (ps_document_next_page), (render_page):
4825         * backend/tiff/Makefile.am:
4826         * comics/Makefile.am:
4827         * comics/comics-document.c:
4828         * comics/comics-document.h:
4829         * configure.ac:
4830         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4831         * djvu/Makefile.am:
4832         * djvu/djvu-document-private.h:
4833         * djvu/djvu-document.c:
4834         * djvu/djvu-document.h:
4835         * djvu/djvu-links.c:
4836         * djvu/djvu-links.h:
4837         * djvu/djvu-text-page.c:
4838         * djvu/djvu-text-page.h:
4839         * djvu/djvu-text.c:
4840         * djvu/djvu-text.h:
4841         * dvi/Makefile.am:
4842         * dvi/dvi-document.c:
4843         * dvi/dvi-document.h:
4844         * dvi/fonts.c:
4845         * dvi/fonts.h:
4846         * dvi/mdvi-lib/Makefile.am:
4847         * dvi/mdvi-lib/afmparse.c:
4848         * dvi/mdvi-lib/afmparse.h:
4849         * dvi/mdvi-lib/bitmap.c:
4850         * dvi/mdvi-lib/bitmap.h:
4851         * dvi/mdvi-lib/color.c:
4852         * dvi/mdvi-lib/color.h:
4853         * dvi/mdvi-lib/common.c:
4854         * dvi/mdvi-lib/common.h:
4855         * dvi/mdvi-lib/defaults.h:
4856         * dvi/mdvi-lib/dvimisc.c:
4857         * dvi/mdvi-lib/dviopcodes.h:
4858         * dvi/mdvi-lib/dviread.c:
4859         * dvi/mdvi-lib/files.c:
4860         * dvi/mdvi-lib/font.c:
4861         * dvi/mdvi-lib/fontmap.c:
4862         * dvi/mdvi-lib/fontmap.h:
4863         * dvi/mdvi-lib/fontsrch.c:
4864         * dvi/mdvi-lib/gf.c:
4865         * dvi/mdvi-lib/hash.c:
4866         * dvi/mdvi-lib/hash.h:
4867         * dvi/mdvi-lib/list.c:
4868         * dvi/mdvi-lib/mdvi.h:
4869         * dvi/mdvi-lib/pagesel.c:
4870         * dvi/mdvi-lib/paper.c:
4871         * dvi/mdvi-lib/paper.h:
4872         * dvi/mdvi-lib/pk.c:
4873         * dvi/mdvi-lib/private.h:
4874         * dvi/mdvi-lib/setup.c:
4875         * dvi/mdvi-lib/sp-epsf.c:
4876         * dvi/mdvi-lib/special.c:
4877         * dvi/mdvi-lib/sysdeps.h:
4878         * dvi/mdvi-lib/t1.c:
4879         * dvi/mdvi-lib/tfm.c:
4880         * dvi/mdvi-lib/tfmfile.c:
4881         * dvi/mdvi-lib/tt.c:
4882         * dvi/mdvi-lib/util.c:
4883         * dvi/mdvi-lib/vf.c:
4884         * dvi/pixbuf-device.c:
4885         * dvi/pixbuf-device.h:
4886         * impress/Makefile.am:
4887         * impress/common.h:
4888         * impress/document.c:
4889         * impress/f_oasis.c:
4890         * impress/f_oo13.c:
4891         * impress/iksemel.c:
4892         * impress/iksemel.h:
4893         * impress/imposter.h:
4894         * impress/impress-document.c:
4895         * impress/impress-document.h:
4896         * impress/internal.h:
4897         * impress/r_back.c:
4898         * impress/r_draw.c:
4899         * impress/r_geometry.c:
4900         * impress/r_gradient.c:
4901         * impress/r_style.c:
4902         * impress/r_text.c:
4903         * impress/render.c:
4904         * impress/render.h:
4905         * impress/zip.c:
4906         * impress/zip.h:
4907         * lib/Makefile.am:
4908         * lib/ev-debug.c:
4909         * lib/ev-debug.h:
4910         * lib/ev-file-helpers.c:
4911         * lib/ev-file-helpers.h:
4912         * lib/ev-gui.c:
4913         * lib/ev-gui.h:
4914         * lib/ev-tooltip.c:
4915         * lib/ev-tooltip.h:
4916         * libdocument/Makefile.am:
4917         * libdocument/ev-file-helpers.c:
4918         * pdf/Makefile.am:
4919         * pdf/ev-poppler.cc:
4920         * pdf/ev-poppler.h:
4921         * pixbuf/Makefile.am:
4922         * pixbuf/pixbuf-document.c:
4923         * pixbuf/pixbuf-document.h:
4924         * properties/Makefile.am:
4925         * ps/Makefile.am:
4926         * ps/gsdefaults.c:
4927         * ps/gsdefaults.h:
4928         * ps/gsio.c:
4929         * ps/gsio.h:
4930         * ps/gstypes.h:
4931         * ps/ps-document.c:
4932         * ps/ps-document.h:
4933         * ps/ps.c:
4934         * ps/ps.h:
4935         * shell/Makefile.am:
4936         * shell/ev-application.h:
4937         * shell/ev-sidebar-links.c:
4938         * shell/ev-sidebar-links.h:
4939         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
4940         (ev_gui_menu_position_tree_selection):
4941         * shell/ev-utils.h:
4942         * shell/ev-view.c: (ev_view_finalize):
4943         * shell/ev-window.c:
4944         * shell/main.c: (main):
4945         * thumbnailer/Makefile.am:
4946         * tiff/Makefile.am:
4947         * tiff/tiff-document.c:
4948         * tiff/tiff-document.h:
4949         * tiff/tiff2ps.c:
4950         * tiff/tiff2ps.h:
4951         
4952         Reorganize source tree.
4953
4954 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4955
4956         * backend/ev-document-factory.c:
4957
4958         Do not include ev-poppler.h when pdf is disabled. 
4959
4960 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4961
4962         * configure.ac:
4963         * data/evince-ui.xml:
4964         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
4965         (pdf_document_document_images_iface_init):
4966         * backend/Makefile.am:
4967         * backend/ev-document-images.[ch]:
4968         * backend/ev-image.[ch]:
4969         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
4970         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
4971         (ev_job_xfer_run):
4972         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4973         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4974         (ev_pixbuf_cache_get_image_mapping):
4975         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
4976         (view_menu_popup_cb), (ev_window_dispose),
4977         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
4978         (ev_view_popup_cmd_copy_image):
4979         * shell/ev-view-private.h:
4980         * shell/ev-view.c: (ev_view_get_image_at_location),
4981         (ev_view_do_popup_menu), (ev_view_popup_menu),
4982         (ev_view_button_press_event), (ev_view_drag_data_get),
4983         (ev_view_drag_motion), (ev_view_drag_data_received),
4984         (ev_view_motion_notify_event), (ev_view_button_release_event),
4985         (ev_view_finalize), (ev_view_class_init):
4986
4987         Add image handling support. Fixes bugs #310008 and #325047. Images
4988         selection is not supported yet. 
4989
4990 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4991
4992         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
4993         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
4994         (ev_view_init):
4995
4996         Move view drag and drop stuff to ev-view.
4997
4998 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4999
5000         * shell/ev-pixbuf-cache.c: (clear_job_selection):
5001         * shell/ev-view.c: (clear_selection): 
5002
5003         Clear selection also in pixbuf cache.
5004
5005 2007-01-02  Luca Ferretti <elle.uca@libero.it>
5006
5007         * data/evince.desktop.in.in:
5008         
5009         Change icon name in desktop file. See bug #390734
5010         for details.
5011
5012 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5013
5014         * thumbnailer/Makefile.am:
5015
5016         Use top_builddir instead top_srcdir for generated schema
5017         file installation. Fixes bug #390161.
5018
5019 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5020
5021         * configure.ac:
5022         * backend/Makefile.am:
5023         * backend/ev-document-transition.[ch]:
5024         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
5025         (pdf_document_page_transition_iface_init):
5026         * shell/ev-view-private.h:
5027         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
5028         (ev_view_set_presentation), (transition_next_page),
5029         (ev_view_presentation_transition_stop),
5030         (ev_view_presentation_transition_start), (ev_view_next_page):
5031
5032         Add page transition support in presentation mode. At the moment only
5033         page duration is supported, but not transition effects. Fixes bug
5034         #309815.
5035
5036 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5037
5038         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
5039
5040         Run find_link_dest with document lock held, since it's called by links
5041         thread and main thread at the same time. 
5042
5043 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5044
5045         * shell/ev-view.c: (goto_dest):
5046
5047         Update page-cache when page is changed by the view, so that
5048         page-changed signal is emitted. 
5049
5050 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5051
5052         * test/test1.py:
5053         * test/test2.py:
5054
5055         Use C locale in tests. 
5056
5057 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5058
5059         * shell/ev-window.c: (ev_window_run_presentation):
5060         * shell/ev-view-private.h:
5061         * shell/ev-view.c: (ev_view_set_presentation):
5062
5063         Restore zoom settings when back from presentation mode. 
5064
5065 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5066
5067         * shell/ev-window.c: (ev_window_run_presentation):
5068
5069         Always use "best fit" zoom in presentation mode.
5070         Fixes bug #389195.
5071
5072 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5073
5074         * shell/ev-view.c: (ev_view_goto_window_create):
5075
5076         Show "Jump to page" label in the page jumping popup in
5077         presentation mode instead of just a GtkEntry.
5078
5079 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5080
5081         * shell/ev-window.c: (launch_external_uri):
5082
5083         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
5084         #378085.
5085
5086 2006-12-22  Elijah Newren  <newren gmail com>
5087
5088         * configure.ac: explicitly check for libxml2.  Fixes #388795
5089
5090 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5091
5092         * shell/ev-view-private.h:
5093         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
5094         (ev_view_goto_window_delete_event), (key_is_numeric),
5095         (ev_view_goto_window_key_press_event),
5096         (ev_view_goto_window_button_press_event),
5097         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
5098         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
5099         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
5100
5101         Allow jumping to another page by typing a page number in presentation
5102         mode. It uses a popup window with an entry. Fixes bug #353625.
5103
5104 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5105
5106         * configure.ac:
5107         * properties/ev-properties-view.c: (ev_get_default_user_units),
5108         (ev_regular_paper_size):
5109         
5110         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
5111         to Damien Carbery <damien.carbery@sun.com> and
5112         Yevgen Muntyan <muntyan@tamu.edu>.
5113
5114 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5115
5116         * shell/ev-window.c: (setup_document_from_metadata):
5117
5118         Make sure Evince doesn't restore the view on the last
5119         page when a document is reopened. Fixes bug #383381.
5120
5121 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
5122
5123         * shell/ev-view.c: (draw_loading_text):
5124
5125         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
5126
5127 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5128
5129         * configure.ac:
5130         * NEWS:
5131
5132         Release 0.7.0
5133
5134 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5135
5136         * configure.ac:
5137         * pdf/ev-poppler.cc: (pdf_print_context_free),
5138         (pdf_document_file_exporter_begin),
5139         (pdf_document_file_exporter_do_page):
5140
5141         Make cairo-pdf depedency optional. 
5142
5143 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5144
5145         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
5146
5147         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
5148
5149 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5150
5151         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
5152         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
5153         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
5154         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
5155         * shell/ev-view.c: (draw_loading_text):
5156         * shell/ev-window.c: (ev_window_cmd_file_properties):
5157
5158         Use an specific lock for FontConfig. Hopefully it fixes some crashes
5159         related to using FontConfig from different threads.
5160         
5161 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5162
5163         * shell/ev-view.c: (draw_loading_text):
5164
5165         Acquire lock document when drawing "Loading..." text so that only one
5166         thread will use FontConfig at the same time. Fixes bug #374750.
5167
5168 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5169
5170         * shell/ev-page-action.[ch]: (activate_cb):
5171         * shell/ev-window.c: (activate_label_cb):
5172
5173         Check if text inserted in page entry is a valid page number when it
5174         doesn't match to any document page label. Fixes bug #383165.
5175
5176 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
5177         * shell/ev-window.c:
5178
5179         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
5180         available with GTK < 2.10. Added an ifdef to avoid compilation
5181         error.
5182
5183 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5184
5185         * configure.ac:
5186         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
5187
5188         Fix ps backend in multihead systems.
5189
5190 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5191
5192         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
5193         * shell/ev-window.c: (ev_window_get_screen_dpi),
5194         (ev_window_update_actions), (setup_view_from_metadata),
5195         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
5196
5197         Take screen DPI into account when zooming. Fixes bug #318285.
5198
5199 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5200
5201         * data/Makefile.am:
5202
5203         Cleaned up/slightly refactored Makefile.am. Added GConf
5204         schemas uninstallation as well.
5205
5206 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5207
5208         * Makefile.am:
5209         * test/Makefile.am:
5210
5211         Fight with autotools to fix make check. Make distcheck
5212         works fine as well now!
5213
5214 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5215
5216         * shell/ev-view.c: (draw_end_presentation_page):
5217
5218         Corrected "end of presentation" string.
5219
5220 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5221
5222         * shell/ev-view.c: (ev_view_key_press_event):
5223
5224         Correctly propagate key press event so that up/down keys
5225         work as expected (correct behaviour was broken by
5226         black/white screen key bindings for presentations).
5227
5228 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5229
5230         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
5231         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
5232         (pdf_document_find_get_progress), (pdf_selection_render_selection),
5233         (pdf_selection_get_selection_region),
5234         (pdf_selection_get_selection_map):
5235
5236         Add "static" to some private functions. 
5237
5238 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
5239
5240         * lib/ev-tooltip.h:
5241         * properties/ev-properties-view.h:
5242         * shell/ev-jobs.h:
5243         * shell/ev-properties-dialog.h:
5244         * shell/ev-properties-fonts.h:
5245         * shell/ev-sidebar-links.h:
5246         * shell/ev-sidebar-thumbnails.h:
5247         * shell/ev-sidebar.h:
5248         * shell/ev-window.h:
5249         
5250         Fixes CHACK type in class casts. See bug #385343
5251         for details.
5252
5253 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5254
5255         * shell/ev-view-private.h:
5256         * shell/ev-view.c: (draw_end_presentation_page),
5257         (ev_view_expose_event), (ev_view_key_press_event),
5258         (ev_view_class_init), (ev_view_init):
5259
5260         Blank screen in presentation mode when pressing 'b' (filling with
5261         black) or 'w' (filling with white) keys. Fixes bug #358132.
5262
5263 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
5264
5265         * data/evince-toolbar.xml:
5266         * shell/ev-window.c:
5267         
5268         Use stock icon for Select All action. Fixes
5269         bug #382652.
5270
5271 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
5272
5273         * shell/ev-view.c: (get_doc_point_from_offset),
5274         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
5275
5276         Add links support in rotated documents. Fixes bug #343733.
5277
5278 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5279
5280         * shell/ev-view-private.h:
5281         * shell/ev-view.c: (draw_end_presentation_page),
5282         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
5283
5284         Show a blank page after the last page in presentation mode with a
5285         message indicating that presentation has finished and how to exit. 
5286
5287 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5288
5289         * shell/ev-window.c: (fullscreen_timeout_cb):
5290
5291         Hide cursor after a while in presentation mode. 
5292
5293 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5294
5295         * backend/ev-document-info.h:
5296         * data/evince-properties.glade:
5297         * pdf/ev-poppler.cc:
5298         * properties/ev-properties-view.c: (ev_regular_paper_size),
5299         (ev_properties_view_set_info):
5300         * ps/ps-document.c: (ps_document_get_info):
5301
5302         Adds a paper size field to the properties dialog. Fixes
5303         bug #307315. Patch by Kasper Svendsen (with some i18n
5304         changes done by me).
5305
5306 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5307
5308         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5309         (screensaver_init_dbus), (totem_scrsaver_new),
5310         (totem_scrsaver_init):
5311         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5312         * shell/ev-application.c: (ev_application_register_service),
5313         (ev_application_screensaver_enable),
5314         (ev_application_screensaver_disable):
5315         * shell/ev-application.h:
5316         * shell/ev-window.c: (ev_window_run_presentation),
5317         (ev_window_stop_presentation), (build_comments_string),
5318         (ev_window_init):
5319         
5320         Move screensaver handling to application. No more
5321         message on startup.
5322
5323 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5324
5325         * configure.ac:
5326         * backend/Makefile.am:
5327         * backend/ev-file-exporter.[ch]:
5328         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
5329         * ps/ps-document.c: (ps_document_file_exporter_*):
5330         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
5331         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
5332         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5333         (ev_window_print_dialog_response_cb), (ev_window_print_range):
5334
5335         Allow printing to PDF when suppoted by the backend.
5336         
5337 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5338
5339         * shell/ev-window.c: (build_comments_string):
5340
5341         Use always "Document Viewer" in about dialog. 
5342
5343 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5344
5345         * djvu/djvu-document.c: (djvu_document_get_page_size):
5346
5347         Display a warning message when get_pageinfo fails. 
5348
5349 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
5350
5351         * Makefile.am:
5352         * backend/Makefile.am:
5353         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5354         * configure.ac:
5355         * shell/ev-window.c: (build_comments_string):
5356         
5357         Make pdf compilation optional. See bug #38007.
5358
5359 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
5360
5361         * ps/ps.c: (get_next_text):
5362
5363         Fix CVE-2006-5864.
5364
5365 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5366
5367         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
5368         * shell/ev-navigation-action.c: (connect_proxy),
5369         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5370         
5371         Do not call g_type_class_peek_parent twice.
5372
5373 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5374
5375         * configure.ac:
5376         * data/icons/24x24/.cvsignore:
5377         * data/icons/24x24/Makefile.am:
5378         * data/icons/24x24/evince.png:
5379         * data/icons/Makefile.am:
5380         
5381         Add 24x24 icon. Thanks to 
5382         Michael Monreal <infernux@web.de>.
5383
5384 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5385
5386         * configure.ac: Fix typo in configure.ac. Thanks
5387         to dmacks@netspace.org for notification.
5388
5389 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5390
5391         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5392         
5393         Drop dbus include, fixes compilation with older dbus.
5394
5395 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5396
5397         * configure.ac:
5398         * cut-n-paste/Makefile.am:
5399         * cut-n-paste/totem-screensaver/.cvsignore
5400         * cut-n-paste/totem-screensaver/Makefile.am:
5401         * cut-n-paste/totem-screensaver/README:
5402         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5403         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5404         * shell/Makefile.am:
5405         * shell/ev-window.c: (ev_window_run_presentation),
5406         (ev_window_stop_presentation), (ev_window_cmd_help_about),
5407         (ev_window_init):
5408
5409         Implemented screensaver enabling/disabling for
5410         presentation mode (not fullscreen mode). Code stolen
5411         from Totem (with some minor tweaks). Fixes bug #338889.
5412
5413 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5414
5415         * configure.ac:
5416
5417         Bump gnome-icon-theme requirements. We use the rotation
5418         icons that appeared recently.
5419
5420 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5421
5422         * shell/ev-history.c: (ev_history_add_page):
5423         * shell/ev-history.h:
5424         * shell/ev-window.c: (page_changed_cb):
5425         
5426         Use page labels instead of numbers.
5427
5428 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5429
5430         * data/evince-toolbar.xml:
5431         * po/POTFILES.in:
5432         * shell/Makefile.am:
5433         * shell/ev-navigation-action-widget.c:
5434         (ev_navigation_action_widget_init),
5435         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
5436         (menu_detacher), (ev_navigation_action_widget_set_menu),
5437         (menu_position_func), (popup_menu_under_arrow),
5438         (ev_navigation_action_widget_toggled),
5439         (ev_navigation_action_widget_button_press_event):
5440         * shell/ev-navigation-action-widget.h:
5441         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
5442         (ev_navigation_action_set_window), (activate_menu_item_cb),
5443         (new_history_menu_item), (new_empty_history_menu_item),
5444         (build_menu), (menu_activated_cb), (connect_proxy),
5445         (create_tool_item), (ev_navigation_action_init),
5446         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5447         * shell/ev-navigation-action.h:
5448         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
5449         (ev_page_action_widget_set_page_cache),
5450         (ev_page_action_widget_finalize),
5451         (ev_page_action_widget_class_init), (match_selected_cb),
5452         (display_completion_text), (match_completion), (build_new_tree_cb),
5453         (get_filter_model_from_model),
5454         (ev_page_action_widget_update_model):
5455         * shell/ev-page-action-widget.h:
5456         * shell/ev-page-action.c: (activate_link_cb), (update_model),
5457         (connect_proxy):
5458         * shell/ev-page-action.h:
5459         * shell/ev-stock-icons.c:
5460         * shell/ev-stock-icons.h:
5461         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5462         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
5463         (register_custom_actions):
5464         * shell/main.c:
5465         
5466         Preliminary history implementation
5467
5468 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5469
5470         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
5471         (dvi_document_class_init), (dvi_document_init_params):
5472         * dvi/mdvi-lib/font.c: (font_reference):
5473         
5474         Add reference to subfont. Fixes bug #374277.
5475
5476 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
5477
5478         * shell/ev-window.c: (ev_window_create_tmp_symlink),
5479         (ev_window_cmd_file_open_copy_at_dest):
5480
5481         Fix a race condition when creating symlink. Increase the counter
5482         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
5483         Mathias Hasselmann).
5484
5485 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5486
5487         * backend/Makefile.am:
5488         * backend/ev-attachment.c: (ev_attachment_open):
5489         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
5490         (ev_tmp_dir), (ev_tmp_filename):
5491         * shell/ev-sidebar-attachments.c:
5492         (ev_sidebar_attachments_drag_data_get):
5493         * shell/ev-window.c: (ev_window_clear_temp_file):
5494
5495         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
5496         in ensure_dir_exists. Abort without crashing when we can't create
5497         user's directory.
5498
5499 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5500
5501         * data/evince-ui.xml:
5502         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5503         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
5504         (ev_window_cmd_file_open_copy_at_dest),
5505         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
5506         (ev_view_popup_cmd_open_link_new_window):
5507
5508         Allow opening a copy of the current document in a new window. Fixes bug
5509         #357472
5510
5511 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5512
5513         * data/evince-toolbar.xml:
5514         
5515         Add rotate right and rotate left to available items for toolbar.
5516         
5517         * data/evince-ui.xml:
5518         * shell/ev-window.c: (ev_window_init):
5519         
5520         Customize toolbar with right click. Fixes bug #372451.
5521
5522 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
5523
5524         * shell/ev-window.c: 
5525         
5526         Use "object-rotate-{left,right}" stock icons. Fixes 
5527         bug #373863.
5528
5529 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5530
5531         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
5532         (ev_application_open_uri_at_dest), (ev_application_open_uri):
5533         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
5534         (ev_window_open_uri):
5535         * shell/main.c: (arguments_parse):
5536
5537         Remove temp file created when evince is used by GTK+ in
5538         preview mode. Fixes bug #365282. 
5539
5540 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5541
5542         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
5543         
5544         Fixes bug #372474 - Side pane disabled when entering 
5545         and leaving fullscreen mode.
5546
5547 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5548
5549         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
5550         * data/Makefile.am:
5551         * data/evince-preview-toolbar.xml:
5552         * data/evince-toolbar.xml:
5553         * shell/ev-application.c: (ev_application_shutdown),
5554         (ev_application_init), (ev_application_get_toolbars_model):
5555         * shell/ev-application.h:
5556         * shell/ev-window.c: (update_chrome_visibility),
5557         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
5558         (ev_window_cmd_edit_toolbar), (ev_window_init):
5559         
5560         Fixes bug #364364 - toolbar editor shows zoom actions again.
5561
5562 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5563
5564         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
5565
5566         Do not take margins into consideration for paper size when printing.
5567         Really fixes bug #350491.
5568
5569 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5570
5571         * data/evince-ui.xml:
5572         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
5573         (ev_window_cmd_file_print_setup),
5574         (ev_window_print_dialog_response_cb),
5575         (ev_window_setup_action_sensitivity):
5576
5577         Add page setup settings for printing. Fixes bugs #363860 and #350491.
5578
5579 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5580
5581         * shell/ev-window.c: (ev_window_print_range):
5582
5583         Revert my previuos commit, since printing to PDF is not supported by
5584         evince yet. 
5585
5586 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5587
5588         * shell/ev-window.c: (ev_window_print_range):
5589
5590         Enable print to a PDF. Fixes bug #332121.
5591
5592 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
5593
5594         * shell/ev-application-service.xml:
5595         * shell/ev-application.[ch]: (ev_application_open_window),
5596         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
5597         (ev_application_open_uri), (ev_application_open_uri_list):
5598         * shell/ev-window.c: (file_open_dialog_response_cb),
5599         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
5600         (drag_data_received_cb), (open_remote_link):
5601         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
5602
5603         Add support for multiscreen systems. Fixes bug #316206.
5604
5605 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
5606
5607         * shell/ev-jobs.[ch]: (ev_job_print_new),
5608         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
5609         (ev_job_print_do_page):
5610         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
5611
5612         Allow printing only odd/even pages. Fixes bug #367289.
5613
5614 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5615
5616         * test/test1.py:
5617         * test/test2.py:
5618
5619         Re-add locale settings to test files.
5620
5621 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5622
5623         * data/evince-ui.xml:
5624         * shell/ev-window.c: (set_action_properties):
5625         
5626         Removed garbage from code and ui.
5627
5628 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5629
5630         * shell/ev-window.c: (ev_window_cmd_help_about):
5631
5632         Shamelessly add my name to the list of contributors.
5633
5634 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5635
5636         * test/test1.py:
5637         * test/test2.py:
5638
5639         Cleaned up the dogtail scripts.
5640
5641 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5642
5643         * shell/ev-view.c: (draw_loading_text): Don't render
5644         "loading..." text in presentation mode. Temporary
5645         workaround for bug #320352.
5646
5647 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5648
5649         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
5650         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
5651
5652         Use print settings scale, copies, collate and reverse which were
5653         ignored. Fixes bug #359032.
5654
5655 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5656
5657         * configure.ac:
5658         * data/evince-password.glade:
5659         * test/Makefile.am:
5660         * test/test-encrypt.pdf:
5661         * test/test-links.pdf:
5662         * test/test1.py:
5663         * test/test2.py:
5664
5665         Add automated UI tests for evince with dogtail. See
5666         bug #300948.    
5667
5668 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5669
5670         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
5671
5672         Hide fullscreen toolbar when switching to another desktop workspace.
5673         Fixes bug #338871
5674
5675 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5676
5677         * shell/ev-window-title.c: 
5678         
5679         Test for .dvi in title of pdf documents.
5680
5681 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5682
5683         * shell/ev-view.c: (ev_view_scroll):
5684
5685         Page Up/Down should do page jumps in "Best fit" mode.
5686         If a user has explicitly chosen to view exactly one page
5687         at a time, scrolling just a part of the page when
5688         pressing Page Up/Down is not right. Fixes bug #323107.
5689
5690 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5691
5692         * NEWS:
5693         * configure.ac:
5694         
5695         Update for 0.6.1
5696
5697 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5698
5699         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
5700         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
5701         
5702         Correctly disconnect from job signals on destroy.
5703
5704 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5705
5706         * shell/ev-view-private.h:
5707         * shell/ev-view.c: (view_set_adjustment_values),
5708         (view_update_range_and_current_page),
5709         (ensure_rectangle_is_visible), (ev_view_size_allocate):
5710         
5711         Fixes bug #343199, current page now follows find page.
5712
5713 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
5714
5715         * backend/ev-document-factory.c:
5716         * configure.ac:
5717         Assigned OpenDocument presenation MIME type to the
5718         Impress backend. Added some missing (but harmless)
5719         #ifdefs in the document factory as well to make things
5720         consistent again. Fixes bug #360658.
5721
5722 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
5723
5724         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
5725         * backend/ev-document-find.c: (ev_document_find_get_type):
5726         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
5727         * backend/ev-document-links.c: (ev_document_links_get_type):
5728         * backend/ev-document-security.c: (ev_document_security_get_type):
5729         * backend/ev-document-thumbnails.c:
5730         (ev_document_thumbnails_get_type):
5731         * backend/ev-document.c: (ev_document_get_type):
5732         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
5733         * backend/ev-selection.c: (ev_selection_get_type):
5734         * cut-n-paste/recent-files/egg-recent-model.c:
5735         (egg_recent_model_get_type):
5736         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5737         (egg_recent_view_uimanager_get_type):
5738         * cut-n-paste/recent-files/egg-recent-view.c:
5739         (egg_recent_view_get_type):
5740         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5741         (egg_editable_toolbar_get_type):
5742         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
5743         (egg_toolbar_editor_get_type):
5744         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5745         (egg_toolbars_model_get_type):
5746         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
5747         (egg_tree_multi_drag_source_get_type):
5748         * cut-n-paste/zoom-control/ephy-zoom-action.c:
5749         (ephy_zoom_action_get_type):
5750         * cut-n-paste/zoom-control/ephy-zoom-control.c:
5751         (ephy_zoom_control_get_type):
5752         * impress/r_back.c: (_imp_fill_back):
5753         * properties/ev-properties-main.c:
5754         (ev_properties_plugin_register_type):
5755         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
5756         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
5757         (ev_view_accessible_factory_get_type):
5758
5759         Reduce relocations. Bug #360616.
5760
5761 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5762
5763         * backend/ev-document-factory.c:
5764         (ev_document_factory_get_document):
5765         
5766         Load document even if extension is wrong.
5767
5768 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5769
5770         * shell/ev-metadata-manager.c: (save_values):
5771         * shell/ev-window.c: (setup_size_from_metadata),
5772         (setup_view_from_metadata), (ev_window_setup_document),
5773         (ev_window_xfer_job_cb), (window_configure_event_cb):
5774         
5775         Set size according to the document size/page size ratio.
5776         That should correct rather wierd behaviour of the previous
5777         commit.
5778
5779 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5780
5781         * shell/ev-window.c: (setup_view_from_metadata):
5782         
5783         Set size for new windows from previous window size.
5784         See bugs #354968 and #168450 for details. Thanks
5785         to Meik Hellmund.
5786
5787 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
5788
5789         * djvu/djvu-links.c: (build_tree):
5790
5791         Fix memory leak.
5792
5793 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5794
5795         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
5796         
5797         Don't make sidebar close button insensitive. Fixes
5798         bug #357871.
5799
5800 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5801
5802         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5803         (ev_window_set_view_accels_sensitivity):
5804         
5805         Don't enable Slash on documents which don't support
5806         find. Fixes bug #358648.
5807
5808 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
5809
5810         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
5811         open dialog fall back to the current document uri if the
5812         filechooser hasn't been used before. Fixes bug #356980.
5813
5814 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
5815
5816         * shell/ev-window.c: (ev_window_setup_recent), 
5817         (ev_window_get_recent_file_label):
5818
5819         Escape underscores in filenames of recent file items.
5820
5821 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5822
5823         * configure.ac:
5824         
5825         Bumped poppler requirements, really 0.5.3 is very 
5826         buggy, now we require 0.5.4.
5827
5828 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5829
5830         * djvu/Makefile.am:
5831         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
5832         (djvu_document_find_iface_init), (djvu_document_links_get_links),
5833         (djvu_document_document_links_iface_init):
5834         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
5835         (number_from_string_10), (get_djvu_link_dest),
5836         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
5837         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
5838         (djvu_links_get_links), (djvu_links_find_link_dest),
5839         (djvu_links_get_links_model):
5840         * djvu/djvu-links.h:
5841         
5842         Add support for links and bookmarks in djvu documents. Thanks
5843         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
5844         patch.
5845
5846 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5847
5848         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5849         
5850         Reopen should reload document. Fixes 
5851         bug 327951.
5852
5853 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5854
5855         * configure.ac:
5856         * data/Makefile.am:
5857         * data/evince-16.png:
5858         * data/evince-22.png:
5859         * data/evince.png:
5860         * data/evince.svg:
5861         * data/icons/16x16/Makefile.am:
5862         * data/icons/16x16/evince.png:
5863         * data/icons/22x22/Makefile.am:
5864         * data/icons/22x22/evince.png:
5865         * data/icons/48x48/Makefile.am:
5866         * data/icons/48x48/evince.png:
5867         * data/icons/Makefile.am:
5868         * data/icons/scalable/Makefile.am:
5869         * data/icons/scalable/evince.svg:
5870         
5871         Install icons with correct names. Fixes
5872         bug #354429.
5873
5874 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5875
5876         * shell/ev-view.c: (ev_view_button_release_event):
5877
5878         Don't open links with middle mouse button. Fixes bug #353649
5879
5880 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5881
5882         * NEWS:
5883         * configure.ac:
5884         
5885         Update for release 0.6.0
5886
5887 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5888
5889         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
5890         Implement Close named action. Patch by Carlos Garcia Campos.
5891
5892 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5893
5894         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
5895         
5896         Don't clear link mapping on copy_job_to_job_info. Fixes
5897         bug 346168.
5898
5899 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5900
5901         * shell/main.c: (main):
5902
5903         Revert my previous commit, gnome_program_init owns the option context.
5904         Fix another memory leak in main. Both caught by Christian Persch. 
5905
5906 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5907
5908         * shell/main.c: (main):
5909
5910         Fix memory leak.
5911
5912 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5913
5914         * backend/ev-document-factory.c: (ev_document_factory_get_document):
5915
5916         Fix crash when opening a pdf with password protection. 
5917
5918 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
5919
5920         * pdf/ev-poppler.cc: (pdf_document_search_free):
5921
5922         Fix memory leak. 
5923
5924 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5925
5926         * backend/ev-document-factory.c:
5927         (ev_document_factory_get_document):
5928         * tiff/tiff-document.c: (tiff_document_finalize):
5929         
5930         More correct handling of document loading. Fixes
5931         bug #349043.
5932
5933 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5934
5935         * backend/ev-attachment.c: (ev_attachment_save):
5936
5937         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
5938         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
5939
5940 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
5941         
5942         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
5943         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
5944
5945 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5946
5947         * shell/ev-sidebar-thumbnails.c:
5948
5949         Do not render thumbnails unless thumbnails page is active in the
5950         sidebar.
5951
5952 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
5953
5954         * shell/ev-properties-dialog.c:
5955
5956         Fix dialogue spacing. Bug #351370.
5957
5958 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5959
5960         * configure.ac:
5961
5962         Use lowercase gettext catalog file names (evince.mo
5963         instead of Evince.mo)
5964
5965 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5966
5967         * shell/ev-sidebar-attachments.c:
5968
5969         GtkIconTheme is now screen safe too. Fixes bug #350878
5970
5971 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5972
5973         * shell/ev-window.c:
5974
5975         GtkRecent manager is now screen safe. Fixes bug #350145
5976
5977 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5978
5979         * shell/ev-sidebar.c: (ev_sidebar_init):
5980         
5981         Make sidebar close icon smaller. Fix for bug 350177.
5982         See also bugs 350176 and 165770.
5983
5984 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5985
5986         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
5987
5988         Ignore zoom for xyz destinations when it's <= 1, keeping user
5989         preferences instead. Set correct sizing-mode for fith and fitv
5990         destinations rather than EV_SIZING_FREE. Fixes bug #349433
5991
5992 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5993
5994         * NEWS:
5995         * configure.ac:
5996         
5997         Update for release 0.5.5
5998
5999 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
6000         
6001         * shell/ev-window.c: (ev_window_cmd_escape)
6002
6003         Escape unfocus page entry. Fixes bug #345809.
6004
6005 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6006
6007         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
6008         (build_tree), (pdf_document_links_get_links),
6009         (pdf_document_links_find_link_dest):
6010         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
6011         (goto_xyz_dest):
6012
6013         Convert from PDF style coordinates to X style coordinates in the
6014         backend rather than in the view. Fixes bug #338440
6015
6016 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6017
6018         * shell/ev-window.c:
6019         
6020         Remove Ctrl+Shift+T shortcut for toolbars. See
6021         the bug #350098.
6022
6023 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6024
6025         * configure.ac:
6026
6027         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
6028         of this. 
6029
6030 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6031
6032         * configure.ac:
6033         * cut-n-paste/Makefile.am:
6034         * data/evince-ui.xml:
6035         * shell/Makefile.am:
6036         * shell/ev-application.[ch]:
6037         * shell/ev-window.c:
6038
6039         Use GtkRecent instead of EggRecent when it's available. Fixes bug
6040         #349273
6041
6042 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6043
6044         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
6045         findbar code: s/help/search/
6046
6047 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6048
6049         * shell/ev-window.c: (setup_document_from_metadata),
6050         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
6051         (setup_view_from_metadata):
6052         
6053         Fix memory leaks.
6054
6055 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
6056
6057         * autogen.sh, configure.ac: 
6058         
6059         Update automake usage. See bug 349292.
6060
6061 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6062
6063         * shell/eggfindbar.c: (egg_find_bar_class_init),
6064         (entry_activate_callback), (egg_find_bar_init),
6065         (egg_find_bar_set_status_text):
6066         * shell/eggfindbar.h:
6067         
6068         Unify Evince findbar with Epiphany. Nice patch
6069         from Fabricio Silva <silva@crans.org> and
6070         Frederic Peters <fpeters@entrouvert.com>. See
6071         bug #339966 for details.
6072
6073 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6074
6075         * data/evince.desktop.in.in:
6076         
6077         Correct information for bugzilla. Thanks to
6078         Olaf Vitters, see bug #348855.
6079
6080 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
6081
6082         * shell/ev-jobs.[ch]:
6083         * shell/ev-sidebar-links.c:
6084         * shell/ev-window.[ch]:
6085
6086         GtkPrintJob doesn't support print ranges or current page, so we export
6087         to a ps file now when printing ranges or current page.
6088
6089 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6090
6091         * pdf/ev-poppler.cc:
6092         * shell/ev-window.c: (do_action_named):
6093
6094         We should be more clear about bugzilla. See the
6095         poppler bug #7623.
6096
6097 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6098
6099         * configure.ac:
6100         * shell/Makefile.am:
6101         * shell/ev-job-queue.c:
6102         * shell/ev-jobs.[ch]:
6103         * shell/ev-sidebar-links.c:
6104         * shell/ev-window.[ch]:
6105         
6106         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
6107         #348422
6108
6109 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
6110
6111         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
6112         * shell/ev-application-service.xml:
6113         * shell/ev-application.[ch]:
6114         * shell/ev-jobs.[ch]:
6115         * shell/ev-window.[ch]: (ev_window_run_preview):
6116         * shell/main.c: 
6117
6118         Add preview mode to use evince as a printing previewer. It also adds
6119         other command line options for fullscreen and presentation modes.
6120         Fixes bugs #347822, #317031
6121
6122 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6123
6124         * NEWS:
6125         * configure.ac:
6126         
6127         Update for release 0.5.4
6128
6129 2006-07-11  Bastien Nocera <hadess@hadess.net>
6130
6131         * Makefile.am:
6132         * backend/Makefile.am:
6133         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
6134         * backend/ev-document-factory.h:
6135         * configure.ac:
6136         * impress/.cvsignore:
6137         * impress/Makefile.am:
6138         * impress/common.h:
6139         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
6140         (imp_get_page), (imp_next_page), (imp_prev_page),
6141         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
6142         * impress/f_oasis.c: (render_object), (render_page),
6143         (get_geometry), (_imp_oasis_load):
6144         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
6145         (_imp_oo13_load):
6146         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
6147         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
6148         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
6149         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
6150         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
6151         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
6152         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
6153         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
6154         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
6155         (iks_new_within), (iks_insert), (iks_insert_cdata),
6156         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
6157         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
6158         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
6159         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
6160         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
6161         (iks_cdata), (iks_cdata_size), (iks_has_children),
6162         (iks_has_attribs), (escape_size), (my_strcat), (escape),
6163         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
6164         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
6165         (iks_tree), (iks_load), (iks_save):
6166         * impress/iksemel.h:
6167         * impress/imposter.h:
6168         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
6169         (imp_render_draw_bezier_real), (imp_render_get_size),
6170         (imp_render_set_fg_color), (imp_render_draw_line),
6171         (imp_render_draw_rect), (imp_render_draw_polygon),
6172         (imp_render_draw_arc), (imp_render_draw_bezier),
6173         (imp_render_open_image), (imp_render_get_image_size),
6174         (imp_render_scale_image), (imp_render_draw_image),
6175         (imp_render_close_image), (imp_render_markup),
6176         (imp_render_get_text_size), (imp_render_draw_text),
6177         (impress_document_load), (impress_document_save),
6178         (impress_document_get_n_pages), (impress_document_get_page_size),
6179         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
6180         (impress_document_finalize), (impress_document_class_init),
6181         (impress_document_can_get_text), (impress_document_get_info),
6182         (impress_document_document_iface_init),
6183         (impress_document_thumbnails_get_thumbnail),
6184         (impress_document_thumbnails_get_dimensions),
6185         (impress_document_document_thumbnails_iface_init),
6186         (impress_document_init):
6187         * impress/impress-document.h:
6188         * impress/internal.h:
6189         * impress/r_back.c: (_imp_fill_back):
6190         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
6191         (_imp_draw_image), (_imp_tile_image):
6192         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
6193         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
6194         (r_polyline):
6195         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
6196         (r_draw_gradient_complex), (r_draw_gradient):
6197         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
6198         (r_get_bullet):
6199         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
6200         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
6201         (r_text):
6202         * impress/render.c: (imp_create_context), (imp_context_set_page),
6203         (imp_context_set_step), (imp_render), (imp_delete_context):
6204         * impress/render.h:
6205         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
6206         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
6207         (zip_load_xml), (zip_get_size), (zip_load):
6208         * impress/zip.h:
6209         * shell/ev-utils.c:
6210         
6211         New backend to support impress slides. Fixes bug #30867.
6212
6213 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
6214
6215         * shell/ev-utils.c: (using_postscript_printer):
6216         
6217         Fixes crash when print using PAPI backend,
6218         bug #345012.
6219
6220 2006-06-09  Pat Rondon  <pmr@patrondon.org>
6221
6222         * shell/ev-jobs.c: (ev_job_xfer_run):
6223         * shell/ev-window.c: (password_dialog_response),
6224         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
6225         (ev_window_dispose):
6226         Fixes bug #344160: if the xfer job doesn't complete
6227         because a password is required, reload the existing
6228         instance instead of creating a new one.
6229
6230 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6231
6232         * shell/main.c: (main): Call gdk_threads_init. Thus
6233         we'll avoid errors in auth dialog. Fix for the bug
6234         #343347.
6235
6236 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6237
6238         * configure.ac: Advertise pixbuf support, fix
6239         for the bug 343317.
6240
6241 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6242
6243         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
6244         (ev_sidebar_thumbnails_set_document):
6245         
6246         Update sidebar thumbnails after reloading.
6247
6248 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6249
6250         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
6251         * shell/ev-jobs.h:
6252         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
6253         (ev_window_cmd_view_reload), (ev_window_init):
6254         
6255         Don't crash on reload. Fix for the bug #343167.
6256
6257 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6258
6259         * shell/ev-jobs.c: (ev_job_render_run):
6260         
6261         Check for document links.
6262
6263 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6264
6265         * backend/ev-attachment.c: (ev_attachment_save),
6266         (ev_attachment_launch_app), (ev_attachment_open):
6267         * backend/ev-document-factory.c: (get_document_from_uri):
6268         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6269         (egg_recent_view_uimanager_set_list):
6270         * ps/ps-document.c: (check_filecompressed), (document_load),
6271         (ps_document_load):
6272         * shell/ev-metadata-manager.c: (load_values):
6273         * shell/ev-password.c: (ev_password_dialog_set_property):
6274         * shell/ev-view.c: (tip_from_link):
6275         * shell/ev-window.c: (file_save_dialog_response_cb),
6276         (ev_window_print_dialog_response_cb):
6277         
6278         Use consistent quoting style. Fix for the bug #320285.
6279
6280 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6281
6282         * shell/ev-jobs.c: (ev_job_xfer_run):
6283         * shell/main.c: (load_files):
6284                 
6285         Open links with anchors. Fix for the bug #339836.
6286
6287 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6288
6289         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
6290         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
6291         (ev_link_dest_set_property), (ev_link_dest_finalize),
6292         (ev_link_dest_class_init), (ev_link_dest_new_named),
6293         (ev_link_dest_new_page_label):
6294         * backend/ev-link-dest.h:
6295         * shell/ev-application.c: (ev_application_open_uri):
6296         * shell/ev-view.c: (goto_dest):
6297         * shell/ev-window.c:
6298         * shell/ev-window.h:
6299         
6300         Fix page-label command line option. Bug #342070.
6301
6302 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6303
6304         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
6305         
6306         Don't show highlight rects if page can't be showed. Fix for 
6307         the bug #342076
6308
6309 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6310
6311         * shell/ev-window.c: (setup_sidebar_from_metadata),
6312         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
6313         
6314         Setup sidebar from metadata even if there is no document
6315         loaded. Fix for the bug #342807.
6316
6317 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6318
6319         * cut-n-paste/toolbar-editor/Makefile.am:
6320         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6321         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
6322         (find_action), (drag_data_delete_cb), (drag_begin_cb),
6323         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
6324         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
6325         (popup_context_menu_cb), (button_press_event_cb),
6326         (configure_item_sensitivity), (configure_item_cursor),
6327         (configure_item_tooltip), (connect_widget_signals),
6328         (action_sensitive_cb), (create_item_from_action),
6329         (create_item_from_position), (toolbar_drag_data_received_cb),
6330         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
6331         (toolbar_drag_leave_cb), (configure_drag_dest),
6332         (toggled_visibility_cb), (toolbar_visibility_refresh),
6333         (create_dock), (toolbar_changed_cb), (unparent_fixed),
6334         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
6335         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
6336         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
6337         (egg_editable_toolbar_dispose),
6338         (egg_editable_toolbar_set_ui_manager),
6339         (egg_editable_toolbar_get_selected),
6340         (egg_editable_toolbar_set_selected), (set_edit_mode),
6341         (egg_editable_toolbar_set_property),
6342         (egg_editable_toolbar_get_property),
6343         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
6344         (egg_editable_toolbar_new_with_model),
6345         (egg_editable_toolbar_get_edit_mode),
6346         (egg_editable_toolbar_set_edit_mode),
6347         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
6348         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
6349         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6350         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
6351         (item_added_or_removed_cb), (toolbar_removed_cb),
6352         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
6353         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
6354         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
6355         (editor_create_item_from_name), (append_table),
6356         (update_editor_sheet), (egg_toolbar_editor_init):
6357         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
6358         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6359         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
6360         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
6361         (toolbar_node_free), (egg_toolbars_model_get_flags),
6362         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
6363         (egg_toolbars_model_get_name), (impl_add_item),
6364         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
6365         (parse_data_list), (parse_item_list), (parse_toolbars),
6366         (egg_toolbars_model_load_toolbars), (parse_available_list),
6367         (parse_names), (egg_toolbars_model_load_names),
6368         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
6369         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
6370         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
6371         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
6372         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
6373         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
6374         (egg_toolbars_model_set_types), (fill_avail_array),
6375         (egg_toolbars_model_get_name_avail),
6376         (egg_toolbars_model_get_name_flags),
6377         (egg_toolbars_model_set_name_flags):
6378         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6379         * cut-n-paste/toolbar-editor/eggintl.h:
6380         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
6381         (egg_tree_multi_drag_source_get_type),
6382         (egg_tree_multi_drag_source_row_draggable),
6383         (egg_tree_multi_drag_source_drag_data_delete),
6384         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
6385         (egg_tree_multi_drag_button_release_event), (selection_foreach),
6386         (path_list_free), (set_context_data), (get_context_data),
6387         (get_info), (egg_tree_multi_drag_drag_data_get),
6388         (egg_tree_multi_drag_motion_event),
6389         (egg_tree_multi_drag_button_press_event),
6390         (egg_tree_multi_drag_add_drag_support):
6391         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
6392         * shell/ev-application.c: (ev_application_init),
6393         (ev_application_save_toolbars_model):
6394         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
6395         (ev_window_cmd_edit_toolbar), (ev_window_init):
6396         
6397         Sync toolbareditor with epiphany and libegg
6398
6399 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6400
6401         * configure.ac: 
6402
6403         Depend on poppler 0.5.2
6404
6405 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6406
6407         * shell/ev-jobs.c: (ev_job_render_run):
6408         
6409         Check if document supports links iterface.
6410
6411 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6412
6413         * NEWS:
6414         * configure.ac:
6415         
6416         Update for release 0.5.3
6417
6418 2006-05-13  Michael Plump  <plumpy@skylab.org>
6419
6420         * configure.ac:
6421         * shell/Makefile.am:
6422         * shell/main.c: (main):
6423         
6424         Port to GOption command line parsing. Fix for the 
6425         bug #327518
6426
6427 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6428
6429         * shell/ev-window.c: (ev_window_cmd_help_about):
6430         
6431         Do not wrap license. Fix for the bug #309460.
6432
6433 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6434
6435         * configure.ac:
6436         * properties/ev-properties-main.c: (ev_properties_get_pages):
6437         * shell/ev-application.c: (ev_application_open_window),
6438         (ev_application_open_uri_at_dest):
6439         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
6440         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
6441         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
6442         * shell/ev-utils.c: (save_print_config_to_file):
6443         * shell/ev-window.c: (ev_window_cmd_save_as),
6444         (ev_attachment_popup_cmd_save_attachment_as):
6445         * shell/main.c: (load_files_remote):
6446         
6447         Bump requirements to gtk 2.8 and drop all ifdefs used.
6448
6449 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6450
6451         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
6452         * shell/ev-window.c: (ev_window_init):
6453         
6454         Show attachments page.
6455
6456 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6457
6458         * po/POTFILES.in:
6459         * shell/ev-attachment-bar.c:
6460         * shell/ev-attachment-bar.h:
6461         * shell/ev-sidebar-attachments.c:
6462         (ev_sidebar_attachments_icon_cache_add),
6463         (icon_theme_get_pixbuf_from_mime_type),
6464         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
6465         (ev_sidebar_attachments_icon_cache_refresh),
6466         (ev_sidebar_attachments_get_attachment_at_pos),
6467         (ev_sidebar_attachments_popup_menu_show),
6468         (ev_sidebar_attachments_popup_menu),
6469         (ev_sidebar_attachments_button_press),
6470         (ev_sidebar_attachments_update_icons),
6471         (ev_sidebar_attachments_drag_data_get),
6472         (ev_sidebar_attachments_get_property),
6473         (ev_sidebar_attachments_destroy),
6474         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
6475         (ev_sidebar_attachments_new),
6476         (ev_sidebar_attachments_set_document),
6477         (ev_sidebar_attachments_support_document),
6478         (ev_sidebar_attachments_get_label),
6479         (ev_sidebar_attachments_page_iface_init):
6480         * shell/ev-sidebar-attachments.h:
6481         * shell/ev-window.c: (update_chrome_visibility),
6482         (setup_sidebar_from_metadata), (ev_window_setup_document),
6483         (ev_window_sidebar_current_page_changed_cb),
6484         (attachment_bar_menu_popup_cb), (ev_window_init):
6485         
6486         Move attachments bar to sidebar.
6487
6488 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
6489
6490         * pdf/ev-poppler.cc:
6491         * shell/ev-application.[ch]:
6492         * shell/main.c:
6493
6494         Fix some memory leaks.
6495
6496 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6497
6498         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6499
6500         Change the properties dialog response to
6501         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
6502         will make the dialog go away when the user presses
6503         enter. With gtk+ >= 2.9 this will happen anyway, but for
6504         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
6505         escape by default. Fixes bug #340539. See also bug
6506         #101293 for the gtk+ part.
6507
6508 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
6509
6510         * shell/ev-view.c (tip_from_action_named): Replace some strings
6511         that were wrong. Closes #340970.
6512
6513 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6514
6515         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
6516
6517         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
6518         #341049
6519
6520 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6521
6522         * djvu/Makefile.am:
6523         * dvi/Makefile.am:
6524         * dvi/mdvi-lib/Makefile.am:
6525         * properties/Makefile.am:
6526         * ps/Makefile.am:
6527         * shell/Makefile.am:
6528         * thumbnailer/Makefile.am:
6529         
6530         Due to broken libtool that is unable to track dependencies
6531         of noinst libraries we are forced to explicitely point
6532         libraries for binary. Fix for the bug #333334.
6533
6534 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6535
6536         * data/evince.desktop.in.in:
6537         * shell/ev-view.c: (view_update_range_and_current_page),
6538         (ev_view_next_page), (ev_view_previous_page):
6539         * shell/ev-window.c: (update_chrome_visibility),
6540         (setup_sidebar_from_metadata), (ev_window_setup_document),
6541         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
6542         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6543         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
6544         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6545         (ev_window_stop_presentation), (ev_window_focus_in_event),
6546         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
6547         (ev_window_init):
6548         * thumbnailer/Makefile.am:
6549         
6550         Update fullscreen and presentation timeout handling. Hide
6551         cursor in presentation after timeout. Fix for the bugs
6552         #136359 and #336981.
6553
6554 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6555
6556         * backend/ev-link-action.[ch]:
6557         * pdf/ev-poppler.cc: (ev_link_from_action):
6558         * shell/ev-view-private.h:
6559         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
6560         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
6561
6562         Add support for Named Action links
6563
6564 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
6565
6566         * backend/Makefile.am:
6567         * backend/ev-document-links.[ch]:
6568         * backend/ev-document.[ch]:
6569         * backend/ev-link-action.[ch]:
6570         * backend/ev-link-dest.[ch]:
6571         * backend/ev-link.[ch]:
6572         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
6573         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
6574         * shell/ev-page-action.c: (build_new_tree_cb):
6575         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
6576         (links_page_num_func), (update_page_callback):
6577         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
6578         (tip_from_link):
6579         * shell/ev-jobs.c:
6580         * shell/ev-window.[ch]: (ev_window_open_uri),
6581         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
6582         * shell/ev-application.[ch]: (ev_application_open_window),
6583         (ev_application_open_uri):
6584
6585         Rework links system, it adds support for remote links now and it makes
6586         easier to add new kinds of actions and destinations. Fixes bug #317292
6587
6588 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6589
6590         * data/Makefile.am:
6591         * data/evince.png:
6592         * data/evince-16.png:
6593         * data/evince-22.png:
6594         * data/evince.svg:
6595         * shell/main.c: (main):
6596         
6597         Evince use it's own icon. Fix for the bug #313392.
6598
6599         * shell/ev-window.c: (fullscreen_timeout_cb),
6600         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6601         (ev_window_cmd_help_about), (ev_window_dispose):
6602         
6603         Simplify fullscreen timeout code.
6604
6605 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
6606
6607         * backend/ev-attachment.c: 
6608         * shell/ev-attachment-bar.c:
6609         * shell/ev-window.c:
6610
6611         Allow multiple selection of attachments
6612
6613 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6614
6615         * shell/ev-view.c: (view_update_range_and_current_page),
6616         (ev_view_scroll):
6617         
6618         Fix for the bug #312573 – Optimal selection of current 
6619         page among visible pages.
6620
6621 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6622
6623         * configure.ac:
6624         * djvu/Makefile.am:
6625         * djvu/djvu-text.h:
6626         
6627         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
6628         for the bug 339868.
6629
6630 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
6631
6632         * configure.ac: Fix the LINGUAS stuff here too so it builds.
6633
6634 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6635
6636         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
6637         dictated by the GNOME HIG. Fixes bug #339235.
6638
6639 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6640
6641         * data/evince-ui.xml:
6642         * shell/ev-view.c: (ev_view_can_find_previous):
6643         * shell/ev-view.h:
6644         * shell/ev-window.c: (ev_window_update_actions),
6645         (ev_window_cmd_edit_find_previous):
6646
6647         Add support for "Find Previous" as dictated by the GNOME HIG. A
6648         menu item is added and some glue code to make it all work is added
6649         to various files.
6650
6651 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6652
6653         * configure.ac: Award myself the "useless use of cat" award.
6654
6655 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6656
6657         * po/LINGUAS: New file listing all supported languages.
6658
6659         * configure.in: Use po/LINGUAS instead of including all languages
6660         directly in this file. See the wiki for more information:
6661         http://live.gnome.org/GnomeGoals/PoLinguas
6662
6663 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6664
6665         * backend/ev-document-factory.c:
6666
6667         Do not load the document twice when there isn't errors
6668
6669 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6670
6671         * backend/ev-attachment.c: 
6672
6673         Fix a crash when there isn't a default application to open an
6674         attachment
6675
6676 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6677
6678         * backend/ev-attachment.[ch]:
6679         * shell/ev-attachment-bar.[ch]:
6680
6681         Added missing files. 
6682
6683 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6684
6685         * backend/Makefile.am:
6686         * data/evince-ui.xml:
6687         * backend/ev-attachment.[ch]:
6688         * backend/ev-document.[ch]: (ev_document_has_attachments),
6689         (ev_document_get_attachments):
6690         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
6691         (attachment_save_to_buffer), (pdf_document_get_attachments),
6692         (pdf_document_document_iface_init):
6693         * shell/Makefile.am:
6694         * shell/ev-attachment-bar.[ch]:
6695         * shell/ev-window.c:
6696
6697         Add support for PDF attachments. Fixes bug #325143
6698
6699 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6700
6701         * backend/ev-document-factory.c: (get_document_from_uri),
6702         (ev_document_factory_get_document):
6703         * backend/ev-document-factory.h:
6704         * properties/ev-properties-main.c: (ev_properties_get_pages):
6705         * shell/Makefile.am:
6706         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
6707         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
6708         (ev_job_queue_remove_job):
6709         * shell/ev-job-queue.h:
6710         * shell/ev-job-xfer.c:
6711         * shell/ev-job-xfer.h:
6712         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
6713         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
6714         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
6715         (ev_job_xfer_run):
6716         * shell/ev-jobs.h:
6717         * shell/ev-window.c: (ev_window_is_empty),
6718         (password_dialog_response), (ev_window_clear_xfer_job),
6719         (ev_window_xfer_job_cb), (ev_window_open_uri),
6720         (ev_window_cmd_focus_page_selector),
6721         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
6722         (ev_window_cmd_continuous), (ev_window_cmd_dual),
6723         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6724         (ev_window_dispose):
6725         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6726         
6727         * Cleanup mime type detection on document load. Fix for the
6728         bug #336448.
6729
6730 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6731
6732         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
6733         
6734         Fix crash on exit, described in the bug #336825.
6735
6736 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6737
6738         * backend/ev-document-factory.c:
6739         (ev_document_factory_get_from_mime),
6740         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
6741         (ev_document_factory_get_document),
6742         (file_filter_add_mime_list_and_free),
6743         (ev_document_factory_add_filters):
6744         * backend/ev-document-factory.h:
6745         * properties/ev-properties-main.c: (ev_properties_get_pages):
6746         * shell/Makefile.am:
6747         * shell/ev-application.c:
6748         * shell/ev-job-xfer.c: (ev_job_xfer_run):
6749         * shell/ev-window.c: (ev_window_cmd_file_open),
6750         (ev_window_cmd_save_as):
6751         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6752         
6753         Rework factory functions so they are placed now in a single 
6754         file ev-document-factory.c
6755
6756 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6757
6758         * shell/ev-window.c: (update_chrome_visibility):
6759         
6760         Fix for the bug 166566 - don't show menubar in fullscreen
6761         mode.
6762
6763 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
6764
6765         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
6766
6767 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6768
6769         * shell/ev-view.c: (ev_view_expose_event):
6770         
6771         More correctly draw loading text when document
6772         is empty.
6773
6774 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6775
6776         * shell/ev-view.c: (ev_view_scroll):
6777         
6778         Fix for the bug #334854, page down and page up switch
6779         pages in presentation mode.
6780
6781 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6782
6783         * shell/ev-window.c: (ev_window_set_action_sensitive),
6784         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
6785         (ev_window_set_view_accels_sensitivity),
6786         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
6787         (ev_window_cmd_continuous), (ev_window_cmd_dual),
6788         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6789         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
6790         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
6791         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
6792         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
6793         (view_actions_focus_in_cb), (ev_window_init):
6794         
6795         Fix for the bug #333902, now it's possible to search
6796         words with slash.
6797
6798 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
6799
6800         * configure.ac: Added Breton translation.
6801         * po/br.po: Added Breton translation.
6802
6803 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6804
6805         * shell/ev-window-title (ev_window_title_update):
6806
6807         Fix memory leak in window title. Fixes bug #333944
6808
6809 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6810
6811         * shell/ev-metadata-manager.c (parseItem):
6812
6813         Fix memory leaks. Fixes bug #333945
6814
6815 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6816         
6817         * NEWS, configure.ac, TODO:
6818         
6819         Update for release 0.5.2.
6820
6821 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6822
6823         * shell/ev-view.c: (view_update_range_and_current_page),
6824         (page_changed_cb):
6825         
6826         Don't jump on scrolling, fix for the bug #333127.
6827
6828 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6829
6830         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
6831         
6832         Scroll by one page in presentation mode. Fix for the bug
6833         #332993.
6834
6835 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
6836
6837         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
6838
6839 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
6840
6841         * configure.ac  Added lv in ALL_LINGUAS line.
6842
6843 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6844         
6845         * NEWS, configure.ac:
6846         
6847         Update for release 0.5.1
6848
6849 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6850
6851         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
6852         * backend/ev-document-misc.h:
6853         * shell/ev-view.c: (draw_one_page):
6854         
6855          Clairfy what page the toolbar page number applies to. Fix
6856          for the bug #328102.
6857
6858 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
6859
6860         * shell/ev-view-private.h:
6861         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
6862         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
6863         (ev_view_search_changed):
6864         * shell/ev-view.h:
6865         * shell/ev-window.c: (find_bar_search_changed_cb):
6866         
6867         Dont't jump to find result if window was scrolled during search.
6868         Fix for the bug #313266.
6869
6870 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
6871
6872         * shell/eggfindbar.c: (egg_find_bar_class_init):
6873         * shell/eggfindbar.h:
6874         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
6875         * shell/ev-view-private.h:
6876         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
6877         (ev_view_class_init), (ev_sizing_mode_get_type),
6878         (ev_scroll_type_get_type):
6879         * shell/ev-view.h:
6880         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
6881         (ev_window_cmd_scroll_backward), (find_bar_scroll),
6882         (ev_window_init):
6883         
6884         Fix for the bug 319133 - Find entry should allow text scroll.
6885
6886 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
6887
6888         * shell/ev-view-private.h:
6889         * shell/ev-view.c: (view_update_range_and_current_page),
6890         (highlight_find_results), (find_changed_cb), (page_changed_cb),
6891         (ev_view_set_document), (update_find_status_message),
6892         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
6893         (ev_view_find_previous):
6894         
6895         Fix for the bug #319137. Search now takes account for scrolling.
6896
6897 2006-02-19  Michael Hofmann <mh21@piware.de>
6898
6899         * configure.ac:
6900         * djvu/Makefile.am:
6901         * djvu/djvu-document-private.h:
6902         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
6903         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
6904         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
6905         (djvu_document_can_get_text), (djvu_document_get_text),
6906         (djvu_document_document_iface_init),
6907         (djvu_document_thumbnails_get_thumbnail),
6908         (djvu_document_find_begin), (djvu_document_find_get_n_results),
6909         (djvu_document_find_get_result),
6910         (djvu_document_find_page_has_results),
6911         (djvu_document_find_get_progress), (djvu_document_find_cancel),
6912         (djvu_document_find_iface_init):
6913         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
6914         (djvu_text_page_selection), (djvu_text_page_limits_process),
6915         (djvu_text_page_limits), (djvu_text_page_copy),
6916         (djvu_text_page_position), (djvu_text_page_union),
6917         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
6918         (djvu_text_page_box), (djvu_text_page_append_text),
6919         (djvu_text_page_search), (djvu_text_page_prepare_search),
6920         (djvu_text_page_new), (djvu_text_page_free):
6921         * djvu/djvu-text-page.h:
6922         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
6923         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
6924         (djvu_text_n_results), (djvu_text_has_results),
6925         (djvu_text_get_result), (djvu_text_get_progress):
6926         * djvu/djvu-text.h:
6927         
6928         Text search in djvu. Fix for the bug #303415.
6929
6930 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6931
6932         * configure.ac:
6933         * shell/ev-window.c: (ev_window_cmd_save_as):
6934         
6935         Ask filechooser to confirm overwrite. Fix for the bug #328266.
6936         Thanks to Gary Coady <gary@lyranthe.org>
6937
6938 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6939
6940         * shell/ev-print-job.c: (idle_print_handler):
6941         
6942         Inverse order printing, bug #320919.
6943
6944 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6945
6946         * data/evince-toolbar.xml:
6947         * shell/ev-window.c:
6948         
6949         Allow to add sidebar checkbutton on toolbar. Fix
6950         for the bug #144577.
6951
6952 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6953
6954         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
6955         
6956         Add checks that have sense for empty ps document.
6957
6958 2006-02-15  Luca Ferretti <elle.uca@libero.it>
6959
6960         * configure.ac: Include PS in mime types list. 
6961
6962 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6963
6964         * configure.ac:
6965         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
6966         * ps/gsdefaults.h:
6967         * ps/ps-document.c: (start_interpreter), (ps_document_load):
6968         
6969         Runtime check for gs interpreter. Fix for the bug #320868.
6970         Thanks to Antoine Dopffer antoine.dopffer@free.fr
6971
6972 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
6973
6974         * shell/ev-application.c: 
6975
6976         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
6977         dbus>=0.60, so that the request is not queued. 
6978
6979 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6980
6981         * configure.ac:
6982         * shell/Makefile.am:
6983         * shell/ev-sidebar-links.c: (print_section_cb):
6984         * shell/ev-utils.c:
6985         * shell/ev-utils.h:
6986         * shell/ev-window.c: (update_action_sensitivity),
6987         (ev_window_close_dialogs), (ev_window_print):
6988         * shell/ev-window.h:
6989         
6990         Make printing support optional. Patch from Eduardo de Barros Lima
6991         <eduardo.lima@indt.org.br> for the bug #330546.
6992
6993 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6994
6995         * shell/ev-view-private.h:
6996         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
6997         (ev_view_set_document):
6998         * shell/ev-view.h:
6999         * shell/ev-window.c: (ev_window_load_job_cb),
7000         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
7001         (ev_window_init):
7002
7003         Draw Loading message during xfer job. Fix for the bug #329495.
7004
7005 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7006
7007         * comics/comics-document.c: (comics_regex_quote),
7008         (comics_document_load), (extract_argv):
7009         
7010         Correcly quote regexp before passing it to unzip.
7011
7012 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7013
7014         * shell/ev-page-cache.c: (build_height_to_page),
7015         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
7016         (ev_page_cache_get_dual_even_left):
7017         * shell/ev-page-cache.h:
7018         * shell/ev-view.c: (view_update_range_and_current_page),
7019         (get_page_y_offset), (get_page_extents):
7020         
7021         Place even pages to the left if document has less then
7022         two pages. Fix for the bug #328856.
7023
7024 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7025
7026         * thumbnailer/evince-thumbnailer-comics.schemas.in:
7027         
7028         Correct comics scheme. This make evince create thumbnails
7029         for comic books. Fix for the bug 329088.
7030
7031 2006-01-31  Christopher Aillon  <caillon@redhat.com>
7032
7033         * data/evince-password.glade: Don't explicitly set
7034         invisible_char to the current default value in case
7035         the default changes; let GTK+ do its magic.
7036
7037 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7038
7039         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
7040         real filename to tmp filename since often document
7041         type is determined by extension.
7042
7043 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
7044
7045         * shell/ev-view.c: (add_scroll_binding_keypad),
7046         (ev_view_binding_activated), (ev_view_class_init):
7047         
7048         Add keybindings for percision-scrolling of display area. 
7049         Fix for the bug #314072.
7050
7051 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7052
7053         * data/evince.desktop.in.in:
7054         
7055         Add GTK to the list of categories. Fix for the bug #328034.
7056
7057 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7058
7059         * shell/ev-application.c: (ev_application_shutdown),
7060         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
7061         * shell/ev-application.h:
7062         * shell/ev-window.c: (file_open_dialog_response_cb),
7063         (ev_window_cmd_file_open):
7064         
7065         Save last uri in file chooser dialog. Fix for the bug #327950.
7066
7067 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7068
7069         * NEWS:
7070         * README:
7071         
7072         Final update for release 0.5.0
7073         
7074         * shell/Makefile.am:
7075         
7076         Remove disable deprecated until we'll require libgnome-2.13.7
7077         and port to GOption argument parsing. See bug 327518.
7078
7079 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
7080
7081         * comics/comics-document.c: (comics_document_save):
7082         * djvu/djvu-document.c: (djvu_document_save):
7083         * dvi/dvi-document.c: (dvi_document_save):
7084         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
7085         * lib/ev-file-helpers.h:
7086         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
7087         * tiff/tiff-document.c: (tiff_document_save):
7088         
7089         Use common save function for backends.
7090
7091 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
7092
7093         * backend/ev-document-types.c:
7094         
7095         Fix crash on saving pixbuf.
7096
7097 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7098
7099         * cut-n-paste/recent-files/egg-recent-item.c:
7100         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
7101         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
7102         (parse_info_free), (valid_element), (start_element_handler),
7103         (end_element_handler), (text_handler), (egg_recent_model_filter),
7104         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
7105         (egg_recent_model_monitor), (egg_recent_model_read),
7106         (egg_recent_model_open_file), (egg_recent_model_lock_file),
7107         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
7108         (egg_recent_model_set_property), (egg_recent_model_class_init),
7109         (egg_recent_model_init), (egg_recent_model_add_full),
7110         (egg_recent_model_delete), (egg_recent_model_get_list),
7111         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
7112         (egg_recent_model_set_filter_mime_types),
7113         (egg_recent_model_clear_group_filter),
7114         (egg_recent_model_set_filter_groups),
7115         (egg_recent_model_clear_scheme_filter),
7116         (egg_recent_model_set_filter_uri_schemes),
7117         (egg_recent_model_remove_expired):
7118         * cut-n-paste/recent-files/egg-recent-util.c:
7119         (egg_recent_util_get_icon):
7120         * cut-n-paste/recent-files/egg-recent-util.h:
7121         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7122         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
7123         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
7124         (egg_recent_view_uimanager_set_property),
7125         (egg_recent_view_uimanager_get_property),
7126         (egg_recent_view_uimanager_class_init),
7127         (egg_recent_view_uimanager_init),
7128         (egg_recent_view_uimanager_set_label_width),
7129         (egg_recent_view_uimanager_get_label_width):
7130         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
7131         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7132         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7133         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7134         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7135         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7136         
7137         Update from libegg.
7138
7139 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7140
7141         * shell/ev-page-cache.c: (build_height_to_page),
7142         (ev_page_cache_get_height_to_page):
7143         * shell/ev-page-cache.h:
7144         * shell/ev-view.c: (view_update_range_and_current_page),
7145         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
7146         (ev_view_previous_page):
7147         
7148         Dual mode places even pages to the left. Fix for the bug #309393.
7149
7150         * shell/ev-view.h:
7151         * shell/ev-window.c: (update_action_sensitivity),
7152         (setup_view_from_metadata), (view_menu_popup_cb):
7153         
7154         Don't restore presentation in empty windows, more intelligent
7155         next page behaviour in dual mode.
7156
7157         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7158         (ev_pixbuf_cache_clear_job_sizes):
7159         
7160         Cleanup job callback on removal. Fix for the bug #325886.
7161
7162 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7163
7164         * ps/ps.c: (psscan):
7165         
7166         Commit workaround Mozilla problem. Fix for the bug #325919
7167         
7168         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
7169         (save_item):
7170         
7171         Fix for year 2038 problem.
7172
7173 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7174
7175         * shell/ev-window.c: (setup_document_from_metadata),
7176         (ev_window_cmd_view_reload):
7177
7178         Clamp page recieved from metadata in valid values. Fix
7179         for the bug #325986.
7180
7181 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7182
7183         * MAINTAINERS: 
7184         Add MAINTAINERS as requested on desktop-devel-list.
7185
7186 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7187
7188         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
7189         (mime_type_supported_by_gdk_pixbuf),
7190         (ev_document_factory_get_mime_types),
7191         (ev_document_factory_get_all_mime_types):
7192         
7193         Don't add pixbuf mime types if pixbuf backend is disabled.
7194         
7195         * shell/ev-application.c: (ev_application_get_uri_window):
7196         
7197         Fix for the bug 325815 - unhandled MIME type message doesn't 
7198         appear a second time. 
7199         
7200         * shell/ev-document-types.c: (ev_document_types_add_filters):
7201         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
7202         (password_dialog_response), (ev_window_popup_password_dialog),
7203         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7204         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7205         (ev_window_run_presentation), (ev_window_stop_presentation),
7206         (save_sizing_mode), (ev_window_zoom_changed_cb),
7207         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7208         (ev_window_dual_mode_changed_cb),
7209         (ev_window_sidebar_current_page_changed_cb),
7210         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7211         (window_state_event_cb), (window_configure_event_cb):
7212         
7213         Cleanup additional uris holded by EvWindow.
7214
7215 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7216
7217         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
7218         (ev_view_can_previous_page), (ev_view_can_next_page):
7219         * shell/ev-view.h:
7220         * shell/ev-window.c: (update_action_sensitivity):
7221         
7222         Two page scrolling with Space and PageUp in dual mode. Second fix 
7223         for the bug #316608.
7224
7225 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7226
7227         * shell/ev-view.c: (scroll_to_current_page):
7228         
7229         Correctly clamp adjustment value. Fix for the bug
7230         #325808.
7231
7232 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7233
7234         * shell/ev-sidebar-links.c: (print_section_cb):
7235         * shell/ev-window.c: (ev_window_get_uri),
7236         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
7237         (ev_window_print_dialog_response_cb), (ev_window_print_range),
7238         (ev_window_dispose):
7239         
7240         Make print dialog non-modal. Fix for the bug #325622.
7241
7242 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7243
7244         * shell/ev-metadata-manager.c:
7245         * shell/ev-utils.c: (using_pdf_printer),
7246         (using_postscript_printer), (load_print_config_from_file),
7247         (save_print_config_to_file):
7248         * shell/ev-utils.h:
7249         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
7250         (update_sidebar_visibility), (setup_sidebar_from_metadata),
7251         (setup_view_from_metadata), (ev_window_setup_document),
7252         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7253         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7254         (ev_window_run_presentation), (ev_window_stop_presentation),
7255         (save_sizing_mode), (ev_window_zoom_changed_cb),
7256         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7257         (ev_window_dual_mode_changed_cb),
7258         (ev_window_sidebar_current_page_changed_cb),
7259         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7260         (window_state_event_cb), (window_configure_event_cb),
7261         (ev_window_init):
7262         
7263         Setting saving behaviour fixes.
7264
7265 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7266
7267         * configure.ac:
7268         
7269         Make antialiasing gs options better and allow
7270         to change them during configure. Fix for the 
7271         bug #319049.
7272
7273 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7274
7275         * shell/ev-window.c: (setup_view_from_metadata):
7276         
7277         Remember if last window was maximized. Fix for the
7278         bug #323797.
7279
7280 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
7281
7282         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
7283
7284 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7285
7286         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
7287         * shell/ev-page-action.c: (build_new_tree_cb):
7288         * shell/ev-sidebar-links.c: (links_page_num_func),
7289         (update_page_callback_foreach), (update_page_callback):
7290         * shell/ev-view.c: (scroll_to_current_page):
7291         
7292         Fix for the bug #325067 with more intelligent selection
7293         of current link in sidebar. Make sidebar handle links
7294         of FITR-like type more correctly.
7295
7296         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
7297         (dvi_pixbuf_put_pixel):
7298         
7299         Fix memory consumtion with disabled alpha channel.
7300
7301 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7302
7303         * data/evince-ui.xml:
7304         * shell/ev-window.c: (view_menu_popup_cb),
7305         (ev_popup_cmd_open_link), (ev_window_init):
7306         
7307         Update context menu for internal links. Fix for the bug
7308         #325066.
7309
7310 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7311
7312         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
7313         
7314         Bind context menu to keyboard also. Fix for the bug
7315         #325065.
7316
7317 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7318
7319         * shell/ev-view.c: (selection_scroll_timeout_cb):
7320         
7321         Horizontal scroll on selection also.
7322
7323 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7324
7325         * shell/ev-metadata-manager.c: (parse_value):
7326         * shell/ev-view.c: (goto_xyz_link):
7327         
7328         Correct zoom setup and metadata save broken in 
7329         some locales.
7330
7331 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7332
7333         * shell/ev-view-private.h:
7334         * shell/ev-view.c: (scroll_to_current_page),
7335         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
7336         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
7337         (page_changed_cb), (ev_view_set_continuous),
7338         (ev_view_set_dual_page), (ev_view_set_presentation):
7339         
7340         Delay scroll until allocation to correctly position page. Fix
7341         for the bug #317334.
7342
7343 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7344
7345         * NEWS:
7346         * configure.ac:
7347         
7348         Update NEWS and require poppler 0.5.0.
7349
7350 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
7351         
7352         * data/evince-ui.xml:
7353         * shell/ev-view-private.h:
7354         * shell/ev-view.c: (ev_view_get_link_at_location),
7355         (handle_link_over_xy), (ev_view_button_press_event),
7356         (ev_view_button_release_event), (ev_view_class_init):
7357         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
7358         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
7359         (ev_window_init):
7360         
7361         Implement right-click context menu.
7362
7363 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7364
7365         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
7366         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
7367         (mdvi_pixbuf_device_render):
7368         * pdf/ev-poppler.cc:
7369
7370         Don't generate thumbnails with alpha. See bug #324077.
7371         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
7372
7373 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7374
7375         * shell/ev-window.c: (setup_chrome_from_metadata):
7376         
7377         Fix typo that was hiding toolbar.
7378
7379 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7380
7381         * shell/ev-view-private.h:
7382         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
7383         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
7384         (ev_view_button_release_event), (ev_view_destroy):
7385         
7386         Small cleanup and autoscrolling during selection. Thanks to 
7387         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
7388
7389 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
7390
7391         * configure.ac:
7392         
7393         Correctly check for comics option.
7394
7395 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
7396         * Makefile.am:
7397         * configure.ac:
7398         * backend/Makefile.am:
7399         * backend/ev-document-factory.c:
7400         * shell/ev-document-types.c:
7401
7402         Included option in configure to make ps backend 
7403         compilation optional with --disable-ps.
7404
7405 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7406
7407         * backend/ev-document-factory.c:
7408         * comics/Makefile.am:
7409         * comics/comics-document.c: (comics_document_load):
7410         * comics/ev-cbr-mime.xml:
7411         * configure.ac:
7412         
7413         Comics mime types are added to shared-mime-info CVS. Now
7414         we don't need to install our own mime types.
7415
7416 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7417
7418         * shell/ev-window.c:
7419         
7420         Add shortcut for "save a copy" menu entry. Fix for
7421         the bug #324582.
7422
7423 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7424
7425         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7426         (job_finished_cb), (new_selection_pixbuf_needed),
7427         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7428         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
7429         
7430         Rework selection job info logic and fix critical warning.
7431
7432 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
7433
7434         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
7435
7436 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
7437
7438         * data/evince-ui.xml:
7439         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
7440         
7441         Enter as shortcut key for next page. Fix for the bug
7442         #321394.
7443
7444 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
7445
7446         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
7447
7448 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7449
7450         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7451         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
7452         (new_selection_pixbuf_needed),
7453         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7454         (clear_job_selection):
7455         
7456         Too early for 0.5. Pixbuf cache code cleaned a bit.
7457
7458 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7459
7460         * NEWS:
7461         * configure.ac:
7462         
7463         Release 0.5.0 preparation
7464
7465 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7466
7467         * comics/Makefile.am:
7468         * configure.ac:
7469         * shell/ev-document-types.c: (ev_document_types_add_filters):
7470         
7471         More advanced handling of custom mime type installation.
7472
7473 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7474
7475         * data/evince.schemas.in:
7476         * shell/ev-metadata-manager.c: (value_free),
7477         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
7478         (ev_metadata_manager_get), (ev_metadata_manager_set):
7479         * shell/ev-metadata-manager.h:
7480         * shell/ev-window.c: (update_chrome_flag),
7481         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
7482         (setup_document_from_metadata), (setup_chrome_from_metadata),
7483         (setup_sidebar_from_metadata), (setup_view_from_metadata),
7484         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
7485         (ev_window_view_toolbar_cb),
7486         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
7487         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
7488         
7489         Save last document settings and reuse them for new documents.
7490
7491 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7492
7493         * Makefile.am:
7494         * backend/Makefile.am:
7495         * backend/ev-document-factory.c:
7496         * backend/ev-document-factory.h:
7497         * comics/Makefile.am:
7498         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
7499         (comics_document_load), (comics_document_save),
7500         (comics_document_get_n_pages), (comics_document_get_page_size),
7501         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
7502         (comics_document_class_init), (comics_document_can_get_text),
7503         (comics_document_get_info), (comics_document_document_iface_init),
7504         (comics_document_init), (get_supported_image_extensions),
7505         (comics_document_thumbnails_get_geometry),
7506         (comics_document_thumbnails_get_thumbnail),
7507         (comics_document_thumbnails_get_dimensions),
7508         (comics_document_document_thumbnails_iface_init), (extract_argv):
7509         * comics/comics-document.h:
7510         * comics/ev-cbr-mime.xml:
7511         * configure.ac:
7512         * po/POTFILES.in:
7513         * shell/ev-application.c: (ev_application_register_service):
7514         * shell/ev-document-types.c: (ev_document_types_add_filters):
7515         * thumbnailer/Makefile.am:
7516         * thumbnailer/evince-thumbnailer-comics.schemas.in:
7517         
7518         New CBR/CBZ backend for comic books.
7519
7520 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7521
7522         * shell/main.c: (load_files_remote):
7523
7524         Thanks to Robert McQueen <robot101@debian.org>. Dbus
7525         warning on startup of second instance is fixed. It
7526         is bug #320353.
7527
7528 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7529
7530         * shell/ev-window.c: (ev_window_finalize):
7531         
7532         Fix double free that cause crash.
7533
7534 2005-10-29  Bastien Nocera <hadess@hadess.net>
7535
7536         * tiff/tiff-document.c: (tiff_document_load):
7537         
7538         Fix memory leak.
7539
7540 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7541
7542         * po/POTFILES.in:
7543         * shell/Makefile.am:
7544         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
7545         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
7546         (ev_view_accessible_get_text),
7547         (ev_view_accessible_get_character_at_offset),
7548         (ev_view_accessible_get_text_before_offset),
7549         (ev_view_accessible_get_text_at_offset),
7550         (ev_view_accessible_get_text_after_offset),
7551         (ev_view_accessible_get_character_count),
7552         (ev_view_accessible_get_caret_offset),
7553         (ev_view_accessible_set_caret_offset),
7554         (ev_view_accessible_get_run_attributes),
7555         (ev_view_accessible_get_default_attributes),
7556         (ev_view_accessible_get_character_extents),
7557         (ev_view_accessible_get_offset_at_point),
7558         (ev_view_accessible_get_n_selections),
7559         (ev_view_accessible_get_selection),
7560         (ev_view_accessible_add_selection),
7561         (ev_view_accessible_remove_selection),
7562         (ev_view_accessible_set_selection),
7563         (ev_view_accessible_text_iface_init),
7564         (ev_view_accessible_idle_do_action),
7565         (ev_view_accessible_action_do_action),
7566         (ev_view_accessible_action_get_n_actions),
7567         (ev_view_accessible_action_get_description),
7568         (ev_view_accessible_action_get_name),
7569         (ev_view_accessible_action_set_description),
7570         (ev_view_accessible_action_iface_init),
7571         (ev_view_accessible_get_type), (ev_view_accessible_new),
7572         (ev_view_accessible_factory_get_accessible_type),
7573         (ev_view_accessible_factory_create_accessible),
7574         (ev_view_accessible_factory_class_init),
7575         (ev_view_accessible_factory_get_type):
7576         * shell/ev-view-accessible.h:
7577         * shell/ev-view-private.h:
7578         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
7579         * shell/ev-view.h:
7580         
7581         Initial accessibility support.
7582
7583 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
7584
7585         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
7586
7587 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
7588
7589         * shell/ev-print-job.c: (idle_print_handler):
7590         
7591         Fix for bug Bug 318916: Printing multiple pages.
7592
7593 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
7594
7595         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
7596
7597 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7598
7599         * pdf/ev-poppler.cc:
7600         
7601         Thumnail dimensions unified with other backends.
7602         
7603         * shell/ev-window-title.c: (ev_window_title_update):
7604         
7605         Fix warning.
7606
7607 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7608
7609         * data/ev-stock-zoom-fit-width.png:
7610         
7611         Remove unused file.
7612
7613 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7614
7615         * configure.ac:
7616         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
7617         (djvu_document_finalize):
7618         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
7619         (dvi_document_finalize):
7620         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
7621         (pixbuf_document_save), (pixbuf_document_finalize):
7622         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
7623         (tiff_document_finalize):
7624         
7625         Save a copy implemented for various backends.
7626
7627 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
7628
7629         * configure.ac:
7630         
7631         Don't link with ltiff if tiff is disabled.
7632
7633 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7634
7635         * pdf/GDKSplashOutputDev.cc:
7636         * pdf/GDKSplashOutputDev.h:
7637         * pdf/Thumb.cc:
7638         * pdf/Thumb.h:
7639         * pdf/pdf-document.cc:
7640         * pdf/pdf-document.h:
7641         * pdf/test-gdk-output-dev.cc:
7642         
7643         Remove old unused files.
7644
7645 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7646
7647         * shell/ev-window.c: (ev_window_setup_document):
7648         
7649         Fixed warnings on reload and probably crash reason.
7650
7651 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7652
7653         * properties/ev-properties-view.c:
7654         (ev_properties_view_format_date):
7655         
7656         Check if date is invalid. Fix for bug 318134.
7657
7658 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
7659
7660         * shell/ev-window-title.c:
7661         
7662         Add .indd files (Adobe Indesign) to the list of "bad
7663         extensions".
7664
7665 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7666
7667         * data/evince-ui.xml:
7668         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
7669         
7670         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
7671
7672 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
7673
7674         * shell/ev-window.c: (launch_link), (launch_external_uri),
7675         (view_external_link_cb):
7676
7677         URL-escape link before passing it to gnome_vfs_url_show.
7678
7679 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
7680
7681         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
7682         there isn't text selected.
7683
7684 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
7685
7686         * shell/ev-view.c: (handle_link_over_xy):
7687
7688         Check tooltip is valid utf8 before showing it
7689
7690 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
7691
7692         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
7693
7694 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
7695
7696         * shell/ev-window-title.c: (ev_window_title_update):
7697
7698         Guard against using g_strstrip on NULL. Fixes bug #317291.
7699
7700 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7701
7702         * pdf/ev-poppler.cc:
7703
7704         Show title even for unknown links
7705
7706 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7707
7708         * shell/ev-window-title.c: (ev_window_title_update):
7709
7710         Strip the title string
7711
7712 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7713
7714         * shell/ev-window-title.c:
7715
7716         Add .rtf to the bad extensions list
7717
7718 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7719
7720         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
7721         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
7722
7723         Ignore link coordinates if they are outside page bounds
7724
7725 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7726
7727         * backend/ev-link.c: (ev_link_type_get_type),
7728         (ev_link_get_filename), (ev_link_get_params),
7729         (ev_link_get_property), (ev_link_set_property),
7730         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
7731         * backend/ev-link.h:
7732         * pdf/ev-poppler.cc:
7733         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
7734         * shell/ev-window.c: (launch_link), (view_external_link_cb),
7735         (ev_window_init):
7736
7737         Implement launch links. Delegate external link opening to
7738         the window.
7739
7740 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7741
7742         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
7743         (ev_link_get_right), (ev_link_get_property),
7744         (ev_link_set_property), (ev_link_class_init),
7745         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
7746         * backend/ev-link.h:
7747         * pdf/ev-poppler.cc:
7748         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
7749
7750         Implement fitr links
7751
7752 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7753
7754         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
7755         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
7756         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
7757         (ev_view_size_request_continuous),
7758         (ev_view_size_request_dual_page),
7759         (ev_view_size_request_single_page), (ev_view_size_allocate),
7760         (ev_view_zoom_for_size_continuous_and_dual_page),
7761         (ev_view_zoom_for_size_continuous),
7762         (ev_view_zoom_for_size_dual_page),
7763         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7764         (ev_sizing_mode_get_type):
7765         * shell/ev-view.h:
7766         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
7767
7768         Do not use modes for link, we need to calculate size ad hoc.
7769         Still not perfect because of the usual scrollbar issues grrr.
7770
7771 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7772
7773         * backend/ev-link.c: (ev_link_type_get_type),
7774         (ev_link_new_page_fith), (ev_link_new_page_fitv):
7775         * backend/ev-link.h:
7776         * pdf/ev-poppler.cc:
7777         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
7778         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
7779         (ev_view_size_request_continuous),
7780         (ev_view_size_request_dual_page),
7781         (ev_view_size_request_single_page), (ev_view_size_allocate),
7782         (zoom_for_size_fit_height),
7783         (ev_view_zoom_for_size_continuous_and_dual_page),
7784         (ev_view_zoom_for_size_continuous),
7785         (ev_view_zoom_for_size_dual_page),
7786         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7787         (ev_sizing_mode_get_type):
7788         * shell/ev-view.h:
7789         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
7790
7791         Implement FIT_HEIGHT mode (only for links).
7792         Implement FITH links
7793
7794 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7795
7796         * shell/ev-window-title.c: (get_filename_from_uri),
7797         (ev_window_title_sanitize_extension), (ev_window_title_update),
7798         (ev_window_title_set_document), (ev_window_title_set_uri),
7799         (ev_window_title_free):
7800         * shell/ev-window-title.h:
7801         * shell/ev-window.c: (ev_window_setup_document),
7802         (ev_window_popup_password_dialog):
7803
7804         Refactor window title building while fixing it for
7805         password documents.
7806
7807 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7808
7809         * pdf/ev-poppler.cc:
7810
7811         Escape link title before setting it in the model
7812
7813 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
7814
7815         * shell/ev-application.c: (removed_from_session), (save_session),
7816         (init_session), (ev_application_get_empty_window),
7817         (ev_application_init), (ev_application_get_windows):
7818         * shell/ev-application.h:
7819         * shell/ev-window.c: (ev_window_finalize):
7820
7821         Add a function to retrieve window list and share it where
7822         necessary.
7823         Implement session handling, works pretty well thanks to the
7824         metadata system.
7825
7826 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7827
7828         * shell/ev-password.c: (ev_password_item_created_callback),
7829         (ev_password_dialog_save_password):
7830         
7831         Fix for bug 316972. Use async gnome-keyring API.
7832
7833 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
7834
7835         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
7836         Remove unused unrealize handler. Add scroll handling to
7837         ev_view_scroll_event for presentation mode (bug #316708),
7838         and fix the event state checks there.
7839
7840 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7841
7842         * shell/ev-page-action.c: (page_changed_cb):
7843
7844         "marco, maybe we should be crazy and jump right to 6! :)"
7845
7846         Bryan Clark, Sep 2005
7847
7848 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7849
7850         * ps/ps-document.c: (save_document), (ps_document_save),
7851         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
7852         (ps_document_ps_export_end):
7853
7854         Fix unstructured documents save and print
7855
7856 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7857
7858         * shell/ev-application.c: (ev_application_open_uri):
7859
7860         Fix window size persistance
7861
7862 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7863
7864         * shell/ev-view.c: (ev_view_button_release_event):
7865
7866         Based on a patch from carlosgc@gnome.org. Mouse buttons
7867         switch pages in presentation mode.
7868
7869 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7870
7871         * shell/ev-page-cache.c: (ev_page_cache_get_size):
7872
7873         Dont cast to int before scaling
7874
7875 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7876
7877         * backend/ev-link.c: (ev_link_type_get_type),
7878         (ev_link_new_page_xyz), (ev_link_new_page_fit),
7879         (ev_link_new_page_fith):
7880         * backend/ev-link.h:
7881         * pdf/ev-poppler.cc:
7882         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
7883
7884         Implement FIT and FITH links
7885
7886 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7887
7888         * pdf/ev-poppler.cc:
7889
7890         Return 0 results when search is not in progress.
7891
7892         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7893         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
7894
7895         Update menu sensitivity when cancelling search
7896
7897 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7898
7899         * shell/ev-view.c: (ev_view_can_find_next):
7900
7901         Take all pages in consideration, not just current one
7902
7903 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7904
7905         * shell/ev-page-cache.c:
7906         * shell/ev-page-cache.h:
7907         * shell/ev-view.c: (ev_view_binding_activated),
7908         (ev_view_next_page), (ev_view_previous_page),
7909         (ev_sizing_mode_get_type):
7910         * shell/ev-view.h:
7911         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7912         (ev_window_cmd_go_next_page):
7913
7914         Move page next/previous functions from page chace to
7915         view and change it to move by 2 page steps in dual mode.
7916
7917 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7918
7919         * shell/ev-window.c: (update_sidebar_visibility),
7920         (setup_sidebar_from_metadata), (ev_window_setup_document),
7921         (setup_view_from_metadata):
7922
7923         Show the index by default when there is one     
7924
7925 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7926
7927         * shell/ev-window-title.c: (ev_window_title_set_document):
7928
7929         Missing null check
7930
7931 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7932
7933         * shell/ev-view.c: (view_update_range_and_current_page):
7934         
7935         Allow display of last odd page in dual view. Fix for 316347.
7936
7937 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7938
7939         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
7940         
7941         Make close button default. Fix for 316383.
7942
7943 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7944
7945         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7946         
7947         Mark close button as default. Fix for 316381.
7948
7949 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7950
7951         * backend/ev-link.c: (ev_link_class_init):
7952
7953         Allow negative doubles in left/top properties
7954
7955 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7956
7957         * shell/ev-window.c:
7958
7959         Remove a bunch of strings that was used only
7960         by the statusbar.
7961
7962 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7963
7964         * shell/ev-window-title.c: (get_filename_from_uri),
7965         (ev_window_title_set_document):
7966
7967         When title has a confusing extension, show also
7968         the document filename inside ()
7969
7970 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7971
7972         * shell/Makefile.am:
7973         * shell/ev-window-title.c: (ev_window_title_new),
7974         (ev_window_title_update), (ev_window_title_set_type),
7975         (ev_window_title_set_document), (ev_window_title_free):
7976         * shell/ev-window-title.h:
7977         * shell/ev-window.c: (ev_window_setup_document),
7978         (password_dialog_response), (ev_window_popup_password_dialog),
7979         (ev_window_dispose), (ev_window_init):
7980
7981         Factor out and cleanup window title code
7982
7983 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7984
7985         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
7986         (unable_to_load):
7987
7988         Make dialog transient so it doesnt block other windows
7989
7990 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7991
7992         * pdf/ev-poppler.cc:
7993         
7994         Fix pdf thumbnails rendering.
7995
7996 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7997
7998         * shell/ev-window.c: (fullscreen_set_timeout):
7999         
8000         Increase timeout to hide full screen popup. Bug 
8001         316123. 
8002
8003 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8004
8005         * data/evince.schemas.in:
8006         * shell/ev-window.c: (update_action_sensitivity):
8007
8008         Allow the user to override document restrictions. Fix for bug
8009         305818.
8010
8011 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
8012
8013         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
8014         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
8015         (ev_window_class_init): Fix multihead behaviour of fullscreen
8016         toolbar popup. Fixes bug #315451.
8017
8018 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8019
8020         * configure.ac:
8021         * data/evince-password.glade:
8022         * shell/ev-password.c: (ev_password_dialog_set_property),
8023         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
8024         (ev_password_dialog_init), (ev_password_set_bad_password_label),
8025         (ev_password_dialog_entry_changed_cb),
8026         (ev_password_dialog_entry_activated_cb),
8027         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
8028         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
8029         (ev_password_dialog_set_bad_pass):
8030         * shell/ev-password.h:
8031         * shell/ev-window.c: (password_dialog_response),
8032         (ev_window_popup_password_dialog):
8033         
8034         Support for gnome-keyring for encrypted PDF's.
8035
8036 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8037
8038         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
8039         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
8040         (ev_view_enter_notify_event), (ev_view_class_init):
8041         
8042         More precise handling of enter_notify/leave_notify events
8043         in EvView. Fix for bug 315470.
8044
8045 2005-09-08  Christopher Aillon  <caillon@redhat.com>
8046
8047         * shell/ev-window.c: (fullscreen_timeout_cb),
8048         (fullscreen_set_timeout), (fullscreen_clear_timeout),
8049         (ev_window_dispose):
8050
8051         leak fix: unref fullscreen_timeout_source before clearing it
8052
8053 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8054
8055         * configure.ac, dvi/mdvi/Makefile.am: 
8056         
8057         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
8058
8059 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8060
8061         * backend/ev-link.c: (ev_link_new_page_xyz):
8062         * pdf/ev-poppler.cc:
8063         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
8064
8065         Fix some bugs with xyz links, respect zoom
8066
8067 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8068
8069         * shell/ev-window.c: (page_changed_cb),
8070         (setup_document_from_metadata), (update_sidebar_visibility),
8071         (setup_view_from_metadata), (ev_window_run_fullscreen),
8072         (ev_window_stop_fullscreen), (ev_window_run_presentation),
8073         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
8074         (ev_window_dual_mode_changed_cb),
8075         (ev_window_sidebar_current_page_changed_cb):
8076
8077         null check uri before setting and getting metadata
8078
8079 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8080
8081         * dvi/Makefile.am:
8082         * properties/Makefile.am:
8083         * shell/Makefile.am:
8084         * thumbnailer/Makefile.am:
8085
8086         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
8087
8088 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8089
8090         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
8091         (selection_changed_callback):
8092         * shell/ev-sidebar-links.h:
8093
8094         Add a signal for link activation.
8095
8096         * shell/ev-view.c: (ev_view_goto_link),
8097         (ev_view_button_release_event):
8098         * shell/ev-view.h:
8099         * shell/ev-window.c: (sidebar_links_link_activated_cb),
8100         (ev_window_init):
8101
8102         Implement the signal so that we can handle all link types.
8103
8104         * shell/ev-page-cache.c:
8105
8106         Remove unused set_link function
8107
8108 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8109
8110         * lib/ev-tooltip.c: (ev_tooltip_set_position):
8111
8112         Add some space from the cursor, hardcoded but I couldnt
8113         find a better way.
8114
8115 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8116
8117         * lib/ev-tooltip.c:
8118
8119         Use mozilla style vs gtk style, way better for links.
8120
8121         * shell/ev-view.c: (ev_view_motion_notify_event),
8122         (ev_view_destroy), (ev_view_init):
8123
8124         Deactive tooltip when the link hovered is changed.
8125
8126 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8127
8128         * backend/ev-document.h:
8129         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
8130         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
8131         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
8132         (ev_link_new_page), (ev_link_new_page_xyz):
8133         * backend/ev-link.h:
8134         * pdf/ev-poppler.cc:
8135         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
8136         (go_to_link), (tip_from_link):
8137
8138         Implement xyz links, still not functional. Links are a total
8139         mess, will need to refactor and bugfix a lot :(
8140
8141 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
8142
8143         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
8144
8145 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
8146
8147         * data/evince-ui.xml:
8148         * data/evince.schemas.in:
8149         * shell/Makefile.am:
8150         * shell/ev-window.c: (update_chrome_visibility),
8151         (password_dialog_response), (ev_window_load_job_cb),
8152         (ev_window_xfer_job_cb), (ev_window_open_uri),
8153         (ev_window_class_init), (set_chrome_actions), (load_chrome),
8154         (ev_window_init):
8155
8156         Remove the statusbar. This regress loading feedback, need to
8157         check with Bryan what we want to do there...
8158
8159 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8160
8161         * lib/ev-tooltip.c: (ev_tooltip_init):
8162
8163         Fix tooltip border and size handling
8164
8165 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8166
8167         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
8168         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
8169         (ev_tooltip_timeout), (ev_tooltip_activate),
8170         (ev_tooltip_deactivate):
8171         * lib/ev-tooltip.h:
8172         * shell/ev-view.c: (ev_view_motion_notify_event):
8173
8174         Delay popup showing. Mirror gtk logic/times.
8175
8176 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
8177
8178         * lib/Makefile.am:
8179         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
8180         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
8181         (ev_tooltip_set_text), (ev_tooltip_set_position):
8182         * lib/ev-tooltip.h:
8183
8184         Simple widget to show tooltips at a custom position
8185
8186         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
8187         (ev_view_destroy):
8188
8189         Use it for links. First go, needs work
8190
8191 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
8192
8193         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
8194         HIG fixes.  Use title capitalization for window title. Use 12 
8195         pixels of space between the dialog's vbox and action area.
8196
8197 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8198
8199         * shell/ev-window.c: (file_open_dialog_response_cb),
8200         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
8201         (ev_window_cmd_save_as):
8202
8203         Make file pickers not modal and refactor code some
8204
8205 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8206
8207         * shell/ev-sidebar.h:
8208         * shell/ev-sidebar.c: (ev_sidebar_set_property),
8209         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
8210         (ev_sidebar_class_init), (ev_sidebar_select_page),
8211         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
8212         (ev_sidebar_set_page):
8213
8214         Add a current page property and allow to get/set it
8215
8216         * shell/ev-window.c: (setup_view_from_metadata),
8217         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
8218
8219         Persist current sidebar page per document
8220
8221 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8222
8223         * data/evince.schemas.in:
8224         * shell/ev-window.c: (update_chrome_visibility),
8225         (setup_document_from_metadata), (update_sidebar_visibility),
8226         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
8227         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8228         (ev_window_run_presentation), (ev_window_stop_presentation),
8229         (ev_window_view_sidebar_cb),
8230         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
8231         (load_chrome), (ev_window_init):
8232
8233         Persist size/visibility of sidebar per document
8234
8235 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
8236
8237         * shell/ev-view.c (draw_loading_text): Draw loading text.
8238
8239 2005-09-02  Dan Damian  <dand@gnome.ro>
8240
8241         * configure.in: Added "ro" to ALL_LINGUAS.
8242
8243 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8244
8245         * shell/ev-view.c: (clear_caches):
8246
8247         ev_page_cache_get doesnt return a reference,
8248         dont try to unref it.
8249
8250 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8251
8252         * shell/main.c: (load_files_remote):
8253
8254         Fix timestamp parameter with dbus <= 0.33
8255
8256 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
8257
8258         * data/evince.schemas.in:
8259
8260         Add missing full stop
8261
8262 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
8263
8264         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
8265         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
8266
8267         Plug some memory leaks
8268
8269 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
8270
8271         * configure.ac:
8272         * lib/ev-debug.c: (trap_handler):
8273
8274         Check for execinfo.h and use it only if it exists.
8275         Ported from Epiphany (bug #314776).
8276
8277 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
8278
8279         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
8280
8281 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
8282
8283         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
8284         * po/id.po      : Added Indonesian translation
8285
8286 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
8287
8288         * shell/main.c:
8289         * shell/ev-application.c: Last minute GTK-2.6 fixes.
8290         * NEWS: Release 0.4.0
8291
8292 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
8293
8294         * configure.ac: catch another gtk+-2.8ism
8295         * shell/main.c: Make work with gtk+-2.6
8296
8297 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
8298
8299         * shell/ev-application-service.xml: Add 'timestamp' argument to
8300           ev_application_open_window and ev_application_open_uri methods.
8301
8302         * shell/ev-application.h: Add 'timestamp' argument to
8303           ev_application_open_window, ev_application_open_uri,
8304           and ev_application_open_uri_list functions.
8305
8306         * shell/ev-application.c (ev_application_open_window,
8307           ev_application_open_uri, ev_application_open_uri_list): Change
8308           functions that show/present windows to use a timestamp if one
8309           is passed in.
8310
8311         * shell/ev-window.c (ev_window_cmd_file_open,
8312           ev_window_cmd_recent_file_activate, drag_data_received_cb):
8313         * shell/main.c (load_files): Modify calls to ev_application to
8314           include GDK_CURRENT_TIME as timestamp.
8315
8316         * shell/main.c (load_files_remote): Obtain timestamp for client
8317           instance from GDK and pass to server instance so new windows are
8318           focused properly.  Fix dbus_g_proxy_call() calls by including second
8319           G_TYPE_INVALID.
8320           
8321         Closes bug #314475.
8322
8323 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
8324
8325         * shell/ev-window.c (ev_window_finalize): Check for
8326         avail. EvWindows when quiting to handle the finalize better,
8327         #314497
8328
8329 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8330         
8331         * properties/ev-properties-view.c: 
8332         
8333         Set textdomain to libglade. Fixes translation problem in property page.
8334
8335 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8336
8337         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
8338         * dvi/Makefile.am:
8339         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
8340         * dvi/mdvi-lib/Makefile.am:
8341         
8342         Fix rotation of thumbnails, ported to new API. Moved library
8343         dependencies earlier, probably it will fix linkage problem.
8344
8345 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
8346
8347         * backend/ev-document-misc.c:
8348         (ev_document_misc_get_thumbnail_frame):
8349         * backend/ev-document-misc.h:
8350         * configure.ac:
8351         * pdf/ev-poppler.cc:
8352         * shell/Makefile.am:
8353         * shell/ev-sidebar-thumbnails.c: (add_range),
8354         (ev_sidebar_thumbnails_set_loading_icon),
8355         (ev_sidebar_thumbnails_refresh),
8356         (ev_sidebar_thumbnails_set_document):
8357         * shell/ev-sidebar-thumbnails.h:
8358         * shell/ev-view.c: (ev_view_motion_notify_event),
8359         (ev_view_set_property), (ev_view_get_property),
8360         (ev_view_class_init), (ev_view_set_rotation):
8361         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8362         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
8363         (ev_window_init):
8364         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
8365         Redo rotation (again).  prepare for 0.4.0
8366
8367 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
8368
8369         * configure.ac: Bump poppler requirement to 0.4.1.
8370
8371         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
8372         argument to poppler_page_render_selection() call.
8373
8374 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8375
8376         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
8377         (djvu_document_thumbnails_get_thumbnail):
8378         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
8379         (dvi_document_thumbnails_get_thumbnail):
8380         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
8381         (pixbuf_document_thumbnails_get_thumbnail):
8382         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
8383         
8384         Update rotation direction of backends to fit with pdf and ps.
8385
8386 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
8387
8388         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
8389         * backend/ev-async-renderer.h:
8390         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
8391         (setup_page), (ps_document_get_page_size),
8392         (ps_async_renderer_render_pixbuf):
8393         * ps/ps-document.h:
8394         * shell/ev-jobs.c: (ev_job_render_run):
8395
8396         Fix orientation in the postscript document
8397
8398 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
8399
8400         * pdf/ev-poppler.cc:
8401         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
8402         * shell/ev-view.c: (highlight_find_results):
8403
8404         Adapt to the new poppler rotation API. Fix text maps on landscape
8405         documents.
8406
8407 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
8408
8409         * shell/ev-view.c (compute_new_selection_text): get the correct
8410         region when selecting in modes other than continuous.
8411
8412 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8413
8414         * shell/main.c (main): remove redundant g_warnings.
8415
8416 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8417
8418         * shell/Makefile.am: Don't include autogenerated
8419         file ev-application-service.h into distribution, since
8420         it causes dbus crash. Fix for bugs 313724 and 313443. 
8421
8422 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8423
8424         * configure.ac: Fix sed expression for FreeBSD. Thanks
8425         to Joe Marcus Clark <marcus@freebsd.org>
8426         
8427         * shell/eggfindbar.c: (entry_activate_callback),
8428         (entry_changed_callback), (egg_find_bar_init),
8429         (egg_find_bar_set_search_string):
8430         
8431         Made findbar buttons unsensitive if there is no text in
8432         entry. Fix for the bug 313285.
8433
8434 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
8435
8436         * ps/ps-document.c: Use g_filename_display_name for displaying
8437         filenames and revert string freeze breackage
8438
8439 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
8440
8441         * NEWS:
8442         * configure.ac:
8443
8444         Update for 0.3.4
8445
8446         * shell/Makefile.am:
8447
8448         Add ev-application-service.xml to extra dist
8449
8450         * shell/ev-view.c: (find_page_at_location):
8451
8452         Remove unused function (fix warning)
8453
8454 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8455
8456         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
8457         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
8458         
8459         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
8460         bug 313623.
8461
8462 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8463
8464         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
8465         * shell/ev-window.c:
8466         Fix build warnings
8467
8468 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
8469
8470         * configure.ac: Update script to get dbus version.
8471         Fix for the bug #313443.
8472
8473 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8474
8475         * shell/ev-window.c: (ev_window_cmd_escape):
8476         
8477         Return focus back to view on escape. Fix for bug 313295.
8478
8479 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8480
8481         * shell/ev-window.c: (update_window_title),
8482         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
8483         (ev_window_cmd_save_as):
8484         
8485         Correct conversion from uri to displayable string. Fix for
8486         bug 313296.
8487
8488 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
8489
8490         * ps/ps-document.c: convert filename to utf8 when there is an error
8491         loading document. Fixes #309915
8492
8493 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
8494
8495         * configure.ac:
8496
8497         We depend on poppler 0.4.0
8498
8499 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
8500
8501         * configure.ac:
8502         * NEWS: Release 0.3.3.
8503         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
8504
8505 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
8506
8507         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
8508         add a couple missing mnemonics to menu items, use title 
8509         capitalization for menu items and window titles, and add 
8510         ellipsis to open menu item.     
8511
8512 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
8513
8514         * pdf/ev-poppler.cc:
8515         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
8516         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
8517         (ev_view_get_rotation):
8518         * shell/ev-view.h:
8519         * shell/ev-window.c: (setup_view_from_metadata),
8520         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
8521         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
8522         disk.
8523
8524 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
8525
8526         * configure.ac: Added tr to ALL_LINGUAS
8527
8528 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8529
8530         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
8531         requires several clicks to find word. Thanks to 
8532         Colin Slater <kiltedtaco@gmail.com>.
8533
8534 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
8535
8536         * data/evince.desktop.in.in: Hide menu entry and
8537         rename it to "Document Viewer". Fix for bug 
8538         #312399.
8539
8540 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
8541
8542         * shell/ev-page-action.c (ev_page_action_class_init): 
8543
8544         Point to the correct function in constructor of the
8545         activate_label signal
8546
8547 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
8548
8549         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
8550         * shell/ev-jobs.h: Make thread safe.
8551
8552 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8553
8554         * shell/ev-view.c: (view_update_range_and_current_page):
8555         Don't update page range if we are scrolling to some document
8556         point.
8557
8558 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8559
8560         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
8561         when getting max_page_width, fix drawing in dual mode.
8562
8563 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
8564
8565         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
8566         getting the area for select_all.
8567
8568 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
8569
8570         * backend/ev-selection.c: (ev_selection_render_selection):
8571         * backend/ev-selection.h:
8572         * pdf/ev-poppler.cc:
8573         * shell/ev-jobs.c: (ev_job_render_new):
8574         * shell/ev-jobs.h:
8575         * shell/ev-pixbuf-cache.c: (get_selection_colors),
8576         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
8577         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
8578         (ev_view_class_init):
8579
8580         Change selection color on focus in and focus out events.  Also,
8581         poppler now uses GdkColor for specifying the selection colors, so
8582         drop some awkward conversion code.
8583
8584 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
8585
8586         * configure.ac: Added Hebrew translation
8587
8588 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
8589
8590         * NOTES:
8591         * backend/ev-selection.c: (ev_selection_render_selection):
8592         * backend/ev-selection.h:
8593         * pdf/ev-poppler.cc:
8594         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
8595         (ev_job_render_run):
8596         * shell/ev-jobs.h:
8597         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8598         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
8599         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
8600         (ev_pixbuf_cache_style_changed),
8601         (ev_pixbuf_cache_get_selection_pixbuf),
8602         (ev_pixbuf_cache_set_selection_list),
8603         (ev_pixbuf_cache_get_selection_list):
8604         * shell/ev-pixbuf-cache.h:
8605         * shell/ev-utils.c: (ev_print_region_contents):
8606         * shell/ev-utils.h:
8607         * shell/ev-view.c: (ev_view_queue_draw_page),
8608         (selection_update_idle_cb), (ev_view_motion_notify_event),
8609         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
8610         (setup_caches), (ev_view_find_next), (merge_selection_region),
8611         (selection_free):
8612         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
8613
8614         Clean up selection to be much smoother!
8615
8616 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
8617
8618         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
8619         to poppler_page_render_selection().
8620
8621 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8622
8623         * ps/ps-document.c: (save_page_list): Use
8624         unzipped document when printing. Thanks to 
8625         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
8626         311016.
8627
8628 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8629
8630         * shell/ev-window.c: (update_action_sensitivity):
8631         
8632         Disable print and save respect to lockdown gconf keys. Fix
8633         for 312342.
8634
8635 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8636
8637         * configure.ac:
8638         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
8639         (write_to_temp_file), (ev_file_set_contents):
8640         * shell/ev-utils.h:
8641         * shell/ev-window.c: (save_print_config_to_file):
8642         
8643         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
8644         Fix for bug 312238
8645
8646 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
8647
8648         * shell/ev-window.c: (load_print_config_from_file),
8649         (save_print_config_to_file), (ev_window_print_range):
8650
8651         Persist the print settings. Fixes bug #311578.
8652
8653 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8654
8655         * djvu/djvu-document.c: (djvu_document_get_page_size),
8656         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
8657         (djvu_document_thumbnails_get_thumbnail):
8658         * dvi/dvi-document.c: (dvi_document_get_page_size),
8659         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
8660         (dvi_document_thumbnails_get_dimensions),
8661         (dvi_document_thumbnails_get_thumbnail):
8662         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
8663         (pixbuf_document_render_pixbuf),
8664         (pixbuf_document_document_iface_init),
8665         (pixbuf_document_thumbnails_get_thumbnail):
8666         
8667         Update backends to make them build with new rotation system.
8668
8669 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8670
8671         * help/C/figures/evince_start_window.png:
8672         
8673         Update documentation image from Luca Ferretti <elle.uca@libero.it>
8674
8675 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
8676
8677         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
8678         * shell/ev-pixbuf-cache.h:
8679         * shell/ev-sidebar-thumbnails.c:
8680         (ev_sidebar_thumbnails_get_property), (add_range),
8681         (adjustment_changed_cb):
8682         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
8683         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
8684         we were thumbnailing the entire docment on startup, slowing us
8685         down hugely. 
8686
8687 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
8688
8689         * shell/ev-page-cache.c: (ev_page_cache_new):
8690         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
8691         == 0, fixes #310306.
8692
8693 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8694
8695         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
8696         (ev_view_rotate_left):
8697
8698         Account rotation in doc_rect_to_view_rect.
8699         Ensure rotation doesnt go out of bounds.
8700
8701 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8702
8703         * shell/ev-page-cache.c: (ev_page_cache_get_size):
8704
8705         Correct and cleanup w/h swapping
8706
8707 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8708
8709         * backend/ev-document-thumbnails.c:
8710         (ev_document_thumbnails_get_thumbnail):
8711         * backend/ev-document-thumbnails.h:
8712         * backend/ev-document.c:
8713         * backend/ev-document.h:
8714         * backend/ev-render-context.c: (ev_render_context_new),
8715         (ev_render_context_set_rotation):
8716         * backend/ev-render-context.h:
8717         * pdf/ev-poppler.cc:
8718         * ps/ps-document.c: (ps_document_document_iface_init):
8719         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
8720         * shell/ev-jobs.h:
8721         * shell/ev-page-cache.c: (build_height_to_page),
8722         (ev_page_cache_new), (ev_page_cache_get_size),
8723         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8724         (ev_page_cache_get_height_to_page):
8725         * shell/ev-page-cache.h:
8726         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8727         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
8728         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
8729         (ev_pixbuf_cache_get_selection_pixbuf):
8730         * shell/ev-pixbuf-cache.h:
8731         * shell/ev-print-job.c: (idle_print_handler):
8732         * shell/ev-sidebar-thumbnails.c: (add_range):
8733         * shell/ev-view.c: (view_update_range_and_current_page),
8734         (get_page_y_offset), (get_page_extents),
8735         (ev_view_size_request_continuous_dual_page),
8736         (ev_view_size_request_continuous),
8737         (ev_view_size_request_dual_page),
8738         (ev_view_size_request_single_page), (draw_one_page),
8739         (ev_view_set_rotation), (ev_view_rotate_right),
8740         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
8741         (ev_view_zoom_for_size_continuous_and_dual_page),
8742         (ev_view_zoom_for_size_continuous),
8743         (ev_view_zoom_for_size_dual_page),
8744         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
8745         (ev_view_select_all):
8746         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8747         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
8748         (tiff_document_document_iface_init),
8749         (tiff_document_thumbnails_get_thumbnail):
8750
8751         Use rotation rather than orientation. It's easier and enough
8752         for our needs.
8753
8754 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8755
8756         * shell/ev-page-cache.c: (build_height_to_page),
8757         (ev_page_cache_new), (ev_page_cache_get_size),
8758         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8759         (ev_page_cache_get_height_to_page):
8760         * shell/ev-page-cache.h:
8761         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
8762         (ev_view_size_request_continuous_dual_page),
8763         (ev_view_size_request_continuous),
8764         (ev_view_zoom_for_size_continuous_and_dual_page),
8765         (ev_view_zoom_for_size_continuous):
8766
8767         Make the page cache aware of page orientation.
8768
8769 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8770
8771         * backend/ev-document-thumbnails.c:
8772         (ev_document_thumbnails_get_thumbnail):
8773         * backend/ev-document-thumbnails.h:
8774         * backend/ev-document.c:
8775         * backend/ev-document.h:
8776         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
8777         * backend/ev-ps-exporter.h:
8778         * pdf/ev-poppler.cc:
8779         * ps/ps-document.c: (ps_document_document_iface_init),
8780         (ps_document_ps_export_do_page):
8781         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
8782         * shell/ev-jobs.h:
8783         * shell/ev-page-cache.c: (ev_page_cache_get_size),
8784         (ev_page_cache_get):
8785         * shell/ev-page-cache.h:
8786         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8787         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
8788         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
8789         * shell/ev-pixbuf-cache.h:
8790         * shell/ev-print-job.c: (idle_print_handler):
8791         * shell/ev-sidebar-thumbnails.c: (add_range):
8792         * shell/ev-view.c: (view_update_range_and_current_page),
8793         (get_page_extents), (ev_view_size_request_dual_page),
8794         (ev_view_size_request_single_page), (draw_one_page),
8795         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
8796         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
8797         (ev_view_zoom_for_size_dual_page),
8798         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
8799         (ev_view_select_all):
8800         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8801         * tiff/tiff-document.c: (tiff_document_get_page_size),
8802         (tiff_document_get_orientation), (rotate_pixbuf),
8803         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
8804         (tiff_document_thumbnails_get_thumbnail),
8805         (tiff_document_ps_export_do_page), (tiff_document_init):
8806
8807         Really make use of the orientation bit of the render context.
8808         Use the render context in a few more places in the backend API.
8809         This regress orientation, but now it's done right. Will try to
8810         fix it up asap...
8811
8812 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8813
8814         * shell/ev-view.c: (ensure_rectangle_is_visible):
8815
8816         Patch by Nickolay V. Shmyrev to fix find flickering
8817
8818 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
8819
8820         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
8821         duplex parameters to ::begin.
8822
8823         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
8824         * shell/ev-print-job.c (idle_print_handler): 
8825         * ps/ps-document.c (ps_document_ps_export_begin): 
8826         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
8827         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
8828         implementations. Poppler backend needs poppler cvs. Rest has
8829         unchanged behavior.
8830
8831 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8832
8833         * shell/ev-window.c (using_pdf_printer): new function.
8834         (ev_window_print_range): print a less techy message if someone
8835         tries to print to PDF.
8836
8837 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8838
8839         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
8840         from "unknown font" string. Bug #311431
8841
8842 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8843
8844         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
8845
8846 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8847
8848         Bug #311280
8849         
8850         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
8851         name for PopplerFontTypes
8852         (pdf_document_fonts_fill_model): add font type to the detail column
8853
8854         * backend/ev-document-fonts.h: added
8855         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
8856
8857         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
8858         font name and font details, add a little markup.
8859         (ev_properties_fonts_init): use the new cell data func, specify ypad
8860         property for the cell renderer.
8861         (ev_properties_fonts_set_document): add the details column.
8862
8863 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
8864
8865         * configure.ac: Added "pl" to ALL_LINGUAS.
8866
8867 2005-07-24  Danilo Šegan  <danilo@gnome.org>
8868
8869         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
8870
8871 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
8872
8873         * help/ChangeLog: Started this for translations of manual.
8874         * configure.ac, autogen.sh, .cvsignore: Migrated to
8875         gnome-doc-utils. Patch in bug #311222.
8876
8877 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
8878
8879         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
8880         #ifdef this away to fix an unused-function warning.
8881
8882 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
8883
8884         * configure.ac: Added 'gl' to ALL_LINGUAS.
8885
8886 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
8887
8888         * configure.ac: Added ne in ALL_LINGUAS
8889         
8890 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8891
8892         * shell/ev-view.c: (ev_view_leave_notify_event):
8893         
8894         Clear status message when pointer leaves view. Fix for bug
8895         #310818 
8896
8897 2005-07-20 Ankit Patel <ankit644@yahoo.com>
8898
8899         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
8900
8901 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8902
8903         * shell/ev-view.c: (ev_view_leave_notify_event),
8904         (ev_view_class_init):
8905         
8906         Set cursor to normal then leaving view.
8907
8908 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8909
8910         * configure.ac:
8911         
8912         Fix required djvulibre version.
8913
8914 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
8915
8916         *configure.ac: Hindi (hi) language added
8917
8918 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
8919
8920         *configure.ac: Punjabi (pa) Language added
8921
8922 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8923
8924         * data/evince-ui.xml, shell/ev-window.c:
8925         
8926         Add keypad accelerators for zooming. Fix for bug 308128.
8927
8928 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8929
8930         * Makefile.am:
8931         * backend/Makefile.am:
8932         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
8933         * configure.ac:
8934         * shell/ev-document-types.c: (ev_document_types_add_filters):
8935
8936         Allow to enable/disable the pixbuf backend.
8937         Default to off for now. If we want it enabled we should
8938         really put mime types in the desktop, implement properties etc.
8939
8940         * properties/evince-properties.c:
8941
8942         Initialize error to NULL.
8943         Check error is not NULL before freeing.
8944
8945 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8946
8947         * shell/ev-window.c:
8948
8949         Use F5 as presentation accell
8950
8951 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8952
8953         * shell/ev-window.c: (update_chrome_visibility),
8954         (ev_window_create_fullscreen_popup), (ev_window_init):
8955
8956         Do not leak the fullscreen toolbar
8957
8958 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8959
8960         * shell/ev-window.c: (view_actions_focus_in_cb),
8961         (view_actions_focus_out_cb):
8962
8963         These has a return value! Fix totally random focus
8964         issues we was seeing.
8965
8966 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
8967
8968         * shell/main.c: (load_files_remote):
8969
8970         Allow open more than one file
8971
8972 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8973
8974         * shell/main.c: (load_files_remote):
8975
8976         Fix for dbus 0.33. bug #309975
8977
8978 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8979
8980         * properties/ev-properties-main.c: (ev_properties_get_pages):
8981
8982         Actually return NULL for types we dont support
8983
8984 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
8985
8986         * po/POTFILES.in:
8987
8988         Remove empty lines.
8989
8990 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
8991
8992         * backend/ev-document-factory.c:
8993         (ev_document_factory_get_document):
8994
8995         Do not try to create the object if type
8996         is invalid.
8997
8998 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8999
9000         * ps/ps-document.c: (ps_document_dispose),
9001         (ps_async_renderer_render_pixbuf):
9002         * ps/ps-document.h:
9003
9004         Do not leak the target window
9005
9006 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9007
9008         * shell/ev-application.c: (ev_application_init):
9009
9010         Let tbe check file existence for us.
9011         Add a comment about eggrecent mime filter.
9012
9013 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9014
9015         * data/evince-ui.xml:
9016         * shell/ev-application.c: (ev_application_shutdown),
9017         (ev_application_init), (ev_application_get_toolbars_model),
9018         (ev_application_get_recent_model),
9019         (ev_application_save_toolbars_model):
9020         * shell/ev-application.h:
9021         * shell/ev-window.c: (ev_window_add_recent),
9022         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
9023         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
9024         (ev_window_init):
9025
9026         Use common toolbar and recent models for all windows.
9027         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9028
9029 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
9030
9031         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
9032         successfully check for gtk_icon_view_get_visible_range.
9033
9034 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9035
9036         * djvu/Makefile.am:
9037         * dvi/Makefile.am:
9038         
9039         Fix djvu and dvi backend build.
9040
9041 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
9042
9043         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
9044         (new_separator_pixbuf):
9045
9046         Don't leak windows.
9047
9048 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
9049
9050         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
9051
9052         HIGification of toolbar editor dialogue.
9053
9054 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9055
9056         * configure.ac:
9057         * shell/Makefile.am:
9058
9059         Ever build metadata manager since it's just
9060         disabled at runtime now.
9061
9062 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9063
9064         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
9065         (ev_metadata_manager_get), (ev_metadata_manager_set):
9066         * shell/ev-metadata-manager.h:
9067
9068         Add an _init functions that enabled metadata management
9069         at runtime.
9070
9071         * shell/ev-window.c: (page_changed_cb),
9072         (setup_document_from_metadata), (ev_window_setup_document),
9073         (setup_view_from_metadata), (ev_window_open_uri),
9074         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9075         (ev_window_run_presentation), (ev_window_stop_presentation),
9076         (save_sizing_mode), (ev_window_zoom_changed_cb),
9077         (ev_window_continuous_changed_cb),
9078         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
9079         (window_configure_event_cb):
9080
9081         Remove all ugly metadata define since we deal with it
9082         at runtime now.
9083
9084         * shell/main.c: (load_files_remote), (main):
9085
9086         Add support for dbus cvs head. Hopefully didnt break one
9087         of the other versions now!
9088
9089         If we dont get a response from the dbus server just
9090         give up with it and not enable metadata.
9091
9092 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9093
9094         * Makefile.am:
9095         * backend/Makefile.am:
9096         * configure.ac:
9097         * cut-n-paste/recent-files/Makefile.am:
9098         * cut-n-paste/toolbar-editor/Makefile.am:
9099         * cut-n-paste/zoom-control/Makefile.am:
9100         * lib/Makefile.am:
9101         * pdf/Makefile.am:
9102         * pixbuf/Makefile.am:
9103         * properties/Makefile.am:
9104         * ps/Makefile.am:
9105         * shell/Makefile.am:
9106         * thumbnailer/Makefile.am:
9107         * tiff/Makefile.am:
9108
9109         Make frontends depend on just libev.
9110         Rework and group CFLAGS/LIBS definitions.
9111         Cleanups.
9112
9113 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9114
9115         * shell/ev-window:
9116
9117         do not unnecessarily save zoom
9118
9119         * configure.ac:
9120         * lib/ev-file-helpers.c: (ev_dot_dir):
9121         * shell/Makefile.am:
9122         * shell/dummy.cc:
9123
9124         Some cleanups
9125
9126 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9127
9128         * configure.ac:
9129         
9130         Remove unnecessary dependencies
9131
9132 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9133
9134         * properties/Makefile.am:
9135         * thumbnailer/Makefile.am:
9136         * tiff/Makefile.am:
9137
9138         Some more cleanups. Was really necessary
9139         but I probably introduced bugs, feel free
9140         to flame :)
9141
9142 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9143
9144         * backend/Makefile.am:
9145         * configure.ac:
9146         * cut-n-paste/recent-files/Makefile.am:
9147         * cut-n-paste/toolbar-editor/Makefile.am:
9148         * cut-n-paste/zoom-control/Makefile.am:
9149         * lib/Makefile.am:
9150         * pdf/Makefile.am:
9151         * pixbuf/Makefile.am:
9152         * properties/Makefile.am:
9153         * ps/Makefile.am:
9154         * shell/Makefile.am:
9155         * thumbnailer/Makefile.am:
9156         * tiff/Makefile.am:
9157
9158         Use gnome-common macros when possible.
9159         Cleanup dependencies.
9160         Actually disable deprecated where possible.
9161
9162 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9163
9164         * Makefile.am:
9165         * backend/Makefile.am:
9166         * properties/Makefile.am:
9167         * shell/Makefile.am:
9168         * thumbnailer/Makefile.am:
9169
9170         This should solve the circular dep without
9171         requiring dir reorg!
9172
9173         * shell/ev-window.c: (setup_view_from_metadata):
9174
9175         Never restore window size/position when the
9176         window is already visible.
9177
9178 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9179
9180         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
9181
9182         Return a boolean from timeout func. Fix ported from gedit.
9183
9184 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
9185
9186         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
9187
9188 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
9189
9190         * shell/ev-document-types.c: set "All Documents" as default filter in
9191         open dialog
9192
9193 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
9194
9195         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
9196         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
9197         (ev_metadata_manager_set_boolean): fix value/val thinko.
9198
9199 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9200
9201         * shell/ev-window.c: (setup_view_from_metadata),
9202         (window_state_event_cb), (window_configure_event_cb),
9203         (ev_window_init):
9204
9205         Remember window position and maximized state
9206
9207 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9208
9209         * configure.ac:
9210
9211         Fix DBUS configure checks.
9212
9213         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
9214         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
9215         (ev_metadata_manager_set_boolean):
9216
9217         Plug mem leaks.
9218
9219         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
9220         (ev_window_stop_fullscreen), (ev_window_run_presentation),
9221         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
9222         (ev_window_continuous_changed_cb),
9223         (ev_window_dual_mode_changed_cb), (ev_window_new):
9224
9225         Fix the build without DBUS.
9226
9227 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9228
9229         * shell/ev-metadata-manager.c: (parse_value), (save_values),
9230         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
9231         (ev_metadata_manager_set_string),
9232         (ev_metadata_manager_set_boolean):
9233         * shell/ev-metadata-manager.h:
9234
9235         Add support for some more types
9236
9237         * shell/ev-view.c: (scroll_to_current_page),
9238         (ev_view_get_continuous), (ev_view_set_continuous),
9239         (ev_view_get_dual_page):
9240         * shell/ev-view.h:
9241         * shell/ev-window.c: (page_changed_cb),
9242         (setup_document_from_metadata), (ev_window_setup_document),
9243         (setup_view_from_metadata), (ev_window_open_uri),
9244         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9245         (ev_window_run_presentation), (ev_window_stop_presentation),
9246         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
9247         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
9248         (ev_window_update_dual_page_action),
9249         (ev_window_continuous_changed_cb),
9250         (ev_window_dual_mode_changed_cb), (ev_window_init):
9251
9252         Remember a bunch of view/document properties. Prolly some
9253         are still missing but it's getting interesting.
9254
9255 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
9256
9257         * configure.ac: check if dbus-binding-tool is installed. Not the
9258         case on current Ubuntu breezy, it seems.
9259
9260 2005-07-05  Luca Ferretti <elle.uca@libero.it>
9261
9262         * data/evince.desktop.in.in:
9263         
9264         Allow open uri lists and add TryExec field.
9265
9266 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9267
9268         * configure.ac:
9269
9270         Enable dbus when available, do not require a configure
9271         option.
9272
9273 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9274
9275         * configure.ac:
9276
9277         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
9278         disabled.
9279
9280 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
9281         Marco Pesenti Gritti  <mpg@redhat.com>
9282
9283         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
9284         
9285         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
9286         functions to the format required by dbus
9287
9288         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
9289         errors. Use the RPC parameters in the expected way
9290
9291 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9292
9293         * Makefile.am:
9294         * properties/Makefile.am:
9295         * properties/ev-properties-main.c: (ev_properties_get_pages):
9296
9297         Support all mime types
9298
9299         * shell/Makefile.am:
9300         * thumbnailer/Makefile.am:
9301         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
9302         (evince_thumbnail_pngenc_get):
9303
9304         Use the document factory
9305
9306 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9307
9308         * backend/Makefile.am:
9309         * backend/ev-document-factory.c:
9310         (mime_type_supported_by_gdk_pixbuf),
9311         (ev_document_type_get_from_mime),
9312         (ev_document_factory_get_document),
9313         (ev_document_factory_get_backend),
9314         (ev_document_factory_get_mime_types),
9315         (ev_document_factory_get_all_mime_types):
9316         * backend/ev-document-factory.h:
9317         * shell/Makefile.am:
9318         * shell/ev-document-types.c: (get_document_from_uri),
9319         (ev_document_types_get_document),
9320         (file_filter_add_mime_list_and_free),
9321         (ev_document_types_add_filters):
9322         * shell/ev-document-types.h:
9323         * shell/ev-job-xfer.c: (ev_job_xfer_run):
9324         * shell/ev-properties-dialog.c:
9325         (ev_properties_dialog_set_document):
9326         * shell/ev-window.c: (ev_window_cmd_file_open),
9327         (ev_window_cmd_save_as):
9328         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9329
9330         Rework document types managing to avoid code duplication
9331         and actually abstract from backend implementations.
9332         Also provide a minimal factory api that can be used by
9333         thumbnailer/properties.
9334
9335 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9336
9337         * properties/ev-properties-view.c: (ev_properties_view_set_info):
9338         Plug a mem leak.
9339         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
9340         HIG spacings.
9341
9342 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9343
9344         * shell/ev-properties-dialog.c
9345         (ev_properties_dialog_set_document): only call
9346         ev_properties_fonts_set_document() if the document implements the
9347         fonts interface
9348
9349 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9350
9351         * configure.ac:
9352         * properties/Makefile.am:
9353         * properties/ev-properties-view.c:
9354         (ev_properties_view_register_type):
9355         * properties/ev-properties-view.h:
9356         * properties/ev-properties-main.h:
9357
9358         Implement nautilus plugin for properties.
9359         Works only for pdf atm, I need to rework the
9360         document types stuff to get this to work
9361         for all backends...
9362
9363 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9364
9365         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
9366         (ev_properties_fonts_set_document): use
9367         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
9368
9369 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9370
9371         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
9372         them
9373         (PlaceImage, tiff2ps_process_page): use
9374         g_ascii_dtostr to convert floats to strings in a locale-safe way.
9375
9376
9377 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9378
9379         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
9380         (main): to call gnome_authentication_manager_init. Should fix
9381         Bug #308510
9382
9383         * configure.ac: that requires libgnomeui 2.6.0.
9384
9385 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9386
9387         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9388         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
9389         use the new tiff2ps interfaces
9390
9391         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
9392         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
9393
9394         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
9395         structure instead of global variables.  Remove use of static
9396         variables in functions.
9397
9398 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
9399
9400         * shell/ev-page-action.c: unref the completion after setting it to the
9401         entry
9402
9403 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9404
9405         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
9406         postscript files
9407
9408 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9409
9410         * shell/ev-window.c (update_action_sensitivity): disable
9411         File->Print if the document does not implement the ps exporter
9412         interface
9413
9414 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
9415
9416         * Makefile.am:
9417         * configure.ac:
9418         * data/evince-properties.glade:
9419         * properties/.cvsignore:
9420         * properties/Makefile.am:
9421         * properties/ev-properties-view.c: (ev_properties_view_dispose),
9422         (ev_properties_view_class_init), (ev_properties_view_format_date),
9423         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
9424         (ev_properties_view_init), (ev_properties_view_new):
9425         * properties/ev-properties-view.h:
9426         * shell/Makefile.am:
9427         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
9428         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
9429         (ev_properties_dialog_new):
9430         * shell/ev-properties-dialog.h:
9431         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
9432         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
9433         (update_progress_label), (job_fonts_finished_cb),
9434         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
9435         * shell/ev-properties-fonts.h:
9436         * shell/ev-properties.c:
9437         * shell/ev-properties.h:
9438         * shell/ev-window.c: (ev_window_setup_document),
9439         (ev_window_cmd_file_properties):
9440
9441         Split the properties pages in two different objects, depend
9442         only on the backend where possible, use widgets instead
9443         of gobject for the glade part, reimplement the dialog
9444         itself with gtk.
9445         I need this to implement nautilus properties page.
9446
9447 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
9448
9449         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9450         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
9451         (tiff_document_document_ps_exporter_iface_init): implement the ps
9452         exporter interface for tiff documents
9453
9454         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
9455         libtiff to implement TIFF postscript export
9456
9457         * tiff/tiff2ps.h: added a header file for external tiff2ps
9458         functions.
9459
9460         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
9461         tiff2ps.h
9462
9463 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9464
9465         * shell/ev-view.c: (scroll_to_current_page),
9466         (ev_view_set_fullscreen), (ev_view_set_presentation):
9467         
9468         Scroll to current page when exit from presentation
9469
9470 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9471
9472         * shell/ev-window.c: (update_document_mode),
9473         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9474         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
9475         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
9476         
9477         Exit from fullscreen mode when switch to presentation. Fix for
9478         bug 309365
9479
9480 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
9481
9482         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
9483         return NULL if the document does not implement the selection
9484         interface.
9485
9486 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
9487
9488         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
9489         reported height by using the resolution aspect ratio
9490         (tiff_document_render_pixbuf): scale the pixbuf using the
9491         resolution aspect ratio
9492
9493 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9494
9495         * configure.ac:
9496         
9497         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
9498         <kiltedaco@gmail.com>
9499         
9500         * djvu/djvu-document.c: (djvu_document_get_orientation),
9501         (djvu_document_set_orientation), (djvu_document_get_page_size),
9502         (rotate_pixbuf), (djvu_document_render_pixbuf),
9503         (djvu_document_document_iface_init):
9504         * dvi/dvi-document.c: (dvi_document_get_orientation),
9505         (dvi_document_set_orientation), (dvi_document_get_page_size),
9506         (rotate_pixbuf), (dvi_document_render_pixbuf),
9507         (dvi_document_document_iface_init):
9508         
9509         Dvi and djvu backends are ported to new API
9510
9511 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
9512
9513         * backend/ev-selection.c: (ev_selection_get_selection_region),
9514         (ev_selection_get_selection_map):
9515         * backend/ev-selection.h:
9516         * pdf/ev-poppler.cc:
9517         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9518         * shell/ev-jobs.h:
9519         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
9520         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
9521         (ev_pixbuf_cache_get_text_mapping):
9522         * shell/ev-pixbuf-cache.h:
9523         * shell/ev-view.c: (location_in_text),
9524         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
9525         support to EvView.  Now we can see where we can select!  Sweet!
9526
9527 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
9528
9529         * shell/ev-view.c (ev_view_button_press_event): Fix
9530         event->y + view->scroll_x typo.
9531
9532 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
9533
9534         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
9535         sub-GdkPixbuf instead of passing dest_x and dest_y.
9536         
9537         * shell/ev-view.c: (view_point_to_doc_point),
9538         (view_rect_to_doc_rect), (ev_view_button_press_event),
9539         (ev_view_motion_notify_event), (compute_new_selection_rect),
9540         (gdk_rectangle_point_in), (compute_new_selection_text),
9541         (compute_selections): Update selection code to keep the selection
9542         around as two points and not as a normalized rectangle, and fix
9543         page level selection in two-column mode.
9544
9545 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
9546
9547         * shell/ev-window.c: (window_configure_event_cb): 
9548         
9549         Fix compilation
9550         
9551 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
9552
9553         * pdf/ev-poppler.cc:
9554
9555         Fix compilation
9556
9557 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
9558
9559         * shell/Makefile.am:
9560         * shell/ev-metadata-manager.c: (item_free),
9561         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
9562         (parse_value), (parseItem), (load_values),
9563         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
9564         (save_values), (save_item), (get_oldest), (resize_items),
9565         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
9566         * shell/ev-metadata-manager.h:
9567
9568         Metadata manager from gedit but modified to use GValue, so that
9569         we dont need to keep converting from strings.
9570
9571         * configure.ac:
9572
9573         ENABLE_METADATA conditional, on when dbus is on
9574
9575         * shell/ev-application.c: (ev_application_open_uri):
9576
9577         Show the window after load so that we can initialize
9578         window size before it's showed.
9579
9580         * shell/ev-window.c: (ev_window_setup_from_metadata),
9581         (ev_window_open_uri), (window_configure_event_cb),
9582         (ev_window_init):
9583
9584         Save and load metadata information about window size.
9585         Not yet keeping states in account.
9586
9587         * shell/main.c: (main):
9588
9589         Shutdown metadata manager.
9590
9591 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9592
9593         * shell/ev-application-service.xml:
9594         * configure.ac:
9595         * shell/Makefile.am:
9596         * shell/ev-application.c:
9597         * shell/ev-application.h:
9598         * shell/ev-window.c:
9599         * shell/ev-window.h:
9600         * shell/main.c:
9601
9602         Add an optional dbus interface (--enable-dbus).
9603         Rework application code, mainly to be easier to
9604         use "remotely".
9605         Do not open multiple windows with the same document,
9606         spatial evince!
9607
9608 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
9609
9610         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
9611         pixbuf iff it exists.
9612
9613 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
9614
9615         * shell/*:
9616         * backend/ev-render-context.[ch]:
9617         * backend/ev-selection.[ch]:
9618
9619         Massive changes.  We now support text selection of pdfs, and not
9620         just rectangular selection.  This is pretty broken still, but I
9621         want to get something into CVS.
9622
9623 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9624
9625         * pdf/ev-poppler.cc:
9626         
9627         Fix for Bug 309080: crash on window close.
9628         
9629         * shell/ev-page-action.c: (page_changed_cb):
9630         
9631         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
9632         jensgr@gmx.net (Jens Granseuer).
9633
9634 2005-06-25  Marcel Telka  <marcel@telka.sk>
9635
9636         * configure.in (ALL_LINGUAS): Added sk.
9637
9638 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
9639
9640         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
9641         not a document open
9642
9643 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9644
9645         * NEWS:
9646         * configure.ac:
9647
9648         Release 0.3.2
9649
9650         * cut-n-paste/recent-files/Makefile.am:
9651
9652         Fix make distcheck
9653
9654 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9655
9656         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
9657         (pixbuf_document_set_orientation), (rotate_pixbuf),
9658         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
9659         (pixbuf_document_document_iface_init), (pixbuf_document_init):
9660
9661         Implement rotation and cleanup the code a bit.
9662
9663         * tiff/tiff-document.c: (tiff_document_get_page_size),
9664         (tiff_document_get_orientation), (tiff_document_set_orientation),
9665         (rotate_pixbuf), (tiff_document_render_pixbuf),
9666         (tiff_document_document_iface_init), (tiff_document_init):
9667
9668         Implement rotation. Was the quicker solution for the release
9669         but we really need to share this code in the shell.
9670
9671 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9672
9673         * pdf/ev-poppler.cc:
9674
9675         Enable rotation, require poppler cvs. Fix a leak.
9676
9677 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9678
9679         * shell/ev-window.c: (update_action_sensitivity):
9680         
9681         Make properties unsensitive if document backend doesn't provide
9682         any info
9683
9684 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9685
9686         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
9687         (bitmap_flip_horizontally), (bitmap_flip_vertically),
9688         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
9689         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
9690         (bitmap_flip_rotate_counter_clockwise):
9691         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
9692         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
9693         (buff_gets):
9694         * dvi/mdvi-lib/common.h:
9695         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
9696         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
9697         (opendvi), (mdvi_reload), (mdvi_init_context),
9698         (mdvi_destroy_context), (mdvi_dopage), (special):
9699         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
9700         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
9701         (file_hash_free), (register_encoding), (parse_spec),
9702         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
9703         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
9704         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
9705         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
9706         (mdvi_register_font_type), (mdvi_unregister_font_type),
9707         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
9708         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
9709         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
9710         (mdvi_hash_destroy_key), (mdvi_hash_reset):
9711         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
9712         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
9713         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
9714         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
9715         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
9716         * dvi/mdvi-lib/special.c: (mdvi_register_special),
9717         (mdvi_unregister_special), (mdvi_flush_specials):
9718         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
9719         (t1_font_remove):
9720         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
9721         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
9722         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
9723         (free_font_metrics), (flush_font_metrics):
9724         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
9725         (tt_font_remove):
9726         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
9727         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
9728         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
9729         (dstring_insert), (dstring_new), (dstring_reset):
9730         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
9731         
9732         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
9733         avoid conflict with libtool on FC4
9734         
9735         * shell/ev-window.c: (ev_window_cmd_help_about):
9736         
9737         Update copyright year. Fix for bug 308828.
9738
9739 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9740
9741         * shell/ev-view.c: (add_scroll_binding_keypad),
9742         (ev_view_binding_activated), (ev_view_class_init),
9743         (on_adjustment_value_changed):
9744         
9745         Bug 170874: Arrow keys switch pages in presentation mode
9746
9747 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9748
9749         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
9750         
9751         Fix for Bug 308265: Sidebar dissappears coming out of 
9752         Presentation mode
9753
9754 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9755
9756         * shell/ev-application.c: (ev_application_open):
9757         * shell/ev-document-types.c: (ev_document_types_add_filters),
9758         (ev_document_types_add_filters_for_type):
9759         * shell/ev-document-types.h:
9760         * shell/ev-window.c: (ev_window_cmd_save_as):
9761         
9762         Suggest basename as template when saving, provide filters
9763         for save dialog. It's bug 308402
9764
9765 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9766
9767         * pdf/ev-poppler.cc:
9768         * shell/ev-sidebar-links.c: (job_finished_callback):
9769         * shell/ev-view.c: (update_find_status_message):
9770         
9771         Some leaks fixed
9772
9773 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
9774
9775         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9776         (egg_recent_view_uimanager_set_list):
9777
9778         Fix buglet in !show_numbers case.
9779
9780 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
9781
9782         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9783         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
9784
9785         Use pango ellipsisation.
9786
9787         * pdf/ev-poppler.cc:
9788
9789         Fix refcount leak, from nsh.
9790
9791 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9792
9793         * cut-n-paste/recent-files/Makefile.am:
9794         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9795         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9796         
9797         Removed EggRecentViewGtk
9798         
9799         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9800         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
9801         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
9802         (ev_window_setup_recent):
9803         
9804         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
9805         with other projects
9806
9807 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9808
9809         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9810         (egg_recent_view_gtk_finalize):
9811
9812         Fix memory leak
9813
9814         * cut-n-paste/toolbar-editor/Makefile.am:
9815         
9816         Fix location of cursor icon.
9817         
9818         * pdf/ev-poppler.cc:
9819         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
9820         (display_completion_text), (match_completion):
9821         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9822         (selection_changed_callback), (create_loading_model),
9823         (print_section_cb), (links_page_num_func),
9824         (update_page_callback_foreach):
9825         * shell/ev-window.c: (ev_window_dispose):
9826         
9827         Small memory fixes. Links model now store objects instead
9828         of pointers to improve memory management. 
9829
9830 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9831
9832         * shell/ev-window.c: (zoom_control_changed_cb):
9833         
9834         Fix update of zoom control (bug 308268).
9835
9836 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
9837
9838         * shell/ev-properties.c (set_property): escape the text correctly.
9839         Handles non-UTF-8 properties and escaped properties.  Also, sets
9840         the text to "<i>None</i>" if the property isn't set.
9841
9842         * data/evince-properties.glade: Change the label to be ellipsized,
9843         and give it a minimum size.
9844
9845 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9846
9847         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
9848         * shell/ev-sidebar-links.c: (create_loading_model):
9849         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
9850         * shell/ev-view.c: (ev_view_set_document):
9851         * shell/ev-window.c: (ev_window_dispose):
9852         
9853         Various small fixes, mostly memory leaks. Thanks to valgrind.
9854
9855 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
9856
9857         * ps/ps-document.c: remove the locale.h include again ;-). And
9858         kill the (bogus) setlocale/savelocale business.
9859
9860 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
9861
9862         * ps/ps-document.c:
9863         
9864         Include locale.h to fix build
9865         
9866         * shell/ev-sidebar.c:
9867         
9868         Remove unnecessary includes
9869
9870 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9871
9872         * dvi/dvi-document.c: (dvi_document_load):
9873         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
9874         * po/POTFILES.in:
9875         
9876         Check for incorrect dvi files. Fix parsing dvi on AMD64
9877         platform. Thanks to tester@tester.ca (Olivier Crete).
9878
9879 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9880
9881         * shell/ev-page-action.c: (match_selected_cb),
9882         (display_completion_text), (match_completion), (update_model):
9883         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9884         (expand_open_links):
9885         * shell/ev-sidebar.c: (ev_sidebar_destroy),
9886         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
9887         (ev_sidebar_set_document):
9888         * shell/ev-window.c: (ev_window_xfer_job_cb),
9889         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
9890         
9891         Fixed lot's of memory leaks, for example, memory leak on reload, 
9892         described in bug 307793.
9893
9894 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9895
9896         * pdf/ev-poppler.cc:
9897         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
9898         (update_visible_range), (adjustment_changed_cb),
9899         (ev_sidebar_thumbnails_fill_model),
9900         (ev_sidebar_thumbnails_refresh),
9901         (ev_sidebar_tree_selection_changed),
9902         (ev_sidebar_icon_selection_changed),
9903         (ev_sidebar_thumbnails_use_icon_view),
9904         (ev_sidebar_thumbnails_set_document):
9905         * shell/ev-sidebar-thumbnails.h:
9906         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9907         (ev_window_cmd_edit_rotate_right), (ev_window_init):
9908
9909         Refresh thumbnails when changing orientation. Not fully
9910         working yet becuase of a sidebar bug.
9911
9912         Set page orientation to poppler page everywhere. This sucks
9913         really need to fix poppler.
9914
9915 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9916
9917         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9918         (egg_recent_view_gtk_new_menu_item),
9919         (egg_recent_view_gtk_set_property),
9920         (egg_recent_view_gtk_get_property),
9921         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
9922         (egg_recent_view_gtk_set_tooltip_func),
9923         (egg_recent_view_gtk_set_label_width),
9924         (egg_recent_view_gtk_get_label_width):
9925         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9926
9927         Sync with libegg (ellipsize labels)
9928
9929 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9930
9931         * data/evince-ui.xml:
9932         * shell/ev-window.c: (ev_window_cmd_go_forward),
9933         (ev_window_cmd_go_backward):
9934         
9935         Shift + PageUp moves 10 Pages. Fix for 306125
9936
9937 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9938
9939         * pdf/ev-poppler.cc:
9940
9941         Add a flag to check if orientation has been overriden
9942
9943 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
9944
9945         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
9946         field if necessary.
9947
9948         * ps/ps.h: add creator field to document.
9949
9950         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
9951         set creator field.
9952
9953 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9954
9955         * data/evince-properties.glade:
9956         * shell/ev-properties.c: (ev_properties_set_document):
9957
9958         s/PDF Version/Format
9959
9960 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9961
9962         * shell/ev-properties.c: (ev_properties_set_document):
9963
9964         Remove unnecessary translations
9965
9966 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9967
9968         * cut-n-paste/toolbar-editor/Makefile.am:
9969
9970         Correct library name    
9971
9972 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9973
9974         * configure.ac:
9975         * cut-n-paste/recent-files/egg-recent-model.c:
9976         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
9977         (egg_recent_model_unlock_file):
9978         * cut-n-paste/recent-files/egg-recent-util.c:
9979         (egg_recent_util_get_unique_id):
9980         * cut-n-paste/recent-files/update-from-egg.sh:
9981         * cut-n-paste/toolbar-editor/Makefile.am:
9982         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9983         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9984         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9985         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9986         (egg_toolbars_model_get_type):
9987         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
9988
9989         Better makefile for toolbar editor and update everything
9990         to latest libegg.
9991
9992 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9993
9994         * shell/ev-window.c: (update_document_mode):
9995
9996         Prefer presentation mode when the document
9997         require fullscreen.
9998
9999 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10000
10001         * data/evince-ui.xml:
10002         * shell/ev-window.c:
10003
10004         Add control-equal for zooming
10005
10006 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
10007
10008         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
10009
10010 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
10011
10012         * backend/ev-document.c: (ev_document_get_orientation):
10013         * backend/ev-document.h:
10014         * pdf/ev-poppler.cc:
10015         * ps/ps-document.c: (ps_document_get_orientation),
10016         (ps_document_set_orientation), (ps_document_document_iface_init):
10017
10018         Add a get_orientation api. Improve set_orientation.
10019
10020         * data/evince-ui.xml:
10021         * shell/ev-view.c: (ev_view_set_orientation),
10022         (ev_view_rotate_right), (ev_view_rotate_left):
10023         * shell/ev-view.h:
10024         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
10025         (ev_window_cmd_edit_rotate_right):
10026
10027         Better ui for changing document orientation
10028
10029 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10030
10031         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
10032         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
10033         * shell/ev-sidebar-links.h:
10034         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
10035         (ev_sidebar_page_iface_init):
10036         * shell/ev-sidebar-page.h:
10037         * shell/ev-sidebar-thumbnails.c:
10038         (ev_sidebar_thumbnails_get_property),
10039         (ev_sidebar_thumbnails_class_init),
10040         (ev_sidebar_thumbnails_set_document):
10041         * shell/ev-sidebar-thumbnails.h:
10042         * shell/ev-view.c: (ev_view_motion_notify_event):
10043         * shell/ev-window.c: (update_chrome_visibility),
10044         (ev_window_cmd_focus_page_selector),
10045         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
10046         (sidebar_page_main_widget_update_cb), (ev_window_init):
10047         
10048         Autoraise toolbar on GoToPage binding and fix bindings in
10049         EvSidebarThumbnails page.
10050
10051 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
10052
10053         * shell/ev-properties.c: (update_progress_label):
10054
10055         Hide the progress label when finished; bug #307697.
10056
10057 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10058
10059         * pdf/ev-poppler.cc:
10060
10061         Enable is_open for links, you will need poppler cvs
10062
10063         * shell/ev-properties.c: (job_fonts_finished_cb):
10064
10065         Get a lock on the document when filling the tree view
10066
10067 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10068
10069         * backend/ev-document-links.h:
10070         * pdf/ev-poppler.cc:
10071         * shell/ev-sidebar-links.c: (create_loading_model),
10072         (expand_open_links), (job_finished_callback):
10073
10074         Expand links when specified by the document.
10075         Depend on a poppler api (defined out for now)
10076
10077 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10078
10079         * shell/ev-properties.c: (ev_properties_dispose),
10080         (ev_properties_class_init), (dialog_destroy_cb),
10081         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
10082         (ev_properties_set_document), (ev_properties_new),
10083         (ev_properties_show):
10084         * shell/ev-properties.h:
10085
10086         Make it an object, cleanup the code, api to show it as transient
10087         and to set the document.
10088
10089         * shell/ev-window.c: (ev_window_setup_document),
10090         (ev_window_cmd_file_properties):
10091
10092         Adapt to EvProperties changes, do not show multiple
10093         times, update it when document changes.
10094
10095 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10096
10097         * ps/gstypes.h:
10098         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
10099         (ps_document_set_orientation), (ps_document_document_iface_init):
10100         * ps/ps-document.h:
10101
10102         Implement orientation here too
10103
10104         * shell/ev-properties.c: (ev_properties_new):
10105         * data/evince-properties.glade:
10106
10107         Hide the fonts page for backends that doesnt
10108         support it.     
10109
10110 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10111
10112         * backend/ev-document.c: (ev_document_set_orientation):
10113         * backend/ev-document.h:
10114         * pdf/ev-poppler.cc:
10115
10116         Add orientation api. Currently poppler api is not optimal,
10117         we need to set orientation every time we _get a page.
10118         I will try to fix that at some point.
10119
10120         * data/evince-ui.xml:
10121         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
10122         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
10123
10124         Add orientation menu items
10125
10126         * shell/ev-page-cache.c: (ev_page_cache_clear):
10127         * shell/ev-page-cache.h:
10128
10129         Add api to clear the cache
10130
10131         * shell/ev-view.c: (setup_caches), (clear_caches),
10132         (ev_view_set_document), (ev_view_zoom_out),
10133         (ev_view_set_orientation):
10134         * shell/ev-view.h:
10135
10136         Implement orientation changing
10137
10138 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
10139
10140         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
10141         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
10142         * backend/ev-document-fonts.h:
10143
10144         Separate scan and fill so that we can incrementally fill from
10145         the main thread. Add a progress api.
10146
10147         * data/evince-properties.glade:
10148         * pdf/ev-poppler.cc:
10149         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
10150         * shell/ev-jobs.h:
10151         * shell/ev-properties.c: (update_progress_label),
10152         (job_fonts_finished_cb), (setup_fonts_view):
10153
10154         Incrementally feel the list and show the progress
10155         percentage in a label like acrobat does.
10156
10157         You are going to need poppler cvs
10158
10159 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
10160
10161         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
10162         * backend/ev-document-fonts.h:
10163         * pdf/ev-poppler.cc:
10164
10165         Make fonts model fill incrementally.
10166
10167         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
10168         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
10169         (ev_job_queue_remove_job):
10170         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
10171         (ev_job_fonts_new), (ev_job_fonts_run):
10172         * shell/ev-jobs.h:
10173
10174         New job for fonts scanning
10175
10176         * shell/ev-properties.c: (job_fonts_finished_cb),
10177         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
10178         * shell/ev-properties.h:
10179         * shell/ev-window.c: (ev_window_cmd_file_properties):
10180
10181         Incrementally feel the treeview using the new job. Show Loading...
10182         message until scanning is completed.
10183
10184         Hopefully I didnt break the build without the poppler patch.
10185
10186 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10187
10188         * shell/ev-application.c: (ev_application_open):
10189         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
10190         (ev_document_type_get_type), (ev_document_type_lookup):
10191         * shell/ev-document-types.h:
10192         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
10193         * shell/ev-job-xfer.h:
10194         * shell/ev-window.c: (ev_window_clear_local_uri),
10195         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
10196         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
10197         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10198         
10199         Transfer remote documents to tmp directory to display them later.
10200
10201 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
10202
10203         * backend/ev-document-info.h:
10204         * shell/ev-properties.c: (ev_properties_new):
10205
10206         s/GTime*/GTime. Not sure why we was using a pointer
10207         at all there!
10208
10209 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
10210
10211         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
10212         situations.  That situation is that you're using GTK+-HEAD with
10213         the patch at #306726 is applied, and you have a document with <
10214         1500 pages in it.  It's not quite as uniformly nice as the
10215         TreeView, but should be better in the long run.
10216
10217         I'm pretty sure I guarded against breaking compilation with
10218         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
10219         I missed some.
10220
10221         * shell/ev-window.c (ev_window_init): We don't have our tree/list
10222         widget yet, so I commented that code out
10223         enable_view_actions_for_widget() for now.  Need to figure this
10224         out.
10225
10226         * shell/ev-page-action.c (match_selected_cb): emit the right
10227         signals.  Our cool C-l completion now works.
10228
10229 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10230
10231         * backend/Makefile.am:
10232         * backend/ev-document-fonts.c:
10233         * backend/ev-document-links.c:
10234         * backend/ev-document.c: (ev_document_load):
10235         * backend/ev-document.h:
10236         * backend/ev-job-queue.c:
10237         * backend/ev-job-queue.h:
10238         * backend/ev-jobs.c:
10239         * backend/ev-jobs.h:
10240         * backend/ev-page-cache.c:
10241         * backend/ev-page-cache.h:
10242
10243         EvPageCache and EvJobs are moved to shell.
10244
10245         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
10246         (ev_tmp_filename):
10247         * lib/ev-file-helpers.h:
10248         
10249         New helper to work with temporary files
10250         
10251         * shell/Makefile.am:
10252         * shell/ev-application.c: (ev_application_open):
10253         * shell/ev-application.h:
10254         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
10255         (remove_job_from_async_queue), (add_job_to_async_queue),
10256         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
10257         (handle_job), (search_for_jobs_unlocked),
10258         (no_jobs_available_unlocked), (ev_render_thread),
10259         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10260         (ev_job_queue_add_job), (move_job_async), (move_job),
10261         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10262         * shell/ev-job-queue.h:
10263         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
10264         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
10265         * shell/ev-job-xfer.h:
10266         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
10267         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
10268         (ev_job_links_class_init), (ev_job_render_init),
10269         (ev_job_render_dispose), (ev_job_render_class_init),
10270         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
10271         (ev_job_thumbnail_class_init), (ev_job_load_init),
10272         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
10273         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
10274         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
10275         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
10276         * shell/ev-jobs.h:
10277         * shell/ev-page-action.c: (ev_page_action_set_document):
10278         * shell/ev-page-cache.c: (ev_page_cache_init),
10279         (ev_page_cache_class_init), (ev_page_cache_finalize),
10280         (ev_page_cache_new), (ev_page_cache_get_n_pages),
10281         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
10282         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
10283         (ev_page_cache_get_title), (ev_page_cache_get_size),
10284         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
10285         (ev_page_cache_get_height_to_page),
10286         (ev_page_cache_get_max_label_chars),
10287         (ev_page_cache_get_page_label),
10288         (ev_page_cache_has_nonnumeric_page_labels),
10289         (ev_page_cache_get_info), (ev_page_cache_next_page),
10290         (ev_page_cache_prev_page), (ev_page_cache_get):
10291         * shell/ev-page-cache.h:
10292         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
10293         (ev_pixbuf_cache_clear_job_sizes),
10294         (ev_pixbuf_cache_add_jobs_if_needed),
10295         (ev_pixbuf_cache_set_page_range):
10296         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
10297         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
10298         * shell/ev-sidebar-thumbnails.c:
10299         (ev_sidebar_tree_selection_changed),
10300         (ev_sidebar_thumbnails_set_document):
10301         * shell/ev-statusbar.c: (ev_statusbar_destroy),
10302         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
10303         (ev_statusbar_get_context_id), (ev_statusbar_push),
10304         (ev_statusbar_pop), (ev_statusbar_set_maximized),
10305         (ev_statusbar_pulse), (ev_statusbar_show_progress),
10306         (ev_statusbar_set_progress):
10307         * shell/ev-statusbar.h:
10308         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
10309         (ev_view_find_previous):
10310         * shell/ev-window.c: (ev_window_is_empty),
10311         (ev_window_setup_document), (password_dialog_response),
10312         (ev_window_clear_jobs), (ev_window_load_job_cb),
10313         (ev_window_xfer_job_cb), (ev_window_open_uri),
10314         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
10315         (ev_window_print), (ev_window_print_range),
10316         (ev_window_state_event), (ev_window_cmd_view_reload),
10317         (menu_item_select_cb), (menu_item_deselect_cb),
10318         (view_status_changed_cb), (ev_window_dispose),
10319         (drag_data_received_cb), (ev_window_init):
10320         * shell/ev-window.h:
10321         * shell/main.c: (load_files):
10322         
10323         New statusbar to show progress on idle. Two new jobs - 
10324         xfer job and load job to load document in background. And update
10325         of page_cache clients to new location of code.
10326
10327 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
10328
10329         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
10330         selection in open dialog. It also remembers the last visited directory 
10331         in the current session.
10332
10333 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10334
10335         * shell/ev-properties.c: (ev_properties_new):
10336         * shell/ev-properties.h:
10337         * shell/ev-window.c: (ev_window_cmd_file_properties):
10338         
10339         Get document info from page cache instead of document itself.
10340         This should fix crash related to race conditions described in
10341         bug 306545.
10342
10343 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10344
10345         * ps/ps-document.c: (ps_document_init),
10346         (send_ps), (get_page_box), (output), (catchPipe), (input),
10347         (stop_interpreter), (file_length), (file_readable),
10348         (check_filecompressedb), (ps_document_enable_interpreter),
10349         (document_load), (ps_async_renderer_render_pixbuf):
10350         * ps/ps-document.h:
10351
10352         Big cleanup of the ps code
10353
10354 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10355
10356         * backend/Makefile.am:
10357         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
10358         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
10359         * backend/ev-async-renderer.h:
10360
10361         Add an async renderer interface (method + callback) which
10362         is useful for backends like ps.
10363
10364         * backend/ev-job-queue.c: (remove_job_from_async_queue),
10365         (add_job_to_async_queue), (job_finished_cb), (handle_job),
10366         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10367         (ev_job_queue_add_job), (move_job_async), (move_job),
10368         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10369
10370         Add queues for async renderer, these are executed on the
10371         main thread.
10372
10373         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
10374         (ev_job_render_run):
10375         * backend/ev-jobs.h:
10376
10377         If the backend support async renderer interface use it.
10378
10379         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
10380         (setup_pixmap), (ps_document_get_type),
10381         (ps_async_renderer_render_pixbuf),
10382         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
10383
10384         Implement async renderer interface.
10385
10386 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10387
10388         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
10389
10390         Cleanup links job on exit.
10391
10392 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10393
10394         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10395         (drag_data_get_cb), (drag_data_received_cb):
10396         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10397         (drag_data_get_cb), (parse_item_list),
10398         (egg_toolbar_editor_load_actions):
10399         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10400         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
10401         (parse_item_list), (parse_toolbars):
10402         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
10403         (dvi_pixbuf_put_pixel):
10404         
10405         Fix gcc 4.0 warnings
10406
10407 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10408
10409         * ps/ps-document.c: (start_interpreter):
10410
10411         Fix warning when loading ps
10412
10413 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10414
10415         * ps/ps-document.c: (output):
10416
10417         Fix crash when priting gs error messages.
10418
10419 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10420
10421         * backend/ev-page-cache.c: (_ev_page_cache_new):
10422         * backend/ev-page-cache.h:
10423
10424         Use a const to return title so that we dont double
10425         free it. Small cleanup and fix a leak.
10426
10427         * shell/ev-window.c: (update_window_title):
10428
10429         strdup value from get_title.
10430
10431 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10432
10433         * shell/ev-sidebar-links.c: (job_finished_callback),
10434         (ev_sidebar_links_set_document):
10435
10436         Cleanup the old job when changing document
10437
10438 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10439
10440         * shell/ev-stock-icons.c:
10441         * shell/ev-stock-icons.h:
10442         * shell/ev-window.c:
10443         
10444         Add stock icons for actions that can appear in toolbar. Fix for
10445         bug 306566.
10446
10447 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10448
10449         * backend/ev-page-cache.c: (ev_page_cache_finalize),
10450         (_ev_page_cache_new), (ev_page_cache_get_max_width),
10451         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
10452         * backend/ev-page-cache.h:
10453         * shell/ev-view.c: (scroll_to_current_page),
10454         (view_update_range_and_current_page), (get_page_y_offset),
10455         (get_page_extents), (ev_view_size_request_continuous_dual_page),
10456         (ev_view_size_request_continuous),
10457         (ev_view_zoom_for_size_continuous_and_dual_page),
10458         (ev_view_zoom_for_size_continuous):
10459         
10460         More compact EvView layout in document with pages of different size.
10461
10462 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
10463
10464         * shell/ev-window.c (ev_window_cmd_file_properties): fix
10465         compilation.
10466
10467 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10468
10469         * shell/ev-view.c: (view_set_adjustment_values):
10470         * shell/ev-window.c: (ev_window_cmd_file_properties):
10471         
10472         A bit different fix for rounding problem but it has no
10473         problems on startup. Make properties window transient to parent.
10474
10475 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10476
10477         * pdf/ev-poppler.cc:
10478         
10479         More commenting of font stuff.
10480
10481 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10482
10483         * pdf/ev-poppler.cc:
10484
10485         Comment out some more fonts stuff. Should really
10486         work without the poppler patch now.
10487
10488 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10489
10490         * pdf/ev-poppler.cc:
10491
10492         Adapt to api change
10493
10494 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10495
10496         * data/evince-properties.glade:
10497         * pdf/ev-poppler.cc:
10498         * shell/ev-properties.c: (setup_fonts_view):
10499
10500         Set the column title. Show the dialog only
10501         once everything is setup.
10502         Getting font info can be very slow... will
10503         prolly need to make this threaded too.
10504
10505 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10506
10507         * backend/Makefile.am:
10508         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
10509         (ev_document_fonts_get_fonts_model):
10510         * backend/ev-document-fonts.h:
10511         * data/evince-properties.glade:
10512         * pdf/ev-poppler.cc:
10513         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
10514         * shell/ev-properties.h:
10515         * shell/ev-window.c: (ev_window_cmd_file_properties):
10516
10517         Implement fonts list. Defined out for now, since it depends
10518         on a not yet committed poppler patch.
10519
10520 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
10521
10522         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
10523         page + 1.
10524
10525         * shell/ev-window.c: Make sure we add the timeout when we get a
10526         focus-in event.
10527
10528         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
10529         adjustment->value before calculating the zoom factor to average
10530         out all of our rounding errors.  The page no longer 'drifts' when
10531         resizing.
10532
10533 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10534
10535         * data/evince-properties.glade:
10536         * shell/ev-properties.c: (ev_properties_format_date),
10537         (set_property):
10538         
10539         Labels don't expand when the dialogue is resized.
10540         strftime result needs to be converted to UTF-8. Thanks
10541         to Christian Persch <chpe@gnome.org>.
10542
10543 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10544
10545         * data/evince-properties.glade:
10546
10547         Hide the fonts tab
10548
10549 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10550
10551         * backend/ev-document-info.h:
10552         * backend/ev-document.c: (ev_document_info_free):
10553         * data/evince-properties.glade:
10554         * pdf/ev-poppler.cc:
10555         * ps/ps-document.c: (ps_document_get_info):
10556         * shell/ev-properties.c: (ev_properties_format_date),
10557         (set_property), (ev_properties_new):
10558         * shell/ev-properties.h:
10559         * shell/ev-window.c: (ev_window_cmd_file_properties):
10560
10561         Rework properties code to take only EvPropertyInfo
10562         in the constructor so that it can be useful for
10563         nautilus plugin too.
10564
10565         Deal with backends that doesnt support some properties.
10566         Make set property code generic.
10567
10568 2005-06-04  Christian Persch <chpe@gnome.org>
10569
10570         * data/evince-properties.glade:
10571
10572         fix spacings, make resizeable, and make data labels
10573         selectable + ellipsised
10574
10575 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
10576
10577         * backend/ev-document-info.h:
10578         * data/Makefile.am:
10579         * data/evince-ui.xml:
10580         * pdf/ev-poppler.cc:
10581         * shell/Makefile.am:
10582         * shell/ev-window.c: (update_action_sensitivity),
10583         (ev_window_cmd_file_properties):
10584
10585         Initial go at file properties. Patch by
10586         Emil Soleyman-Zomalan <emil@soleyman.com>.
10587         Needs love see #169583
10588
10589 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
10590
10591         * ps/ps-document.c: (output):
10592         * ps/ps.c: (psscan):
10593
10594         Try to render even if psscan fails.
10595
10596 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10597
10598         * ps/ps.c: (psscan), (pscopydoc):
10599
10600         Port buffered reading code from gv
10601
10602 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10603
10604         * ps/ps-document.c: (interpreter_message), (output):
10605
10606         Do not fail on interpreter messages
10607
10608 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10609
10610         * backend/ev-document-misc.c:
10611         (ev_document_misc_get_thumbnail_frame):
10612
10613         Pages can be 0 x 0, dont assert on this case
10614
10615 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10616
10617         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10618         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
10619
10620         Correctly manage our reference on document. Finally the reload
10621         huge leak is gone...
10622
10623 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10624
10625         * ps/ps-document.c: (ps_document_dispose):
10626
10627         Forgot to chain it to the parent. Thanks chpe.
10628
10629 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10630
10631         * ps/ps-document.c: (ps_document_dispose),
10632         (ps_document_class_init), (stop_interpreter), (document_load):
10633
10634         Cleanup dispose a bit. Dont leak the whole pixmap.
10635
10636 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10637
10638         * pdf/ev-poppler.cc:
10639
10640         Release the poppler document on dispose
10641
10642 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10643
10644         * shell/ev-view.c: (ev_view_set_document):
10645
10646         Release ref on the pixbuf cache when changing
10647         document.
10648
10649 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10650
10651         * ps/ps-document.c: (ps_document_get_info):
10652
10653         Fix a double free
10654
10655 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10656
10657         * backend/ev-page-cache.c: (ev_page_cache_init),
10658         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
10659         * backend/ev-page-cache.h:
10660         * shell/ev-page-action.c: (page_changed_cb):
10661         
10662         Set page action entry width depending on labels width. Fix
10663         for bug 305202.
10664
10665 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
10666
10667         * backend/ev-link.c: (ev_link_class_init):
10668
10669         Allow -1 as page value (error)
10670
10671 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10672
10673         * shell/ev-sidebar-thumbnails.c:
10674         (ev_sidebar_thumbnails_set_document):
10675         * shell/ev-view.c: (scroll_to_current_page),
10676         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
10677         (page_changed_cb), (on_adjustment_value_changed),
10678         (ev_view_set_document):
10679
10680         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
10681         Fix bug 305377
10682
10683 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10684
10685         * configure.ac:
10686         * djvu/djvu-document.c: (djvu_document_get_page_size):
10687
10688         Require djvulibre CVS. Now djvu loading is much faster. Fix for
10689         bug 301993.
10690
10691 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
10692
10693         * shell/ev-view.c (draw_one_page): modify the expose handling to
10694         get the shadows.
10695
10696         * shell/ev-window.c (update_action_sensitivity): Respect
10697         permissions field.  Kowtow to the man.
10698
10699         * pdf/ev-poppler.cc: Get the permissions field.
10700
10701         * tiff/*c: Make a tiny bit more robust.
10702
10703 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10704
10705         * djvu/djvu-document.c:
10706         
10707         Pop messages from djvu context message queue.
10708
10709 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10710
10711         * configure.ac, Makefile.am, shell/Makefile.am:
10712         * tiff/Makefile.am, shell/ev-document-types.c:
10713         
10714         Cleanup tiff configure checks. Fix for bug 305218.
10715
10716 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
10717
10718         * configure.ac: Added "uk" to ALL_LINGUAS.
10719
10720 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10721
10722         * cut-n-paste/zoom-control/ephy-zoom.c:
10723         (ephy_zoom_get_changed_zoom_level):
10724         * cut-n-paste/zoom-control/ephy-zoom.h:
10725         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
10726         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
10727         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
10728         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
10729         (zoom_control_changed_cb), (ev_window_init):
10730         
10731         Fix minor points related to moving best fit up. Introduce
10732         "zoom" property and make zoom control change it's value on
10733         notify::zoom signals. Fix for 305080.
10734
10735 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10736
10737         * data/evince-ui.xml:
10738         * shell/ev-window.c: (set_view_actions_sensitivity):
10739         
10740         Use + and - as accels for zoom in and zoom out. Fix for 305001.
10741
10742 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
10743
10744         * configure.ac:
10745
10746         Depends on poppler 0.3.2
10747
10748 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
10749
10750         * cut-n-paste/recent-files/egg-recent-item.c:
10751         (egg_recent_item_get_short_name):
10752         * cut-n-paste/toolbar-editor/Makefile.am:
10753         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10754         (new_pixbuf_from_widget):
10755         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10756         * cut-n-paste/toolbar-editor/egg-marshal.c:
10757         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10758         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10759
10760         Sync
10761
10762 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
10763
10764         * tiff/tiff-document.c: Rough TIFF backend.
10765
10766 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
10767
10768         * NEWS:
10769         * configure.ac:
10770         * cut-n-paste/toolbar-editor/Makefile.am:
10771
10772         Release 0.3.1
10773
10774 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
10775
10776         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
10777         (ev_view_find_next), (ev_view_find_previous):
10778
10779         Remove the locks around get_n_results   
10780
10781 2005-05-21  Juerg Billeter  <j@bitron.ch>
10782
10783         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
10784
10785         Pass correct number of pages to poppler.
10786
10787 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10788
10789         * configure.ac:
10790         * data/Makefile.am:
10791         * data/evince.desktop.in: 
10792         * data/evince.desktop.in.in:
10793         * po/POTFILES.in:
10794         
10795         Add conditionally dvi and djvu to desktop types. Fix for 304658.
10796
10797 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
10798
10799         * shell/ev-view.c: (view_update_adjustments),
10800         (view_set_adjustment_values): cast adjustmen->value to (int)
10801         before using it.  Otherwise, we get off by a pixel in some
10802         situations.
10803
10804         (draw_one_page): Draw the border on expose.
10805
10806 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
10807
10808         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
10809         adjustment when the mode changes, #304923
10810
10811 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10812
10813         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
10814         flickering on resize but still use gdk_window_scroll on
10815         scrolling
10816
10817 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
10818
10819         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
10820         option, #170458
10821
10822 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
10823
10824         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
10825         second page on page_changed if possible, #304669
10826
10827 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
10828
10829         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
10830         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
10831
10832 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
10833
10834         * .cvsignore:
10835         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
10836         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10837         (ev_view_zoom_for_size_presentation),
10838         (ev_view_zoom_for_size_continuous_and_dual_page),
10839         (ev_view_zoom_for_size_continuous),
10840         (ev_view_zoom_for_size_dual_page),
10841         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
10842         * shell/ev-view.h:
10843         * shell/ev-window.c: (update_view_size),
10844         (ev_window_sizing_mode_changed_cb):
10845
10846         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
10847         the scrollbars.  It's not 100% right, but it's much closer.  Kills
10848         an infinite loop, #304769
10849
10850
10851 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10852
10853         * data/evince-ui.xml:
10854         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
10855         * shell/ev-window.c: (set_view_actions_sensitivity):
10856
10857         Make PgUp/Down behave like Space
10858
10859 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10860
10861         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10862         * backend/ev-ps-exporter.h:
10863         * pdf/ev-poppler.cc:
10864         * ps/ps-document.c: (ps_document_ps_export_begin):
10865         * shell/ev-print-job.c: (idle_print_handler):
10866
10867         Adapt to new poppler api
10868
10869 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10870
10871         * cut-n-paste/zoom-control/ephy-zoom-control.c:
10872         (ephy_zoom_control_init):
10873
10874         Translate zoom levels
10875
10876 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10877
10878         * cut-n-paste/zoom-control/ephy-zoom.c:
10879         (ephy_zoom_get_zoom_level_index):
10880
10881         Fix current zoom -> zoom control match
10882
10883 2005-05-18  James Bowes  <bowes@cs.dal.ca>
10884
10885         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
10886         rather than the scrolled_window that it's in. Fixes bug #304655.
10887
10888 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
10889
10890         * shell/ev-view.c: (view_update_adjustments),
10891         (view_set_adjustment_values), (view_update_range_and_current_page),
10892         (view_scroll_to_page), (set_scroll_adjustment),
10893         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
10894         (ev_view_scroll), (ev_view_scroll_view),
10895         (ensure_rectangle_is_visible), (find_page_at_location),
10896         (get_link_at_location), (go_to_link), (status_message_from_link),
10897         (ev_view_size_request_continuous_dual_page),
10898         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
10899         (ev_view_unrealize), (ev_view_expose_event),
10900         (ev_view_button_press_event), (ev_view_motion_notify_event),
10901         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
10902         (draw_rubberband), (highlight_find_results), (draw_one_page),
10903         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
10904         (ev_view_init), (find_changed_cb), (page_changed_cb),
10905         (on_adjustment_value_changed), (ev_view_new),
10906         (ev_view_set_document), (ev_view_set_zoom),
10907         (ev_view_set_continuous), (ev_view_set_dual_page),
10908         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
10909         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10910         (ev_view_zoom_for_size_presentation),
10911         (ev_view_zoom_for_size_continuous_dual_page),
10912         (ev_view_zoom_for_size_continuous),
10913         (ev_view_zoom_for_size_dual_page),
10914         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
10915         (ev_view_get_status), (ev_view_set_status),
10916         (update_find_status_message), (ev_view_get_find_status),
10917         (ev_view_set_find_status), (jump_to_find_result),
10918         (jump_to_find_page), (compute_selections), (clear_selection),
10919         (ev_view_select_all), (get_selected_text), (ev_view_copy),
10920         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
10921         (ev_view_update_primary_selection),
10922         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
10923         * shell/ev-view.h:
10924         * shell/ev-window.c: (ev_window_open_page_label),
10925         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
10926         (ev_window_init):
10927         * shell/ev-window.h:
10928         * shell/main.c: (load_files):
10929
10930         Massive code clean up from Nickolay Shmyrev.  Keep page offset
10931         when resizing.  Remove the bin_window().  Also, patch from James
10932         Bowes to fix command line page, #300641
10933         
10934 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
10935
10936         * data/evince-ui.xml:
10937         * shell/ev-view.c:
10938         * shell/ev-view.h:
10939         * shell/ev-window.c: (update_action_sensitivity):
10940
10941         Get rid of View->Normal Size, it's just confusing
10942
10943 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
10944
10945         * backend/ev-document-info.h:
10946         * backend/ev-document.c: (ev_document_info_free): Free the
10947         EvDocumentInfo.
10948
10949         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
10950         (clear_range), (add_range), (update_visible_range),
10951         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
10952         (ev_sidebar_thumbnails_set_document):
10953         * shell/ev-window.c: (ev_window_setup_document): Only render the
10954         visible thumbnails.  It takes an instant to render, but it uses
10955         much less memory.
10956
10957 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10958
10959         * shell/ev-sidebar-links.c: (popup_menu_cb):
10960
10961         Select first item
10962
10963 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10964
10965         * lib/Makefile.am:
10966         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
10967         (button_press_cb), (ev_sidebar_links_construct):
10968
10969         Show the popup menu also on keybindings
10970
10971 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10972
10973         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
10974         * shell/ev-window.h:
10975
10976         Expose api to print a range (with dialog). Make private _print use
10977         it.
10978
10979         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
10980         (ev_sidebar_links_construct):
10981
10982         Show a print context menu on linkx, it prints the selected
10983         section.
10984
10985 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
10986
10987         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
10988         button.
10989
10990 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
10991
10992         * AUTHORS:
10993
10994         Update
10995
10996         * shell/ev-window.c: (build_comments_string),
10997         (ev_window_cmd_help_about):
10998
10999         Show poppler version/backend and authors
11000
11001 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
11002
11003         * cut-n-paste/zoom-control/ephy-zoom.c:
11004         (ephy_zoom_get_zoom_level_index):
11005         * cut-n-paste/zoom-control/ephy-zoom.h:
11006
11007         Move the best fit items at the top of the list
11008
11009 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
11010
11011         * shell/ev-marshal.list:
11012         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
11013         (activate_cb), (match_selected_cb), (activate_link_cb),
11014         (connect_proxy), (ev_page_action_class_init):
11015         * shell/ev-page-action.h:
11016
11017         Use signals to notify action activation. Hopefully
11018         I did not break completion since I cant test...
11019
11020         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
11021         (register_custom_actions):
11022
11023         Connect to page selector actions and also grab focus on
11024         the view when activated.
11025
11026 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
11027
11028         * pdf/ev-poppler.cc:
11029         * backend/ev-page-cache.c: make page size calculation consistent
11030         and set it to (int)( width * scale + 0.5).  This makes the weird
11031         line going through the middle of the page go away.
11032
11033         * shell/ev-view.c: move painting the background page after
11034         checking the expose area covers us.
11035
11036 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11037
11038         * data/evince-password.glade:
11039         
11040         Mark labels as not translatable. Fix for bug 302842.
11041
11042 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
11043
11044         * configure.ac: Added "es" to ALL_LINGUAS.
11045
11046 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11047
11048         * data/evince-toolbar.xml:
11049         * shell/ev-window.c: (update_action_sensitivity),
11050         (ev_window_setup_document), (ev_window_set_page_mode),
11051         (ev_window_init):
11052
11053         Remove some leftover code from jrb first continous
11054         attempt. Use the new actions, we still need good icons
11055         though...
11056
11057 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11058
11059         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
11060
11061         Update label when connecting proxy. Fix a warning with NULL
11062         page_cache.
11063
11064 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11065
11066         * data/evince-ui.xml:
11067         * shell/ev-page-action.c: (ev_page_action_grab_focus):
11068         * shell/ev-page-action.h:
11069         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
11070
11071         Add mnemonic for edit toolbar.
11072         ctrl+l focus the page entry.
11073
11074 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11075
11076         * lib/Makefile.am:
11077         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
11078         (ev_window_init):
11079         * shell/main.c: (main):
11080
11081         Put the toolbar xml in evince own dot dir
11082
11083 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11084
11085         * shell/ev-window.c: (ev_window_init):
11086
11087         Make the toolbar not removable
11088
11089 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11090
11091         * data/evince-ui.xml:
11092         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
11093         * shell/ev-sidebar-links.h:
11094         * shell/ev-sidebar-thumbnails.c:
11095         (ev_sidebar_thumbnails_get_treeview):
11096         * shell/ev-sidebar-thumbnails.h:
11097         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
11098         (ev_view_class_init):
11099         * shell/ev-view.h:
11100         * shell/ev-window.c: (update_action_sensitivity),
11101         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
11102         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
11103         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
11104         (ev_window_init):
11105
11106         This is evil... Make space/backspace global accelerators but
11107         enable them only for some widgets (sidebars and view).
11108         I dont like it, but I dont know a better way... :/
11109
11110 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11111
11112         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
11113         (ev_page_action_widget_finalize),
11114         (ev_page_action_widget_class_init), (update_page_cache):
11115
11116         Keep a weak reference on proxy->page_cache so that we
11117         dont try to disconnect the signal if the object is already
11118         gone. Maybe there is a better way to cleanup reference handling
11119         in page action though...
11120
11121 2005-05-10  Juerg Billeter  <j@bitron.ch>
11122
11123         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
11124         * backend/ev-ps-exporter.h:
11125         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
11126         * ps/ps-document.c: (ps_document_ps_export_begin):
11127         
11128         Change api to pass print range to ps_exporter_begin. The pdf backend
11129         requires this information.
11130         
11131         * shell/ev-print-job.c: (idle_print_handler):
11132         
11133         Adapt to api change
11134
11135 2005-05-10  Juerg Billeter  <j@bitron.ch>
11136
11137         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
11138         (idle_print_handler)
11139         * shell/ev-window.c: (ev_window_print):
11140
11141         Support printing page range, based on patch by Amaury Jacquot
11142
11143 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11144
11145         * data/evince-toolbar.xml:
11146
11147         Add zoom control to available items
11148
11149 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11150
11151         * shell/ev-window.c: (update_action_sensitivity):
11152
11153         Set slash action insensitive when appropriate
11154
11155 2005-05-10  Christian Persch <chpe@gnome.org>
11156
11157         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
11158
11159         Fix warning on the overflow menu
11160
11161 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11162
11163         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
11164
11165         Check for uri correctness/existence
11166
11167 2005-05-09  Juerg Billeter  <j@bitron.ch>
11168
11169         * shell/ev-window.c: (using_postscript_printer):
11170
11171         LPD printers use postscript, too
11172
11173 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11174
11175         * shell/ev-window.c: (register_custom_actions):
11176
11177         The zoom one is actually sort of useful,
11178         put it back
11179
11180 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11181
11182         * shell/ev-window.c: (register_custom_actions):
11183
11184         Hide page/zoom controls from overflow, they
11185         are useless.
11186
11187 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11188
11189         * cut-n-paste/update-from-egg.sh:
11190         
11191         Share it between all cut-n-paste subdirs
11192
11193         * cut-n-paste/recent-files/Makefile.am:
11194
11195         Fix to use "global" update-from-egg.sh
11196
11197         * cut-n-paste/recent-files/egg-recent-model.c:
11198         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
11199         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
11200         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
11201         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
11202
11203         Update from libegg
11204
11205         * cut-n-paste/toolbar-editor/Makefile.am:
11206
11207         Fix to use "global" update-from-egg.sh
11208
11209         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11210
11211         Update from libegg
11212
11213 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
11214
11215         * configure.ac:
11216         * cut-n-paste/Makefile.am:
11217         * cut-n-paste/recent-files/Makefile.am:
11218         * cut-n-paste/toolbar-editor/.cvsignore:
11219         * cut-n-paste/toolbar-editor/Makefile.am:
11220         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11221         (egg_editable_toolbar_get_type), (get_toolbar_position),
11222         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
11223         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
11224         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
11225         (set_item_drag_source), (create_item_from_action), (create_item),
11226         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
11227         (popup_toolbar_context_menu_cb), (free_dragged_item),
11228         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
11229         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
11230         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
11231         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
11232         (item_added_cb), (item_removed_cb),
11233         (egg_editable_toolbar_construct),
11234         (egg_editable_toolbar_disconnect_model),
11235         (egg_editable_toolbar_deconstruct),
11236         (egg_editable_toolbar_set_model),
11237         (egg_editable_toolbar_set_ui_manager),
11238         (egg_editable_toolbar_set_property),
11239         (egg_editable_toolbar_get_property),
11240         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
11241         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
11242         (egg_editable_toolbar_new_with_model),
11243         (egg_editable_toolbar_get_edit_mode),
11244         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
11245         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
11246         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
11247         (new_pixbuf_from_widget), (new_separator_pixbuf),
11248         (update_separator_image), (style_set_cb),
11249         (_egg_editable_toolbar_new_separator_image),
11250         (egg_editable_toolbar_get_model):
11251         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
11252         * cut-n-paste/toolbar-editor/egg-marshal.c:
11253         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11254         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
11255         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
11256         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
11257         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
11258         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
11259         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
11260         (editor_drag_data_delete_cb), (drag_data_get_cb),
11261         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
11262         (editor_create_item), (update_editor_sheet), (setup_editor),
11263         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
11264         (parse_item_list), (model_has_action), (update_actions_list),
11265         (egg_toolbar_editor_load_actions):
11266         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
11267         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11268         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
11269         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
11270         (toolbars_item_new), (free_toolbar_node), (free_item_node),
11271         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
11272         (egg_toolbars_model_add_separator), (impl_add_item),
11273         (parse_item_list), (egg_toolbars_model_add_toolbar),
11274         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
11275         (impl_get_item_data), (impl_get_item_type),
11276         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
11277         (egg_toolbars_model_init), (free_toolbar),
11278         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
11279         (egg_toolbars_model_remove_toolbar),
11280         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
11281         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
11282         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
11283         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
11284         (egg_toolbars_model_get_item_data),
11285         (egg_toolbars_model_get_item_type):
11286         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
11287         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11288         * data/Makefile.am:
11289         * data/evince-toolbar.xml:
11290         * data/evince-ui.xml:
11291         * data/hand-open.png:
11292         * po/POTFILES.in:
11293         * shell/Makefile.am:
11294         * shell/ev-window.c: (update_chrome_visibility),
11295         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
11296         (ev_window_dispose), (ev_window_init):
11297
11298         Implement epiphany like toolbar editor. Based on patch by
11299         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11300
11301 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11302
11303         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
11304
11305         Use set_cursor instead of set_selection, so that
11306         the keyboard focus moves too.
11307
11308 2005-05-09  Aleksey Kliger <akliger@gmail.com>
11309
11310         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
11311
11312         Fix infinite loop when loading Type1 fonts
11313
11314 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11315
11316         * data/evince-ui.xml:
11317         * shell/ev-window.c:
11318
11319         Slash -> Find
11320
11321 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
11322
11323         * configure.ac:
11324
11325         Make --disable really disable
11326
11327 2005-05-07  Juerg Billeter  <j@bitron.ch>
11328
11329         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
11330
11331         Compare page labels even without has_labels set, fixes setting page
11332         with entry
11333
11334 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11335
11336         * shell/ev-view.c: (ev_view_create_invisible_cursor),
11337         (ev_view_set_cursor), (ev_view_button_press_event),
11338         (ev_view_motion_notify_event), (ev_view_button_release_event),
11339         (ev_view_init):
11340
11341         Implement middle button scrolling. Based on a patch
11342         by Tommi Komulainen <tommi.komulainen@iki.fi>.
11343
11344 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
11345
11346         * shell/ev-document-types.c: (get_slow_mime_type),
11347         (get_document_type_from_mime), (ev_document_type_lookup):
11348         * shell/ev-document-types.h:
11349
11350         Change api to lookup from uri. Do fast lookup first, if the
11351         type is unknown try with data sniffing.
11352
11353         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
11354         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11355
11356         Adapt to api change
11357
11358 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11359
11360         * thumbnailer/Makefile.am:
11361
11362         Fix distcheck
11363
11364 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11365
11366         * NEWS:
11367         * configure.ac:
11368
11369         Release 0.3.0
11370
11371         * data/evince-ui.xml:
11372
11373         Hide presentation mode for now
11374
11375         * shell/ev-view.c: (highlight_find_results):
11376
11377         Show current find selection only on current page
11378
11379 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11380
11381         * shell/ev-view.c: (ev_view_select_all):
11382
11383         Compute size of the actual page, not of
11384         the current one.
11385
11386 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11387
11388         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
11389         (view_rect_to_doc_rect), (compute_selections),
11390         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
11391         (ev_view_copy), (ev_view_primary_get_cb),
11392         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
11393         (ev_view_button_press_event), (ev_view_motion_notify_event),
11394         (ev_view_button_release_event), (page_changed_cb):
11395
11396         Fix text selection
11397
11398 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11399
11400         * shell/ev-view.c: (compute_border), (get_page_extents),
11401         (doc_rect_to_view_rect), (highlight_find_results),
11402         (ev_view_bin_expose), (ev_view_select_all),
11403         (ev_view_motion_notify_event), (update_find_status_message),
11404         (jump_to_find_result), (jump_to_find_page):
11405
11406         First go at fixing search, still buggy
11407
11408 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
11409
11410         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
11411         dropdown box and button at the top of the sidebar.
11412
11413 2005-05-02  James Bowes  <bowes@cs.dal.ca>
11414
11415         * configure.ac: Output zoom-control Makefile.
11416         * cut-n-paste/Makefile.am: build zoom-control subdir.
11417         * cut-n-paste/zoom-control/ephy-zoom-action.c:
11418         * cut-n-paste/zoom-control/ephy-zoom-action.h:
11419         * cut-n-paste/zoom-control/ephy-zoom-control.c:
11420         * cut-n-paste/zoom-control/ephy-zoom-control.h:
11421         * cut-n-paste/zoom-control/ephy-zoom.c:
11422         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
11423         from epiphany, and modified to add a separator into the menu.
11424         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
11425         * data/evince-ui.xml: Replace old zoom toolbar actions with new
11426         zoom-control action.
11427         * shell/Makefile.am: Include zoom-control flags.
11428         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
11429         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
11430         (ev_view_zoom_for_size_presentation),
11431         (ev_view_zoom_for_size_continuous_and_dual_page),
11432         (ev_view_zoom_for_size_continuous),
11433         (ev_view_zoom_for_size_dual_page),
11434         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
11435         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
11436         ev_view_get_zoom and ev_view_get_sizing_mode.
11437         * shell/ev-view.h:
11438         * shell/ev-window.c: (update_action_sensitivity),
11439         (update_sizing_buttons), (zoom_control_changed_cb),
11440         (register_custom_actions): Initialize and use the zoom-control 
11441         widget.
11442
11443 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
11444
11445         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
11446         preview cache back to 1.  Don't know when it got set to 0.
11447         
11448         * shell/ev-view.c: (compute_border), (ev_view_realize),
11449         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
11450         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
11451         (ev_view_get_fullscreen), (ev_view_set_presentation),
11452         (ev_view_get_presentation), (ev_view_set_sizing_mode),
11453         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
11454         * shell/ev-view.h:
11455         * shell/ev-window.c:
11456         (update_chrome_visibility),
11457         (ev_window_cmd_continuous), (ev_window_cmd_dual),
11458         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11459         (update_document_mode), (ev_window_update_fullscreen_action),
11460         (ev_window_fullscreen), (ev_window_unfullscreen),
11461         (ev_window_cmd_view_fullscreen),
11462         (ev_window_update_presentation_action),
11463         (ev_window_run_presentation), (ev_window_stop_presentation),
11464         (ev_window_cmd_view_presentation), (ev_window_state_event),
11465         (ev_window_focus_in_event), (ev_window_focus_out_event),
11466         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
11467         * data/evince-ui.xml: Initial presentation mode.  We should
11468         probably hide this until it's done, as it's quite rough.  Also,
11469         change full-screen to fullscreen and add two getters to EvView.
11470
11471 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
11472
11473         * shell/ev-page-action.c: (update_page_cache),
11474         (ev_page_action_dispose):
11475         * shell/ev-window.c: (destroy_fullscreen_popup),
11476         (ev_window_create_fullscreen_popup):
11477
11478         Use connect_object rather than explicitly
11479         disconnect on dispose.
11480
11481 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
11482
11483         * shell/ev-page-action.c: (update_page_cache),
11484         (ev_page_action_dispose):
11485
11486 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11487
11488         * backend/ev-page-cache.c: (_ev_page_cache_new),
11489         (ev_page_cache_set_page_label),
11490         (ev_page_cache_has_nonnumeric_page_labels):
11491         * backend/ev-page-cache.h:
11492         * shell/ev-page-action.c: (update_pages_label):
11493         
11494         If all page labels are numeric, fallback to default
11495         way to display number of pages. See bug 173185.
11496
11497 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11498
11499         * shell/ev-page-action.c: (ev_page_action_dispose):
11500         * shell/ev-view.c: (view_update_range_and_current_page):
11501         * shell/ev-window.c: (ev_window_dispose):
11502         
11503         Set page on scroll in continuous mode. Fixes bug 301986.
11504         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
11505
11506 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
11507
11508         * configure.ac:
11509
11510         Require poppler 0.3.0
11511
11512 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11513         
11514         * shell/Makefile.am, configure.ac: Fix build problems
11515         with t1lib. Bug 301996.
11516
11517 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11518
11519         * shell/ev-view.c: (ev_view_scroll_event):
11520         
11521         Scroll up increase zoom
11522
11523 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11524
11525         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
11526         (ev_view_set_sizing_mode),
11527         (ev_view_zoom_for_size_continuous_and_dual_page),
11528         (ev_view_zoom_for_size_continuous):
11529         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
11530         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
11531         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
11532         (ev_window_init):
11533
11534         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
11535         Fix for 165473 and 165472.
11536
11537 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11538
11539         * po/POTFILES.in:
11540         * thumbnailer/Makefile.am:
11541         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
11542         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
11543         * thumbnailer/evince-thumbnailer.schemas.in:
11544         
11545         Make thumbnailer schemas translatable. Fix for bug 301773
11546         
11547         * thumbnailer/evince-thumbnailer-djvu.schemas:
11548         * thumbnailer/evince-thumbnailer-dvi.schemas:
11549         * thumbnailer/evince-thumbnailer.schemas:
11550
11551         Removed files
11552
11553 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
11554
11555         * shell/ev-view.c (ev_view_init): forgot to set this.
11556
11557 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
11558
11559         * shell/ev-view.c: (find_page_at_location),
11560         (get_link_at_location),
11561         (ev_view_set_show_border), (ev_view_set_spacing),
11562         (ev_view_zoom_for_size_continuous_and_dual_page),
11563         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
11564         Also, add a quick fix measuring of widths.  Also, removed
11565         ev_view_set_spacing and ev_view_set_show_border.
11566         
11567         * shell/ev-window.c: (ev_window_unfullscreen),
11568         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
11569
11570 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11571
11572         * shell/ev-view.c: (view_update_range_and_current_page),
11573         (page_changed_cb):
11574         
11575         Fix crash on exit and scrolling to page in continuous view.
11576
11577 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
11578
11579         * TODO:
11580         * backend/ev-page-cache.c: (_ev_page_cache_new),
11581         (ev_page_cache_get_max_width_size),
11582         (ev_page_cache_get_max_height_size):
11583         * backend/ev-page-cache.h:
11584         * data/evince-ui.xml:
11585         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
11586         * shell/ev-view.c: (view_update_adjustments),
11587         (view_update_range_and_current_page), (get_bounding_box_size),
11588         (ev_view_size_request_continuous_and_dual_page),
11589         (ev_view_size_request_continuous),
11590         (ev_view_size_request_dual_page),
11591         (ev_view_size_request_single_page), (ev_view_size_request),
11592         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
11593         (ev_view_bin_expose), (ev_view_expose_event),
11594         (ev_view_set_property), (ev_view_get_property),
11595         (ev_view_class_init), (ev_view_init), (ev_view_new),
11596         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
11597         (ev_view_set_dual_page), (ev_view_set_full_screen),
11598         (ev_view_set_presentation), (ev_view_set_sizing_mode),
11599         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
11600         (ev_view_zoom_out), (zoom_for_size_fit_width),
11601         (zoom_for_size_best_fit),
11602         (ev_view_zoom_for_size_continuous_and_dual_page),
11603         (ev_view_zoom_for_size_continuous),
11604         (ev_view_zoom_for_size_dual_page),
11605         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
11606         (ev_view_show_cursor), (ev_sizing_mode_get_type):
11607         * shell/ev-view.h:
11608         * shell/ev-window.c: (update_action_sensitivity),
11609         (ev_window_cmd_continuous), (ev_window_cmd_dual),
11610         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11611         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
11612         (ev_window_cmd_view_zoom_out), (update_view_size),
11613         (ev_window_set_sizing_mode), (ev_window_init):
11614
11615         Add Continuous and Dual page modes.
11616
11617 2005-04-23  James Bowes  <bowes@cs.dal.ca>
11618
11619         * dvi/dvi-document.c: (dvi_document_load),
11620         (dvi_document_thumbnails_get_thumbnail),
11621         (dvi_document_init_params): Fix up some mixups between
11622         width and height to correct thumbnail rendering.
11623
11624 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11625
11626         * dvi/mdvi-lib/private.h:
11627         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
11628         
11629         Suppess output for kpathsea during font generation. Thanks to
11630         James Bowes
11631
11632 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
11633
11634         * NEWS:
11635         * configure.ac:
11636
11637         Release 0.2.1
11638
11639         * Makefile.am: fix distcheck.
11640
11641 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11642
11643         * shell/ev-sidebar-links.c: (selection_changed_callback),
11644         (update_page_callback), (row_activated_callback),
11645         (job_finished_callback), (ev_sidebar_links_set_document):
11646         
11647         Fix for bug #169901. Double click on links expands tree.
11648
11649 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
11650
11651         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
11652         hard-coded style. Fix for bug 170111
11653
11654 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
11655
11656         * shell/ev-view.c (highlight_find_results): Remove unnecessary
11657         locking.
11658
11659 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
11660
11661         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
11662
11663 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
11664
11665         * pdf/ev-poppler.cc:
11666         * shell/ev-view.c: (highlight_find_results):
11667
11668         Fix find on single page documents
11669
11670 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
11671
11672         * data/evince.schemas.in: fix for bug 301390
11673
11674 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11675
11676         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
11677         (ev_view_zoom_out), (ev_view_zoom_normal):
11678         * shell/ev-view.h:
11679         * shell/ev-window.c: (update_action_sensitivity),
11680         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11681         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
11682         (ev_window_cmd_view_normal_size):
11683
11684         Fix normal size zoom. Make zoom in/zoom out unsensitive when
11685         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
11686         better than oom. 
11687
11688 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11689
11690         * configure.ac:
11691
11692         Depend on 2.57, 2.59 doesnt seem to be necessary
11693
11694 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11695
11696         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
11697         (create_tool_item):
11698
11699         Put back total number of pages as (1 of 1234)
11700
11701 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
11702
11703         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
11704         remove the job.
11705
11706         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
11707         function.  This helps debugging.
11708
11709 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11710
11711         * djvu/djvu-document.c: (djvu_document_class_init),
11712         (djvu_document_get_info), (djvu_document_document_iface_init):
11713         * dvi/dvi-document.c: (dvi_document_class_init),
11714         (dvi_document_get_info), (dvi_document_document_iface_init):
11715
11716         Dummy implementation of get_info method for dvi and
11717         djvu. Fix crashes with those backends
11718
11719 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
11720
11721         * data/evince.desktop.in:
11722
11723         Add application/x-gzpostscript
11724
11725 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
11726
11727         * data/evince.schemas.in: Added real long descriptions, 
11728         closes bug 172496 
11729
11730         * README: Added actual text, closes bug 171869
11731
11732 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11733
11734         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11735
11736         Thumbnail page 0
11737
11738 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11739
11740         * backend/ev-document-info.h:
11741
11742         s/GDate */GDate so we can just use g_free
11743
11744 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11745
11746         * shell/ev-window.c: (update_document_mode),
11747         (ev_window_setup_document):
11748
11749         Show the window in fullscreen when specified by
11750         the document
11751
11752 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11753
11754         * backend/ev-document.c: (ev_document_class_init),
11755         (ev_document_get_info), (ev_document_render_pixbuf):
11756         * backend/ev-document.h:
11757         * backend/ev-page-cache.c: (_ev_page_cache_new):
11758         * pdf/ev-poppler.cc:
11759         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
11760         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
11761         * ps/ps-document.c: (ps_document_class_init), (document_load),
11762         (ps_document_get_info), (ps_document_document_iface_init):
11763
11764         Remove get_title from the interface, we can just use document info
11765
11766 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11767
11768         * backend/Makefile.am:
11769         * backend/ev-document.c: (ev_document_render_get_info):
11770         * backend/ev-document.h:
11771         * pdf/ev-poppler.cc:
11772
11773         Initial support for document info. Based on jrb patch.
11774
11775 2005-04-19  Paolo Borelli <pborelli@katamail.com>
11776
11777         * shell/ev-window.c: (ev_window_state_event),
11778         (ev_window_class_init), (ev_window_init):
11779         
11780         Doesn't show resize grip when maximized. See bug #301053
11781
11782 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11783
11784         * po/POTFILES.in:
11785         
11786         ev-sidebar-thumbnails now has translatable labels
11787         
11788         * shell/Makefile.am:
11789         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
11790         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
11791         (ev_sidebar_links_page_iface_init):
11792         * shell/ev-sidebar-links.h:
11793         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
11794         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
11795         (ev_sidebar_page_get_label):
11796         * shell/ev-sidebar-page.h:
11797         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
11798         (ev_sidebar_thumbnails_set_document),
11799         (ev_sidebar_thumbnails_support_document),
11800         (ev_sidebar_thumbnails_get_label),
11801         (ev_sidebar_thumbnails_page_iface_init):
11802         * shell/ev-sidebar-thumbnails.h:
11803         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
11804         (ev_sidebar_set_document):
11805         * shell/ev-sidebar.h:
11806         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
11807         
11808         Small rework of sidebar code. Now sidebar pages should implement
11809         EvSidebarPage interface. That makes page management in EvSidebar
11810         easier. See bug #164811 for details
11811
11812 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11813
11814         * shell/ev-application.c: (ev_application_open):
11815         * shell/ev-document-types.c:
11816         
11817         Fix build error and small problem with application exit
11818
11819 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11820
11821         * thumbnailer/Makefile.am:
11822         * thumbnailer/evince-thumbnailer-djvu.schemas:
11823         * thumbnailer/evince-thumbnailer-dvi.schemas:
11824         
11825         Conditionally install schemas for djvu/dvi thumbnailer
11826
11827 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
11828
11829         * shell/ev-document-types.h: 
11830         * shell/ev-document-types.c: 
11831         New files, handling the mapping from mimetypes to backends
11832         
11833         * shell/ev-window.c: 
11834         * thumbnailer/evince-thumbnailer.c:     
11835         Use the ev-document-types code
11836         
11837         * shell/Makefile.am: 
11838         Added new convenience library libevbackendfactory_la, containing
11839         the new mimetype->backend logic; moved the backends into it.
11840
11841         * thumbnailer/Makefile.am:
11842         Make the thumbnailer link with the libevbackend.la convenience
11843         library, rather than having a duplicate of the backend logic here.
11844
11845 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
11846
11847         * shell/ev-stock-icons.c: constify some vars.
11848         * shell/ev-window.c: ditto.
11849
11850 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
11851
11852         * ps/ps-document.c (get_page_orientation):
11853
11854         Respect document orientation 
11855
11856 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11857
11858         * djvu/Makefile.am:
11859         * dvi/Makefile.am:
11860         * shell/Makefile.am:
11861         
11862         Move library dependencies to components.
11863         
11864         * shell/ev-window.c: (update_window_title),
11865         (start_loading_document):
11866         
11867         Fix display of uris with spaces. Bug 168358.
11868
11869 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
11870
11871         * shell/ev-sidebar-links.c: (selection_changed_cb):
11872         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
11873         (ev_view_button_release_event), (ev_view_set_document):
11874         * shell/ev-view.h:
11875         * shell/ev-window.c: (find_bar_search_changed_cb):
11876         * shell/ev-window.h: Minor cleanups removing some dead code.
11877
11878 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11879
11880         * backend/ev-page-cache.c: (_ev_page_cache_new):
11881         
11882         Set current page to 0 if document has pages.
11883
11884 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11885
11886         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11887
11888         Initialize GError to NULL, fix a crash when loading fails.
11889
11890 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11891
11892         * shell/ev-window.c: (update_view_size):
11893
11894         Calculate shadow size only when there is actually
11895         a shadow.
11896
11897 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11898
11899         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
11900         * shell/ev-view.h:
11901
11902         Allow setting view spacing, default to 0
11903
11904         * shell/ev-window.c: (ev_window_unfullscreen),
11905         (ev_window_cmd_view_fullscreen), (ev_window_init):
11906
11907         Remove spacing in fullscreen mode
11908
11909 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11910
11911         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
11912         (ev_view_size_request), (expose_bin_window),
11913         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
11914         * shell/ev-view.h:
11915         * shell/ev-window.c: (ev_window_unfullscreen),
11916         (ev_window_cmd_view_fullscreen):
11917
11918         Do not draw the border in fulscreen
11919
11920 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11921
11922         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
11923         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
11924         (find_page_at_location), (page_changed_cb):
11925
11926         Rework border calculation, so that I can more easily disable it.
11927         Code somewhat cleaner too.
11928
11929 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11930
11931         * backend/ev-page-cache.c: (ev_page_cache_init),
11932         (_ev_page_cache_new):
11933
11934         Remove some assertions, documents can have 0 pages.
11935         Make initial current page -1.
11936
11937         * shell/ev-page-action.c: (page_changed_cb):
11938
11939         Show "" if current page is -1
11940
11941         * shell/ev-window.c: (update_action_sensitivity),
11942         (ev_window_setup_document):
11943
11944         When document has 0 pages do not set the view
11945         and make nearly everything insensitive.
11946
11947 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11948
11949         * shell/ev-page-view.c:
11950         * shell/ev-page-view.h:
11951
11952         Remove unused files.
11953         
11954         * shell/ev-sidebar-thumbnails.c:
11955         (ev_sidebar_thumbnails_set_document):
11956         * shell/ev-sidebar.c: (ev_sidebar_set_document),
11957         (ev_sidebar_supports_document):
11958         * shell/ev-sidebar.h:
11959         * shell/ev-window.c: (ev_window_setup_document):
11960         
11961         Doesn't show thumbnails if document has 1 page. Make
11962         sidebar menu entries sensitive only if if they have 
11963         sense. Fix bug 164811. 
11964
11965 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11966
11967         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
11968         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
11969         (ev_view_zoom_out), (ev_view_set_size):
11970
11971         Rework sizing to deal with documents with not uniform page
11972         size.
11973
11974 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11975
11976         * backend/ev-page-cache.c: (_ev_page_cache_new):
11977
11978         Fix several page size caching bugs
11979
11980 2005-04-15  Luca Ferretti <elle.uca@libero.it>
11981
11982         * shell/ev-window.c: (set_action_properties):
11983
11984         Make all toolbar items translatable
11985
11986 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11987
11988         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
11989         (save_page_list), (ps_document_save),
11990         (ps_document_document_iface_init), (ps_document_ps_export_begin),
11991         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
11992         (ps_document_ps_exporter_iface_init):
11993         * ps/ps-document.h:
11994
11995         Based on a patch by J�rg Billeter <j@bitron.ch>
11996         
11997         Implement print and save a copy for the ps backend.
11998
11999 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
12000
12001         * backend/ev-document.h:
12002         * djvu/djvu-document.c: (djvu_document_can_get_text),
12003         (djvu_document_document_iface_init):
12004         * dvi/dvi-document.c: (dvi_document_can_get_text),
12005         (dvi_document_document_iface_init):
12006         * pdf/ev-poppler.cc:
12007         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
12008         (pixbuf_document_document_iface_init):
12009         * ps/ps-document.c: (ps_document_can_get_text),
12010         (ps_document_document_iface_init):
12011         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
12012         * shell/ev-window.c: (update_action_sensitivity):
12013
12014         Fix the crash when trying to copy in backends that doesnt
12015         support it. We can implement a better solution once we
12016         do real text selection.
12017
12018 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
12019
12020         * data/evince-ui.xml:
12021         * shell/ev-window.c: (ev_window_cmd_escape):
12022         
12023         Work around the Escape conflict (find bar and unfullscreen)
12024
12025 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
12026
12027         * backend/ev-page-cache.c: (ev_page_cache_next_page):
12028         
12029         Fix for #300233. Next page correctly handles document end.
12030         
12031         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
12032         (ev_sidebar_thumbnails_class_init),
12033         (ev_sidebar_thumbnails_set_document),
12034         (ev_sidebar_thumbnails_clear_job),
12035         (ev_sidebar_thumbnails_clear_model):
12036         
12037         Cleanup thumbnail jobs on document changes.
12038         
12039         * shell/ev-view.c: (add_scroll_binding_keypad),
12040         (add_scroll_binding_shifted), (ev_view_class_init):
12041         
12042         Shift + Space scrolls up. Fix for #173184
12043         
12044         * shell/ev-window.c: (ev_window_open_page),
12045         (ev_window_cmd_view_reload):
12046         
12047         Fix reload (Bug #300094)
12048
12049 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12050
12051         
12052         * dvi/mdvi-lib/assoc.c:
12053         * dvi/mdvi-lib/assoc.h: Removed garbage files
12054         
12055         * dvi/mdvi-lib/bitmap.c:
12056         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
12057         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
12058         * dvi/mdvi-lib/color.h: Antialias of rules
12059         
12060         * dvi/mdvi-lib/common.h:
12061         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
12062         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
12063         * dvi/mdvi-lib/files.c:
12064         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
12065         * dvi/mdvi-lib/mdvi.h:
12066         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
12067         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
12068         * dvi/mdvi-lib/util.c: Fix compile warnings
12069         
12070         * dvi/dvi-document.c:
12071         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
12072         (dvi_document_thumbnails_get_thumbnail),
12073         (dvi_document_document_thumbnails_iface_init):
12074         * dvi/mdvi-lib/Makefile.am:
12075         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
12076         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
12077         
12078         Dvi backend now renders thumbnails
12079
12080 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
12081
12082         * shell/main.c: (main): 
12083         
12084         Save accelerators on exit. Fixes bug #172095.
12085
12086 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
12087
12088         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
12089         update priority" comment.
12090
12091         * backend/ev-job-queue.c: Give a way to change priority.
12092
12093 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
12094
12095         * shell/ev-page-action.c: Fix logic.
12096
12097 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12098
12099         * shell/ev-view.c: (ev_view_can_find_next):
12100         * shell/ev-window.c: (ev_window_setup_document):
12101
12102         Check that the document supports find
12103
12104 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12105
12106         * data/evince-ui.xml:
12107         * shell/ev-view.c: (ev_view_can_find_next):
12108         * shell/ev-view.h:
12109         * shell/ev-window.c: (update_action_sensitivity),
12110         (find_changed_cb), (ev_window_setup_document),
12111         (ev_window_cmd_edit_find_next):
12112
12113         Add Edit->Find Next
12114
12115 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12116
12117         * pdf/ev-poppler.cc:
12118         * shell/ev-print-job.c: (idle_print_handler):
12119
12120         Make printing work again
12121
12122 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
12123
12124         * shell/ev-page-action.h:
12125         * shell/ev-page-action.c: (ev_page_action_widget_init),
12126         (ev_page_action_widget_class_init), (page_changed_cb),
12127         (create_tool_item), (update_page_cache), (build_new_tree_cb),
12128         (get_filter_model_from_model), (match_selected_cb),
12129         (display_completion_text), (match_completion), (update_model),
12130         (connect_proxy), (ev_page_action_set_property),
12131         (ev_page_action_get_property), (ev_page_action_set_document),
12132         (ev_page_action_set_model), (ev_page_action_class_init): Big
12133         reworking to make completions work iff we have >= GTK-2.7.0
12134                 
12135         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
12136         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
12137         (job_finished_cb): We now have a 'model' property that is set when
12138         the links are loaded.  This can be caught with "notify::model"
12139
12140         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
12141         listen for the model to be set, and propagate it to the action.
12142
12143 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12144
12145         * cut-n-paste/recent-files/egg-recent-item.c:
12146         (egg_recent_item_set_uri), (make_valid_utf8),
12147         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
12148         * cut-n-paste/recent-files/egg-recent-item.h:
12149         
12150         Update egg-recent from libegg. This should fix long
12151         startup problem. For details see
12152         http://bugzilla.gnome.org/show_bug.cgi?id=160531
12153
12154 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12155
12156         * cut-n-paste/recent-files/Makefile.am:
12157         * data/evince-ui.xml, shell/Makefile.am:
12158         * shell/ev-application.c, shell/ev-application.h:
12159         * shell/ev-window.c: Recent files support.
12160         
12161         * configure.ac: Added "ru" to ALL_LINGUAS.
12162         
12163         * dvju: new backend to support DJVU files.
12164         * dvi: new backend to support DVI.
12165
12166         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
12167         * ev-application.c: Support for new backends.
12168         
12169         * help, ev-window.c, main.c shell/Makefile.am: 
12170         Evince user documentation.
12171
12172 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12173
12174         * po/POTFILES.in:
12175         * shell/ev-window.c:
12176         * thumbnailer/evince-thumbnailer.c:
12177
12178         s/pdf-document/ev-poppler
12179
12180 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12181
12182         * NEWS:
12183         * configure.ac:
12184
12185         Release 0.2.0
12186
12187         * ps/ps-document.c: (setup_pixmap):
12188
12189         Remove debug code
12190
12191 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
12192
12193         * backend/ev-page-cache.c (ev_page_cache_next_page): 
12194         * shell/ev-window.c (ev_window_cmd_go_next_page) 
12195         (ev_window_cmd_go_first_page): Fix of by one errors.
12196
12197 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12198
12199         * ps/ps-document.c: (get_page_box):
12200
12201         Fix page size calculation
12202
12203 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12204
12205         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
12206         (ps_document_cleanup), (setup_pixmap), (get_page_box),
12207         (get_page_orientation), (setup_page), (document_load),
12208         (ps_document_get_page_size), (render_pixbuf_idle):
12209         * ps/ps-document.h:
12210
12211         More refactoring to adapt to EvDocument changes
12212
12213 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12214
12215         * ps/ps-document.c: (start_interpreter):
12216
12217         Actually add alpha args
12218
12219 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12220
12221         * pdf/ev-poppler.cc:
12222
12223         Make clipboard work again
12224
12225 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
12226
12227         Make searching work again.
12228         
12229         * backend/ev-document.c:
12230         * backend/ev-document.h:
12231         * backend/ev-document-find.c:
12232         * backend/ev-document-find.h: Change EvDocumentIface so we no
12233         longer store the current page or zoom level in the document.  The
12234         consequence is that all calls that operate on the current page now
12235         instead take the page number as an extra argument, and all
12236         coordinates are now doubles in document coordinate system.
12237
12238         * pdf/ev-poppler.cc:
12239         * pixbuf/pixbuf-document.c:
12240         * ps/ps-document.c: Update backends accordingly.
12241
12242 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
12243
12244         * autogen.sh:
12245
12246         Add required gettext version
12247
12248 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
12249
12250         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
12251         make F1 bring up non-existent help.
12252
12253         * shell/eggfindbar.c: Patch from Christian Persch to sync to
12254         epiphany's find bar, #167477
12255
12256         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
12257         <emil@nishra.com> to add space-bar scrolling, 
12258
12259         * shell/ev-window.c (static GtkActionEntry entries): add default
12260         keybinding for Help (F1)
12261         Fixes #171068
12262
12263         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
12264         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
12265         170110
12266
12267 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
12268
12269         * Makefile.am: 
12270         * pixbuf/pixbuf-document.c: 
12271
12272         Got pixbuf backend working again
12273
12274 2005-04-01  Steve Murphy  <murf@e-tools.com>
12275
12276         * configure.in: Added "rw" to ALL_LINGUAS.
12277
12278 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
12279
12280         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
12281         model types, noticed by Martin Kretzschmar.
12282
12283 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
12284
12285         * pdf/ev-poppler.cc: Implement search based on
12286         poppler_page_find_text().  Currently a bit crude since we remember
12287         all matches from all pages.  Also, we grab the big document lock
12288         when we search since searching changes the underlying stream and
12289         thus conflicts with the rendering thread.
12290         
12291         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12292         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
12293         (ev_view_find_previous): Fix some page indexes to be 0 based,
12294         offset rubber band by view offset,
12295
12296 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
12297
12298         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
12299
12300 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
12301
12302         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
12303         completely because I didn't understand GtkActions.  I should
12304         read Marco's code more carefully in the future.
12305
12306         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
12307         function
12308
12309 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
12310
12311         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
12312         PopplerRectangle change from poppler CVS.
12313
12314 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
12315
12316         * backend/ev-document.c: (ev_document_get_page_label):
12317         * backend/ev-document.h:
12318         * backend/ev-page-cache.c: (_ev_page_cache_new),
12319         (ev_page_cache_get_page_label):
12320         * backend/ev-page-cache.h:
12321         * pdf/ev-poppler.cc:
12322         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
12323         (links_page_num_func):
12324         * shell/ev-sidebar-thumbnails.c:
12325         (ev_sidebar_thumbnails_set_document):
12326         * shell/ev-view.c: (status_message_from_link),
12327         (ev_view_motion_notify_event):
12328         * shell/ev-window.c: (document_supports_sidebar): Add in page
12329         label support.  It's not perfect yet, but it's the first 'feature'
12330         in a while.
12331         Also, fix a bogus comment noticed by crispin. 
12332
12333 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
12334
12335         * Makefile.am: Remove pixbuf backend for now
12336
12337         * configure.ac: Require poppler-glib instead of just poppler.
12338
12339         * backend/ev-document-thumbnails.h: Add a comment
12340
12341         * backend/ev-document.h:
12342         * backend/ev-document.c: (ev_document_class_init),
12343         (ev_document_load), (ev_document_get_link),
12344         (ev_document_get_links): Remove 3 methods and add get_links.
12345         Also, made 0 based.
12346
12347         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
12348         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
12349
12350         * backend/ev-link.c: (ev_link_set_title),
12351         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
12352         (ev_link_mapping_find):
12353         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
12354         
12355         * backend/ev-page-cache.c: (ev_page_cache_init),
12356         (_ev_page_cache_new), (ev_page_cache_set_current_page),
12357         (ev_page_cache_get_size), (ev_page_cache_next_page),
12358         (ev_page_cache_prev_page): Fix to be 0 based.
12359
12360         * pdf/Makefile.am: 
12361         * pdf/ev-poppler.h:
12362         * pdf/ev-poppler.cc: New backend.
12363         
12364         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
12365         (ps_document_get_page), (ps_document_document_iface_init):
12366
12367         * shell/ev-pixbuf-cache.h:
12368         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
12369         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
12370         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
12371         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
12372         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
12373         Fix up code to grab a page cache per each doc.  Also, fix to be 0
12374         based.
12375         
12376         * shell/ev-sidebar-thumbnails.c:
12377         (ev_sidebar_tree_selection_changed), (page_changed_cb),
12378         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
12379
12380         * shell/ev-view.c: (status_message_from_link),
12381         (find_page_at_location), (get_link_at_location),
12382         (ev_view_motion_notify_event), (ev_view_button_release_event),
12383         (ev_view_init): Use the new link code.  Fix to be 0 based.
12384
12385         * shell/ev-window.c: (update_action_sensitivity),
12386         (document_supports_sidebar): 0 based.
12387
12388 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
12389
12390         * pdf/pdf-document.cc: Patch from Fernando Herrera
12391         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
12392         *blush*
12393
12394 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
12395
12396         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
12397         1 to the page, as this seems to be 1 based.  I thought we has this
12398         fixed.  grump.
12399
12400 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
12401
12402         * TODO:
12403         * backend/Makefile.am:
12404         * backend/ev-document-links.c:
12405         (ev_document_links_has_document_links),
12406         (ev_document_links_get_links_model):
12407         * backend/ev-document-links.h:
12408         * backend/ev-document.c: (ev_document_get_page_cache),
12409         (ev_document_get_doc_mutex), (ev_document_load),
12410         (ev_document_save), (ev_document_get_title),
12411         (ev_document_get_n_pages), (ev_document_set_page),
12412         (ev_document_get_page), (ev_document_set_target),
12413         (ev_document_set_scale), (ev_document_set_page_offset),
12414         (ev_document_get_page_size), (ev_document_get_text),
12415         (ev_document_get_link), (ev_document_render),
12416         (ev_document_render_pixbuf), (ev_document_scale_changed):
12417         * backend/ev-document.h:
12418         * backend/ev-job-queue.c: (remove_object_from_queue),
12419         (notify_finished), (handle_job), (search_for_jobs_unlocked),
12420         (no_jobs_available_unlocked), (ev_render_thread),
12421         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
12422         (ev_job_queue_remove_job):
12423         * backend/ev-job-queue.h:
12424         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
12425         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
12426         (ev_job_links_class_init), (ev_job_render_init),
12427         (ev_job_render_dispose), (ev_job_render_class_init),
12428         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
12429         (ev_job_thumbnail_class_init), (ev_job_finished),
12430         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
12431         (ev_job_render_run), (ev_job_thumbnail_new),
12432         (ev_job_thumbnail_run):
12433         * backend/ev-jobs.h:
12434         * backend/ev-link.c:
12435         * backend/ev-link.h:
12436         * backend/ev-page-cache.c: (ev_page_cache_init),
12437         (ev_page_cache_class_init), (ev_page_cache_finalize),
12438         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
12439         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
12440         (ev_page_cache_set_link), (ev_page_cache_get_title),
12441         (ev_page_cache_get_size), (ev_page_cache_next_page),
12442         (ev_page_cache_prev_page):
12443         * backend/ev-page-cache.h:
12444         * pdf/pdf-document.cc:
12445         * ps/gsdefaults.c:
12446         * ps/gsdefaults.h:
12447         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
12448         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
12449         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
12450         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
12451         (is_interpreter_ready), (output), (catchPipe), (input),
12452         (start_interpreter), (check_filecompressed), (compute_dimensions),
12453         (ps_document_enable_interpreter), (document_load),
12454         (ps_document_next_page), (render_page), (ps_document_set_page),
12455         (ps_document_set_scale), (render_pixbuf_idle),
12456         (ps_document_render_pixbuf), (ps_document_document_iface_init):
12457         * ps/ps-document.h:
12458         * shell/Makefile.am:
12459         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
12460         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
12461         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
12462         (ev_pixbuf_cache_new), (job_finished_cb),
12463         (check_job_size_and_unref), (move_one_job),
12464         (ev_pixbuf_cache_update_range), (find_job_cache),
12465         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
12466         (ev_pixbuf_cache_add_jobs_if_needed),
12467         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
12468         * shell/ev-pixbuf-cache.h:
12469         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
12470         (idle_print_handler):
12471         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
12472         (selection_changed_cb), (create_loading_model),
12473         (ev_sidebar_links_construct), (links_page_num_func),
12474         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
12475         (update_page_callback), (job_finished_cb),
12476         (ev_sidebar_links_set_document):
12477         * shell/ev-sidebar-thumbnails.c:
12478         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
12479         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
12480         (page_changed_cb), (thumbnail_job_completed_callback),
12481         (ev_sidebar_thumbnails_set_document):
12482         * shell/ev-sidebar-thumbnails.h:
12483         * shell/ev-sidebar.c: (ev_sidebar_set_document):
12484         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
12485         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
12486         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
12487         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
12488         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
12489         (ev_view_button_release_event), (ev_view_scroll_view),
12490         (ev_view_class_init), (ev_view_init), (update_find_status_message),
12491         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
12492         (ev_view_new), (job_finished_cb), (page_changed_cb),
12493         (ev_view_set_document), (go_to_link), (ev_view_zoom),
12494         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
12495         (ev_view_find_previous):
12496         * shell/ev-view.h:
12497         * shell/ev-window.c: (update_action_sensitivity),
12498         (ev_window_open_page), (update_window_title), (update_total_pages),
12499         (page_changed_cb), (ev_window_setup_document),
12500         (password_dialog_response), (ev_window_cmd_save_as),
12501         (ev_window_print), (ev_window_cmd_go_previous_page),
12502         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
12503         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
12504         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
12505         * shell/main.c: (main):
12506
12507         Merge evince-threads branch
12508
12509 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
12510
12511         * configure.ac: Added "lt" to ALL_LINGUAS.
12512
12513 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
12514
12515         * NEWS:
12516         * configure.ac:
12517
12518         Release 0.1.9
12519
12520 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
12521
12522         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12523
12524         Fix here also the thumbnails 1-basedness :)
12525
12526 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
12527
12528         * NEWS:
12529         * configure.ac:
12530
12531         Release 0.1.8
12532
12533 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
12534
12535         * pdf/pdf-document.cc:
12536         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
12537         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
12538
12539         Fix the mess we did with thumbnails and 1-basedness
12540
12541 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
12542
12543         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
12544
12545 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
12546
12547         * NEWS:
12548         * configure.ac:
12549
12550         Release 0.1.7
12551
12552 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
12553
12554         * ps/Makefile.am:
12555         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
12556         (gtk_gs_defaults_get_alpha_parameters),
12557         (gtk_gs_defaults_get_ungzip_cmd),
12558         (gtk_gs_defaults_get_unbzip2_cmd):
12559         * ps/gsdefaults.h:
12560         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
12561         (ps_document_get_orientation), (document_load),
12562         (ps_document_goto_page), (ps_document_set_page_size):
12563         * ps/ps-document.h:
12564
12565         Some more sanitization of the ps backend. Remove a lot
12566         of unused code and do not base our defaults on ggv
12567         preferences (ugh!)
12568
12569 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
12570
12571         * thumbnailer/evince-thumbnailer.schemas:
12572         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
12573         (main): add -s option for thumbnail size.
12574
12575 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
12576
12577         * configure.ac:
12578
12579         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
12580         remove it.
12581
12582 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
12583
12584         * pdf/pdf-document.cc:
12585
12586         Remove 4 pixels of useless border from the
12587         thumbnail.
12588
12589 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
12590
12591         * backend/ev-document-thumbnails.c:
12592         (ev_document_thumbnails_get_thumbnail):
12593         * backend/ev-document-thumbnails.h:
12594
12595         Rework API a bit. Add a border flag and
12596         change sizing logic (now the size we specify
12597         applies to the bigger dimension).
12598
12599         * pdf/pdf-document.cc:
12600         * pixbuf/pixbuf-document.c:
12601         (pixbuf_document_thumbnails_get_thumbnail):
12602         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
12603         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12604
12605         Adapt to the new API and do not draw a border for nautilus
12606         thumbnailer.
12607
12608 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
12609
12610         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12611         take thumbnails from page "0" instead of "1". Added a copyright header.
12612
12613 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
12614
12615         * ps/ps-document.c: (set_up_page), (start_interpreter):
12616
12617         Make it C89 compliant
12618
12619 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
12620
12621         * Makefile.am:
12622         * configure.ac:
12623         * pdf/.cvsignore:
12624         * pdf/pdf-document.cc:
12625         * thumbnailer/Makefile.am:
12626         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
12627         (main):
12628         * thumbnailer/evince-thumbnailer.schemas:
12629         * thumbnailer/pdf-icon.png:
12630
12631         Add a nautilus thumbnailer.
12632         Based on patch by Fernando Herrera <fherrera@onirica.com>.
12633
12634 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
12635
12636         * NEWS:
12637         * configure.ac:
12638         * po/POTFILES.in:
12639
12640         Release 0.1.6
12641
12642 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
12643
12644         Use poppler instead of including xpdf source code.  Poppler is a
12645         fork of xpdf to build it as a shared library. See
12646         http://freedesktop.org/wiki/Software/poppler.
12647
12648         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
12649         xpdf fork.
12650         
12651         * pdf/Makefile.am: Build libpdfdocument.a here.
12652         
12653         * pdf/GDKSplashOutputDev.cc:
12654         * pdf/GDKSplashOutputDev.h:
12655         * pdf/GnomeVFSStream.cc:
12656         * pdf/GnomeVFSStream.h:
12657         * pdf-document.cc:
12658         * pdf-document.h:
12659         * test-gdk-output-dev.cc
12660         * Thumb.cc:
12661         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
12662         against poppler.
12663
12664 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12665
12666         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
12667
12668         Clear idle stack before unsetting the document
12669
12670 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12671
12672         * ps/ps-document.c: (ps_document_widget_event),
12673         (ps_document_set_target), (ps_document_finalize),
12674         (ps_document_get_page):
12675
12676         Disconnect the widget event signal on finalize.
12677         Some code cleanups.
12678
12679 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12680
12681         * ps/ps-document.c: (set_up_page):
12682
12683         If there is no bpixmap create one, even if size
12684         is not changed.
12685
12686 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12687
12688         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
12689         (set_up_page), (document_load), (ps_document_set_zoom):
12690
12691         Default page is 0. Calculate size even when we have no
12692         target yet.
12693
12694 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
12695
12696         * shell/ev-sidebar.c: expand the selection widget to be always as
12697         wide as the sidebar
12698
12699 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12700
12701         * shell/ev-sidebar-thumbnails.c:
12702         (ev_sidebar_thumbnails_set_document):
12703
12704         Clear the list store when setting document
12705
12706 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12707
12708         * shell/ev-page-action.c: (update_entry), (sync_entry),
12709         (activate_cb), (entry_size_request_cb), (create_tool_item),
12710         (connect_proxy):
12711
12712         Use an entry for the page control instead of spinbuttons
12713
12714 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12715
12716         * data/evince.schemas.in:
12717
12718         Correct confusing string
12719
12720 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
12721
12722         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
12723         for real.  Gosh, how long has this been broken.
12724
12725         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
12726         check for a NULL link.  We crash otherwise.
12727
12728 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
12729
12730         * NEWS:
12731         * configure.ac:
12732
12733         Release 0.1.5
12734
12735 2005-02-25  Sebastien Bacher  <seb128@debian.org>
12736
12737         * configure.ac: add the french translation.
12738
12739 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12740
12741         * shell/ev-window.c:
12742
12743         Remove unused header -> fix distcheck
12744
12745 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12746
12747         * shell/ev-window.c: (update_window_title),
12748         (ev_window_popup_password_dialog):
12749
12750         Unescape filename for display
12751
12752 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12753
12754         * pdf/xpdf/pdf-document.cc:
12755
12756         In get_page_size deal with rotation. Also
12757         cleanup the function a bit.
12758
12759 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12760
12761         * pdf/xpdf/pdf-document.cc:
12762
12763         Fix crash when opening in new window
12764
12765 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12766
12767         * configure.ac:
12768
12769         Check ghostscript >= 7
12770
12771 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
12772
12773         * shell/ev-window.c:
12774
12775         Make page width the default sizing mode
12776
12777 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
12778         Marco Pesenti Gritti <marco@gnome.org>
12779
12780         * shell/ev-window.c: Remember the sidebar size
12781
12782         * data/evince.schemas.in: Add a new gconf key to store the size of
12783         the sidebar
12784
12785 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
12786
12787         * data/evince-ui.xml:
12788         * shell/ev-window.c: (update_action_sensitivity),
12789         (ev_window_cmd_view_reload):
12790         
12791         Add a "Reload" action and menu entry
12792
12793 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
12794
12795         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
12796         iff the type doesn't support thumbnailing and indexing.
12797
12798 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
12799
12800         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
12801
12802 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12803
12804         * pdf/splash/Splash.cc:
12805
12806         Port fix for a crasher from kde bug
12807         http://bugs.kde.org/show_bug.cgi?id=97131
12808
12809 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12810
12811         * pdf/xpdf/pdf-document.cc:
12812
12813         Return a link even if it's of an unrecognized
12814         type. Otherwise we go in an infinte cycle.
12815
12816 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12817
12818         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
12819         (size_allocate_cb), (ev_window_set_sizing_mode):
12820
12821         Update size when switching mode
12822
12823 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12824
12825         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
12826         (ev_window_cmd_view_page_width), (update_sizing_buttons),
12827         (ev_window_cmd_view_normal_size):
12828
12829         Fix size toggle buttons behavior
12830
12831 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12832
12833         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
12834         (doc_rect_to_view_rect), (ev_view_size_allocate),
12835         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
12836         (scale_changed_callback):
12837
12838         Do not cache offsets in size_allocate.
12839
12840 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12841
12842         * shell/ev-view.c: (ev_view_size_allocate):
12843
12844         Calculate offsets before calling the parent
12845         class (which does a redraw)
12846
12847 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12848
12849         * pdf/xpdf/pdf-document.cc:
12850
12851         Fix a crasher on exit. Unused code, put a TODO
12852
12853 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12854
12855         * backend/ev-document.c: (ev_document_class_init),
12856         (ev_document_page_changed), (ev_document_scale_changed):
12857         * backend/ev-document.h:
12858
12859         Separate page/scale notifications
12860
12861         * pdf/xpdf/pdf-document.cc:
12862
12863         Emit the new signals.
12864         Do not display the pdf page in _render, do it
12865         when scale/page are requested.
12866
12867         * ps/ps-document.c: (ps_document_set_zoom),
12868         (ps_document_widget_event):
12869         * ps/ps-document.h:
12870
12871         Emit the new signals.
12872
12873         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12874         (ev_view_init), (page_changed_callback), (scale_changed_callback),
12875         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
12876         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
12877         * shell/ev-view.h:
12878         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
12879         (ev_window_cmd_view_page_width), (size_allocate_cb),
12880         (ev_window_set_sizing_mode):
12881
12882         Rework sizing to be pixel based.
12883         There are bugs but should be already way better.
12884
12885 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
12886
12887         * shell/ev-window.c: (ev_window_init):
12888
12889         Do not allow to shrink sidebar smaller then
12890         child requisition
12891
12892 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
12893
12894         * shell/ev-sidebar.[ch]
12895         * shell/ev-window.c:
12896
12897         Improved sidebar widget. Fixes #166683
12898
12899 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
12900
12901         * shell/ev-view.c (update_find_status_message): Give translators
12902         more flexibility with ngettext plural handling.
12903
12904 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
12905
12906         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
12907         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
12908         page when we get the page size.
12909
12910 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12911
12912         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
12913
12914         ps pages are 0 based, convert 
12915
12916 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12917
12918         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
12919
12920         Initialize correct parent class. Set GError on document load
12921
12922 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12923
12924         * pdf/xpdf/pdf-document.cc:
12925
12926         Fixup selection offset calculation
12927
12928         * shell/ev-view.c: (view_rect_to_doc_rect),
12929         (doc_rect_to_view_rect), (ev_view_size_allocate),
12930         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
12931         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
12932
12933         Store selection as document relative, so that zooming
12934         and offset changing doesnt break it.
12935
12936 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12937
12938         * shell/ev-view.c: (ev_view_best_fit):
12939
12940         Do not try to best fit if the view is not realized
12941
12942 2005-02-20  Kostas Papadimas <pkst@gnome.org>
12943           
12944         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
12945
12946 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
12947
12948         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
12949
12950 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
12951
12952         * shell/ev-window.c: Change the fullscreen toolbar to always be in
12953         the popup window.  That prevents it resizing when in full screen
12954         mode.
12955
12956         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
12957         multiple rerenders.  This pretty much sucks.
12958
12959         * data/evince-ui.xml: Change the fullscreen toolbar to include the
12960         rest of the toolbar.
12961
12962 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
12963
12964         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
12965
12966 2005-02-17  Alexander Shopov  <ash@contact.bg>
12967
12968         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
12969
12970 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
12971
12972         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
12973
12974 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
12975
12976         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
12977         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
12978         (set_document_page), (document_changed_callback),
12979         (ev_view_set_document), (ev_view_find_previous),
12980         (ev_view_hide_cursor), (ev_view_show_cursor):
12981         * shell/ev-view.h:
12982         * shell/ev-window.c: (update_chrome_visibility),
12983         (fullscreen_timeout_cb), (fullscreen_set_timeout),
12984         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
12985         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
12986         (ev_window_unfullscreen):
12987         * shell/main.c: (main):
12988
12989         Automatically hide the fullscreen button.
12990         Patch by Kristian Høgsberg <krh@redhat.com>
12991
12992 2005-02-16  Vincent Noel  <vnoel@cox.net>
12993
12994         * shell/main.c (main): Specify an icon for the window. Patch by
12995         Jaap A. Haitsma. Fixes #166177.
12996
12997 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
12998
12999         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
13000
13001 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
13002
13003         * backend/ev-document-misc.h:
13004         * backend/ev-document-misc.c:
13005         (ev_document_misc_get_page_border_size),
13006         (ev_document_misc_paint_one_page): New function to canonicalize
13007         sizing/painting a border.
13008
13009         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
13010         used.
13011
13012         * pdf/xpdf/pdf-document.cc: use new function
13013
13014         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
13015         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
13016         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
13017         shell/ev-window.c: (update_sizing_buttons),
13018         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
13019         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
13020         (ev_window_cmd_view_page_width), (size_allocate_cb),
13021         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
13022         and "fit width" values act as toggle buttons so they stay
13023         toggled.  It's not 100% perfect, and it's a little slow, but it's
13024         good enough to commit I think.
13025
13026 2005-02-15  David Lodge  <dave@cirt.net>
13027
13028         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
13029
13030 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
13031
13032         * shell/ev-window.c (update_window_title): replace newlines in
13033         the title by spaces. Bug #166107.
13034
13035 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
13036
13037         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
13038         parameters providing allocation width and height without
13039         scrollbars and width of a possible vertical scrollbar. With this
13040         additional information the functions can work as
13041         intended. Unfortunately they're not idempotent. We should
13042         transform these commands to toggles. Fixes Bug #164976
13043         Initial patch by Stephane Loeuillet, then heavily modified.
13044
13045         * shell/ev-view.h: update prototypes.
13046
13047         * shell/ev-window.c (ev_window_cmd_view_best_fit)
13048         (ev_window_cmd_view_page_width): provide EvView fit functions with
13049         all the information they need. Formulas to calculate this
13050         information taken from GtkScrolledWindow.
13051
13052 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
13053
13054         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
13055         created a thumbnail, the list store is updated to know
13056         that the thumbnail is set. Fixes bug #166792
13057
13058 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
13059
13060         * shell/ev-window.c: fixed typo, closes bug 166897
13061
13062         * TODO: updated TODO with bug numbers that are relevant
13063
13064 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
13065
13066         * shell/ev-window.c: Support for DnD of files. Fixes #164813
13067
13068 2005-02-09  Vincent Noel  <vnoel@cox.net>
13069
13070         * shell/ev-window.c: (set_action_properties): Set the "Previous"
13071         and "Next" toolbar buttons as important to make them stand out.
13072
13073 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13074
13075         * lib/ev-debug.c:
13076         * lib/ev-debug.h:
13077         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
13078         (start_interpreter), (stop_interpreter), (document_load),
13079         (ps_document_next_page), (ps_document_goto_page),
13080         (ps_document_set_page_size), (ps_document_widget_event),
13081         (ps_document_render):
13082         * shell/ev-page-view.c: (ev_page_view_dispose):
13083         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
13084
13085         Fix compilation on non-gcc platforms
13086
13087 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13088
13089         * NEWS:
13090         * configure.ac:
13091
13092         Release 0.1.4
13093
13094         * pdf/xpdf/Catalog.cc:
13095         * pdf/xpdf/XRef.cc:
13096
13097         Fix the fix for CAN-2004-0888
13098
13099 2005-02-09  Luca Ferretti <elle.uca@libero.it>
13100
13101         * data/Makefile.am:
13102         * data/evince-ui.xml:
13103         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13104         * shell/ev-stock-icons.h:
13105         * shell/ev-window.c: (update_action_sensitivity),
13106         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
13107         (set_action_properties):
13108
13109         Improve toolbar layout/icons
13110
13111 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
13112
13113         * pdf/xpdf/pdf-document.cc:
13114
13115         Add warnings about unimplemented/unknown link
13116         types.
13117
13118 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13119
13120         * ps/ps-document.c: (set_up_page):
13121
13122         Log gs property
13123
13124 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13125
13126         * ps/ps-document.c: (start_interpreter):
13127
13128         Log gs env var
13129
13130 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13131
13132         * shell/ev-page-view.c: (ev_page_view_dispose):
13133         * shell/ev-view.c: (ev_view_finalize):
13134         * shell/ev-window.c: (ev_window_setup_document),
13135         (ev_window_dispose), (ev_window_init):
13136
13137         Solve more refs issues.
13138
13139         I commented out the page_view initialization for now:
13140         it was never destroyed (because it's never added
13141         to a container). Because of that we was leaking
13142         gs processes. Couldnt think to a clean fix.
13143         We need to figure this out, password view has the
13144         same issue probably.
13145
13146 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13147
13148         * ps/ps-document.c: (ps_document_finalize),
13149         (ps_document_get_n_pages), (ps_document_get_page):
13150
13151         Some cleanups, stop the interpreter on finalize
13152
13153         * shell/ev-page-view.c: (ev_page_view_dispose),
13154         (ev_page_view_class_init):
13155
13156         Release our reference on the document
13157
13158 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13159
13160         * Makefile.am:
13161         * configure.ac:
13162         * doc/debugging.txt:
13163         * lib/.cvsignore:
13164         * lib/Makefile.am:
13165         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
13166         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
13167         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
13168         * lib/ev-debug.h:
13169
13170         Add debugging helpers
13171
13172         * ps/Makefile.am:
13173         * ps/ps-document.c: (set_up_page), (start_interpreter),
13174         (stop_interpreter), (document_load), (ps_document_next_page),
13175         (ps_document_goto_page), (ps_document_set_page_size),
13176         (ps_document_widget_event), (ps_document_render):
13177         * shell/Makefile.am:
13178         * shell/ev-view.c: (expose_bin_window):
13179         * shell/main.c: (main):
13180
13181         Add some logs
13182         
13183 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13184
13185         * ps/ps-document.c: (ps_document_widget_event):
13186
13187         Initialize message_window, this should make ps
13188         rendering really work! (Never noticed because I was
13189         testing with a ps that is causing gs to exit every time!)
13190
13191 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
13192
13193         * data/evince.schemas.in: updated simple error in applyto closing tag
13194
13195 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
13196
13197         * Makefile.am:
13198         * configure.ac:
13199         * data/.cvsignore:
13200         * data/Makefile.am:
13201         * data/evince-ui.xml:
13202         A data/evince.schemas.in:
13203         * po/POTFILES.in:
13204         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13205         * shell/ev-stock-icons.h:
13206         * shell/ev-window.c: (update_chrome_visibility),
13207         (update_chrome_flag), (ev_window_cmd_edit_find),
13208         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
13209         (ev_window_unfullscreen), (ev_window_focus_in_event),
13210         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
13211         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
13212         (ev_window_view_sidebar_cb), (find_bar_close_cb),
13213         (ev_window_dispose), (ev_window_class_init),
13214         (set_action_properties), (set_chrome_actions), (load_chrome),
13215         (ev_window_init):
13216
13217         Implement fullscreen mode changes from bug #164776.
13218         Also implement persistent chrome toggles.
13219
13220 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
13221
13222         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
13223
13224 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13225
13226         * NEWS:
13227         * configure.ac:
13228         * shell/ev-view.c:
13229
13230         Add another check for find interface
13231
13232         Release 0.1.3
13233
13234 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13235
13236         * shell/ev-application.c: (ev_application_open):
13237         * shell/ev-window.c: (ev_window_open):
13238
13239         Open gzipped ps documents
13240
13241 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13242
13243         * TODO:
13244         * shell/ev-view.c: (set_document_page):
13245
13246         Clamp page number, dont try to move to
13247         not existant pages.
13248
13249 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13250
13251         * backend/ev-document-find.c: (ev_document_find_changed):
13252         * backend/ev-document-find.h:
13253         * pdf/xpdf/pdf-document.cc:
13254         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
13255         * shell/ev-window.c: (find_bar_search_changed_cb):
13256
13257         Fix several bugs with find
13258
13259 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
13260
13261         * shell/ev-sidebar-thumbnails.c
13262         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
13263         document. Prevents warning from scroll_to_cell.
13264
13265 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
13266
13267         * configure.ac: Add «nb» to ALL_LINGUAS too.
13268
13269 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
13270
13271         * NOTES: New file with some random thoughts.
13272
13273         * TODO: Update.
13274
13275         * backend/ev-document-misc.c:
13276         (ev_document_misc_get_page_border_size): New function to
13277         canonicalize shadow drawing sizes.  Possibly goofy.
13278
13279         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
13280         (ev_view_best_fit), (ev_view_fit_width):
13281         * pdf/xpdf/pdf-document.cc:
13282         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13283         * ps/ps-document.c: (ps_document_get_page_size):
13284         * backend/ev-document-misc.h:
13285         * backend/ev-document.c: (ev_document_get_page_size):
13286         * backend/ev-document.h: get_page_size now takes a page number
13287         parameter.  Made all the backends/frontends honor it.
13288
13289         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
13290         see.  Doesn't work yet.
13291
13292         * shell/Makefile.am:
13293         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
13294         Doesn't do anything yet.
13295
13296         * shell/ev-sidebar-thumbnails.c:
13297         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
13298         [0..n_pages-1]
13299
13300         * shell/ev-window.c: (update_action_sensitivity),
13301         (ev_window_setup_document), (ev_window_set_page_mode),
13302         (ev_window_page_mode_cb), (ev_window_init): Clean up the
13303         view-swapping code a bit so we can have multiple views on a
13304         document.  Add the multi-page view, though it can't be turned on
13305         yet.
13306
13307 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13308
13309         * shell/ev-application.c: (ev_application_open):
13310         * shell/ev-view.c: (expose_bin_window):
13311         * shell/ev-window.c: (ev_window_open):
13312
13313         Support eps and check document supports find
13314         before drawing highlightings in expose.
13315
13316 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
13317
13318         * pixbuf/pixbuf-document.c:
13319         (pixbuf_document_thumbnails_get_dimensions),
13320         (pixbuf_document_document_thumbnails_iface_init):
13321
13322         implement get_dimensions
13323
13324 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13325
13326         * NEWS:
13327         * configure.ac:
13328
13329         Release 0.1.2
13330
13331 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13332
13333         * shell/ev-view.c: (set_document_page):
13334
13335         Scroll at the top of the page when changing page
13336
13337 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13338
13339         * shell/ev-view.c: (ev_view_motion_notify_event):
13340
13341         Do not redraw unnecessarily
13342
13343 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13344
13345         * pdf/xpdf/pdf-document.cc:
13346         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13347         (expose_bin_window), (find_changed_cb):
13348
13349         Yay! find works now... Now to find bugs...
13350
13351 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13352
13353         * backend/ev-document-find.c: (ev_document_find_base_init),
13354         (ev_document_find_changed):
13355         * backend/ev-document-find.h:
13356         * pdf/xpdf/pdf-document.cc:
13357         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13358         (expose_bin_window), (ev_view_init), (set_document_page),
13359         (ensure_rectangle_is_visible), (jump_to_find_result),
13360         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
13361         (ev_view_find_next), (ev_view_find_previous):
13362         * shell/ev-view.h:
13363         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
13364
13365         More work on find implementation, mostly there now
13366
13367 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
13368
13369         * backend/ev-backend-marshalers.list:
13370         * backend/ev-document-find.c: (ev_document_find_base_init),
13371         (ev_document_find_cancel), (ev_document_find_page_has_results),
13372         (ev_document_find_get_n_results), (ev_document_find_get_result),
13373         (ev_document_find_get_progress), (ev_document_find_changed):
13374         * backend/ev-document-find.h:
13375
13376         Enanche the find interface to be really able to do
13377         multi page find.
13378
13379         * pdf/xpdf/pdf-document.cc:
13380
13381         Implement
13382
13383         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
13384         (expose_bin_window), (ev_view_init),
13385         (ev_view_get_find_status_message), (find_changed_cb),
13386         (ev_view_set_document), (set_document_page):
13387
13388         Adapt to the new interface. A few things are regressed sorry,
13389         I will finish it soon.
13390
13391 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
13392
13393         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
13394         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
13395         ev_sidebar_thumbnails_parent_class variable, don't define another
13396         parent_class variable.
13397
13398         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
13399         (ev_page_action_class_init): ditto.
13400
13401         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
13402         (pixbuf_document_class_init): ditto.
13403
13404         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
13405         ditto.
13406
13407         * .cvsignore: ignore various valgrind output files.
13408
13409 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13410
13411         * data/evince-ui.xml:
13412         * shell/Makefile.am:
13413         * shell/ev-history.c:
13414         * shell/ev-history.h:
13415         * shell/ev-navigation-action.c:
13416         * shell/ev-navigation-action.h:
13417         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
13418         (ev_view_set_page), (ev_view_fit_width):
13419         * shell/ev-view.h:
13420         * shell/ev-window.c: (update_action_sensitivity),
13421         (ev_window_setup_document), (register_custom_actions):
13422
13423         Kill session history
13424
13425 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13426
13427         * shell/ev-window.c: (update_action_sensitivity):
13428
13429         Fix inverted up/down buttons
13430
13431 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
13432
13433         * shell/ev-sidebar-thumbnails.c
13434         (ev_sidebar_thumbnails_select_page): make sure the selected
13435         thumbnail stays visible.
13436
13437 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
13438
13439         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
13440         scrolled window for Federico.
13441
13442 2005-01-26  Ole Laursen  <olau@hardworking.dk>
13443
13444         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
13445
13446 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
13447
13448         * configure.ac:
13449         * pdf/splash/SplashFTFontEngine.cc:
13450
13451         Fix CID fonts with freetype 2.1.9
13452
13453 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
13454
13455         * TODO: added item for desktop icon thumbnailer
13456
13457 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
13458
13459         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
13460         unloaded docs when the title is accessed.
13461
13462         * shell/ev-password-view.[hc]: New widget for displaying password
13463         state.
13464
13465         * shell/ev-window.[ch]: Refactor password handling code to handle
13466         the new view.
13467
13468 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
13469
13470         * NEWS:
13471         * configure.ac:
13472         * data/Makefile.am:
13473
13474         Release 0.1.1
13475
13476 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
13477
13478         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
13479         ignore page offset here, to make search results independent of it,
13480
13481         * shell/ev-view.c (expose_bin_window): but take offsets into
13482         account here. Bug #164932
13483
13484         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
13485         scale at the right time. Bug #164996
13486
13487 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
13488
13489         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
13490         fix the problem. Now I just removed the Adobe font names and hope
13491         that the URW fonts are always in outline format. Bug #164934
13492
13493         * shell/ev-window.c (update_window_title): empty titles are
13494         useless, use filename in that case too.
13495
13496         * NEWS: Add some content.
13497
13498 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
13499
13500         * TODO: added one more TODO item and a TODONE section :)
13501
13502 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
13503
13504         * ps/ps-document.h: add page_[xy]_offset fields.
13505
13506         * ps/ps-document.c (ps_document_set_page_offset)
13507         (ps_document_render): Keep offset in consideration in a few
13508         places. Bug #164752 "postscript documents are not centered in
13509         window"
13510
13511         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
13512         s/gpdf/evince/. Spotted by Stephane Loeuillet.
13513
13514         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
13515         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
13516         stub out missing methods for complete EvDocument implementation.
13517         Fixes segfaults with Save A Copy and Copy actions.
13518
13519         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
13520         (ps_document_document_iface_init): ditto.
13521         
13522 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13523
13524         * data/.cvsignore:
13525         * data/Makefile.am:
13526         * data/evince.desktop.in:
13527
13528         Add desktop file
13529
13530 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13531
13532         * shell/ev-view.c: (ev_view_button_press_event),
13533         (ev_view_motion_notify_event):
13534
13535         Make selection work in any direction
13536
13537 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13538
13539         * TODO:
13540         * shell/ev-window.c: (set_short_labels), (ev_window_init):
13541
13542         Use shorter labels for some of the toolbars items
13543
13544 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13545
13546         * pdf/xpdf/pdf-document.cc:
13547
13548         Check the links info is initialized before
13549         using it. Should fix a crash on startup.
13550
13551 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
13552
13553         * pixbuf/pixbuf-document.c
13554         (pixbuf_document_thumbnails_get_dimensions): force floating point
13555         division to calculate page_ratio. Fixes crash with landscape
13556         format pixbufs.
13557
13558 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
13559
13560         * shell/ev-view.c (ev_view_realize): make the bg color darker.
13561
13562 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
13563
13564         * shell/ev-view.c (set_document_page): unset has_selection when
13565         the page changes.
13566         (set_document_page): handle paper size changes when the page
13567         changes (test with Free Culture, page 2).
13568
13569 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13570
13571         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
13572         (expose_bin_window), (ev_view_class_init), (ev_view_init):
13573
13574         Use normal style color for the widget background and
13575         draw a black box around the page.
13576
13577 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13578
13579         * pdf/xpdf/pdf-document.cc:
13580
13581         Keep offset in consideration in a few places
13582
13583         * shell/ev-view.c: (expose_bin_window):
13584
13585         Set the offsets so that the document is ever centered
13586
13587 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
13588
13589         * TODO: Added TODO items and finished off the first todo item
13590
13591         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
13592         reflect current authors
13593
13594 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13595
13596         * pdf/xpdf/pdf-document.cc:
13597         * shell/ev-view.c: (ev_view_set_cursor),
13598         (ev_view_motion_notify_event), (document_changed_callback),
13599         (set_document_page):
13600
13601         Show a wait cursor while the page is rendering
13602
13603 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13604
13605         * shell/ev-sidebar-thumbnails.c:
13606         (ev_sidebar_tree_selection_changed),
13607         (ev_sidebar_thumbnails_select_page):
13608         * shell/ev-sidebar-thumbnails.h:
13609         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
13610         (ev_view_can_go_forward):
13611         * shell/ev-window.c: (ev_window_open_page),
13612         (ev_window_setup_document), (update_current_page),
13613         (view_page_changed_cb), (ev_window_init):
13614         * shell/ev-window.h:
13615
13616         Ensure thumbnails selection, toolbar page control and
13617         current page are in sync.
13618
13619 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
13620
13621         * pdf/xpdf/XRef.cc:
13622
13623         Fix CAN-2005-0064
13624
13625 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
13626
13627         * backend/Makefile.am:
13628         * backend/ev-document-links.h:
13629         * backend/ev-document-security.c: (ev_document_security_get_type),
13630         (ev_document_security_has_document_security),
13631         (ev_document_security_set_password):
13632         * backend/ev-document-security.h:
13633         * backend/ev-document.c: (ev_document_error_quark):
13634         * backend/ev-document.h:
13635         * data/Makefile.am:
13636         * data/evince-password.glade:
13637         * pdf/xpdf/pdf-document.cc:
13638         * shell/Makefile.am:
13639         * shell/ev-password.c: (ev_password_set_bad_password_label),
13640         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
13641         (ev_password_dialog_get_password),
13642         (ev_password_dialog_set_bad_pass):
13643         * shell/ev-password.h:
13644         * shell/ev-window.c: (ev_window_get_attribute),
13645         (ev_window_set_property), (update_action_sensitivity),
13646         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
13647         (ev_window_setup_document), (ev_window_get_password),
13648         (ev_window_open), (ev_window_cmd_save_as),
13649         (using_postscript_printer), (ev_window_print),
13650         (find_not_supported_dialog), (ev_window_cmd_edit_find),
13651         (update_fullscreen_popup), (ev_window_fullscreen),
13652         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
13653         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
13654         (menu_item_select_cb), (find_bar_search_changed_cb),
13655         (ev_window_dispose), (ev_window_init):
13656
13657         Add initial support for password-supported dialogs.  This could be
13658         a lot cooler, but it'll do for now.
13659
13660 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
13661
13662         * pdf/xpdf/pdf-document.cc:
13663         * shell/ev-view.c: (status_message_from_link),
13664         (ev_view_set_status), (ev_view_set_cursor),
13665         (ev_view_motion_notify_event), (ev_view_init):
13666         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
13667
13668         Fix bugs in the links implementation and change cursor
13669         when hovering a link.
13670
13671 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
13672
13673         * viewer/.cvsignore: added cvsignore file for viewer directory
13674
13675         * TODO: created TODO document
13676
13677 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
13678
13679         * shell/ev-view.h:
13680         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
13681         new functions to help with implementation of sensitivity code
13682         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
13683         of all actions that might require it.  Fixes a crash when you
13684         click on the Zoom actions in a window lacking a document.
13685
13686 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
13687
13688         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
13689         of the Find action
13690
13691 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13692
13693         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
13694         (pixbuf_document_document_iface_init):
13695         * ps/ps-document.c: (ps_document_get_link),
13696         (ps_document_document_iface_init):
13697         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
13698         (status_message_from_link), (ev_view_set_status),
13699         (ev_view_set_find_status), (ev_view_motion_notify_event),
13700         (ev_view_button_release_event), (ev_view_set_property),
13701         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
13702         (ev_view_get_find_status_message), (update_find_results),
13703         (ev_view_get_status), (ev_view_get_find_status):
13704         * shell/ev-view.h:
13705         * shell/ev-window.c: (view_status_changed_cb),
13706         (view_find_status_changed_cb), (ev_window_init):
13707
13708         View status message support, use it to show the links.
13709         Needs work...
13710
13711 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13712
13713         * backend/ev-document.c: (ev_document_get_link):
13714         * backend/ev-document.h:
13715         * pdf/xpdf/pdf-document.cc:
13716         * shell/ev-application.c: (ev_application_open):
13717         * shell/ev-application.h:
13718         * shell/ev-sidebar-links.c: (selection_changed_cb):
13719         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
13720         (ev_view_go_to_link):
13721
13722         Add support for document links
13723
13724 2005-01-13  Anders Carlsson  <andersca@gnome.org>
13725
13726         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
13727         (create_tool_item):
13728         Set the spin button limits correctly.
13729         
13730         * shell/ev-sidebar-thumbnails.c:
13731         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
13732         Support changing pages by clicking on the thumbnails.
13733         
13734 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
13735
13736         * pixbuf/pixbuf-document.c:
13737         (pixbuf_document_thumbnails_get_dimensions),
13738         (pixbuf_document_document_thumbnails_iface_init):
13739
13740         implement get_dimensions
13741
13742 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13743
13744         * ps/ps-document.c: (ps_document_goto_page):
13745
13746         Fix page switching on multipage documents
13747
13748 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
13749
13750         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13751         
13752         check for NULL before assigning to width and height parameters
13753
13754 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
13755
13756         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
13757         (pixbuf_document_set_property), (pixbuf_document_get_property):
13758
13759         implement get/set properties
13760
13761 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
13762
13763         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
13764         
13765         return NULL instead of "Unknown", letting the title get set to
13766         the filename when the pdf has no title.
13767
13768 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13769
13770         * ps/ps-document.c: (ps_document_get_page_count),
13771         (ps_document_goto_page):
13772
13773 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13774
13775         * shell/ev-history.c: (ev_history_get_property),
13776         (ev_history_set_property), (ev_history_class_init),
13777         (ev_history_add_page), (ev_history_set_current_index):
13778         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
13779         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
13780         (ev_navigation_action_finalize):
13781         * shell/ev-navigation-action.h:
13782         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13783         (ev_view_go_forward), (ev_view_get_find_status_message),
13784         (history_index_changed_cb), (ev_view_set_history):
13785         * shell/ev-view.h:
13786         * shell/ev-window.c: (update_total_pages), (ev_window_open),
13787         (update_current_page), (register_custom_actions):
13788
13789         Implement history dropdowns
13790
13791 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13792
13793         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
13794         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13795         (ev_view_go_forward):
13796         * shell/ev-window.c: (register_custom_actions):
13797
13798         Fix several history bugs
13799
13800 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
13801
13802         * configure.ac: Add «nb» to ALL_LINGUAS.
13803
13804 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
13805
13806         * backend/Makefile.am:
13807         * backend/ev-bookmark.c:
13808         * backend/ev-bookmark.h:
13809         * backend/ev-document-bookmarks.c:
13810         * backend/ev-document-bookmarks.h:
13811         * backend/ev-document-links.c: (ev_document_links_get_type),
13812         (ev_document_links_has_document_links),
13813         (ev_document_links_begin_read), (ev_document_links_get_link),
13814         (ev_document_links_get_child), (ev_document_links_next),
13815         (ev_document_links_free_iter):
13816         * backend/ev-document-links.h:
13817         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
13818         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
13819         (ev_link_get_link_type), (ev_link_set_link_type),
13820         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
13821         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
13822         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
13823         (ev_link_new_external):
13824         * backend/ev-link.h:
13825         * pdf/xpdf/pdf-document.cc:
13826         * shell/Makefile.am:
13827         * shell/ev-application.c: (ev_application_open_link):
13828         * shell/ev-application.h:
13829         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
13830         (ev_history_get_link_nth):
13831         * shell/ev-history.h:
13832         * shell/ev-sidebar-bookmarks.c:
13833         * shell/ev-sidebar-bookmarks.h:
13834         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
13835         (ev_sidebar_links_class_init), (selection_changed_cb),
13836         (ev_sidebar_links_construct), (ev_sidebar_links_init),
13837         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
13838         (do_one_iteration), (populate_links_idle),
13839         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
13840         * shell/ev-sidebar-links.h:
13841         * shell/ev-sidebar.c: (ev_sidebar_set_document):
13842         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
13843         (go_to_index):
13844         * shell/ev-view.h:
13845         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
13846         * shell/ev-window.h:
13847
13848         Rename bookmark to link, and use "Index" for the sidebar panel.
13849
13850 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13851
13852         * shell/Makefile.am:
13853         * shell/ev-application.c: (ev_application_open_bookmark):
13854         * shell/ev-application.h:
13855         * shell/ev-history.c: (ev_history_init), (free_links_list),
13856         (ev_history_finalize), (ev_history_class_init),
13857         (ev_history_add_link), (ev_history_add_page),
13858         (ev_history_get_link_nth), (ev_history_get_n_links),
13859         (ev_history_get_current_index), (ev_history_set_current_index),
13860         (ev_history_new):
13861         * shell/ev-history.h:
13862         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13863         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
13864         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
13865         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
13866         (ev_view_set_page):
13867         * shell/ev-view.h:
13868         * shell/ev-window.c: (ev_window_open_bookmark),
13869         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
13870         (goto_page_cb), (register_custom_actions):
13871         * shell/ev-window.h:
13872
13873         Initial history implementation. Needs work.
13874
13875 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
13876
13877         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
13878
13879 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13880
13881         * cut-n-paste/recent-files/egg-recent-item.c:
13882         * cut-n-paste/recent-files/egg-recent-item.h:
13883         * cut-n-paste/recent-files/egg-recent-model.c:
13884         * cut-n-paste/recent-files/egg-recent-util.c:
13885         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
13886         * cut-n-paste/recent-files/egg-recent-view.c:
13887
13888         Update
13889
13890 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
13891
13892         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
13893         (fillGlyph, fillImageMask, drawImage):
13894         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
13895         pdf/splash/SplashTypes.h:
13896         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
13897         packed mode for Splash.
13898
13899         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
13900         RGB8 packed mode, eliminates the pixbuf data creation loop.
13901
13902         * shell/ev-print-job.c (ev_print_job_finalize)
13903         (ev_print_job_set_property, ev_print_job_get_property)
13904         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
13905         (ev_print_job_use_print_dialog_settings, idle_print_handler)
13906         (print_closure_finalize, ev_print_job_print): implement
13907         printing (for backends with EvPsExporter)
13908
13909         * shell/ev_print_job.h: update prototypes.
13910
13911         * shell/ev-window.c (ev_window_print): unref print job after
13912         printing.
13913
13914         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
13915         unless the document implements the EvDocumentFind interface.
13916
13917 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
13918
13919         * configure.ac: Added ja to ALL_LINGUAS.
13920
13921 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13922
13923         * pdf/xpdf/pdf-document.cc:
13924
13925         add a FIXME. We should probably not allocate
13926         a bookmark object every time
13927
13928 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13929
13930         * shell/ev-application.c: (ev_application_open),
13931         (ev_application_open_bookmark):
13932         * shell/ev-application.h:
13933         
13934         Add a way to open bookmarks
13935
13936         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
13937         (ev_bookmark_set_uri), (ev_bookmark_get_property),
13938         (ev_bookmark_set_property), (ev_bookmark_class_init),
13939         (ev_bookmark_new_title), (ev_bookmark_new_link),
13940         (ev_bookmark_new_external):
13941
13942         Support for external uris, better constructors.
13943
13944         * backend/ev-bookmark.h:
13945         * pdf/xpdf/pdf-document.cc:
13946         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13947
13948         Handle external uris
13949
13950 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13951
13952         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
13953         (ev_sidebar_bookmarks_construct), (do_one_iteration):
13954
13955         Hook up bookmarks navigation
13956
13957 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13958
13959         * backend/Makefile.am:
13960         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
13961         (ev_bookmark_get_title), (ev_bookmark_set_title),
13962         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
13963         (ev_bookmark_get_page), (ev_bookmark_set_page),
13964         (ev_bookmark_get_property), (ev_bookmark_set_property),
13965         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
13966         (ev_bookmark_new):
13967         * backend/ev-bookmark.h:
13968         * backend/ev-document-bookmarks.c:
13969         (ev_document_bookmarks_get_bookmark):
13970         * backend/ev-document-bookmarks.h:
13971         * pdf/xpdf/pdf-document.cc:
13972         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
13973
13974         Add a bookmark object to the backend and use it instead of get_values
13975
13976 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13977
13978         * data/evince-ui.xml:
13979
13980         Cleanup and add select all.
13981
13982         * shell/ev-view.c: (ev_view_select_all),
13983         (ev_view_button_press_event):
13984         * shell/ev-view.h:
13985         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
13986
13987         Add select all.
13988         Clear selection on click.
13989
13990 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
13991
13992         * shell/ev-sidebar-thumbnails.c
13993         (ev_sidebar_thumbnails_set_document): forgot to unref the
13994         loading_icon.
13995
13996 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
13997
13998         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
13999         at the visible page, not just linearly.  This makes it look fast.
14000
14001 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
14002
14003         * backend/ev-document-misc.c
14004         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
14005         white.
14006         * backend/ev-document-thumbnails.h: New interface to get the size
14007         of a page.
14008
14009 2005-01-06  Jeremy Katz  <katzj@redhat.com>
14010
14011         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
14012         make dist works
14013
14014 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
14015
14016         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
14017         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
14018         things up a bit.
14019
14020         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
14021
14022 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
14023
14024         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
14025         fonts. Should fix font problems on systems that have the base
14026         fonts in bitmap format. Reported by James Henstridge
14027         <james@jamesh.id.au>.
14028
14029 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14030
14031         * pdf/xpdf/Gfx.cc:
14032         * pdf/xpdf/GfxState.cc:
14033
14034         Fix for CAN-2004-1125
14035
14036 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14037
14038         * shell/ev-view.c: (ev_view_copy):
14039         * shell/ev-view.h:
14040         * shell/ev-window.c: (ev_window_cmd_edit_copy):
14041
14042         Implement Edit->Copy
14043
14044 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14045
14046         * backend/ev-document.c: (ev_document_get_text):
14047         * backend/ev-document.h:
14048         * pdf/xpdf/pdf-document.cc:
14049         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
14050         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
14051         (ev_view_update_primary_selection), (ev_view_button_press_event),
14052         (ev_view_motion_notify_event), (ev_view_button_release_event):
14053
14054         Beginnings of clipboard support. Incomplete but primary sort
14055         of work.
14056
14057 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14058
14059         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
14060         (expose_bin_window):
14061
14062         Nicer rubberband drawing, from GtkIconView.
14063
14064 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14065
14066         * backend/ev-document.c: (ev_document_save):
14067         * backend/ev-document.h:
14068         * data/evince-ui.xml:
14069         * pdf/xpdf/pdf-document.cc:
14070         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
14071
14072         Implement "Save a copy..." menu item
14073
14074 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14075
14076         * shell/ev-view.c: (ev_view_zoom):
14077
14078         Queue a resize when zoom changes
14079
14080 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
14081
14082         * backend/ev-document-misc.[ch]: New misc file to do simple drop
14083         shadows.
14084
14085         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
14086         thumbnails..
14087
14088 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
14089
14090         * pdf/xpdf/pdf-document.cc
14091         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
14092
14093 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
14094
14095         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
14096         It's slow, but I'll speed it up next!
14097
14098 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
14099
14100         * shell/main.c (load_files):
14101
14102         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
14103         from the command line and because it seems more appropriate.
14104
14105 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14106
14107         * data/evince-ui.xml:
14108         * shell/ev-window.c: (update_action_sensitivity),
14109         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
14110
14111         s/next page/page down
14112         s/previous page/page up
14113
14114 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14115
14116         * data/evince-ui.xml:
14117
14118         Change the layout to match clarkbw design.
14119
14120         * shell/Makefile.am:
14121         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
14122         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
14123         (ev_navigation_action_finalize),
14124         (ev_navigation_action_set_property),
14125         (ev_navigation_action_get_property),
14126         (ev_navigation_action_class_init):
14127         * shell/ev-navigation-action.h:
14128
14129         Implement clarkbw toolbar navigation controls (incomplete)
14130
14131         * shell/ev-page-action.c: (update_label), (update_spin),
14132         (value_changed_cb), (create_tool_item), (connect_proxy),
14133         (ev_page_action_init), (ev_page_action_finalize),
14134         (ev_page_action_set_property), (ev_page_action_get_property),
14135         (ev_page_action_set_current_page),
14136         (ev_page_action_set_total_pages), (ev_page_action_class_init):
14137         * shell/ev-page-action.h:
14138
14139         Implement a page switcher in the toolbar
14140
14141         * shell/ev-view.c: (ev_view_scroll_view):
14142         * shell/ev-window.c: (update_total_pages), (ev_window_open),
14143         (update_current_page), (view_page_changed_cb), (goto_page_cb),
14144         (register_custom_actions), (ev_window_init):
14145
14146         Change page on PageUp/Down.
14147
14148 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
14149
14150         * pdf/xpdf/pdf-document.cc
14151         (pdf_document_thumbnails_get_thumbnail): initial stab at
14152         implementing thumbnail support for pdfs.  It only does documents
14153         with precached pdfs now.
14154
14155 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
14156
14157         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
14158         thumbnail code into a time-based idle as well.  Also, turn off the
14159         shadow temporarily as it's really slow.
14160
14161 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14162
14163         * backend/ev-document.c: (ev_document_class_init):
14164         * pdf/xpdf/pdf-document.cc:
14165         * shell/ev-window.c: (ev_window_open):
14166
14167         Fix document title bugs and fallback to
14168         filename when not available.
14169
14170 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14171
14172         * backend/ev-document.c: (ev_document_get_type),
14173         (ev_document_class_init), (ev_document_load),
14174         (ev_document_get_title):
14175         * backend/ev-document.h:
14176         * pdf/xpdf/pdf-document.cc:
14177         * ps/ps-document.c: (ps_document_set_property),
14178         (ps_document_get_property), (ps_document_class_init),
14179         (document_load):
14180         * ps/ps-document.h:
14181         * ps/ps.h:
14182         * shell/ev-window.c: (update_window_title), (ev_window_open),
14183         (ev_window_init):
14184
14185         Initial support for document title. Not working yet.
14186
14187 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14188
14189         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
14190
14191         Grab focus on the view when clicking it
14192
14193 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14194
14195         * shell/ev-marshal.list:
14196         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
14197         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
14198
14199         Add key bindings to the view. Now if the focus would work
14200         right...
14201
14202 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14203
14204         * Makefile.am:
14205         * backend/Makefile.am:
14206         * data/Makefile.am:
14207         * dvi/Makefile.am:
14208         * dvi/dvilib/Makefile.am:
14209         * pdf/xpdf/Makefile.am:
14210         * po/POTFILES.in:
14211         * ps/Makefile.am:
14212
14213         Fix distcheck
14214
14215 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14216
14217         * shell/ev-view.c: (ev_view_realize):
14218
14219         Fix mouse wheel scrolling
14220
14221 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14222
14223         * ps/Makefile.am:
14224         * ps/gstypes.h:
14225         * ps/gtkgs.c:
14226         * ps/gtkgs.h:
14227         * ps/ps-document.c: (catchPipe), (ps_document_init),
14228         (ps_document_class_init), (ps_document_cleanup),
14229         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
14230         (set_up_page), (close_pipe), (is_interpreter_ready),
14231         (interpreter_failed), (output), (input), (start_interpreter),
14232         (stop_interpreter), (file_length), (file_readable),
14233         (check_filecompressed), (check_pdf), (compute_xdpi),
14234         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
14235         (ps_document_get_type), (ps_document_emit_error_msg),
14236         (document_load), (ps_document_next_page),
14237         (ps_document_get_current_page), (ps_document_get_page_count),
14238         (ps_document_goto_page), (ps_document_set_page_size),
14239         (ps_document_zoom_to_fit), (ps_document_set_zoom),
14240         (ps_document_load), (ps_document_get_n_pages),
14241         (ps_document_set_page), (ps_document_get_page),
14242         (ps_document_widget_event), (ps_document_set_target),
14243         (ps_document_set_scale), (ps_document_set_page_offset),
14244         (ps_document_get_page_size), (ps_document_render),
14245         (ps_document_document_iface_init):
14246         * ps/ps-document.h:
14247         * ps/ps.c:
14248         * shell/ev-window.c: (ev_window_open):
14249
14250         Rename GtkGS to PSDocument
14251
14252 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14253
14254         * ps/gtkgs.c: (gtk_gs_class_init):
14255         * ps/gtkgs.h:
14256
14257         Some more leftover...
14258
14259 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14260
14261         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
14262         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
14263         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
14264         * ps/gtkgs.h:
14265
14266         Remove unused code and make a lot of stuff private
14267
14268 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14269
14270         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
14271         (gtk_gs_defaults_changed):
14272         * ps/gsdefaults.h:
14273         * ps/gtkgs.c:
14274         * ps/gtkgs.h:
14275         * ps/ps.h:
14276
14277         Cleanup headers dependencies
14278
14279 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14280
14281         * ps/Makefile.am:
14282         * ps/ggvutils.c:
14283         * ps/ggvutils.h:
14284         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
14285         * ps/gsdefaults.h:
14286         * ps/gtkgs.c: (file_length), (file_readable),
14287         (check_filecompressed), (check_pdf), (gtk_gs_load),
14288         (gtk_gs_get_postscript):
14289
14290         Get rid of ggvutils
14291
14292 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14293
14294         * ps/ggvutils.c:
14295         * ps/ggvutils.h:
14296         * ps/gsio.h:
14297         * ps/gtkgs.c: (gtk_gs_set_zoom):
14298
14299         Cleanups
14300
14301 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14302
14303         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
14304
14305         Ensure the page is rerendered when changing zoom
14306
14307 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14308
14309         * backend/ev-document.c: (ev_document_base_init),
14310         (ev_document_changed):
14311         * backend/ev-document.h:
14312
14313         Add a changed event that is emitted when the page content
14314         changes. This is necessary to deal with the fact that
14315         in ps backend rendering happen asycrounously.
14316         This makes the ps backend mostly work.
14317
14318         * pdf/xpdf/pdf-document.cc:
14319
14320         Emit changed event
14321
14322         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
14323         (ps_document_set_target):
14324
14325         Emit changed event
14326
14327         * shell/ev-view.c: (document_changed_callback),
14328         (ev_view_set_document), (ev_view_set_page):
14329
14330         Redraw on the changed signal
14331
14332 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
14333
14334         * configure.ac: Added pt_BR to ALL_LINGUAS.
14335
14336 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
14337
14338         * backend/ev-document-bookmarks.c:
14339         (ev_document_bookmarks_get_child): *
14340         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
14341         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
14342         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
14343         (ev_sidebar_bookmarks_destroy),
14344         (ev_sidebar_bookmarks_class_init),
14345         (ev_sidebar_bookmarks_construct), (stack_data_free),
14346         (do_one_iteration), (populate_bookmarks_idle),
14347         (ev_sidebar_bookmarks_clear_document),
14348         (ev_sidebar_bookmarks_set_document): *
14349         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
14350         (ev_sidebar_add_page),
14351         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
14352         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
14353         it displays both the topics and the page numbers.
14354
14355 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
14356
14357         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
14358         toggle.
14359         * shell/ev-window.c (toggle_entries): Set sidebar default value to
14360         visible.
14361
14362 2004-12-23  Adam Weinberger  <adamw@gnome.org>
14363
14364         * configure.ac: Added en_CA to ALL_LINGUAS.
14365
14366 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14367
14368         * ChangeLog: replace bottom of this ChangeLog (merged history of
14369         ggv and gpdf; where all paths were wrong and most of the files are
14370         not even in this tree) with ChangeLog (from arch) of the shell
14371         code.
14372
14373 2004-12-23  Havoc Pennington  <hp@redhat.com>
14374
14375         * shell/ev-window.c: hook up potentially-questionable "find
14376         results status text" feature - something involving the sidebar or
14377         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
14378         might be better in the end.
14379
14380         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
14381         with corresponding signal when it should be updated
14382
14383         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
14384
14385 2004-12-22  Havoc Pennington  <hp@redhat.com>
14386
14387         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
14388         find stuff on other pages, sort of (only returns one result on
14389         invisible pages, to show they have results; updates full results
14390         for a page when you view it). Currently repaints the current page
14391         every time a new result is found on any page, which isn't so nice.
14392
14393 2004-12-22  Havoc Pennington  <hp@redhat.com>
14394
14395         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
14396         the document doesn't support find (better ideas?)
14397         (find_bar_search_changed_cb): handle missing document or document
14398         that doesn't support find
14399
14400         * pdf/xpdf/pdf-document.cc: port to implement the new
14401         EvDocumentFindIface
14402
14403         * backend/ev-document-find.c: create a new interface for searching
14404
14405         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
14406
14407 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14408
14409         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
14410         libevbackend.la.
14411
14412         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
14413         EvPrintJob constructor arguments.
14414
14415         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
14416         for documents that can export PostScript (page by page).
14417
14418         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
14419         
14420         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
14421         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
14422         (pdf_document_ps_exporter_iface_init:
14423         Implement EvPSExporter.
14424
14425         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
14426
14427 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14428
14429         * backend/Makefile.am:
14430         * backend/ev-document-thumbnails.c:
14431         (ev_document_thumbnails_get_type),
14432         (ev_document_thumbnails_get_thumbnail):
14433         * backend/ev-document-thumbnails.h:
14434         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
14435         (pixbuf_document_thumbnails_get_thumbnail),
14436         (pixbuf_document_document_thumbnails_iface_init):
14437         * shell/Makefile.am:
14438         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
14439         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
14440         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
14441         * shell/ev-sidebar-thumbnails.h:
14442         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
14443         (ev_sidebar_set_document):
14444         * shell/ev-utils.c: (gaussian), (create_blur_filter),
14445         (create_shadow), (ev_pixbuf_add_shadow):
14446         * shell/ev-utils.h:
14447         Add thumbnail support.
14448         
14449 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14450
14451         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
14452         (using_postscript_printer): Set up a print dialog for "PostScript
14453         injection" method.
14454
14455         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
14456         EvPrintJob.
14457
14458         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
14459
14460 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14461
14462         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
14463         (ps_document_set_target), (ps_document_get_page_size),
14464         (ps_document_render):
14465         * ps/gtkgs.h:
14466
14467         Fix a few bugs
14468
14469 2004-12-22  Christian Rose  <menthos@menthos.com>
14470
14471         * configure.ac: Added "sv" to ALL_LINGUAS.
14472
14473 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
14474
14475         * backend/ev-document-bookmarks.[ch]: new interface to indicate
14476         document supports bookmarks.
14477
14478 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14479
14480         * ps/ggvutils.c: (ggv_file_readable):
14481         * ps/ggvutils.h:
14482         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
14483         (gtk_gs_get_postscript):
14484
14485         Remove unused utils
14486
14487 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14488
14489         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
14490         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
14491         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
14492         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
14493         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
14494         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
14495         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
14496         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
14497         (gtk_gs_set_antialiasing), (ps_document_load),
14498         (ps_document_render):
14499         * ps/gtkgs.h:
14500
14501         Another check point for the ps backend. Now I can get it to show
14502         pages!
14503
14504 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
14505
14506         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
14507         document setting code.
14508
14509 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14510
14511         * shell/eggfindbar.c: (entry_activate_callback):
14512         Animate the next button when activate is pressed.
14513         
14514 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14515
14516         * shell/ev-window.c: (ev_window_cmd_edit_find),
14517         (update_fullscreen_popup), (ev_window_fullscreen),
14518         (ev_window_unfullscreen), (ev_window_state_event_cb),
14519         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
14520         Fix bugs in fullscreen code.
14521         
14522 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14523
14524         * Makefile.am:
14525         * configure.ac:
14526         * pixbuf/Makefile.am:
14527         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
14528         (pixbuf_document_load), (pixbuf_document_get_n_pages),
14529         (pixbuf_document_set_page), (pixbuf_document_get_page),
14530         (pixbuf_document_set_target), (pixbuf_document_set_scale),
14531         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
14532         (pixbuf_document_render), (pixbuf_document_begin_find),
14533         (pixbuf_document_end_find), (pixbuf_document_finalize),
14534         (pixbuf_document_class_init),
14535         (pixbuf_document_document_iface_init), (pixbuf_document_init):
14536         * pixbuf/pixbuf-document.h:
14537         * shell/Makefile.am:
14538         * shell/ev-application.c: (ev_application_open):
14539         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
14540         (ev_window_open):
14541         Add pixbuf backend.
14542         
14543 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
14544
14545         * Makefile.am: 
14546         * dvi/dvilib/Makefile.am:
14547         * dvi/Makefile.am:
14548         * configure.ac: Auto*ify dvi and dvi/dvilib
14549
14550         * dvi/Makefile: Remove from CVS
14551         
14552         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
14553         confusion.
14554
14555         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
14556         
14557         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
14558         
14559 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14560
14561         * ps/Makefile.am:
14562         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
14563         (gtk_gs_value_adjustment_changed), (compute_size),
14564         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
14565         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
14566         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
14567         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
14568         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
14569         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
14570         (ps_document_load), (ps_document_get_n_pages),
14571         (ps_document_set_page), (ps_document_get_page),
14572         (ps_document_set_target), (ps_document_set_scale),
14573         (ps_document_set_page_offset), (ps_document_get_page_size),
14574         (ps_document_render), (ps_document_begin_find),
14575         (ps_document_end_find), (ps_document_document_iface_init):
14576         * ps/gtkgs.h:
14577         * shell/Makefile.am:
14578         * shell/ev-window.c: (ev_window_open):
14579
14580         Some work to integrate gtkgs with EvDocument
14581
14582 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14583
14584         * shell/ev-window.c: (update_fullscreen_popup),
14585         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
14586         (exit_fullscreen_button_clicked_cb),
14587         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
14588         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
14589         (ev_window_state_event_cb), (ev_window_init):
14590         Add fullscreen support from Epiphany.
14591         
14592 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14593
14594         * data/ev-stock-zoom-fit-width.png: fit-width
14595         stock icon from gpdf.
14596         
14597         * shell/ev-stock-icons.[ch]: copied from gpdf.
14598         
14599         * shell/main.c: (main): init stock icons.
14600         
14601         * shell/ev-window.c: use the fit-width icon.
14602         
14603         * data/evince-ui.xml: add zooming toolbar items.
14604
14605 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14606
14607         * shell/ev-view.c: 
14608         (ev_view_best_fit), (ev_view_fit_width): because
14609         get_page_size() returns the scaled page size, we
14610         need to calculate the scale factor relative to
14611         the previous scale factor. Should really just
14612         add get_real_page_size().
14613
14614 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14615
14616         * shell/ev-view.[ch]:
14617         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
14618         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
14619         add zooming.
14620         
14621         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
14622         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
14623         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
14624         hook it up.
14625         
14626         * pdf/xpdf/pdf-document.cc:
14627         (pdf_document_begin_find),
14628         (pdf_document_end_find): make static.
14629
14630 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14631
14632         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
14633
14634         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
14635         names to fontconfig patterns.
14636         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
14637
14638         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
14639         setupBaseFontsFc.
14640
14641 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14642
14643         * Makefile.am:
14644         * configure.ac:
14645         * ps/Makefile.am:
14646         * ps/ggvutils.c:
14647         * ps/ggvutils.h:
14648         * ps/gsdefaults.c:
14649         * ps/gsdefaults.h:
14650         * ps/gsio.c:
14651         * ps/gsio.h:
14652         * ps/gtkgs.c:
14653         * ps/gtkgs.h:
14654         * ps/ps.c:
14655         * ps/ps.h:
14656
14657         Import ggv backend. Not hooked up yet.
14658
14659 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14660
14661         * shell/main.c: (load_files), (main): load files
14662         from the command line.
14663
14664 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14665
14666         * configure.ac: don't require bonobo.
14667         
14668         * cut-n-paste/recent-files/*: kill bonobo recent
14669         view.
14670
14671         * shell/ev-window.c:
14672         (ev_window_is_empty): upd.
14673         (unable_to_load), (ev_window_open): load backend
14674         based on the mime type.
14675
14676 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14677
14678         * backend/.cvsignore: ignore generated marshalers source.
14679
14680         * shell/main.c (main): this is not epiphany.
14681
14682 2004-12-22  Havoc Pennington  <hp@redhat.com>
14683
14684         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
14685         (expose_bin_window): draw find highlights
14686
14687         * shell/ev-window.c (find_bar_search_changed_cb): implement 
14688         
14689         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
14690         (pdf_document_end_find): implement this interface
14691
14692         * backend/ev-document.c (ev_document_found): add this to emit
14693         signal
14694
14695 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
14696
14697         * data/evince-ui.xml: Add a few more toolbar items.
14698
14699         * shell/ev-window.c: Hook up page navigation toolbar 
14700         items.
14701
14702         * shell/ev-view.[ch]: add ev_view_set/get_page and 
14703         a page-changed signal.
14704
14705         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
14706         Add ev_document_get_page().
14707
14708         * shell/ev-window.c: Sensitize/desensitize navigation
14709         actions.
14710
14711 2004-12-21  Havoc Pennington  <hp@redhat.com>
14712
14713         * backend/ev-backend-marshal.c,
14714         backend/ev-backend-marshalers.list, backend/Makefile.am: add
14715         marshaler-generator thingy. I'm sure there's a better way to do
14716         this in the modern world.
14717
14718         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
14719         end_find methods and "found" signal.
14720
14721         * configure.ac: find glib-genmarshal
14722
14723 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
14724
14725         * shell/ev-sidebar.c: Construct an actual sidebar.
14726         * shell/ev-sidebar-bookmarks.[ch]:
14727         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
14728
14729 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
14730
14731         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
14732         Redo size handling.
14733         
14734         * shell/ev-view.c: Track the size from the document.
14735
14736 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
14737
14738         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
14739         constructor assumes ownership of the string passed in.
14740         
14741         * shell/ev-window.c (ev_window_open): Destroy the error
14742         dialog once we've displayed it.
14743
14744 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
14745
14746         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
14747         a bit, it works! (sort of)
14748
14749         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
14750         Move to .cc since we need to use C++ in the implementation.
14751
14752         * shell/dummy.cc: Add a CC file to force evince
14753         to be linked as a C++ program.
14754
14755 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
14756
14757         * shell/ev-view.[ch]: Start of content-area widget.
14758
14759         * shell/ev-window.c: Create a EvView, update it
14760         as we change documents.
14761
14762         * shell/Makefile.am shell/ev-marshal.list: Add
14763         generated marshalers.
14764
14765 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
14766
14767         * Makefile.am (SUBDIRS): move shell.
14768
14769 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
14770
14771         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
14772         .a to libtool convenience libraries.
14773
14774         * shell/ev-window.c (ev_window_open): Hard code loading
14775         a PDF document.
14776         
14777         * backend/ev-document.h: Add a boolean return to load(),
14778         fix GError * to GError **.
14779
14780         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
14781         object for a PDF backend EvDocument.
14782
14783 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
14784
14785         * dvi/*: New directory with the beginning of a .dvi backend.
14786
14787 2004-12-21  Havoc Pennington  <hp@redhat.com>
14788
14789         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
14790         previous/next instead of back/forward
14791
14792 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
14793
14794         * backend/ev-document.[ch]: Fix a couple of problems so
14795         it compile.
14796
14797 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
14798
14799         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
14800         to backend/ directory, rename EvViewer to EvDocument.
14801
14802 2004-12-21  Havoc Pennington  <hp@redhat.com>
14803
14804         * shell/ev-window.c: hook up the find bar widget; now we just need
14805         a document to find things in
14806
14807         * shell/eggfindbar.c: a find bar widget
14808
14809 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
14810
14811         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
14812
14813 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
14814
14815         * pdf/**: Import of xpdf code from gpdf. 
14816
14817         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
14818
14819         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
14820         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
14821         Fix FreeType includes.
14822
14823         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
14824         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
14825         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
14826         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
14827         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
14828         Include xpdfconfig.h
14829         
14830 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
14831
14832         * shell/ev-window.c (ev_window_dispose): dispose can be called
14833         multiple times.
14834
14835 2004-12-21  Havoc Pennington  <hp@redhat.com>
14836
14837         * shell/ev-window.c (ev_window_init): set title to Document Viewer
14838         rather than Evince
14839
14840         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
14841         items; really they should be synced with the strings, etc. from
14842         current gpdf, but just getting the boring typing out of the way 
14843
14844 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14845
14846         * po/POTFILES.in:
14847         * shell/ev-application.c: (window_destroy_cb):
14848         * shell/ev-window.c:
14849         * shell/main.c: (main):
14850
14851         Actually show the window...
14852
14853 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14854
14855         * Makefile.am:
14856         * shell/Makefile.am:
14857         * shell/ev-application.c: (ev_application_class_init):
14858         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
14859
14860         Make it build again
14861
14862 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14863
14864         Import to gnome cvs.
14865         
14866         * Remove copies of gpdf and ggv trees.
14867         * Rip out all the recursive configure code.
14868         * Remove bonobo machinery.
14869         * viewer/*: GInterfaces that backends should/can implement.
14870
14871 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14872
14873         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
14874         typo
14875
14876 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14877
14878         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
14879         (ev_application_finalize, ev_application_class_init)
14880         (ev_application_init): use GType instance private data for priv.
14881
14882         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
14883         (ev_window_finalize, ev_window_class_init)
14884         (ev_window_init): ditto.
14885
14886 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14887
14888         * shell/ev-application.c (ev_application_new_window): make public
14889         (ev_application_show_initial_window): kill.
14890
14891         * shell/ev-application.h: update prototypes.
14892
14893         * shell/main.cc (main): inline ev_application_show_initial_window.
14894
14895 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14896
14897         * shell/ev-application.c (ev_application_new_window): impl.
14898         (ev_application_show_initial_window): use it.
14899         (is_window_empty, ev_application_get_empty_window): returns an
14900         existing empty window or a new one.
14901         (ev_application_open): from ev_window_cmd_file_open.
14902
14903         * shell/ev-application.h: update prototypes
14904
14905         * shell/ev-window.c (ev_window_is_empty): impl.
14906         (ev_window_open): make public.
14907         (ev_window_cmd_file_open): use ev_application_open
14908
14909         * shell/ev-window.h: update prototypes, remove unused.
14910
14911 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14912
14913         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
14914         move destroy handler out of here...
14915
14916         * shell/ev-application.c, shell/ev-application.h: ...into this new
14917         class. Also handles initial window creation.
14918
14919         * shell/main.cc (main): use EvApplication to create initial
14920         window.
14921
14922 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14923
14924         * Makefile.am (SUBDIRS): add cut-n-paste
14925
14926         * cut-n-paste/Makefile.am: add
14927
14928         * configure.ac: generate Makefiles in cut-n-paste
14929
14930 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14931
14932         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
14933         (ev_window_class_init): install ev_window_dispose.
14934
14935 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14936
14937         * shell/ev-window.h, shell/ev-window.c: replace gchar with
14938         char (gchar looks stupid).
14939
14940 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14941
14942         * po/de.po: updated German translation.
14943
14944 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14945
14946         * configure.ac: add more pkg-config library checks for gnome-vfs,
14947         bonobo etc.
14948
14949         * gpdf/configure.in: temporarily disable libpaper
14950         checks. Otherwise I'd have to add the checks for the shell, too.
14951
14952 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14953
14954         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
14955         and * file filters to the file choose.
14956
14957 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14958
14959         * po/de.po: Updated German translation.
14960
14961 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14962
14963         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
14964
14965 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14966
14967         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
14968
14969         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
14970         (ev_window_init): implement those menuitems.
14971
14972 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14973
14974         * data/evince-ui.xml: add a toolbar (with FileOpen action)
14975
14976         * shell/ev-window.c (ev_window_init): use the toolbar.
14977
14978 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14979
14980         * shell/ev-window.c (ev_window_init): use menu translations
14981
14982 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14983
14984         * configure.ac: add "de" to ALL_LINGUAS.
14985
14986         * po/de.po: add German translation.
14987
14988 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14989
14990         * Makefile.am (SUBDIRS): add po
14991
14992         * configure.ac: check intltool, glib-gettext etc, generate
14993         po/Makefile.in
14994
14995         * po, po/POTFILES.in, po/POTFILES.skip: new.
14996
14997 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14998
14999         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
15000         already use (#ifdef ENABLE_NLS)
15001
15002         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
15003         pointer indirection thinko.
15004
15005         * shell/main.c: include gi18n.h for bindtextdomain etc.
15006
15007 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15008
15009         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
15010         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
15011         tooltips for menu items in the statusbar.
15012
15013 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15014
15015         * configure.ac, data/Makefile.am, shell/Makefile.am: use
15016         pkgdatadir drop UIDIR
15017
15018 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15019
15020         * data/evince-ui.xml: Add File->Open menu item
15021
15022         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
15023         chooser), hook it up in the ui manager.
15024
15025 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15026
15027         * shell/ev-window.c: fix Help->About tooltip.
15028
15029 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
15030
15031         * configure.ac: set CFLAGS for libevprivate.
15032
15033         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
15034         definitions, factory etc.
15035
15036         * lib/Makefile.am: build libevprivate.a (only stock icon code).
15037
15038         * shell/Makefile.am: link against libevprivate.a.
15039
15040         * shell/ev-window.c (entries): add stock icon to Help->About.
15041
15042         * shell/main.c (main): init stock icon code.
15043
15044 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15045
15046         * lib/recent-files: egg recent files code
15047
15048         * lib/Makefile.am: add.
15049
15050         * Makefile.am: add lib subdir.
15051
15052         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
15053         set CFLAGS for recent-files.
15054
15055 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15056
15057         * configure.ac: disable -ansi and -pedantic gcc flags. They
15058         disable POSIX stuff in stdio.h, but egg-recent uses them.
15059
15060 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
15061
15062         * configure.ac: add --disable-deprecated flag (defaults to on in
15063         "cvs" builds).
15064
15065         * shell/Makefile.am (INCLUDES): use it.
15066
15067 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15068
15069         * shell/main.c: add missing #include.
15070
15071         * shell/ev-window.c: fix for pedantic gcc.
15072         (ev_window_cmd_help_about): split license into paragraphs for
15073         translators and pedantic compilers.
15074
15075 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15076
15077         * configure.ac: add more warning flags if compiling with gcc from
15078         cvs (or explicitly requested with --enable-more-warnings).
15079
15080 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15081
15082         * data/evince-ui.xml: add File and File->Close menu.
15083
15084         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
15085         (ev_window_destroy): quit after destroy.
15086         (ev_window_class_init): override GtkObject::destroy.
15087         (entries): install close_window callback.
15088
15089 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15090
15091         * Makefile.am (SUBDIRS): add data subdir.
15092
15093         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
15094         gtk+ 2.5.0 for GtkAboutDialog.
15095
15096         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
15097         main window.
15098
15099         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
15100
15101         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
15102         manager.
15103         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
15104
15105 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15106
15107         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
15108
15109 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15110
15111         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
15112
15113 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15114
15115         * shell/*: Added shell directory boilerplate, build it.
15116
15117 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15118
15119         * configure.ac, Makefile.am: Added top-level configure.ac and
15120         Makefile.am