]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Add EV_DEFINE_INTERFACE macro.
[evince.git] / ChangeLog
1 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * libdocument/ev-document.h:
4
5         Add EV_DEFINE_INTERFACE macro.
6         
7         * libdocument/ev-async-renderer.c:
8         * libdocument/ev-document-find.c:
9         * libdocument/ev-document-fonts.c:
10         * libdocument/ev-document-forms.c:
11         * libdocument/ev-document-images.c:
12         * libdocument/ev-document-layers.c:
13         * libdocument/ev-document-links.c:
14         * libdocument/ev-document-security.c:
15         * libdocument/ev-document-thumbnails.c:
16         * libdocument/ev-document-transition.c:
17         * libdocument/ev-document.c:
18         * libdocument/ev-file-exporter.c:
19         * libdocument/ev-selection.c:
20
21         Use EV_DEFINE_INTERFACE macro to define interfaces in
22         libdocument. See bug #568228.
23         
24 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
25
26         * libdocument/ev-document.[ch]:
27
28         Add EV_DEFINE_BOXED_TYPE macro to define boxed types. See bug
29         #568228.
30         
31 2009-01-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
32
33         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
34         (drag_begin_cb), (drag_end_cb), (configure_item_tooltip),
35         (new_separator_pixbuf):
36         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
37         (egg_toolbar_editor_disconnect_model),
38         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
39         (egg_toolbar_editor_finalize):
40         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
41         * cut-n-paste/toolbar-editor/eggmarshalers.list:
42         
43         Sync EggToolbarEditor with libegg.
44
45 2009-01-22  Michael J. Chudobiak  <mjc@svn.gnome.org>
46
47         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
48         When saving a file, using the default permissions for the user/system,
49         respecting umask and any setgid bit on the directory. Uses the new
50         G_FILE_COPY_TARGET_DEFAULT_PERMS flag in glib 2.19.0, if available.
51         Bug #568593.
52         
53 2009-01-21  Christian Persch  <chpe@gnome.org>
54
55         * configure.ac:
56         * libdocument/Makefile.am:
57         * libview/Makefile.am: Add libtool versioning to libevbackend and
58         libevview. Bug #568229.
59
60 2009-01-21  Christian Persch  <chpe@gnome.org>
61
62         * Makefile.am:
63         * configure.ac:
64         A evince-{backend,view}.pc.in: Add pkgconfig files. Bug #568220.
65
66 2009-01-21  Christian Persch  <chpe@gnome.org>
67
68         * configure.ac:
69         * libdocument/Makefile.am:
70         A libdocument/ev-version.h.in: Add version defines and version check
71         macro. Bug #568224.
72
73 2009-01-21  Hiroyuki Ikezoe  <poincare@ikezoe.net>
74
75         * shell/ev-sidebar-links.c
76         * shell/ev-print-operation.c:
77         * shell/ev-history.c:
78         * shell/ev-file-monitor.c:
79         * shell/ev-window.c:
80         * shell/ev-password-view.c:
81         * shell/ev-sidebar-thumbnails.c:
82         * shell/ev-sidebar-attachments.c:
83         * libview/ev-pixbuf-cache.c:
84         * libview/ev-view.c: Remove needless G_OBJECT from g_signal_connect.
85         Bug #568386.
86
87 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
88
89         * libdocument/ev-document-info.h:
90
91         Add missing EV_TYPE_DOCUMENT_INFO. See bug #567790.
92         
93 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
94
95         * libview/Makefile.am:
96
97         Install ev-job-scheduler.h. See bug #567790.
98         
99 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
100
101         * libdocument/Makefile.am:
102
103         Install ev-backends-manager.h and
104         ev-document-type-builtins.h. Fixes bug #567787.
105         
106 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
107
108         * NEWS:
109         * configure.ac:
110
111         Update for release 2.25.5
112         
113 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
114
115         * libview/ev-view.c: (ev_view_drag_data_get):
116
117         Fix second parameter passed to gtk_selection_data_set_uris(), 
118         it expects a gchar **.
119         
120 2009-01-18  Tomeu Vizoso  <tomeu@sugarlabs.org>
121
122         * libdocument/Makefile.am:
123         * libdocument/ev-document-info.h:
124         * libdocument/ev-document-type-builtins.c.template:
125         * libdocument/ev-document-type-builtins.h.template:
126         * libdocument/ev-document.c: (ev_document_info_get_type),
127         (ev_document_info_copy):
128
129         Make EvDocumentInfo and enums definded in ev-document-info.h
130         GTypes. Fixes bug #567789.
131         
132 2009-01-18  Michal Vaner <vorner+evince@ucw.cz>
133
134         * shell/main.c (arguments_parse): Fix for a minor code typo.
135
136 2009-01-18  Christian Persch  <chpe@gnome.org>
137
138         * help/reference/Makefile.am:
139         * help/reference/evince.types: Fix the API docs build. Bug #568171.
140
141 2009-01-18  Tomeu Vizoso  <tomeu@sugarlabs.org>
142
143         * libview/Makefile.am:
144         * libview/ev-view-type-builtins.c.template:
145         * libview/ev-view-type-builtins.h.template:
146
147         Make EvJobPriority a proper GType. Fixes bug #567788.
148         
149 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
150
151         * configure.ac:
152         * cut-n-paste/*/Makefile.am:
153         * libdocument/Makefile.am:
154
155         Rename LIB as LIBDOCUMENT and use SHELL_CORE for cut-n-paste
156         code.
157         
158 2009-01-18  Christian Persch  <chpe@gnome.org>
159
160         * libview/ev-view.c: (ev_view_drag_data_get),
161         (ev_view_drag_motion), (ev_view_update_primary_selection),
162         (clear_link_selected):
163         * shell/ev-sidebar-attachments.c:
164         (ev_sidebar_attachments_drag_data_get),
165         (ev_sidebar_attachments_get_property),
166         (ev_sidebar_attachments_init):
167         * shell/ev-window.c: Update drag handling code to use the
168         gtk_*_add_uri_targets and gtk_*_add_text_targets targets instead of
169         hardcoding the targets lists. Bug #558084.
170         
171 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
172
173         * libdocument/Makefile.am:
174         * libdocument/ev-backend-marshal.c:
175         * libdocument/ev-backend-marshalers.list:
176         * libdocument/ev-document.c:
177
178         Remove unused marshalers stuff from libdocument.
179         
180 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
181
182         * po/POTFILES.in:
183
184         Update for the current source tree.
185         
186 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
187
188         * configure.ac:
189         * Makefile.am:
190         * libdocument/Makefile.am:
191         * libview/Makefile.am:
192         * libview/ev-job-scheduler.[ch]:
193         * libview/ev-jobs.[ch]:
194         * libview/ev-page-cache.[ch]:
195         * libview/ev-pixbuf-cache.[ch]:
196         * libview/ev-timeline.[ch]:
197         * libview/ev-transition-animation.[ch]:
198         * libview/ev-view-accessible.[ch]:
199         * libview/ev-view-marshal.list:
200         * libview/ev-view.[ch]:
201         * shell/Makefile.am:
202
203         Move EvView specific code to a libeviview library so that it can
204         be embbeded in other applications. Based on patches by Tomeu
205         Vizoso. Fixes bug #567751.
206         
207 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
208
209         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
210         * shell/ev-window.c: (ev_window_load_job_cb),
211         (ev_window_load_job_cb), (ev_window_open_uri),
212         (ev_window_reload_local), (ev_window_dispose):
213
214         Remove dest, mode and search_string from EvJobLoad since they are
215         not really needed by the job, but for the window.
216         
217 2009-01-17  Carlos Garcia Campos  <carlosgc@gnome.org>
218
219         * shell/ev-view.c: (ev_view_drag_data_received),
220         (ev_view_class_init), (ev_view_init):
221         * shell/ev-window.c: (ev_window_drag_data_received),
222         (ev_window_class_init), (ev_window_init):
223
224         Make the whole EvWindow the destination of a drag and drop
225         operation.
226         
227 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
228
229         * shell/ev-window.c: (window_open_file_copy_progress_cb):
230
231         Add missing brakets around the percentage in progress
232         messages. See bug #567910.
233         
234 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
235
236         * shell/ev-application.c: (ev_application_open_window),
237         (ev_application_open_uri_at_dest):
238
239         Do no use gdk_x11_* when not available. Based on patch by Hib
240         Eris, see bug #339172.
241         
242 2009-01-16  Hib Eris  <hib@hiberis.nl>
243
244         * configure.ac:
245         * properties/ev-properties-view.c:
246         (ev_properties_view_format_date):
247
248         Check for localtime_r. See bug #339172.
249         
250 2009-01-16  Hib Eris  <hib@hiberis.nl>
251
252         * shell/main.c:
253
254         Include gdkx only for dbus support. See bug #339172.
255         
256 2009-01-16  Tomeu Vizoso  <tomeu@sugarlabs.org>
257
258         * shell/ev-view.c: (ev_view_set_zoom_for_size):
259
260         Expose ev_view_set_zoom_for_size for embedders to use. Fixes bug
261         #567785.
262         
263 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
264
265         * shell/ev-window.c: (reload_remote_copy_progress_cb),
266         (window_save_file_copy_progress_cb):
267
268         Use brakets around the percentage in progress messages. See bug
269         #567910.
270         
271 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
272
273         * shell/ev-window.c: (reload_remote_copy_ready_cb):
274
275         Fix typo in error message. See bug #567910.
276         
277 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
278
279         * shell/ev-window.c: (ev_window_cmd_file_close_window):
280
281         Fix mnemonic conflict. Fixes bug #567937.
282         
283 2009-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
284
285         * NEWS:
286         * configure.ac:
287
288         Update for release 2.25.4
289         
290 2009-01-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
291
292         * configure.ac:
293         
294         GLib version requirement bumped to 2.18 due to g_set_error_literal.
295         Thanks to Christian Spurk.
296
297 2008-12-31  Hib Eris  <hib@hiberis.nl>
298         
299         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri):
300
301         Fix mime type handling.
302         
303 2008-12-31  Carlos Garcia Campos  <carlosgc@gnome.org>
304
305         * po/POTFILES.in:
306
307         Add ev-print-operation.c.
308         
309 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
310
311         * shell/ev-window.c: (ev_window_clear_progress_idle),
312         (reset_progress_idle), (ev_window_show_progress_message),
313         (ev_window_reset_progress_cancellable),
314         (ev_window_progress_response_cb), (show_loading_progress),
315         (ev_window_load_remote_failed), (window_open_file_copy_ready_cb),
316         (window_open_file_copy_progress_cb), (ev_window_load_file_remote),
317         (show_reloading_progress), (reload_remote_copy_ready_cb),
318         (reload_remote_copy_progress_cb), (query_remote_uri_mtime_cb),
319         (show_saving_progress), (window_save_file_copy_ready_cb),
320         (window_save_file_copy_progress_cb), (ev_window_save_remote),
321         (ev_window_dispose):
322
323         Show progress information when loading/saving remote files. Fixes
324         bug #370958.
325         
326 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
327
328         * libdocument/ev-file-helpers.c: (ev_tmp_file_unlink):
329
330         Show better warning message when temp file cannot be deleted.
331         
332 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
333
334         * shell/ev-window.c: (image_save_dialog_response_cb):
335
336         Fix saving images to remote locations.
337         
338 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
339
340         * shell/ev-application.[ch]: (ev_application_shutdown),
341         (ev_application_get_print_settings_file),
342         (ev_application_save_print_settings),
343         (ev_application_get_print_settings),
344         (ev_application_set_print_settings),
345         (ev_application_get_page_setup), (ev_application_set_page_setup):
346         * shell/ev-window.c: (ev_window_save_print_page_setup),
347         (ev_window_load_print_page_setup_from_metadata),
348         (ev_window_print_page_setup_done_cb),
349         (ev_window_cmd_file_print_setup), (ev_window_do_preview_print),
350         (ev_window_cmd_preview_print):
351
352         Remember page setup options too. Paper size is globally remembered
353         while page margins are stored per document in metadata file. Fixes
354         bugs #525185 and #349102.
355         
356 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
357
358         * shell/ev-print-operation.c:
359         (ev_print_operation_export_print_dialog_response_cb):
360
361         Fallback to EV_FILE_FORMAT_PS when file_format is not defined.
362         
363 2008-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
364
365         * shell/ev-print-operation.c: (export_cancel),
366         (export_job_cancelled), (ev_print_operation_export_begin),
367         (ev_print_operation_export_cancel):
368         * shell/ev-window.c: (ev_window_print_cancel),
369         (ev_window_print_update_pending_jobs_message),
370         (ev_window_print_operation_done),
371         (ev_window_print_operation_status_changed),
372         (print_jobs_confirmation_dialog_response),
373         (ev_window_cmd_file_close_window):
374
375         Show a confirmation dialog when there are pending print jobs while
376         closing the main window. Fixes bug #480964.
377         
378 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
379
380         * shell/ev-print-operation.[ch]: (ev_print_operation_class_init),
381         (ev_print_operation_get_job_name),
382         (ev_print_operation_get_status),
383         (ev_print_operation_get_progress),
384         (ev_print_operation_update_status),
385         (ev_print_operation_export_get_job_name), (clamp_ranges),
386         (get_first_and_last_page), (ev_print_operation_export_run_next),
387         (print_job_finished), (export_print_done), (export_job_cancelled),
388         (update_progress), (export_print_page),
389         (ev_print_operation_export_begin),
390         (ev_print_operation_export_print_dialog_response_cb),
391         (ev_print_operation_export_run),
392         (ev_print_operation_export_cancel),
393         (ev_print_operation_export_class_init):
394         * shell/ev-window.c:
395         (ev_window_print_update_pending_jobs_message),
396         (ev_window_print_operation_done),
397         (ev_window_print_progress_response_cb),
398         (ev_window_print_operation_status_changed),
399         (ev_window_print_operation_begin_print), (ev_window_print_range),
400         (ev_window_dispose):
401
402         Show progress information when printing. Fixes bug #482770.
403         
404 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
405
406         * shell/Makefile.am:
407         * shell/ev-progress-message-area.[ch]:
408         * shell/ev-message-area.[ch]: (ev_message_area_init),
409         (ev_message_area_set_image_from_stock):
410
411         Add EvProgressMessageArea derived from EvMessageArea to show
412         progress information in the message area. 
413         
414 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
415
416         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
417
418         Use GTK_RESPONSE_CLOSE instead of GTK_RESPONSE_CANCEL for the
419         close button. Add a function to get the contents of the message
420         area.
421         
422 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
423
424         * shell/Makefile.am:
425         * shell/ev-print-operation.[ch]:
426         * shell/ev-jobs.[ch]: (ev_job_export_init),
427         (ev_job_export_dispose), (ev_job_export_run),
428         (ev_job_export_class_init), (ev_job_export_new),
429         (ev_job_export_set_page):
430         * shell/ev-window.c: (ev_window_print_operation_done),
431         (ev_window_print_range), (ev_window_dispose):
432
433         First step of the printing system rework. EvJobPrint has been
434         replaced by EvJobExport so that every page is scheduled to be
435         exported in a thread instead of scheduling the whole printing
436         process. This way the gui is responsive during printing.
437         
438 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
439
440         * shell/ev-window.c: (setup_size_from_metadata),
441         (ev_window_load_print_settings_from_metadata):
442
443         Fix memory leaks.
444         
445 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
446
447         * libdocument/ev-document.c: (ev_document_get_type):
448
449         Add GObject type as prerequisite to EvDocument interface so that
450         document instances can be used as GObjects.
451         
452 2008-12-19  Carlos Garcia Campos  <carlosgc@gnome.org>
453
454         * shell/ev-view.c: (jump_to_find_result):
455
456         Only jump the the location of the find result for the first match
457         when searching. It drastically improves the performance when
458         searching. Bug catched and fixed by Michael Hunold. Fixes bug
459         #564774.
460         
461 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
462
463         * properties/ev-properties-main.c: (ev_properties_get_pages):
464         * properties/ev-properties-view.[ch]:
465         (ev_properties_view_dispose), (ev_properties_view_class_init),
466         (ev_properties_view_set_info), (ev_properties_view_new):
467         * shell/ev-properties-dialog.[ch]:
468         (ev_properties_dialog_set_document):
469         * shell/ev-window.c: (ev_window_setup_document),
470         (ev_window_cmd_file_properties):
471
472         Add document URI to properties page. Fixes bug #555376.
473         
474 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
475
476         * configure.ac:
477         * data/Makefile.am:
478         * data/evince-password.glade: Removed
479         * data/evince-properties.glade: Removed
480         * properties/ev-properties-view.c:
481         (ev_properties_view_class_init), (set_property),
482         (ev_properties_view_set_info), (ev_properties_view_init):
483         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
484         (font_cell_data_func), (ev_properties_fonts_init):
485
486         Remove Glade dependency.
487         
488 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
489
490         * backend/comics/comics-document.c: (comics_document_load):
491
492         Fix zip mime-type in comics backend. Patch by Juanjo Marín.
493         
494 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
495
496         * NEWS:
497         * configure.ac:
498
499         Update for release 2.25.2
500         
501 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
502
503         * configure.ac:
504         * shell/Makefile.am:
505         * shell/ev-keyring.[ch]:
506         * shell/ev-password.[ch]: Removed
507         * shell/ev-password-view.[ch]: (ev_password_view_finalize),
508         (ev_password_view_class_init), (ev_password_view_clicked_cb),
509         (ev_password_view_init), (ev_password_view_set_uri),
510         (ev_password_dialog_got_response),
511         (ev_password_dialog_remember_button_toggled),
512         (ev_password_dialog_entry_changed_cb),
513         (ev_password_dialog_entry_activated_cb),
514         (ev_password_view_ask_password), (ev_password_view_get_password),
515         (ev_password_view_get_password_save_flags),
516         (ev_password_view_new):
517         * shell/ev-window.c: (ev_window_password_view_unlock),
518         (ev_window_load_job_cb), (ev_window_close_dialogs),
519         (ev_window_init):
520
521         Rework the password view. When the password is in the keyring it's
522         used automatically without showing the password dialog and it's  
523         only stored in the keyring when we are sure it's correct. The
524         password dialog has been reworked too, in order to make it
525         more hig compliant and consistent with the GTK+ dialog used in
526         gtkmountoperation. Fixes bug #562496. 
527         
528 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
529
530         * backend/comics/comics-document.c: (comics_document_load):
531
532         Do not trust file extensions when getting the command needed to
533         uncompress comic documents. Fixes bug #562143.
534         
535 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
536
537         * libdocument/ev-document-factory.c: (get_document_from_uri),
538         (ev_document_factory_get_document):
539         * libdocument/ev-file-helpers.[ch]: (get_mime_type_from_uri),
540         (get_mime_type_from_data), (ev_file_get_mime_type):
541
542         Move mime-type functions from document-facrory to file-helpers so
543         that it can be reused.
544         
545 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
546
547         * shell/ev-window.c: (ev_window_load_job_cb), (set_uri_mtime),
548         (window_open_file_copy_ready_cb), (ev_window_reload_local),
549         (reload_remote_copy_ready_cb), (query_remote_uri_mtime_cb),
550         (ev_window_reload_remote), (ev_window_reload_document):
551
552         Add support for reloading remote documents. Fixes bug #555399.
553         
554 2008-11-23  Carlos Garcia Campos  <carlosgc@gnome.org>
555
556         * shell/ev-view.c: (ev_view_find_previous):
557
558         Make sure find_result is never < 0 which causes a crash while
559         searching. Fixes bug #558377.
560         
561 2008-11-19  Marek Kašík <mkasik@redhat.com>
562
563         * shell/ev-pixbuf-cache.c (new_selection_surface_needed),
564         (ev_pixbuf_cache_get_selection_surface):
565         
566         Fixes crash on fast scrolling with simultaneous text selection.
567
568 2008-11-19  Marek Kašík <mkasik@redhat.com>
569
570         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_add_jobs_if_needed):
571         * shell/ev-window.c (launch_external_uri):
572         
573         Fixes assertion fail on selecting text. See bug #561393.
574
575 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
576
577         * shell/Makefile.am:
578         * shell/ev-jobs.[ch]: (ev_job_layers_init),
579         (ev_job_layers_dispose), (ev_job_layers_run),
580         (ev_job_layers_class_init), (ev_job_layers_new):
581         * shell/ev-sidebar-layers.[ch]:
582         * shell/ev-view.[ch]: (ev_view_form_field_button_create_widget),
583         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
584         (ev_view_reload_page), (ev_view_reload):
585         * shell/ev-window.c: (setup_sidebar_from_metadata),
586         (ev_window_sidebar_current_page_changed_cb),
587         (sidebar_layers_visibility_changed), (ev_window_init):
588
589         Add layers support.
590         
591 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
592
593         * data/icons/22x22/actions/Makefile.am:
594         * data/icons/22x22/actions/eye.png:
595         * shell/ev-stock-icons.[ch]:
596         
597         Add eye icon from gimp to hide/show layers.
598         
599 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
600
601         * configure.ac:
602         * cut-n-paste/Makefile.am:
603         * cut-n-paste/gimpcellrenderertoggle/Makefile.am:
604         * cut-n-paste/gimpcellrenderertoggle/gimpcellrenderertoggle.[ch]:
605         * cut-n-paste/gimpcellrenderertoggle/gimpwidgetsmarshal.list:
606
607         Add GimpCellRendererToggle from gimp slightly modified to fit our
608         needs. 
609         
610 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
611
612         * configure.ac:
613         * backend/pdf/ev-poppler.cc:
614
615         Implement layers interface in PDF backend.
616         
617 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
618
619         * libdocument/Makefile.am:
620         * libdocument/ev-document-layers.[ch]:
621         * libdocument/ev-layer.[ch]:
622
623         Add optional content (layers) interface.
624         
625 2008-11-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
626
627         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
628         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
629
630         Removes unused code.
631
632 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
633
634         * NEWS:
635         * configure.ac:
636
637         Update for 2.25.1 release
638
639 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
640
641         * shell/ev-window.c:
642
643         Fix build with GTK+ < 2.14
644
645 2008-11-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
646
647         * cut-n-paste/zoom-control/ephy-zoom-action.c (create_menu_item):
648         
649         Makes menu label translatable. Fixes bug #559129.
650
651 2008-11-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
652
653         * backend/dvi/mdvi-lib/t1.c (t1_reset_resolution),
654         (t1_transform_font):
655         * backend/dvi/mdvi-lib/tt.c (tt_really_load_font), (tt_load_font):
656         
657         More renames of warning to mdvi_warning in follow up to the
658         fix of the bug #553369. Fix for the bug #559257 by
659         Tuxce <tuxce.net@gmail.com>.
660         
661 2008-11-02  Carlos Garcia Campos  <carlosgc@gnome.org>
662
663         * shell/ev-application.c: (ev_application_init_session):
664         * shell/main.c: (main):
665
666         Move the egg_set_desktop_file() call to main and remove
667         gtk_window_set_default_icon_name() since it's already called by
668         egg_set_desktop_file()
669         
670 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
671
672         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
673
674         Initialize GError to NULL.
675         
676 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
677
678         * shell/ev-window.c: (window_save_file_copy_ready_cb),
679         (ev_window_print_finished), (ev_window_print_dialog_response_cb),
680         (ev_window_preview_print_finished), (launch_action):
681
682         Do not use popup dialogs to show error messages anymore, use the
683         message area instead.
684         
685 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
686
687         * shell/ev-window.c: (ev_window_error_message),
688         (ev_window_warning_message), (ev_window_set_document),
689         (ev_window_load_job_cb), (ev_window_load_remote_failed),
690         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
691         (ev_window_cmd_help_contents), (launch_external_uri),
692         (image_save_dialog_response_cb), (image_save_dialog_response_cb),
693         (ev_attachment_popup_cmd_open_attachment),
694         (attachment_save_dialog_response_cb):
695
696         Use a message format (with printf()-style) in
697         ev_window_error_message and ev_window_warning_message.
698
699 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
700
701         * shell/ev-window.c: (ev_window_error_message),
702         (ev_window_warning_message), (ev_window_set_document),
703         (ev_window_load_job_cb), (ev_window_load_remote_failed),
704         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
705         (ev_window_cmd_help_contents), (launch_external_uri),
706         (image_save_dialog_response_cb),
707         (ev_attachment_popup_cmd_open_attachment),
708         (attachment_save_dialog_response_cb):
709
710         Change ev_window_error_message and ev_window_warning_message to
711         receive a EvWindow instead of a GtkWindow. It's more consistent
712         and avoids unneeded casts.
713         
714 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
715
716         * shell/ev-window.c: (ev_window_cmd_help_contents):
717
718         Use gtk_show_uri() when availale to display help contents.
719         
720 2008-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
721
722         * configure.ac:
723         * backend/pdf/ev-poppler.cc:
724         * properties/ev-properties-view.c:
725         * shell/Makefile.am:
726         * shell/ev-tooltip.[ch]: Removed
727         * shell/ev-view-private.h
728         * shell/eggfindbar.c:
729         * shell/ev-application.c:
730         * shell/ev-open-recent-action.c:
731         * shell/ev-sidebar-thumbnails.c:
732         * shell/ev-view.c:
733         * shell/ev-window.c:
734
735         Bump GTK+ requirement to 2.12.
736         
737 2008-10-27 Christian Persch <chpe@gnome.org>
738
739         * backend/djvu/djvu-document.c
740         * backend/dvi/cairo-device.c
741         * cut-n-paste/evmountoperation/ev-mount-operation.h
742         * cut-n-paste/gedit-message-area/gedit-message-area.h
743         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
744         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h
745         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
746         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h
747         * cut-n-paste/toolbar-editor/egg-toolbars-model.c
748         * cut-n-paste/toolbar-editor/egg-toolbars-model.h
749         * cut-n-paste/toolbar-editor/eggtreemultidnd.c
750         * cut-n-paste/toolbar-editor/eggtreemultidnd.h
751         * cut-n-paste/zoom-control/ephy-zoom-action.c
752         * cut-n-paste/zoom-control/ephy-zoom-action.h
753         * cut-n-paste/zoom-control/ephy-zoom-control.c
754         * cut-n-paste/zoom-control/ephy-zoom-control.h
755         * libdocument/ev-async-renderer.h
756         * libdocument/ev-document-factory.c
757         * libdocument/ev-document-misc.h
758         * libdocument/ev-image.h
759         * libdocument/ev-selection.h
760         * shell/ev-properties-fonts.h
761         * shell/ev-stock-icons.h
762         * shell/ev-window.c: Only include glib.h, gdk/gdk.h and gtk/gtk.h
763         directly. Bug #558064.
764
765 2008-10-27 Christian Persch <chpe@gnome.org>
766
767         * cut-and-paste/smclient/*: Update from libegg.
768
769 2008-10-27 Christian Persch <chpe@gnome.org>
770
771         * backend/djvu/djvu-document.c
772         * backend/ps/ev-spectre.c
773         * shell/ev-jobs.c: Use printf safely. Bug #558066.
774
775 2008-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
776
777         * shell/ev-view.c (ev_view_change_page),
778         (ev_view_transition_animation_finish),
779         (ev_view_transition_animation_cancel), (page_changed_cb),
780         (ev_view_set_presentation), (ev_view_next_page),
781         (ev_view_previous_page):
782         
783         Cancel the animation without scheduling transition start
784         and proceed to the next page to fix bug #516749.
785
786 2008-10-19  Carlos Garcia Campos  <carlosgc@gnome.org>
787
788         * NEWS:
789         * configure.ac:
790
791         Update for release 2.24.1
792         
793 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
794
795         * shell/ev-window.c: (ev_window_cmd_view_presentation):
796
797         Disable toggle function of F5 when in presentation mode. Patch by
798         Dave Neary. Fixes bug #556162.
799         
800 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
801
802         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
803         (ev_sidebar_thumbnails_get_loading_icon), (clear_range),
804         (ev_sidebar_thumbnails_fill_model),
805         (ev_sidebar_thumbnails_refresh),
806         (ev_sidebar_thumbnails_set_document):
807
808         Instead of using only one loading icon for thumbnails based on the
809         size of the first page, create an icon for every different page
810         size. Fixes bug #556264.
811         
812 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
813
814         * shell/ev-page-cache.c: (ev_page_cache_finalize):
815
816         Fix memory leak.
817         
818 2008-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
819
820         * shell/ev-window-title.c (ev_window_title_sanitize_title):
821
822         Removes bad prefixes from window title. Patch by 
823         Robin Sonefors <ozamosi@blinkenlights.se> fixes bug #534684.
824         
825 2008-10-12  Carlos Garcia Campos  <carlosgc@gnome.org>
826
827         * shell/ev-window.c: (launch_external_uri):
828
829         Do not consider mailto links as http uris. Fixes bug #555801.
830         
831 2008-10-06  Carlos Garcia Campos  <carlosgc@gnome.org>
832
833         * shell/ev-view.c: (merge_selection_region), (clear_selection):
834
835         Fix memory leak. Fixes bug #555134.
836         
837 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
838
839         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
840
841         Emit the job finished signal when the job is handled before the
842         page_ready callback.
843         
844 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
845
846         * shell/ev-window.c: (launch_action):
847
848         Use GdkAppLaunchContext when available to launch external
849         applications.
850         
851 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
852
853         * shell/ev-window.c: (launch_action):
854
855         Fix launching external applications for launch actions which seems
856         to be broken since the gio port. Fixes bug #554500.
857         
858 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
859
860         * backend/dvi/Makefile.am:
861         * backend/dvi/cairo-device.c:
862         * backend/dvi/dvi-document.c:
863         * backend/dvi/mdvi-lib/Makefile.am:
864
865         Fix several compile warnings in the dvi backend.
866         
867 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
868
869         * backend/dvi/mdvi-lib/common.h:
870         * backend/dvi/mdvi-lib/dviread.c:
871         * backend/dvi/mdvi-lib/font.c:
872         * backend/dvi/mdvi-lib/fontmap.c:
873         * backend/dvi/mdvi-lib/fontsrch.c:
874         * backend/dvi/mdvi-lib/gf.c:
875         * backend/dvi/mdvi-lib/pagesel.c:
876         * backend/dvi/mdvi-lib/pk.c:
877         * backend/dvi/mdvi-lib/sp-epsf.c:
878         * backend/dvi/mdvi-lib/special.c:
879         * backend/dvi/mdvi-lib/tfm.c:
880         * backend/dvi/mdvi-lib/tfmfile.c:
881         * backend/dvi/mdvi-lib/util.c:
882         * backend/dvi/mdvi-lib/vf.c:
883
884         Rename error as mdvi_error to avoid symbol conflicts with the libc
885         error. Rename also message, crash, fatal and warning for
886         consistency. Fixes bug #553369.
887         
888 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
889
890         * backend/dvi/dvi-document.c: (dvi_document_load):
891
892         Fix memory leak.
893         
894 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
895
896         * backend/dvi/dvi-document.c:
897
898         Use EV_BACKEND_IMPLEMENT_INTERFACE instead of
899         G_IMPLEMENT_INTERFACE.
900         
901 2008-09-26  Carlos Garcia Campos  <carlosgc@gnome.org>
902
903         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
904
905         Make sure copy_job_page_and_selection_to_job_info is always called
906         before copy_job_to_job_info. Fixes bug #552382.
907         
908 2008-09-22  Carlos Garcia Campos  <carlosgc@gnome.org>
909
910         * NEWS:
911         * configure.ac:
912
913         Update for release 2.24.0
914         
915 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
916
917         * shell/ev-window.c: (launch_external_uri):
918
919         Use GdkAppLaunchContext when available to launch external uris.
920         
921 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
922
923         * shell/ev-window.c: (launch_external_uri):
924
925         Use the message area to show errors when lauching external uris
926         instead of a popup window.
927         
928 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
929
930         * shell/ev-window.c: (launch_external_uri):
931
932         Assume invalid uris are http uris. Fixes bug #552071.
933         
934 2008-09-09  Carlos Garcia Campos  <carlosgc@gnome.org>
935
936         * NEWS:
937         * configure.ac:
938
939         Update for release 2.23.92.
940         
941 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
942
943         * shell/eggfindbar.c: (egg_find_bar_class_init):
944
945         Allow page scrolling with PageUp/PageDown keys when find bar is
946         active. Fixes bug #529833.
947         
948 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
949
950         * shell/ev-view-private.h:
951         * shell/ev-view.[ch]: (add_scroll_binding_keypad),
952         (ev_view_scroll), (ev_view_class_init):
953         * shell/ev-view-accessible.c:
954         (ev_view_accessible_action_do_action):
955         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
956         (ev_window_cmd_scroll_backward):
957
958         Use GtkScrollType instead of EvScrollType.
959         
960 2008-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
961
962         * shell/ev-page-cache.c (ev_page_cache_set_page_label):
963         
964         Patch for case unsensitive page label match by Michael Lee.
965         See bug #550136.
966         
967         * shell/ev-page-action.c (create_tool_item):    
968         * test/Makefile.am:
969         * test/test1.py:
970         * test/test4.py:
971         * test/test5.py:
972         
973         Added test for the above and updated other tests.
974
975 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
976
977         * shell/ev-window.c: (image_save_dialog_response_cb):
978
979         Do not append the file extension twice when saving an image.
980         
981 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
982
983         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_image):
984
985         Remove an invalid ifdef.
986         
987 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
988
989         * shell/ev-view.c: (ev_view_motion_notify_event):
990
991         Make sure the cursor is correctly restored after showing the right
992         click menu.
993         
994 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
995
996         * libdocument/ev-attachment.[ch]: (ev_attachment_launch_app),
997         (ev_attachment_open):
998         * shell/ev-sidebar-attachments.c:
999         (ev_sidebar_attachments_button_press):
1000         * shell/ev-window.c: (ev_attachment_popup_cmd_open_attachment):
1001
1002         Use GdkAppLaunchContext when available to open attachments.
1003         
1004 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1005
1006         * shell/ev-media-player-keys.c: (ev_media_player_keys_grab_keys):
1007
1008         Grab the mediakeys with a low priority. Fixes bug #547164. Patch
1009         by Eric Piel.
1010         
1011 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1012
1013         * shell/ev-application.c: (ev_application_get_media_keys):
1014         * shell/ev-media-player-keys.[ch]:
1015         (ev_media_player_keys_class_init), (on_media_player_key_pressed),
1016         (ev_media_player_keys_grab_keys),
1017         (ev_media_player_keys_release_keys), (ev_media_player_keys_init),
1018         (ev_media_player_keys_focused), (ev_media_player_keys_finalize):
1019         * shell/ev-window.[ch]: (ev_window_dispose),
1020         (view_actions_focus_in_cb), (ev_window_media_player_key_pressed),
1021         (ev_window_init):
1022
1023         Clean up the media player keys stuff.
1024         
1025 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1026
1027         * NEWS:
1028         * configure.ac:
1029
1030         Update for release 2.23.91.
1031         
1032 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1033
1034         * cut-n-paste/smclient/eggsmclient-xsmp.c:
1035         (sm_client_xsmp_set_initial_properties):
1036
1037         Fix memory leak.
1038         
1039 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1040
1041         * shell/ev-application.c: (ev_application_open_window),
1042         (ev_application_open_uri_at_dest):
1043
1044         Make sure evince starts up in the right workspace when resuming a
1045         previous session.
1046         
1047 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1048
1049         * shell/ev-application.[ch]: (ev_application_open_window),
1050         (ev_application_add_icon_path_for_screen),
1051         (ev_application_open_uri_at_dest):
1052
1053         Fix window manager warnings shown in ~/.xsession-errors
1054         
1055 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1056
1057         * configure.ac:
1058         * cut-n-paste/Makefile.am:
1059         * cut-n-paste/smclient/Makefile.am:
1060         * cut-n-paste/smclient/eggdesktopfile.[ch]:
1061         * cut-n-paste/smclient/eggsmclient-private.h:
1062         * cut-n-paste/smclient/eggsmclient-xsmp.c:
1063         * cut-n-paste/smclient/eggsmclient.[ch]:
1064
1065         EggSMClient copied from libegg
1066
1067         * libdocument/ev-file-helpers.c: (ev_dot_dir):
1068         * shell/Makefile.am:
1069         * shell/ev-application.[ch]: (ev_application_load_session),
1070         (smclient_save_state_cb), (smclient_quit_cb),
1071         (ev_application_init_session), (ev_application_shutdown),
1072         (ev_application_init):
1073         * shell/main.c: (main):
1074
1075         Use EggSMClient instead of gnome-client and remove libgnome and
1076         libgnomeui dependencies.
1077         
1078 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1079
1080         * shell/main.c: (main):
1081
1082         Remove gnome_authentication_manager_init.
1083         
1084 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1085
1086         * shell/ev-view.c: (ev_view_goto_window_create):
1087
1088         Use gtk_box_pack_start instead of gtk_box_pack_start_defaults
1089         since it's now deprecated.
1090         
1091 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1092
1093         * backend/djvu/Makefile.am:
1094         * backend/djvu/djvu-document-private.h:
1095         * backend/djvu/djvu-document.c: (djvu_document_find_find_text),
1096         (djvu_document_find_iface_init):
1097         * backend/djvu/djvu-text-page.[ch]:
1098         * backend/djvu/djvu-text.[ch]: Removed
1099         * backend/pdf/ev-poppler.cc: (pdf_document_find_find_text),
1100         (pdf_document_find_iface_init):
1101         * libdocument/ev-document-find.[ch]: (ev_document_find_find_text):
1102         * shell/ev-jobs.[ch]: (ev_job_find_init), (ev_job_find_dispose),
1103         (ev_job_find_run), (ev_job_find_class_init), (ev_job_find_new),
1104         (ev_job_find_get_n_results), (ev_job_find_get_progress),
1105         (ev_job_find_has_results), (ev_job_find_get_results):
1106         * shell/ev-view-private.h:
1107         * shell/ev-view.[ch]: (ev_view_expose_event),
1108         (highlight_find_results), (ev_view_finalize),
1109         (ev_view_get_property), (ev_view_class_init), (page_changed_cb),
1110         (ev_view_set_document), (ev_view_find_get_n_results),
1111         (ev_view_find_get_result), (jump_to_find_result),
1112         (jump_to_find_page), (ev_view_find_changed), (ev_view_find_next),
1113         (ev_view_find_previous), (ev_view_find_search_changed),
1114         (ev_view_find_set_highlight_search), (ev_view_find_cancel):
1115         * shell/ev-window.c: (ev_window_update_actions),
1116         (page_changed_cb), (ev_window_setup_document),
1117         (ev_window_update_find_status_message),
1118         (ev_window_find_job_finished_cb), (ev_window_find_job_updated_cb),
1119         (ev_window_clear_find_job), (find_bar_close_cb),
1120         (find_bar_search_changed_cb), (find_bar_visibility_changed_cb),
1121         (ev_window_dispose), (ev_window_init):
1122
1123         Rework find interface. The find logic has been moved from backends
1124         to the shell avoiding a lot of duplicated code in the backends and
1125         making easier to implement the find interface in the backends.
1126         
1127 2008-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1128
1129         * backend/pdf/ev-poppler.cc:
1130         (pdf_document_thumbnails_get_dimensions):
1131
1132         Make sure thumbnail size returned by the PDF is actually
1133         valid. Fixes bug #548462.
1134         
1135 2008-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1136
1137         * shell/ev-window.c: (ev_window_setup_document),
1138         (ev_window_set_document), (ev_window_dispose):
1139
1140         Remove the idle function for setting the document up when the
1141         window is destroyed. Fixes bug #549163.
1142         
1143 2008-08-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1144
1145         * shell/ev-jobs.[ch]: (ev_job_attachments_init),
1146         (ev_job_attachments_dispose), (ev_job_attachments_run),
1147         (ev_job_attachments_class_init), (ev_job_attachments_new):
1148         * shell/ev-sidebar-attachments.c:
1149         (ev_sidebar_attachments_set_document):
1150
1151         Add a new job to get the attachments in a thread with the document
1152         lock held. Fixes bug #548653.
1153         
1154 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1155
1156         * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
1157         (tiff_document_document_iface_init):
1158
1159         Implement document_get_page_label in tiff backend.
1160         
1161 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1162
1163         * backend/tiff/tiff-document.c: (tiff_document_render):
1164
1165         Handle document orientation in tiff backend. Fixes bug #548444.
1166         
1167 2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1168
1169         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1170
1171         Do not crash when adjustment page size is 0. Fixes bug #547440.
1172         
1173 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1174
1175         * cut-n-paste/evmountoperation/ev-mount-operation.c:
1176
1177         Sync with current GTK+.
1178         
1179 2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1180
1181         * configure.ac:
1182         
1183         Update for release 2.23.6.
1184
1185 2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1186
1187         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
1188         (ev_job_load_set_password):
1189         * shell/ev-password.[ch]: (ev_password_dialog_get_password):
1190         * shell/ev-window.c: (password_dialog_response),
1191         (ev_window_load_job_cb):
1192
1193         Fix loading encrypted documents since I broke it with the jobs
1194         rework.
1195         
1196 2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1197
1198         * NEWS:
1199
1200         Update NEWS for 2.23.6 release.
1201         
1202 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1203
1204         * backend/impress/impress-document.c:
1205         * backend/impress/render.h:
1206         * libdocument/ev-document-factory.c:
1207         * libdocument/ev-document-factory.h:
1208         * libdocument/ev-document-links.h:
1209         * libdocument/ev-document-misc.c:
1210         * libdocument/ev-document-misc.h:
1211         * properties/ev-properties-main.c:
1212         * properties/ev-properties-view.c:
1213         * properties/ev-properties-view.h:
1214         * shell/eggfindbar.c:
1215         * shell/eggfindbar.h:
1216         * shell/ev-application.c:
1217         * shell/ev-application.h:
1218         * shell/ev-jobs.h:
1219         * shell/ev-message-area.h:
1220         * shell/ev-navigation-action.c:
1221         * shell/ev-navigation-action.h:
1222         * shell/ev-open-recent-action.c:
1223         * shell/ev-open-recent-action.h:
1224         * shell/ev-page-action-widget.c:
1225         * shell/ev-page-action.c:
1226         * shell/ev-page-action.h:
1227         * shell/ev-page-cache.h:
1228         * shell/ev-password-view.h:
1229         * shell/ev-password.h:
1230         * shell/ev-pixbuf-cache.h:
1231         * shell/ev-properties-fonts.c:
1232         * shell/ev-sidebar-attachments.c:
1233         * shell/ev-sidebar-links.c:
1234         * shell/ev-sidebar-links.h:
1235         * shell/ev-sidebar-thumbnails.c:
1236         * shell/ev-sidebar-thumbnails.h:
1237         * shell/ev-sidebar.c:
1238         * shell/ev-sidebar.h:
1239         * shell/ev-stock-icons.c:
1240         * shell/ev-tooltip.h:
1241         * shell/ev-view.c:
1242         * shell/ev-view.h:
1243         * shell/ev-window.c:
1244         * shell/ev-window.h:
1245         * shell/main.c:
1246
1247         More #include cleanups. Again: reordering, single gtk.h
1248         includes and other stuff.
1249
1250 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1251
1252         * shell/eggfindbar.c:
1253         * shell/ev-application.c:
1254         * shell/ev-message-area.c:
1255         * shell/ev-navigation-action.c:
1256         * shell/ev-open-recent-action.c:
1257         * shell/ev-page-action-widget.c:
1258         * shell/ev-page-action.c:
1259         * shell/ev-password-view.c:
1260         * shell/ev-properties-dialog.c:
1261         * shell/ev-properties-fonts.c:
1262         * shell/ev-sidebar-attachments.c:
1263         * shell/ev-sidebar-page.c:
1264         * shell/ev-sidebar-thumbnails.c:
1265         * shell/ev-stock-icons.c:
1266         * shell/ev-tooltip.c:
1267         * shell/ev-view.c:
1268         * shell/ev-window.c:
1269         * shell/main.c:
1270
1271         Cleanup many #include statements: reorder so that a
1272         generic-to-specific order is used, use single gtk.h
1273         includes, and some other cleanups.
1274
1275 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1276
1277         * shell/ev-jobs.h:
1278
1279         Add gio header.
1280         
1281 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1282
1283         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
1284         (ev_document_fc_mutex_trylock):
1285         * shell/Makefile.am:
1286         * shell/ev-job-queue.[ch]:
1287         * shell/ev-job-scheduler.[ch]:
1288         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
1289         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
1290         (ev_job_run), (ev_job_cancel), (ev_job_failed),
1291         (ev_job_failed_from_error), (ev_job_succeeded),
1292         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
1293         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
1294         (ev_job_links_class_init), (ev_job_render_init),
1295         (notify_page_ready), (ev_job_render_page_ready),
1296         (ev_job_render_run), (ev_job_render_class_init),
1297         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
1298         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
1299         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
1300         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
1301         (ev_job_save_dispose), (ev_job_save_run),
1302         (ev_job_save_class_init), (ev_job_print_init),
1303         (ev_job_print_dispose), (ev_job_print_run),
1304         (ev_job_print_class_init):
1305         * shell/ev-page-cache.c:
1306         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1307         (check_job_size_and_unref), (move_one_job),
1308         (copy_job_to_job_info), (add_job),
1309         (ev_pixbuf_cache_add_jobs_if_needed):
1310         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
1311         (job_fonts_finished_cb), (job_fonts_updated_cb),
1312         (ev_properties_fonts_set_document):
1313         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
1314         (ev_sidebar_links_set_document):
1315         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
1316         (ev_sidebar_thumbnails_set_document),
1317         (ev_sidebar_thumbnails_clear_job):
1318         * shell/ev-view-private.h:
1319         * shell/ev-view.c:
1320         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
1321         (ev_window_refresh_window_thumbnail), (password_dialog_response),
1322         (ev_window_clear_load_job), (ev_window_clear_reload_job),
1323         (ev_window_load_job_cb), (ev_window_reload_job_cb),
1324         (window_open_file_copy_ready_cb), (ev_window_open_uri),
1325         (ev_window_reload_document), (ev_window_clear_save_job),
1326         (ev_window_save_job_cb), (file_save_dialog_response_cb),
1327         (ev_window_clear_print_job), (ev_window_print_job_cb),
1328         (ev_window_print_dialog_response_cb):
1329         * shell/main.c: (main):
1330
1331         Rework the jobs system in order to make it simpler and more
1332         extensible. It allows to run jobs in the main loop instead of
1333         using a thread when it's appropriate like the fonts job. Now it's
1334         also possible to cancel jobs that are currently running. 
1335         
1336 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1337
1338         * libdocument/ev-debug.c: (profile_init):
1339
1340         Create the hash table also when profiling service is enabled for
1341         all sections.
1342         
1343 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1344
1345         * libdocument/ev-debug.[ch]: (ev_profiler_start),
1346         (ev_profiler_stop):
1347         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
1348         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
1349         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
1350         (ev_job_print_run):
1351         * shell/main.c: (main):
1352
1353         Add a profile mode available when debug is enabled. Add profilers
1354         in ev-jobs.
1355         
1356 2008-07-23  Götz Waschk <waschk@mandriva.org>
1357
1358         * configure.ac: Correctly build desktop file. Fixes
1359         bug #544237.
1360
1361 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1362
1363         * configure.ac:
1364         
1365         Update for release 2.23.5.
1366
1367 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1368
1369         * NEWS:
1370
1371         Update NEWS for 2.23.5 release.
1372         
1373 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1374
1375         * shell/ev-window.c: (ev_window_state_event),
1376         (ev_window_class_init):
1377
1378         Intercept window manager's fullscreen request in order to run/stop
1379         fullscreen mode. Fixes bug #493541.
1380         
1381 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1382
1383         * shell/ev-window.c: (find_bar_visibility_changed_cb):
1384
1385         Restart the job search when the find bar is opened for the second
1386         time. Fixes bug #531956.
1387         
1388 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1389
1390         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
1391         (get_document_from_uri):
1392
1393         Make sure we always return a valid error struct when
1394         get_document_from_uri fails. Fixes nautilus crash, see bug
1395         #542548.
1396         
1397 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
1398
1399         * libdocument/ev-transition-effect.c
1400         (ev_transition_effect_type_get_type),
1401         (ev_transition_effect_alignment_get_type),
1402         (ev_transition_effect_direction_get_type):
1403         
1404         Fixes bug #542924. Makes enums static to fix Solaris build.
1405
1406 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1407
1408         * shell/ev-view.c: (ev_view_key_press_event):
1409
1410         Add '.' keybinding for blanking the screen in presentation
1411         mode. Fixes bug #542001.
1412         
1413 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1414
1415         * libdocument/ev-document-misc.c:
1416         (ev_document_misc_pixbuf_from_surface):
1417
1418         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
1419         #540950.
1420         
1421 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1422
1423         * backend/comics/comics-document.c (comics_document_load):
1424         * backend/comics/comicsdocument.evince-backend.in:
1425         * configure.ac:
1426         * thumbnailer/evince-thumbnailer-comics.schemas.in:
1427         
1428         Added support for 7-zip based cb7 comic book. Patch by
1429         Kartik Rustagi. Fixes bug #532312.
1430
1431 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1432
1433         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
1434         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
1435         Fixes bug #539972.
1436
1437 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1438
1439         * shell/Makefile.am:
1440         * shell/ev-application.c (ev_application_init),
1441         (ev_application_get_media_keys):
1442         * shell/ev-application.h:
1443         * shell/ev-marshal.list:
1444         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
1445         (proxy_destroy), (on_media_player_key_pressed),
1446         (ev_media_player_keys_init), (ev_media_player_keys_focused),
1447         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
1448         * shell/ev-media-player-keys.h:
1449         * shell/ev-window.c (ev_window_go_previous_page),
1450         (ev_window_go_next_page), (ev_window_go_first_page),
1451         (ev_window_go_last_page), (ev_window_start_presentation),
1452         (ev_window_dispose), (view_actions_focus_in_cb):
1453         * shell/ev-window.h: When building with D-Bus support, listen
1454         for multimedia key events from gnome-settings-daemon. This allows
1455         to go to the next/previous/first/last pages using, respectively,
1456         Next/Previous/Rewing/Fast Forward. The Play button is used to start
1457         a presentation. Fixes bug #539971.
1458
1459 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1460
1461         * configure.ac:
1462         
1463         Update for release 2.23.4.
1464
1465 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1466
1467         * NEWS:
1468
1469         Update news for 2.23.4 release.
1470         
1471 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1472
1473         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
1474         * shell/ev-sidebar-thumbnails.c:
1475         (ev_sidebar_thumbnails_set_loading_icon),
1476         (ev_sidebar_thumbnails_refresh):
1477         * shell/ev-window.c: (ev_window_error_message),
1478         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
1479         (ev_window_set_document):
1480
1481         Do not crash opening documents with no pages and show a warning
1482         message in the message area. Fixes bugs #537574 and #171588.
1483         
1484 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1485
1486         * shell/Makefile.am:
1487         * shell/ev-file-monitor.[ch]:
1488         * shell/ev-window.c: (ev_window_document_changed),
1489         (ev_window_clear_reload_job), (ev_window_load_job_cb),
1490         (ev_window_reload_job_cb), (ev_window_open_uri),
1491         (ev_window_reload_document), (ev_window_cmd_view_reload),
1492         (ev_window_dispose):
1493
1494         Automaticly reload the document when the file has changed on
1495         disk. Bug #304249.
1496         
1497 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
1498
1499         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1500         * libdocument/ev-image.c: (ev_image_save_tmp):
1501         * libdocument/ev-module.c: (ev_module_load):
1502         * shell/ev-application.c: (ev_application_shutdown),
1503         (ev_application_get_print_settings):
1504         * shell/ev-sidebar-attachments.c:
1505         (ev_sidebar_attachments_button_press),
1506         (ev_sidebar_attachments_drag_data_get):
1507         * shell/ev-window.c: (window_save_file_copy_ready_cb),
1508         (ev_window_print_finished), (ev_window_print_send),
1509         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
1510         (ev_window_preview_print_finished), (ev_window_do_preview_print),
1511         (ev_window_cmd_preview_print):
1512         * shell/main.c: (load_files_remote):
1513         Fix some build warnings under GCC 4.3.0. (#537535).
1514
1515 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1516
1517         * shell/ev-jobs.c: (ev_job_render_dispose):
1518
1519         Fix a crash in debug mode. Patch by Daniel M German.
1520         
1521 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1522
1523         * shell/ev-window.c:
1524
1525         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
1526         
1527 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1528
1529         * shell/ev-window.c: (ev_window_print_send),
1530         (ev_window_do_preview_print):
1531
1532         Use the window title as print job name instead of just
1533         "evince-print". Fixes bug #534493.
1534         
1535 2008-05-19  Frederic Peters  <fpeters@0d.be>
1536
1537         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
1538         Bug #533897.
1539
1540 2008-05-19  Frederic Peters  <fpeters@0d.be>
1541
1542         * help/reference/Makefile.am: added missing libevmountoperation to
1543         gtkdoc-scanobj libraries.  Bug #533896.
1544
1545 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
1546
1547         * properties/ev-properties-view.c (get_default_user_units):
1548         Fixes check for default units string translation. Bug #533323.
1549
1550 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
1551
1552         * backend/impress/iksemel.c (sax_core): Fix a free() that should
1553         be an iks_free(). Fix an array overflow in the XML parser that
1554         would occur whenever the number of attributes in a tag was greater
1555         than 0 and divisible by 6. Fixes GNOME bug #530852.
1556
1557 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1558
1559         * backend/djvu/djvu-document-private.h:
1560         * backend/djvu/djvu-links.c:
1561         * backend/djvu/djvu-text.c:
1562         * backend/djvu/djvu-document.c: (djvu_handle_events),
1563         (djvu_wait_for_message), (djvu_document_load),
1564         (document_get_page_size), (djvu_document_render),
1565         (djvu_document_thumbnails_get_thumbnail),
1566         (djvu_document_file_exporter_end):
1567
1568         Make sure load job doesn't finish successfully when the document
1569         is not successfully decoded by libdjvu. Fixes bug #530202.
1570         
1571 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1572
1573         * configure.ac:
1574         * libdocument/Makefile.am:
1575         * libdocument/ev-debug.[ch]:
1576         * libdocument/ev-document.c:
1577         * shell/ev-jobs.c: (ev_job_links_dispose),
1578         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
1579         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
1580         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
1581         (ev_job_render_page_ready), (ev_job_render_run),
1582         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
1583         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
1584         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
1585         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
1586         (ev_job_print_new), (ev_job_print_run):
1587         * shell/main.c: (main):
1588
1589         Add debug mode based on gedit code. Add debug messages in
1590         ev-jobs.
1591         
1592 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1593
1594         * libdocument/ev-document-factory.c: (get_document_from_uri):
1595
1596         Fix memory leak.
1597         
1598 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
1599
1600         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
1601         (get_mime_type_from_data), (get_document_from_uri),
1602         (ev_document_factory_get_document):
1603         
1604         Improved error message about file opening failture.
1605         Bug #529129.
1606
1607 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
1608
1609         * data/evince-toolbar.xml:
1610         
1611         Allow to add SaveAs to toolbar.
1612
1613 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1614
1615         * shell/ev-view-private.h:
1616         * shell/ev-view.[ch]: (ev_view_button_release_event),
1617         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
1618         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
1619         (ev_view_update_primary_selection), (clear_link_selected),
1620         (ev_view_copy_link_address):
1621         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
1622
1623         Update also the primary selection when copying a link
1624         address. Fixes bug #520855.
1625         
1626 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1627
1628         * libdocument/ev-document-factory.c: (get_document_from_uri):
1629
1630         Use the pixbuf backend only when the mime type is not supported by
1631         any of the other backend so that tiff documents, for instance, are
1632         handled by the tiff backend instead of the pixbuf backend. fixes
1633         bug #520290.
1634         
1635 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1636
1637         * cut-n-paste/Makefile.am:
1638
1639         Add evmountoperation to subdirs list.
1640         
1641 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1642
1643         * configure.ac:
1644
1645         Fix libspectre check in configure script. Fixes bug #528549.
1646         
1647 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1648
1649         * configure.ac:
1650         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
1651         * shell/Makefile.am:
1652         * shell/ev-window.c: (ev_window_load_remote_failed),
1653         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
1654
1655         Add GtkMountOperation (renamed to avoid conflicts) to be able to
1656         open documents in remote locations that are not mounted.
1657         
1658 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1659
1660         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
1661         (bitmap_convert_msb8):
1662         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
1663         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
1664
1665         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
1666         
1667 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1668
1669         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
1670         (ev_job_render_new), (ev_job_render_set_selection_info),
1671         (ev_job_render_run):
1672         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1673         (check_job_size_and_unref),
1674         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
1675         (add_job), (ev_pixbuf_cache_get_selection_surface):
1676
1677         Create the render context needed for rendering a page in the render
1678         thread so that we don't block the main thread. Simplify
1679         EvJobRender API.
1680         
1681 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1682
1683         * libdocument/Makefile.am:
1684         * libdocument/ev-page.[ch]:
1685         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
1686         (ev_render_context_new), (ev_render_context_set_page):
1687         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
1688         (ev_form_field_finalize), (ev_form_field_class_init):
1689         * libdocument/ev-document-forms.[ch]:
1690         (ev_document_forms_get_form_fields):
1691         * libdocument/ev-document.[ch]: (ev_document_get_page),
1692         (ev_document_get_page_size), (ev_document_get_page_label):
1693         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
1694         (ev_job_render_run), (ev_job_thumbnail_new),
1695         (ev_job_thumbnail_run), (ev_job_print_run):
1696         * shell/ev-page-cache.c: (ev_page_cache_new):
1697         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1698         (check_job_size_and_unref), (add_job):
1699         * shell/ev-sidebar-thumbnails.c: (add_range):
1700         * shell/ev-view.c: (ev_view_form_field_get_region),
1701         (ev_view_form_field_button_create_widget),
1702         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1703         (ev_view_handle_form_field), (ev_view_size_allocate),
1704         (get_selected_text):
1705         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
1706         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
1707         (pdf_document_get_page), (pdf_document_get_page_label),
1708         (pdf_document_render), (pdf_document_get_info),
1709         (pdf_document_document_iface_init),
1710         (pdf_document_thumbnails_get_thumbnail),
1711         (pdf_document_thumbnails_get_dimensions),
1712         (pdf_document_file_exporter_do_page),
1713         (pdf_selection_render_selection),
1714         (pdf_selection_get_selected_text),
1715         (pdf_selection_get_selection_region),
1716         (pdf_selection_get_selection_map),
1717         (pdf_document_forms_get_form_fields),
1718         (pdf_document_forms_form_field_text_get_text),
1719         (pdf_document_forms_form_field_text_set_text),
1720         (pdf_document_forms_form_field_button_set_state),
1721         (pdf_document_forms_form_field_button_get_state),
1722         (pdf_document_forms_form_field_choice_get_item),
1723         (pdf_document_forms_form_field_choice_get_n_items),
1724         (pdf_document_forms_form_field_choice_is_item_selected),
1725         (pdf_document_forms_form_field_choice_select_item),
1726         (pdf_document_forms_form_field_choice_toggle_item),
1727         (pdf_document_forms_form_field_choice_unselect_all),
1728         (pdf_document_forms_form_field_choice_set_text),
1729         (pdf_document_forms_form_field_choice_get_text):
1730         * backend/ps/ev-spectre.c: (ps_document_get_page),
1731         (ps_document_get_page_size), (ps_document_get_page_label),
1732         (ps_document_render), (ps_document_document_iface_init),
1733         (ps_document_file_exporter_do_page):
1734         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
1735         (tiff_document_render), (tiff_document_render_pixbuf),
1736         (tiff_document_file_exporter_do_page):
1737         * backend/pixbuf/pixbuf-document.c:
1738         (pixbuf_document_get_page_size):
1739         * backend/comics/comics-document.c:
1740         (comics_document_get_page_size), (comics_document_render_pixbuf):
1741         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
1742         (djvu_document_render), (djvu_selection_get_selected_text),
1743         (djvu_document_thumbnails_get_thumbnail),
1744         (djvu_document_file_exporter_do_page),
1745         (djvu_document_find_get_result):
1746         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
1747         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
1748         (dvi_document_thumbnails_get_thumbnail),
1749         (dvi_document_file_exporter_do_page):
1750         * backend/impress/impress-document.c:
1751         (impress_document_get_page_size),
1752         (impress_document_render_pixbuf):
1753         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1754
1755         Add EvPage so that we can hold a reference to the backend
1756         page. Form fields keep now a reference to the poppler page
1757         improving performance since we don't have to create/destroy the
1758         poppler field for every form operation. This will be needed for
1759         annotations too.
1760         
1761 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1762
1763         * data/evince-ui.xml:
1764         * shell/ev-window.c:
1765
1766         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
1767         
1768 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1769
1770         * configure.ac:
1771         * backend/ps/Makefile.am:
1772
1773         Remove gs stuff from ps backend.
1774         
1775 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1776
1777         * configure.ac:
1778         * backend/pdf/ev-poppler.cc:
1779
1780         Bump poppler requirement to 0.8.0.
1781         
1782 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1783
1784         * NEWS:
1785         * configure.ac:
1786
1787         Update for release 2.22.1.1
1788
1789 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1790
1791         * configure.ac:
1792
1793         Fix build (again) when poppler version is 0.6
1794         
1795 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1796
1797         * backend/djvu/djvu-links.c: (build_tree):
1798
1799         Make sure link title is a valid utf8 string. Fixes bug #526517.
1800         
1801 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1802
1803         * configure.ac:
1804
1805         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
1806         #526799.
1807         
1808 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1809
1810         * configure.ac:
1811         
1812         Update for release 2.22.1.
1813
1814 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1815
1816         * NEWS:
1817
1818         Update for upcoming release.
1819
1820 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1821
1822         * configure.ac:
1823         * backend/dvi/dvidocument.evince-backend.in:
1824
1825         Add compressed dvi to the list of supported mime types. Patch by
1826         Ed Catmur. Fixes bug #307087.
1827
1828 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1829
1830         * shell/ev-jobs.c: (ev_job_print_get_page_list):
1831
1832         Fix a crash when printing a range that doesn't specify the start or
1833         end page. Fixes bug #524288.
1834
1835 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1836
1837         * shell/ev-window.c: (ev_window_cmd_continuous),
1838         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
1839         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
1840         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
1841         (ev_window_run_presentation), (ev_window_stop_presentation),
1842         (ev_window_cmd_view_presentation),
1843         (ev_window_cmd_leave_fullscreen),
1844         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
1845
1846         Do not unfullscreen and fullscreen again the window when changing
1847         from fullscreen to presentation mode and vice versa. Fixes bug
1848         #524112.
1849         
1850 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1851
1852         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
1853
1854         Do not crash when thumbnail failed to render in PS backend. Fixes
1855         bug #525015.
1856         
1857 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1858
1859         * shell/ev-window.c: (window_open_file_copy_ready_cb),
1860         (ev_window_load_file_remote), (ev_window_open_uri):
1861
1862         Handle errors when opening remote files.
1863         
1864 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1865
1866         * shell/ev-page-action.c: (ev_page_action_grab_focus):
1867
1868         Only grab the focus for the current visible proxy widget. Fixes
1869         bug #521224.
1870         
1871 2008-03-30  Emil Soleyman  <emil@nishra.com>
1872
1873         * shell/ev-window.c: (launch_external_uri):
1874         
1875         Reuse g_app_info_launch_default_for_uri to
1876         save some code and fix bug #525009.
1877
1878 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1879
1880         * shell/ev-window.c (image_save_dialog_response_cb):
1881
1882         Use g_str_has_suffix. See bug #523069.
1883
1884 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1885
1886         * configure.ac:
1887
1888         Add a configure option to enable/diable DBus. Patch by Rémi
1889         Cardona. Fixes bug 521797.
1890
1891 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1892
1893         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1894
1895         Fix printing in documents with rotated pages. Patch by Eugen
1896         Dedu. Fixes bug #512648.
1897         
1898 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1899
1900         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
1901         (ev_link_from_action):
1902
1903         Fix warning messages.
1904         
1905 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1906
1907         * shell/ev-window.c: (image_save_dialog_response_cb):
1908
1909         Do not append the extension to filename when saving an image
1910         if the filename alredy contains the extension. Fixes bug #523069.
1911         
1912 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1913
1914         * shell/ev-view.[ch]: (ev_view_find_cancel):
1915         * shell/ev-window.c: (find_bar_close_cb):
1916
1917         Cancel the find operation when the find bar is closed. Fixes bug
1918         #508845.
1919         
1920 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1921
1922         * backend/ps/psdocument.evince-backend.in:
1923
1924         Make ps backend module resident. Fixes bug #520607.
1925         
1926 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1927
1928         * shell/ev-jobs.c: (ev_job_print_run):
1929
1930         Invert collate action in order to work as expected, fix reverse
1931         printing so that it doesn't start with a blank page and fix number
1932         of copies. Patch by Eugen Dedu. Fixes bug #365332.
1933         
1934 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1935
1936         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
1937
1938         Fix build with poppler <= 0.7.2
1939         
1940 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1941
1942         * libdocument/ev-document-misc.c:
1943         (ev_document_misc_surface_from_pixbuf):
1944
1945         Fix selections with poppler-splash.
1946         
1947 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1948
1949         * configure.ac:
1950         * backend/pdf/ev-poppler.cc:
1951
1952         Fix build with poppler >= 0.7.2
1953         
1954 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1955
1956         * configure.ac:
1957         
1958         Update for release 2.22.0
1959
1960 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1961
1962         * NEWS:
1963
1964         Update for upcoming release.
1965
1966 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1967
1968         * shell/ev-window.c (ev_window_print_dialog_response_cb):
1969
1970         Bug 495107 – Handle print dialog responses correctly
1971
1972         Correctly handle print dialog response. Properly fixes
1973         the above mentioned bug.
1974
1975 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1976
1977         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1978
1979         Make sure print job is only run when the print button is
1980         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
1981         
1982 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1983
1984         * backend/pdf/pdfdocument.evince-backend.in:
1985         * libdocument/ev-backends-manager.c:
1986         (ev_backends_manager_load_backend),
1987         (ev_backends_manager_get_document):
1988         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
1989
1990         Allow making backend modules resident. This is needed only for
1991         some backends like pdf to avoid registering glib types more than
1992         once.
1993         
1994 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1995
1996         * backend/comics/comics-document.c:
1997         * backend/djvu/djvu-document.c:
1998         * backend/impress/impress-document.c:
1999         * backend/pdf/ev-poppler.cc:
2000         * backend/pixbuf/pixbuf-document.c:
2001         * backend/ps/ev-spectre.c:
2002         * backend/ps/ps-document.c:
2003         * backend/tiff/tiff-document.c:
2004         * libdocument/ev-document.h:
2005         * properties/ev-properties-main.c:
2006
2007         Use g_type_module_add_interface instead of
2008         g_type_add_interface_static. Fixes bug #519679.
2009         
2010 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
2011
2012         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
2013         Added. Returns whether the animation has everything necessary to run.
2014         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
2015         is ready just because it's been created. Fixes #519106.
2016         (draw_one_page): Do not show the "Loading..." text in presentation
2017         mode, there was a slim probability that this could happen.
2018
2019 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2020
2021         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
2022
2023         Duplicate mime_type string before freeing it so that it doesn't
2024         always fail when getting mime type from uri. Fixes bug #518874.
2025         
2026 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2027
2028         * shell/ev-view.c: (ev_view_form_field_choice_changed):
2029
2030         Fix a crash when a choice form field doesn't have any item
2031         selected. Fixes bug #518831
2032         
2033 2008-02-25  Alexander Larsson  <alexl@redhat.com>
2034
2035         * shell/ev-window.c (ev_window_clear_temp_file):
2036         Use g_file_has_prefix instead of renamed
2037         g_file_contains_file.
2038
2039         * configure.ac:
2040         Require new glib for above change.
2041         
2042 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2043
2044         * libdocument/ev-image.c: (ev_image_finalize),
2045         (ev_image_save_tmp):
2046
2047         Return a real uri instead of a filename when saving an
2048         image. Fixes images drag an drop from evince to nautilus. 
2049         
2050 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2051
2052         * backend/pdf/ev-poppler.cc:
2053         (pdf_document_images_get_image_mapping):
2054
2055         Return the image list in the right order. Fixes bug #516237.
2056         
2057 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2058
2059         * backend/impress/impress-document.c:
2060         (impress_document_thumbnails_get_thumbnail):
2061
2062         Remove unused variable to avoid a compiler warning.
2063
2064 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2065
2066         * configure.ac:
2067         
2068         Update for release 2.21.91.
2069
2070 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2071
2072         * configure.ac:
2073         * shell/Makefile.am:
2074         * shell/ev-application.[ch]:
2075         * shell/ev-sidebar-links.c:
2076         * shell/ev-utils.[ch]:
2077         * shell/ev-window.[ch]:
2078
2079         Remove libgnomeprint support. Fixes bug #512370.
2080         
2081 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
2082
2083         * thumbnailer/evince-thumbnailer.c: (main):
2084
2085         Initialize glib type system before using it. Fixes bug #513934.
2086         
2087 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2088
2089         * properties/ev-properties-main.c:
2090
2091         Add missing #include.
2092         
2093 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2094
2095         * configure.ac:
2096         * backend/djvu/djvu-document.c: (djvu_document_render):
2097         * backend/tiff/tiff-document.c: (tiff_document_render):
2098
2099         Use the new cairo function cairo_format_stride_for_width when
2100         available. Fixes bug #482720.
2101
2102 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2103
2104         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
2105         (get_mime_type_from_data), (get_document_from_uri):
2106
2107         Use g_content_type_guess() only when slow is true in
2108         get_document_from_uri(). Fix several memory leaks.
2109         
2110 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
2111
2112         * libdocument/ev-document-factory.c:
2113         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
2114         (get_document_from_uri):
2115
2116         Use g_content_type_guess () to get mimetype for files.
2117         Bug #510401.
2118
2119 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2120
2121         * thumbnailer/Makefile.am:
2122
2123         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
2124         
2125 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2126
2127         * configure.ac:
2128
2129         Fix build with --without-libgnome. Fixes bug #512771.
2130         
2131 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2132
2133         * backend/dvi/Makefile.am: Install only dvi
2134         module. Fixes bug #512718.
2135
2136 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2137
2138         * properties/ev-properties-main.c: (nautilus_module_initialize):
2139         
2140         Initialize backends in properties tab. Fixes bug
2141         #512720.
2142
2143 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2144
2145         * properties/Makefile.am: No need to link with 
2146         libraries. Fixes bug #512719.
2147
2148 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2149
2150         * NEWS:
2151         * configure.ac:
2152         
2153         Update for release 2.21.90.
2154
2155 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2156
2157         * shell/ev-window.c: (ev_window_cmd_escape):
2158
2159         Fix compile warning.
2160         
2161 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2162
2163         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
2164
2165         Fix printing in dvi backend when filename contains white
2166         espaces. Fixes bug #502839.
2167         
2168 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2169
2170         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2171         (screensaver_disable_x11):
2172         * shell/Makefile.am:
2173         * shell/xdg-user-dir-lookup.c: Removed
2174         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
2175         * shell/ev-view.c: (ev_view_presentation_transition_start):
2176         * shell/ev-window.c: (ev_window_cmd_file_open),
2177         (ev_window_cmd_save_as), (presentation_set_timeout):
2178
2179         Remove #ifdefs that are no longer needed.
2180         
2181 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2182
2183         * shell/ev-view.[ch]: (ev_view_button_release_event),
2184         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
2185         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
2186         (ev_window_cmd_escape):
2187
2188         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
2189         
2190 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2191
2192         * configure.ac:
2193         * backend/comics/comics-document.c: (comics_document_load):
2194         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
2195         (ev_attachment_set_property), (ev_attachment_init),
2196         (ev_attachment_save), (ev_attachment_launch_app),
2197         (ev_attachment_open):
2198         * libdocument/ev-document-factory.c: (get_document_from_uri):
2199         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
2200         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
2201         * shell/ev-jobs.c:
2202         * shell/ev-password.c: (ev_password_dialog_set_property),
2203         (ev_password_dialog_save_password):
2204         * shell/ev-sidebar-attachments.c:
2205         (ev_sidebar_attachments_drag_data_get):
2206         * shell/ev-window-title.c: (get_filename_from_uri):
2207         * shell/ev-window.c: (ev_window_clear_temp_file),
2208         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
2209         (ev_window_open_uri), (window_save_file_copy_ready_cb),
2210         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
2211         (launch_external_uri), (image_save_dialog_response_cb),
2212         (attachment_save_dialog_response_cb):
2213         * shell/main.c: (load_files), (load_files_remote), (main):
2214         * thumbnailer/evince-thumbnailer.c: (main):
2215
2216         Port to gio and drop gnome-vfs dependency. Fixes bug
2217         #510401. Based on patch by Cosimo Cecchi.
2218         
2219 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2220
2221         * NEWS:
2222
2223         Fixed formatting inconsistencies (spaces vs. tabs)
2224
2225 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2226
2227         * shell/ev-window.c:
2228
2229         Use top/up/bottom/down arrows instead of
2230         first/left/last/right in the toolbar and menu actions.
2231         This fixes issues with RTL languages and is visually
2232         consistent with the page view. Fixes bug #170081.
2233
2234 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2235
2236         * NEWS:
2237
2238         Fixed some inaccuracies pointed out by Carlos Garcia
2239         Campos.
2240
2241 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2242
2243         * NEWS:
2244         * data/evince.schemas.in:
2245         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2246
2247         Override PDF restrictions by default. Fixes bug #382700.
2248
2249 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2250
2251         * NEWS: Updated for upcoming release
2252
2253 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2254
2255         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
2256
2257         Fix memory leak.
2258         
2259 2008-01-23  Gil Forcada <gilforcada@guifi.net>
2260
2261         * shell/ev-window.c: (register_custom_actions):
2262         
2263         Added comment for translators
2264
2265 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2266
2267         * shell/ev-view.c: (ev_view_button_release_event):
2268
2269         Do not create the idle function for kinetic scrolling if we are
2270         not in a drag operation.
2271
2272 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2273
2274         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2275         (ev_view_button_press_event), (ev_view_motion_notify_event),
2276         (ev_view_button_release_event):
2277
2278         Restore cursor after autoscrolling. Fixes bug #509958.
2279
2280 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2281
2282         * configure.ac:
2283         * backend/pdf/ev-poppler.cc:
2284         (pdf_document_images_get_image_mapping),
2285         (pdf_document_images_get_image),
2286         (pdf_document_document_images_iface_init):
2287         * libdocument/ev-document-images.[ch]:
2288         (ev_document_images_get_image_mapping),
2289         (ev_document_images_get_image):
2290         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
2291         (ev_image_get_id), (ev_image_save_tmp):
2292         * shell/ev-jobs.c: (ev_job_render_run):
2293         * shell/ev-view.c: (ev_view_drag_data_get):
2294         * shell/ev-window.c: (image_save_dialog_response_cb),
2295         (ev_view_popup_cmd_copy_image):
2296
2297         Do not render images when rendering the page but on demand. It
2298         reduces the memory comsumption.
2299         
2300 2008-01-18  Marcelo Lira  <setanta@gmail.com>
2301
2302         * configure.a:
2303         * shell/ev-password.c:
2304
2305         Make gnome-keyring optional. Fixes bug #509676.
2306         
2307 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2308
2309         * shell/ev-pixbuf-cache.c: (add_job):
2310
2311         Initialize include_images variable as FALSE instead of TRUE.
2312         
2313 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2314
2315         * configure.ac:
2316         * cut-n-paste/Makefile.am:
2317         * cut-n-paste/fileformatchooser/Makefile.am:
2318         * cut-n-paste/fileformatchooser/egg-macros.h:
2319         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
2320         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
2321         * shell/Makefile.am:
2322         * shell/ev-utils.c:
2323         (file_chooser_dialog_add_writable_pixbuf_formats),
2324         (get_gdk_pixbuf_format_by_extension):
2325         * shell/ev-utils.h:
2326         * shell/ev-window.c: (ev_window_error_message),
2327         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
2328         
2329         Simplify image format selection on save.
2330
2331 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2332
2333         * shell/ev-view.c: (ev_view_scroll_event):
2334         
2335         Repair gorizontal scrolling with shift. Fixes
2336         bug #483412.
2337
2338 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2339         
2340         * MAINTAINERS:
2341
2342         Fix formatting issues.
2343         
2344 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2345
2346         * backend/comics/comics-document.c: (comics_regex_quote):
2347         
2348         Don't overquote special chars except of '. See bug 
2349         502500. Thanks to Tom Parker.
2350
2351 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2352
2353         * MAINTAINERS:
2354         
2355         Added Nickolay and Carlos, since they're doing most of
2356         the releases nowadays.
2357
2358 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2359
2360         * properties/Makefile.am:
2361
2362         Get the nautilus extension dir properly instead of using
2363         a hack. Fixes bug #505359.
2364
2365 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2366
2367         * properties/Makefile.am:
2368         
2369         Install nautilus extension into new place. See bug
2370         #505359. Thanks to Matthias Clasen, Brian Pepple and
2371         Damien Carbery.
2372
2373 2008-01-13  Djihed Afifi  <djihed@gmail.com>
2374
2375         * shell/ev-window.c: (ev_window_get_recent_file_label):
2376         
2377         RTL marker in recent file list. See bug #509076.
2378
2379 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2380
2381         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
2382         * shell/ev-window.c: (image_save_dialog_response_cb):
2383
2384         Fix compile warnings due to unused variables.
2385         
2386 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2387
2388         * configure.ac:
2389         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
2390         * backend/ps/ev-spectre.c: (ps_document_render):
2391
2392         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
2393
2394 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2395
2396         * shell/ev-transition-animation.c (ev_transition_animation_fade)
2397         (ev_transition_animation_paint): Implement "fade" effect.
2398
2399 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2400
2401         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
2402         (ev_transition_animation_paint): Implement "uncover" effect.
2403
2404 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2405
2406         * shell/ev-transition-animation.c (ev_transition_animation_cover)
2407         (ev_transition_animation_paint): Implement "cover" effect.
2408
2409 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2410
2411         * shell/ev-transition-animation.c (ev_transition_animation_push)
2412         (ev_transition_animation_paint): Implement "push" effect.
2413
2414 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2415
2416         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
2417         (ev_transition_animation_paint): Implement "dissolve" effect.
2418
2419 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2420
2421         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
2422         (ev_transition_animation_paint): Implement "wipe" effect.
2423
2424 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2425
2426         * shell/ev-transition-animation.c (ev_transition_animation_box)
2427         (ev_transition_animation_paint): Implement "box" effect.
2428
2429 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2430
2431         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
2432         (ev_transition_animation_paint): Implement "blinds" effect.
2433
2434 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2435
2436         * shell/ev-transition-animation.c (ev_transition_animation_split)
2437         (ev_transition_animation_paint): Implement "split" effect.
2438
2439 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2440
2441         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
2442         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
2443         (ev_view_transition_animation_start) 
2444         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
2445         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
2446         (ev_view_next_page) (ev_view_previous_page):
2447         
2448         Use EvTransitionAnimation to drive page changes in the presentation
2449         mode, the animation will wait to start until both the origin and 
2450         destination page surfaces are available. Fixes #458460.
2451
2452         (draw_loading_text):
2453
2454         Remove workaround for bug #320352, it's now fixed properly.
2455
2456
2457 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2458
2459         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
2460         will contain the implementations for page transition animations, at
2461         the moment it just has the "replace" effect.
2462         * shell/Makefile.am: Added these files to build.
2463
2464 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2465
2466         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
2467         animations.
2468         * shell/Makefile.am: Added these files to build.
2469
2470 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2471
2472         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
2473         implementation to get_effect() in EvDocumentTransitionIface.
2474
2475 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2476
2477         * libdocument/ev-transition-effect.[ch]: New files, define a page
2478         transition effect, at the moment it maps PopplerPageTransition to a
2479         GObject.
2480         * libdocument/Makefile.am: Added these files to build.
2481         * libdocument/ev-document-transition.[ch]
2482         (ev_document_transition_get_effect): New method, gets the
2483         EvTransitionEffect returned by the interface implementation, with
2484         fallback to the "replace" effect.
2485
2486 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
2487
2488         * configure.ac:
2489         * cut-n-paste/Makefile.am:
2490         * cut-n-paste/fileformatchooser/Makefile.am:
2491         * cut-n-paste/fileformatchooser/egg-macros.h:
2492         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
2493         * shell/Makefile.am:
2494         * shell/ev-window.c: (image_save_dialog_response_cb),
2495         (ev_view_popup_cmd_save_image_as):
2496
2497         Allow exporting images in any format supported by
2498         GdkPixbuf. Fixes bug #500209.
2499         
2500 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2501
2502         * backend/pixbuf/pixbuf-document.c:
2503
2504         More warnings fixed.
2505         
2506 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2507
2508         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
2509         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
2510         * backend/djvu/djvu-text.h:
2511         * backend/tiff/tiff-document.c: (tiff_document_render):
2512
2513         Fix compile warnings.
2514         
2515 2007-12-28  Christian Persch  <chpe@gnome.org>
2516
2517         * **/*.c: Include config.h. Bug #504721.
2518
2519 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2520
2521         * configure.ac:
2522         * Makefile.am:
2523         * po/POTFILES.in:
2524         * backend/comics/Makefile.am:
2525         * backend/comics/comics-document.[ch]:
2526         * backend/comics/comicsdocument.evince-backend.in:
2527         * backend/djvu/Makefile.am:
2528         * backend/djvu/djvu-document.[ch]:
2529         * backend/djvu/djvudocument.evince-backend.in:
2530         * backend/dvi/Makefile.am:
2531         * backend/dvi/dvi-document.[c]:
2532         * backend/dvi/dvidocument.evince-backend.in:
2533         * backend/impress/Makefile.am:
2534         * backend/impress/impress-document.[ch]:
2535         * backend/impress/impressdocument.evince-backend.in:
2536         * backend/pdf/Makefile.am:
2537         * backend/pdf/ev-poppler.cc:
2538         * backend/pdf/ev-poppler.h:
2539         * backend/pdf/pdfdocument.evince-backend.in:
2540         * backend/pixbuf/Makefile.am:
2541         * backend/pixbuf/pixbuf-document.[ch]:
2542         * backend/pixbuf/pixbufdocument.evince-backend.in:
2543         * backend/ps/Makefile.am:
2544         * backend/ps/ev-spectre.[ch]:
2545         * backend/ps/ps-document.[ch]:
2546         * backend/ps/psdocument.evince-backend.in:
2547         * backend/tiff/Makefile.am:
2548         * backend/tiff/tiff-document.[ch]:
2549         * backend/tiff/tiffdocument.evince-backend.in:
2550         * libdocument/Makefile.am:
2551         * libdocument/ev-backends-manager.[ch]:
2552         * libdocument/ev-module.[ch]:
2553         * libdocument/ev-document.h:
2554         * libdocument/ev-document-factory.[ch]:
2555         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
2556         (get_compression_from_mime_type), (get_document_from_uri),
2557         (ev_document_factory_get_document), (file_filter_add_mime_types),
2558         (ev_document_factory_add_filters):
2559         * shell/Makefile.am:
2560         * shell/ev-window-title.c: (get_filename_from_uri):
2561         * shell/main.c: (main):
2562         * thumbnailer/Makefile.am:
2563         * thumbnailer/evince-thumbnailer.c: (main):
2564
2565         Plugin system for backends. Fixes bug #351348.
2566         
2567 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2568
2569         * shell/ev-view-private.h:
2570         * shell/ev-view.c: (ev_view_drag_update_momentum),
2571         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
2572         (ev_view_button_release_event), (ev_view_destroy):
2573         
2574         Kinetic scrolling implemented as requested in
2575         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
2576
2577 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2578
2579         * data/evince-toolbar.xml:
2580         * data/evince-ui.xml:
2581         * shell/ev-view-private.h:
2582         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2583         (ev_view_button_press_event), (ev_view_motion_notify_event),
2584         (ev_view_button_release_event), (ev_view_init),
2585         (ev_view_autoscroll_cb), (ev_view_autoscroll),
2586         (ev_view_set_cursor):
2587         * shell/ev-view.h:
2588         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2589         (ev_window_cmd_view_autoscroll):
2590         
2591         Autoscroll feature with the context menu. Fixes bug 
2592         #323670. Thanks to David Turner <cillian64@googlemail.com>.
2593
2594 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2595
2596         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
2597
2598         Disconnect also page-ready signal when removing a job because the
2599         page size has changed. Thanks to kripken
2600         <kripkensteiner@gmail.com>.
2601
2602 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2603
2604         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
2605         
2606         Scroll pages in page entry with mouse wheel. Fixes bug
2607         #324122. Thanks to David Turner <cillian64@googlemail.com>.
2608
2609 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2610
2611         * backend/dvi/Makefile.am:
2612         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
2613         (mdvi_cairo_device_init):
2614         * backend/dvi/mdvi-lib/common.h:
2615         * backend/dvi/mdvi-lib/mdvi.h:
2616         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
2617         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
2618         (mdvi_build_path_from_cwd):
2619
2620         Add ps specials support in dvi backend when libspectre is
2621         present. Fixes bug #386005.
2622         
2623 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2624
2625         * configure.ac:
2626         * backend/ps/Makefile.am:
2627         * backend/ps/ev-spectre.[ch]:
2628         
2629         Use libspectre, if available, for the ps backend. Fixes bugs
2630         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
2631
2632 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
2633         
2634         * backend/comics/comics-document.c: (comics_document_load):
2635         
2636         Cygwin build issue fix.
2637
2638 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2639
2640         * shell/ev-view.c: (ev_view_set_zoom):
2641
2642         Do not limit the minimum zoom factor when sizing mode is best bit
2643         or fit width. Fixes bug #503805.
2644         
2645 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2646
2647         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
2648         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
2649         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
2650         (ev_link_dest_get_property), (ev_link_dest_set_property),
2651         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
2652         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
2653         (ev_link_dest_new_fitr):
2654         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
2655         (goto_fith_dest), (goto_xyz_dest):
2656
2657         Do not change left, top and zoom values when they are null in PDF
2658         destinations. Fixes bug #460658.
2659         
2660 2007-12-10  Christian Persch  <chpe@gnome.org>
2661
2662         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
2663         (ev_view_accessible_class_init),
2664         (ev_view_accessible_idle_do_action),
2665         (ev_view_accessible_action_do_action),
2666         (ev_view_accessible_action_get_description),
2667         (ev_view_accessible_action_set_description),
2668         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
2669         (ev_view_accessible_factory_init),
2670         (ev_view_accessible_factory_get_accessible_type):
2671         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
2672         private data, and G_DEFINE_TYPE. Bug #502843.
2673
2674 2007-12-08  Christian Persch  <chpe@gnome.org>
2675
2676         * shell/ev-metadata-manager.c: (item_free),
2677         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
2678         (value_free), (parse_value), (parseItem),
2679         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
2680         (save_values): Use GSlice to allocate small amounts of memory. Bug
2681         #475972.
2682
2683 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2684
2685         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
2686
2687         Restore cursor to normal after a drag operation. Fixes bug
2688         #501603.
2689         
2690 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2691
2692         * NEWS:
2693         * configure.ac:
2694         
2695         Update for release 2.21.1
2696
2697 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2698
2699         * configure.ac:
2700         * cut-n-paste/gedit-message-area/Makefile.am:
2701         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
2702         * shell/Makefile.am:
2703         * shell/ev-message-area.[ch]:
2704         * shell/ev-window.c: (ev_window_set_message_area),
2705         (ev_window_error_message_response_cb), (ev_window_error_message),
2706         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
2707         (ev_window_save_job_cb), (image_save_dialog_response_cb),
2708         (ev_attachment_popup_cmd_open_attachment),
2709         (attachment_save_dialog_response_cb), (ev_window_set_document),
2710         (ev_window_init):
2711
2712         Use a message area instead of a popup dialog for error
2713         notifications. Fixes bug #337495.
2714         
2715 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2716
2717         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
2718         (ev_window_run_fullscreen):
2719
2720         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
2721         
2722 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2723
2724         * ev-sidebar-thumbnails.c: (update_visible_range),
2725         (ev_sidebar_thumbnails_refresh),
2726         (ev_sidebar_thumbnails_set_document),
2727         (ev_sidebar_thumbnails_support_document):
2728
2729         Show thumbnails for documents with one page. Fixes bug #358751.
2730         
2731 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2732
2733         * shell/ev-window.c:
2734         (ev_window_load_print_settings_from_metadata),
2735         (ev_window_save_print_settings), (ev_window_print_finished),
2736         (ev_window_print_range):
2737
2738         Print settings that are specific to the document are now saved per
2739         document in the metadata file. Fixes bug #488806.
2740         
2741 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
2742
2743         * backend/tiff/tiff-document.c: (tiff_document_render):
2744
2745         Tiff documents were rendered with wrong colors. Fixes bug #497279.
2746         
2747 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2748
2749         * shell/ev-application.[ch]: (get_find_string_from_args),
2750         (ev_application_open_uri_at_dest), (ev_application_open_uri),
2751         (ev_application_open_uri_list):
2752         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
2753         * shell/ev-window.[ch]: (ev_window_load_job_cb),
2754         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
2755         (ev_window_cmd_recent_file_activate),
2756         (ev_window_open_recent_action_item_activated),
2757         (ev_window_print_send), (open_remote_link):
2758         * shell/main.c: (arguments_parse):
2759
2760         Add a command line option for search. Fixes bug #497710.
2761         
2762 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
2763
2764         * shell/ev-jobs.c: (ev_job_print_new):
2765
2766         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
2767         
2768 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2769
2770         * data/evince-toolbar.xml:
2771         * shell/Makefile.am:
2772         * shell/ev-application.c: (ev_application_init):
2773         * shell/ev-open-recent-action.[ch]:
2774         * shell/ev-window.c:
2775         (ev_window_open_recent_action_item_activated),
2776         (register_custom_actions):
2777
2778         Add an expander to the open toolbar item which pops up a dropdown
2779         menu with the recently used documents. Fixes bug #487215.
2780         
2781 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2782
2783         * shell/ev-window.c: (ev_window_open_uri),
2784         (ev_window_cmd_view_reload):
2785
2786         Do not jump to the first page when reloading by running evince
2787         from the command line. Fixes bug #490847.
2788         
2789 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
2790
2791         * shell/ev-window.c: (ev_window_cmd_help_contents):
2792
2793         Plugged memory leak when help file is not found. Fixes bug
2794         #490762.
2795         
2796 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2797
2798         * configure.ac:
2799
2800         Enable djvu, dvi and comics backends by default. Fixes bug
2801         #437121.
2802         
2803 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2804
2805         * configure.ac:
2806         * cut-n-paste/Makefile.am:
2807         * cut-n-paste/recent-files/*: Removed
2808         * help/reference/Makefile.am:
2809         * shell/Makefile.am:
2810         * shell/ev-application.[ch]: (ev_application_shutdown),
2811         (ev_application_init):
2812         * shell/ev-window.c: (ev_window_add_recent),
2813         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
2814
2815         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
2816         
2817 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
2818
2819         * shell/ev-window.c: (launch_external_uri):
2820
2821         Let GnomeVFS check the URL, this allow more URL (like mailto:),
2822         and report error if the URL is not supported (#489910).
2823
2824 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2825
2826         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2827         (pdf_document_file_exporter_begin_page),
2828         (pdf_document_file_exporter_end_page):
2829
2830         Fix printing with poppler splash backend. Fixes bug #489774.
2831         
2832 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2833
2834         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2835         * shell/ev-print-job.c: (ev_print_job_class_init):
2836
2837         Fix a crash when printing with the gnome-print dialog. Fixes bug
2838         #488939.
2839         
2840 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
2841
2842         * backend/pixbuf/pixbuf-document.c:
2843
2844         Fix an implicit function definition warning (#487655)
2845
2846 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2847
2848         * shell/ev-window.c:
2849
2850         Fix conflicting shortcut for view sade pane and presentation.
2851         
2852 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2853
2854         * backend/pdf/ev-poppler.cc:
2855         (pdf_document_file_exporter_begin_page),
2856         (pdf_document_file_exporter_do_page),
2857         (pdf_document_file_exporter_end_page),
2858         (pdf_document_file_exporter_iface_init):
2859         * libdocument/ev-file-exporter.[ch]:
2860         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
2861         * shell/ev-jobs.c: (ev_job_print_get_page_list),
2862         (ev_job_print_run):
2863
2864         When printing multiple pages per sheet in reverse option, do not
2865         invert the order of the pages in every sheet, but the order of the
2866         sheets. Do not print blank pages when page range is invalid. Fixes
2867         bugs #484857 and #485521.
2868         
2869 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2870
2871         * shell/ev-jobs.c: (ev_job_print_get_page_list),
2872         (ev_job_print_run):
2873         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2874
2875         Respect ranges order when printing more than one range in random
2876         order.
2877         
2878 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
2879
2880         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
2881         (ev_window_setup_document), (ev_window_rotation_changed_cb):
2882
2883         Rotate also the window icon when document is rotated. Fixes bug
2884         #474681.
2885         
2886 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2887
2888         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
2889         (pdf_document_forms_get_form_fields):
2890
2891         Silently ignore unknown form fields. Fixes bug #482654. Patch by
2892         Matthias Drochner.
2893         
2894 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2895
2896         * configure.ac:
2897         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2898
2899         Use poppler_page_render_for_printing() instead of
2900         poppler_page_render() if available when exporting to a ps or pdf
2901         file. Fixes bug #476627.
2902         
2903 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2904
2905         * shell/ev-window.c: (ev_window_run_fullscreen):
2906
2907         Do not show the toolbar in fullscreen mode if the main toolbar is
2908         not visible. Fixes bug #483048.
2909         
2910 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2911
2912         * shell/ev-view.c: (ev_view_button_press_event):
2913
2914         Give priority to form fields over images when deciding whether a
2915         button press event is over an image or form field. It allows edit
2916         form fields when they are over a background image. Fixes bug
2917         #477841.
2918         
2919 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2920
2921         * NEWS:
2922         * configure.ac:
2923         
2924         Update for release 2.20.0
2925
2926 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2927
2928         * backend/pdf/ev-poppler.cc:
2929
2930         Remove #ifdef HAVE_FORMS, so that forms support works again.
2931
2932 2007-09-05  Götz Waschk  <waschk@mandriva.org>
2933
2934         * configure.ac:
2935         * data/evince.desktop.in.in:
2936         
2937         Fixes desktop file issues. See bug #473471.
2938
2939 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2940
2941         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
2942         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
2943         (ev_job_queue_remove_job):
2944         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
2945         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
2946         * shell/ev-window.c: (ev_window_clear_save_job),
2947         (ev_window_save_job_cb), (file_save_dialog_response_cb),
2948         (ev_window_dispose):
2949
2950         Move save a copy task to its own job so that it's carried out in a
2951         thread avoiding another lock in the main thread. Use
2952         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
2953         can be saved to a pathin another file system. Fixes bug #456891.
2954         
2955 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2956
2957         * NEWS:
2958         * configure.ac:
2959         
2960         Update for release 2.19.92
2961
2962 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2963
2964         * configure.ac:
2965         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2966         (pdf_selection_get_selection_region),
2967         (pdf_selection_get_selection_map),
2968         (ev_form_field_from_poppler_field):
2969
2970         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
2971         and triple click selections are enabled again now.
2972
2973 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2974
2975         * shell/ev-window.c: (ev_window_add_history):
2976
2977         Make sure not to use the history with documents not supporting
2978         links. Fixes bug #468954.
2979
2980 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2981
2982         * shell/ev-window.c: (ev_window_load_job_cb):
2983
2984         Restart the search when reloading a document with the find bar
2985         visible. Fixes bug #461962.
2986
2987 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2988
2989         * shell/ev-window.c: (setup_document_from_metadata),
2990         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
2991
2992         Do not jump to the first page when reloading a document from the
2993         last page.
2994
2995 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2996
2997         * shell/ev-window.c: (update_chrome_flag),
2998         (setup_sidebar_from_metadata),
2999         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
3000         (ev_window_cmd_edit_find_next),
3001         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
3002         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
3003         (find_bar_close_cb), (view_actions_focus_in_cb):
3004
3005         Do not update visibility when changing a chrome flag so that it's
3006         possible to update several flags and update visibility only once
3007         for all of them.
3008
3009 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3010
3011         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3012
3013         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
3014         supported by gtk+. Fixes bug #460907.
3015
3016 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3017
3018         * shell/ev-view.c: (view_update_range_and_current_page):
3019
3020         Make sure current-page <= end-page in continuous mode. Fixes bug
3021         #454950.
3022
3023 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3024
3025         * backend/pdf/ev-poppler.cc: (build_tree):
3026
3027         Ignore outline items without a title. Fixes bug #453913.
3028
3029 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3030
3031         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3032         (ev_view_button_release_event), (ev_view_leave_notify_event):
3033
3034         Use always drag mouse cursor during a drag operation. Fixes bug
3035         #470564.
3036
3037 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3038
3039         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
3040         (pdf_selection_get_selection_region),
3041         (pdf_selection_get_selection_map):
3042
3043         Temporarily disable double and triple selections since it depends on
3044         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
3045         released and the update of the external dependency minimal version
3046         approved.
3047
3048 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3049
3050         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3051         (pdf_document_file_exporter_do_page):
3052         * libdocument/ev-file-exporter.h:
3053         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3054         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3055
3056         Actually fix printing regressions. Remove orientation from
3057         EvPrintContext since it's redundant.
3058
3059 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3060
3061         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
3062         * backend/impress/impress-document.c:
3063         (impress_document_document_iface_init):
3064         * backend/ps/ps-document.c: (ps_document_document_iface_init):
3065         * backend/djvu/djvu-document.c:
3066         (djvu_document_document_iface_init),
3067         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
3068         * backend/tiff/tiff-document.c:
3069         (tiff_document_document_iface_init):
3070         * backend/pixbuf/pixbuf-document.c:
3071         (pixbuf_document_document_iface_init):
3072         * backend/comics/comics-document.c:
3073         (comics_document_document_iface_init):
3074         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
3075         (pdf_selection_render_selection),
3076         (pdf_selection_get_selected_text),
3077         (pdf_selection_get_selection_region),
3078         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
3079         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
3080         (ev_selection_get_selection_region),
3081         (ev_selection_get_selection_map):
3082         * libdocument/ev-document.[ch]:
3083         * shell/ev-pixbuf-cache.[ch]: (add_job),
3084         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
3085         * shell/ev-view-private.h:
3086         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
3087         (ev_job_render_run):
3088         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
3089         * shell/ev-view.c: (start_selection_for_event),
3090         (ev_view_button_press_event), (ev_view_drag_data_get),
3091         (ev_view_drag_data_received), (ev_view_button_release_event),
3092         (compute_new_selection_text), (compute_selections),
3093         (ev_view_select_all), (get_selected_text), (ev_view_copy),
3094         (ev_view_primary_get_cb):
3095
3096         Add support for double and triple click selections.
3097
3098 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3099
3100         * NEWS:
3101         * configure.ac:
3102
3103         Update for release 2.19.4
3104
3105 2007-08-28  Justin Blanchard  <justinb04@aim.com>
3106
3107         * shell/ev-view-private.h:
3108         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
3109         (ev_view_set_highlight_search):
3110         * shell/ev-view.h:
3111         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
3112         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
3113         (find_bar_visibility_changed_cb):
3114         
3115         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
3116
3117 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3118
3119         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3120         (pdf_document_file_exporter_begin),
3121         (pdf_document_file_exporter_do_page):
3122         * shell/ev-jobs.c: (ev_job_print_run):
3123         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3124
3125         Create always a portrait cairo surface and rotate when needed for
3126         landscape. It fixes printing problems in real printers.
3127
3128 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3129
3130         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
3131         * libdocument/ev-file-exporter.[ch]:
3132         (ev_file_exporter_get_capabilities):
3133         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3134         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3135
3136         Adjust number of pages per row according to page orientation when
3137         printing 2 or 6 pages per sheet.
3138
3139 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3140
3141         * shell/ev-window.c: (ev_window_print_send):
3142
3143         Reset also cups setting to 1 when printing multiple pages per
3144         sheet. Fixes bug #468853.
3145
3146 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3147
3148         * libdocument/ev-document-misc.c:
3149         (ev_document_misc_surface_rotate_and_scale):
3150
3151         Use directly cairo_surface_get_content() when creating a similar
3152         surface as suggested by Jeff Muizelaar. Thanks again.
3153
3154 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3155
3156         * backend/djvu/djvu-document.c: (djvu_document_render):
3157         * backend/tiff/tiff-document.c: (tiff_document_render):
3158         * backend/pdf/ev-poppler.cc: (pdf_document_render):
3159         * libdocument/ev-document-misc.c:
3160         (ev_document_misc_surface_from_pixbuf),
3161         (ev_document_misc_surface_rotate_and_scale):
3162
3163         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
3164         creating page surfaces. Fixes bug #453123. Thank you very much to
3165         Jeff Muizelaar <jeff@infidigm.net>.
3166
3167 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3168
3169         * shell/ev-page-cache.c: (ev_page_cache_new),
3170         (ev_page_cache_get_thumbnail_size):
3171         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
3172         (ev_sidebar_thumbnails_set_loading_icon):
3173
3174         Also store in page-cache the dimensions of the thumbnails so that
3175         they can be used to create the correct loading icon in the side
3176         pane. Fixes bug #466857.
3177
3178 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3179
3180         * backend/pdf/ev-poppler.cc:
3181         (pdf_document_thumbnails_get_thumbnail):
3182
3183         Fix thumbnails rotation in pdf documents that include embedded 
3184         thumbnails.
3185
3186 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
3187
3188         * backend/pdf/ev-poppler.cc:
3189
3190         Don't use #ifdef in macro expansion. Some compilers don't
3191         like that. Closes bug #467042.
3192
3193 2007-08-15  Justin Blanchard  <justinb04@aim.com>
3194
3195         * backend/djvu/djvu-document.c: (djvu_document_finalize):
3196         
3197         Fixes memory leak in djvu backend.
3198
3199 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
3200
3201         * data/icons/32x32/Makefile.am:
3202         * data/icons/32x32/actions/Makefile.am:
3203         * data/icons/32x32/actions/view-page-cont.svg:
3204         * data/icons/32x32/actions/view-page-facing.svg:
3205         * data/icons/48x48/Makefile.am:
3206         * data/icons/48x48/actions/Makefile.am:
3207         * data/icons/48x48/actions/view-page-cont.svg:
3208         * data/icons/48x48/actions/view-page-facing.svg:
3209         
3210         Icons for a new sizes.
3211
3212 2007-08-14  Justin Blanchard  <justinb04@aim.com>
3213
3214         * shell/ev-page-cache.c: (build_height_to_page),
3215         (ev_page_cache_get_height_to_page):
3216         
3217         Fixes invalid read, see bug #466401.
3218
3219 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3220
3221         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3222         (set_drag_cursor):
3223         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3224         (configure_item_cursor), (new_pixbuf_from_widget):
3225
3226         Fix multihead problems in toolbar editor. Fixes bug #382055.
3227
3228 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3229
3230         * shell/ev-window.c: (ev_window_cmd_file_open),
3231         (ev_window_cmd_save_as):
3232
3233         Use g_get_user_special_dir when available instead of
3234         xdg_user_dir_lookup.
3235
3236 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3237
3238         * MAINTAINERS:
3239         
3240         Updated according to request on desktop-devel.
3241
3242 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3243
3244         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3245
3246         Do not use cairo_rectangle and cairo_clip since we are
3247         not using cairo_fill but cairo_paint. Use the same cairo context
3248         for every page in the same expose event.
3249
3250 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
3251
3252         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
3253         leak.
3254
3255 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3256
3257         * configure.ac:
3258         * NEWS:
3259
3260         Release 0.9.3
3261
3262 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3263
3264         * libdocument/ev-document-info.h:
3265         * libdocument/ev-document.h:
3266         * shell/ev-page-action.h:
3267         * shell/ev-sidebar-links.h:
3268
3269         Fix a headers problem with ev-link
3270         
3271         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
3272         * shell/ev-view-private.h:
3273         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3274         (get_link_area), (ev_view_query_tooltip),
3275         (ev_view_leave_notify_event), (ev_view_destroy),
3276         (ev_view_class_init):
3277
3278         Use new gtk tooltips when available instead of ev-tooltip.
3279         
3280 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3281
3282         * shell/ev-window.c: (update_chrome_visibility),
3283         (ev_window_sidebar_visibility_changed_cb):
3284
3285         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
3286         
3287 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3288
3289         * shell/ev-navigation-action.c:
3290         (ev_navigation_action_history_changed),
3291         (ev_navigation_action_set_history):
3292         * shell/ev-navigation-action-widget.c:
3293         (ev_navigation_action_widget_init):
3294         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3295
3296         Fix compile warnings.
3297         
3298 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3299
3300         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3301         (egg_editable_toolbar_dispose):
3302
3303         Fix memory leak.
3304         
3305 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3306
3307         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3308         (screensaver_disable_x11):
3309         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
3310         * shell/ev-window.c: (presentation_set_timeout):
3311         * shell/ev-view.c: (ev_view_presentation_transition_start):
3312
3313         Use g_timeout_add_seconds instead of g_timeout_add when
3314         available.
3315         
3316 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3317
3318         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
3319
3320         Set horizontal scrollbar policy to AUTOMATIC instead of
3321         NEVER. Workaround for bug #449462.
3322         
3323 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3324
3325         * shell/ev-jobs.c: (ev_job_render_page_ready):
3326
3327         Add page_ready callback to main loop with high priority and hold
3328         a reference to job during idle.
3329         
3330 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3331
3332         * configure.ac:
3333         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3334         (pdf_document_file_exporter_begin),
3335         (pdf_document_file_exporter_do_page),
3336         (pdf_document_file_exporter_get_capabilities):
3337         * libdocument/ev-file-exporter.h:
3338         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3339         * shell/ev-window.c: (ev_window_print_send),
3340         (ev_window_print_dialog_response_cb):
3341
3342         Allow printing multiple pages per sheet. Fixes bug #395573.
3343         
3344 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3345
3346         * shell/ev-view.c: (tip_from_link):
3347         
3348         Check for NULL, fixes bug #460862.
3349
3350 2007-07-29  Christian Persch  <chpe@gnome.org>
3351
3352         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
3353         (ev_window_preview_print_finished), (ev_window_do_preview_print),
3354         (ev_window_cmd_preview_print):
3355         
3356         Fixes bug #437681 - blocks while enumerating printers.
3357
3358 2007-07-29  Christian Persch  <chpe@gnome.org>
3359
3360         * shell/ev-window.c: (ev_window_screen_changed):
3361         
3362         Don't use deprecated gtk+ function. See bug #460909.
3363
3364 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3365
3366         * shell/ev-utils.c: (get_num_monitors):
3367         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
3368
3369         Do not use display before initializing it. Remove compile
3370         warnings.
3371
3372 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
3373
3374         * shell/ev-view.c: (ev_view_class_init):
3375         
3376         Unix-like hjkl bindings added. See bug #458111.
3377
3378 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
3379
3380         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
3381         * shell/ev-utils.h:
3382         * shell/ev-view.c: (ev_view_set_zoom_for_size),
3383         (ev_view_update_view_size):
3384         * shell/ev-view.h:
3385         * shell/ev-window.c: (ev_window_update_actions),
3386         (setup_view_from_metadata), (ev_window_screen_changed),
3387         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
3388         (zoom_control_changed_cb):
3389         * shell/ev-window.h:
3390         
3391         Reorganizes utility functions.
3392
3393 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3394
3395         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
3396         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
3397         (add_job), (ev_pixbuf_cache_get_surface),
3398         (ev_pixbuf_cache_get_link_mapping),
3399         (ev_pixbuf_cache_get_image_mapping),
3400         (ev_pixbuf_cache_get_form_field_mapping),
3401         (ev_pixbuf_cache_get_text_mapping):
3402         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
3403         (notify_page_ready), (ev_job_render_page_ready),
3404         (ev_job_render_run):
3405
3406         Add page_ready signal to notify that page is ready as soon as
3407         possible even if other page elements like links, forms, images or
3408         text mapping are not ready yet.
3409
3410 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3411
3412         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
3413         (dvi_document_file_exporter_do_page),
3414         (dvi_document_file_exporter_get_capabilities),
3415         (dvi_document_file_exporter_iface_init):
3416         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
3417         (ps_document_file_exporter_do_page),
3418         (ps_document_file_exporter_get_capabilities),
3419         (ps_document_file_exporter_iface_init):
3420         * backend/djvu/djvu-document.c:
3421         (djvu_document_file_exporter_begin),
3422         (djvu_document_file_exporter_end),
3423         (djvu_document_file_exporter_get_capabilities),
3424         (djvu_document_file_exporter_iface_init):
3425         * backend/tiff/tiff-document.c:
3426         (tiff_document_file_exporter_begin),
3427         (tiff_document_file_exporter_get_capabilities),
3428         (tiff_document_document_file_exporter_iface_init):
3429         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3430         (pdf_document_file_exporter_do_page),
3431         (pdf_document_file_exporter_get_capabilities),
3432         (pdf_document_file_exporter_iface_init):
3433         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
3434         (ev_file_exporter_get_capabilities):
3435         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
3436         (idle_print_handler), (ev_print_job_print):
3437         * shell/ev-jobs.c: (ev_job_print_run):
3438         * shell/ev-window.c: (ev_window_print_send),
3439         (ev_window_print_range):
3440
3441         Use capabilities to know which options should be offered by the
3442         print dialog depending on the document backend.
3443
3444 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3445
3446         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
3447
3448         Give priority to forms over text to set the cursor.
3449
3450 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3451
3452         * shell/ev-view-private.h:
3453         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3454         (ev_view_leave_notify_event), (ev_view_finalize),
3455         (ev_view_get_property), (ev_view_class_init):
3456
3457         Use IBEAM cursor for text form fields and NORMAL cursor for read
3458         only fields. Remove unused status attribute.
3459
3460 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3461
3462         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3463
3464         Update region for current selected items also for checkbox
3465         buttons, since they can behave as radio buttons when they are in a
3466         set.
3467
3468 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3469
3470         * configure.ac:
3471         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3472
3473         Get max length of text form fields.
3474
3475 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3476
3477         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3478         * libdocument/ev-form-field.h:
3479         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
3480
3481         Fix build with current poppler cvs head.
3482
3483 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3484
3485         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3486         * shell/eggfindbar.c: (egg_find_bar_init):
3487
3488         Fix build with gtk+ >= 2.11.5 due to gtktooltips
3489         deprecation. Fixes bug #455667
3490
3491 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3492
3493         * NEWS:
3494         * configure.ac:
3495         
3496         Update for release 0.9.2
3497
3498 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3499
3500         * shell/ev-view.c: (ev_view_form_field_text_save),
3501         (ev_view_form_field_choice_save):
3502
3503         Fix a crash when closing whith a form widget visible.
3504
3505 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3506
3507         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3508
3509         Update also the region of the current selected button when
3510         clicking on another button if they are radio buttons.
3511
3512 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3513
3514         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
3515         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
3516         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
3517         (ev_pixbuf_cache_get_link_mapping),
3518         (ev_pixbuf_cache_get_image_mapping),
3519         (ev_pixbuf_cache_get_form_field_mapping),
3520         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
3521         * shell/ev-view.c: (ev_view_form_field_get_region),
3522         (ev_view_form_field_button_create_widget),
3523         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
3524         (job_finished_cb):
3525
3526         Redraw only form field region instead of the whole page when
3527         reloading a page to show changes on the form field.
3528
3529 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3530
3531         * shell/ev-view.c: (ev_view_form_field_choice_save):
3532
3533         Fix selection of first item in list form fields.
3534
3535 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3536
3537         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
3538         (ev_pixbuf_cache_reload_page),
3539         (ev_pixbuf_cache_get_form_field_mapping):
3540
3541         Some refactoring to avoid duplicated code.
3542
3543 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3544
3545         * configure.ac:
3546         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
3547         (ev_form_field_from_poppler_field),
3548         (pdf_document_forms_get_form_fields),
3549         (pdf_document_forms_form_field_text_get_text),
3550         (pdf_document_forms_form_field_text_set_text),
3551         (pdf_document_forms_form_field_button_set_state),
3552         (pdf_document_forms_form_field_button_get_state),
3553         (pdf_document_forms_form_field_choice_get_item),
3554         (pdf_document_forms_form_field_choice_get_n_items),
3555         (pdf_document_forms_form_field_choice_is_item_selected),
3556         (pdf_document_forms_form_field_choice_select_item),
3557         (pdf_document_forms_form_field_choice_toggle_item),
3558         (pdf_document_forms_form_field_choice_unselect_all),
3559         (pdf_document_forms_form_field_choice_set_text),
3560         (pdf_document_forms_form_field_choice_get_text),
3561         (pdf_document_document_forms_iface_init):
3562         * libdocument/Makefile.am:
3563         * libdocument/ev-form-field.[ch]:
3564         * libdocument/ev-document-forms.[ch]:
3565         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3566         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3567         (add_job), (ev_pixbuf_cache_reload_page),
3568         (ev_pixbuf_cache_get_form_field_mapping):
3569         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
3570         * shell/ev-view-private.h:
3571         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
3572         (ev_view_handle_cursor_over_xy),
3573         (ev_view_get_form_field_at_location),
3574         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
3575         (ev_view_form_field_button_create_widget),
3576         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
3577         (ev_view_form_field_text_create_widget),
3578         (ev_view_form_field_choice_save),
3579         (ev_view_form_field_choice_changed),
3580         (ev_view_form_field_choice_create_widget),
3581         (ev_view_handle_form_field), (ev_view_size_allocate),
3582         (ev_view_realize), (draw_end_presentation_page),
3583         (ev_view_button_press_event), (ev_view_remove_all),
3584         (ev_view_motion_notify_event), (ev_view_key_press_event),
3585         (ev_view_enter_notify_event), (highlight_find_results),
3586         (draw_loading_text), (draw_one_page), (ev_view_destroy),
3587         (ev_view_class_init), (page_changed_cb),
3588         (on_adjustment_value_changed), (ev_view_set_presentation),
3589         (merge_selection_region), (ev_view_set_cursor),
3590         (ev_view_reset_presentation_state):
3591         
3592         Merge evince-forms branch.
3593
3594 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
3595
3596         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
3597
3598         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
3599         This script also updates itself from libegg
3600
3601         * cut-n-paste/toolbar-editor/egg*:
3602         Run update-toolbareditor-from-libegg.sh so we are in sync again with
3603         libegg
3604
3605 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
3606
3607         * shell/ev-window.c:
3608         
3609         Adds a nice icon to page action during toolbar editing.
3610         See bug #452872.
3611
3612 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3613
3614         * data/evince-toolbar.xml:
3615         * shell/ev-window.c:
3616         
3617         Let user add a presentation and fullscreen icons on toolbar.
3618         See bug #449734.
3619
3620 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
3621
3622         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
3623
3624         new script to keep in sync with toolbareditor in libegg
3625
3626         * cut-n-paste/toolbar-editor/*: 
3627
3628         Run update-toolbareditor-from-libegg so we are in sync again. 
3629         Fixes bug #452850.
3630         
3631
3632 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3633
3634         * shell/ev-sidebar-links.c: (job_finished_callback):
3635
3636         Do not connect selection changed signal more than once. Fixes bug
3637         #349433.
3638
3639 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3640
3641         * shell/ev-window.c: (ev_window_view_sidebar_cb):
3642
3643         Do not change sidebar chrome flag when pressing F9 key in
3644         presentation mode.
3645
3646 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3647
3648         * backend/pdf/ev-poppler.cc:
3649         (pdf_document_thumbnails_get_dimensions):
3650
3651         Make sure thumbnails width and height is not <= 0. Fixes a crash
3652         with some pdf documents which have really small pages.
3653
3654 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
3655
3656         * shell/main.c: (main):
3657
3658         Fixes program description translation issue.
3659         Bug #450148.
3660
3661 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
3662
3663         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
3664
3665         Do not change current page when returning from black/white mode
3666         in presentation. Fixes bug #415032.
3667
3668 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3669
3670         * NEWS:
3671         * configure.ac:
3672         
3673         Update for release 0.9.1
3674
3675 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
3676
3677         * backend/dvi/dvi-document.c:
3678         (dvi_document_finalize),
3679         (dvi_document_file_exporter_format_supported),
3680         (dvi_document_file_exporter_begin),
3681         (dvi_document_file_exporter_do_page),
3682         (dvi_document_file_exporter_end),
3683         (dvi_document_file_exporter_iface_init), (dvi_document_init):
3684         
3685         PDF exporter for dvi documents. Fixes bug #441319.
3686
3687 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3688
3689         * shell/ev-window.c: (ev_window_clear_print_job):
3690
3691         Clear gtk print job when job has finished. Fixes bug #447612.
3692
3693 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3694
3695         * shell/ev-window.c: (ev_window_print_send),
3696         (ev_window_print_dialog_response_cb), (ev_window_print_range):
3697
3698         Add preview button to print dialog. Fixes bug #445419.
3699
3700 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3701
3702         * backend/dvi/Makefile.am:
3703         * backend/dvi/pixbuf-device.[ch]: Removed
3704         * backend/dvi/cairo-device.[ch]: Added
3705         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
3706         * backend/dvi/dvi-document.c: (dvi_document_load),
3707         (dvi_document_render), (dvi_document_finalize),
3708         (dvi_document_thumbnails_get_thumbnail), (parse_color),
3709         (dvi_document_do_color_special):
3710         * libdocument/ev-document-misc.[ch]:
3711         (ev_document_misc_pixbuf_from_surface):
3712
3713         Port dvi backend to cairo and fix a problem with colors. 
3714
3715 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3716
3717         * shell/ev-view.c: (draw_one_page):
3718
3719         Draw only visible region.
3720
3721 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3722
3723         * backend/djvu/djvu-document.c: (djvu_document_render):
3724
3725         Fix rotation in djvu backend.
3726
3727 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3728
3729         * shell/ev-pixbuf-cache.c: (job_finished_cb),
3730         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
3731         (ev_pixbuf_cache_get_image_mapping),
3732         (ev_pixbuf_cache_get_text_mapping):
3733
3734         Redraw view every time we have a new surface. Fixes bug #443587.
3735
3736 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3737
3738         * libdocument/ev-document.c: (ev_document_info_free):
3739
3740         Fix memory leaks.
3741
3742 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3743
3744         * backend/dvi/dvi-document.c: (dvi_document_render),
3745         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
3746         * backend/impress/impress-document.c:
3747         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
3748         (impress_document_render), (impress_document_document_iface_init),
3749         (impress_document_thumbnails_get_thumbnail):
3750         * backend/djvu/djvu-document-private.h:
3751         * backend/djvu/djvu-document.c: (djvu_document_render),
3752         (djvu_document_finalize), (djvu_document_document_iface_init),
3753         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
3754         * backend/tiff/tiff-document.c: (tiff_document_render),
3755         (tiff_document_render_pixbuf),
3756         (tiff_document_document_iface_init):
3757         * backend/pdf/ev-poppler.cc: (pdf_document_render),
3758         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
3759         (pdf_selection_render_selection):
3760         * backend/comics/comics-document.c:
3761         (comics_document_render_pixbuf), (comics_document_render),
3762         (comics_document_document_iface_init):
3763         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
3764         (pixbuf_document_document_iface_init):
3765         * libdocument/ev-document-misc.[ch]:
3766         (ev_document_misc_surface_from_pixbuf),
3767         (ev_document_misc_surface_rotate_and_scale):
3768         * libdocument/ev-document.[ch]: (ev_document_render):
3769         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
3770         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3771         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3772         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
3773         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
3774         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
3775         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
3776         (render_finished_cb), (ev_job_render_run):
3777         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
3778         (merge_selection_region):
3779
3780         Use cairo image surfaces instead of GDK pixbufs for drawing pages
3781         and selections.
3782
3783 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3784
3785         * shell/ev-window-title.c: (ev_window_title_update):
3786
3787         Fix memory leak.
3788
3789 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3790
3791         * shell/ev-view.c: (draw_loading_text):
3792
3793         Show loading text centered. Fixes bug #433061
3794
3795 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3796
3797         * shell/ev-sidebar-thumbnails.c:
3798         (ev_sidebar_thumbnails_set_loading_icon):
3799
3800         Remove a mutex in the main thread that blocks the UI in heavy
3801         documents.
3802
3803 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3804
3805         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
3806
3807         Set points_set to TRUE so that selections don't disappear after a
3808         zoom change.
3809
3810 2007-06-07  Michael Monreal  <infernux@web.de>
3811
3812         * data/icons/16x16/actions/Makefile.am:
3813         * data/icons/16x16/actions/zoom.svg:
3814         * data/icons/22x22/actions/Makefile.am:
3815         * data/icons/22x22/actions/zoom.svg:
3816         * data/icons/24x24/actions/Makefile.am:
3817         * shell/ev-stock-icons.c:
3818         * shell/ev-stock-icons.h:
3819         * shell/ev-window.c:
3820         
3821         Zoom icon artwork. See bug #444795.
3822
3823 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3824
3825         * shell/ev-metadata-manager.c: Remove extraneous function
3826         (Closes: #444386)
3827
3828 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3829
3830         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
3831         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
3832         (ev_metadata_manager_set), (ev_metadata_manager_save):
3833         Simplify the timeout, no need for modified anymore
3834
3835 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3836
3837         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
3838         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
3839         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
3840         (ev_metadata_manager_save): Adapted patch from Arjan van de
3841         Ven (arjan@linux.intel.com) to avoid the timeout running all the
3842         time, saves on power (Closes: #443851)
3843
3844 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3845
3846         * configure.ac:
3847         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
3848         (pdf_selection_render_selection), (pdf_document_get_page_duration):
3849
3850         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
3851
3852 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3853
3854         * shell/ev-window.c: (ev_window_add_history):
3855
3856         Check if history is NULL
3857
3858 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3859
3860         * libdocument/ev-image.c: (ev_image_finalize):
3861         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
3862         * libdocument/ev-attachment.c: (ev_attachment_finalize):
3863         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
3864         (ev_tmp_uri_unlink):
3865
3866         Add functions to delete temporary files created by evince in a safe
3867         way.
3868
3869         * shell/ev-window.c: (ev_window_clear_local_uri),
3870         (open_xfer_update_progress_callback),
3871         (save_xfer_update_progress_callback), (ev_window_save_remote),
3872         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
3873         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
3874         (attachment_save_dialog_response_cb),
3875         (ev_attachment_popup_cmd_save_attachment_as):
3876
3877         Allow saving a copy of a document, image or attachment to a remote
3878         location. Fixes bug #440754. 
3879
3880 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3881
3882         * configure.ac:
3883         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
3884
3885         Fix build with current poppler from cvs head. 
3886
3887 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
3888
3889         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
3890
3891         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
3892         directory exists.
3893
3894 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
3895
3896         * shell/ev-sidebar.c: (ev_sidebar_add_page):
3897         * shell/ev-window.c:
3898
3899         Change sidebar ordering. Fixes bug #439939.
3900
3901 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
3902
3903         * backend/comics/Makefile.am:
3904         
3905         Fixes build with --without-libgnome.
3906
3907 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3908         
3909         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
3910
3911         Update cursor and tooltip on page change and view scroll. Fixes bug
3912         #439217.
3913
3914 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3915
3916         * NEWS:
3917         * configure.ac:
3918         
3919         Update for release 0.9.0
3920
3921 2007-05-14  Alaska Subedi <asubedi@gmail.com>
3922
3923         * backend/djvu/djvu-document-private.h:
3924         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3925         (djvu_document_finalize),
3926         (djvu_document_file_exporter_format_supported),
3927         (djvu_document_file_exporter_begin),
3928         (djvu_document_file_exporter_do_page),
3929         (djvu_document_file_exporter_end),
3930         (djvu_document_file_exporter_iface_init), (djvu_document_init):
3931         
3932         Implemented printing with djvu. Bug #437998.
3933
3934 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3935
3936         * backend/impress/zip.c:
3937         Add missing ulong definition.
3938
3939         * backend/ps/ps-interpreter.c:
3940         Add missing headers.
3941
3942         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
3943
3944 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3945
3946         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
3947
3948         Add missing call to parent class dispose method. 
3949
3950 2007-05-12  Ross Burton  <ross@openedhand.com>
3951
3952         * shell/main.c:
3953         Sync keybindings manually when building without libgnome
3954         (#437925).
3955
3956 2007-05-12  Ross Burton  <ross@openedhand.com>
3957
3958         * shell/ev-window.c:
3959         Respect the screen when opening help (#437866).
3960
3961 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3962
3963         * data/evince-ui.xml:
3964         * shell/ev-application.[ch]: (get_print_settings_from_args),
3965         (ev_application_open_uri_at_dest), (ev_application_open_uri),
3966         (ev_application_open_uri_list):
3967         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
3968         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
3969         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
3970         (ev_window_cmd_view_reload), (lookup_printer_from_name),
3971         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
3972         (ev_window_dispose):
3973         * shell/main.c: (arguments_parse):
3974
3975         Add print button in preview mode. Fixes bug #396475. 
3976
3977 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3978
3979         * cut-n-paste/zoom-control/ephy-zoom.h:
3980         
3981         Fixes zoom level factors. See bug #408119 for details.
3982
3983 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3984
3985         * backend/comics/comics-document.c: (comics_regex_quote),
3986         (extract_argv):
3987         
3988         Correctly quote symbols. Fixes crash in the bug
3989         #415370.
3990
3991 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3992
3993         * shell/ev-navigation-action-widget.c:
3994         (ev_navigation_action_widget_init),
3995         (ev_navigation_action_widget_class_init),
3996         (ev_navigation_action_widget_button_press_event):
3997         
3998         Connect to button-press event on correct widget. Fixes
3999         bug #431988
4000
4001 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4002
4003         * shell/ev-application.c: (ev_application_open_window),
4004         (ev_application_add_icon_path_for_screen),
4005         (ev_application_open_uri_at_dest):
4006         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
4007         * shell/ev-navigation-action.c: (build_menu):
4008         
4009         Add app-specific icons to our icon theme. Fixes bug
4010         #425508.
4011
4012 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4013
4014         * shell/ev-history.c: (ev_history_class_init),
4015         (ev_history_add_link):
4016         * shell/ev-history.h:
4017         * shell/ev-navigation-action.c:
4018         (ev_navigation_action_history_changed),
4019         (ev_navigation_action_set_history), (build_menu),
4020         (ev_navigation_action_finalize):
4021         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
4022         
4023         Make navigation action unsensitive instead of showing
4024         menu with unsensitive word. Fixes bug #417392.
4025
4026 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4027
4028         * shell/ev-application.[ch]: (ev_application_shutdown),
4029         (ev_application_get_print_settings),
4030         (ev_application_set_print_settings):
4031         * shell/ev-window.c:
4032
4033         Remember print settings. Fixes bug #349102. 
4034
4035 2007-05-08  Christian Persch  <chpe@gnome.org>
4036
4037         * configure.ac:
4038         * properties/ev-properties-view.c:
4039
4040         No need for a configure check; just use the GTK_CHECK_VERSION macro.
4041         Bug #382438.
4042
4043 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4044
4045         * configure.ac:
4046         * properties/ev-properties-view.c: (ev_regular_paper_size):
4047
4048         Use gtk+ builtin paper list to identify the document's paper size.
4049         Fixes bug #382438. 
4050
4051 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
4052
4053         * configure.ac:
4054
4055         Fix build when compiling with thumbnailer and libgnome support. 
4056
4057 2007-05-04  Ross Burton  <ross@openedhand.com>
4058
4059         * configure.ac:
4060         Add --without-libgnome, check for libgnome and libgnomeui
4061         separately, and add them to the symbols as required.
4062
4063         * libdocument/ev-file-helpers.c:
4064         When building without libgnome, use g_get_user_config_dir instead
4065         of gnome_user_dir_get.
4066
4067         * shell/ev-application.c:
4068         When building without libgnome, don't use session management.
4069
4070         * shell/main.c:
4071         When building without libgnome, don't use GnomeProgram or
4072         initialise the authentication manager.
4073
4074         This fixes #328842.
4075
4076 2007-05-04  Ross Burton  <ross@openedhand.com>
4077
4078         * shell/ev-window.c:
4079         Don't use libgnome to open help, instead call Yelp directly.
4080
4081 2007-05-04  Ross Burton  <ross@openedhand.com>
4082
4083         * shell/ev-sidebar-attachments.c:
4084         Don't use libgnome to lookup icons for MIME types, instead copy
4085         code from GTK+ to do it manually.
4086
4087 2007-05-04  Ross Burton  <ross@openedhand.com>
4088
4089         * configure.ac:
4090         Add libxml to the dependencies for SHELL_CORE (#435818).
4091
4092 2007-05-02  Ross Burton  <ross@openedhand.com>
4093
4094         * configure.ac:
4095         * Makefile.am:
4096         Add --disable-thumbnailer (#434825)
4097
4098 2007-05-02  Ross Burton  <ross@openedhand.com>
4099
4100         * shell/ev-window.c:
4101         Add missing includes, fix indentation.
4102
4103         * shell/main.c:
4104         Fix indentation.
4105
4106 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
4107
4108         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
4109         ev_application_open_uri_at_dest instead of ev_application_open_uri
4110         preventing new document always being opened in a new window even if there
4111         is an empty window.
4112
4113 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4114
4115         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4116         (egg_recent_view_uimanager_finalize):
4117         * properties/ev-properties-view.c: (ev_properties_view_dispose):
4118         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
4119         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
4120         (ev_pixbuf_cache_dispose):
4121         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
4122         * shell/ev-tooltip.c: (ev_tooltip_dispose):
4123         
4124         Add missing chain to parent class methods. Fixes
4125         bug #433128.
4126
4127 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
4128
4129         * data/Makefile.am (update-icon-cache): Updates
4130         gtk-update-icon-cache in uninstall-hook.
4131
4132 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4133
4134         * shell/ev-window.c: (ev_window_setup_document),
4135         (ev_window_set_document), (ev_window_load_job_cb):
4136         * shell/ev-view.c: (setup_caches):
4137         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
4138
4139         Start rendering pages before any other jobs. 
4140
4141 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4142
4143         * shell/ev-window.c: (ev_window_stop_fullscreen),
4144         (ev_window_stop_presentation):
4145
4146         Update chrome visibility before window unfullscreen. 
4147
4148 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4149
4150         * data/Makefile.am:
4151         * data/evince-ui.xml:
4152         * shell/ev-stock-icons.[ch]:
4153         * shell/ev-application.[ch]: (ev_application_shutdown),
4154         (ev_application_init), (ev_application_get_toolbars_model):
4155         * shell/ev-window.c: (update_chrome_visibility),
4156         (fullscreen_toolbar_setup_item_properties),
4157         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4158         (ev_window_run_presentation), (ev_window_stop_presentation),
4159         (ev_window_run_preview), (ev_window_screen_changed),
4160         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
4161         (ev_window_dispose), (ev_window_init):
4162
4163         Make fullscreen toolbar always visible. Do not use egg toolbars for
4164         fullscreen and preview modes since such toolbars are not editables.
4165         Fixes bugs #300278, #338910 and #316188.  
4166
4167 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
4168
4169         * shell/ev-application.c:
4170         * shell/ev-job-queue.c:
4171         * shell/ev-metadata-manager.c:
4172         * shell/ev-stock-icons.c:
4173         * shell/ev-window.c:
4174         * shell/main.c:
4175         
4176         Developers documentation updated.
4177
4178 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4179
4180         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
4181
4182         Check whether uri is valid before launching it. Fixes bug #427664.
4183
4184 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4185
4186         * shell/ev-window.c:
4187
4188         Change key accelerator for Open a Copy menu entry which is in conflict
4189         with Close. Fixes bug #427321.
4190
4191 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4192
4193         * NEWS:
4194         * configure.ac:
4195         
4196         Update for release 0.8.1
4197
4198 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4199
4200         * shell/ev-window.c: (setup_size_from_metadata):
4201         
4202         Do not make window bigger than screen. Fixes bug 
4203         #388985.
4204
4205 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4206
4207         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
4208         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
4209
4210         Use default resolution when it's not provided by document. Fixes bug
4211         #408762.
4212
4213 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4214
4215         * configure.ac:
4216         * thumbnailer/Makefile.am:
4217         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4218         * thumbnailer/evince-thumbnailer.schemas.in:
4219         * thumbnailer/evince-thumbnailer-ps.schemas.in:
4220
4221         Add support for ps, eps and compressed documents thumbnails. Do not
4222         ignore size parameter. 
4223
4224 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4225
4226         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
4227         (dvi_document_do_color_special):
4228         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
4229
4230         Implement font color specials in the DVI backend. Fixes bug #303651.
4231
4232 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4233
4234         Fixup the previous commit:
4235
4236         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
4237         * shell/xdg-user-dir-lookup.c: Make the function non-static
4238         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
4239
4240 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4241
4242         * shell/ev-window.c (file_open_dialog_response_cb): Use
4243         the xdg-user-dirs DOCUMENTS folder as default folder when
4244         opening a file chooser.  (#424858)
4245
4246         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
4247         xdg-user-dirs.
4248
4249 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4250
4251         * shell/ev-window.c: (ev_window_load_job_cb):
4252
4253         Do not setup view from metadata on preview mode. 
4254
4255 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4256
4257         * shell/main.c:
4258
4259         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
4260
4261 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4262
4263         * shell/ev-view.c: (ev_view_primary_get_cb):
4264
4265         Check pointer != NULL before using it. Fixes bug #416841. 
4266
4267 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4268
4269         * NEWS:
4270         * configure.ac:
4271         
4272         Release 0.8.0
4273
4274 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4275
4276         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
4277
4278         Do not render thumbnails when sidebar thumbnail page is not visible
4279         at startup. Fixes bug #416447. 
4280
4281 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
4282
4283         * data/evince.desktop.in.in:
4284
4285         "Application" is not a valid category in the freedesktop specification.
4286
4287 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4288
4289         * libdocument/ev-file-helpers.[ch]: (compression_run),
4290         (ev_file_uncompress), (ev_file_compress):
4291         * shell/ev-window.c: (file_save_dialog_response_cb):
4292
4293         Save document compressed when saving a copy of a compressed document.
4294         Fixes bug #334542.
4295
4296 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4297
4298         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
4299
4300         Allow deleting in goto window entry in presentation mode. 
4301
4302 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
4303
4304         * Makefile.am: Dist MAINTAINERS.
4305
4306 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4307
4308         * shell/ev-window.c: (ev_window_update_actions):
4309
4310         Fix zoom shortcut keys when searching. Fixes bug #409828.
4311
4312 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4313
4314         * shell/ev-window.c: (ev_window_setup_document):
4315
4316         Fix crash when loading documents with only one page. 
4317
4318 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
4319
4320         * backend/dvi/dvi-document.c:
4321         (dvi_document_thumbnails_get_dimensions),
4322         (dvi_document_thumbnails_get_thumbnail):
4323         * backend/impress/impress-document.c:
4324         (impress_document_thumbnails_get_thumbnail),
4325         (impress_document_thumbnails_get_dimensions):
4326         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
4327         (ps_document_thumbnails_get_dimensions):
4328         * backend/djvu/djvu-document.c:
4329         (djvu_document_thumbnails_get_dimensions),
4330         (djvu_document_thumbnails_get_thumbnail):
4331         * backend/tiff/tiff-document.c:
4332         (tiff_document_thumbnails_get_thumbnail),
4333         (tiff_document_thumbnails_get_dimensions):
4334         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
4335         (pdf_document_thumbnails_get_thumbnail),
4336         (pdf_document_thumbnails_get_dimensions):
4337         * backend/comics/comics-document.c:
4338         (comics_document_thumbnails_get_thumbnail),
4339         (comics_document_thumbnails_get_dimensions):
4340         * backend/pixbuf/pixbuf-document.c:
4341         (pixbuf_document_thumbnails_get_thumbnail),
4342         (pixbuf_document_thumbnails_get_dimensions):
4343         * libdocument/ev-document-thumbnails.[ch]:
4344         (ev_document_thumbnails_get_thumbnail),
4345         (ev_document_thumbnails_get_dimensions):
4346         * libdocument/ev-document-misc.[ch]:
4347         (ev_document_misc_get_thumbnail_frame):
4348         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
4349         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
4350         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
4351         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
4352         (ev_sidebar_thumbnails_refresh):
4353         * shell/ev-window.c: (ev_window_setup_document):
4354         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4355
4356         Use an EvRenderContext for rendering thumbnails instead of a suggested
4357         width, so that different sized pages get sized proportionally.
4358
4359 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4360
4361         * shell/ev-view.c: (ev_view_button_press_event),
4362         (ev_view_key_press_event):
4363
4364         Fix critical warnings when there is no document loaded. 
4365
4366 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4367
4368         * shell/ev-page-action-widget.c:
4369         * shell/ev-navigation-action.c:
4370         * shell/ev-window.c:
4371
4372         Fix compile warnings. 
4373
4374 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4375
4376         * backend/djvu/djvu-text.h:
4377         * backend/djvu/djvu-document.c:
4378         * backend/djvu/djvu-text-page.c:
4379         * backend/djvu/djvu-links.c:
4380         * backend/djvu/djvu-text-page.h:
4381         * backend/djvu/djvu-text.c:
4382         
4383         Fix build on Mac. Fixes bug #392186. Patch by
4384         <ephraim_owns@hotmail.com>
4385
4386 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4387
4388         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
4389
4390         Restore cairo context before rendering every page when printing a PDF
4391         document into a PDF file. 
4392
4393 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4394
4395         * backend/ps/gstypes.h:
4396         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
4397         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
4398         (ps_document_thumbnails_get_thumbnail):
4399
4400         Handle PostScript page orientation. Fixes bug #318568.
4401
4402 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4403
4404         * backend/ps/Makefile.am:
4405         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
4406         (document_load), (ps_document_load), (save_document),
4407         (save_page_list), (ps_document_get_n_pages),
4408         (ps_document_get_page_size), (ps_document_get_info),
4409         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
4410         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
4411         (ps_document_thumbnails_get_thumbnail),
4412         (ps_document_thumbnails_get_dimensions),
4413         (ps_document_document_thumbnails_iface_init):
4414         * backend/ps/ps.[ch]: (psgetpagebox):
4415         * backend/ps/ps-interpreter.[ch]:
4416
4417         Add support for thumbnails in ps backend. Fixes bug #164755. 
4418
4419 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4420
4421         * NEWS:
4422         * configure.ac:
4423         
4424         Release 0.7.2
4425
4426 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4427
4428         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
4429         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
4430         (ev_window_dispose):
4431
4432         Use document thumbnail as window icon. Fixes bug #384442.
4433
4434 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
4435
4436         * configure.ac:
4437
4438         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
4439         duplicated adding application/x-bzpostscript instead. 
4440
4441 2007-02-11  Tom Parker  <palfrey@tevp.net>
4442
4443         * backend/ps/ps-document.c: (document_load):
4444
4445         Check return value of psscan before trying
4446         to use it. Fixes bug #372414.
4447
4448 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4449
4450         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4451
4452         Fix invalid free in ev-page-cache. Fixes bug #404745.
4453
4454 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4455
4456         * test/Makefile.am:
4457         * test/test3.py:
4458         
4459         Added reload test case.
4460
4461 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4462
4463         * po/POTFILES.in:
4464         * backend/djvu/djvu-document.c: (djvu_document_load):
4465
4466         Check whether there are missing files in indirect multipage djvu
4467         documents. Fixes bug #361683. 
4468
4469 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4470
4471         * test/Makefile.am:
4472         * test/test-mime.bin:
4473         * test/test3.py:
4474         
4475         Added test for slow mime type
4476
4477 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4478
4479         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4480
4481         Add some checks and call parent_class->finalize. Fixes bug #404745.
4482
4483 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4484
4485         * shell/ev-navigation-action.c: (connect_proxy):
4486         
4487         Fixes dropdown history menu. Thanks a lot Carlos!
4488
4489 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4490
4491         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
4492
4493         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
4494         bug #373715.
4495
4496 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4497
4498         * backend/ps/ps.c: (psscan):
4499
4500         Fix memory leak. 
4501
4502 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4503
4504         * configure.ac:
4505         * libdocument/ev-file-helpers.c: 
4506
4507         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
4508
4509 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4510
4511         * configure.ac:
4512         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
4513         (ps_interpreter_start), (document_load), (save_document),
4514         (save_page_list):
4515         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
4516         * libdocument/ev-document-factory.c:
4517         (ev_document_factory_get_from_mime), (get_document_from_uri),
4518         (free_uncompressed_uri), (ev_document_factory_get_document):
4519         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
4520
4521         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
4522
4523 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4524
4525         * libdocument/ev-document.h:
4526
4527         Fix typo in function name. 
4528
4529 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4530
4531         * backend/ps/ps-document.c: (ps_interpreter_finished),
4532         (ps_interpreter_start), (ps_interpreter_failed):
4533
4534         Handle ghostscript interpreter crashes. 
4535
4536 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4537
4538         * shell/ev-window.c: (ev_window_open_uri),
4539         (window_configure_event_cb):
4540
4541         Setup window size and position before showing it. Fixes bug #401711.
4542
4543 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4544
4545         * backend/ps/Makefile.am:
4546         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
4547         (ps_document_dispose), (ps_document_class_init),
4548         (ps_interpreter_input), (ps_interpreter_output),
4549         (ps_interpreter_error), (setup_interpreter_env),
4550         (ps_interpreter_start), (ps_interpreter_stop),
4551         (ps_interpreter_failed), (ps_interpreter_is_ready),
4552         (check_filecompressed), (document_load), (ps_document_load),
4553         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
4554         (ps_document_widget_event), (send_ps), (ps_document_next_page),
4555         (render_page):
4556
4557         Rework ps-document. Code cleanups, remove deprecated code. 
4558
4559 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4560
4561         * shell/ev-view.c: (ev_view_button_press_event):
4562
4563         Do not start an image drag and drop operation when pointer is on 
4564         text, so that we can select text when the whole background is an
4565         image. 
4566
4567 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
4568
4569         * shell/ev-window.c: (ev_window_update_actions): 
4570
4571         Disable all zoom related actions during presentation mode. 
4572
4573 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
4574
4575         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
4576
4577         Do not zoom in or out on presentation mode. Fixes bug #401305.
4578
4579 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4580
4581         * shell/ev-navigation-action.c: (connect_proxy),
4582         (create_menu_item), (ev_navigation_action_class_init):
4583         
4584         Correctly show menu and fix crash when navigaton 
4585         action is out of toolbar visible area.
4586
4587 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4588
4589         * data/Makefile.am:
4590         * data/evince.1:
4591         
4592         Added man file
4593
4594 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4595
4596         * help/reference/* :
4597         * configure.ac:
4598         
4599         Added gtk-doc based documentation for Evince.
4600         Still in initial state but I hope it will
4601         grow.
4602         
4603         * configure.ac:
4604         
4605         Lower dbus requirement to 0.70
4606
4607 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4608
4609         * shell/ev-window.c: (ev_window_add_history):
4610
4611         Fix memory leak. 
4612
4613 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4614
4615         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
4616         * shell/ev-view.h:
4617         * shell/ev-window.c: (ev_window_add_history):
4618         
4619         Correctly handle named destination links
4620
4621 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4622
4623         * NOTES:
4624         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
4625         * backend/pdf/ev-poppler.cc:
4626         * libdocument/ev-document-links.h:
4627         * libdocument/ev-link.c: (ev_link_get_page):
4628         * libdocument/ev-link.h:
4629         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
4630         (ev_history_add_link):
4631         * shell/ev-history.h:
4632         * shell/ev-navigation-action.c: (activate_menu_item_cb),
4633         (new_history_menu_item), (build_menu):
4634         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
4635         * shell/ev-sidebar-links.c: (create_loading_model),
4636         (print_section_cb), (ev_sidebar_links_construct),
4637         (fill_page_labels), (update_page_callback_foreach),
4638         (update_page_callback), (job_finished_callback):
4639         * shell/ev-view.c: (ev_view_handle_link):
4640         * shell/ev-window.c: (ev_window_find_chapter),
4641         (ev_window_add_history), (view_handle_link_cb),
4642         (history_changed_cb):
4643         
4644         Implements another history variant
4645
4646 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4647
4648         * shell/ev-window.c: (view_external_link_cb):
4649         * shell/ev-view.c: (ev_view_button_release_event):
4650
4651         Open links in new window when clicking with middle button. 
4652
4653 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4654
4655         * shell/ev-navigation-action.c: (new_history_menu_item):
4656         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
4657         * shell/ev-view.c: (ev_view_handle_link):
4658         * shell/ev-window.c:
4659         
4660         Store link before jump, not the destination. For me it 
4661         seems like more natural history behavior.
4662
4663 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4664
4665         * shell/ev-navigation-action.c: (activate_menu_item_cb),
4666         (ev_navigation_action_class_init):
4667         * shell/ev-navigation-action.h:
4668         * shell/ev-page-action.c: (activate_cb):
4669         * shell/ev-page-cache.c: (ev_page_cache_class_init),
4670         (ev_page_cache_set_current_page_history):
4671         * shell/ev-page-cache.h:
4672         * shell/ev-sidebar-thumbnails.c:
4673         (ev_sidebar_tree_selection_changed),
4674         (ev_sidebar_icon_selection_changed), (page_changed_cb):
4675         * shell/ev-view-private.h:
4676         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
4677         * shell/ev-view.h:
4678         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
4679         (ev_window_setup_document), (ev_window_load_job_cb):
4680         * shell/ev-window.h:
4681         
4682         History finally works as expected.
4683
4684 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4685
4686         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
4687
4688         Do not update links treeview if it doesn't have a model assigned yet. 
4689
4690 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4691
4692         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
4693         (ev_sidebar_links_class_init), (update_page_callback):
4694
4695         Do not update links treeview when sidepane is not visible. 
4696
4697 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4698
4699         * shell/ev-marshal.list:
4700         * shell/ev-page-action.c: (activate_cb),
4701         (ev_page_action_class_init):
4702         * shell/ev-page-action.h:
4703         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
4704         * shell/ev-window.c:
4705         
4706         Remove activate_link signal, not required.
4707
4708 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4709
4710         * shell/ev-navigation-action.c: (build_menu):
4711         
4712         Reorder menu items and build menu with fixed length.
4713
4714 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
4715
4716         * shell/ev-view.c: (get_selected_text):
4717         
4718         Normalize text to fix ligatures problem. See bug
4719         #341947 for details.
4720
4721 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4722
4723         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4724
4725         Fix memory leak in ev-page-cache. 
4726
4727 2007-01-25  Tom Parker <palfrey@tevp.net>
4728
4729         * backend/impress/impress-document.c: (impress_document_load),
4730         (impress_document_finalize), (impress_document_init):
4731         * properties/ev-properties-main.c: (ev_properties_get_pages):
4732         
4733         Correctly handle impress document errors. Fixes nautilus
4734         crash in property page #370491.
4735
4736 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4737
4738         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
4739         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
4740         (ev_job_queue_remove_job):
4741         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
4742         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
4743         (ev_job_load_run):
4744         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
4745         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
4746         (ev_window_load_job_cb), (xfer_update_progress_callback),
4747         (ev_window_open_uri), (ev_window_dispose):
4748         * shell/main.c: (main):
4749
4750         Do file transfer asynchronously in the main thread instead of
4751         synchronously in the load thread. Fixes bugs #399694, #398307 and
4752         #343542.
4753
4754 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4755
4756         * shell/ev-jobs.c: (ev_job_xfer_run):
4757
4758         Load the document with the font-config lock held. 
4759
4760 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4761
4762         * backend/ps/ps-document.c: (start_interpreter):
4763
4764         Fix memory leaks in ps backend. 
4765
4766 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4767
4768         * backend/impress/impress-document.c:
4769         (impress_document_render_pixbuf):
4770
4771         Do not acquire fontconfig lock in impress backend, since it is using
4772         the main loop for rendering. 
4773
4774 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4775
4776         * po/POTFILES.in: 
4777
4778         Remove mdvi files that shouldn't be translated. 
4779
4780 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4781
4782         * shell/ev-view-private.h:
4783         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
4784         (ev_view_set_zoom):
4785
4786         Render "loading..." text into a cairo surface instead of directly into
4787         the window so that fontconfig lock is only needed once and UI is not
4788         blocked. Change text color to #9B9B9B. Fixes bug #397356.
4789
4790 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4791
4792         * shell/ev-stock-icons.c: (ev_stock_icons_init):
4793         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4794
4795         Use icon theme associated with the window screen rather than default. 
4796
4797 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
4798
4799         * configure.ac:
4800
4801         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
4802
4803 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
4804
4805         * data/icons/*/apps/evince.*:
4806
4807         Move Evince icons under new apps directory.
4808
4809         * data/icons/*/actions/*:
4810
4811         Add new custom themeable Evince icons: view-page-continuous, 
4812         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
4813         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
4814
4815         * configure.ac:
4816
4817         Add new directories to AC_CONFIG_FILES.
4818
4819         * shell/ev-stock-icons.c:
4820         * shell/ev-stock-icons.h:
4821
4822         Use new custom themeable icons.
4823
4824 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4825
4826         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
4827
4828         Do not draw white background page in presentation mode. 
4829
4830 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
4831
4832         * shell/ev-view.c: Remove unused gnome-vfs include.
4833
4834 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
4835
4836         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
4837         
4838         Format string is corrected, fixes bug #397129.
4839
4840 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4841
4842         * shell/ev-window.c: (ev_window_setup_recent):
4843
4844         Do not include in recent menu inexistent documents. Fixes
4845         bug #339171.
4846
4847 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4848
4849         * po/POTFILES.skip: 
4850
4851         Update POTFILES.skip file according to current source tree. 
4852
4853 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4854
4855         * shell/ev-window.c: (file_save_dialog_response_cb):
4856
4857         Do Save a copy in atomic way. Fixes bug #328266. 
4858
4859 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4860
4861         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
4862
4863         Keep selected cell always visible in index treeview.
4864
4865 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4866         
4867         * shell/ev-view.c: (ev_view_size_allocate):
4868
4869         Restore horizontal scrollbar after switching to/from fullscreen
4870         or presentation mode. Fixes bug #331728.
4871
4872 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4873
4874         * shell/ev-view-private.h:
4875         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
4876         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
4877         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
4878         (ev_view_can_zoom_out):
4879
4880         Use max and min scale values in the view iby taking dpi into account. 
4881
4882 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4883
4884         * configure.ac:
4885         * NEWS:
4886
4887         Release 0.7.1
4888
4889 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4890
4891         * shell/ev-window.c: (ev_window_print_send):
4892
4893         Send print job to printer with some settings set to default values,
4894         since we have already exported to a file according to such settings
4895         and they could be taken twice by some printers. 
4896
4897 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4898
4899         * shell/ev-jobs.c: (ev_job_xfer_run):
4900         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4901
4902         Show main window and load document with the font-config lock held. 
4903
4904 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4905
4906         * configure.ac:
4907         * shell/ev-application.c: (ev_application_register_service):
4908         * shell/main.c: (load_files_remote):
4909
4910         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
4911
4912 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4913
4914         * doc/debugging.txt:
4915         
4916         Remove obsolete documentation.
4917
4918 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4919
4920         * Makefile.am:
4921         * backend/Makefile.am:
4922         * backend/comics/Makefile.am:
4923         * backend/djvu/Makefile.am:
4924         * backend/dvi/Makefile.am:
4925         * backend/ev-async-renderer.c:
4926         * backend/ev-async-renderer.h:
4927         * backend/ev-attachment.c:
4928         * backend/ev-attachment.h:
4929         * backend/ev-backend-marshal.c:
4930         * backend/ev-document-factory.c:
4931         * backend/ev-document-factory.h:
4932         * backend/ev-document-find.c:
4933         * backend/ev-document-find.h:
4934         * backend/ev-document-fonts.c:
4935         * backend/ev-document-fonts.h:
4936         * backend/ev-document-images.c:
4937         * backend/ev-document-images.h:
4938         * backend/ev-document-info.h:
4939         * backend/ev-document-links.c:
4940         * backend/ev-document-links.h:
4941         * backend/ev-document-misc.c:
4942         * backend/ev-document-misc.h:
4943         * backend/ev-document-security.c:
4944         * backend/ev-document-security.h:
4945         * backend/ev-document-thumbnails.c:
4946         * backend/ev-document-thumbnails.h:
4947         * backend/ev-document-transition.c:
4948         * backend/ev-document-transition.h:
4949         * backend/ev-document.c:
4950         * backend/ev-document.h:
4951         * backend/ev-file-exporter.c:
4952         * backend/ev-file-exporter.h:
4953         * backend/ev-image.c:
4954         * backend/ev-image.h:
4955         * backend/ev-link-action.c:
4956         * backend/ev-link-action.h:
4957         * backend/ev-link-dest.c:
4958         * backend/ev-link-dest.h:
4959         * backend/ev-link.c:
4960         * backend/ev-link.h:
4961         * backend/ev-render-context.c:
4962         * backend/ev-render-context.h:
4963         * backend/ev-selection.c:
4964         * backend/ev-selection.h:
4965         * backend/impress/Makefile.am:
4966         * backend/pdf/Makefile.am:
4967         * backend/pixbuf/Makefile.am:
4968         * backend/ps/Makefile.am:
4969         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
4970         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
4971         (start_interpreter), (stop_interpreter), (document_load),
4972         (ps_document_next_page), (render_page):
4973         * backend/tiff/Makefile.am:
4974         * comics/Makefile.am:
4975         * comics/comics-document.c:
4976         * comics/comics-document.h:
4977         * configure.ac:
4978         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4979         * djvu/Makefile.am:
4980         * djvu/djvu-document-private.h:
4981         * djvu/djvu-document.c:
4982         * djvu/djvu-document.h:
4983         * djvu/djvu-links.c:
4984         * djvu/djvu-links.h:
4985         * djvu/djvu-text-page.c:
4986         * djvu/djvu-text-page.h:
4987         * djvu/djvu-text.c:
4988         * djvu/djvu-text.h:
4989         * dvi/Makefile.am:
4990         * dvi/dvi-document.c:
4991         * dvi/dvi-document.h:
4992         * dvi/fonts.c:
4993         * dvi/fonts.h:
4994         * dvi/mdvi-lib/Makefile.am:
4995         * dvi/mdvi-lib/afmparse.c:
4996         * dvi/mdvi-lib/afmparse.h:
4997         * dvi/mdvi-lib/bitmap.c:
4998         * dvi/mdvi-lib/bitmap.h:
4999         * dvi/mdvi-lib/color.c:
5000         * dvi/mdvi-lib/color.h:
5001         * dvi/mdvi-lib/common.c:
5002         * dvi/mdvi-lib/common.h:
5003         * dvi/mdvi-lib/defaults.h:
5004         * dvi/mdvi-lib/dvimisc.c:
5005         * dvi/mdvi-lib/dviopcodes.h:
5006         * dvi/mdvi-lib/dviread.c:
5007         * dvi/mdvi-lib/files.c:
5008         * dvi/mdvi-lib/font.c:
5009         * dvi/mdvi-lib/fontmap.c:
5010         * dvi/mdvi-lib/fontmap.h:
5011         * dvi/mdvi-lib/fontsrch.c:
5012         * dvi/mdvi-lib/gf.c:
5013         * dvi/mdvi-lib/hash.c:
5014         * dvi/mdvi-lib/hash.h:
5015         * dvi/mdvi-lib/list.c:
5016         * dvi/mdvi-lib/mdvi.h:
5017         * dvi/mdvi-lib/pagesel.c:
5018         * dvi/mdvi-lib/paper.c:
5019         * dvi/mdvi-lib/paper.h:
5020         * dvi/mdvi-lib/pk.c:
5021         * dvi/mdvi-lib/private.h:
5022         * dvi/mdvi-lib/setup.c:
5023         * dvi/mdvi-lib/sp-epsf.c:
5024         * dvi/mdvi-lib/special.c:
5025         * dvi/mdvi-lib/sysdeps.h:
5026         * dvi/mdvi-lib/t1.c:
5027         * dvi/mdvi-lib/tfm.c:
5028         * dvi/mdvi-lib/tfmfile.c:
5029         * dvi/mdvi-lib/tt.c:
5030         * dvi/mdvi-lib/util.c:
5031         * dvi/mdvi-lib/vf.c:
5032         * dvi/pixbuf-device.c:
5033         * dvi/pixbuf-device.h:
5034         * impress/Makefile.am:
5035         * impress/common.h:
5036         * impress/document.c:
5037         * impress/f_oasis.c:
5038         * impress/f_oo13.c:
5039         * impress/iksemel.c:
5040         * impress/iksemel.h:
5041         * impress/imposter.h:
5042         * impress/impress-document.c:
5043         * impress/impress-document.h:
5044         * impress/internal.h:
5045         * impress/r_back.c:
5046         * impress/r_draw.c:
5047         * impress/r_geometry.c:
5048         * impress/r_gradient.c:
5049         * impress/r_style.c:
5050         * impress/r_text.c:
5051         * impress/render.c:
5052         * impress/render.h:
5053         * impress/zip.c:
5054         * impress/zip.h:
5055         * lib/Makefile.am:
5056         * lib/ev-debug.c:
5057         * lib/ev-debug.h:
5058         * lib/ev-file-helpers.c:
5059         * lib/ev-file-helpers.h:
5060         * lib/ev-gui.c:
5061         * lib/ev-gui.h:
5062         * lib/ev-tooltip.c:
5063         * lib/ev-tooltip.h:
5064         * libdocument/Makefile.am:
5065         * libdocument/ev-file-helpers.c:
5066         * pdf/Makefile.am:
5067         * pdf/ev-poppler.cc:
5068         * pdf/ev-poppler.h:
5069         * pixbuf/Makefile.am:
5070         * pixbuf/pixbuf-document.c:
5071         * pixbuf/pixbuf-document.h:
5072         * properties/Makefile.am:
5073         * ps/Makefile.am:
5074         * ps/gsdefaults.c:
5075         * ps/gsdefaults.h:
5076         * ps/gsio.c:
5077         * ps/gsio.h:
5078         * ps/gstypes.h:
5079         * ps/ps-document.c:
5080         * ps/ps-document.h:
5081         * ps/ps.c:
5082         * ps/ps.h:
5083         * shell/Makefile.am:
5084         * shell/ev-application.h:
5085         * shell/ev-sidebar-links.c:
5086         * shell/ev-sidebar-links.h:
5087         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
5088         (ev_gui_menu_position_tree_selection):
5089         * shell/ev-utils.h:
5090         * shell/ev-view.c: (ev_view_finalize):
5091         * shell/ev-window.c:
5092         * shell/main.c: (main):
5093         * thumbnailer/Makefile.am:
5094         * tiff/Makefile.am:
5095         * tiff/tiff-document.c:
5096         * tiff/tiff-document.h:
5097         * tiff/tiff2ps.c:
5098         * tiff/tiff2ps.h:
5099         
5100         Reorganize source tree.
5101
5102 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5103
5104         * backend/ev-document-factory.c:
5105
5106         Do not include ev-poppler.h when pdf is disabled. 
5107
5108 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5109
5110         * configure.ac:
5111         * data/evince-ui.xml:
5112         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
5113         (pdf_document_document_images_iface_init):
5114         * backend/Makefile.am:
5115         * backend/ev-document-images.[ch]:
5116         * backend/ev-image.[ch]:
5117         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
5118         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
5119         (ev_job_xfer_run):
5120         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
5121         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
5122         (ev_pixbuf_cache_get_image_mapping):
5123         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
5124         (view_menu_popup_cb), (ev_window_dispose),
5125         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
5126         (ev_view_popup_cmd_copy_image):
5127         * shell/ev-view-private.h:
5128         * shell/ev-view.c: (ev_view_get_image_at_location),
5129         (ev_view_do_popup_menu), (ev_view_popup_menu),
5130         (ev_view_button_press_event), (ev_view_drag_data_get),
5131         (ev_view_drag_motion), (ev_view_drag_data_received),
5132         (ev_view_motion_notify_event), (ev_view_button_release_event),
5133         (ev_view_finalize), (ev_view_class_init):
5134
5135         Add image handling support. Fixes bugs #310008 and #325047. Images
5136         selection is not supported yet. 
5137
5138 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5139
5140         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
5141         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
5142         (ev_view_init):
5143
5144         Move view drag and drop stuff to ev-view.
5145
5146 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5147
5148         * shell/ev-pixbuf-cache.c: (clear_job_selection):
5149         * shell/ev-view.c: (clear_selection): 
5150
5151         Clear selection also in pixbuf cache.
5152
5153 2007-01-02  Luca Ferretti <elle.uca@libero.it>
5154
5155         * data/evince.desktop.in.in:
5156         
5157         Change icon name in desktop file. See bug #390734
5158         for details.
5159
5160 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5161
5162         * thumbnailer/Makefile.am:
5163
5164         Use top_builddir instead top_srcdir for generated schema
5165         file installation. Fixes bug #390161.
5166
5167 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5168
5169         * configure.ac:
5170         * backend/Makefile.am:
5171         * backend/ev-document-transition.[ch]:
5172         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
5173         (pdf_document_page_transition_iface_init):
5174         * shell/ev-view-private.h:
5175         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
5176         (ev_view_set_presentation), (transition_next_page),
5177         (ev_view_presentation_transition_stop),
5178         (ev_view_presentation_transition_start), (ev_view_next_page):
5179
5180         Add page transition support in presentation mode. At the moment only
5181         page duration is supported, but not transition effects. Fixes bug
5182         #309815.
5183
5184 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5185
5186         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
5187
5188         Run find_link_dest with document lock held, since it's called by links
5189         thread and main thread at the same time. 
5190
5191 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5192
5193         * shell/ev-view.c: (goto_dest):
5194
5195         Update page-cache when page is changed by the view, so that
5196         page-changed signal is emitted. 
5197
5198 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5199
5200         * test/test1.py:
5201         * test/test2.py:
5202
5203         Use C locale in tests. 
5204
5205 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5206
5207         * shell/ev-window.c: (ev_window_run_presentation):
5208         * shell/ev-view-private.h:
5209         * shell/ev-view.c: (ev_view_set_presentation):
5210
5211         Restore zoom settings when back from presentation mode. 
5212
5213 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5214
5215         * shell/ev-window.c: (ev_window_run_presentation):
5216
5217         Always use "best fit" zoom in presentation mode.
5218         Fixes bug #389195.
5219
5220 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5221
5222         * shell/ev-view.c: (ev_view_goto_window_create):
5223
5224         Show "Jump to page" label in the page jumping popup in
5225         presentation mode instead of just a GtkEntry.
5226
5227 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5228
5229         * shell/ev-window.c: (launch_external_uri):
5230
5231         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
5232         #378085.
5233
5234 2006-12-22  Elijah Newren  <newren gmail com>
5235
5236         * configure.ac: explicitly check for libxml2.  Fixes #388795
5237
5238 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5239
5240         * shell/ev-view-private.h:
5241         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
5242         (ev_view_goto_window_delete_event), (key_is_numeric),
5243         (ev_view_goto_window_key_press_event),
5244         (ev_view_goto_window_button_press_event),
5245         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
5246         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
5247         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
5248
5249         Allow jumping to another page by typing a page number in presentation
5250         mode. It uses a popup window with an entry. Fixes bug #353625.
5251
5252 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5253
5254         * configure.ac:
5255         * properties/ev-properties-view.c: (ev_get_default_user_units),
5256         (ev_regular_paper_size):
5257         
5258         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
5259         to Damien Carbery <damien.carbery@sun.com> and
5260         Yevgen Muntyan <muntyan@tamu.edu>.
5261
5262 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5263
5264         * shell/ev-window.c: (setup_document_from_metadata):
5265
5266         Make sure Evince doesn't restore the view on the last
5267         page when a document is reopened. Fixes bug #383381.
5268
5269 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
5270
5271         * shell/ev-view.c: (draw_loading_text):
5272
5273         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
5274
5275 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5276
5277         * configure.ac:
5278         * NEWS:
5279
5280         Release 0.7.0
5281
5282 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5283
5284         * configure.ac:
5285         * pdf/ev-poppler.cc: (pdf_print_context_free),
5286         (pdf_document_file_exporter_begin),
5287         (pdf_document_file_exporter_do_page):
5288
5289         Make cairo-pdf depedency optional. 
5290
5291 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5292
5293         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
5294
5295         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
5296
5297 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5298
5299         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
5300         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
5301         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
5302         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
5303         * shell/ev-view.c: (draw_loading_text):
5304         * shell/ev-window.c: (ev_window_cmd_file_properties):
5305
5306         Use an specific lock for FontConfig. Hopefully it fixes some crashes
5307         related to using FontConfig from different threads.
5308         
5309 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5310
5311         * shell/ev-view.c: (draw_loading_text):
5312
5313         Acquire lock document when drawing "Loading..." text so that only one
5314         thread will use FontConfig at the same time. Fixes bug #374750.
5315
5316 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5317
5318         * shell/ev-page-action.[ch]: (activate_cb):
5319         * shell/ev-window.c: (activate_label_cb):
5320
5321         Check if text inserted in page entry is a valid page number when it
5322         doesn't match to any document page label. Fixes bug #383165.
5323
5324 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
5325         * shell/ev-window.c:
5326
5327         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
5328         available with GTK < 2.10. Added an ifdef to avoid compilation
5329         error.
5330
5331 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5332
5333         * configure.ac:
5334         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
5335
5336         Fix ps backend in multihead systems.
5337
5338 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5339
5340         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
5341         * shell/ev-window.c: (ev_window_get_screen_dpi),
5342         (ev_window_update_actions), (setup_view_from_metadata),
5343         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
5344
5345         Take screen DPI into account when zooming. Fixes bug #318285.
5346
5347 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5348
5349         * data/Makefile.am:
5350
5351         Cleaned up/slightly refactored Makefile.am. Added GConf
5352         schemas uninstallation as well.
5353
5354 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5355
5356         * Makefile.am:
5357         * test/Makefile.am:
5358
5359         Fight with autotools to fix make check. Make distcheck
5360         works fine as well now!
5361
5362 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5363
5364         * shell/ev-view.c: (draw_end_presentation_page):
5365
5366         Corrected "end of presentation" string.
5367
5368 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5369
5370         * shell/ev-view.c: (ev_view_key_press_event):
5371
5372         Correctly propagate key press event so that up/down keys
5373         work as expected (correct behaviour was broken by
5374         black/white screen key bindings for presentations).
5375
5376 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5377
5378         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
5379         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
5380         (pdf_document_find_get_progress), (pdf_selection_render_selection),
5381         (pdf_selection_get_selection_region),
5382         (pdf_selection_get_selection_map):
5383
5384         Add "static" to some private functions. 
5385
5386 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
5387
5388         * lib/ev-tooltip.h:
5389         * properties/ev-properties-view.h:
5390         * shell/ev-jobs.h:
5391         * shell/ev-properties-dialog.h:
5392         * shell/ev-properties-fonts.h:
5393         * shell/ev-sidebar-links.h:
5394         * shell/ev-sidebar-thumbnails.h:
5395         * shell/ev-sidebar.h:
5396         * shell/ev-window.h:
5397         
5398         Fixes CHACK type in class casts. See bug #385343
5399         for details.
5400
5401 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5402
5403         * shell/ev-view-private.h:
5404         * shell/ev-view.c: (draw_end_presentation_page),
5405         (ev_view_expose_event), (ev_view_key_press_event),
5406         (ev_view_class_init), (ev_view_init):
5407
5408         Blank screen in presentation mode when pressing 'b' (filling with
5409         black) or 'w' (filling with white) keys. Fixes bug #358132.
5410
5411 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
5412
5413         * data/evince-toolbar.xml:
5414         * shell/ev-window.c:
5415         
5416         Use stock icon for Select All action. Fixes
5417         bug #382652.
5418
5419 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
5420
5421         * shell/ev-view.c: (get_doc_point_from_offset),
5422         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
5423
5424         Add links support in rotated documents. Fixes bug #343733.
5425
5426 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5427
5428         * shell/ev-view-private.h:
5429         * shell/ev-view.c: (draw_end_presentation_page),
5430         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
5431
5432         Show a blank page after the last page in presentation mode with a
5433         message indicating that presentation has finished and how to exit. 
5434
5435 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5436
5437         * shell/ev-window.c: (fullscreen_timeout_cb):
5438
5439         Hide cursor after a while in presentation mode. 
5440
5441 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5442
5443         * backend/ev-document-info.h:
5444         * data/evince-properties.glade:
5445         * pdf/ev-poppler.cc:
5446         * properties/ev-properties-view.c: (ev_regular_paper_size),
5447         (ev_properties_view_set_info):
5448         * ps/ps-document.c: (ps_document_get_info):
5449
5450         Adds a paper size field to the properties dialog. Fixes
5451         bug #307315. Patch by Kasper Svendsen (with some i18n
5452         changes done by me).
5453
5454 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5455
5456         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5457         (screensaver_init_dbus), (totem_scrsaver_new),
5458         (totem_scrsaver_init):
5459         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5460         * shell/ev-application.c: (ev_application_register_service),
5461         (ev_application_screensaver_enable),
5462         (ev_application_screensaver_disable):
5463         * shell/ev-application.h:
5464         * shell/ev-window.c: (ev_window_run_presentation),
5465         (ev_window_stop_presentation), (build_comments_string),
5466         (ev_window_init):
5467         
5468         Move screensaver handling to application. No more
5469         message on startup.
5470
5471 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5472
5473         * configure.ac:
5474         * backend/Makefile.am:
5475         * backend/ev-file-exporter.[ch]:
5476         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
5477         * ps/ps-document.c: (ps_document_file_exporter_*):
5478         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
5479         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
5480         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5481         (ev_window_print_dialog_response_cb), (ev_window_print_range):
5482
5483         Allow printing to PDF when suppoted by the backend.
5484         
5485 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5486
5487         * shell/ev-window.c: (build_comments_string):
5488
5489         Use always "Document Viewer" in about dialog. 
5490
5491 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5492
5493         * djvu/djvu-document.c: (djvu_document_get_page_size):
5494
5495         Display a warning message when get_pageinfo fails. 
5496
5497 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
5498
5499         * Makefile.am:
5500         * backend/Makefile.am:
5501         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5502         * configure.ac:
5503         * shell/ev-window.c: (build_comments_string):
5504         
5505         Make pdf compilation optional. See bug #38007.
5506
5507 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
5508
5509         * ps/ps.c: (get_next_text):
5510
5511         Fix CVE-2006-5864.
5512
5513 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5514
5515         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
5516         * shell/ev-navigation-action.c: (connect_proxy),
5517         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5518         
5519         Do not call g_type_class_peek_parent twice.
5520
5521 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5522
5523         * configure.ac:
5524         * data/icons/24x24/.cvsignore:
5525         * data/icons/24x24/Makefile.am:
5526         * data/icons/24x24/evince.png:
5527         * data/icons/Makefile.am:
5528         
5529         Add 24x24 icon. Thanks to 
5530         Michael Monreal <infernux@web.de>.
5531
5532 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5533
5534         * configure.ac: Fix typo in configure.ac. Thanks
5535         to dmacks@netspace.org for notification.
5536
5537 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5538
5539         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5540         
5541         Drop dbus include, fixes compilation with older dbus.
5542
5543 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5544
5545         * configure.ac:
5546         * cut-n-paste/Makefile.am:
5547         * cut-n-paste/totem-screensaver/.cvsignore
5548         * cut-n-paste/totem-screensaver/Makefile.am:
5549         * cut-n-paste/totem-screensaver/README:
5550         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5551         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5552         * shell/Makefile.am:
5553         * shell/ev-window.c: (ev_window_run_presentation),
5554         (ev_window_stop_presentation), (ev_window_cmd_help_about),
5555         (ev_window_init):
5556
5557         Implemented screensaver enabling/disabling for
5558         presentation mode (not fullscreen mode). Code stolen
5559         from Totem (with some minor tweaks). Fixes bug #338889.
5560
5561 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5562
5563         * configure.ac:
5564
5565         Bump gnome-icon-theme requirements. We use the rotation
5566         icons that appeared recently.
5567
5568 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5569
5570         * shell/ev-history.c: (ev_history_add_page):
5571         * shell/ev-history.h:
5572         * shell/ev-window.c: (page_changed_cb):
5573         
5574         Use page labels instead of numbers.
5575
5576 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5577
5578         * data/evince-toolbar.xml:
5579         * po/POTFILES.in:
5580         * shell/Makefile.am:
5581         * shell/ev-navigation-action-widget.c:
5582         (ev_navigation_action_widget_init),
5583         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
5584         (menu_detacher), (ev_navigation_action_widget_set_menu),
5585         (menu_position_func), (popup_menu_under_arrow),
5586         (ev_navigation_action_widget_toggled),
5587         (ev_navigation_action_widget_button_press_event):
5588         * shell/ev-navigation-action-widget.h:
5589         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
5590         (ev_navigation_action_set_window), (activate_menu_item_cb),
5591         (new_history_menu_item), (new_empty_history_menu_item),
5592         (build_menu), (menu_activated_cb), (connect_proxy),
5593         (create_tool_item), (ev_navigation_action_init),
5594         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5595         * shell/ev-navigation-action.h:
5596         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
5597         (ev_page_action_widget_set_page_cache),
5598         (ev_page_action_widget_finalize),
5599         (ev_page_action_widget_class_init), (match_selected_cb),
5600         (display_completion_text), (match_completion), (build_new_tree_cb),
5601         (get_filter_model_from_model),
5602         (ev_page_action_widget_update_model):
5603         * shell/ev-page-action-widget.h:
5604         * shell/ev-page-action.c: (activate_link_cb), (update_model),
5605         (connect_proxy):
5606         * shell/ev-page-action.h:
5607         * shell/ev-stock-icons.c:
5608         * shell/ev-stock-icons.h:
5609         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5610         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
5611         (register_custom_actions):
5612         * shell/main.c:
5613         
5614         Preliminary history implementation
5615
5616 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5617
5618         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
5619         (dvi_document_class_init), (dvi_document_init_params):
5620         * dvi/mdvi-lib/font.c: (font_reference):
5621         
5622         Add reference to subfont. Fixes bug #374277.
5623
5624 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
5625
5626         * shell/ev-window.c: (ev_window_create_tmp_symlink),
5627         (ev_window_cmd_file_open_copy_at_dest):
5628
5629         Fix a race condition when creating symlink. Increase the counter
5630         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
5631         Mathias Hasselmann).
5632
5633 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5634
5635         * backend/Makefile.am:
5636         * backend/ev-attachment.c: (ev_attachment_open):
5637         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
5638         (ev_tmp_dir), (ev_tmp_filename):
5639         * shell/ev-sidebar-attachments.c:
5640         (ev_sidebar_attachments_drag_data_get):
5641         * shell/ev-window.c: (ev_window_clear_temp_file):
5642
5643         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
5644         in ensure_dir_exists. Abort without crashing when we can't create
5645         user's directory.
5646
5647 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5648
5649         * data/evince-ui.xml:
5650         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5651         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
5652         (ev_window_cmd_file_open_copy_at_dest),
5653         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
5654         (ev_view_popup_cmd_open_link_new_window):
5655
5656         Allow opening a copy of the current document in a new window. Fixes bug
5657         #357472
5658
5659 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5660
5661         * data/evince-toolbar.xml:
5662         
5663         Add rotate right and rotate left to available items for toolbar.
5664         
5665         * data/evince-ui.xml:
5666         * shell/ev-window.c: (ev_window_init):
5667         
5668         Customize toolbar with right click. Fixes bug #372451.
5669
5670 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
5671
5672         * shell/ev-window.c: 
5673         
5674         Use "object-rotate-{left,right}" stock icons. Fixes 
5675         bug #373863.
5676
5677 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5678
5679         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
5680         (ev_application_open_uri_at_dest), (ev_application_open_uri):
5681         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
5682         (ev_window_open_uri):
5683         * shell/main.c: (arguments_parse):
5684
5685         Remove temp file created when evince is used by GTK+ in
5686         preview mode. Fixes bug #365282. 
5687
5688 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5689
5690         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
5691         
5692         Fixes bug #372474 - Side pane disabled when entering 
5693         and leaving fullscreen mode.
5694
5695 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5696
5697         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
5698         * data/Makefile.am:
5699         * data/evince-preview-toolbar.xml:
5700         * data/evince-toolbar.xml:
5701         * shell/ev-application.c: (ev_application_shutdown),
5702         (ev_application_init), (ev_application_get_toolbars_model):
5703         * shell/ev-application.h:
5704         * shell/ev-window.c: (update_chrome_visibility),
5705         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
5706         (ev_window_cmd_edit_toolbar), (ev_window_init):
5707         
5708         Fixes bug #364364 - toolbar editor shows zoom actions again.
5709
5710 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5711
5712         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
5713
5714         Do not take margins into consideration for paper size when printing.
5715         Really fixes bug #350491.
5716
5717 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5718
5719         * data/evince-ui.xml:
5720         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
5721         (ev_window_cmd_file_print_setup),
5722         (ev_window_print_dialog_response_cb),
5723         (ev_window_setup_action_sensitivity):
5724
5725         Add page setup settings for printing. Fixes bugs #363860 and #350491.
5726
5727 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5728
5729         * shell/ev-window.c: (ev_window_print_range):
5730
5731         Revert my previuos commit, since printing to PDF is not supported by
5732         evince yet. 
5733
5734 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5735
5736         * shell/ev-window.c: (ev_window_print_range):
5737
5738         Enable print to a PDF. Fixes bug #332121.
5739
5740 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
5741
5742         * shell/ev-application-service.xml:
5743         * shell/ev-application.[ch]: (ev_application_open_window),
5744         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
5745         (ev_application_open_uri), (ev_application_open_uri_list):
5746         * shell/ev-window.c: (file_open_dialog_response_cb),
5747         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
5748         (drag_data_received_cb), (open_remote_link):
5749         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
5750
5751         Add support for multiscreen systems. Fixes bug #316206.
5752
5753 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
5754
5755         * shell/ev-jobs.[ch]: (ev_job_print_new),
5756         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
5757         (ev_job_print_do_page):
5758         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
5759
5760         Allow printing only odd/even pages. Fixes bug #367289.
5761
5762 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5763
5764         * test/test1.py:
5765         * test/test2.py:
5766
5767         Re-add locale settings to test files.
5768
5769 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5770
5771         * data/evince-ui.xml:
5772         * shell/ev-window.c: (set_action_properties):
5773         
5774         Removed garbage from code and ui.
5775
5776 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5777
5778         * shell/ev-window.c: (ev_window_cmd_help_about):
5779
5780         Shamelessly add my name to the list of contributors.
5781
5782 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5783
5784         * test/test1.py:
5785         * test/test2.py:
5786
5787         Cleaned up the dogtail scripts.
5788
5789 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5790
5791         * shell/ev-view.c: (draw_loading_text): Don't render
5792         "loading..." text in presentation mode. Temporary
5793         workaround for bug #320352.
5794
5795 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5796
5797         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
5798         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
5799
5800         Use print settings scale, copies, collate and reverse which were
5801         ignored. Fixes bug #359032.
5802
5803 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5804
5805         * configure.ac:
5806         * data/evince-password.glade:
5807         * test/Makefile.am:
5808         * test/test-encrypt.pdf:
5809         * test/test-links.pdf:
5810         * test/test1.py:
5811         * test/test2.py:
5812
5813         Add automated UI tests for evince with dogtail. See
5814         bug #300948.    
5815
5816 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5817
5818         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
5819
5820         Hide fullscreen toolbar when switching to another desktop workspace.
5821         Fixes bug #338871
5822
5823 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5824
5825         * shell/ev-window-title.c: 
5826         
5827         Test for .dvi in title of pdf documents.
5828
5829 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5830
5831         * shell/ev-view.c: (ev_view_scroll):
5832
5833         Page Up/Down should do page jumps in "Best fit" mode.
5834         If a user has explicitly chosen to view exactly one page
5835         at a time, scrolling just a part of the page when
5836         pressing Page Up/Down is not right. Fixes bug #323107.
5837
5838 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5839
5840         * NEWS:
5841         * configure.ac:
5842         
5843         Update for 0.6.1
5844
5845 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5846
5847         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
5848         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
5849         
5850         Correctly disconnect from job signals on destroy.
5851
5852 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5853
5854         * shell/ev-view-private.h:
5855         * shell/ev-view.c: (view_set_adjustment_values),
5856         (view_update_range_and_current_page),
5857         (ensure_rectangle_is_visible), (ev_view_size_allocate):
5858         
5859         Fixes bug #343199, current page now follows find page.
5860
5861 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
5862
5863         * backend/ev-document-factory.c:
5864         * configure.ac:
5865         Assigned OpenDocument presenation MIME type to the
5866         Impress backend. Added some missing (but harmless)
5867         #ifdefs in the document factory as well to make things
5868         consistent again. Fixes bug #360658.
5869
5870 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
5871
5872         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
5873         * backend/ev-document-find.c: (ev_document_find_get_type):
5874         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
5875         * backend/ev-document-links.c: (ev_document_links_get_type):
5876         * backend/ev-document-security.c: (ev_document_security_get_type):
5877         * backend/ev-document-thumbnails.c:
5878         (ev_document_thumbnails_get_type):
5879         * backend/ev-document.c: (ev_document_get_type):
5880         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
5881         * backend/ev-selection.c: (ev_selection_get_type):
5882         * cut-n-paste/recent-files/egg-recent-model.c:
5883         (egg_recent_model_get_type):
5884         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5885         (egg_recent_view_uimanager_get_type):
5886         * cut-n-paste/recent-files/egg-recent-view.c:
5887         (egg_recent_view_get_type):
5888         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5889         (egg_editable_toolbar_get_type):
5890         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
5891         (egg_toolbar_editor_get_type):
5892         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5893         (egg_toolbars_model_get_type):
5894         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
5895         (egg_tree_multi_drag_source_get_type):
5896         * cut-n-paste/zoom-control/ephy-zoom-action.c:
5897         (ephy_zoom_action_get_type):
5898         * cut-n-paste/zoom-control/ephy-zoom-control.c:
5899         (ephy_zoom_control_get_type):
5900         * impress/r_back.c: (_imp_fill_back):
5901         * properties/ev-properties-main.c:
5902         (ev_properties_plugin_register_type):
5903         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
5904         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
5905         (ev_view_accessible_factory_get_type):
5906
5907         Reduce relocations. Bug #360616.
5908
5909 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5910
5911         * backend/ev-document-factory.c:
5912         (ev_document_factory_get_document):
5913         
5914         Load document even if extension is wrong.
5915
5916 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5917
5918         * shell/ev-metadata-manager.c: (save_values):
5919         * shell/ev-window.c: (setup_size_from_metadata),
5920         (setup_view_from_metadata), (ev_window_setup_document),
5921         (ev_window_xfer_job_cb), (window_configure_event_cb):
5922         
5923         Set size according to the document size/page size ratio.
5924         That should correct rather wierd behaviour of the previous
5925         commit.
5926
5927 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5928
5929         * shell/ev-window.c: (setup_view_from_metadata):
5930         
5931         Set size for new windows from previous window size.
5932         See bugs #354968 and #168450 for details. Thanks
5933         to Meik Hellmund.
5934
5935 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
5936
5937         * djvu/djvu-links.c: (build_tree):
5938
5939         Fix memory leak.
5940
5941 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5942
5943         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
5944         
5945         Don't make sidebar close button insensitive. Fixes
5946         bug #357871.
5947
5948 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5949
5950         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5951         (ev_window_set_view_accels_sensitivity):
5952         
5953         Don't enable Slash on documents which don't support
5954         find. Fixes bug #358648.
5955
5956 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
5957
5958         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
5959         open dialog fall back to the current document uri if the
5960         filechooser hasn't been used before. Fixes bug #356980.
5961
5962 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
5963
5964         * shell/ev-window.c: (ev_window_setup_recent), 
5965         (ev_window_get_recent_file_label):
5966
5967         Escape underscores in filenames of recent file items.
5968
5969 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5970
5971         * configure.ac:
5972         
5973         Bumped poppler requirements, really 0.5.3 is very 
5974         buggy, now we require 0.5.4.
5975
5976 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5977
5978         * djvu/Makefile.am:
5979         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
5980         (djvu_document_find_iface_init), (djvu_document_links_get_links),
5981         (djvu_document_document_links_iface_init):
5982         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
5983         (number_from_string_10), (get_djvu_link_dest),
5984         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
5985         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
5986         (djvu_links_get_links), (djvu_links_find_link_dest),
5987         (djvu_links_get_links_model):
5988         * djvu/djvu-links.h:
5989         
5990         Add support for links and bookmarks in djvu documents. Thanks
5991         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
5992         patch.
5993
5994 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5995
5996         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5997         
5998         Reopen should reload document. Fixes 
5999         bug 327951.
6000
6001 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6002
6003         * configure.ac:
6004         * data/Makefile.am:
6005         * data/evince-16.png:
6006         * data/evince-22.png:
6007         * data/evince.png:
6008         * data/evince.svg:
6009         * data/icons/16x16/Makefile.am:
6010         * data/icons/16x16/evince.png:
6011         * data/icons/22x22/Makefile.am:
6012         * data/icons/22x22/evince.png:
6013         * data/icons/48x48/Makefile.am:
6014         * data/icons/48x48/evince.png:
6015         * data/icons/Makefile.am:
6016         * data/icons/scalable/Makefile.am:
6017         * data/icons/scalable/evince.svg:
6018         
6019         Install icons with correct names. Fixes
6020         bug #354429.
6021
6022 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
6023
6024         * shell/ev-view.c: (ev_view_button_release_event):
6025
6026         Don't open links with middle mouse button. Fixes bug #353649
6027
6028 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6029
6030         * NEWS:
6031         * configure.ac:
6032         
6033         Update for release 0.6.0
6034
6035 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6036
6037         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
6038         Implement Close named action. Patch by Carlos Garcia Campos.
6039
6040 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6041
6042         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
6043         
6044         Don't clear link mapping on copy_job_to_job_info. Fixes
6045         bug 346168.
6046
6047 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6048
6049         * shell/main.c: (main):
6050
6051         Revert my previous commit, gnome_program_init owns the option context.
6052         Fix another memory leak in main. Both caught by Christian Persch. 
6053
6054 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6055
6056         * shell/main.c: (main):
6057
6058         Fix memory leak.
6059
6060 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6061
6062         * backend/ev-document-factory.c: (ev_document_factory_get_document):
6063
6064         Fix crash when opening a pdf with password protection. 
6065
6066 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
6067
6068         * pdf/ev-poppler.cc: (pdf_document_search_free):
6069
6070         Fix memory leak. 
6071
6072 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6073
6074         * backend/ev-document-factory.c:
6075         (ev_document_factory_get_document):
6076         * tiff/tiff-document.c: (tiff_document_finalize):
6077         
6078         More correct handling of document loading. Fixes
6079         bug #349043.
6080
6081 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6082
6083         * backend/ev-attachment.c: (ev_attachment_save):
6084
6085         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
6086         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
6087
6088 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
6089         
6090         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
6091         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
6092
6093 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6094
6095         * shell/ev-sidebar-thumbnails.c:
6096
6097         Do not render thumbnails unless thumbnails page is active in the
6098         sidebar.
6099
6100 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
6101
6102         * shell/ev-properties-dialog.c:
6103
6104         Fix dialogue spacing. Bug #351370.
6105
6106 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6107
6108         * configure.ac:
6109
6110         Use lowercase gettext catalog file names (evince.mo
6111         instead of Evince.mo)
6112
6113 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
6114
6115         * shell/ev-sidebar-attachments.c:
6116
6117         GtkIconTheme is now screen safe too. Fixes bug #350878
6118
6119 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
6120
6121         * shell/ev-window.c:
6122
6123         GtkRecent manager is now screen safe. Fixes bug #350145
6124
6125 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6126
6127         * shell/ev-sidebar.c: (ev_sidebar_init):
6128         
6129         Make sidebar close icon smaller. Fix for bug 350177.
6130         See also bugs 350176 and 165770.
6131
6132 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
6133
6134         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
6135
6136         Ignore zoom for xyz destinations when it's <= 1, keeping user
6137         preferences instead. Set correct sizing-mode for fith and fitv
6138         destinations rather than EV_SIZING_FREE. Fixes bug #349433
6139
6140 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6141
6142         * NEWS:
6143         * configure.ac:
6144         
6145         Update for release 0.5.5
6146
6147 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
6148         
6149         * shell/ev-window.c: (ev_window_cmd_escape)
6150
6151         Escape unfocus page entry. Fixes bug #345809.
6152
6153 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6154
6155         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
6156         (build_tree), (pdf_document_links_get_links),
6157         (pdf_document_links_find_link_dest):
6158         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
6159         (goto_xyz_dest):
6160
6161         Convert from PDF style coordinates to X style coordinates in the
6162         backend rather than in the view. Fixes bug #338440
6163
6164 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6165
6166         * shell/ev-window.c:
6167         
6168         Remove Ctrl+Shift+T shortcut for toolbars. See
6169         the bug #350098.
6170
6171 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6172
6173         * configure.ac:
6174
6175         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
6176         of this. 
6177
6178 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6179
6180         * configure.ac:
6181         * cut-n-paste/Makefile.am:
6182         * data/evince-ui.xml:
6183         * shell/Makefile.am:
6184         * shell/ev-application.[ch]:
6185         * shell/ev-window.c:
6186
6187         Use GtkRecent instead of EggRecent when it's available. Fixes bug
6188         #349273
6189
6190 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6191
6192         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
6193         findbar code: s/help/search/
6194
6195 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6196
6197         * shell/ev-window.c: (setup_document_from_metadata),
6198         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
6199         (setup_view_from_metadata):
6200         
6201         Fix memory leaks.
6202
6203 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
6204
6205         * autogen.sh, configure.ac: 
6206         
6207         Update automake usage. See bug 349292.
6208
6209 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6210
6211         * shell/eggfindbar.c: (egg_find_bar_class_init),
6212         (entry_activate_callback), (egg_find_bar_init),
6213         (egg_find_bar_set_status_text):
6214         * shell/eggfindbar.h:
6215         
6216         Unify Evince findbar with Epiphany. Nice patch
6217         from Fabricio Silva <silva@crans.org> and
6218         Frederic Peters <fpeters@entrouvert.com>. See
6219         bug #339966 for details.
6220
6221 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6222
6223         * data/evince.desktop.in.in:
6224         
6225         Correct information for bugzilla. Thanks to
6226         Olaf Vitters, see bug #348855.
6227
6228 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
6229
6230         * shell/ev-jobs.[ch]:
6231         * shell/ev-sidebar-links.c:
6232         * shell/ev-window.[ch]:
6233
6234         GtkPrintJob doesn't support print ranges or current page, so we export
6235         to a ps file now when printing ranges or current page.
6236
6237 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6238
6239         * pdf/ev-poppler.cc:
6240         * shell/ev-window.c: (do_action_named):
6241
6242         We should be more clear about bugzilla. See the
6243         poppler bug #7623.
6244
6245 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6246
6247         * configure.ac:
6248         * shell/Makefile.am:
6249         * shell/ev-job-queue.c:
6250         * shell/ev-jobs.[ch]:
6251         * shell/ev-sidebar-links.c:
6252         * shell/ev-window.[ch]:
6253         
6254         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
6255         #348422
6256
6257 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
6258
6259         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
6260         * shell/ev-application-service.xml:
6261         * shell/ev-application.[ch]:
6262         * shell/ev-jobs.[ch]:
6263         * shell/ev-window.[ch]: (ev_window_run_preview):
6264         * shell/main.c: 
6265
6266         Add preview mode to use evince as a printing previewer. It also adds
6267         other command line options for fullscreen and presentation modes.
6268         Fixes bugs #347822, #317031
6269
6270 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6271
6272         * NEWS:
6273         * configure.ac:
6274         
6275         Update for release 0.5.4
6276
6277 2006-07-11  Bastien Nocera <hadess@hadess.net>
6278
6279         * Makefile.am:
6280         * backend/Makefile.am:
6281         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
6282         * backend/ev-document-factory.h:
6283         * configure.ac:
6284         * impress/.cvsignore:
6285         * impress/Makefile.am:
6286         * impress/common.h:
6287         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
6288         (imp_get_page), (imp_next_page), (imp_prev_page),
6289         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
6290         * impress/f_oasis.c: (render_object), (render_page),
6291         (get_geometry), (_imp_oasis_load):
6292         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
6293         (_imp_oo13_load):
6294         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
6295         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
6296         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
6297         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
6298         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
6299         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
6300         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
6301         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
6302         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
6303         (iks_new_within), (iks_insert), (iks_insert_cdata),
6304         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
6305         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
6306         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
6307         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
6308         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
6309         (iks_cdata), (iks_cdata_size), (iks_has_children),
6310         (iks_has_attribs), (escape_size), (my_strcat), (escape),
6311         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
6312         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
6313         (iks_tree), (iks_load), (iks_save):
6314         * impress/iksemel.h:
6315         * impress/imposter.h:
6316         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
6317         (imp_render_draw_bezier_real), (imp_render_get_size),
6318         (imp_render_set_fg_color), (imp_render_draw_line),
6319         (imp_render_draw_rect), (imp_render_draw_polygon),
6320         (imp_render_draw_arc), (imp_render_draw_bezier),
6321         (imp_render_open_image), (imp_render_get_image_size),
6322         (imp_render_scale_image), (imp_render_draw_image),
6323         (imp_render_close_image), (imp_render_markup),
6324         (imp_render_get_text_size), (imp_render_draw_text),
6325         (impress_document_load), (impress_document_save),
6326         (impress_document_get_n_pages), (impress_document_get_page_size),
6327         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
6328         (impress_document_finalize), (impress_document_class_init),
6329         (impress_document_can_get_text), (impress_document_get_info),
6330         (impress_document_document_iface_init),
6331         (impress_document_thumbnails_get_thumbnail),
6332         (impress_document_thumbnails_get_dimensions),
6333         (impress_document_document_thumbnails_iface_init),
6334         (impress_document_init):
6335         * impress/impress-document.h:
6336         * impress/internal.h:
6337         * impress/r_back.c: (_imp_fill_back):
6338         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
6339         (_imp_draw_image), (_imp_tile_image):
6340         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
6341         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
6342         (r_polyline):
6343         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
6344         (r_draw_gradient_complex), (r_draw_gradient):
6345         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
6346         (r_get_bullet):
6347         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
6348         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
6349         (r_text):
6350         * impress/render.c: (imp_create_context), (imp_context_set_page),
6351         (imp_context_set_step), (imp_render), (imp_delete_context):
6352         * impress/render.h:
6353         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
6354         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
6355         (zip_load_xml), (zip_get_size), (zip_load):
6356         * impress/zip.h:
6357         * shell/ev-utils.c:
6358         
6359         New backend to support impress slides. Fixes bug #30867.
6360
6361 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
6362
6363         * shell/ev-utils.c: (using_postscript_printer):
6364         
6365         Fixes crash when print using PAPI backend,
6366         bug #345012.
6367
6368 2006-06-09  Pat Rondon  <pmr@patrondon.org>
6369
6370         * shell/ev-jobs.c: (ev_job_xfer_run):
6371         * shell/ev-window.c: (password_dialog_response),
6372         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
6373         (ev_window_dispose):
6374         Fixes bug #344160: if the xfer job doesn't complete
6375         because a password is required, reload the existing
6376         instance instead of creating a new one.
6377
6378 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6379
6380         * shell/main.c: (main): Call gdk_threads_init. Thus
6381         we'll avoid errors in auth dialog. Fix for the bug
6382         #343347.
6383
6384 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6385
6386         * configure.ac: Advertise pixbuf support, fix
6387         for the bug 343317.
6388
6389 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6390
6391         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
6392         (ev_sidebar_thumbnails_set_document):
6393         
6394         Update sidebar thumbnails after reloading.
6395
6396 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6397
6398         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
6399         * shell/ev-jobs.h:
6400         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
6401         (ev_window_cmd_view_reload), (ev_window_init):
6402         
6403         Don't crash on reload. Fix for the bug #343167.
6404
6405 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6406
6407         * shell/ev-jobs.c: (ev_job_render_run):
6408         
6409         Check for document links.
6410
6411 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6412
6413         * backend/ev-attachment.c: (ev_attachment_save),
6414         (ev_attachment_launch_app), (ev_attachment_open):
6415         * backend/ev-document-factory.c: (get_document_from_uri):
6416         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6417         (egg_recent_view_uimanager_set_list):
6418         * ps/ps-document.c: (check_filecompressed), (document_load),
6419         (ps_document_load):
6420         * shell/ev-metadata-manager.c: (load_values):
6421         * shell/ev-password.c: (ev_password_dialog_set_property):
6422         * shell/ev-view.c: (tip_from_link):
6423         * shell/ev-window.c: (file_save_dialog_response_cb),
6424         (ev_window_print_dialog_response_cb):
6425         
6426         Use consistent quoting style. Fix for the bug #320285.
6427
6428 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6429
6430         * shell/ev-jobs.c: (ev_job_xfer_run):
6431         * shell/main.c: (load_files):
6432                 
6433         Open links with anchors. Fix for the bug #339836.
6434
6435 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6436
6437         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
6438         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
6439         (ev_link_dest_set_property), (ev_link_dest_finalize),
6440         (ev_link_dest_class_init), (ev_link_dest_new_named),
6441         (ev_link_dest_new_page_label):
6442         * backend/ev-link-dest.h:
6443         * shell/ev-application.c: (ev_application_open_uri):
6444         * shell/ev-view.c: (goto_dest):
6445         * shell/ev-window.c:
6446         * shell/ev-window.h:
6447         
6448         Fix page-label command line option. Bug #342070.
6449
6450 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6451
6452         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
6453         
6454         Don't show highlight rects if page can't be showed. Fix for 
6455         the bug #342076
6456
6457 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6458
6459         * shell/ev-window.c: (setup_sidebar_from_metadata),
6460         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
6461         
6462         Setup sidebar from metadata even if there is no document
6463         loaded. Fix for the bug #342807.
6464
6465 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6466
6467         * cut-n-paste/toolbar-editor/Makefile.am:
6468         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6469         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
6470         (find_action), (drag_data_delete_cb), (drag_begin_cb),
6471         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
6472         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
6473         (popup_context_menu_cb), (button_press_event_cb),
6474         (configure_item_sensitivity), (configure_item_cursor),
6475         (configure_item_tooltip), (connect_widget_signals),
6476         (action_sensitive_cb), (create_item_from_action),
6477         (create_item_from_position), (toolbar_drag_data_received_cb),
6478         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
6479         (toolbar_drag_leave_cb), (configure_drag_dest),
6480         (toggled_visibility_cb), (toolbar_visibility_refresh),
6481         (create_dock), (toolbar_changed_cb), (unparent_fixed),
6482         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
6483         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
6484         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
6485         (egg_editable_toolbar_dispose),
6486         (egg_editable_toolbar_set_ui_manager),
6487         (egg_editable_toolbar_get_selected),
6488         (egg_editable_toolbar_set_selected), (set_edit_mode),
6489         (egg_editable_toolbar_set_property),
6490         (egg_editable_toolbar_get_property),
6491         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
6492         (egg_editable_toolbar_new_with_model),
6493         (egg_editable_toolbar_get_edit_mode),
6494         (egg_editable_toolbar_set_edit_mode),
6495         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
6496         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
6497         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6498         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
6499         (item_added_or_removed_cb), (toolbar_removed_cb),
6500         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
6501         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
6502         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
6503         (editor_create_item_from_name), (append_table),
6504         (update_editor_sheet), (egg_toolbar_editor_init):
6505         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
6506         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6507         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
6508         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
6509         (toolbar_node_free), (egg_toolbars_model_get_flags),
6510         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
6511         (egg_toolbars_model_get_name), (impl_add_item),
6512         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
6513         (parse_data_list), (parse_item_list), (parse_toolbars),
6514         (egg_toolbars_model_load_toolbars), (parse_available_list),
6515         (parse_names), (egg_toolbars_model_load_names),
6516         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
6517         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
6518         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
6519         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
6520         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
6521         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
6522         (egg_toolbars_model_set_types), (fill_avail_array),
6523         (egg_toolbars_model_get_name_avail),
6524         (egg_toolbars_model_get_name_flags),
6525         (egg_toolbars_model_set_name_flags):
6526         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6527         * cut-n-paste/toolbar-editor/eggintl.h:
6528         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
6529         (egg_tree_multi_drag_source_get_type),
6530         (egg_tree_multi_drag_source_row_draggable),
6531         (egg_tree_multi_drag_source_drag_data_delete),
6532         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
6533         (egg_tree_multi_drag_button_release_event), (selection_foreach),
6534         (path_list_free), (set_context_data), (get_context_data),
6535         (get_info), (egg_tree_multi_drag_drag_data_get),
6536         (egg_tree_multi_drag_motion_event),
6537         (egg_tree_multi_drag_button_press_event),
6538         (egg_tree_multi_drag_add_drag_support):
6539         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
6540         * shell/ev-application.c: (ev_application_init),
6541         (ev_application_save_toolbars_model):
6542         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
6543         (ev_window_cmd_edit_toolbar), (ev_window_init):
6544         
6545         Sync toolbareditor with epiphany and libegg
6546
6547 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6548
6549         * configure.ac: 
6550
6551         Depend on poppler 0.5.2
6552
6553 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6554
6555         * shell/ev-jobs.c: (ev_job_render_run):
6556         
6557         Check if document supports links iterface.
6558
6559 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6560
6561         * NEWS:
6562         * configure.ac:
6563         
6564         Update for release 0.5.3
6565
6566 2006-05-13  Michael Plump  <plumpy@skylab.org>
6567
6568         * configure.ac:
6569         * shell/Makefile.am:
6570         * shell/main.c: (main):
6571         
6572         Port to GOption command line parsing. Fix for the 
6573         bug #327518
6574
6575 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6576
6577         * shell/ev-window.c: (ev_window_cmd_help_about):
6578         
6579         Do not wrap license. Fix for the bug #309460.
6580
6581 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6582
6583         * configure.ac:
6584         * properties/ev-properties-main.c: (ev_properties_get_pages):
6585         * shell/ev-application.c: (ev_application_open_window),
6586         (ev_application_open_uri_at_dest):
6587         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
6588         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
6589         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
6590         * shell/ev-utils.c: (save_print_config_to_file):
6591         * shell/ev-window.c: (ev_window_cmd_save_as),
6592         (ev_attachment_popup_cmd_save_attachment_as):
6593         * shell/main.c: (load_files_remote):
6594         
6595         Bump requirements to gtk 2.8 and drop all ifdefs used.
6596
6597 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6598
6599         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
6600         * shell/ev-window.c: (ev_window_init):
6601         
6602         Show attachments page.
6603
6604 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6605
6606         * po/POTFILES.in:
6607         * shell/ev-attachment-bar.c:
6608         * shell/ev-attachment-bar.h:
6609         * shell/ev-sidebar-attachments.c:
6610         (ev_sidebar_attachments_icon_cache_add),
6611         (icon_theme_get_pixbuf_from_mime_type),
6612         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
6613         (ev_sidebar_attachments_icon_cache_refresh),
6614         (ev_sidebar_attachments_get_attachment_at_pos),
6615         (ev_sidebar_attachments_popup_menu_show),
6616         (ev_sidebar_attachments_popup_menu),
6617         (ev_sidebar_attachments_button_press),
6618         (ev_sidebar_attachments_update_icons),
6619         (ev_sidebar_attachments_drag_data_get),
6620         (ev_sidebar_attachments_get_property),
6621         (ev_sidebar_attachments_destroy),
6622         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
6623         (ev_sidebar_attachments_new),
6624         (ev_sidebar_attachments_set_document),
6625         (ev_sidebar_attachments_support_document),
6626         (ev_sidebar_attachments_get_label),
6627         (ev_sidebar_attachments_page_iface_init):
6628         * shell/ev-sidebar-attachments.h:
6629         * shell/ev-window.c: (update_chrome_visibility),
6630         (setup_sidebar_from_metadata), (ev_window_setup_document),
6631         (ev_window_sidebar_current_page_changed_cb),
6632         (attachment_bar_menu_popup_cb), (ev_window_init):
6633         
6634         Move attachments bar to sidebar.
6635
6636 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
6637
6638         * pdf/ev-poppler.cc:
6639         * shell/ev-application.[ch]:
6640         * shell/main.c:
6641
6642         Fix some memory leaks.
6643
6644 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6645
6646         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6647
6648         Change the properties dialog response to
6649         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
6650         will make the dialog go away when the user presses
6651         enter. With gtk+ >= 2.9 this will happen anyway, but for
6652         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
6653         escape by default. Fixes bug #340539. See also bug
6654         #101293 for the gtk+ part.
6655
6656 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
6657
6658         * shell/ev-view.c (tip_from_action_named): Replace some strings
6659         that were wrong. Closes #340970.
6660
6661 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6662
6663         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
6664
6665         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
6666         #341049
6667
6668 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6669
6670         * djvu/Makefile.am:
6671         * dvi/Makefile.am:
6672         * dvi/mdvi-lib/Makefile.am:
6673         * properties/Makefile.am:
6674         * ps/Makefile.am:
6675         * shell/Makefile.am:
6676         * thumbnailer/Makefile.am:
6677         
6678         Due to broken libtool that is unable to track dependencies
6679         of noinst libraries we are forced to explicitely point
6680         libraries for binary. Fix for the bug #333334.
6681
6682 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6683
6684         * data/evince.desktop.in.in:
6685         * shell/ev-view.c: (view_update_range_and_current_page),
6686         (ev_view_next_page), (ev_view_previous_page):
6687         * shell/ev-window.c: (update_chrome_visibility),
6688         (setup_sidebar_from_metadata), (ev_window_setup_document),
6689         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
6690         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6691         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
6692         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6693         (ev_window_stop_presentation), (ev_window_focus_in_event),
6694         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
6695         (ev_window_init):
6696         * thumbnailer/Makefile.am:
6697         
6698         Update fullscreen and presentation timeout handling. Hide
6699         cursor in presentation after timeout. Fix for the bugs
6700         #136359 and #336981.
6701
6702 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6703
6704         * backend/ev-link-action.[ch]:
6705         * pdf/ev-poppler.cc: (ev_link_from_action):
6706         * shell/ev-view-private.h:
6707         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
6708         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
6709
6710         Add support for Named Action links
6711
6712 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
6713
6714         * backend/Makefile.am:
6715         * backend/ev-document-links.[ch]:
6716         * backend/ev-document.[ch]:
6717         * backend/ev-link-action.[ch]:
6718         * backend/ev-link-dest.[ch]:
6719         * backend/ev-link.[ch]:
6720         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
6721         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
6722         * shell/ev-page-action.c: (build_new_tree_cb):
6723         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
6724         (links_page_num_func), (update_page_callback):
6725         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
6726         (tip_from_link):
6727         * shell/ev-jobs.c:
6728         * shell/ev-window.[ch]: (ev_window_open_uri),
6729         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
6730         * shell/ev-application.[ch]: (ev_application_open_window),
6731         (ev_application_open_uri):
6732
6733         Rework links system, it adds support for remote links now and it makes
6734         easier to add new kinds of actions and destinations. Fixes bug #317292
6735
6736 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6737
6738         * data/Makefile.am:
6739         * data/evince.png:
6740         * data/evince-16.png:
6741         * data/evince-22.png:
6742         * data/evince.svg:
6743         * shell/main.c: (main):
6744         
6745         Evince use it's own icon. Fix for the bug #313392.
6746
6747         * shell/ev-window.c: (fullscreen_timeout_cb),
6748         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6749         (ev_window_cmd_help_about), (ev_window_dispose):
6750         
6751         Simplify fullscreen timeout code.
6752
6753 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
6754
6755         * backend/ev-attachment.c: 
6756         * shell/ev-attachment-bar.c:
6757         * shell/ev-window.c:
6758
6759         Allow multiple selection of attachments
6760
6761 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6762
6763         * shell/ev-view.c: (view_update_range_and_current_page),
6764         (ev_view_scroll):
6765         
6766         Fix for the bug #312573 – Optimal selection of current 
6767         page among visible pages.
6768
6769 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6770
6771         * configure.ac:
6772         * djvu/Makefile.am:
6773         * djvu/djvu-text.h:
6774         
6775         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
6776         for the bug 339868.
6777
6778 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
6779
6780         * configure.ac: Fix the LINGUAS stuff here too so it builds.
6781
6782 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6783
6784         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
6785         dictated by the GNOME HIG. Fixes bug #339235.
6786
6787 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6788
6789         * data/evince-ui.xml:
6790         * shell/ev-view.c: (ev_view_can_find_previous):
6791         * shell/ev-view.h:
6792         * shell/ev-window.c: (ev_window_update_actions),
6793         (ev_window_cmd_edit_find_previous):
6794
6795         Add support for "Find Previous" as dictated by the GNOME HIG. A
6796         menu item is added and some glue code to make it all work is added
6797         to various files.
6798
6799 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6800
6801         * configure.ac: Award myself the "useless use of cat" award.
6802
6803 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6804
6805         * po/LINGUAS: New file listing all supported languages.
6806
6807         * configure.in: Use po/LINGUAS instead of including all languages
6808         directly in this file. See the wiki for more information:
6809         http://live.gnome.org/GnomeGoals/PoLinguas
6810
6811 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6812
6813         * backend/ev-document-factory.c:
6814
6815         Do not load the document twice when there isn't errors
6816
6817 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6818
6819         * backend/ev-attachment.c: 
6820
6821         Fix a crash when there isn't a default application to open an
6822         attachment
6823
6824 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6825
6826         * backend/ev-attachment.[ch]:
6827         * shell/ev-attachment-bar.[ch]:
6828
6829         Added missing files. 
6830
6831 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6832
6833         * backend/Makefile.am:
6834         * data/evince-ui.xml:
6835         * backend/ev-attachment.[ch]:
6836         * backend/ev-document.[ch]: (ev_document_has_attachments),
6837         (ev_document_get_attachments):
6838         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
6839         (attachment_save_to_buffer), (pdf_document_get_attachments),
6840         (pdf_document_document_iface_init):
6841         * shell/Makefile.am:
6842         * shell/ev-attachment-bar.[ch]:
6843         * shell/ev-window.c:
6844
6845         Add support for PDF attachments. Fixes bug #325143
6846
6847 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6848
6849         * backend/ev-document-factory.c: (get_document_from_uri),
6850         (ev_document_factory_get_document):
6851         * backend/ev-document-factory.h:
6852         * properties/ev-properties-main.c: (ev_properties_get_pages):
6853         * shell/Makefile.am:
6854         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
6855         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
6856         (ev_job_queue_remove_job):
6857         * shell/ev-job-queue.h:
6858         * shell/ev-job-xfer.c:
6859         * shell/ev-job-xfer.h:
6860         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
6861         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
6862         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
6863         (ev_job_xfer_run):
6864         * shell/ev-jobs.h:
6865         * shell/ev-window.c: (ev_window_is_empty),
6866         (password_dialog_response), (ev_window_clear_xfer_job),
6867         (ev_window_xfer_job_cb), (ev_window_open_uri),
6868         (ev_window_cmd_focus_page_selector),
6869         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
6870         (ev_window_cmd_continuous), (ev_window_cmd_dual),
6871         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6872         (ev_window_dispose):
6873         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6874         
6875         * Cleanup mime type detection on document load. Fix for the
6876         bug #336448.
6877
6878 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6879
6880         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
6881         
6882         Fix crash on exit, described in the bug #336825.
6883
6884 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6885
6886         * backend/ev-document-factory.c:
6887         (ev_document_factory_get_from_mime),
6888         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
6889         (ev_document_factory_get_document),
6890         (file_filter_add_mime_list_and_free),
6891         (ev_document_factory_add_filters):
6892         * backend/ev-document-factory.h:
6893         * properties/ev-properties-main.c: (ev_properties_get_pages):
6894         * shell/Makefile.am:
6895         * shell/ev-application.c:
6896         * shell/ev-job-xfer.c: (ev_job_xfer_run):
6897         * shell/ev-window.c: (ev_window_cmd_file_open),
6898         (ev_window_cmd_save_as):
6899         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6900         
6901         Rework factory functions so they are placed now in a single 
6902         file ev-document-factory.c
6903
6904 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6905
6906         * shell/ev-window.c: (update_chrome_visibility):
6907         
6908         Fix for the bug 166566 - don't show menubar in fullscreen
6909         mode.
6910
6911 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
6912
6913         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
6914
6915 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6916
6917         * shell/ev-view.c: (ev_view_expose_event):
6918         
6919         More correctly draw loading text when document
6920         is empty.
6921
6922 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6923
6924         * shell/ev-view.c: (ev_view_scroll):
6925         
6926         Fix for the bug #334854, page down and page up switch
6927         pages in presentation mode.
6928
6929 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6930
6931         * shell/ev-window.c: (ev_window_set_action_sensitive),
6932         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
6933         (ev_window_set_view_accels_sensitivity),
6934         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
6935         (ev_window_cmd_continuous), (ev_window_cmd_dual),
6936         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6937         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
6938         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
6939         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
6940         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
6941         (view_actions_focus_in_cb), (ev_window_init):
6942         
6943         Fix for the bug #333902, now it's possible to search
6944         words with slash.
6945
6946 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
6947
6948         * configure.ac: Added Breton translation.
6949         * po/br.po: Added Breton translation.
6950
6951 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6952
6953         * shell/ev-window-title (ev_window_title_update):
6954
6955         Fix memory leak in window title. Fixes bug #333944
6956
6957 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6958
6959         * shell/ev-metadata-manager.c (parseItem):
6960
6961         Fix memory leaks. Fixes bug #333945
6962
6963 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6964         
6965         * NEWS, configure.ac, TODO:
6966         
6967         Update for release 0.5.2.
6968
6969 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6970
6971         * shell/ev-view.c: (view_update_range_and_current_page),
6972         (page_changed_cb):
6973         
6974         Don't jump on scrolling, fix for the bug #333127.
6975
6976 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6977
6978         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
6979         
6980         Scroll by one page in presentation mode. Fix for the bug
6981         #332993.
6982
6983 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
6984
6985         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
6986
6987 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
6988
6989         * configure.ac  Added lv in ALL_LINGUAS line.
6990
6991 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6992         
6993         * NEWS, configure.ac:
6994         
6995         Update for release 0.5.1
6996
6997 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6998
6999         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
7000         * backend/ev-document-misc.h:
7001         * shell/ev-view.c: (draw_one_page):
7002         
7003          Clairfy what page the toolbar page number applies to. Fix
7004          for the bug #328102.
7005
7006 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
7007
7008         * shell/ev-view-private.h:
7009         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
7010         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
7011         (ev_view_search_changed):
7012         * shell/ev-view.h:
7013         * shell/ev-window.c: (find_bar_search_changed_cb):
7014         
7015         Dont't jump to find result if window was scrolled during search.
7016         Fix for the bug #313266.
7017
7018 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
7019
7020         * shell/eggfindbar.c: (egg_find_bar_class_init):
7021         * shell/eggfindbar.h:
7022         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
7023         * shell/ev-view-private.h:
7024         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
7025         (ev_view_class_init), (ev_sizing_mode_get_type),
7026         (ev_scroll_type_get_type):
7027         * shell/ev-view.h:
7028         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
7029         (ev_window_cmd_scroll_backward), (find_bar_scroll),
7030         (ev_window_init):
7031         
7032         Fix for the bug 319133 - Find entry should allow text scroll.
7033
7034 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
7035
7036         * shell/ev-view-private.h:
7037         * shell/ev-view.c: (view_update_range_and_current_page),
7038         (highlight_find_results), (find_changed_cb), (page_changed_cb),
7039         (ev_view_set_document), (update_find_status_message),
7040         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
7041         (ev_view_find_previous):
7042         
7043         Fix for the bug #319137. Search now takes account for scrolling.
7044
7045 2006-02-19  Michael Hofmann <mh21@piware.de>
7046
7047         * configure.ac:
7048         * djvu/Makefile.am:
7049         * djvu/djvu-document-private.h:
7050         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
7051         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
7052         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
7053         (djvu_document_can_get_text), (djvu_document_get_text),
7054         (djvu_document_document_iface_init),
7055         (djvu_document_thumbnails_get_thumbnail),
7056         (djvu_document_find_begin), (djvu_document_find_get_n_results),
7057         (djvu_document_find_get_result),
7058         (djvu_document_find_page_has_results),
7059         (djvu_document_find_get_progress), (djvu_document_find_cancel),
7060         (djvu_document_find_iface_init):
7061         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
7062         (djvu_text_page_selection), (djvu_text_page_limits_process),
7063         (djvu_text_page_limits), (djvu_text_page_copy),
7064         (djvu_text_page_position), (djvu_text_page_union),
7065         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
7066         (djvu_text_page_box), (djvu_text_page_append_text),
7067         (djvu_text_page_search), (djvu_text_page_prepare_search),
7068         (djvu_text_page_new), (djvu_text_page_free):
7069         * djvu/djvu-text-page.h:
7070         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
7071         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
7072         (djvu_text_n_results), (djvu_text_has_results),
7073         (djvu_text_get_result), (djvu_text_get_progress):
7074         * djvu/djvu-text.h:
7075         
7076         Text search in djvu. Fix for the bug #303415.
7077
7078 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7079
7080         * configure.ac:
7081         * shell/ev-window.c: (ev_window_cmd_save_as):
7082         
7083         Ask filechooser to confirm overwrite. Fix for the bug #328266.
7084         Thanks to Gary Coady <gary@lyranthe.org>
7085
7086 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7087
7088         * shell/ev-print-job.c: (idle_print_handler):
7089         
7090         Inverse order printing, bug #320919.
7091
7092 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7093
7094         * data/evince-toolbar.xml:
7095         * shell/ev-window.c:
7096         
7097         Allow to add sidebar checkbutton on toolbar. Fix
7098         for the bug #144577.
7099
7100 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7101
7102         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
7103         
7104         Add checks that have sense for empty ps document.
7105
7106 2006-02-15  Luca Ferretti <elle.uca@libero.it>
7107
7108         * configure.ac: Include PS in mime types list. 
7109
7110 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7111
7112         * configure.ac:
7113         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
7114         * ps/gsdefaults.h:
7115         * ps/ps-document.c: (start_interpreter), (ps_document_load):
7116         
7117         Runtime check for gs interpreter. Fix for the bug #320868.
7118         Thanks to Antoine Dopffer antoine.dopffer@free.fr
7119
7120 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
7121
7122         * shell/ev-application.c: 
7123
7124         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
7125         dbus>=0.60, so that the request is not queued. 
7126
7127 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7128
7129         * configure.ac:
7130         * shell/Makefile.am:
7131         * shell/ev-sidebar-links.c: (print_section_cb):
7132         * shell/ev-utils.c:
7133         * shell/ev-utils.h:
7134         * shell/ev-window.c: (update_action_sensitivity),
7135         (ev_window_close_dialogs), (ev_window_print):
7136         * shell/ev-window.h:
7137         
7138         Make printing support optional. Patch from Eduardo de Barros Lima
7139         <eduardo.lima@indt.org.br> for the bug #330546.
7140
7141 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7142
7143         * shell/ev-view-private.h:
7144         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
7145         (ev_view_set_document):
7146         * shell/ev-view.h:
7147         * shell/ev-window.c: (ev_window_load_job_cb),
7148         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
7149         (ev_window_init):
7150
7151         Draw Loading message during xfer job. Fix for the bug #329495.
7152
7153 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7154
7155         * comics/comics-document.c: (comics_regex_quote),
7156         (comics_document_load), (extract_argv):
7157         
7158         Correcly quote regexp before passing it to unzip.
7159
7160 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7161
7162         * shell/ev-page-cache.c: (build_height_to_page),
7163         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
7164         (ev_page_cache_get_dual_even_left):
7165         * shell/ev-page-cache.h:
7166         * shell/ev-view.c: (view_update_range_and_current_page),
7167         (get_page_y_offset), (get_page_extents):
7168         
7169         Place even pages to the left if document has less then
7170         two pages. Fix for the bug #328856.
7171
7172 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7173
7174         * thumbnailer/evince-thumbnailer-comics.schemas.in:
7175         
7176         Correct comics scheme. This make evince create thumbnails
7177         for comic books. Fix for the bug 329088.
7178
7179 2006-01-31  Christopher Aillon  <caillon@redhat.com>
7180
7181         * data/evince-password.glade: Don't explicitly set
7182         invisible_char to the current default value in case
7183         the default changes; let GTK+ do its magic.
7184
7185 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7186
7187         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
7188         real filename to tmp filename since often document
7189         type is determined by extension.
7190
7191 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
7192
7193         * shell/ev-view.c: (add_scroll_binding_keypad),
7194         (ev_view_binding_activated), (ev_view_class_init):
7195         
7196         Add keybindings for percision-scrolling of display area. 
7197         Fix for the bug #314072.
7198
7199 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7200
7201         * data/evince.desktop.in.in:
7202         
7203         Add GTK to the list of categories. Fix for the bug #328034.
7204
7205 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7206
7207         * shell/ev-application.c: (ev_application_shutdown),
7208         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
7209         * shell/ev-application.h:
7210         * shell/ev-window.c: (file_open_dialog_response_cb),
7211         (ev_window_cmd_file_open):
7212         
7213         Save last uri in file chooser dialog. Fix for the bug #327950.
7214
7215 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7216
7217         * NEWS:
7218         * README:
7219         
7220         Final update for release 0.5.0
7221         
7222         * shell/Makefile.am:
7223         
7224         Remove disable deprecated until we'll require libgnome-2.13.7
7225         and port to GOption argument parsing. See bug 327518.
7226
7227 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
7228
7229         * comics/comics-document.c: (comics_document_save):
7230         * djvu/djvu-document.c: (djvu_document_save):
7231         * dvi/dvi-document.c: (dvi_document_save):
7232         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
7233         * lib/ev-file-helpers.h:
7234         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
7235         * tiff/tiff-document.c: (tiff_document_save):
7236         
7237         Use common save function for backends.
7238
7239 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
7240
7241         * backend/ev-document-types.c:
7242         
7243         Fix crash on saving pixbuf.
7244
7245 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7246
7247         * cut-n-paste/recent-files/egg-recent-item.c:
7248         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
7249         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
7250         (parse_info_free), (valid_element), (start_element_handler),
7251         (end_element_handler), (text_handler), (egg_recent_model_filter),
7252         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
7253         (egg_recent_model_monitor), (egg_recent_model_read),
7254         (egg_recent_model_open_file), (egg_recent_model_lock_file),
7255         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
7256         (egg_recent_model_set_property), (egg_recent_model_class_init),
7257         (egg_recent_model_init), (egg_recent_model_add_full),
7258         (egg_recent_model_delete), (egg_recent_model_get_list),
7259         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
7260         (egg_recent_model_set_filter_mime_types),
7261         (egg_recent_model_clear_group_filter),
7262         (egg_recent_model_set_filter_groups),
7263         (egg_recent_model_clear_scheme_filter),
7264         (egg_recent_model_set_filter_uri_schemes),
7265         (egg_recent_model_remove_expired):
7266         * cut-n-paste/recent-files/egg-recent-util.c:
7267         (egg_recent_util_get_icon):
7268         * cut-n-paste/recent-files/egg-recent-util.h:
7269         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7270         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
7271         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
7272         (egg_recent_view_uimanager_set_property),
7273         (egg_recent_view_uimanager_get_property),
7274         (egg_recent_view_uimanager_class_init),
7275         (egg_recent_view_uimanager_init),
7276         (egg_recent_view_uimanager_set_label_width),
7277         (egg_recent_view_uimanager_get_label_width):
7278         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
7279         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7280         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7281         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7282         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7283         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7284         
7285         Update from libegg.
7286
7287 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7288
7289         * shell/ev-page-cache.c: (build_height_to_page),
7290         (ev_page_cache_get_height_to_page):
7291         * shell/ev-page-cache.h:
7292         * shell/ev-view.c: (view_update_range_and_current_page),
7293         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
7294         (ev_view_previous_page):
7295         
7296         Dual mode places even pages to the left. Fix for the bug #309393.
7297
7298         * shell/ev-view.h:
7299         * shell/ev-window.c: (update_action_sensitivity),
7300         (setup_view_from_metadata), (view_menu_popup_cb):
7301         
7302         Don't restore presentation in empty windows, more intelligent
7303         next page behaviour in dual mode.
7304
7305         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7306         (ev_pixbuf_cache_clear_job_sizes):
7307         
7308         Cleanup job callback on removal. Fix for the bug #325886.
7309
7310 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7311
7312         * ps/ps.c: (psscan):
7313         
7314         Commit workaround Mozilla problem. Fix for the bug #325919
7315         
7316         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
7317         (save_item):
7318         
7319         Fix for year 2038 problem.
7320
7321 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7322
7323         * shell/ev-window.c: (setup_document_from_metadata),
7324         (ev_window_cmd_view_reload):
7325
7326         Clamp page recieved from metadata in valid values. Fix
7327         for the bug #325986.
7328
7329 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7330
7331         * MAINTAINERS: 
7332         Add MAINTAINERS as requested on desktop-devel-list.
7333
7334 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7335
7336         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
7337         (mime_type_supported_by_gdk_pixbuf),
7338         (ev_document_factory_get_mime_types),
7339         (ev_document_factory_get_all_mime_types):
7340         
7341         Don't add pixbuf mime types if pixbuf backend is disabled.
7342         
7343         * shell/ev-application.c: (ev_application_get_uri_window):
7344         
7345         Fix for the bug 325815 - unhandled MIME type message doesn't 
7346         appear a second time. 
7347         
7348         * shell/ev-document-types.c: (ev_document_types_add_filters):
7349         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
7350         (password_dialog_response), (ev_window_popup_password_dialog),
7351         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7352         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7353         (ev_window_run_presentation), (ev_window_stop_presentation),
7354         (save_sizing_mode), (ev_window_zoom_changed_cb),
7355         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7356         (ev_window_dual_mode_changed_cb),
7357         (ev_window_sidebar_current_page_changed_cb),
7358         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7359         (window_state_event_cb), (window_configure_event_cb):
7360         
7361         Cleanup additional uris holded by EvWindow.
7362
7363 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7364
7365         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
7366         (ev_view_can_previous_page), (ev_view_can_next_page):
7367         * shell/ev-view.h:
7368         * shell/ev-window.c: (update_action_sensitivity):
7369         
7370         Two page scrolling with Space and PageUp in dual mode. Second fix 
7371         for the bug #316608.
7372
7373 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7374
7375         * shell/ev-view.c: (scroll_to_current_page):
7376         
7377         Correctly clamp adjustment value. Fix for the bug
7378         #325808.
7379
7380 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7381
7382         * shell/ev-sidebar-links.c: (print_section_cb):
7383         * shell/ev-window.c: (ev_window_get_uri),
7384         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
7385         (ev_window_print_dialog_response_cb), (ev_window_print_range),
7386         (ev_window_dispose):
7387         
7388         Make print dialog non-modal. Fix for the bug #325622.
7389
7390 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7391
7392         * shell/ev-metadata-manager.c:
7393         * shell/ev-utils.c: (using_pdf_printer),
7394         (using_postscript_printer), (load_print_config_from_file),
7395         (save_print_config_to_file):
7396         * shell/ev-utils.h:
7397         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
7398         (update_sidebar_visibility), (setup_sidebar_from_metadata),
7399         (setup_view_from_metadata), (ev_window_setup_document),
7400         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7401         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7402         (ev_window_run_presentation), (ev_window_stop_presentation),
7403         (save_sizing_mode), (ev_window_zoom_changed_cb),
7404         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7405         (ev_window_dual_mode_changed_cb),
7406         (ev_window_sidebar_current_page_changed_cb),
7407         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7408         (window_state_event_cb), (window_configure_event_cb),
7409         (ev_window_init):
7410         
7411         Setting saving behaviour fixes.
7412
7413 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7414
7415         * configure.ac:
7416         
7417         Make antialiasing gs options better and allow
7418         to change them during configure. Fix for the 
7419         bug #319049.
7420
7421 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7422
7423         * shell/ev-window.c: (setup_view_from_metadata):
7424         
7425         Remember if last window was maximized. Fix for the
7426         bug #323797.
7427
7428 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
7429
7430         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
7431
7432 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7433
7434         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
7435         * shell/ev-page-action.c: (build_new_tree_cb):
7436         * shell/ev-sidebar-links.c: (links_page_num_func),
7437         (update_page_callback_foreach), (update_page_callback):
7438         * shell/ev-view.c: (scroll_to_current_page):
7439         
7440         Fix for the bug #325067 with more intelligent selection
7441         of current link in sidebar. Make sidebar handle links
7442         of FITR-like type more correctly.
7443
7444         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
7445         (dvi_pixbuf_put_pixel):
7446         
7447         Fix memory consumtion with disabled alpha channel.
7448
7449 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7450
7451         * data/evince-ui.xml:
7452         * shell/ev-window.c: (view_menu_popup_cb),
7453         (ev_popup_cmd_open_link), (ev_window_init):
7454         
7455         Update context menu for internal links. Fix for the bug
7456         #325066.
7457
7458 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7459
7460         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
7461         
7462         Bind context menu to keyboard also. Fix for the bug
7463         #325065.
7464
7465 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7466
7467         * shell/ev-view.c: (selection_scroll_timeout_cb):
7468         
7469         Horizontal scroll on selection also.
7470
7471 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7472
7473         * shell/ev-metadata-manager.c: (parse_value):
7474         * shell/ev-view.c: (goto_xyz_link):
7475         
7476         Correct zoom setup and metadata save broken in 
7477         some locales.
7478
7479 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7480
7481         * shell/ev-view-private.h:
7482         * shell/ev-view.c: (scroll_to_current_page),
7483         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
7484         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
7485         (page_changed_cb), (ev_view_set_continuous),
7486         (ev_view_set_dual_page), (ev_view_set_presentation):
7487         
7488         Delay scroll until allocation to correctly position page. Fix
7489         for the bug #317334.
7490
7491 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7492
7493         * NEWS:
7494         * configure.ac:
7495         
7496         Update NEWS and require poppler 0.5.0.
7497
7498 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
7499         
7500         * data/evince-ui.xml:
7501         * shell/ev-view-private.h:
7502         * shell/ev-view.c: (ev_view_get_link_at_location),
7503         (handle_link_over_xy), (ev_view_button_press_event),
7504         (ev_view_button_release_event), (ev_view_class_init):
7505         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
7506         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
7507         (ev_window_init):
7508         
7509         Implement right-click context menu.
7510
7511 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7512
7513         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
7514         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
7515         (mdvi_pixbuf_device_render):
7516         * pdf/ev-poppler.cc:
7517
7518         Don't generate thumbnails with alpha. See bug #324077.
7519         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
7520
7521 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7522
7523         * shell/ev-window.c: (setup_chrome_from_metadata):
7524         
7525         Fix typo that was hiding toolbar.
7526
7527 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7528
7529         * shell/ev-view-private.h:
7530         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
7531         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
7532         (ev_view_button_release_event), (ev_view_destroy):
7533         
7534         Small cleanup and autoscrolling during selection. Thanks to 
7535         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
7536
7537 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
7538
7539         * configure.ac:
7540         
7541         Correctly check for comics option.
7542
7543 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
7544         * Makefile.am:
7545         * configure.ac:
7546         * backend/Makefile.am:
7547         * backend/ev-document-factory.c:
7548         * shell/ev-document-types.c:
7549
7550         Included option in configure to make ps backend 
7551         compilation optional with --disable-ps.
7552
7553 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7554
7555         * backend/ev-document-factory.c:
7556         * comics/Makefile.am:
7557         * comics/comics-document.c: (comics_document_load):
7558         * comics/ev-cbr-mime.xml:
7559         * configure.ac:
7560         
7561         Comics mime types are added to shared-mime-info CVS. Now
7562         we don't need to install our own mime types.
7563
7564 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7565
7566         * shell/ev-window.c:
7567         
7568         Add shortcut for "save a copy" menu entry. Fix for
7569         the bug #324582.
7570
7571 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7572
7573         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7574         (job_finished_cb), (new_selection_pixbuf_needed),
7575         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7576         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
7577         
7578         Rework selection job info logic and fix critical warning.
7579
7580 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
7581
7582         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
7583
7584 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
7585
7586         * data/evince-ui.xml:
7587         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
7588         
7589         Enter as shortcut key for next page. Fix for the bug
7590         #321394.
7591
7592 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
7593
7594         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
7595
7596 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7597
7598         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7599         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
7600         (new_selection_pixbuf_needed),
7601         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7602         (clear_job_selection):
7603         
7604         Too early for 0.5. Pixbuf cache code cleaned a bit.
7605
7606 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7607
7608         * NEWS:
7609         * configure.ac:
7610         
7611         Release 0.5.0 preparation
7612
7613 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7614
7615         * comics/Makefile.am:
7616         * configure.ac:
7617         * shell/ev-document-types.c: (ev_document_types_add_filters):
7618         
7619         More advanced handling of custom mime type installation.
7620
7621 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7622
7623         * data/evince.schemas.in:
7624         * shell/ev-metadata-manager.c: (value_free),
7625         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
7626         (ev_metadata_manager_get), (ev_metadata_manager_set):
7627         * shell/ev-metadata-manager.h:
7628         * shell/ev-window.c: (update_chrome_flag),
7629         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
7630         (setup_document_from_metadata), (setup_chrome_from_metadata),
7631         (setup_sidebar_from_metadata), (setup_view_from_metadata),
7632         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
7633         (ev_window_view_toolbar_cb),
7634         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
7635         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
7636         
7637         Save last document settings and reuse them for new documents.
7638
7639 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7640
7641         * Makefile.am:
7642         * backend/Makefile.am:
7643         * backend/ev-document-factory.c:
7644         * backend/ev-document-factory.h:
7645         * comics/Makefile.am:
7646         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
7647         (comics_document_load), (comics_document_save),
7648         (comics_document_get_n_pages), (comics_document_get_page_size),
7649         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
7650         (comics_document_class_init), (comics_document_can_get_text),
7651         (comics_document_get_info), (comics_document_document_iface_init),
7652         (comics_document_init), (get_supported_image_extensions),
7653         (comics_document_thumbnails_get_geometry),
7654         (comics_document_thumbnails_get_thumbnail),
7655         (comics_document_thumbnails_get_dimensions),
7656         (comics_document_document_thumbnails_iface_init), (extract_argv):
7657         * comics/comics-document.h:
7658         * comics/ev-cbr-mime.xml:
7659         * configure.ac:
7660         * po/POTFILES.in:
7661         * shell/ev-application.c: (ev_application_register_service):
7662         * shell/ev-document-types.c: (ev_document_types_add_filters):
7663         * thumbnailer/Makefile.am:
7664         * thumbnailer/evince-thumbnailer-comics.schemas.in:
7665         
7666         New CBR/CBZ backend for comic books.
7667
7668 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7669
7670         * shell/main.c: (load_files_remote):
7671
7672         Thanks to Robert McQueen <robot101@debian.org>. Dbus
7673         warning on startup of second instance is fixed. It
7674         is bug #320353.
7675
7676 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7677
7678         * shell/ev-window.c: (ev_window_finalize):
7679         
7680         Fix double free that cause crash.
7681
7682 2005-10-29  Bastien Nocera <hadess@hadess.net>
7683
7684         * tiff/tiff-document.c: (tiff_document_load):
7685         
7686         Fix memory leak.
7687
7688 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7689
7690         * po/POTFILES.in:
7691         * shell/Makefile.am:
7692         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
7693         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
7694         (ev_view_accessible_get_text),
7695         (ev_view_accessible_get_character_at_offset),
7696         (ev_view_accessible_get_text_before_offset),
7697         (ev_view_accessible_get_text_at_offset),
7698         (ev_view_accessible_get_text_after_offset),
7699         (ev_view_accessible_get_character_count),
7700         (ev_view_accessible_get_caret_offset),
7701         (ev_view_accessible_set_caret_offset),
7702         (ev_view_accessible_get_run_attributes),
7703         (ev_view_accessible_get_default_attributes),
7704         (ev_view_accessible_get_character_extents),
7705         (ev_view_accessible_get_offset_at_point),
7706         (ev_view_accessible_get_n_selections),
7707         (ev_view_accessible_get_selection),
7708         (ev_view_accessible_add_selection),
7709         (ev_view_accessible_remove_selection),
7710         (ev_view_accessible_set_selection),
7711         (ev_view_accessible_text_iface_init),
7712         (ev_view_accessible_idle_do_action),
7713         (ev_view_accessible_action_do_action),
7714         (ev_view_accessible_action_get_n_actions),
7715         (ev_view_accessible_action_get_description),
7716         (ev_view_accessible_action_get_name),
7717         (ev_view_accessible_action_set_description),
7718         (ev_view_accessible_action_iface_init),
7719         (ev_view_accessible_get_type), (ev_view_accessible_new),
7720         (ev_view_accessible_factory_get_accessible_type),
7721         (ev_view_accessible_factory_create_accessible),
7722         (ev_view_accessible_factory_class_init),
7723         (ev_view_accessible_factory_get_type):
7724         * shell/ev-view-accessible.h:
7725         * shell/ev-view-private.h:
7726         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
7727         * shell/ev-view.h:
7728         
7729         Initial accessibility support.
7730
7731 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
7732
7733         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
7734
7735 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
7736
7737         * shell/ev-print-job.c: (idle_print_handler):
7738         
7739         Fix for bug Bug 318916: Printing multiple pages.
7740
7741 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
7742
7743         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
7744
7745 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7746
7747         * pdf/ev-poppler.cc:
7748         
7749         Thumnail dimensions unified with other backends.
7750         
7751         * shell/ev-window-title.c: (ev_window_title_update):
7752         
7753         Fix warning.
7754
7755 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7756
7757         * data/ev-stock-zoom-fit-width.png:
7758         
7759         Remove unused file.
7760
7761 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7762
7763         * configure.ac:
7764         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
7765         (djvu_document_finalize):
7766         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
7767         (dvi_document_finalize):
7768         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
7769         (pixbuf_document_save), (pixbuf_document_finalize):
7770         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
7771         (tiff_document_finalize):
7772         
7773         Save a copy implemented for various backends.
7774
7775 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
7776
7777         * configure.ac:
7778         
7779         Don't link with ltiff if tiff is disabled.
7780
7781 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7782
7783         * pdf/GDKSplashOutputDev.cc:
7784         * pdf/GDKSplashOutputDev.h:
7785         * pdf/Thumb.cc:
7786         * pdf/Thumb.h:
7787         * pdf/pdf-document.cc:
7788         * pdf/pdf-document.h:
7789         * pdf/test-gdk-output-dev.cc:
7790         
7791         Remove old unused files.
7792
7793 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7794
7795         * shell/ev-window.c: (ev_window_setup_document):
7796         
7797         Fixed warnings on reload and probably crash reason.
7798
7799 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7800
7801         * properties/ev-properties-view.c:
7802         (ev_properties_view_format_date):
7803         
7804         Check if date is invalid. Fix for bug 318134.
7805
7806 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
7807
7808         * shell/ev-window-title.c:
7809         
7810         Add .indd files (Adobe Indesign) to the list of "bad
7811         extensions".
7812
7813 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7814
7815         * data/evince-ui.xml:
7816         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
7817         
7818         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
7819
7820 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
7821
7822         * shell/ev-window.c: (launch_link), (launch_external_uri),
7823         (view_external_link_cb):
7824
7825         URL-escape link before passing it to gnome_vfs_url_show.
7826
7827 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
7828
7829         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
7830         there isn't text selected.
7831
7832 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
7833
7834         * shell/ev-view.c: (handle_link_over_xy):
7835
7836         Check tooltip is valid utf8 before showing it
7837
7838 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
7839
7840         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
7841
7842 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
7843
7844         * shell/ev-window-title.c: (ev_window_title_update):
7845
7846         Guard against using g_strstrip on NULL. Fixes bug #317291.
7847
7848 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7849
7850         * pdf/ev-poppler.cc:
7851
7852         Show title even for unknown links
7853
7854 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7855
7856         * shell/ev-window-title.c: (ev_window_title_update):
7857
7858         Strip the title string
7859
7860 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7861
7862         * shell/ev-window-title.c:
7863
7864         Add .rtf to the bad extensions list
7865
7866 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7867
7868         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
7869         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
7870
7871         Ignore link coordinates if they are outside page bounds
7872
7873 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7874
7875         * backend/ev-link.c: (ev_link_type_get_type),
7876         (ev_link_get_filename), (ev_link_get_params),
7877         (ev_link_get_property), (ev_link_set_property),
7878         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
7879         * backend/ev-link.h:
7880         * pdf/ev-poppler.cc:
7881         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
7882         * shell/ev-window.c: (launch_link), (view_external_link_cb),
7883         (ev_window_init):
7884
7885         Implement launch links. Delegate external link opening to
7886         the window.
7887
7888 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7889
7890         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
7891         (ev_link_get_right), (ev_link_get_property),
7892         (ev_link_set_property), (ev_link_class_init),
7893         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
7894         * backend/ev-link.h:
7895         * pdf/ev-poppler.cc:
7896         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
7897
7898         Implement fitr links
7899
7900 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7901
7902         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
7903         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
7904         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
7905         (ev_view_size_request_continuous),
7906         (ev_view_size_request_dual_page),
7907         (ev_view_size_request_single_page), (ev_view_size_allocate),
7908         (ev_view_zoom_for_size_continuous_and_dual_page),
7909         (ev_view_zoom_for_size_continuous),
7910         (ev_view_zoom_for_size_dual_page),
7911         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7912         (ev_sizing_mode_get_type):
7913         * shell/ev-view.h:
7914         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
7915
7916         Do not use modes for link, we need to calculate size ad hoc.
7917         Still not perfect because of the usual scrollbar issues grrr.
7918
7919 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7920
7921         * backend/ev-link.c: (ev_link_type_get_type),
7922         (ev_link_new_page_fith), (ev_link_new_page_fitv):
7923         * backend/ev-link.h:
7924         * pdf/ev-poppler.cc:
7925         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
7926         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
7927         (ev_view_size_request_continuous),
7928         (ev_view_size_request_dual_page),
7929         (ev_view_size_request_single_page), (ev_view_size_allocate),
7930         (zoom_for_size_fit_height),
7931         (ev_view_zoom_for_size_continuous_and_dual_page),
7932         (ev_view_zoom_for_size_continuous),
7933         (ev_view_zoom_for_size_dual_page),
7934         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7935         (ev_sizing_mode_get_type):
7936         * shell/ev-view.h:
7937         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
7938
7939         Implement FIT_HEIGHT mode (only for links).
7940         Implement FITH links
7941
7942 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7943
7944         * shell/ev-window-title.c: (get_filename_from_uri),
7945         (ev_window_title_sanitize_extension), (ev_window_title_update),
7946         (ev_window_title_set_document), (ev_window_title_set_uri),
7947         (ev_window_title_free):
7948         * shell/ev-window-title.h:
7949         * shell/ev-window.c: (ev_window_setup_document),
7950         (ev_window_popup_password_dialog):
7951
7952         Refactor window title building while fixing it for
7953         password documents.
7954
7955 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7956
7957         * pdf/ev-poppler.cc:
7958
7959         Escape link title before setting it in the model
7960
7961 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
7962
7963         * shell/ev-application.c: (removed_from_session), (save_session),
7964         (init_session), (ev_application_get_empty_window),
7965         (ev_application_init), (ev_application_get_windows):
7966         * shell/ev-application.h:
7967         * shell/ev-window.c: (ev_window_finalize):
7968
7969         Add a function to retrieve window list and share it where
7970         necessary.
7971         Implement session handling, works pretty well thanks to the
7972         metadata system.
7973
7974 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7975
7976         * shell/ev-password.c: (ev_password_item_created_callback),
7977         (ev_password_dialog_save_password):
7978         
7979         Fix for bug 316972. Use async gnome-keyring API.
7980
7981 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
7982
7983         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
7984         Remove unused unrealize handler. Add scroll handling to
7985         ev_view_scroll_event for presentation mode (bug #316708),
7986         and fix the event state checks there.
7987
7988 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7989
7990         * shell/ev-page-action.c: (page_changed_cb):
7991
7992         "marco, maybe we should be crazy and jump right to 6! :)"
7993
7994         Bryan Clark, Sep 2005
7995
7996 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7997
7998         * ps/ps-document.c: (save_document), (ps_document_save),
7999         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
8000         (ps_document_ps_export_end):
8001
8002         Fix unstructured documents save and print
8003
8004 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8005
8006         * shell/ev-application.c: (ev_application_open_uri):
8007
8008         Fix window size persistance
8009
8010 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8011
8012         * shell/ev-view.c: (ev_view_button_release_event):
8013
8014         Based on a patch from carlosgc@gnome.org. Mouse buttons
8015         switch pages in presentation mode.
8016
8017 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8018
8019         * shell/ev-page-cache.c: (ev_page_cache_get_size):
8020
8021         Dont cast to int before scaling
8022
8023 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8024
8025         * backend/ev-link.c: (ev_link_type_get_type),
8026         (ev_link_new_page_xyz), (ev_link_new_page_fit),
8027         (ev_link_new_page_fith):
8028         * backend/ev-link.h:
8029         * pdf/ev-poppler.cc:
8030         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
8031
8032         Implement FIT and FITH links
8033
8034 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8035
8036         * pdf/ev-poppler.cc:
8037
8038         Return 0 results when search is not in progress.
8039
8040         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
8041         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
8042
8043         Update menu sensitivity when cancelling search
8044
8045 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8046
8047         * shell/ev-view.c: (ev_view_can_find_next):
8048
8049         Take all pages in consideration, not just current one
8050
8051 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8052
8053         * shell/ev-page-cache.c:
8054         * shell/ev-page-cache.h:
8055         * shell/ev-view.c: (ev_view_binding_activated),
8056         (ev_view_next_page), (ev_view_previous_page),
8057         (ev_sizing_mode_get_type):
8058         * shell/ev-view.h:
8059         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
8060         (ev_window_cmd_go_next_page):
8061
8062         Move page next/previous functions from page chace to
8063         view and change it to move by 2 page steps in dual mode.
8064
8065 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8066
8067         * shell/ev-window.c: (update_sidebar_visibility),
8068         (setup_sidebar_from_metadata), (ev_window_setup_document),
8069         (setup_view_from_metadata):
8070
8071         Show the index by default when there is one     
8072
8073 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8074
8075         * shell/ev-window-title.c: (ev_window_title_set_document):
8076
8077         Missing null check
8078
8079 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8080
8081         * shell/ev-view.c: (view_update_range_and_current_page):
8082         
8083         Allow display of last odd page in dual view. Fix for 316347.
8084
8085 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
8086
8087         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
8088         
8089         Make close button default. Fix for 316383.
8090
8091 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8092
8093         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
8094         
8095         Mark close button as default. Fix for 316381.
8096
8097 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8098
8099         * backend/ev-link.c: (ev_link_class_init):
8100
8101         Allow negative doubles in left/top properties
8102
8103 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8104
8105         * shell/ev-window.c:
8106
8107         Remove a bunch of strings that was used only
8108         by the statusbar.
8109
8110 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8111
8112         * shell/ev-window-title.c: (get_filename_from_uri),
8113         (ev_window_title_set_document):
8114
8115         When title has a confusing extension, show also
8116         the document filename inside ()
8117
8118 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8119
8120         * shell/Makefile.am:
8121         * shell/ev-window-title.c: (ev_window_title_new),
8122         (ev_window_title_update), (ev_window_title_set_type),
8123         (ev_window_title_set_document), (ev_window_title_free):
8124         * shell/ev-window-title.h:
8125         * shell/ev-window.c: (ev_window_setup_document),
8126         (password_dialog_response), (ev_window_popup_password_dialog),
8127         (ev_window_dispose), (ev_window_init):
8128
8129         Factor out and cleanup window title code
8130
8131 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8132
8133         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
8134         (unable_to_load):
8135
8136         Make dialog transient so it doesnt block other windows
8137
8138 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8139
8140         * pdf/ev-poppler.cc:
8141         
8142         Fix pdf thumbnails rendering.
8143
8144 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
8145
8146         * shell/ev-window.c: (fullscreen_set_timeout):
8147         
8148         Increase timeout to hide full screen popup. Bug 
8149         316123. 
8150
8151 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8152
8153         * data/evince.schemas.in:
8154         * shell/ev-window.c: (update_action_sensitivity):
8155
8156         Allow the user to override document restrictions. Fix for bug
8157         305818.
8158
8159 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
8160
8161         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
8162         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
8163         (ev_window_class_init): Fix multihead behaviour of fullscreen
8164         toolbar popup. Fixes bug #315451.
8165
8166 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8167
8168         * configure.ac:
8169         * data/evince-password.glade:
8170         * shell/ev-password.c: (ev_password_dialog_set_property),
8171         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
8172         (ev_password_dialog_init), (ev_password_set_bad_password_label),
8173         (ev_password_dialog_entry_changed_cb),
8174         (ev_password_dialog_entry_activated_cb),
8175         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
8176         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
8177         (ev_password_dialog_set_bad_pass):
8178         * shell/ev-password.h:
8179         * shell/ev-window.c: (password_dialog_response),
8180         (ev_window_popup_password_dialog):
8181         
8182         Support for gnome-keyring for encrypted PDF's.
8183
8184 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8185
8186         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
8187         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
8188         (ev_view_enter_notify_event), (ev_view_class_init):
8189         
8190         More precise handling of enter_notify/leave_notify events
8191         in EvView. Fix for bug 315470.
8192
8193 2005-09-08  Christopher Aillon  <caillon@redhat.com>
8194
8195         * shell/ev-window.c: (fullscreen_timeout_cb),
8196         (fullscreen_set_timeout), (fullscreen_clear_timeout),
8197         (ev_window_dispose):
8198
8199         leak fix: unref fullscreen_timeout_source before clearing it
8200
8201 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8202
8203         * configure.ac, dvi/mdvi/Makefile.am: 
8204         
8205         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
8206
8207 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8208
8209         * backend/ev-link.c: (ev_link_new_page_xyz):
8210         * pdf/ev-poppler.cc:
8211         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
8212
8213         Fix some bugs with xyz links, respect zoom
8214
8215 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8216
8217         * shell/ev-window.c: (page_changed_cb),
8218         (setup_document_from_metadata), (update_sidebar_visibility),
8219         (setup_view_from_metadata), (ev_window_run_fullscreen),
8220         (ev_window_stop_fullscreen), (ev_window_run_presentation),
8221         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
8222         (ev_window_dual_mode_changed_cb),
8223         (ev_window_sidebar_current_page_changed_cb):
8224
8225         null check uri before setting and getting metadata
8226
8227 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8228
8229         * dvi/Makefile.am:
8230         * properties/Makefile.am:
8231         * shell/Makefile.am:
8232         * thumbnailer/Makefile.am:
8233
8234         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
8235
8236 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8237
8238         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
8239         (selection_changed_callback):
8240         * shell/ev-sidebar-links.h:
8241
8242         Add a signal for link activation.
8243
8244         * shell/ev-view.c: (ev_view_goto_link),
8245         (ev_view_button_release_event):
8246         * shell/ev-view.h:
8247         * shell/ev-window.c: (sidebar_links_link_activated_cb),
8248         (ev_window_init):
8249
8250         Implement the signal so that we can handle all link types.
8251
8252         * shell/ev-page-cache.c:
8253
8254         Remove unused set_link function
8255
8256 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8257
8258         * lib/ev-tooltip.c: (ev_tooltip_set_position):
8259
8260         Add some space from the cursor, hardcoded but I couldnt
8261         find a better way.
8262
8263 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8264
8265         * lib/ev-tooltip.c:
8266
8267         Use mozilla style vs gtk style, way better for links.
8268
8269         * shell/ev-view.c: (ev_view_motion_notify_event),
8270         (ev_view_destroy), (ev_view_init):
8271
8272         Deactive tooltip when the link hovered is changed.
8273
8274 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8275
8276         * backend/ev-document.h:
8277         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
8278         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
8279         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
8280         (ev_link_new_page), (ev_link_new_page_xyz):
8281         * backend/ev-link.h:
8282         * pdf/ev-poppler.cc:
8283         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
8284         (go_to_link), (tip_from_link):
8285
8286         Implement xyz links, still not functional. Links are a total
8287         mess, will need to refactor and bugfix a lot :(
8288
8289 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
8290
8291         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
8292
8293 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
8294
8295         * data/evince-ui.xml:
8296         * data/evince.schemas.in:
8297         * shell/Makefile.am:
8298         * shell/ev-window.c: (update_chrome_visibility),
8299         (password_dialog_response), (ev_window_load_job_cb),
8300         (ev_window_xfer_job_cb), (ev_window_open_uri),
8301         (ev_window_class_init), (set_chrome_actions), (load_chrome),
8302         (ev_window_init):
8303
8304         Remove the statusbar. This regress loading feedback, need to
8305         check with Bryan what we want to do there...
8306
8307 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8308
8309         * lib/ev-tooltip.c: (ev_tooltip_init):
8310
8311         Fix tooltip border and size handling
8312
8313 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8314
8315         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
8316         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
8317         (ev_tooltip_timeout), (ev_tooltip_activate),
8318         (ev_tooltip_deactivate):
8319         * lib/ev-tooltip.h:
8320         * shell/ev-view.c: (ev_view_motion_notify_event):
8321
8322         Delay popup showing. Mirror gtk logic/times.
8323
8324 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
8325
8326         * lib/Makefile.am:
8327         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
8328         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
8329         (ev_tooltip_set_text), (ev_tooltip_set_position):
8330         * lib/ev-tooltip.h:
8331
8332         Simple widget to show tooltips at a custom position
8333
8334         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
8335         (ev_view_destroy):
8336
8337         Use it for links. First go, needs work
8338
8339 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
8340
8341         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
8342         HIG fixes.  Use title capitalization for window title. Use 12 
8343         pixels of space between the dialog's vbox and action area.
8344
8345 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8346
8347         * shell/ev-window.c: (file_open_dialog_response_cb),
8348         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
8349         (ev_window_cmd_save_as):
8350
8351         Make file pickers not modal and refactor code some
8352
8353 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8354
8355         * shell/ev-sidebar.h:
8356         * shell/ev-sidebar.c: (ev_sidebar_set_property),
8357         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
8358         (ev_sidebar_class_init), (ev_sidebar_select_page),
8359         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
8360         (ev_sidebar_set_page):
8361
8362         Add a current page property and allow to get/set it
8363
8364         * shell/ev-window.c: (setup_view_from_metadata),
8365         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
8366
8367         Persist current sidebar page per document
8368
8369 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8370
8371         * data/evince.schemas.in:
8372         * shell/ev-window.c: (update_chrome_visibility),
8373         (setup_document_from_metadata), (update_sidebar_visibility),
8374         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
8375         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8376         (ev_window_run_presentation), (ev_window_stop_presentation),
8377         (ev_window_view_sidebar_cb),
8378         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
8379         (load_chrome), (ev_window_init):
8380
8381         Persist size/visibility of sidebar per document
8382
8383 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
8384
8385         * shell/ev-view.c (draw_loading_text): Draw loading text.
8386
8387 2005-09-02  Dan Damian  <dand@gnome.ro>
8388
8389         * configure.in: Added "ro" to ALL_LINGUAS.
8390
8391 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8392
8393         * shell/ev-view.c: (clear_caches):
8394
8395         ev_page_cache_get doesnt return a reference,
8396         dont try to unref it.
8397
8398 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8399
8400         * shell/main.c: (load_files_remote):
8401
8402         Fix timestamp parameter with dbus <= 0.33
8403
8404 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
8405
8406         * data/evince.schemas.in:
8407
8408         Add missing full stop
8409
8410 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
8411
8412         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
8413         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
8414
8415         Plug some memory leaks
8416
8417 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
8418
8419         * configure.ac:
8420         * lib/ev-debug.c: (trap_handler):
8421
8422         Check for execinfo.h and use it only if it exists.
8423         Ported from Epiphany (bug #314776).
8424
8425 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
8426
8427         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
8428
8429 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
8430
8431         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
8432         * po/id.po      : Added Indonesian translation
8433
8434 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
8435
8436         * shell/main.c:
8437         * shell/ev-application.c: Last minute GTK-2.6 fixes.
8438         * NEWS: Release 0.4.0
8439
8440 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
8441
8442         * configure.ac: catch another gtk+-2.8ism
8443         * shell/main.c: Make work with gtk+-2.6
8444
8445 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
8446
8447         * shell/ev-application-service.xml: Add 'timestamp' argument to
8448           ev_application_open_window and ev_application_open_uri methods.
8449
8450         * shell/ev-application.h: Add 'timestamp' argument to
8451           ev_application_open_window, ev_application_open_uri,
8452           and ev_application_open_uri_list functions.
8453
8454         * shell/ev-application.c (ev_application_open_window,
8455           ev_application_open_uri, ev_application_open_uri_list): Change
8456           functions that show/present windows to use a timestamp if one
8457           is passed in.
8458
8459         * shell/ev-window.c (ev_window_cmd_file_open,
8460           ev_window_cmd_recent_file_activate, drag_data_received_cb):
8461         * shell/main.c (load_files): Modify calls to ev_application to
8462           include GDK_CURRENT_TIME as timestamp.
8463
8464         * shell/main.c (load_files_remote): Obtain timestamp for client
8465           instance from GDK and pass to server instance so new windows are
8466           focused properly.  Fix dbus_g_proxy_call() calls by including second
8467           G_TYPE_INVALID.
8468           
8469         Closes bug #314475.
8470
8471 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
8472
8473         * shell/ev-window.c (ev_window_finalize): Check for
8474         avail. EvWindows when quiting to handle the finalize better,
8475         #314497
8476
8477 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8478         
8479         * properties/ev-properties-view.c: 
8480         
8481         Set textdomain to libglade. Fixes translation problem in property page.
8482
8483 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8484
8485         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
8486         * dvi/Makefile.am:
8487         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
8488         * dvi/mdvi-lib/Makefile.am:
8489         
8490         Fix rotation of thumbnails, ported to new API. Moved library
8491         dependencies earlier, probably it will fix linkage problem.
8492
8493 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
8494
8495         * backend/ev-document-misc.c:
8496         (ev_document_misc_get_thumbnail_frame):
8497         * backend/ev-document-misc.h:
8498         * configure.ac:
8499         * pdf/ev-poppler.cc:
8500         * shell/Makefile.am:
8501         * shell/ev-sidebar-thumbnails.c: (add_range),
8502         (ev_sidebar_thumbnails_set_loading_icon),
8503         (ev_sidebar_thumbnails_refresh),
8504         (ev_sidebar_thumbnails_set_document):
8505         * shell/ev-sidebar-thumbnails.h:
8506         * shell/ev-view.c: (ev_view_motion_notify_event),
8507         (ev_view_set_property), (ev_view_get_property),
8508         (ev_view_class_init), (ev_view_set_rotation):
8509         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8510         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
8511         (ev_window_init):
8512         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
8513         Redo rotation (again).  prepare for 0.4.0
8514
8515 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
8516
8517         * configure.ac: Bump poppler requirement to 0.4.1.
8518
8519         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
8520         argument to poppler_page_render_selection() call.
8521
8522 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8523
8524         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
8525         (djvu_document_thumbnails_get_thumbnail):
8526         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
8527         (dvi_document_thumbnails_get_thumbnail):
8528         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
8529         (pixbuf_document_thumbnails_get_thumbnail):
8530         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
8531         
8532         Update rotation direction of backends to fit with pdf and ps.
8533
8534 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
8535
8536         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
8537         * backend/ev-async-renderer.h:
8538         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
8539         (setup_page), (ps_document_get_page_size),
8540         (ps_async_renderer_render_pixbuf):
8541         * ps/ps-document.h:
8542         * shell/ev-jobs.c: (ev_job_render_run):
8543
8544         Fix orientation in the postscript document
8545
8546 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
8547
8548         * pdf/ev-poppler.cc:
8549         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
8550         * shell/ev-view.c: (highlight_find_results):
8551
8552         Adapt to the new poppler rotation API. Fix text maps on landscape
8553         documents.
8554
8555 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
8556
8557         * shell/ev-view.c (compute_new_selection_text): get the correct
8558         region when selecting in modes other than continuous.
8559
8560 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8561
8562         * shell/main.c (main): remove redundant g_warnings.
8563
8564 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8565
8566         * shell/Makefile.am: Don't include autogenerated
8567         file ev-application-service.h into distribution, since
8568         it causes dbus crash. Fix for bugs 313724 and 313443. 
8569
8570 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8571
8572         * configure.ac: Fix sed expression for FreeBSD. Thanks
8573         to Joe Marcus Clark <marcus@freebsd.org>
8574         
8575         * shell/eggfindbar.c: (entry_activate_callback),
8576         (entry_changed_callback), (egg_find_bar_init),
8577         (egg_find_bar_set_search_string):
8578         
8579         Made findbar buttons unsensitive if there is no text in
8580         entry. Fix for the bug 313285.
8581
8582 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
8583
8584         * ps/ps-document.c: Use g_filename_display_name for displaying
8585         filenames and revert string freeze breackage
8586
8587 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
8588
8589         * NEWS:
8590         * configure.ac:
8591
8592         Update for 0.3.4
8593
8594         * shell/Makefile.am:
8595
8596         Add ev-application-service.xml to extra dist
8597
8598         * shell/ev-view.c: (find_page_at_location):
8599
8600         Remove unused function (fix warning)
8601
8602 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8603
8604         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
8605         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
8606         
8607         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
8608         bug 313623.
8609
8610 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8611
8612         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
8613         * shell/ev-window.c:
8614         Fix build warnings
8615
8616 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
8617
8618         * configure.ac: Update script to get dbus version.
8619         Fix for the bug #313443.
8620
8621 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8622
8623         * shell/ev-window.c: (ev_window_cmd_escape):
8624         
8625         Return focus back to view on escape. Fix for bug 313295.
8626
8627 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8628
8629         * shell/ev-window.c: (update_window_title),
8630         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
8631         (ev_window_cmd_save_as):
8632         
8633         Correct conversion from uri to displayable string. Fix for
8634         bug 313296.
8635
8636 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
8637
8638         * ps/ps-document.c: convert filename to utf8 when there is an error
8639         loading document. Fixes #309915
8640
8641 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
8642
8643         * configure.ac:
8644
8645         We depend on poppler 0.4.0
8646
8647 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
8648
8649         * configure.ac:
8650         * NEWS: Release 0.3.3.
8651         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
8652
8653 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
8654
8655         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
8656         add a couple missing mnemonics to menu items, use title 
8657         capitalization for menu items and window titles, and add 
8658         ellipsis to open menu item.     
8659
8660 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
8661
8662         * pdf/ev-poppler.cc:
8663         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
8664         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
8665         (ev_view_get_rotation):
8666         * shell/ev-view.h:
8667         * shell/ev-window.c: (setup_view_from_metadata),
8668         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
8669         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
8670         disk.
8671
8672 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
8673
8674         * configure.ac: Added tr to ALL_LINGUAS
8675
8676 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8677
8678         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
8679         requires several clicks to find word. Thanks to 
8680         Colin Slater <kiltedtaco@gmail.com>.
8681
8682 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
8683
8684         * data/evince.desktop.in.in: Hide menu entry and
8685         rename it to "Document Viewer". Fix for bug 
8686         #312399.
8687
8688 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
8689
8690         * shell/ev-page-action.c (ev_page_action_class_init): 
8691
8692         Point to the correct function in constructor of the
8693         activate_label signal
8694
8695 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
8696
8697         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
8698         * shell/ev-jobs.h: Make thread safe.
8699
8700 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8701
8702         * shell/ev-view.c: (view_update_range_and_current_page):
8703         Don't update page range if we are scrolling to some document
8704         point.
8705
8706 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8707
8708         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
8709         when getting max_page_width, fix drawing in dual mode.
8710
8711 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
8712
8713         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
8714         getting the area for select_all.
8715
8716 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
8717
8718         * backend/ev-selection.c: (ev_selection_render_selection):
8719         * backend/ev-selection.h:
8720         * pdf/ev-poppler.cc:
8721         * shell/ev-jobs.c: (ev_job_render_new):
8722         * shell/ev-jobs.h:
8723         * shell/ev-pixbuf-cache.c: (get_selection_colors),
8724         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
8725         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
8726         (ev_view_class_init):
8727
8728         Change selection color on focus in and focus out events.  Also,
8729         poppler now uses GdkColor for specifying the selection colors, so
8730         drop some awkward conversion code.
8731
8732 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
8733
8734         * configure.ac: Added Hebrew translation
8735
8736 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
8737
8738         * NOTES:
8739         * backend/ev-selection.c: (ev_selection_render_selection):
8740         * backend/ev-selection.h:
8741         * pdf/ev-poppler.cc:
8742         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
8743         (ev_job_render_run):
8744         * shell/ev-jobs.h:
8745         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8746         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
8747         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
8748         (ev_pixbuf_cache_style_changed),
8749         (ev_pixbuf_cache_get_selection_pixbuf),
8750         (ev_pixbuf_cache_set_selection_list),
8751         (ev_pixbuf_cache_get_selection_list):
8752         * shell/ev-pixbuf-cache.h:
8753         * shell/ev-utils.c: (ev_print_region_contents):
8754         * shell/ev-utils.h:
8755         * shell/ev-view.c: (ev_view_queue_draw_page),
8756         (selection_update_idle_cb), (ev_view_motion_notify_event),
8757         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
8758         (setup_caches), (ev_view_find_next), (merge_selection_region),
8759         (selection_free):
8760         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
8761
8762         Clean up selection to be much smoother!
8763
8764 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
8765
8766         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
8767         to poppler_page_render_selection().
8768
8769 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8770
8771         * ps/ps-document.c: (save_page_list): Use
8772         unzipped document when printing. Thanks to 
8773         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
8774         311016.
8775
8776 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8777
8778         * shell/ev-window.c: (update_action_sensitivity):
8779         
8780         Disable print and save respect to lockdown gconf keys. Fix
8781         for 312342.
8782
8783 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8784
8785         * configure.ac:
8786         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
8787         (write_to_temp_file), (ev_file_set_contents):
8788         * shell/ev-utils.h:
8789         * shell/ev-window.c: (save_print_config_to_file):
8790         
8791         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
8792         Fix for bug 312238
8793
8794 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
8795
8796         * shell/ev-window.c: (load_print_config_from_file),
8797         (save_print_config_to_file), (ev_window_print_range):
8798
8799         Persist the print settings. Fixes bug #311578.
8800
8801 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8802
8803         * djvu/djvu-document.c: (djvu_document_get_page_size),
8804         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
8805         (djvu_document_thumbnails_get_thumbnail):
8806         * dvi/dvi-document.c: (dvi_document_get_page_size),
8807         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
8808         (dvi_document_thumbnails_get_dimensions),
8809         (dvi_document_thumbnails_get_thumbnail):
8810         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
8811         (pixbuf_document_render_pixbuf),
8812         (pixbuf_document_document_iface_init),
8813         (pixbuf_document_thumbnails_get_thumbnail):
8814         
8815         Update backends to make them build with new rotation system.
8816
8817 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8818
8819         * help/C/figures/evince_start_window.png:
8820         
8821         Update documentation image from Luca Ferretti <elle.uca@libero.it>
8822
8823 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
8824
8825         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
8826         * shell/ev-pixbuf-cache.h:
8827         * shell/ev-sidebar-thumbnails.c:
8828         (ev_sidebar_thumbnails_get_property), (add_range),
8829         (adjustment_changed_cb):
8830         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
8831         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
8832         we were thumbnailing the entire docment on startup, slowing us
8833         down hugely. 
8834
8835 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
8836
8837         * shell/ev-page-cache.c: (ev_page_cache_new):
8838         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
8839         == 0, fixes #310306.
8840
8841 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8842
8843         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
8844         (ev_view_rotate_left):
8845
8846         Account rotation in doc_rect_to_view_rect.
8847         Ensure rotation doesnt go out of bounds.
8848
8849 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8850
8851         * shell/ev-page-cache.c: (ev_page_cache_get_size):
8852
8853         Correct and cleanup w/h swapping
8854
8855 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8856
8857         * backend/ev-document-thumbnails.c:
8858         (ev_document_thumbnails_get_thumbnail):
8859         * backend/ev-document-thumbnails.h:
8860         * backend/ev-document.c:
8861         * backend/ev-document.h:
8862         * backend/ev-render-context.c: (ev_render_context_new),
8863         (ev_render_context_set_rotation):
8864         * backend/ev-render-context.h:
8865         * pdf/ev-poppler.cc:
8866         * ps/ps-document.c: (ps_document_document_iface_init):
8867         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
8868         * shell/ev-jobs.h:
8869         * shell/ev-page-cache.c: (build_height_to_page),
8870         (ev_page_cache_new), (ev_page_cache_get_size),
8871         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8872         (ev_page_cache_get_height_to_page):
8873         * shell/ev-page-cache.h:
8874         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8875         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
8876         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
8877         (ev_pixbuf_cache_get_selection_pixbuf):
8878         * shell/ev-pixbuf-cache.h:
8879         * shell/ev-print-job.c: (idle_print_handler):
8880         * shell/ev-sidebar-thumbnails.c: (add_range):
8881         * shell/ev-view.c: (view_update_range_and_current_page),
8882         (get_page_y_offset), (get_page_extents),
8883         (ev_view_size_request_continuous_dual_page),
8884         (ev_view_size_request_continuous),
8885         (ev_view_size_request_dual_page),
8886         (ev_view_size_request_single_page), (draw_one_page),
8887         (ev_view_set_rotation), (ev_view_rotate_right),
8888         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
8889         (ev_view_zoom_for_size_continuous_and_dual_page),
8890         (ev_view_zoom_for_size_continuous),
8891         (ev_view_zoom_for_size_dual_page),
8892         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
8893         (ev_view_select_all):
8894         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8895         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
8896         (tiff_document_document_iface_init),
8897         (tiff_document_thumbnails_get_thumbnail):
8898
8899         Use rotation rather than orientation. It's easier and enough
8900         for our needs.
8901
8902 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8903
8904         * shell/ev-page-cache.c: (build_height_to_page),
8905         (ev_page_cache_new), (ev_page_cache_get_size),
8906         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8907         (ev_page_cache_get_height_to_page):
8908         * shell/ev-page-cache.h:
8909         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
8910         (ev_view_size_request_continuous_dual_page),
8911         (ev_view_size_request_continuous),
8912         (ev_view_zoom_for_size_continuous_and_dual_page),
8913         (ev_view_zoom_for_size_continuous):
8914
8915         Make the page cache aware of page orientation.
8916
8917 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8918
8919         * backend/ev-document-thumbnails.c:
8920         (ev_document_thumbnails_get_thumbnail):
8921         * backend/ev-document-thumbnails.h:
8922         * backend/ev-document.c:
8923         * backend/ev-document.h:
8924         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
8925         * backend/ev-ps-exporter.h:
8926         * pdf/ev-poppler.cc:
8927         * ps/ps-document.c: (ps_document_document_iface_init),
8928         (ps_document_ps_export_do_page):
8929         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
8930         * shell/ev-jobs.h:
8931         * shell/ev-page-cache.c: (ev_page_cache_get_size),
8932         (ev_page_cache_get):
8933         * shell/ev-page-cache.h:
8934         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8935         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
8936         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
8937         * shell/ev-pixbuf-cache.h:
8938         * shell/ev-print-job.c: (idle_print_handler):
8939         * shell/ev-sidebar-thumbnails.c: (add_range):
8940         * shell/ev-view.c: (view_update_range_and_current_page),
8941         (get_page_extents), (ev_view_size_request_dual_page),
8942         (ev_view_size_request_single_page), (draw_one_page),
8943         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
8944         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
8945         (ev_view_zoom_for_size_dual_page),
8946         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
8947         (ev_view_select_all):
8948         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8949         * tiff/tiff-document.c: (tiff_document_get_page_size),
8950         (tiff_document_get_orientation), (rotate_pixbuf),
8951         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
8952         (tiff_document_thumbnails_get_thumbnail),
8953         (tiff_document_ps_export_do_page), (tiff_document_init):
8954
8955         Really make use of the orientation bit of the render context.
8956         Use the render context in a few more places in the backend API.
8957         This regress orientation, but now it's done right. Will try to
8958         fix it up asap...
8959
8960 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8961
8962         * shell/ev-view.c: (ensure_rectangle_is_visible):
8963
8964         Patch by Nickolay V. Shmyrev to fix find flickering
8965
8966 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
8967
8968         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
8969         duplex parameters to ::begin.
8970
8971         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
8972         * shell/ev-print-job.c (idle_print_handler): 
8973         * ps/ps-document.c (ps_document_ps_export_begin): 
8974         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
8975         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
8976         implementations. Poppler backend needs poppler cvs. Rest has
8977         unchanged behavior.
8978
8979 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8980
8981         * shell/ev-window.c (using_pdf_printer): new function.
8982         (ev_window_print_range): print a less techy message if someone
8983         tries to print to PDF.
8984
8985 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8986
8987         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
8988         from "unknown font" string. Bug #311431
8989
8990 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8991
8992         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
8993
8994 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8995
8996         Bug #311280
8997         
8998         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
8999         name for PopplerFontTypes
9000         (pdf_document_fonts_fill_model): add font type to the detail column
9001
9002         * backend/ev-document-fonts.h: added
9003         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
9004
9005         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
9006         font name and font details, add a little markup.
9007         (ev_properties_fonts_init): use the new cell data func, specify ypad
9008         property for the cell renderer.
9009         (ev_properties_fonts_set_document): add the details column.
9010
9011 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
9012
9013         * configure.ac: Added "pl" to ALL_LINGUAS.
9014
9015 2005-07-24  Danilo Šegan  <danilo@gnome.org>
9016
9017         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
9018
9019 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
9020
9021         * help/ChangeLog: Started this for translations of manual.
9022         * configure.ac, autogen.sh, .cvsignore: Migrated to
9023         gnome-doc-utils. Patch in bug #311222.
9024
9025 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
9026
9027         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
9028         #ifdef this away to fix an unused-function warning.
9029
9030 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
9031
9032         * configure.ac: Added 'gl' to ALL_LINGUAS.
9033
9034 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
9035
9036         * configure.ac: Added ne in ALL_LINGUAS
9037         
9038 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9039
9040         * shell/ev-view.c: (ev_view_leave_notify_event):
9041         
9042         Clear status message when pointer leaves view. Fix for bug
9043         #310818 
9044
9045 2005-07-20 Ankit Patel <ankit644@yahoo.com>
9046
9047         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
9048
9049 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9050
9051         * shell/ev-view.c: (ev_view_leave_notify_event),
9052         (ev_view_class_init):
9053         
9054         Set cursor to normal then leaving view.
9055
9056 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9057
9058         * configure.ac:
9059         
9060         Fix required djvulibre version.
9061
9062 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
9063
9064         *configure.ac: Hindi (hi) language added
9065
9066 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
9067
9068         *configure.ac: Punjabi (pa) Language added
9069
9070 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9071
9072         * data/evince-ui.xml, shell/ev-window.c:
9073         
9074         Add keypad accelerators for zooming. Fix for bug 308128.
9075
9076 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9077
9078         * Makefile.am:
9079         * backend/Makefile.am:
9080         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
9081         * configure.ac:
9082         * shell/ev-document-types.c: (ev_document_types_add_filters):
9083
9084         Allow to enable/disable the pixbuf backend.
9085         Default to off for now. If we want it enabled we should
9086         really put mime types in the desktop, implement properties etc.
9087
9088         * properties/evince-properties.c:
9089
9090         Initialize error to NULL.
9091         Check error is not NULL before freeing.
9092
9093 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9094
9095         * shell/ev-window.c:
9096
9097         Use F5 as presentation accell
9098
9099 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9100
9101         * shell/ev-window.c: (update_chrome_visibility),
9102         (ev_window_create_fullscreen_popup), (ev_window_init):
9103
9104         Do not leak the fullscreen toolbar
9105
9106 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9107
9108         * shell/ev-window.c: (view_actions_focus_in_cb),
9109         (view_actions_focus_out_cb):
9110
9111         These has a return value! Fix totally random focus
9112         issues we was seeing.
9113
9114 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
9115
9116         * shell/main.c: (load_files_remote):
9117
9118         Allow open more than one file
9119
9120 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9121
9122         * shell/main.c: (load_files_remote):
9123
9124         Fix for dbus 0.33. bug #309975
9125
9126 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9127
9128         * properties/ev-properties-main.c: (ev_properties_get_pages):
9129
9130         Actually return NULL for types we dont support
9131
9132 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
9133
9134         * po/POTFILES.in:
9135
9136         Remove empty lines.
9137
9138 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
9139
9140         * backend/ev-document-factory.c:
9141         (ev_document_factory_get_document):
9142
9143         Do not try to create the object if type
9144         is invalid.
9145
9146 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9147
9148         * ps/ps-document.c: (ps_document_dispose),
9149         (ps_async_renderer_render_pixbuf):
9150         * ps/ps-document.h:
9151
9152         Do not leak the target window
9153
9154 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9155
9156         * shell/ev-application.c: (ev_application_init):
9157
9158         Let tbe check file existence for us.
9159         Add a comment about eggrecent mime filter.
9160
9161 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9162
9163         * data/evince-ui.xml:
9164         * shell/ev-application.c: (ev_application_shutdown),
9165         (ev_application_init), (ev_application_get_toolbars_model),
9166         (ev_application_get_recent_model),
9167         (ev_application_save_toolbars_model):
9168         * shell/ev-application.h:
9169         * shell/ev-window.c: (ev_window_add_recent),
9170         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
9171         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
9172         (ev_window_init):
9173
9174         Use common toolbar and recent models for all windows.
9175         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9176
9177 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
9178
9179         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
9180         successfully check for gtk_icon_view_get_visible_range.
9181
9182 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9183
9184         * djvu/Makefile.am:
9185         * dvi/Makefile.am:
9186         
9187         Fix djvu and dvi backend build.
9188
9189 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
9190
9191         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
9192         (new_separator_pixbuf):
9193
9194         Don't leak windows.
9195
9196 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
9197
9198         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
9199
9200         HIGification of toolbar editor dialogue.
9201
9202 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9203
9204         * configure.ac:
9205         * shell/Makefile.am:
9206
9207         Ever build metadata manager since it's just
9208         disabled at runtime now.
9209
9210 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9211
9212         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
9213         (ev_metadata_manager_get), (ev_metadata_manager_set):
9214         * shell/ev-metadata-manager.h:
9215
9216         Add an _init functions that enabled metadata management
9217         at runtime.
9218
9219         * shell/ev-window.c: (page_changed_cb),
9220         (setup_document_from_metadata), (ev_window_setup_document),
9221         (setup_view_from_metadata), (ev_window_open_uri),
9222         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9223         (ev_window_run_presentation), (ev_window_stop_presentation),
9224         (save_sizing_mode), (ev_window_zoom_changed_cb),
9225         (ev_window_continuous_changed_cb),
9226         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
9227         (window_configure_event_cb):
9228
9229         Remove all ugly metadata define since we deal with it
9230         at runtime now.
9231
9232         * shell/main.c: (load_files_remote), (main):
9233
9234         Add support for dbus cvs head. Hopefully didnt break one
9235         of the other versions now!
9236
9237         If we dont get a response from the dbus server just
9238         give up with it and not enable metadata.
9239
9240 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9241
9242         * Makefile.am:
9243         * backend/Makefile.am:
9244         * configure.ac:
9245         * cut-n-paste/recent-files/Makefile.am:
9246         * cut-n-paste/toolbar-editor/Makefile.am:
9247         * cut-n-paste/zoom-control/Makefile.am:
9248         * lib/Makefile.am:
9249         * pdf/Makefile.am:
9250         * pixbuf/Makefile.am:
9251         * properties/Makefile.am:
9252         * ps/Makefile.am:
9253         * shell/Makefile.am:
9254         * thumbnailer/Makefile.am:
9255         * tiff/Makefile.am:
9256
9257         Make frontends depend on just libev.
9258         Rework and group CFLAGS/LIBS definitions.
9259         Cleanups.
9260
9261 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9262
9263         * shell/ev-window:
9264
9265         do not unnecessarily save zoom
9266
9267         * configure.ac:
9268         * lib/ev-file-helpers.c: (ev_dot_dir):
9269         * shell/Makefile.am:
9270         * shell/dummy.cc:
9271
9272         Some cleanups
9273
9274 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9275
9276         * configure.ac:
9277         
9278         Remove unnecessary dependencies
9279
9280 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9281
9282         * properties/Makefile.am:
9283         * thumbnailer/Makefile.am:
9284         * tiff/Makefile.am:
9285
9286         Some more cleanups. Was really necessary
9287         but I probably introduced bugs, feel free
9288         to flame :)
9289
9290 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9291
9292         * backend/Makefile.am:
9293         * configure.ac:
9294         * cut-n-paste/recent-files/Makefile.am:
9295         * cut-n-paste/toolbar-editor/Makefile.am:
9296         * cut-n-paste/zoom-control/Makefile.am:
9297         * lib/Makefile.am:
9298         * pdf/Makefile.am:
9299         * pixbuf/Makefile.am:
9300         * properties/Makefile.am:
9301         * ps/Makefile.am:
9302         * shell/Makefile.am:
9303         * thumbnailer/Makefile.am:
9304         * tiff/Makefile.am:
9305
9306         Use gnome-common macros when possible.
9307         Cleanup dependencies.
9308         Actually disable deprecated where possible.
9309
9310 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9311
9312         * Makefile.am:
9313         * backend/Makefile.am:
9314         * properties/Makefile.am:
9315         * shell/Makefile.am:
9316         * thumbnailer/Makefile.am:
9317
9318         This should solve the circular dep without
9319         requiring dir reorg!
9320
9321         * shell/ev-window.c: (setup_view_from_metadata):
9322
9323         Never restore window size/position when the
9324         window is already visible.
9325
9326 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9327
9328         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
9329
9330         Return a boolean from timeout func. Fix ported from gedit.
9331
9332 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
9333
9334         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
9335
9336 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
9337
9338         * shell/ev-document-types.c: set "All Documents" as default filter in
9339         open dialog
9340
9341 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
9342
9343         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
9344         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
9345         (ev_metadata_manager_set_boolean): fix value/val thinko.
9346
9347 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9348
9349         * shell/ev-window.c: (setup_view_from_metadata),
9350         (window_state_event_cb), (window_configure_event_cb),
9351         (ev_window_init):
9352
9353         Remember window position and maximized state
9354
9355 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9356
9357         * configure.ac:
9358
9359         Fix DBUS configure checks.
9360
9361         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
9362         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
9363         (ev_metadata_manager_set_boolean):
9364
9365         Plug mem leaks.
9366
9367         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
9368         (ev_window_stop_fullscreen), (ev_window_run_presentation),
9369         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
9370         (ev_window_continuous_changed_cb),
9371         (ev_window_dual_mode_changed_cb), (ev_window_new):
9372
9373         Fix the build without DBUS.
9374
9375 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9376
9377         * shell/ev-metadata-manager.c: (parse_value), (save_values),
9378         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
9379         (ev_metadata_manager_set_string),
9380         (ev_metadata_manager_set_boolean):
9381         * shell/ev-metadata-manager.h:
9382
9383         Add support for some more types
9384
9385         * shell/ev-view.c: (scroll_to_current_page),
9386         (ev_view_get_continuous), (ev_view_set_continuous),
9387         (ev_view_get_dual_page):
9388         * shell/ev-view.h:
9389         * shell/ev-window.c: (page_changed_cb),
9390         (setup_document_from_metadata), (ev_window_setup_document),
9391         (setup_view_from_metadata), (ev_window_open_uri),
9392         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9393         (ev_window_run_presentation), (ev_window_stop_presentation),
9394         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
9395         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
9396         (ev_window_update_dual_page_action),
9397         (ev_window_continuous_changed_cb),
9398         (ev_window_dual_mode_changed_cb), (ev_window_init):
9399
9400         Remember a bunch of view/document properties. Prolly some
9401         are still missing but it's getting interesting.
9402
9403 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
9404
9405         * configure.ac: check if dbus-binding-tool is installed. Not the
9406         case on current Ubuntu breezy, it seems.
9407
9408 2005-07-05  Luca Ferretti <elle.uca@libero.it>
9409
9410         * data/evince.desktop.in.in:
9411         
9412         Allow open uri lists and add TryExec field.
9413
9414 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9415
9416         * configure.ac:
9417
9418         Enable dbus when available, do not require a configure
9419         option.
9420
9421 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9422
9423         * configure.ac:
9424
9425         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
9426         disabled.
9427
9428 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
9429         Marco Pesenti Gritti  <mpg@redhat.com>
9430
9431         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
9432         
9433         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
9434         functions to the format required by dbus
9435
9436         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
9437         errors. Use the RPC parameters in the expected way
9438
9439 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9440
9441         * Makefile.am:
9442         * properties/Makefile.am:
9443         * properties/ev-properties-main.c: (ev_properties_get_pages):
9444
9445         Support all mime types
9446
9447         * shell/Makefile.am:
9448         * thumbnailer/Makefile.am:
9449         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
9450         (evince_thumbnail_pngenc_get):
9451
9452         Use the document factory
9453
9454 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9455
9456         * backend/Makefile.am:
9457         * backend/ev-document-factory.c:
9458         (mime_type_supported_by_gdk_pixbuf),
9459         (ev_document_type_get_from_mime),
9460         (ev_document_factory_get_document),
9461         (ev_document_factory_get_backend),
9462         (ev_document_factory_get_mime_types),
9463         (ev_document_factory_get_all_mime_types):
9464         * backend/ev-document-factory.h:
9465         * shell/Makefile.am:
9466         * shell/ev-document-types.c: (get_document_from_uri),
9467         (ev_document_types_get_document),
9468         (file_filter_add_mime_list_and_free),
9469         (ev_document_types_add_filters):
9470         * shell/ev-document-types.h:
9471         * shell/ev-job-xfer.c: (ev_job_xfer_run):
9472         * shell/ev-properties-dialog.c:
9473         (ev_properties_dialog_set_document):
9474         * shell/ev-window.c: (ev_window_cmd_file_open),
9475         (ev_window_cmd_save_as):
9476         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9477
9478         Rework document types managing to avoid code duplication
9479         and actually abstract from backend implementations.
9480         Also provide a minimal factory api that can be used by
9481         thumbnailer/properties.
9482
9483 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9484
9485         * properties/ev-properties-view.c: (ev_properties_view_set_info):
9486         Plug a mem leak.
9487         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
9488         HIG spacings.
9489
9490 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9491
9492         * shell/ev-properties-dialog.c
9493         (ev_properties_dialog_set_document): only call
9494         ev_properties_fonts_set_document() if the document implements the
9495         fonts interface
9496
9497 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9498
9499         * configure.ac:
9500         * properties/Makefile.am:
9501         * properties/ev-properties-view.c:
9502         (ev_properties_view_register_type):
9503         * properties/ev-properties-view.h:
9504         * properties/ev-properties-main.h:
9505
9506         Implement nautilus plugin for properties.
9507         Works only for pdf atm, I need to rework the
9508         document types stuff to get this to work
9509         for all backends...
9510
9511 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9512
9513         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
9514         (ev_properties_fonts_set_document): use
9515         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
9516
9517 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9518
9519         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
9520         them
9521         (PlaceImage, tiff2ps_process_page): use
9522         g_ascii_dtostr to convert floats to strings in a locale-safe way.
9523
9524
9525 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9526
9527         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
9528         (main): to call gnome_authentication_manager_init. Should fix
9529         Bug #308510
9530
9531         * configure.ac: that requires libgnomeui 2.6.0.
9532
9533 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9534
9535         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9536         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
9537         use the new tiff2ps interfaces
9538
9539         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
9540         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
9541
9542         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
9543         structure instead of global variables.  Remove use of static
9544         variables in functions.
9545
9546 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
9547
9548         * shell/ev-page-action.c: unref the completion after setting it to the
9549         entry
9550
9551 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9552
9553         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
9554         postscript files
9555
9556 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9557
9558         * shell/ev-window.c (update_action_sensitivity): disable
9559         File->Print if the document does not implement the ps exporter
9560         interface
9561
9562 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
9563
9564         * Makefile.am:
9565         * configure.ac:
9566         * data/evince-properties.glade:
9567         * properties/.cvsignore:
9568         * properties/Makefile.am:
9569         * properties/ev-properties-view.c: (ev_properties_view_dispose),
9570         (ev_properties_view_class_init), (ev_properties_view_format_date),
9571         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
9572         (ev_properties_view_init), (ev_properties_view_new):
9573         * properties/ev-properties-view.h:
9574         * shell/Makefile.am:
9575         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
9576         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
9577         (ev_properties_dialog_new):
9578         * shell/ev-properties-dialog.h:
9579         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
9580         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
9581         (update_progress_label), (job_fonts_finished_cb),
9582         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
9583         * shell/ev-properties-fonts.h:
9584         * shell/ev-properties.c:
9585         * shell/ev-properties.h:
9586         * shell/ev-window.c: (ev_window_setup_document),
9587         (ev_window_cmd_file_properties):
9588
9589         Split the properties pages in two different objects, depend
9590         only on the backend where possible, use widgets instead
9591         of gobject for the glade part, reimplement the dialog
9592         itself with gtk.
9593         I need this to implement nautilus properties page.
9594
9595 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
9596
9597         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9598         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
9599         (tiff_document_document_ps_exporter_iface_init): implement the ps
9600         exporter interface for tiff documents
9601
9602         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
9603         libtiff to implement TIFF postscript export
9604
9605         * tiff/tiff2ps.h: added a header file for external tiff2ps
9606         functions.
9607
9608         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
9609         tiff2ps.h
9610
9611 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9612
9613         * shell/ev-view.c: (scroll_to_current_page),
9614         (ev_view_set_fullscreen), (ev_view_set_presentation):
9615         
9616         Scroll to current page when exit from presentation
9617
9618 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9619
9620         * shell/ev-window.c: (update_document_mode),
9621         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9622         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
9623         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
9624         
9625         Exit from fullscreen mode when switch to presentation. Fix for
9626         bug 309365
9627
9628 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
9629
9630         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
9631         return NULL if the document does not implement the selection
9632         interface.
9633
9634 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
9635
9636         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
9637         reported height by using the resolution aspect ratio
9638         (tiff_document_render_pixbuf): scale the pixbuf using the
9639         resolution aspect ratio
9640
9641 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9642
9643         * configure.ac:
9644         
9645         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
9646         <kiltedaco@gmail.com>
9647         
9648         * djvu/djvu-document.c: (djvu_document_get_orientation),
9649         (djvu_document_set_orientation), (djvu_document_get_page_size),
9650         (rotate_pixbuf), (djvu_document_render_pixbuf),
9651         (djvu_document_document_iface_init):
9652         * dvi/dvi-document.c: (dvi_document_get_orientation),
9653         (dvi_document_set_orientation), (dvi_document_get_page_size),
9654         (rotate_pixbuf), (dvi_document_render_pixbuf),
9655         (dvi_document_document_iface_init):
9656         
9657         Dvi and djvu backends are ported to new API
9658
9659 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
9660
9661         * backend/ev-selection.c: (ev_selection_get_selection_region),
9662         (ev_selection_get_selection_map):
9663         * backend/ev-selection.h:
9664         * pdf/ev-poppler.cc:
9665         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9666         * shell/ev-jobs.h:
9667         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
9668         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
9669         (ev_pixbuf_cache_get_text_mapping):
9670         * shell/ev-pixbuf-cache.h:
9671         * shell/ev-view.c: (location_in_text),
9672         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
9673         support to EvView.  Now we can see where we can select!  Sweet!
9674
9675 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
9676
9677         * shell/ev-view.c (ev_view_button_press_event): Fix
9678         event->y + view->scroll_x typo.
9679
9680 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
9681
9682         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
9683         sub-GdkPixbuf instead of passing dest_x and dest_y.
9684         
9685         * shell/ev-view.c: (view_point_to_doc_point),
9686         (view_rect_to_doc_rect), (ev_view_button_press_event),
9687         (ev_view_motion_notify_event), (compute_new_selection_rect),
9688         (gdk_rectangle_point_in), (compute_new_selection_text),
9689         (compute_selections): Update selection code to keep the selection
9690         around as two points and not as a normalized rectangle, and fix
9691         page level selection in two-column mode.
9692
9693 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
9694
9695         * shell/ev-window.c: (window_configure_event_cb): 
9696         
9697         Fix compilation
9698         
9699 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
9700
9701         * pdf/ev-poppler.cc:
9702
9703         Fix compilation
9704
9705 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
9706
9707         * shell/Makefile.am:
9708         * shell/ev-metadata-manager.c: (item_free),
9709         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
9710         (parse_value), (parseItem), (load_values),
9711         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
9712         (save_values), (save_item), (get_oldest), (resize_items),
9713         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
9714         * shell/ev-metadata-manager.h:
9715
9716         Metadata manager from gedit but modified to use GValue, so that
9717         we dont need to keep converting from strings.
9718
9719         * configure.ac:
9720
9721         ENABLE_METADATA conditional, on when dbus is on
9722
9723         * shell/ev-application.c: (ev_application_open_uri):
9724
9725         Show the window after load so that we can initialize
9726         window size before it's showed.
9727
9728         * shell/ev-window.c: (ev_window_setup_from_metadata),
9729         (ev_window_open_uri), (window_configure_event_cb),
9730         (ev_window_init):
9731
9732         Save and load metadata information about window size.
9733         Not yet keeping states in account.
9734
9735         * shell/main.c: (main):
9736
9737         Shutdown metadata manager.
9738
9739 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9740
9741         * shell/ev-application-service.xml:
9742         * configure.ac:
9743         * shell/Makefile.am:
9744         * shell/ev-application.c:
9745         * shell/ev-application.h:
9746         * shell/ev-window.c:
9747         * shell/ev-window.h:
9748         * shell/main.c:
9749
9750         Add an optional dbus interface (--enable-dbus).
9751         Rework application code, mainly to be easier to
9752         use "remotely".
9753         Do not open multiple windows with the same document,
9754         spatial evince!
9755
9756 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
9757
9758         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
9759         pixbuf iff it exists.
9760
9761 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
9762
9763         * shell/*:
9764         * backend/ev-render-context.[ch]:
9765         * backend/ev-selection.[ch]:
9766
9767         Massive changes.  We now support text selection of pdfs, and not
9768         just rectangular selection.  This is pretty broken still, but I
9769         want to get something into CVS.
9770
9771 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9772
9773         * pdf/ev-poppler.cc:
9774         
9775         Fix for Bug 309080: crash on window close.
9776         
9777         * shell/ev-page-action.c: (page_changed_cb):
9778         
9779         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
9780         jensgr@gmx.net (Jens Granseuer).
9781
9782 2005-06-25  Marcel Telka  <marcel@telka.sk>
9783
9784         * configure.in (ALL_LINGUAS): Added sk.
9785
9786 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
9787
9788         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
9789         not a document open
9790
9791 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9792
9793         * NEWS:
9794         * configure.ac:
9795
9796         Release 0.3.2
9797
9798         * cut-n-paste/recent-files/Makefile.am:
9799
9800         Fix make distcheck
9801
9802 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9803
9804         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
9805         (pixbuf_document_set_orientation), (rotate_pixbuf),
9806         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
9807         (pixbuf_document_document_iface_init), (pixbuf_document_init):
9808
9809         Implement rotation and cleanup the code a bit.
9810
9811         * tiff/tiff-document.c: (tiff_document_get_page_size),
9812         (tiff_document_get_orientation), (tiff_document_set_orientation),
9813         (rotate_pixbuf), (tiff_document_render_pixbuf),
9814         (tiff_document_document_iface_init), (tiff_document_init):
9815
9816         Implement rotation. Was the quicker solution for the release
9817         but we really need to share this code in the shell.
9818
9819 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9820
9821         * pdf/ev-poppler.cc:
9822
9823         Enable rotation, require poppler cvs. Fix a leak.
9824
9825 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9826
9827         * shell/ev-window.c: (update_action_sensitivity):
9828         
9829         Make properties unsensitive if document backend doesn't provide
9830         any info
9831
9832 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9833
9834         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
9835         (bitmap_flip_horizontally), (bitmap_flip_vertically),
9836         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
9837         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
9838         (bitmap_flip_rotate_counter_clockwise):
9839         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
9840         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
9841         (buff_gets):
9842         * dvi/mdvi-lib/common.h:
9843         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
9844         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
9845         (opendvi), (mdvi_reload), (mdvi_init_context),
9846         (mdvi_destroy_context), (mdvi_dopage), (special):
9847         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
9848         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
9849         (file_hash_free), (register_encoding), (parse_spec),
9850         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
9851         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
9852         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
9853         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
9854         (mdvi_register_font_type), (mdvi_unregister_font_type),
9855         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
9856         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
9857         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
9858         (mdvi_hash_destroy_key), (mdvi_hash_reset):
9859         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
9860         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
9861         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
9862         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
9863         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
9864         * dvi/mdvi-lib/special.c: (mdvi_register_special),
9865         (mdvi_unregister_special), (mdvi_flush_specials):
9866         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
9867         (t1_font_remove):
9868         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
9869         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
9870         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
9871         (free_font_metrics), (flush_font_metrics):
9872         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
9873         (tt_font_remove):
9874         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
9875         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
9876         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
9877         (dstring_insert), (dstring_new), (dstring_reset):
9878         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
9879         
9880         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
9881         avoid conflict with libtool on FC4
9882         
9883         * shell/ev-window.c: (ev_window_cmd_help_about):
9884         
9885         Update copyright year. Fix for bug 308828.
9886
9887 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9888
9889         * shell/ev-view.c: (add_scroll_binding_keypad),
9890         (ev_view_binding_activated), (ev_view_class_init),
9891         (on_adjustment_value_changed):
9892         
9893         Bug 170874: Arrow keys switch pages in presentation mode
9894
9895 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9896
9897         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
9898         
9899         Fix for Bug 308265: Sidebar dissappears coming out of 
9900         Presentation mode
9901
9902 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9903
9904         * shell/ev-application.c: (ev_application_open):
9905         * shell/ev-document-types.c: (ev_document_types_add_filters),
9906         (ev_document_types_add_filters_for_type):
9907         * shell/ev-document-types.h:
9908         * shell/ev-window.c: (ev_window_cmd_save_as):
9909         
9910         Suggest basename as template when saving, provide filters
9911         for save dialog. It's bug 308402
9912
9913 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9914
9915         * pdf/ev-poppler.cc:
9916         * shell/ev-sidebar-links.c: (job_finished_callback):
9917         * shell/ev-view.c: (update_find_status_message):
9918         
9919         Some leaks fixed
9920
9921 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
9922
9923         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9924         (egg_recent_view_uimanager_set_list):
9925
9926         Fix buglet in !show_numbers case.
9927
9928 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
9929
9930         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9931         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
9932
9933         Use pango ellipsisation.
9934
9935         * pdf/ev-poppler.cc:
9936
9937         Fix refcount leak, from nsh.
9938
9939 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9940
9941         * cut-n-paste/recent-files/Makefile.am:
9942         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9943         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9944         
9945         Removed EggRecentViewGtk
9946         
9947         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9948         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
9949         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
9950         (ev_window_setup_recent):
9951         
9952         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
9953         with other projects
9954
9955 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9956
9957         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9958         (egg_recent_view_gtk_finalize):
9959
9960         Fix memory leak
9961
9962         * cut-n-paste/toolbar-editor/Makefile.am:
9963         
9964         Fix location of cursor icon.
9965         
9966         * pdf/ev-poppler.cc:
9967         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
9968         (display_completion_text), (match_completion):
9969         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9970         (selection_changed_callback), (create_loading_model),
9971         (print_section_cb), (links_page_num_func),
9972         (update_page_callback_foreach):
9973         * shell/ev-window.c: (ev_window_dispose):
9974         
9975         Small memory fixes. Links model now store objects instead
9976         of pointers to improve memory management. 
9977
9978 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9979
9980         * shell/ev-window.c: (zoom_control_changed_cb):
9981         
9982         Fix update of zoom control (bug 308268).
9983
9984 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
9985
9986         * shell/ev-properties.c (set_property): escape the text correctly.
9987         Handles non-UTF-8 properties and escaped properties.  Also, sets
9988         the text to "<i>None</i>" if the property isn't set.
9989
9990         * data/evince-properties.glade: Change the label to be ellipsized,
9991         and give it a minimum size.
9992
9993 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9994
9995         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
9996         * shell/ev-sidebar-links.c: (create_loading_model):
9997         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
9998         * shell/ev-view.c: (ev_view_set_document):
9999         * shell/ev-window.c: (ev_window_dispose):
10000         
10001         Various small fixes, mostly memory leaks. Thanks to valgrind.
10002
10003 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
10004
10005         * ps/ps-document.c: remove the locale.h include again ;-). And
10006         kill the (bogus) setlocale/savelocale business.
10007
10008 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
10009
10010         * ps/ps-document.c:
10011         
10012         Include locale.h to fix build
10013         
10014         * shell/ev-sidebar.c:
10015         
10016         Remove unnecessary includes
10017
10018 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10019
10020         * dvi/dvi-document.c: (dvi_document_load):
10021         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
10022         * po/POTFILES.in:
10023         
10024         Check for incorrect dvi files. Fix parsing dvi on AMD64
10025         platform. Thanks to tester@tester.ca (Olivier Crete).
10026
10027 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10028
10029         * shell/ev-page-action.c: (match_selected_cb),
10030         (display_completion_text), (match_completion), (update_model):
10031         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10032         (expand_open_links):
10033         * shell/ev-sidebar.c: (ev_sidebar_destroy),
10034         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
10035         (ev_sidebar_set_document):
10036         * shell/ev-window.c: (ev_window_xfer_job_cb),
10037         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
10038         
10039         Fixed lot's of memory leaks, for example, memory leak on reload, 
10040         described in bug 307793.
10041
10042 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
10043
10044         * pdf/ev-poppler.cc:
10045         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
10046         (update_visible_range), (adjustment_changed_cb),
10047         (ev_sidebar_thumbnails_fill_model),
10048         (ev_sidebar_thumbnails_refresh),
10049         (ev_sidebar_tree_selection_changed),
10050         (ev_sidebar_icon_selection_changed),
10051         (ev_sidebar_thumbnails_use_icon_view),
10052         (ev_sidebar_thumbnails_set_document):
10053         * shell/ev-sidebar-thumbnails.h:
10054         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
10055         (ev_window_cmd_edit_rotate_right), (ev_window_init):
10056
10057         Refresh thumbnails when changing orientation. Not fully
10058         working yet becuase of a sidebar bug.
10059
10060         Set page orientation to poppler page everywhere. This sucks
10061         really need to fix poppler.
10062
10063 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
10064
10065         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10066         (egg_recent_view_gtk_new_menu_item),
10067         (egg_recent_view_gtk_set_property),
10068         (egg_recent_view_gtk_get_property),
10069         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
10070         (egg_recent_view_gtk_set_tooltip_func),
10071         (egg_recent_view_gtk_set_label_width),
10072         (egg_recent_view_gtk_get_label_width):
10073         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
10074
10075         Sync with libegg (ellipsize labels)
10076
10077 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10078
10079         * data/evince-ui.xml:
10080         * shell/ev-window.c: (ev_window_cmd_go_forward),
10081         (ev_window_cmd_go_backward):
10082         
10083         Shift + PageUp moves 10 Pages. Fix for 306125
10084
10085 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10086
10087         * pdf/ev-poppler.cc:
10088
10089         Add a flag to check if orientation has been overriden
10090
10091 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
10092
10093         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
10094         field if necessary.
10095
10096         * ps/ps.h: add creator field to document.
10097
10098         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
10099         set creator field.
10100
10101 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10102
10103         * data/evince-properties.glade:
10104         * shell/ev-properties.c: (ev_properties_set_document):
10105
10106         s/PDF Version/Format
10107
10108 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10109
10110         * shell/ev-properties.c: (ev_properties_set_document):
10111
10112         Remove unnecessary translations
10113
10114 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10115
10116         * cut-n-paste/toolbar-editor/Makefile.am:
10117
10118         Correct library name    
10119
10120 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10121
10122         * configure.ac:
10123         * cut-n-paste/recent-files/egg-recent-model.c:
10124         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
10125         (egg_recent_model_unlock_file):
10126         * cut-n-paste/recent-files/egg-recent-util.c:
10127         (egg_recent_util_get_unique_id):
10128         * cut-n-paste/recent-files/update-from-egg.sh:
10129         * cut-n-paste/toolbar-editor/Makefile.am:
10130         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10131         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10132         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10133         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10134         (egg_toolbars_model_get_type):
10135         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
10136
10137         Better makefile for toolbar editor and update everything
10138         to latest libegg.
10139
10140 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10141
10142         * shell/ev-window.c: (update_document_mode):
10143
10144         Prefer presentation mode when the document
10145         require fullscreen.
10146
10147 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10148
10149         * data/evince-ui.xml:
10150         * shell/ev-window.c:
10151
10152         Add control-equal for zooming
10153
10154 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
10155
10156         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
10157
10158 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
10159
10160         * backend/ev-document.c: (ev_document_get_orientation):
10161         * backend/ev-document.h:
10162         * pdf/ev-poppler.cc:
10163         * ps/ps-document.c: (ps_document_get_orientation),
10164         (ps_document_set_orientation), (ps_document_document_iface_init):
10165
10166         Add a get_orientation api. Improve set_orientation.
10167
10168         * data/evince-ui.xml:
10169         * shell/ev-view.c: (ev_view_set_orientation),
10170         (ev_view_rotate_right), (ev_view_rotate_left):
10171         * shell/ev-view.h:
10172         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
10173         (ev_window_cmd_edit_rotate_right):
10174
10175         Better ui for changing document orientation
10176
10177 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10178
10179         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
10180         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
10181         * shell/ev-sidebar-links.h:
10182         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
10183         (ev_sidebar_page_iface_init):
10184         * shell/ev-sidebar-page.h:
10185         * shell/ev-sidebar-thumbnails.c:
10186         (ev_sidebar_thumbnails_get_property),
10187         (ev_sidebar_thumbnails_class_init),
10188         (ev_sidebar_thumbnails_set_document):
10189         * shell/ev-sidebar-thumbnails.h:
10190         * shell/ev-view.c: (ev_view_motion_notify_event):
10191         * shell/ev-window.c: (update_chrome_visibility),
10192         (ev_window_cmd_focus_page_selector),
10193         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
10194         (sidebar_page_main_widget_update_cb), (ev_window_init):
10195         
10196         Autoraise toolbar on GoToPage binding and fix bindings in
10197         EvSidebarThumbnails page.
10198
10199 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
10200
10201         * shell/ev-properties.c: (update_progress_label):
10202
10203         Hide the progress label when finished; bug #307697.
10204
10205 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10206
10207         * pdf/ev-poppler.cc:
10208
10209         Enable is_open for links, you will need poppler cvs
10210
10211         * shell/ev-properties.c: (job_fonts_finished_cb):
10212
10213         Get a lock on the document when filling the tree view
10214
10215 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10216
10217         * backend/ev-document-links.h:
10218         * pdf/ev-poppler.cc:
10219         * shell/ev-sidebar-links.c: (create_loading_model),
10220         (expand_open_links), (job_finished_callback):
10221
10222         Expand links when specified by the document.
10223         Depend on a poppler api (defined out for now)
10224
10225 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10226
10227         * shell/ev-properties.c: (ev_properties_dispose),
10228         (ev_properties_class_init), (dialog_destroy_cb),
10229         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
10230         (ev_properties_set_document), (ev_properties_new),
10231         (ev_properties_show):
10232         * shell/ev-properties.h:
10233
10234         Make it an object, cleanup the code, api to show it as transient
10235         and to set the document.
10236
10237         * shell/ev-window.c: (ev_window_setup_document),
10238         (ev_window_cmd_file_properties):
10239
10240         Adapt to EvProperties changes, do not show multiple
10241         times, update it when document changes.
10242
10243 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10244
10245         * ps/gstypes.h:
10246         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
10247         (ps_document_set_orientation), (ps_document_document_iface_init):
10248         * ps/ps-document.h:
10249
10250         Implement orientation here too
10251
10252         * shell/ev-properties.c: (ev_properties_new):
10253         * data/evince-properties.glade:
10254
10255         Hide the fonts page for backends that doesnt
10256         support it.     
10257
10258 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10259
10260         * backend/ev-document.c: (ev_document_set_orientation):
10261         * backend/ev-document.h:
10262         * pdf/ev-poppler.cc:
10263
10264         Add orientation api. Currently poppler api is not optimal,
10265         we need to set orientation every time we _get a page.
10266         I will try to fix that at some point.
10267
10268         * data/evince-ui.xml:
10269         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
10270         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
10271
10272         Add orientation menu items
10273
10274         * shell/ev-page-cache.c: (ev_page_cache_clear):
10275         * shell/ev-page-cache.h:
10276
10277         Add api to clear the cache
10278
10279         * shell/ev-view.c: (setup_caches), (clear_caches),
10280         (ev_view_set_document), (ev_view_zoom_out),
10281         (ev_view_set_orientation):
10282         * shell/ev-view.h:
10283
10284         Implement orientation changing
10285
10286 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
10287
10288         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
10289         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
10290         * backend/ev-document-fonts.h:
10291
10292         Separate scan and fill so that we can incrementally fill from
10293         the main thread. Add a progress api.
10294
10295         * data/evince-properties.glade:
10296         * pdf/ev-poppler.cc:
10297         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
10298         * shell/ev-jobs.h:
10299         * shell/ev-properties.c: (update_progress_label),
10300         (job_fonts_finished_cb), (setup_fonts_view):
10301
10302         Incrementally feel the list and show the progress
10303         percentage in a label like acrobat does.
10304
10305         You are going to need poppler cvs
10306
10307 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
10308
10309         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
10310         * backend/ev-document-fonts.h:
10311         * pdf/ev-poppler.cc:
10312
10313         Make fonts model fill incrementally.
10314
10315         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
10316         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
10317         (ev_job_queue_remove_job):
10318         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
10319         (ev_job_fonts_new), (ev_job_fonts_run):
10320         * shell/ev-jobs.h:
10321
10322         New job for fonts scanning
10323
10324         * shell/ev-properties.c: (job_fonts_finished_cb),
10325         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
10326         * shell/ev-properties.h:
10327         * shell/ev-window.c: (ev_window_cmd_file_properties):
10328
10329         Incrementally feel the treeview using the new job. Show Loading...
10330         message until scanning is completed.
10331
10332         Hopefully I didnt break the build without the poppler patch.
10333
10334 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10335
10336         * shell/ev-application.c: (ev_application_open):
10337         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
10338         (ev_document_type_get_type), (ev_document_type_lookup):
10339         * shell/ev-document-types.h:
10340         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
10341         * shell/ev-job-xfer.h:
10342         * shell/ev-window.c: (ev_window_clear_local_uri),
10343         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
10344         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
10345         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10346         
10347         Transfer remote documents to tmp directory to display them later.
10348
10349 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
10350
10351         * backend/ev-document-info.h:
10352         * shell/ev-properties.c: (ev_properties_new):
10353
10354         s/GTime*/GTime. Not sure why we was using a pointer
10355         at all there!
10356
10357 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
10358
10359         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
10360         situations.  That situation is that you're using GTK+-HEAD with
10361         the patch at #306726 is applied, and you have a document with <
10362         1500 pages in it.  It's not quite as uniformly nice as the
10363         TreeView, but should be better in the long run.
10364
10365         I'm pretty sure I guarded against breaking compilation with
10366         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
10367         I missed some.
10368
10369         * shell/ev-window.c (ev_window_init): We don't have our tree/list
10370         widget yet, so I commented that code out
10371         enable_view_actions_for_widget() for now.  Need to figure this
10372         out.
10373
10374         * shell/ev-page-action.c (match_selected_cb): emit the right
10375         signals.  Our cool C-l completion now works.
10376
10377 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10378
10379         * backend/Makefile.am:
10380         * backend/ev-document-fonts.c:
10381         * backend/ev-document-links.c:
10382         * backend/ev-document.c: (ev_document_load):
10383         * backend/ev-document.h:
10384         * backend/ev-job-queue.c:
10385         * backend/ev-job-queue.h:
10386         * backend/ev-jobs.c:
10387         * backend/ev-jobs.h:
10388         * backend/ev-page-cache.c:
10389         * backend/ev-page-cache.h:
10390
10391         EvPageCache and EvJobs are moved to shell.
10392
10393         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
10394         (ev_tmp_filename):
10395         * lib/ev-file-helpers.h:
10396         
10397         New helper to work with temporary files
10398         
10399         * shell/Makefile.am:
10400         * shell/ev-application.c: (ev_application_open):
10401         * shell/ev-application.h:
10402         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
10403         (remove_job_from_async_queue), (add_job_to_async_queue),
10404         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
10405         (handle_job), (search_for_jobs_unlocked),
10406         (no_jobs_available_unlocked), (ev_render_thread),
10407         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10408         (ev_job_queue_add_job), (move_job_async), (move_job),
10409         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10410         * shell/ev-job-queue.h:
10411         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
10412         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
10413         * shell/ev-job-xfer.h:
10414         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
10415         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
10416         (ev_job_links_class_init), (ev_job_render_init),
10417         (ev_job_render_dispose), (ev_job_render_class_init),
10418         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
10419         (ev_job_thumbnail_class_init), (ev_job_load_init),
10420         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
10421         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
10422         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
10423         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
10424         * shell/ev-jobs.h:
10425         * shell/ev-page-action.c: (ev_page_action_set_document):
10426         * shell/ev-page-cache.c: (ev_page_cache_init),
10427         (ev_page_cache_class_init), (ev_page_cache_finalize),
10428         (ev_page_cache_new), (ev_page_cache_get_n_pages),
10429         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
10430         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
10431         (ev_page_cache_get_title), (ev_page_cache_get_size),
10432         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
10433         (ev_page_cache_get_height_to_page),
10434         (ev_page_cache_get_max_label_chars),
10435         (ev_page_cache_get_page_label),
10436         (ev_page_cache_has_nonnumeric_page_labels),
10437         (ev_page_cache_get_info), (ev_page_cache_next_page),
10438         (ev_page_cache_prev_page), (ev_page_cache_get):
10439         * shell/ev-page-cache.h:
10440         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
10441         (ev_pixbuf_cache_clear_job_sizes),
10442         (ev_pixbuf_cache_add_jobs_if_needed),
10443         (ev_pixbuf_cache_set_page_range):
10444         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
10445         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
10446         * shell/ev-sidebar-thumbnails.c:
10447         (ev_sidebar_tree_selection_changed),
10448         (ev_sidebar_thumbnails_set_document):
10449         * shell/ev-statusbar.c: (ev_statusbar_destroy),
10450         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
10451         (ev_statusbar_get_context_id), (ev_statusbar_push),
10452         (ev_statusbar_pop), (ev_statusbar_set_maximized),
10453         (ev_statusbar_pulse), (ev_statusbar_show_progress),
10454         (ev_statusbar_set_progress):
10455         * shell/ev-statusbar.h:
10456         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
10457         (ev_view_find_previous):
10458         * shell/ev-window.c: (ev_window_is_empty),
10459         (ev_window_setup_document), (password_dialog_response),
10460         (ev_window_clear_jobs), (ev_window_load_job_cb),
10461         (ev_window_xfer_job_cb), (ev_window_open_uri),
10462         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
10463         (ev_window_print), (ev_window_print_range),
10464         (ev_window_state_event), (ev_window_cmd_view_reload),
10465         (menu_item_select_cb), (menu_item_deselect_cb),
10466         (view_status_changed_cb), (ev_window_dispose),
10467         (drag_data_received_cb), (ev_window_init):
10468         * shell/ev-window.h:
10469         * shell/main.c: (load_files):
10470         
10471         New statusbar to show progress on idle. Two new jobs - 
10472         xfer job and load job to load document in background. And update
10473         of page_cache clients to new location of code.
10474
10475 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
10476
10477         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
10478         selection in open dialog. It also remembers the last visited directory 
10479         in the current session.
10480
10481 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10482
10483         * shell/ev-properties.c: (ev_properties_new):
10484         * shell/ev-properties.h:
10485         * shell/ev-window.c: (ev_window_cmd_file_properties):
10486         
10487         Get document info from page cache instead of document itself.
10488         This should fix crash related to race conditions described in
10489         bug 306545.
10490
10491 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10492
10493         * ps/ps-document.c: (ps_document_init),
10494         (send_ps), (get_page_box), (output), (catchPipe), (input),
10495         (stop_interpreter), (file_length), (file_readable),
10496         (check_filecompressedb), (ps_document_enable_interpreter),
10497         (document_load), (ps_async_renderer_render_pixbuf):
10498         * ps/ps-document.h:
10499
10500         Big cleanup of the ps code
10501
10502 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10503
10504         * backend/Makefile.am:
10505         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
10506         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
10507         * backend/ev-async-renderer.h:
10508
10509         Add an async renderer interface (method + callback) which
10510         is useful for backends like ps.
10511
10512         * backend/ev-job-queue.c: (remove_job_from_async_queue),
10513         (add_job_to_async_queue), (job_finished_cb), (handle_job),
10514         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10515         (ev_job_queue_add_job), (move_job_async), (move_job),
10516         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10517
10518         Add queues for async renderer, these are executed on the
10519         main thread.
10520
10521         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
10522         (ev_job_render_run):
10523         * backend/ev-jobs.h:
10524
10525         If the backend support async renderer interface use it.
10526
10527         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
10528         (setup_pixmap), (ps_document_get_type),
10529         (ps_async_renderer_render_pixbuf),
10530         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
10531
10532         Implement async renderer interface.
10533
10534 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10535
10536         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
10537
10538         Cleanup links job on exit.
10539
10540 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10541
10542         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10543         (drag_data_get_cb), (drag_data_received_cb):
10544         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10545         (drag_data_get_cb), (parse_item_list),
10546         (egg_toolbar_editor_load_actions):
10547         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10548         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
10549         (parse_item_list), (parse_toolbars):
10550         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
10551         (dvi_pixbuf_put_pixel):
10552         
10553         Fix gcc 4.0 warnings
10554
10555 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10556
10557         * ps/ps-document.c: (start_interpreter):
10558
10559         Fix warning when loading ps
10560
10561 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10562
10563         * ps/ps-document.c: (output):
10564
10565         Fix crash when priting gs error messages.
10566
10567 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10568
10569         * backend/ev-page-cache.c: (_ev_page_cache_new):
10570         * backend/ev-page-cache.h:
10571
10572         Use a const to return title so that we dont double
10573         free it. Small cleanup and fix a leak.
10574
10575         * shell/ev-window.c: (update_window_title):
10576
10577         strdup value from get_title.
10578
10579 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10580
10581         * shell/ev-sidebar-links.c: (job_finished_callback),
10582         (ev_sidebar_links_set_document):
10583
10584         Cleanup the old job when changing document
10585
10586 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10587
10588         * shell/ev-stock-icons.c:
10589         * shell/ev-stock-icons.h:
10590         * shell/ev-window.c:
10591         
10592         Add stock icons for actions that can appear in toolbar. Fix for
10593         bug 306566.
10594
10595 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10596
10597         * backend/ev-page-cache.c: (ev_page_cache_finalize),
10598         (_ev_page_cache_new), (ev_page_cache_get_max_width),
10599         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
10600         * backend/ev-page-cache.h:
10601         * shell/ev-view.c: (scroll_to_current_page),
10602         (view_update_range_and_current_page), (get_page_y_offset),
10603         (get_page_extents), (ev_view_size_request_continuous_dual_page),
10604         (ev_view_size_request_continuous),
10605         (ev_view_zoom_for_size_continuous_and_dual_page),
10606         (ev_view_zoom_for_size_continuous):
10607         
10608         More compact EvView layout in document with pages of different size.
10609
10610 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
10611
10612         * shell/ev-window.c (ev_window_cmd_file_properties): fix
10613         compilation.
10614
10615 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10616
10617         * shell/ev-view.c: (view_set_adjustment_values):
10618         * shell/ev-window.c: (ev_window_cmd_file_properties):
10619         
10620         A bit different fix for rounding problem but it has no
10621         problems on startup. Make properties window transient to parent.
10622
10623 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10624
10625         * pdf/ev-poppler.cc:
10626         
10627         More commenting of font stuff.
10628
10629 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10630
10631         * pdf/ev-poppler.cc:
10632
10633         Comment out some more fonts stuff. Should really
10634         work without the poppler patch now.
10635
10636 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10637
10638         * pdf/ev-poppler.cc:
10639
10640         Adapt to api change
10641
10642 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10643
10644         * data/evince-properties.glade:
10645         * pdf/ev-poppler.cc:
10646         * shell/ev-properties.c: (setup_fonts_view):
10647
10648         Set the column title. Show the dialog only
10649         once everything is setup.
10650         Getting font info can be very slow... will
10651         prolly need to make this threaded too.
10652
10653 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10654
10655         * backend/Makefile.am:
10656         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
10657         (ev_document_fonts_get_fonts_model):
10658         * backend/ev-document-fonts.h:
10659         * data/evince-properties.glade:
10660         * pdf/ev-poppler.cc:
10661         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
10662         * shell/ev-properties.h:
10663         * shell/ev-window.c: (ev_window_cmd_file_properties):
10664
10665         Implement fonts list. Defined out for now, since it depends
10666         on a not yet committed poppler patch.
10667
10668 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
10669
10670         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
10671         page + 1.
10672
10673         * shell/ev-window.c: Make sure we add the timeout when we get a
10674         focus-in event.
10675
10676         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
10677         adjustment->value before calculating the zoom factor to average
10678         out all of our rounding errors.  The page no longer 'drifts' when
10679         resizing.
10680
10681 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10682
10683         * data/evince-properties.glade:
10684         * shell/ev-properties.c: (ev_properties_format_date),
10685         (set_property):
10686         
10687         Labels don't expand when the dialogue is resized.
10688         strftime result needs to be converted to UTF-8. Thanks
10689         to Christian Persch <chpe@gnome.org>.
10690
10691 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10692
10693         * data/evince-properties.glade:
10694
10695         Hide the fonts tab
10696
10697 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10698
10699         * backend/ev-document-info.h:
10700         * backend/ev-document.c: (ev_document_info_free):
10701         * data/evince-properties.glade:
10702         * pdf/ev-poppler.cc:
10703         * ps/ps-document.c: (ps_document_get_info):
10704         * shell/ev-properties.c: (ev_properties_format_date),
10705         (set_property), (ev_properties_new):
10706         * shell/ev-properties.h:
10707         * shell/ev-window.c: (ev_window_cmd_file_properties):
10708
10709         Rework properties code to take only EvPropertyInfo
10710         in the constructor so that it can be useful for
10711         nautilus plugin too.
10712
10713         Deal with backends that doesnt support some properties.
10714         Make set property code generic.
10715
10716 2005-06-04  Christian Persch <chpe@gnome.org>
10717
10718         * data/evince-properties.glade:
10719
10720         fix spacings, make resizeable, and make data labels
10721         selectable + ellipsised
10722
10723 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
10724
10725         * backend/ev-document-info.h:
10726         * data/Makefile.am:
10727         * data/evince-ui.xml:
10728         * pdf/ev-poppler.cc:
10729         * shell/Makefile.am:
10730         * shell/ev-window.c: (update_action_sensitivity),
10731         (ev_window_cmd_file_properties):
10732
10733         Initial go at file properties. Patch by
10734         Emil Soleyman-Zomalan <emil@soleyman.com>.
10735         Needs love see #169583
10736
10737 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
10738
10739         * ps/ps-document.c: (output):
10740         * ps/ps.c: (psscan):
10741
10742         Try to render even if psscan fails.
10743
10744 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10745
10746         * ps/ps.c: (psscan), (pscopydoc):
10747
10748         Port buffered reading code from gv
10749
10750 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10751
10752         * ps/ps-document.c: (interpreter_message), (output):
10753
10754         Do not fail on interpreter messages
10755
10756 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10757
10758         * backend/ev-document-misc.c:
10759         (ev_document_misc_get_thumbnail_frame):
10760
10761         Pages can be 0 x 0, dont assert on this case
10762
10763 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10764
10765         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10766         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
10767
10768         Correctly manage our reference on document. Finally the reload
10769         huge leak is gone...
10770
10771 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10772
10773         * ps/ps-document.c: (ps_document_dispose):
10774
10775         Forgot to chain it to the parent. Thanks chpe.
10776
10777 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10778
10779         * ps/ps-document.c: (ps_document_dispose),
10780         (ps_document_class_init), (stop_interpreter), (document_load):
10781
10782         Cleanup dispose a bit. Dont leak the whole pixmap.
10783
10784 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10785
10786         * pdf/ev-poppler.cc:
10787
10788         Release the poppler document on dispose
10789
10790 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10791
10792         * shell/ev-view.c: (ev_view_set_document):
10793
10794         Release ref on the pixbuf cache when changing
10795         document.
10796
10797 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10798
10799         * ps/ps-document.c: (ps_document_get_info):
10800
10801         Fix a double free
10802
10803 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10804
10805         * backend/ev-page-cache.c: (ev_page_cache_init),
10806         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
10807         * backend/ev-page-cache.h:
10808         * shell/ev-page-action.c: (page_changed_cb):
10809         
10810         Set page action entry width depending on labels width. Fix
10811         for bug 305202.
10812
10813 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
10814
10815         * backend/ev-link.c: (ev_link_class_init):
10816
10817         Allow -1 as page value (error)
10818
10819 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10820
10821         * shell/ev-sidebar-thumbnails.c:
10822         (ev_sidebar_thumbnails_set_document):
10823         * shell/ev-view.c: (scroll_to_current_page),
10824         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
10825         (page_changed_cb), (on_adjustment_value_changed),
10826         (ev_view_set_document):
10827
10828         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
10829         Fix bug 305377
10830
10831 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10832
10833         * configure.ac:
10834         * djvu/djvu-document.c: (djvu_document_get_page_size):
10835
10836         Require djvulibre CVS. Now djvu loading is much faster. Fix for
10837         bug 301993.
10838
10839 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
10840
10841         * shell/ev-view.c (draw_one_page): modify the expose handling to
10842         get the shadows.
10843
10844         * shell/ev-window.c (update_action_sensitivity): Respect
10845         permissions field.  Kowtow to the man.
10846
10847         * pdf/ev-poppler.cc: Get the permissions field.
10848
10849         * tiff/*c: Make a tiny bit more robust.
10850
10851 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10852
10853         * djvu/djvu-document.c:
10854         
10855         Pop messages from djvu context message queue.
10856
10857 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10858
10859         * configure.ac, Makefile.am, shell/Makefile.am:
10860         * tiff/Makefile.am, shell/ev-document-types.c:
10861         
10862         Cleanup tiff configure checks. Fix for bug 305218.
10863
10864 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
10865
10866         * configure.ac: Added "uk" to ALL_LINGUAS.
10867
10868 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10869
10870         * cut-n-paste/zoom-control/ephy-zoom.c:
10871         (ephy_zoom_get_changed_zoom_level):
10872         * cut-n-paste/zoom-control/ephy-zoom.h:
10873         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
10874         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
10875         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
10876         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
10877         (zoom_control_changed_cb), (ev_window_init):
10878         
10879         Fix minor points related to moving best fit up. Introduce
10880         "zoom" property and make zoom control change it's value on
10881         notify::zoom signals. Fix for 305080.
10882
10883 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10884
10885         * data/evince-ui.xml:
10886         * shell/ev-window.c: (set_view_actions_sensitivity):
10887         
10888         Use + and - as accels for zoom in and zoom out. Fix for 305001.
10889
10890 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
10891
10892         * configure.ac:
10893
10894         Depends on poppler 0.3.2
10895
10896 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
10897
10898         * cut-n-paste/recent-files/egg-recent-item.c:
10899         (egg_recent_item_get_short_name):
10900         * cut-n-paste/toolbar-editor/Makefile.am:
10901         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10902         (new_pixbuf_from_widget):
10903         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10904         * cut-n-paste/toolbar-editor/egg-marshal.c:
10905         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10906         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10907
10908         Sync
10909
10910 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
10911
10912         * tiff/tiff-document.c: Rough TIFF backend.
10913
10914 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
10915
10916         * NEWS:
10917         * configure.ac:
10918         * cut-n-paste/toolbar-editor/Makefile.am:
10919
10920         Release 0.3.1
10921
10922 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
10923
10924         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
10925         (ev_view_find_next), (ev_view_find_previous):
10926
10927         Remove the locks around get_n_results   
10928
10929 2005-05-21  Juerg Billeter  <j@bitron.ch>
10930
10931         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
10932
10933         Pass correct number of pages to poppler.
10934
10935 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10936
10937         * configure.ac:
10938         * data/Makefile.am:
10939         * data/evince.desktop.in: 
10940         * data/evince.desktop.in.in:
10941         * po/POTFILES.in:
10942         
10943         Add conditionally dvi and djvu to desktop types. Fix for 304658.
10944
10945 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
10946
10947         * shell/ev-view.c: (view_update_adjustments),
10948         (view_set_adjustment_values): cast adjustmen->value to (int)
10949         before using it.  Otherwise, we get off by a pixel in some
10950         situations.
10951
10952         (draw_one_page): Draw the border on expose.
10953
10954 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
10955
10956         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
10957         adjustment when the mode changes, #304923
10958
10959 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10960
10961         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
10962         flickering on resize but still use gdk_window_scroll on
10963         scrolling
10964
10965 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
10966
10967         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
10968         option, #170458
10969
10970 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
10971
10972         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
10973         second page on page_changed if possible, #304669
10974
10975 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
10976
10977         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
10978         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
10979
10980 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
10981
10982         * .cvsignore:
10983         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
10984         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10985         (ev_view_zoom_for_size_presentation),
10986         (ev_view_zoom_for_size_continuous_and_dual_page),
10987         (ev_view_zoom_for_size_continuous),
10988         (ev_view_zoom_for_size_dual_page),
10989         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
10990         * shell/ev-view.h:
10991         * shell/ev-window.c: (update_view_size),
10992         (ev_window_sizing_mode_changed_cb):
10993
10994         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
10995         the scrollbars.  It's not 100% right, but it's much closer.  Kills
10996         an infinite loop, #304769
10997
10998
10999 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11000
11001         * data/evince-ui.xml:
11002         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
11003         * shell/ev-window.c: (set_view_actions_sensitivity):
11004
11005         Make PgUp/Down behave like Space
11006
11007 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11008
11009         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
11010         * backend/ev-ps-exporter.h:
11011         * pdf/ev-poppler.cc:
11012         * ps/ps-document.c: (ps_document_ps_export_begin):
11013         * shell/ev-print-job.c: (idle_print_handler):
11014
11015         Adapt to new poppler api
11016
11017 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11018
11019         * cut-n-paste/zoom-control/ephy-zoom-control.c:
11020         (ephy_zoom_control_init):
11021
11022         Translate zoom levels
11023
11024 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11025
11026         * cut-n-paste/zoom-control/ephy-zoom.c:
11027         (ephy_zoom_get_zoom_level_index):
11028
11029         Fix current zoom -> zoom control match
11030
11031 2005-05-18  James Bowes  <bowes@cs.dal.ca>
11032
11033         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
11034         rather than the scrolled_window that it's in. Fixes bug #304655.
11035
11036 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
11037
11038         * shell/ev-view.c: (view_update_adjustments),
11039         (view_set_adjustment_values), (view_update_range_and_current_page),
11040         (view_scroll_to_page), (set_scroll_adjustment),
11041         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
11042         (ev_view_scroll), (ev_view_scroll_view),
11043         (ensure_rectangle_is_visible), (find_page_at_location),
11044         (get_link_at_location), (go_to_link), (status_message_from_link),
11045         (ev_view_size_request_continuous_dual_page),
11046         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
11047         (ev_view_unrealize), (ev_view_expose_event),
11048         (ev_view_button_press_event), (ev_view_motion_notify_event),
11049         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
11050         (draw_rubberband), (highlight_find_results), (draw_one_page),
11051         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
11052         (ev_view_init), (find_changed_cb), (page_changed_cb),
11053         (on_adjustment_value_changed), (ev_view_new),
11054         (ev_view_set_document), (ev_view_set_zoom),
11055         (ev_view_set_continuous), (ev_view_set_dual_page),
11056         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
11057         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
11058         (ev_view_zoom_for_size_presentation),
11059         (ev_view_zoom_for_size_continuous_dual_page),
11060         (ev_view_zoom_for_size_continuous),
11061         (ev_view_zoom_for_size_dual_page),
11062         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
11063         (ev_view_get_status), (ev_view_set_status),
11064         (update_find_status_message), (ev_view_get_find_status),
11065         (ev_view_set_find_status), (jump_to_find_result),
11066         (jump_to_find_page), (compute_selections), (clear_selection),
11067         (ev_view_select_all), (get_selected_text), (ev_view_copy),
11068         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
11069         (ev_view_update_primary_selection),
11070         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
11071         * shell/ev-view.h:
11072         * shell/ev-window.c: (ev_window_open_page_label),
11073         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
11074         (ev_window_init):
11075         * shell/ev-window.h:
11076         * shell/main.c: (load_files):
11077
11078         Massive code clean up from Nickolay Shmyrev.  Keep page offset
11079         when resizing.  Remove the bin_window().  Also, patch from James
11080         Bowes to fix command line page, #300641
11081         
11082 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
11083
11084         * data/evince-ui.xml:
11085         * shell/ev-view.c:
11086         * shell/ev-view.h:
11087         * shell/ev-window.c: (update_action_sensitivity):
11088
11089         Get rid of View->Normal Size, it's just confusing
11090
11091 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
11092
11093         * backend/ev-document-info.h:
11094         * backend/ev-document.c: (ev_document_info_free): Free the
11095         EvDocumentInfo.
11096
11097         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
11098         (clear_range), (add_range), (update_visible_range),
11099         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
11100         (ev_sidebar_thumbnails_set_document):
11101         * shell/ev-window.c: (ev_window_setup_document): Only render the
11102         visible thumbnails.  It takes an instant to render, but it uses
11103         much less memory.
11104
11105 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11106
11107         * shell/ev-sidebar-links.c: (popup_menu_cb):
11108
11109         Select first item
11110
11111 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11112
11113         * lib/Makefile.am:
11114         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
11115         (button_press_cb), (ev_sidebar_links_construct):
11116
11117         Show the popup menu also on keybindings
11118
11119 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11120
11121         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
11122         * shell/ev-window.h:
11123
11124         Expose api to print a range (with dialog). Make private _print use
11125         it.
11126
11127         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
11128         (ev_sidebar_links_construct):
11129
11130         Show a print context menu on linkx, it prints the selected
11131         section.
11132
11133 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
11134
11135         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
11136         button.
11137
11138 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
11139
11140         * AUTHORS:
11141
11142         Update
11143
11144         * shell/ev-window.c: (build_comments_string),
11145         (ev_window_cmd_help_about):
11146
11147         Show poppler version/backend and authors
11148
11149 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
11150
11151         * cut-n-paste/zoom-control/ephy-zoom.c:
11152         (ephy_zoom_get_zoom_level_index):
11153         * cut-n-paste/zoom-control/ephy-zoom.h:
11154
11155         Move the best fit items at the top of the list
11156
11157 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
11158
11159         * shell/ev-marshal.list:
11160         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
11161         (activate_cb), (match_selected_cb), (activate_link_cb),
11162         (connect_proxy), (ev_page_action_class_init):
11163         * shell/ev-page-action.h:
11164
11165         Use signals to notify action activation. Hopefully
11166         I did not break completion since I cant test...
11167
11168         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
11169         (register_custom_actions):
11170
11171         Connect to page selector actions and also grab focus on
11172         the view when activated.
11173
11174 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
11175
11176         * pdf/ev-poppler.cc:
11177         * backend/ev-page-cache.c: make page size calculation consistent
11178         and set it to (int)( width * scale + 0.5).  This makes the weird
11179         line going through the middle of the page go away.
11180
11181         * shell/ev-view.c: move painting the background page after
11182         checking the expose area covers us.
11183
11184 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11185
11186         * data/evince-password.glade:
11187         
11188         Mark labels as not translatable. Fix for bug 302842.
11189
11190 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
11191
11192         * configure.ac: Added "es" to ALL_LINGUAS.
11193
11194 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11195
11196         * data/evince-toolbar.xml:
11197         * shell/ev-window.c: (update_action_sensitivity),
11198         (ev_window_setup_document), (ev_window_set_page_mode),
11199         (ev_window_init):
11200
11201         Remove some leftover code from jrb first continous
11202         attempt. Use the new actions, we still need good icons
11203         though...
11204
11205 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11206
11207         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
11208
11209         Update label when connecting proxy. Fix a warning with NULL
11210         page_cache.
11211
11212 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11213
11214         * data/evince-ui.xml:
11215         * shell/ev-page-action.c: (ev_page_action_grab_focus):
11216         * shell/ev-page-action.h:
11217         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
11218
11219         Add mnemonic for edit toolbar.
11220         ctrl+l focus the page entry.
11221
11222 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11223
11224         * lib/Makefile.am:
11225         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
11226         (ev_window_init):
11227         * shell/main.c: (main):
11228
11229         Put the toolbar xml in evince own dot dir
11230
11231 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11232
11233         * shell/ev-window.c: (ev_window_init):
11234
11235         Make the toolbar not removable
11236
11237 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11238
11239         * data/evince-ui.xml:
11240         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
11241         * shell/ev-sidebar-links.h:
11242         * shell/ev-sidebar-thumbnails.c:
11243         (ev_sidebar_thumbnails_get_treeview):
11244         * shell/ev-sidebar-thumbnails.h:
11245         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
11246         (ev_view_class_init):
11247         * shell/ev-view.h:
11248         * shell/ev-window.c: (update_action_sensitivity),
11249         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
11250         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
11251         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
11252         (ev_window_init):
11253
11254         This is evil... Make space/backspace global accelerators but
11255         enable them only for some widgets (sidebars and view).
11256         I dont like it, but I dont know a better way... :/
11257
11258 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11259
11260         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
11261         (ev_page_action_widget_finalize),
11262         (ev_page_action_widget_class_init), (update_page_cache):
11263
11264         Keep a weak reference on proxy->page_cache so that we
11265         dont try to disconnect the signal if the object is already
11266         gone. Maybe there is a better way to cleanup reference handling
11267         in page action though...
11268
11269 2005-05-10  Juerg Billeter  <j@bitron.ch>
11270
11271         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
11272         * backend/ev-ps-exporter.h:
11273         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
11274         * ps/ps-document.c: (ps_document_ps_export_begin):
11275         
11276         Change api to pass print range to ps_exporter_begin. The pdf backend
11277         requires this information.
11278         
11279         * shell/ev-print-job.c: (idle_print_handler):
11280         
11281         Adapt to api change
11282
11283 2005-05-10  Juerg Billeter  <j@bitron.ch>
11284
11285         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
11286         (idle_print_handler)
11287         * shell/ev-window.c: (ev_window_print):
11288
11289         Support printing page range, based on patch by Amaury Jacquot
11290
11291 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11292
11293         * data/evince-toolbar.xml:
11294
11295         Add zoom control to available items
11296
11297 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11298
11299         * shell/ev-window.c: (update_action_sensitivity):
11300
11301         Set slash action insensitive when appropriate
11302
11303 2005-05-10  Christian Persch <chpe@gnome.org>
11304
11305         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
11306
11307         Fix warning on the overflow menu
11308
11309 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11310
11311         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
11312
11313         Check for uri correctness/existence
11314
11315 2005-05-09  Juerg Billeter  <j@bitron.ch>
11316
11317         * shell/ev-window.c: (using_postscript_printer):
11318
11319         LPD printers use postscript, too
11320
11321 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11322
11323         * shell/ev-window.c: (register_custom_actions):
11324
11325         The zoom one is actually sort of useful,
11326         put it back
11327
11328 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11329
11330         * shell/ev-window.c: (register_custom_actions):
11331
11332         Hide page/zoom controls from overflow, they
11333         are useless.
11334
11335 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11336
11337         * cut-n-paste/update-from-egg.sh:
11338         
11339         Share it between all cut-n-paste subdirs
11340
11341         * cut-n-paste/recent-files/Makefile.am:
11342
11343         Fix to use "global" update-from-egg.sh
11344
11345         * cut-n-paste/recent-files/egg-recent-model.c:
11346         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
11347         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
11348         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
11349         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
11350
11351         Update from libegg
11352
11353         * cut-n-paste/toolbar-editor/Makefile.am:
11354
11355         Fix to use "global" update-from-egg.sh
11356
11357         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11358
11359         Update from libegg
11360
11361 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
11362
11363         * configure.ac:
11364         * cut-n-paste/Makefile.am:
11365         * cut-n-paste/recent-files/Makefile.am:
11366         * cut-n-paste/toolbar-editor/.cvsignore:
11367         * cut-n-paste/toolbar-editor/Makefile.am:
11368         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11369         (egg_editable_toolbar_get_type), (get_toolbar_position),
11370         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
11371         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
11372         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
11373         (set_item_drag_source), (create_item_from_action), (create_item),
11374         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
11375         (popup_toolbar_context_menu_cb), (free_dragged_item),
11376         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
11377         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
11378         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
11379         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
11380         (item_added_cb), (item_removed_cb),
11381         (egg_editable_toolbar_construct),
11382         (egg_editable_toolbar_disconnect_model),
11383         (egg_editable_toolbar_deconstruct),
11384         (egg_editable_toolbar_set_model),
11385         (egg_editable_toolbar_set_ui_manager),
11386         (egg_editable_toolbar_set_property),
11387         (egg_editable_toolbar_get_property),
11388         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
11389         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
11390         (egg_editable_toolbar_new_with_model),
11391         (egg_editable_toolbar_get_edit_mode),
11392         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
11393         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
11394         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
11395         (new_pixbuf_from_widget), (new_separator_pixbuf),
11396         (update_separator_image), (style_set_cb),
11397         (_egg_editable_toolbar_new_separator_image),
11398         (egg_editable_toolbar_get_model):
11399         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
11400         * cut-n-paste/toolbar-editor/egg-marshal.c:
11401         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11402         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
11403         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
11404         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
11405         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
11406         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
11407         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
11408         (editor_drag_data_delete_cb), (drag_data_get_cb),
11409         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
11410         (editor_create_item), (update_editor_sheet), (setup_editor),
11411         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
11412         (parse_item_list), (model_has_action), (update_actions_list),
11413         (egg_toolbar_editor_load_actions):
11414         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
11415         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11416         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
11417         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
11418         (toolbars_item_new), (free_toolbar_node), (free_item_node),
11419         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
11420         (egg_toolbars_model_add_separator), (impl_add_item),
11421         (parse_item_list), (egg_toolbars_model_add_toolbar),
11422         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
11423         (impl_get_item_data), (impl_get_item_type),
11424         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
11425         (egg_toolbars_model_init), (free_toolbar),
11426         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
11427         (egg_toolbars_model_remove_toolbar),
11428         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
11429         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
11430         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
11431         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
11432         (egg_toolbars_model_get_item_data),
11433         (egg_toolbars_model_get_item_type):
11434         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
11435         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11436         * data/Makefile.am:
11437         * data/evince-toolbar.xml:
11438         * data/evince-ui.xml:
11439         * data/hand-open.png:
11440         * po/POTFILES.in:
11441         * shell/Makefile.am:
11442         * shell/ev-window.c: (update_chrome_visibility),
11443         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
11444         (ev_window_dispose), (ev_window_init):
11445
11446         Implement epiphany like toolbar editor. Based on patch by
11447         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11448
11449 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11450
11451         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
11452
11453         Use set_cursor instead of set_selection, so that
11454         the keyboard focus moves too.
11455
11456 2005-05-09  Aleksey Kliger <akliger@gmail.com>
11457
11458         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
11459
11460         Fix infinite loop when loading Type1 fonts
11461
11462 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11463
11464         * data/evince-ui.xml:
11465         * shell/ev-window.c:
11466
11467         Slash -> Find
11468
11469 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
11470
11471         * configure.ac:
11472
11473         Make --disable really disable
11474
11475 2005-05-07  Juerg Billeter  <j@bitron.ch>
11476
11477         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
11478
11479         Compare page labels even without has_labels set, fixes setting page
11480         with entry
11481
11482 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11483
11484         * shell/ev-view.c: (ev_view_create_invisible_cursor),
11485         (ev_view_set_cursor), (ev_view_button_press_event),
11486         (ev_view_motion_notify_event), (ev_view_button_release_event),
11487         (ev_view_init):
11488
11489         Implement middle button scrolling. Based on a patch
11490         by Tommi Komulainen <tommi.komulainen@iki.fi>.
11491
11492 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
11493
11494         * shell/ev-document-types.c: (get_slow_mime_type),
11495         (get_document_type_from_mime), (ev_document_type_lookup):
11496         * shell/ev-document-types.h:
11497
11498         Change api to lookup from uri. Do fast lookup first, if the
11499         type is unknown try with data sniffing.
11500
11501         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
11502         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11503
11504         Adapt to api change
11505
11506 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11507
11508         * thumbnailer/Makefile.am:
11509
11510         Fix distcheck
11511
11512 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11513
11514         * NEWS:
11515         * configure.ac:
11516
11517         Release 0.3.0
11518
11519         * data/evince-ui.xml:
11520
11521         Hide presentation mode for now
11522
11523         * shell/ev-view.c: (highlight_find_results):
11524
11525         Show current find selection only on current page
11526
11527 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11528
11529         * shell/ev-view.c: (ev_view_select_all):
11530
11531         Compute size of the actual page, not of
11532         the current one.
11533
11534 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11535
11536         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
11537         (view_rect_to_doc_rect), (compute_selections),
11538         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
11539         (ev_view_copy), (ev_view_primary_get_cb),
11540         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
11541         (ev_view_button_press_event), (ev_view_motion_notify_event),
11542         (ev_view_button_release_event), (page_changed_cb):
11543
11544         Fix text selection
11545
11546 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11547
11548         * shell/ev-view.c: (compute_border), (get_page_extents),
11549         (doc_rect_to_view_rect), (highlight_find_results),
11550         (ev_view_bin_expose), (ev_view_select_all),
11551         (ev_view_motion_notify_event), (update_find_status_message),
11552         (jump_to_find_result), (jump_to_find_page):
11553
11554         First go at fixing search, still buggy
11555
11556 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
11557
11558         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
11559         dropdown box and button at the top of the sidebar.
11560
11561 2005-05-02  James Bowes  <bowes@cs.dal.ca>
11562
11563         * configure.ac: Output zoom-control Makefile.
11564         * cut-n-paste/Makefile.am: build zoom-control subdir.
11565         * cut-n-paste/zoom-control/ephy-zoom-action.c:
11566         * cut-n-paste/zoom-control/ephy-zoom-action.h:
11567         * cut-n-paste/zoom-control/ephy-zoom-control.c:
11568         * cut-n-paste/zoom-control/ephy-zoom-control.h:
11569         * cut-n-paste/zoom-control/ephy-zoom.c:
11570         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
11571         from epiphany, and modified to add a separator into the menu.
11572         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
11573         * data/evince-ui.xml: Replace old zoom toolbar actions with new
11574         zoom-control action.
11575         * shell/Makefile.am: Include zoom-control flags.
11576         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
11577         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
11578         (ev_view_zoom_for_size_presentation),
11579         (ev_view_zoom_for_size_continuous_and_dual_page),
11580         (ev_view_zoom_for_size_continuous),
11581         (ev_view_zoom_for_size_dual_page),
11582         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
11583         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
11584         ev_view_get_zoom and ev_view_get_sizing_mode.
11585         * shell/ev-view.h:
11586         * shell/ev-window.c: (update_action_sensitivity),
11587         (update_sizing_buttons), (zoom_control_changed_cb),
11588         (register_custom_actions): Initialize and use the zoom-control 
11589         widget.
11590
11591 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
11592
11593         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
11594         preview cache back to 1.  Don't know when it got set to 0.
11595         
11596         * shell/ev-view.c: (compute_border), (ev_view_realize),
11597         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
11598         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
11599         (ev_view_get_fullscreen), (ev_view_set_presentation),
11600         (ev_view_get_presentation), (ev_view_set_sizing_mode),
11601         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
11602         * shell/ev-view.h:
11603         * shell/ev-window.c:
11604         (update_chrome_visibility),
11605         (ev_window_cmd_continuous), (ev_window_cmd_dual),
11606         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11607         (update_document_mode), (ev_window_update_fullscreen_action),
11608         (ev_window_fullscreen), (ev_window_unfullscreen),
11609         (ev_window_cmd_view_fullscreen),
11610         (ev_window_update_presentation_action),
11611         (ev_window_run_presentation), (ev_window_stop_presentation),
11612         (ev_window_cmd_view_presentation), (ev_window_state_event),
11613         (ev_window_focus_in_event), (ev_window_focus_out_event),
11614         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
11615         * data/evince-ui.xml: Initial presentation mode.  We should
11616         probably hide this until it's done, as it's quite rough.  Also,
11617         change full-screen to fullscreen and add two getters to EvView.
11618
11619 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
11620
11621         * shell/ev-page-action.c: (update_page_cache),
11622         (ev_page_action_dispose):
11623         * shell/ev-window.c: (destroy_fullscreen_popup),
11624         (ev_window_create_fullscreen_popup):
11625
11626         Use connect_object rather than explicitly
11627         disconnect on dispose.
11628
11629 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
11630
11631         * shell/ev-page-action.c: (update_page_cache),
11632         (ev_page_action_dispose):
11633
11634 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11635
11636         * backend/ev-page-cache.c: (_ev_page_cache_new),
11637         (ev_page_cache_set_page_label),
11638         (ev_page_cache_has_nonnumeric_page_labels):
11639         * backend/ev-page-cache.h:
11640         * shell/ev-page-action.c: (update_pages_label):
11641         
11642         If all page labels are numeric, fallback to default
11643         way to display number of pages. See bug 173185.
11644
11645 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11646
11647         * shell/ev-page-action.c: (ev_page_action_dispose):
11648         * shell/ev-view.c: (view_update_range_and_current_page):
11649         * shell/ev-window.c: (ev_window_dispose):
11650         
11651         Set page on scroll in continuous mode. Fixes bug 301986.
11652         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
11653
11654 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
11655
11656         * configure.ac:
11657
11658         Require poppler 0.3.0
11659
11660 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11661         
11662         * shell/Makefile.am, configure.ac: Fix build problems
11663         with t1lib. Bug 301996.
11664
11665 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11666
11667         * shell/ev-view.c: (ev_view_scroll_event):
11668         
11669         Scroll up increase zoom
11670
11671 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11672
11673         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
11674         (ev_view_set_sizing_mode),
11675         (ev_view_zoom_for_size_continuous_and_dual_page),
11676         (ev_view_zoom_for_size_continuous):
11677         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
11678         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
11679         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
11680         (ev_window_init):
11681
11682         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
11683         Fix for 165473 and 165472.
11684
11685 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11686
11687         * po/POTFILES.in:
11688         * thumbnailer/Makefile.am:
11689         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
11690         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
11691         * thumbnailer/evince-thumbnailer.schemas.in:
11692         
11693         Make thumbnailer schemas translatable. Fix for bug 301773
11694         
11695         * thumbnailer/evince-thumbnailer-djvu.schemas:
11696         * thumbnailer/evince-thumbnailer-dvi.schemas:
11697         * thumbnailer/evince-thumbnailer.schemas:
11698
11699         Removed files
11700
11701 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
11702
11703         * shell/ev-view.c (ev_view_init): forgot to set this.
11704
11705 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
11706
11707         * shell/ev-view.c: (find_page_at_location),
11708         (get_link_at_location),
11709         (ev_view_set_show_border), (ev_view_set_spacing),
11710         (ev_view_zoom_for_size_continuous_and_dual_page),
11711         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
11712         Also, add a quick fix measuring of widths.  Also, removed
11713         ev_view_set_spacing and ev_view_set_show_border.
11714         
11715         * shell/ev-window.c: (ev_window_unfullscreen),
11716         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
11717
11718 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11719
11720         * shell/ev-view.c: (view_update_range_and_current_page),
11721         (page_changed_cb):
11722         
11723         Fix crash on exit and scrolling to page in continuous view.
11724
11725 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
11726
11727         * TODO:
11728         * backend/ev-page-cache.c: (_ev_page_cache_new),
11729         (ev_page_cache_get_max_width_size),
11730         (ev_page_cache_get_max_height_size):
11731         * backend/ev-page-cache.h:
11732         * data/evince-ui.xml:
11733         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
11734         * shell/ev-view.c: (view_update_adjustments),
11735         (view_update_range_and_current_page), (get_bounding_box_size),
11736         (ev_view_size_request_continuous_and_dual_page),
11737         (ev_view_size_request_continuous),
11738         (ev_view_size_request_dual_page),
11739         (ev_view_size_request_single_page), (ev_view_size_request),
11740         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
11741         (ev_view_bin_expose), (ev_view_expose_event),
11742         (ev_view_set_property), (ev_view_get_property),
11743         (ev_view_class_init), (ev_view_init), (ev_view_new),
11744         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
11745         (ev_view_set_dual_page), (ev_view_set_full_screen),
11746         (ev_view_set_presentation), (ev_view_set_sizing_mode),
11747         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
11748         (ev_view_zoom_out), (zoom_for_size_fit_width),
11749         (zoom_for_size_best_fit),
11750         (ev_view_zoom_for_size_continuous_and_dual_page),
11751         (ev_view_zoom_for_size_continuous),
11752         (ev_view_zoom_for_size_dual_page),
11753         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
11754         (ev_view_show_cursor), (ev_sizing_mode_get_type):
11755         * shell/ev-view.h:
11756         * shell/ev-window.c: (update_action_sensitivity),
11757         (ev_window_cmd_continuous), (ev_window_cmd_dual),
11758         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11759         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
11760         (ev_window_cmd_view_zoom_out), (update_view_size),
11761         (ev_window_set_sizing_mode), (ev_window_init):
11762
11763         Add Continuous and Dual page modes.
11764
11765 2005-04-23  James Bowes  <bowes@cs.dal.ca>
11766
11767         * dvi/dvi-document.c: (dvi_document_load),
11768         (dvi_document_thumbnails_get_thumbnail),
11769         (dvi_document_init_params): Fix up some mixups between
11770         width and height to correct thumbnail rendering.
11771
11772 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11773
11774         * dvi/mdvi-lib/private.h:
11775         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
11776         
11777         Suppess output for kpathsea during font generation. Thanks to
11778         James Bowes
11779
11780 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
11781
11782         * NEWS:
11783         * configure.ac:
11784
11785         Release 0.2.1
11786
11787         * Makefile.am: fix distcheck.
11788
11789 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11790
11791         * shell/ev-sidebar-links.c: (selection_changed_callback),
11792         (update_page_callback), (row_activated_callback),
11793         (job_finished_callback), (ev_sidebar_links_set_document):
11794         
11795         Fix for bug #169901. Double click on links expands tree.
11796
11797 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
11798
11799         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
11800         hard-coded style. Fix for bug 170111
11801
11802 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
11803
11804         * shell/ev-view.c (highlight_find_results): Remove unnecessary
11805         locking.
11806
11807 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
11808
11809         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
11810
11811 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
11812
11813         * pdf/ev-poppler.cc:
11814         * shell/ev-view.c: (highlight_find_results):
11815
11816         Fix find on single page documents
11817
11818 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
11819
11820         * data/evince.schemas.in: fix for bug 301390
11821
11822 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11823
11824         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
11825         (ev_view_zoom_out), (ev_view_zoom_normal):
11826         * shell/ev-view.h:
11827         * shell/ev-window.c: (update_action_sensitivity),
11828         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11829         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
11830         (ev_window_cmd_view_normal_size):
11831
11832         Fix normal size zoom. Make zoom in/zoom out unsensitive when
11833         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
11834         better than oom. 
11835
11836 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11837
11838         * configure.ac:
11839
11840         Depend on 2.57, 2.59 doesnt seem to be necessary
11841
11842 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11843
11844         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
11845         (create_tool_item):
11846
11847         Put back total number of pages as (1 of 1234)
11848
11849 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
11850
11851         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
11852         remove the job.
11853
11854         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
11855         function.  This helps debugging.
11856
11857 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11858
11859         * djvu/djvu-document.c: (djvu_document_class_init),
11860         (djvu_document_get_info), (djvu_document_document_iface_init):
11861         * dvi/dvi-document.c: (dvi_document_class_init),
11862         (dvi_document_get_info), (dvi_document_document_iface_init):
11863
11864         Dummy implementation of get_info method for dvi and
11865         djvu. Fix crashes with those backends
11866
11867 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
11868
11869         * data/evince.desktop.in:
11870
11871         Add application/x-gzpostscript
11872
11873 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
11874
11875         * data/evince.schemas.in: Added real long descriptions, 
11876         closes bug 172496 
11877
11878         * README: Added actual text, closes bug 171869
11879
11880 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11881
11882         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11883
11884         Thumbnail page 0
11885
11886 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11887
11888         * backend/ev-document-info.h:
11889
11890         s/GDate */GDate so we can just use g_free
11891
11892 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11893
11894         * shell/ev-window.c: (update_document_mode),
11895         (ev_window_setup_document):
11896
11897         Show the window in fullscreen when specified by
11898         the document
11899
11900 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11901
11902         * backend/ev-document.c: (ev_document_class_init),
11903         (ev_document_get_info), (ev_document_render_pixbuf):
11904         * backend/ev-document.h:
11905         * backend/ev-page-cache.c: (_ev_page_cache_new):
11906         * pdf/ev-poppler.cc:
11907         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
11908         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
11909         * ps/ps-document.c: (ps_document_class_init), (document_load),
11910         (ps_document_get_info), (ps_document_document_iface_init):
11911
11912         Remove get_title from the interface, we can just use document info
11913
11914 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11915
11916         * backend/Makefile.am:
11917         * backend/ev-document.c: (ev_document_render_get_info):
11918         * backend/ev-document.h:
11919         * pdf/ev-poppler.cc:
11920
11921         Initial support for document info. Based on jrb patch.
11922
11923 2005-04-19  Paolo Borelli <pborelli@katamail.com>
11924
11925         * shell/ev-window.c: (ev_window_state_event),
11926         (ev_window_class_init), (ev_window_init):
11927         
11928         Doesn't show resize grip when maximized. See bug #301053
11929
11930 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11931
11932         * po/POTFILES.in:
11933         
11934         ev-sidebar-thumbnails now has translatable labels
11935         
11936         * shell/Makefile.am:
11937         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
11938         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
11939         (ev_sidebar_links_page_iface_init):
11940         * shell/ev-sidebar-links.h:
11941         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
11942         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
11943         (ev_sidebar_page_get_label):
11944         * shell/ev-sidebar-page.h:
11945         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
11946         (ev_sidebar_thumbnails_set_document),
11947         (ev_sidebar_thumbnails_support_document),
11948         (ev_sidebar_thumbnails_get_label),
11949         (ev_sidebar_thumbnails_page_iface_init):
11950         * shell/ev-sidebar-thumbnails.h:
11951         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
11952         (ev_sidebar_set_document):
11953         * shell/ev-sidebar.h:
11954         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
11955         
11956         Small rework of sidebar code. Now sidebar pages should implement
11957         EvSidebarPage interface. That makes page management in EvSidebar
11958         easier. See bug #164811 for details
11959
11960 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11961
11962         * shell/ev-application.c: (ev_application_open):
11963         * shell/ev-document-types.c:
11964         
11965         Fix build error and small problem with application exit
11966
11967 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11968
11969         * thumbnailer/Makefile.am:
11970         * thumbnailer/evince-thumbnailer-djvu.schemas:
11971         * thumbnailer/evince-thumbnailer-dvi.schemas:
11972         
11973         Conditionally install schemas for djvu/dvi thumbnailer
11974
11975 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
11976
11977         * shell/ev-document-types.h: 
11978         * shell/ev-document-types.c: 
11979         New files, handling the mapping from mimetypes to backends
11980         
11981         * shell/ev-window.c: 
11982         * thumbnailer/evince-thumbnailer.c:     
11983         Use the ev-document-types code
11984         
11985         * shell/Makefile.am: 
11986         Added new convenience library libevbackendfactory_la, containing
11987         the new mimetype->backend logic; moved the backends into it.
11988
11989         * thumbnailer/Makefile.am:
11990         Make the thumbnailer link with the libevbackend.la convenience
11991         library, rather than having a duplicate of the backend logic here.
11992
11993 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
11994
11995         * shell/ev-stock-icons.c: constify some vars.
11996         * shell/ev-window.c: ditto.
11997
11998 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
11999
12000         * ps/ps-document.c (get_page_orientation):
12001
12002         Respect document orientation 
12003
12004 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12005
12006         * djvu/Makefile.am:
12007         * dvi/Makefile.am:
12008         * shell/Makefile.am:
12009         
12010         Move library dependencies to components.
12011         
12012         * shell/ev-window.c: (update_window_title),
12013         (start_loading_document):
12014         
12015         Fix display of uris with spaces. Bug 168358.
12016
12017 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
12018
12019         * shell/ev-sidebar-links.c: (selection_changed_cb):
12020         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
12021         (ev_view_button_release_event), (ev_view_set_document):
12022         * shell/ev-view.h:
12023         * shell/ev-window.c: (find_bar_search_changed_cb):
12024         * shell/ev-window.h: Minor cleanups removing some dead code.
12025
12026 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12027
12028         * backend/ev-page-cache.c: (_ev_page_cache_new):
12029         
12030         Set current page to 0 if document has pages.
12031
12032 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12033
12034         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12035
12036         Initialize GError to NULL, fix a crash when loading fails.
12037
12038 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12039
12040         * shell/ev-window.c: (update_view_size):
12041
12042         Calculate shadow size only when there is actually
12043         a shadow.
12044
12045 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12046
12047         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
12048         * shell/ev-view.h:
12049
12050         Allow setting view spacing, default to 0
12051
12052         * shell/ev-window.c: (ev_window_unfullscreen),
12053         (ev_window_cmd_view_fullscreen), (ev_window_init):
12054
12055         Remove spacing in fullscreen mode
12056
12057 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12058
12059         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
12060         (ev_view_size_request), (expose_bin_window),
12061         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
12062         * shell/ev-view.h:
12063         * shell/ev-window.c: (ev_window_unfullscreen),
12064         (ev_window_cmd_view_fullscreen):
12065
12066         Do not draw the border in fulscreen
12067
12068 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12069
12070         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
12071         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
12072         (find_page_at_location), (page_changed_cb):
12073
12074         Rework border calculation, so that I can more easily disable it.
12075         Code somewhat cleaner too.
12076
12077 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12078
12079         * backend/ev-page-cache.c: (ev_page_cache_init),
12080         (_ev_page_cache_new):
12081
12082         Remove some assertions, documents can have 0 pages.
12083         Make initial current page -1.
12084
12085         * shell/ev-page-action.c: (page_changed_cb):
12086
12087         Show "" if current page is -1
12088
12089         * shell/ev-window.c: (update_action_sensitivity),
12090         (ev_window_setup_document):
12091
12092         When document has 0 pages do not set the view
12093         and make nearly everything insensitive.
12094
12095 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12096
12097         * shell/ev-page-view.c:
12098         * shell/ev-page-view.h:
12099
12100         Remove unused files.
12101         
12102         * shell/ev-sidebar-thumbnails.c:
12103         (ev_sidebar_thumbnails_set_document):
12104         * shell/ev-sidebar.c: (ev_sidebar_set_document),
12105         (ev_sidebar_supports_document):
12106         * shell/ev-sidebar.h:
12107         * shell/ev-window.c: (ev_window_setup_document):
12108         
12109         Doesn't show thumbnails if document has 1 page. Make
12110         sidebar menu entries sensitive only if if they have 
12111         sense. Fix bug 164811. 
12112
12113 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12114
12115         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
12116         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
12117         (ev_view_zoom_out), (ev_view_set_size):
12118
12119         Rework sizing to deal with documents with not uniform page
12120         size.
12121
12122 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12123
12124         * backend/ev-page-cache.c: (_ev_page_cache_new):
12125
12126         Fix several page size caching bugs
12127
12128 2005-04-15  Luca Ferretti <elle.uca@libero.it>
12129
12130         * shell/ev-window.c: (set_action_properties):
12131
12132         Make all toolbar items translatable
12133
12134 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12135
12136         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
12137         (save_page_list), (ps_document_save),
12138         (ps_document_document_iface_init), (ps_document_ps_export_begin),
12139         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
12140         (ps_document_ps_exporter_iface_init):
12141         * ps/ps-document.h:
12142
12143         Based on a patch by J�rg Billeter <j@bitron.ch>
12144         
12145         Implement print and save a copy for the ps backend.
12146
12147 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
12148
12149         * backend/ev-document.h:
12150         * djvu/djvu-document.c: (djvu_document_can_get_text),
12151         (djvu_document_document_iface_init):
12152         * dvi/dvi-document.c: (dvi_document_can_get_text),
12153         (dvi_document_document_iface_init):
12154         * pdf/ev-poppler.cc:
12155         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
12156         (pixbuf_document_document_iface_init):
12157         * ps/ps-document.c: (ps_document_can_get_text),
12158         (ps_document_document_iface_init):
12159         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
12160         * shell/ev-window.c: (update_action_sensitivity):
12161
12162         Fix the crash when trying to copy in backends that doesnt
12163         support it. We can implement a better solution once we
12164         do real text selection.
12165
12166 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
12167
12168         * data/evince-ui.xml:
12169         * shell/ev-window.c: (ev_window_cmd_escape):
12170         
12171         Work around the Escape conflict (find bar and unfullscreen)
12172
12173 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
12174
12175         * backend/ev-page-cache.c: (ev_page_cache_next_page):
12176         
12177         Fix for #300233. Next page correctly handles document end.
12178         
12179         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
12180         (ev_sidebar_thumbnails_class_init),
12181         (ev_sidebar_thumbnails_set_document),
12182         (ev_sidebar_thumbnails_clear_job),
12183         (ev_sidebar_thumbnails_clear_model):
12184         
12185         Cleanup thumbnail jobs on document changes.
12186         
12187         * shell/ev-view.c: (add_scroll_binding_keypad),
12188         (add_scroll_binding_shifted), (ev_view_class_init):
12189         
12190         Shift + Space scrolls up. Fix for #173184
12191         
12192         * shell/ev-window.c: (ev_window_open_page),
12193         (ev_window_cmd_view_reload):
12194         
12195         Fix reload (Bug #300094)
12196
12197 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12198
12199         
12200         * dvi/mdvi-lib/assoc.c:
12201         * dvi/mdvi-lib/assoc.h: Removed garbage files
12202         
12203         * dvi/mdvi-lib/bitmap.c:
12204         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
12205         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
12206         * dvi/mdvi-lib/color.h: Antialias of rules
12207         
12208         * dvi/mdvi-lib/common.h:
12209         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
12210         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
12211         * dvi/mdvi-lib/files.c:
12212         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
12213         * dvi/mdvi-lib/mdvi.h:
12214         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
12215         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
12216         * dvi/mdvi-lib/util.c: Fix compile warnings
12217         
12218         * dvi/dvi-document.c:
12219         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
12220         (dvi_document_thumbnails_get_thumbnail),
12221         (dvi_document_document_thumbnails_iface_init):
12222         * dvi/mdvi-lib/Makefile.am:
12223         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
12224         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
12225         
12226         Dvi backend now renders thumbnails
12227
12228 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
12229
12230         * shell/main.c: (main): 
12231         
12232         Save accelerators on exit. Fixes bug #172095.
12233
12234 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
12235
12236         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
12237         update priority" comment.
12238
12239         * backend/ev-job-queue.c: Give a way to change priority.
12240
12241 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
12242
12243         * shell/ev-page-action.c: Fix logic.
12244
12245 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12246
12247         * shell/ev-view.c: (ev_view_can_find_next):
12248         * shell/ev-window.c: (ev_window_setup_document):
12249
12250         Check that the document supports find
12251
12252 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12253
12254         * data/evince-ui.xml:
12255         * shell/ev-view.c: (ev_view_can_find_next):
12256         * shell/ev-view.h:
12257         * shell/ev-window.c: (update_action_sensitivity),
12258         (find_changed_cb), (ev_window_setup_document),
12259         (ev_window_cmd_edit_find_next):
12260
12261         Add Edit->Find Next
12262
12263 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12264
12265         * pdf/ev-poppler.cc:
12266         * shell/ev-print-job.c: (idle_print_handler):
12267
12268         Make printing work again
12269
12270 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
12271
12272         * shell/ev-page-action.h:
12273         * shell/ev-page-action.c: (ev_page_action_widget_init),
12274         (ev_page_action_widget_class_init), (page_changed_cb),
12275         (create_tool_item), (update_page_cache), (build_new_tree_cb),
12276         (get_filter_model_from_model), (match_selected_cb),
12277         (display_completion_text), (match_completion), (update_model),
12278         (connect_proxy), (ev_page_action_set_property),
12279         (ev_page_action_get_property), (ev_page_action_set_document),
12280         (ev_page_action_set_model), (ev_page_action_class_init): Big
12281         reworking to make completions work iff we have >= GTK-2.7.0
12282                 
12283         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
12284         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
12285         (job_finished_cb): We now have a 'model' property that is set when
12286         the links are loaded.  This can be caught with "notify::model"
12287
12288         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
12289         listen for the model to be set, and propagate it to the action.
12290
12291 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12292
12293         * cut-n-paste/recent-files/egg-recent-item.c:
12294         (egg_recent_item_set_uri), (make_valid_utf8),
12295         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
12296         * cut-n-paste/recent-files/egg-recent-item.h:
12297         
12298         Update egg-recent from libegg. This should fix long
12299         startup problem. For details see
12300         http://bugzilla.gnome.org/show_bug.cgi?id=160531
12301
12302 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12303
12304         * cut-n-paste/recent-files/Makefile.am:
12305         * data/evince-ui.xml, shell/Makefile.am:
12306         * shell/ev-application.c, shell/ev-application.h:
12307         * shell/ev-window.c: Recent files support.
12308         
12309         * configure.ac: Added "ru" to ALL_LINGUAS.
12310         
12311         * dvju: new backend to support DJVU files.
12312         * dvi: new backend to support DVI.
12313
12314         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
12315         * ev-application.c: Support for new backends.
12316         
12317         * help, ev-window.c, main.c shell/Makefile.am: 
12318         Evince user documentation.
12319
12320 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12321
12322         * po/POTFILES.in:
12323         * shell/ev-window.c:
12324         * thumbnailer/evince-thumbnailer.c:
12325
12326         s/pdf-document/ev-poppler
12327
12328 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12329
12330         * NEWS:
12331         * configure.ac:
12332
12333         Release 0.2.0
12334
12335         * ps/ps-document.c: (setup_pixmap):
12336
12337         Remove debug code
12338
12339 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
12340
12341         * backend/ev-page-cache.c (ev_page_cache_next_page): 
12342         * shell/ev-window.c (ev_window_cmd_go_next_page) 
12343         (ev_window_cmd_go_first_page): Fix of by one errors.
12344
12345 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12346
12347         * ps/ps-document.c: (get_page_box):
12348
12349         Fix page size calculation
12350
12351 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12352
12353         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
12354         (ps_document_cleanup), (setup_pixmap), (get_page_box),
12355         (get_page_orientation), (setup_page), (document_load),
12356         (ps_document_get_page_size), (render_pixbuf_idle):
12357         * ps/ps-document.h:
12358
12359         More refactoring to adapt to EvDocument changes
12360
12361 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12362
12363         * ps/ps-document.c: (start_interpreter):
12364
12365         Actually add alpha args
12366
12367 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12368
12369         * pdf/ev-poppler.cc:
12370
12371         Make clipboard work again
12372
12373 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
12374
12375         Make searching work again.
12376         
12377         * backend/ev-document.c:
12378         * backend/ev-document.h:
12379         * backend/ev-document-find.c:
12380         * backend/ev-document-find.h: Change EvDocumentIface so we no
12381         longer store the current page or zoom level in the document.  The
12382         consequence is that all calls that operate on the current page now
12383         instead take the page number as an extra argument, and all
12384         coordinates are now doubles in document coordinate system.
12385
12386         * pdf/ev-poppler.cc:
12387         * pixbuf/pixbuf-document.c:
12388         * ps/ps-document.c: Update backends accordingly.
12389
12390 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
12391
12392         * autogen.sh:
12393
12394         Add required gettext version
12395
12396 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
12397
12398         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
12399         make F1 bring up non-existent help.
12400
12401         * shell/eggfindbar.c: Patch from Christian Persch to sync to
12402         epiphany's find bar, #167477
12403
12404         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
12405         <emil@nishra.com> to add space-bar scrolling, 
12406
12407         * shell/ev-window.c (static GtkActionEntry entries): add default
12408         keybinding for Help (F1)
12409         Fixes #171068
12410
12411         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
12412         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
12413         170110
12414
12415 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
12416
12417         * Makefile.am: 
12418         * pixbuf/pixbuf-document.c: 
12419
12420         Got pixbuf backend working again
12421
12422 2005-04-01  Steve Murphy  <murf@e-tools.com>
12423
12424         * configure.in: Added "rw" to ALL_LINGUAS.
12425
12426 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
12427
12428         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
12429         model types, noticed by Martin Kretzschmar.
12430
12431 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
12432
12433         * pdf/ev-poppler.cc: Implement search based on
12434         poppler_page_find_text().  Currently a bit crude since we remember
12435         all matches from all pages.  Also, we grab the big document lock
12436         when we search since searching changes the underlying stream and
12437         thus conflicts with the rendering thread.
12438         
12439         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12440         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
12441         (ev_view_find_previous): Fix some page indexes to be 0 based,
12442         offset rubber band by view offset,
12443
12444 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
12445
12446         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
12447
12448 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
12449
12450         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
12451         completely because I didn't understand GtkActions.  I should
12452         read Marco's code more carefully in the future.
12453
12454         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
12455         function
12456
12457 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
12458
12459         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
12460         PopplerRectangle change from poppler CVS.
12461
12462 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
12463
12464         * backend/ev-document.c: (ev_document_get_page_label):
12465         * backend/ev-document.h:
12466         * backend/ev-page-cache.c: (_ev_page_cache_new),
12467         (ev_page_cache_get_page_label):
12468         * backend/ev-page-cache.h:
12469         * pdf/ev-poppler.cc:
12470         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
12471         (links_page_num_func):
12472         * shell/ev-sidebar-thumbnails.c:
12473         (ev_sidebar_thumbnails_set_document):
12474         * shell/ev-view.c: (status_message_from_link),
12475         (ev_view_motion_notify_event):
12476         * shell/ev-window.c: (document_supports_sidebar): Add in page
12477         label support.  It's not perfect yet, but it's the first 'feature'
12478         in a while.
12479         Also, fix a bogus comment noticed by crispin. 
12480
12481 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
12482
12483         * Makefile.am: Remove pixbuf backend for now
12484
12485         * configure.ac: Require poppler-glib instead of just poppler.
12486
12487         * backend/ev-document-thumbnails.h: Add a comment
12488
12489         * backend/ev-document.h:
12490         * backend/ev-document.c: (ev_document_class_init),
12491         (ev_document_load), (ev_document_get_link),
12492         (ev_document_get_links): Remove 3 methods and add get_links.
12493         Also, made 0 based.
12494
12495         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
12496         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
12497
12498         * backend/ev-link.c: (ev_link_set_title),
12499         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
12500         (ev_link_mapping_find):
12501         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
12502         
12503         * backend/ev-page-cache.c: (ev_page_cache_init),
12504         (_ev_page_cache_new), (ev_page_cache_set_current_page),
12505         (ev_page_cache_get_size), (ev_page_cache_next_page),
12506         (ev_page_cache_prev_page): Fix to be 0 based.
12507
12508         * pdf/Makefile.am: 
12509         * pdf/ev-poppler.h:
12510         * pdf/ev-poppler.cc: New backend.
12511         
12512         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
12513         (ps_document_get_page), (ps_document_document_iface_init):
12514
12515         * shell/ev-pixbuf-cache.h:
12516         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
12517         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
12518         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
12519         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
12520         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
12521         Fix up code to grab a page cache per each doc.  Also, fix to be 0
12522         based.
12523         
12524         * shell/ev-sidebar-thumbnails.c:
12525         (ev_sidebar_tree_selection_changed), (page_changed_cb),
12526         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
12527
12528         * shell/ev-view.c: (status_message_from_link),
12529         (find_page_at_location), (get_link_at_location),
12530         (ev_view_motion_notify_event), (ev_view_button_release_event),
12531         (ev_view_init): Use the new link code.  Fix to be 0 based.
12532
12533         * shell/ev-window.c: (update_action_sensitivity),
12534         (document_supports_sidebar): 0 based.
12535
12536 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
12537
12538         * pdf/pdf-document.cc: Patch from Fernando Herrera
12539         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
12540         *blush*
12541
12542 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
12543
12544         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
12545         1 to the page, as this seems to be 1 based.  I thought we has this
12546         fixed.  grump.
12547
12548 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
12549
12550         * TODO:
12551         * backend/Makefile.am:
12552         * backend/ev-document-links.c:
12553         (ev_document_links_has_document_links),
12554         (ev_document_links_get_links_model):
12555         * backend/ev-document-links.h:
12556         * backend/ev-document.c: (ev_document_get_page_cache),
12557         (ev_document_get_doc_mutex), (ev_document_load),
12558         (ev_document_save), (ev_document_get_title),
12559         (ev_document_get_n_pages), (ev_document_set_page),
12560         (ev_document_get_page), (ev_document_set_target),
12561         (ev_document_set_scale), (ev_document_set_page_offset),
12562         (ev_document_get_page_size), (ev_document_get_text),
12563         (ev_document_get_link), (ev_document_render),
12564         (ev_document_render_pixbuf), (ev_document_scale_changed):
12565         * backend/ev-document.h:
12566         * backend/ev-job-queue.c: (remove_object_from_queue),
12567         (notify_finished), (handle_job), (search_for_jobs_unlocked),
12568         (no_jobs_available_unlocked), (ev_render_thread),
12569         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
12570         (ev_job_queue_remove_job):
12571         * backend/ev-job-queue.h:
12572         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
12573         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
12574         (ev_job_links_class_init), (ev_job_render_init),
12575         (ev_job_render_dispose), (ev_job_render_class_init),
12576         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
12577         (ev_job_thumbnail_class_init), (ev_job_finished),
12578         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
12579         (ev_job_render_run), (ev_job_thumbnail_new),
12580         (ev_job_thumbnail_run):
12581         * backend/ev-jobs.h:
12582         * backend/ev-link.c:
12583         * backend/ev-link.h:
12584         * backend/ev-page-cache.c: (ev_page_cache_init),
12585         (ev_page_cache_class_init), (ev_page_cache_finalize),
12586         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
12587         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
12588         (ev_page_cache_set_link), (ev_page_cache_get_title),
12589         (ev_page_cache_get_size), (ev_page_cache_next_page),
12590         (ev_page_cache_prev_page):
12591         * backend/ev-page-cache.h:
12592         * pdf/pdf-document.cc:
12593         * ps/gsdefaults.c:
12594         * ps/gsdefaults.h:
12595         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
12596         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
12597         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
12598         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
12599         (is_interpreter_ready), (output), (catchPipe), (input),
12600         (start_interpreter), (check_filecompressed), (compute_dimensions),
12601         (ps_document_enable_interpreter), (document_load),
12602         (ps_document_next_page), (render_page), (ps_document_set_page),
12603         (ps_document_set_scale), (render_pixbuf_idle),
12604         (ps_document_render_pixbuf), (ps_document_document_iface_init):
12605         * ps/ps-document.h:
12606         * shell/Makefile.am:
12607         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
12608         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
12609         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
12610         (ev_pixbuf_cache_new), (job_finished_cb),
12611         (check_job_size_and_unref), (move_one_job),
12612         (ev_pixbuf_cache_update_range), (find_job_cache),
12613         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
12614         (ev_pixbuf_cache_add_jobs_if_needed),
12615         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
12616         * shell/ev-pixbuf-cache.h:
12617         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
12618         (idle_print_handler):
12619         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
12620         (selection_changed_cb), (create_loading_model),
12621         (ev_sidebar_links_construct), (links_page_num_func),
12622         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
12623         (update_page_callback), (job_finished_cb),
12624         (ev_sidebar_links_set_document):
12625         * shell/ev-sidebar-thumbnails.c:
12626         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
12627         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
12628         (page_changed_cb), (thumbnail_job_completed_callback),
12629         (ev_sidebar_thumbnails_set_document):
12630         * shell/ev-sidebar-thumbnails.h:
12631         * shell/ev-sidebar.c: (ev_sidebar_set_document):
12632         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
12633         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
12634         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
12635         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
12636         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
12637         (ev_view_button_release_event), (ev_view_scroll_view),
12638         (ev_view_class_init), (ev_view_init), (update_find_status_message),
12639         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
12640         (ev_view_new), (job_finished_cb), (page_changed_cb),
12641         (ev_view_set_document), (go_to_link), (ev_view_zoom),
12642         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
12643         (ev_view_find_previous):
12644         * shell/ev-view.h:
12645         * shell/ev-window.c: (update_action_sensitivity),
12646         (ev_window_open_page), (update_window_title), (update_total_pages),
12647         (page_changed_cb), (ev_window_setup_document),
12648         (password_dialog_response), (ev_window_cmd_save_as),
12649         (ev_window_print), (ev_window_cmd_go_previous_page),
12650         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
12651         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
12652         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
12653         * shell/main.c: (main):
12654
12655         Merge evince-threads branch
12656
12657 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
12658
12659         * configure.ac: Added "lt" to ALL_LINGUAS.
12660
12661 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
12662
12663         * NEWS:
12664         * configure.ac:
12665
12666         Release 0.1.9
12667
12668 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
12669
12670         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12671
12672         Fix here also the thumbnails 1-basedness :)
12673
12674 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
12675
12676         * NEWS:
12677         * configure.ac:
12678
12679         Release 0.1.8
12680
12681 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
12682
12683         * pdf/pdf-document.cc:
12684         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
12685         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
12686
12687         Fix the mess we did with thumbnails and 1-basedness
12688
12689 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
12690
12691         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
12692
12693 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
12694
12695         * NEWS:
12696         * configure.ac:
12697
12698         Release 0.1.7
12699
12700 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
12701
12702         * ps/Makefile.am:
12703         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
12704         (gtk_gs_defaults_get_alpha_parameters),
12705         (gtk_gs_defaults_get_ungzip_cmd),
12706         (gtk_gs_defaults_get_unbzip2_cmd):
12707         * ps/gsdefaults.h:
12708         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
12709         (ps_document_get_orientation), (document_load),
12710         (ps_document_goto_page), (ps_document_set_page_size):
12711         * ps/ps-document.h:
12712
12713         Some more sanitization of the ps backend. Remove a lot
12714         of unused code and do not base our defaults on ggv
12715         preferences (ugh!)
12716
12717 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
12718
12719         * thumbnailer/evince-thumbnailer.schemas:
12720         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
12721         (main): add -s option for thumbnail size.
12722
12723 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
12724
12725         * configure.ac:
12726
12727         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
12728         remove it.
12729
12730 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
12731
12732         * pdf/pdf-document.cc:
12733
12734         Remove 4 pixels of useless border from the
12735         thumbnail.
12736
12737 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
12738
12739         * backend/ev-document-thumbnails.c:
12740         (ev_document_thumbnails_get_thumbnail):
12741         * backend/ev-document-thumbnails.h:
12742
12743         Rework API a bit. Add a border flag and
12744         change sizing logic (now the size we specify
12745         applies to the bigger dimension).
12746
12747         * pdf/pdf-document.cc:
12748         * pixbuf/pixbuf-document.c:
12749         (pixbuf_document_thumbnails_get_thumbnail):
12750         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
12751         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12752
12753         Adapt to the new API and do not draw a border for nautilus
12754         thumbnailer.
12755
12756 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
12757
12758         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12759         take thumbnails from page "0" instead of "1". Added a copyright header.
12760
12761 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
12762
12763         * ps/ps-document.c: (set_up_page), (start_interpreter):
12764
12765         Make it C89 compliant
12766
12767 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
12768
12769         * Makefile.am:
12770         * configure.ac:
12771         * pdf/.cvsignore:
12772         * pdf/pdf-document.cc:
12773         * thumbnailer/Makefile.am:
12774         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
12775         (main):
12776         * thumbnailer/evince-thumbnailer.schemas:
12777         * thumbnailer/pdf-icon.png:
12778
12779         Add a nautilus thumbnailer.
12780         Based on patch by Fernando Herrera <fherrera@onirica.com>.
12781
12782 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
12783
12784         * NEWS:
12785         * configure.ac:
12786         * po/POTFILES.in:
12787
12788         Release 0.1.6
12789
12790 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
12791
12792         Use poppler instead of including xpdf source code.  Poppler is a
12793         fork of xpdf to build it as a shared library. See
12794         http://freedesktop.org/wiki/Software/poppler.
12795
12796         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
12797         xpdf fork.
12798         
12799         * pdf/Makefile.am: Build libpdfdocument.a here.
12800         
12801         * pdf/GDKSplashOutputDev.cc:
12802         * pdf/GDKSplashOutputDev.h:
12803         * pdf/GnomeVFSStream.cc:
12804         * pdf/GnomeVFSStream.h:
12805         * pdf-document.cc:
12806         * pdf-document.h:
12807         * test-gdk-output-dev.cc
12808         * Thumb.cc:
12809         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
12810         against poppler.
12811
12812 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12813
12814         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
12815
12816         Clear idle stack before unsetting the document
12817
12818 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12819
12820         * ps/ps-document.c: (ps_document_widget_event),
12821         (ps_document_set_target), (ps_document_finalize),
12822         (ps_document_get_page):
12823
12824         Disconnect the widget event signal on finalize.
12825         Some code cleanups.
12826
12827 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12828
12829         * ps/ps-document.c: (set_up_page):
12830
12831         If there is no bpixmap create one, even if size
12832         is not changed.
12833
12834 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12835
12836         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
12837         (set_up_page), (document_load), (ps_document_set_zoom):
12838
12839         Default page is 0. Calculate size even when we have no
12840         target yet.
12841
12842 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
12843
12844         * shell/ev-sidebar.c: expand the selection widget to be always as
12845         wide as the sidebar
12846
12847 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12848
12849         * shell/ev-sidebar-thumbnails.c:
12850         (ev_sidebar_thumbnails_set_document):
12851
12852         Clear the list store when setting document
12853
12854 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12855
12856         * shell/ev-page-action.c: (update_entry), (sync_entry),
12857         (activate_cb), (entry_size_request_cb), (create_tool_item),
12858         (connect_proxy):
12859
12860         Use an entry for the page control instead of spinbuttons
12861
12862 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12863
12864         * data/evince.schemas.in:
12865
12866         Correct confusing string
12867
12868 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
12869
12870         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
12871         for real.  Gosh, how long has this been broken.
12872
12873         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
12874         check for a NULL link.  We crash otherwise.
12875
12876 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
12877
12878         * NEWS:
12879         * configure.ac:
12880
12881         Release 0.1.5
12882
12883 2005-02-25  Sebastien Bacher  <seb128@debian.org>
12884
12885         * configure.ac: add the french translation.
12886
12887 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12888
12889         * shell/ev-window.c:
12890
12891         Remove unused header -> fix distcheck
12892
12893 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12894
12895         * shell/ev-window.c: (update_window_title),
12896         (ev_window_popup_password_dialog):
12897
12898         Unescape filename for display
12899
12900 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12901
12902         * pdf/xpdf/pdf-document.cc:
12903
12904         In get_page_size deal with rotation. Also
12905         cleanup the function a bit.
12906
12907 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12908
12909         * pdf/xpdf/pdf-document.cc:
12910
12911         Fix crash when opening in new window
12912
12913 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12914
12915         * configure.ac:
12916
12917         Check ghostscript >= 7
12918
12919 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
12920
12921         * shell/ev-window.c:
12922
12923         Make page width the default sizing mode
12924
12925 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
12926         Marco Pesenti Gritti <marco@gnome.org>
12927
12928         * shell/ev-window.c: Remember the sidebar size
12929
12930         * data/evince.schemas.in: Add a new gconf key to store the size of
12931         the sidebar
12932
12933 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
12934
12935         * data/evince-ui.xml:
12936         * shell/ev-window.c: (update_action_sensitivity),
12937         (ev_window_cmd_view_reload):
12938         
12939         Add a "Reload" action and menu entry
12940
12941 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
12942
12943         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
12944         iff the type doesn't support thumbnailing and indexing.
12945
12946 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
12947
12948         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
12949
12950 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12951
12952         * pdf/splash/Splash.cc:
12953
12954         Port fix for a crasher from kde bug
12955         http://bugs.kde.org/show_bug.cgi?id=97131
12956
12957 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12958
12959         * pdf/xpdf/pdf-document.cc:
12960
12961         Return a link even if it's of an unrecognized
12962         type. Otherwise we go in an infinte cycle.
12963
12964 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12965
12966         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
12967         (size_allocate_cb), (ev_window_set_sizing_mode):
12968
12969         Update size when switching mode
12970
12971 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12972
12973         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
12974         (ev_window_cmd_view_page_width), (update_sizing_buttons),
12975         (ev_window_cmd_view_normal_size):
12976
12977         Fix size toggle buttons behavior
12978
12979 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12980
12981         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
12982         (doc_rect_to_view_rect), (ev_view_size_allocate),
12983         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
12984         (scale_changed_callback):
12985
12986         Do not cache offsets in size_allocate.
12987
12988 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12989
12990         * shell/ev-view.c: (ev_view_size_allocate):
12991
12992         Calculate offsets before calling the parent
12993         class (which does a redraw)
12994
12995 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12996
12997         * pdf/xpdf/pdf-document.cc:
12998
12999         Fix a crasher on exit. Unused code, put a TODO
13000
13001 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13002
13003         * backend/ev-document.c: (ev_document_class_init),
13004         (ev_document_page_changed), (ev_document_scale_changed):
13005         * backend/ev-document.h:
13006
13007         Separate page/scale notifications
13008
13009         * pdf/xpdf/pdf-document.cc:
13010
13011         Emit the new signals.
13012         Do not display the pdf page in _render, do it
13013         when scale/page are requested.
13014
13015         * ps/ps-document.c: (ps_document_set_zoom),
13016         (ps_document_widget_event):
13017         * ps/ps-document.h:
13018
13019         Emit the new signals.
13020
13021         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
13022         (ev_view_init), (page_changed_callback), (scale_changed_callback),
13023         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
13024         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
13025         * shell/ev-view.h:
13026         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
13027         (ev_window_cmd_view_page_width), (size_allocate_cb),
13028         (ev_window_set_sizing_mode):
13029
13030         Rework sizing to be pixel based.
13031         There are bugs but should be already way better.
13032
13033 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
13034
13035         * shell/ev-window.c: (ev_window_init):
13036
13037         Do not allow to shrink sidebar smaller then
13038         child requisition
13039
13040 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
13041
13042         * shell/ev-sidebar.[ch]
13043         * shell/ev-window.c:
13044
13045         Improved sidebar widget. Fixes #166683
13046
13047 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
13048
13049         * shell/ev-view.c (update_find_status_message): Give translators
13050         more flexibility with ngettext plural handling.
13051
13052 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
13053
13054         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
13055         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
13056         page when we get the page size.
13057
13058 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13059
13060         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
13061
13062         ps pages are 0 based, convert 
13063
13064 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13065
13066         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
13067
13068         Initialize correct parent class. Set GError on document load
13069
13070 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13071
13072         * pdf/xpdf/pdf-document.cc:
13073
13074         Fixup selection offset calculation
13075
13076         * shell/ev-view.c: (view_rect_to_doc_rect),
13077         (doc_rect_to_view_rect), (ev_view_size_allocate),
13078         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
13079         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
13080
13081         Store selection as document relative, so that zooming
13082         and offset changing doesnt break it.
13083
13084 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13085
13086         * shell/ev-view.c: (ev_view_best_fit):
13087
13088         Do not try to best fit if the view is not realized
13089
13090 2005-02-20  Kostas Papadimas <pkst@gnome.org>
13091           
13092         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
13093
13094 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
13095
13096         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
13097
13098 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
13099
13100         * shell/ev-window.c: Change the fullscreen toolbar to always be in
13101         the popup window.  That prevents it resizing when in full screen
13102         mode.
13103
13104         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
13105         multiple rerenders.  This pretty much sucks.
13106
13107         * data/evince-ui.xml: Change the fullscreen toolbar to include the
13108         rest of the toolbar.
13109
13110 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
13111
13112         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
13113
13114 2005-02-17  Alexander Shopov  <ash@contact.bg>
13115
13116         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
13117
13118 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
13119
13120         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
13121
13122 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
13123
13124         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
13125         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
13126         (set_document_page), (document_changed_callback),
13127         (ev_view_set_document), (ev_view_find_previous),
13128         (ev_view_hide_cursor), (ev_view_show_cursor):
13129         * shell/ev-view.h:
13130         * shell/ev-window.c: (update_chrome_visibility),
13131         (fullscreen_timeout_cb), (fullscreen_set_timeout),
13132         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
13133         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
13134         (ev_window_unfullscreen):
13135         * shell/main.c: (main):
13136
13137         Automatically hide the fullscreen button.
13138         Patch by Kristian Høgsberg <krh@redhat.com>
13139
13140 2005-02-16  Vincent Noel  <vnoel@cox.net>
13141
13142         * shell/main.c (main): Specify an icon for the window. Patch by
13143         Jaap A. Haitsma. Fixes #166177.
13144
13145 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
13146
13147         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
13148
13149 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
13150
13151         * backend/ev-document-misc.h:
13152         * backend/ev-document-misc.c:
13153         (ev_document_misc_get_page_border_size),
13154         (ev_document_misc_paint_one_page): New function to canonicalize
13155         sizing/painting a border.
13156
13157         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
13158         used.
13159
13160         * pdf/xpdf/pdf-document.cc: use new function
13161
13162         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
13163         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
13164         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
13165         shell/ev-window.c: (update_sizing_buttons),
13166         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
13167         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
13168         (ev_window_cmd_view_page_width), (size_allocate_cb),
13169         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
13170         and "fit width" values act as toggle buttons so they stay
13171         toggled.  It's not 100% perfect, and it's a little slow, but it's
13172         good enough to commit I think.
13173
13174 2005-02-15  David Lodge  <dave@cirt.net>
13175
13176         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
13177
13178 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
13179
13180         * shell/ev-window.c (update_window_title): replace newlines in
13181         the title by spaces. Bug #166107.
13182
13183 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
13184
13185         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
13186         parameters providing allocation width and height without
13187         scrollbars and width of a possible vertical scrollbar. With this
13188         additional information the functions can work as
13189         intended. Unfortunately they're not idempotent. We should
13190         transform these commands to toggles. Fixes Bug #164976
13191         Initial patch by Stephane Loeuillet, then heavily modified.
13192
13193         * shell/ev-view.h: update prototypes.
13194
13195         * shell/ev-window.c (ev_window_cmd_view_best_fit)
13196         (ev_window_cmd_view_page_width): provide EvView fit functions with
13197         all the information they need. Formulas to calculate this
13198         information taken from GtkScrolledWindow.
13199
13200 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
13201
13202         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
13203         created a thumbnail, the list store is updated to know
13204         that the thumbnail is set. Fixes bug #166792
13205
13206 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
13207
13208         * shell/ev-window.c: fixed typo, closes bug 166897
13209
13210         * TODO: updated TODO with bug numbers that are relevant
13211
13212 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
13213
13214         * shell/ev-window.c: Support for DnD of files. Fixes #164813
13215
13216 2005-02-09  Vincent Noel  <vnoel@cox.net>
13217
13218         * shell/ev-window.c: (set_action_properties): Set the "Previous"
13219         and "Next" toolbar buttons as important to make them stand out.
13220
13221 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13222
13223         * lib/ev-debug.c:
13224         * lib/ev-debug.h:
13225         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
13226         (start_interpreter), (stop_interpreter), (document_load),
13227         (ps_document_next_page), (ps_document_goto_page),
13228         (ps_document_set_page_size), (ps_document_widget_event),
13229         (ps_document_render):
13230         * shell/ev-page-view.c: (ev_page_view_dispose):
13231         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
13232
13233         Fix compilation on non-gcc platforms
13234
13235 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13236
13237         * NEWS:
13238         * configure.ac:
13239
13240         Release 0.1.4
13241
13242         * pdf/xpdf/Catalog.cc:
13243         * pdf/xpdf/XRef.cc:
13244
13245         Fix the fix for CAN-2004-0888
13246
13247 2005-02-09  Luca Ferretti <elle.uca@libero.it>
13248
13249         * data/Makefile.am:
13250         * data/evince-ui.xml:
13251         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13252         * shell/ev-stock-icons.h:
13253         * shell/ev-window.c: (update_action_sensitivity),
13254         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
13255         (set_action_properties):
13256
13257         Improve toolbar layout/icons
13258
13259 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
13260
13261         * pdf/xpdf/pdf-document.cc:
13262
13263         Add warnings about unimplemented/unknown link
13264         types.
13265
13266 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13267
13268         * ps/ps-document.c: (set_up_page):
13269
13270         Log gs property
13271
13272 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13273
13274         * ps/ps-document.c: (start_interpreter):
13275
13276         Log gs env var
13277
13278 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13279
13280         * shell/ev-page-view.c: (ev_page_view_dispose):
13281         * shell/ev-view.c: (ev_view_finalize):
13282         * shell/ev-window.c: (ev_window_setup_document),
13283         (ev_window_dispose), (ev_window_init):
13284
13285         Solve more refs issues.
13286
13287         I commented out the page_view initialization for now:
13288         it was never destroyed (because it's never added
13289         to a container). Because of that we was leaking
13290         gs processes. Couldnt think to a clean fix.
13291         We need to figure this out, password view has the
13292         same issue probably.
13293
13294 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13295
13296         * ps/ps-document.c: (ps_document_finalize),
13297         (ps_document_get_n_pages), (ps_document_get_page):
13298
13299         Some cleanups, stop the interpreter on finalize
13300
13301         * shell/ev-page-view.c: (ev_page_view_dispose),
13302         (ev_page_view_class_init):
13303
13304         Release our reference on the document
13305
13306 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13307
13308         * Makefile.am:
13309         * configure.ac:
13310         * doc/debugging.txt:
13311         * lib/.cvsignore:
13312         * lib/Makefile.am:
13313         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
13314         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
13315         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
13316         * lib/ev-debug.h:
13317
13318         Add debugging helpers
13319
13320         * ps/Makefile.am:
13321         * ps/ps-document.c: (set_up_page), (start_interpreter),
13322         (stop_interpreter), (document_load), (ps_document_next_page),
13323         (ps_document_goto_page), (ps_document_set_page_size),
13324         (ps_document_widget_event), (ps_document_render):
13325         * shell/Makefile.am:
13326         * shell/ev-view.c: (expose_bin_window):
13327         * shell/main.c: (main):
13328
13329         Add some logs
13330         
13331 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13332
13333         * ps/ps-document.c: (ps_document_widget_event):
13334
13335         Initialize message_window, this should make ps
13336         rendering really work! (Never noticed because I was
13337         testing with a ps that is causing gs to exit every time!)
13338
13339 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
13340
13341         * data/evince.schemas.in: updated simple error in applyto closing tag
13342
13343 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
13344
13345         * Makefile.am:
13346         * configure.ac:
13347         * data/.cvsignore:
13348         * data/Makefile.am:
13349         * data/evince-ui.xml:
13350         A data/evince.schemas.in:
13351         * po/POTFILES.in:
13352         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13353         * shell/ev-stock-icons.h:
13354         * shell/ev-window.c: (update_chrome_visibility),
13355         (update_chrome_flag), (ev_window_cmd_edit_find),
13356         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
13357         (ev_window_unfullscreen), (ev_window_focus_in_event),
13358         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
13359         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
13360         (ev_window_view_sidebar_cb), (find_bar_close_cb),
13361         (ev_window_dispose), (ev_window_class_init),
13362         (set_action_properties), (set_chrome_actions), (load_chrome),
13363         (ev_window_init):
13364
13365         Implement fullscreen mode changes from bug #164776.
13366         Also implement persistent chrome toggles.
13367
13368 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
13369
13370         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
13371
13372 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13373
13374         * NEWS:
13375         * configure.ac:
13376         * shell/ev-view.c:
13377
13378         Add another check for find interface
13379
13380         Release 0.1.3
13381
13382 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13383
13384         * shell/ev-application.c: (ev_application_open):
13385         * shell/ev-window.c: (ev_window_open):
13386
13387         Open gzipped ps documents
13388
13389 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13390
13391         * TODO:
13392         * shell/ev-view.c: (set_document_page):
13393
13394         Clamp page number, dont try to move to
13395         not existant pages.
13396
13397 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13398
13399         * backend/ev-document-find.c: (ev_document_find_changed):
13400         * backend/ev-document-find.h:
13401         * pdf/xpdf/pdf-document.cc:
13402         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
13403         * shell/ev-window.c: (find_bar_search_changed_cb):
13404
13405         Fix several bugs with find
13406
13407 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
13408
13409         * shell/ev-sidebar-thumbnails.c
13410         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
13411         document. Prevents warning from scroll_to_cell.
13412
13413 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
13414
13415         * configure.ac: Add «nb» to ALL_LINGUAS too.
13416
13417 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
13418
13419         * NOTES: New file with some random thoughts.
13420
13421         * TODO: Update.
13422
13423         * backend/ev-document-misc.c:
13424         (ev_document_misc_get_page_border_size): New function to
13425         canonicalize shadow drawing sizes.  Possibly goofy.
13426
13427         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
13428         (ev_view_best_fit), (ev_view_fit_width):
13429         * pdf/xpdf/pdf-document.cc:
13430         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13431         * ps/ps-document.c: (ps_document_get_page_size):
13432         * backend/ev-document-misc.h:
13433         * backend/ev-document.c: (ev_document_get_page_size):
13434         * backend/ev-document.h: get_page_size now takes a page number
13435         parameter.  Made all the backends/frontends honor it.
13436
13437         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
13438         see.  Doesn't work yet.
13439
13440         * shell/Makefile.am:
13441         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
13442         Doesn't do anything yet.
13443
13444         * shell/ev-sidebar-thumbnails.c:
13445         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
13446         [0..n_pages-1]
13447
13448         * shell/ev-window.c: (update_action_sensitivity),
13449         (ev_window_setup_document), (ev_window_set_page_mode),
13450         (ev_window_page_mode_cb), (ev_window_init): Clean up the
13451         view-swapping code a bit so we can have multiple views on a
13452         document.  Add the multi-page view, though it can't be turned on
13453         yet.
13454
13455 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13456
13457         * shell/ev-application.c: (ev_application_open):
13458         * shell/ev-view.c: (expose_bin_window):
13459         * shell/ev-window.c: (ev_window_open):
13460
13461         Support eps and check document supports find
13462         before drawing highlightings in expose.
13463
13464 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
13465
13466         * pixbuf/pixbuf-document.c:
13467         (pixbuf_document_thumbnails_get_dimensions),
13468         (pixbuf_document_document_thumbnails_iface_init):
13469
13470         implement get_dimensions
13471
13472 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13473
13474         * NEWS:
13475         * configure.ac:
13476
13477         Release 0.1.2
13478
13479 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13480
13481         * shell/ev-view.c: (set_document_page):
13482
13483         Scroll at the top of the page when changing page
13484
13485 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13486
13487         * shell/ev-view.c: (ev_view_motion_notify_event):
13488
13489         Do not redraw unnecessarily
13490
13491 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13492
13493         * pdf/xpdf/pdf-document.cc:
13494         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13495         (expose_bin_window), (find_changed_cb):
13496
13497         Yay! find works now... Now to find bugs...
13498
13499 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13500
13501         * backend/ev-document-find.c: (ev_document_find_base_init),
13502         (ev_document_find_changed):
13503         * backend/ev-document-find.h:
13504         * pdf/xpdf/pdf-document.cc:
13505         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13506         (expose_bin_window), (ev_view_init), (set_document_page),
13507         (ensure_rectangle_is_visible), (jump_to_find_result),
13508         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
13509         (ev_view_find_next), (ev_view_find_previous):
13510         * shell/ev-view.h:
13511         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
13512
13513         More work on find implementation, mostly there now
13514
13515 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
13516
13517         * backend/ev-backend-marshalers.list:
13518         * backend/ev-document-find.c: (ev_document_find_base_init),
13519         (ev_document_find_cancel), (ev_document_find_page_has_results),
13520         (ev_document_find_get_n_results), (ev_document_find_get_result),
13521         (ev_document_find_get_progress), (ev_document_find_changed):
13522         * backend/ev-document-find.h:
13523
13524         Enanche the find interface to be really able to do
13525         multi page find.
13526
13527         * pdf/xpdf/pdf-document.cc:
13528
13529         Implement
13530
13531         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
13532         (expose_bin_window), (ev_view_init),
13533         (ev_view_get_find_status_message), (find_changed_cb),
13534         (ev_view_set_document), (set_document_page):
13535
13536         Adapt to the new interface. A few things are regressed sorry,
13537         I will finish it soon.
13538
13539 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
13540
13541         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
13542         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
13543         ev_sidebar_thumbnails_parent_class variable, don't define another
13544         parent_class variable.
13545
13546         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
13547         (ev_page_action_class_init): ditto.
13548
13549         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
13550         (pixbuf_document_class_init): ditto.
13551
13552         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
13553         ditto.
13554
13555         * .cvsignore: ignore various valgrind output files.
13556
13557 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13558
13559         * data/evince-ui.xml:
13560         * shell/Makefile.am:
13561         * shell/ev-history.c:
13562         * shell/ev-history.h:
13563         * shell/ev-navigation-action.c:
13564         * shell/ev-navigation-action.h:
13565         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
13566         (ev_view_set_page), (ev_view_fit_width):
13567         * shell/ev-view.h:
13568         * shell/ev-window.c: (update_action_sensitivity),
13569         (ev_window_setup_document), (register_custom_actions):
13570
13571         Kill session history
13572
13573 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13574
13575         * shell/ev-window.c: (update_action_sensitivity):
13576
13577         Fix inverted up/down buttons
13578
13579 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
13580
13581         * shell/ev-sidebar-thumbnails.c
13582         (ev_sidebar_thumbnails_select_page): make sure the selected
13583         thumbnail stays visible.
13584
13585 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
13586
13587         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
13588         scrolled window for Federico.
13589
13590 2005-01-26  Ole Laursen  <olau@hardworking.dk>
13591
13592         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
13593
13594 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
13595
13596         * configure.ac:
13597         * pdf/splash/SplashFTFontEngine.cc:
13598
13599         Fix CID fonts with freetype 2.1.9
13600
13601 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
13602
13603         * TODO: added item for desktop icon thumbnailer
13604
13605 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
13606
13607         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
13608         unloaded docs when the title is accessed.
13609
13610         * shell/ev-password-view.[hc]: New widget for displaying password
13611         state.
13612
13613         * shell/ev-window.[ch]: Refactor password handling code to handle
13614         the new view.
13615
13616 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
13617
13618         * NEWS:
13619         * configure.ac:
13620         * data/Makefile.am:
13621
13622         Release 0.1.1
13623
13624 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
13625
13626         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
13627         ignore page offset here, to make search results independent of it,
13628
13629         * shell/ev-view.c (expose_bin_window): but take offsets into
13630         account here. Bug #164932
13631
13632         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
13633         scale at the right time. Bug #164996
13634
13635 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
13636
13637         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
13638         fix the problem. Now I just removed the Adobe font names and hope
13639         that the URW fonts are always in outline format. Bug #164934
13640
13641         * shell/ev-window.c (update_window_title): empty titles are
13642         useless, use filename in that case too.
13643
13644         * NEWS: Add some content.
13645
13646 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
13647
13648         * TODO: added one more TODO item and a TODONE section :)
13649
13650 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
13651
13652         * ps/ps-document.h: add page_[xy]_offset fields.
13653
13654         * ps/ps-document.c (ps_document_set_page_offset)
13655         (ps_document_render): Keep offset in consideration in a few
13656         places. Bug #164752 "postscript documents are not centered in
13657         window"
13658
13659         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
13660         s/gpdf/evince/. Spotted by Stephane Loeuillet.
13661
13662         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
13663         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
13664         stub out missing methods for complete EvDocument implementation.
13665         Fixes segfaults with Save A Copy and Copy actions.
13666
13667         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
13668         (ps_document_document_iface_init): ditto.
13669         
13670 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13671
13672         * data/.cvsignore:
13673         * data/Makefile.am:
13674         * data/evince.desktop.in:
13675
13676         Add desktop file
13677
13678 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13679
13680         * shell/ev-view.c: (ev_view_button_press_event),
13681         (ev_view_motion_notify_event):
13682
13683         Make selection work in any direction
13684
13685 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13686
13687         * TODO:
13688         * shell/ev-window.c: (set_short_labels), (ev_window_init):
13689
13690         Use shorter labels for some of the toolbars items
13691
13692 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13693
13694         * pdf/xpdf/pdf-document.cc:
13695
13696         Check the links info is initialized before
13697         using it. Should fix a crash on startup.
13698
13699 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
13700
13701         * pixbuf/pixbuf-document.c
13702         (pixbuf_document_thumbnails_get_dimensions): force floating point
13703         division to calculate page_ratio. Fixes crash with landscape
13704         format pixbufs.
13705
13706 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
13707
13708         * shell/ev-view.c (ev_view_realize): make the bg color darker.
13709
13710 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
13711
13712         * shell/ev-view.c (set_document_page): unset has_selection when
13713         the page changes.
13714         (set_document_page): handle paper size changes when the page
13715         changes (test with Free Culture, page 2).
13716
13717 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13718
13719         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
13720         (expose_bin_window), (ev_view_class_init), (ev_view_init):
13721
13722         Use normal style color for the widget background and
13723         draw a black box around the page.
13724
13725 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13726
13727         * pdf/xpdf/pdf-document.cc:
13728
13729         Keep offset in consideration in a few places
13730
13731         * shell/ev-view.c: (expose_bin_window):
13732
13733         Set the offsets so that the document is ever centered
13734
13735 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
13736
13737         * TODO: Added TODO items and finished off the first todo item
13738
13739         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
13740         reflect current authors
13741
13742 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13743
13744         * pdf/xpdf/pdf-document.cc:
13745         * shell/ev-view.c: (ev_view_set_cursor),
13746         (ev_view_motion_notify_event), (document_changed_callback),
13747         (set_document_page):
13748
13749         Show a wait cursor while the page is rendering
13750
13751 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13752
13753         * shell/ev-sidebar-thumbnails.c:
13754         (ev_sidebar_tree_selection_changed),
13755         (ev_sidebar_thumbnails_select_page):
13756         * shell/ev-sidebar-thumbnails.h:
13757         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
13758         (ev_view_can_go_forward):
13759         * shell/ev-window.c: (ev_window_open_page),
13760         (ev_window_setup_document), (update_current_page),
13761         (view_page_changed_cb), (ev_window_init):
13762         * shell/ev-window.h:
13763
13764         Ensure thumbnails selection, toolbar page control and
13765         current page are in sync.
13766
13767 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
13768
13769         * pdf/xpdf/XRef.cc:
13770
13771         Fix CAN-2005-0064
13772
13773 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
13774
13775         * backend/Makefile.am:
13776         * backend/ev-document-links.h:
13777         * backend/ev-document-security.c: (ev_document_security_get_type),
13778         (ev_document_security_has_document_security),
13779         (ev_document_security_set_password):
13780         * backend/ev-document-security.h:
13781         * backend/ev-document.c: (ev_document_error_quark):
13782         * backend/ev-document.h:
13783         * data/Makefile.am:
13784         * data/evince-password.glade:
13785         * pdf/xpdf/pdf-document.cc:
13786         * shell/Makefile.am:
13787         * shell/ev-password.c: (ev_password_set_bad_password_label),
13788         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
13789         (ev_password_dialog_get_password),
13790         (ev_password_dialog_set_bad_pass):
13791         * shell/ev-password.h:
13792         * shell/ev-window.c: (ev_window_get_attribute),
13793         (ev_window_set_property), (update_action_sensitivity),
13794         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
13795         (ev_window_setup_document), (ev_window_get_password),
13796         (ev_window_open), (ev_window_cmd_save_as),
13797         (using_postscript_printer), (ev_window_print),
13798         (find_not_supported_dialog), (ev_window_cmd_edit_find),
13799         (update_fullscreen_popup), (ev_window_fullscreen),
13800         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
13801         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
13802         (menu_item_select_cb), (find_bar_search_changed_cb),
13803         (ev_window_dispose), (ev_window_init):
13804
13805         Add initial support for password-supported dialogs.  This could be
13806         a lot cooler, but it'll do for now.
13807
13808 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
13809
13810         * pdf/xpdf/pdf-document.cc:
13811         * shell/ev-view.c: (status_message_from_link),
13812         (ev_view_set_status), (ev_view_set_cursor),
13813         (ev_view_motion_notify_event), (ev_view_init):
13814         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
13815
13816         Fix bugs in the links implementation and change cursor
13817         when hovering a link.
13818
13819 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
13820
13821         * viewer/.cvsignore: added cvsignore file for viewer directory
13822
13823         * TODO: created TODO document
13824
13825 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
13826
13827         * shell/ev-view.h:
13828         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
13829         new functions to help with implementation of sensitivity code
13830         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
13831         of all actions that might require it.  Fixes a crash when you
13832         click on the Zoom actions in a window lacking a document.
13833
13834 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
13835
13836         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
13837         of the Find action
13838
13839 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13840
13841         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
13842         (pixbuf_document_document_iface_init):
13843         * ps/ps-document.c: (ps_document_get_link),
13844         (ps_document_document_iface_init):
13845         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
13846         (status_message_from_link), (ev_view_set_status),
13847         (ev_view_set_find_status), (ev_view_motion_notify_event),
13848         (ev_view_button_release_event), (ev_view_set_property),
13849         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
13850         (ev_view_get_find_status_message), (update_find_results),
13851         (ev_view_get_status), (ev_view_get_find_status):
13852         * shell/ev-view.h:
13853         * shell/ev-window.c: (view_status_changed_cb),
13854         (view_find_status_changed_cb), (ev_window_init):
13855
13856         View status message support, use it to show the links.
13857         Needs work...
13858
13859 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13860
13861         * backend/ev-document.c: (ev_document_get_link):
13862         * backend/ev-document.h:
13863         * pdf/xpdf/pdf-document.cc:
13864         * shell/ev-application.c: (ev_application_open):
13865         * shell/ev-application.h:
13866         * shell/ev-sidebar-links.c: (selection_changed_cb):
13867         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
13868         (ev_view_go_to_link):
13869
13870         Add support for document links
13871
13872 2005-01-13  Anders Carlsson  <andersca@gnome.org>
13873
13874         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
13875         (create_tool_item):
13876         Set the spin button limits correctly.
13877         
13878         * shell/ev-sidebar-thumbnails.c:
13879         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
13880         Support changing pages by clicking on the thumbnails.
13881         
13882 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
13883
13884         * pixbuf/pixbuf-document.c:
13885         (pixbuf_document_thumbnails_get_dimensions),
13886         (pixbuf_document_document_thumbnails_iface_init):
13887
13888         implement get_dimensions
13889
13890 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13891
13892         * ps/ps-document.c: (ps_document_goto_page):
13893
13894         Fix page switching on multipage documents
13895
13896 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
13897
13898         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13899         
13900         check for NULL before assigning to width and height parameters
13901
13902 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
13903
13904         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
13905         (pixbuf_document_set_property), (pixbuf_document_get_property):
13906
13907         implement get/set properties
13908
13909 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
13910
13911         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
13912         
13913         return NULL instead of "Unknown", letting the title get set to
13914         the filename when the pdf has no title.
13915
13916 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13917
13918         * ps/ps-document.c: (ps_document_get_page_count),
13919         (ps_document_goto_page):
13920
13921 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13922
13923         * shell/ev-history.c: (ev_history_get_property),
13924         (ev_history_set_property), (ev_history_class_init),
13925         (ev_history_add_page), (ev_history_set_current_index):
13926         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
13927         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
13928         (ev_navigation_action_finalize):
13929         * shell/ev-navigation-action.h:
13930         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13931         (ev_view_go_forward), (ev_view_get_find_status_message),
13932         (history_index_changed_cb), (ev_view_set_history):
13933         * shell/ev-view.h:
13934         * shell/ev-window.c: (update_total_pages), (ev_window_open),
13935         (update_current_page), (register_custom_actions):
13936
13937         Implement history dropdowns
13938
13939 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13940
13941         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
13942         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13943         (ev_view_go_forward):
13944         * shell/ev-window.c: (register_custom_actions):
13945
13946         Fix several history bugs
13947
13948 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
13949
13950         * configure.ac: Add «nb» to ALL_LINGUAS.
13951
13952 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
13953
13954         * backend/Makefile.am:
13955         * backend/ev-bookmark.c:
13956         * backend/ev-bookmark.h:
13957         * backend/ev-document-bookmarks.c:
13958         * backend/ev-document-bookmarks.h:
13959         * backend/ev-document-links.c: (ev_document_links_get_type),
13960         (ev_document_links_has_document_links),
13961         (ev_document_links_begin_read), (ev_document_links_get_link),
13962         (ev_document_links_get_child), (ev_document_links_next),
13963         (ev_document_links_free_iter):
13964         * backend/ev-document-links.h:
13965         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
13966         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
13967         (ev_link_get_link_type), (ev_link_set_link_type),
13968         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
13969         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
13970         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
13971         (ev_link_new_external):
13972         * backend/ev-link.h:
13973         * pdf/xpdf/pdf-document.cc:
13974         * shell/Makefile.am:
13975         * shell/ev-application.c: (ev_application_open_link):
13976         * shell/ev-application.h:
13977         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
13978         (ev_history_get_link_nth):
13979         * shell/ev-history.h:
13980         * shell/ev-sidebar-bookmarks.c:
13981         * shell/ev-sidebar-bookmarks.h:
13982         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
13983         (ev_sidebar_links_class_init), (selection_changed_cb),
13984         (ev_sidebar_links_construct), (ev_sidebar_links_init),
13985         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
13986         (do_one_iteration), (populate_links_idle),
13987         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
13988         * shell/ev-sidebar-links.h:
13989         * shell/ev-sidebar.c: (ev_sidebar_set_document):
13990         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
13991         (go_to_index):
13992         * shell/ev-view.h:
13993         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
13994         * shell/ev-window.h:
13995
13996         Rename bookmark to link, and use "Index" for the sidebar panel.
13997
13998 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13999
14000         * shell/Makefile.am:
14001         * shell/ev-application.c: (ev_application_open_bookmark):
14002         * shell/ev-application.h:
14003         * shell/ev-history.c: (ev_history_init), (free_links_list),
14004         (ev_history_finalize), (ev_history_class_init),
14005         (ev_history_add_link), (ev_history_add_page),
14006         (ev_history_get_link_nth), (ev_history_get_n_links),
14007         (ev_history_get_current_index), (ev_history_set_current_index),
14008         (ev_history_new):
14009         * shell/ev-history.h:
14010         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
14011         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
14012         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
14013         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
14014         (ev_view_set_page):
14015         * shell/ev-view.h:
14016         * shell/ev-window.c: (ev_window_open_bookmark),
14017         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
14018         (goto_page_cb), (register_custom_actions):
14019         * shell/ev-window.h:
14020
14021         Initial history implementation. Needs work.
14022
14023 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
14024
14025         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
14026
14027 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
14028
14029         * cut-n-paste/recent-files/egg-recent-item.c:
14030         * cut-n-paste/recent-files/egg-recent-item.h:
14031         * cut-n-paste/recent-files/egg-recent-model.c:
14032         * cut-n-paste/recent-files/egg-recent-util.c:
14033         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
14034         * cut-n-paste/recent-files/egg-recent-view.c:
14035
14036         Update
14037
14038 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
14039
14040         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
14041         (fillGlyph, fillImageMask, drawImage):
14042         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
14043         pdf/splash/SplashTypes.h:
14044         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
14045         packed mode for Splash.
14046
14047         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
14048         RGB8 packed mode, eliminates the pixbuf data creation loop.
14049
14050         * shell/ev-print-job.c (ev_print_job_finalize)
14051         (ev_print_job_set_property, ev_print_job_get_property)
14052         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
14053         (ev_print_job_use_print_dialog_settings, idle_print_handler)
14054         (print_closure_finalize, ev_print_job_print): implement
14055         printing (for backends with EvPsExporter)
14056
14057         * shell/ev_print_job.h: update prototypes.
14058
14059         * shell/ev-window.c (ev_window_print): unref print job after
14060         printing.
14061
14062         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
14063         unless the document implements the EvDocumentFind interface.
14064
14065 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
14066
14067         * configure.ac: Added ja to ALL_LINGUAS.
14068
14069 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14070
14071         * pdf/xpdf/pdf-document.cc:
14072
14073         add a FIXME. We should probably not allocate
14074         a bookmark object every time
14075
14076 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14077
14078         * shell/ev-application.c: (ev_application_open),
14079         (ev_application_open_bookmark):
14080         * shell/ev-application.h:
14081         
14082         Add a way to open bookmarks
14083
14084         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
14085         (ev_bookmark_set_uri), (ev_bookmark_get_property),
14086         (ev_bookmark_set_property), (ev_bookmark_class_init),
14087         (ev_bookmark_new_title), (ev_bookmark_new_link),
14088         (ev_bookmark_new_external):
14089
14090         Support for external uris, better constructors.
14091
14092         * backend/ev-bookmark.h:
14093         * pdf/xpdf/pdf-document.cc:
14094         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
14095
14096         Handle external uris
14097
14098 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14099
14100         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
14101         (ev_sidebar_bookmarks_construct), (do_one_iteration):
14102
14103         Hook up bookmarks navigation
14104
14105 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14106
14107         * backend/Makefile.am:
14108         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
14109         (ev_bookmark_get_title), (ev_bookmark_set_title),
14110         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
14111         (ev_bookmark_get_page), (ev_bookmark_set_page),
14112         (ev_bookmark_get_property), (ev_bookmark_set_property),
14113         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
14114         (ev_bookmark_new):
14115         * backend/ev-bookmark.h:
14116         * backend/ev-document-bookmarks.c:
14117         (ev_document_bookmarks_get_bookmark):
14118         * backend/ev-document-bookmarks.h:
14119         * pdf/xpdf/pdf-document.cc:
14120         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
14121
14122         Add a bookmark object to the backend and use it instead of get_values
14123
14124 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14125
14126         * data/evince-ui.xml:
14127
14128         Cleanup and add select all.
14129
14130         * shell/ev-view.c: (ev_view_select_all),
14131         (ev_view_button_press_event):
14132         * shell/ev-view.h:
14133         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
14134
14135         Add select all.
14136         Clear selection on click.
14137
14138 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
14139
14140         * shell/ev-sidebar-thumbnails.c
14141         (ev_sidebar_thumbnails_set_document): forgot to unref the
14142         loading_icon.
14143
14144 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
14145
14146         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
14147         at the visible page, not just linearly.  This makes it look fast.
14148
14149 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
14150
14151         * backend/ev-document-misc.c
14152         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
14153         white.
14154         * backend/ev-document-thumbnails.h: New interface to get the size
14155         of a page.
14156
14157 2005-01-06  Jeremy Katz  <katzj@redhat.com>
14158
14159         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
14160         make dist works
14161
14162 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
14163
14164         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
14165         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
14166         things up a bit.
14167
14168         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
14169
14170 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
14171
14172         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
14173         fonts. Should fix font problems on systems that have the base
14174         fonts in bitmap format. Reported by James Henstridge
14175         <james@jamesh.id.au>.
14176
14177 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14178
14179         * pdf/xpdf/Gfx.cc:
14180         * pdf/xpdf/GfxState.cc:
14181
14182         Fix for CAN-2004-1125
14183
14184 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14185
14186         * shell/ev-view.c: (ev_view_copy):
14187         * shell/ev-view.h:
14188         * shell/ev-window.c: (ev_window_cmd_edit_copy):
14189
14190         Implement Edit->Copy
14191
14192 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14193
14194         * backend/ev-document.c: (ev_document_get_text):
14195         * backend/ev-document.h:
14196         * pdf/xpdf/pdf-document.cc:
14197         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
14198         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
14199         (ev_view_update_primary_selection), (ev_view_button_press_event),
14200         (ev_view_motion_notify_event), (ev_view_button_release_event):
14201
14202         Beginnings of clipboard support. Incomplete but primary sort
14203         of work.
14204
14205 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14206
14207         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
14208         (expose_bin_window):
14209
14210         Nicer rubberband drawing, from GtkIconView.
14211
14212 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14213
14214         * backend/ev-document.c: (ev_document_save):
14215         * backend/ev-document.h:
14216         * data/evince-ui.xml:
14217         * pdf/xpdf/pdf-document.cc:
14218         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
14219
14220         Implement "Save a copy..." menu item
14221
14222 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14223
14224         * shell/ev-view.c: (ev_view_zoom):
14225
14226         Queue a resize when zoom changes
14227
14228 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
14229
14230         * backend/ev-document-misc.[ch]: New misc file to do simple drop
14231         shadows.
14232
14233         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
14234         thumbnails..
14235
14236 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
14237
14238         * pdf/xpdf/pdf-document.cc
14239         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
14240
14241 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
14242
14243         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
14244         It's slow, but I'll speed it up next!
14245
14246 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
14247
14248         * shell/main.c (load_files):
14249
14250         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
14251         from the command line and because it seems more appropriate.
14252
14253 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14254
14255         * data/evince-ui.xml:
14256         * shell/ev-window.c: (update_action_sensitivity),
14257         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
14258
14259         s/next page/page down
14260         s/previous page/page up
14261
14262 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14263
14264         * data/evince-ui.xml:
14265
14266         Change the layout to match clarkbw design.
14267
14268         * shell/Makefile.am:
14269         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
14270         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
14271         (ev_navigation_action_finalize),
14272         (ev_navigation_action_set_property),
14273         (ev_navigation_action_get_property),
14274         (ev_navigation_action_class_init):
14275         * shell/ev-navigation-action.h:
14276
14277         Implement clarkbw toolbar navigation controls (incomplete)
14278
14279         * shell/ev-page-action.c: (update_label), (update_spin),
14280         (value_changed_cb), (create_tool_item), (connect_proxy),
14281         (ev_page_action_init), (ev_page_action_finalize),
14282         (ev_page_action_set_property), (ev_page_action_get_property),
14283         (ev_page_action_set_current_page),
14284         (ev_page_action_set_total_pages), (ev_page_action_class_init):
14285         * shell/ev-page-action.h:
14286
14287         Implement a page switcher in the toolbar
14288
14289         * shell/ev-view.c: (ev_view_scroll_view):
14290         * shell/ev-window.c: (update_total_pages), (ev_window_open),
14291         (update_current_page), (view_page_changed_cb), (goto_page_cb),
14292         (register_custom_actions), (ev_window_init):
14293
14294         Change page on PageUp/Down.
14295
14296 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
14297
14298         * pdf/xpdf/pdf-document.cc
14299         (pdf_document_thumbnails_get_thumbnail): initial stab at
14300         implementing thumbnail support for pdfs.  It only does documents
14301         with precached pdfs now.
14302
14303 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
14304
14305         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
14306         thumbnail code into a time-based idle as well.  Also, turn off the
14307         shadow temporarily as it's really slow.
14308
14309 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14310
14311         * backend/ev-document.c: (ev_document_class_init):
14312         * pdf/xpdf/pdf-document.cc:
14313         * shell/ev-window.c: (ev_window_open):
14314
14315         Fix document title bugs and fallback to
14316         filename when not available.
14317
14318 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14319
14320         * backend/ev-document.c: (ev_document_get_type),
14321         (ev_document_class_init), (ev_document_load),
14322         (ev_document_get_title):
14323         * backend/ev-document.h:
14324         * pdf/xpdf/pdf-document.cc:
14325         * ps/ps-document.c: (ps_document_set_property),
14326         (ps_document_get_property), (ps_document_class_init),
14327         (document_load):
14328         * ps/ps-document.h:
14329         * ps/ps.h:
14330         * shell/ev-window.c: (update_window_title), (ev_window_open),
14331         (ev_window_init):
14332
14333         Initial support for document title. Not working yet.
14334
14335 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14336
14337         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
14338
14339         Grab focus on the view when clicking it
14340
14341 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14342
14343         * shell/ev-marshal.list:
14344         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
14345         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
14346
14347         Add key bindings to the view. Now if the focus would work
14348         right...
14349
14350 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14351
14352         * Makefile.am:
14353         * backend/Makefile.am:
14354         * data/Makefile.am:
14355         * dvi/Makefile.am:
14356         * dvi/dvilib/Makefile.am:
14357         * pdf/xpdf/Makefile.am:
14358         * po/POTFILES.in:
14359         * ps/Makefile.am:
14360
14361         Fix distcheck
14362
14363 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14364
14365         * shell/ev-view.c: (ev_view_realize):
14366
14367         Fix mouse wheel scrolling
14368
14369 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14370
14371         * ps/Makefile.am:
14372         * ps/gstypes.h:
14373         * ps/gtkgs.c:
14374         * ps/gtkgs.h:
14375         * ps/ps-document.c: (catchPipe), (ps_document_init),
14376         (ps_document_class_init), (ps_document_cleanup),
14377         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
14378         (set_up_page), (close_pipe), (is_interpreter_ready),
14379         (interpreter_failed), (output), (input), (start_interpreter),
14380         (stop_interpreter), (file_length), (file_readable),
14381         (check_filecompressed), (check_pdf), (compute_xdpi),
14382         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
14383         (ps_document_get_type), (ps_document_emit_error_msg),
14384         (document_load), (ps_document_next_page),
14385         (ps_document_get_current_page), (ps_document_get_page_count),
14386         (ps_document_goto_page), (ps_document_set_page_size),
14387         (ps_document_zoom_to_fit), (ps_document_set_zoom),
14388         (ps_document_load), (ps_document_get_n_pages),
14389         (ps_document_set_page), (ps_document_get_page),
14390         (ps_document_widget_event), (ps_document_set_target),
14391         (ps_document_set_scale), (ps_document_set_page_offset),
14392         (ps_document_get_page_size), (ps_document_render),
14393         (ps_document_document_iface_init):
14394         * ps/ps-document.h:
14395         * ps/ps.c:
14396         * shell/ev-window.c: (ev_window_open):
14397
14398         Rename GtkGS to PSDocument
14399
14400 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14401
14402         * ps/gtkgs.c: (gtk_gs_class_init):
14403         * ps/gtkgs.h:
14404
14405         Some more leftover...
14406
14407 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14408
14409         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
14410         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
14411         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
14412         * ps/gtkgs.h:
14413
14414         Remove unused code and make a lot of stuff private
14415
14416 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14417
14418         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
14419         (gtk_gs_defaults_changed):
14420         * ps/gsdefaults.h:
14421         * ps/gtkgs.c:
14422         * ps/gtkgs.h:
14423         * ps/ps.h:
14424
14425         Cleanup headers dependencies
14426
14427 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14428
14429         * ps/Makefile.am:
14430         * ps/ggvutils.c:
14431         * ps/ggvutils.h:
14432         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
14433         * ps/gsdefaults.h:
14434         * ps/gtkgs.c: (file_length), (file_readable),
14435         (check_filecompressed), (check_pdf), (gtk_gs_load),
14436         (gtk_gs_get_postscript):
14437
14438         Get rid of ggvutils
14439
14440 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14441
14442         * ps/ggvutils.c:
14443         * ps/ggvutils.h:
14444         * ps/gsio.h:
14445         * ps/gtkgs.c: (gtk_gs_set_zoom):
14446
14447         Cleanups
14448
14449 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14450
14451         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
14452
14453         Ensure the page is rerendered when changing zoom
14454
14455 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14456
14457         * backend/ev-document.c: (ev_document_base_init),
14458         (ev_document_changed):
14459         * backend/ev-document.h:
14460
14461         Add a changed event that is emitted when the page content
14462         changes. This is necessary to deal with the fact that
14463         in ps backend rendering happen asycrounously.
14464         This makes the ps backend mostly work.
14465
14466         * pdf/xpdf/pdf-document.cc:
14467
14468         Emit changed event
14469
14470         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
14471         (ps_document_set_target):
14472
14473         Emit changed event
14474
14475         * shell/ev-view.c: (document_changed_callback),
14476         (ev_view_set_document), (ev_view_set_page):
14477
14478         Redraw on the changed signal
14479
14480 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
14481
14482         * configure.ac: Added pt_BR to ALL_LINGUAS.
14483
14484 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
14485
14486         * backend/ev-document-bookmarks.c:
14487         (ev_document_bookmarks_get_child): *
14488         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
14489         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
14490         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
14491         (ev_sidebar_bookmarks_destroy),
14492         (ev_sidebar_bookmarks_class_init),
14493         (ev_sidebar_bookmarks_construct), (stack_data_free),
14494         (do_one_iteration), (populate_bookmarks_idle),
14495         (ev_sidebar_bookmarks_clear_document),
14496         (ev_sidebar_bookmarks_set_document): *
14497         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
14498         (ev_sidebar_add_page),
14499         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
14500         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
14501         it displays both the topics and the page numbers.
14502
14503 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
14504
14505         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
14506         toggle.
14507         * shell/ev-window.c (toggle_entries): Set sidebar default value to
14508         visible.
14509
14510 2004-12-23  Adam Weinberger  <adamw@gnome.org>
14511
14512         * configure.ac: Added en_CA to ALL_LINGUAS.
14513
14514 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14515
14516         * ChangeLog: replace bottom of this ChangeLog (merged history of
14517         ggv and gpdf; where all paths were wrong and most of the files are
14518         not even in this tree) with ChangeLog (from arch) of the shell
14519         code.
14520
14521 2004-12-23  Havoc Pennington  <hp@redhat.com>
14522
14523         * shell/ev-window.c: hook up potentially-questionable "find
14524         results status text" feature - something involving the sidebar or
14525         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
14526         might be better in the end.
14527
14528         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
14529         with corresponding signal when it should be updated
14530
14531         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
14532
14533 2004-12-22  Havoc Pennington  <hp@redhat.com>
14534
14535         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
14536         find stuff on other pages, sort of (only returns one result on
14537         invisible pages, to show they have results; updates full results
14538         for a page when you view it). Currently repaints the current page
14539         every time a new result is found on any page, which isn't so nice.
14540
14541 2004-12-22  Havoc Pennington  <hp@redhat.com>
14542
14543         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
14544         the document doesn't support find (better ideas?)
14545         (find_bar_search_changed_cb): handle missing document or document
14546         that doesn't support find
14547
14548         * pdf/xpdf/pdf-document.cc: port to implement the new
14549         EvDocumentFindIface
14550
14551         * backend/ev-document-find.c: create a new interface for searching
14552
14553         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
14554
14555 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14556
14557         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
14558         libevbackend.la.
14559
14560         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
14561         EvPrintJob constructor arguments.
14562
14563         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
14564         for documents that can export PostScript (page by page).
14565
14566         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
14567         
14568         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
14569         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
14570         (pdf_document_ps_exporter_iface_init:
14571         Implement EvPSExporter.
14572
14573         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
14574
14575 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14576
14577         * backend/Makefile.am:
14578         * backend/ev-document-thumbnails.c:
14579         (ev_document_thumbnails_get_type),
14580         (ev_document_thumbnails_get_thumbnail):
14581         * backend/ev-document-thumbnails.h:
14582         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
14583         (pixbuf_document_thumbnails_get_thumbnail),
14584         (pixbuf_document_document_thumbnails_iface_init):
14585         * shell/Makefile.am:
14586         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
14587         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
14588         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
14589         * shell/ev-sidebar-thumbnails.h:
14590         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
14591         (ev_sidebar_set_document):
14592         * shell/ev-utils.c: (gaussian), (create_blur_filter),
14593         (create_shadow), (ev_pixbuf_add_shadow):
14594         * shell/ev-utils.h:
14595         Add thumbnail support.
14596         
14597 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14598
14599         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
14600         (using_postscript_printer): Set up a print dialog for "PostScript
14601         injection" method.
14602
14603         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
14604         EvPrintJob.
14605
14606         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
14607
14608 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14609
14610         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
14611         (ps_document_set_target), (ps_document_get_page_size),
14612         (ps_document_render):
14613         * ps/gtkgs.h:
14614
14615         Fix a few bugs
14616
14617 2004-12-22  Christian Rose  <menthos@menthos.com>
14618
14619         * configure.ac: Added "sv" to ALL_LINGUAS.
14620
14621 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
14622
14623         * backend/ev-document-bookmarks.[ch]: new interface to indicate
14624         document supports bookmarks.
14625
14626 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14627
14628         * ps/ggvutils.c: (ggv_file_readable):
14629         * ps/ggvutils.h:
14630         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
14631         (gtk_gs_get_postscript):
14632
14633         Remove unused utils
14634
14635 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14636
14637         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
14638         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
14639         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
14640         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
14641         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
14642         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
14643         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
14644         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
14645         (gtk_gs_set_antialiasing), (ps_document_load),
14646         (ps_document_render):
14647         * ps/gtkgs.h:
14648
14649         Another check point for the ps backend. Now I can get it to show
14650         pages!
14651
14652 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
14653
14654         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
14655         document setting code.
14656
14657 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14658
14659         * shell/eggfindbar.c: (entry_activate_callback):
14660         Animate the next button when activate is pressed.
14661         
14662 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14663
14664         * shell/ev-window.c: (ev_window_cmd_edit_find),
14665         (update_fullscreen_popup), (ev_window_fullscreen),
14666         (ev_window_unfullscreen), (ev_window_state_event_cb),
14667         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
14668         Fix bugs in fullscreen code.
14669         
14670 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14671
14672         * Makefile.am:
14673         * configure.ac:
14674         * pixbuf/Makefile.am:
14675         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
14676         (pixbuf_document_load), (pixbuf_document_get_n_pages),
14677         (pixbuf_document_set_page), (pixbuf_document_get_page),
14678         (pixbuf_document_set_target), (pixbuf_document_set_scale),
14679         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
14680         (pixbuf_document_render), (pixbuf_document_begin_find),
14681         (pixbuf_document_end_find), (pixbuf_document_finalize),
14682         (pixbuf_document_class_init),
14683         (pixbuf_document_document_iface_init), (pixbuf_document_init):
14684         * pixbuf/pixbuf-document.h:
14685         * shell/Makefile.am:
14686         * shell/ev-application.c: (ev_application_open):
14687         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
14688         (ev_window_open):
14689         Add pixbuf backend.
14690         
14691 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
14692
14693         * Makefile.am: 
14694         * dvi/dvilib/Makefile.am:
14695         * dvi/Makefile.am:
14696         * configure.ac: Auto*ify dvi and dvi/dvilib
14697
14698         * dvi/Makefile: Remove from CVS
14699         
14700         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
14701         confusion.
14702
14703         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
14704         
14705         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
14706         
14707 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14708
14709         * ps/Makefile.am:
14710         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
14711         (gtk_gs_value_adjustment_changed), (compute_size),
14712         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
14713         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
14714         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
14715         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
14716         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
14717         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
14718         (ps_document_load), (ps_document_get_n_pages),
14719         (ps_document_set_page), (ps_document_get_page),
14720         (ps_document_set_target), (ps_document_set_scale),
14721         (ps_document_set_page_offset), (ps_document_get_page_size),
14722         (ps_document_render), (ps_document_begin_find),
14723         (ps_document_end_find), (ps_document_document_iface_init):
14724         * ps/gtkgs.h:
14725         * shell/Makefile.am:
14726         * shell/ev-window.c: (ev_window_open):
14727
14728         Some work to integrate gtkgs with EvDocument
14729
14730 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14731
14732         * shell/ev-window.c: (update_fullscreen_popup),
14733         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
14734         (exit_fullscreen_button_clicked_cb),
14735         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
14736         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
14737         (ev_window_state_event_cb), (ev_window_init):
14738         Add fullscreen support from Epiphany.
14739         
14740 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14741
14742         * data/ev-stock-zoom-fit-width.png: fit-width
14743         stock icon from gpdf.
14744         
14745         * shell/ev-stock-icons.[ch]: copied from gpdf.
14746         
14747         * shell/main.c: (main): init stock icons.
14748         
14749         * shell/ev-window.c: use the fit-width icon.
14750         
14751         * data/evince-ui.xml: add zooming toolbar items.
14752
14753 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14754
14755         * shell/ev-view.c: 
14756         (ev_view_best_fit), (ev_view_fit_width): because
14757         get_page_size() returns the scaled page size, we
14758         need to calculate the scale factor relative to
14759         the previous scale factor. Should really just
14760         add get_real_page_size().
14761
14762 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14763
14764         * shell/ev-view.[ch]:
14765         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
14766         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
14767         add zooming.
14768         
14769         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
14770         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
14771         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
14772         hook it up.
14773         
14774         * pdf/xpdf/pdf-document.cc:
14775         (pdf_document_begin_find),
14776         (pdf_document_end_find): make static.
14777
14778 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14779
14780         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
14781
14782         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
14783         names to fontconfig patterns.
14784         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
14785
14786         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
14787         setupBaseFontsFc.
14788
14789 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14790
14791         * Makefile.am:
14792         * configure.ac:
14793         * ps/Makefile.am:
14794         * ps/ggvutils.c:
14795         * ps/ggvutils.h:
14796         * ps/gsdefaults.c:
14797         * ps/gsdefaults.h:
14798         * ps/gsio.c:
14799         * ps/gsio.h:
14800         * ps/gtkgs.c:
14801         * ps/gtkgs.h:
14802         * ps/ps.c:
14803         * ps/ps.h:
14804
14805         Import ggv backend. Not hooked up yet.
14806
14807 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14808
14809         * shell/main.c: (load_files), (main): load files
14810         from the command line.
14811
14812 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14813
14814         * configure.ac: don't require bonobo.
14815         
14816         * cut-n-paste/recent-files/*: kill bonobo recent
14817         view.
14818
14819         * shell/ev-window.c:
14820         (ev_window_is_empty): upd.
14821         (unable_to_load), (ev_window_open): load backend
14822         based on the mime type.
14823
14824 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14825
14826         * backend/.cvsignore: ignore generated marshalers source.
14827
14828         * shell/main.c (main): this is not epiphany.
14829
14830 2004-12-22  Havoc Pennington  <hp@redhat.com>
14831
14832         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
14833         (expose_bin_window): draw find highlights
14834
14835         * shell/ev-window.c (find_bar_search_changed_cb): implement 
14836         
14837         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
14838         (pdf_document_end_find): implement this interface
14839
14840         * backend/ev-document.c (ev_document_found): add this to emit
14841         signal
14842
14843 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
14844
14845         * data/evince-ui.xml: Add a few more toolbar items.
14846
14847         * shell/ev-window.c: Hook up page navigation toolbar 
14848         items.
14849
14850         * shell/ev-view.[ch]: add ev_view_set/get_page and 
14851         a page-changed signal.
14852
14853         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
14854         Add ev_document_get_page().
14855
14856         * shell/ev-window.c: Sensitize/desensitize navigation
14857         actions.
14858
14859 2004-12-21  Havoc Pennington  <hp@redhat.com>
14860
14861         * backend/ev-backend-marshal.c,
14862         backend/ev-backend-marshalers.list, backend/Makefile.am: add
14863         marshaler-generator thingy. I'm sure there's a better way to do
14864         this in the modern world.
14865
14866         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
14867         end_find methods and "found" signal.
14868
14869         * configure.ac: find glib-genmarshal
14870
14871 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
14872
14873         * shell/ev-sidebar.c: Construct an actual sidebar.
14874         * shell/ev-sidebar-bookmarks.[ch]:
14875         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
14876
14877 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
14878
14879         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
14880         Redo size handling.
14881         
14882         * shell/ev-view.c: Track the size from the document.
14883
14884 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
14885
14886         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
14887         constructor assumes ownership of the string passed in.
14888         
14889         * shell/ev-window.c (ev_window_open): Destroy the error
14890         dialog once we've displayed it.
14891
14892 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
14893
14894         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
14895         a bit, it works! (sort of)
14896
14897         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
14898         Move to .cc since we need to use C++ in the implementation.
14899
14900         * shell/dummy.cc: Add a CC file to force evince
14901         to be linked as a C++ program.
14902
14903 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
14904
14905         * shell/ev-view.[ch]: Start of content-area widget.
14906
14907         * shell/ev-window.c: Create a EvView, update it
14908         as we change documents.
14909
14910         * shell/Makefile.am shell/ev-marshal.list: Add
14911         generated marshalers.
14912
14913 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
14914
14915         * Makefile.am (SUBDIRS): move shell.
14916
14917 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
14918
14919         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
14920         .a to libtool convenience libraries.
14921
14922         * shell/ev-window.c (ev_window_open): Hard code loading
14923         a PDF document.
14924         
14925         * backend/ev-document.h: Add a boolean return to load(),
14926         fix GError * to GError **.
14927
14928         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
14929         object for a PDF backend EvDocument.
14930
14931 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
14932
14933         * dvi/*: New directory with the beginning of a .dvi backend.
14934
14935 2004-12-21  Havoc Pennington  <hp@redhat.com>
14936
14937         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
14938         previous/next instead of back/forward
14939
14940 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
14941
14942         * backend/ev-document.[ch]: Fix a couple of problems so
14943         it compile.
14944
14945 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
14946
14947         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
14948         to backend/ directory, rename EvViewer to EvDocument.
14949
14950 2004-12-21  Havoc Pennington  <hp@redhat.com>
14951
14952         * shell/ev-window.c: hook up the find bar widget; now we just need
14953         a document to find things in
14954
14955         * shell/eggfindbar.c: a find bar widget
14956
14957 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
14958
14959         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
14960
14961 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
14962
14963         * pdf/**: Import of xpdf code from gpdf. 
14964
14965         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
14966
14967         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
14968         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
14969         Fix FreeType includes.
14970
14971         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
14972         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
14973         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
14974         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
14975         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
14976         Include xpdfconfig.h
14977         
14978 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
14979
14980         * shell/ev-window.c (ev_window_dispose): dispose can be called
14981         multiple times.
14982
14983 2004-12-21  Havoc Pennington  <hp@redhat.com>
14984
14985         * shell/ev-window.c (ev_window_init): set title to Document Viewer
14986         rather than Evince
14987
14988         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
14989         items; really they should be synced with the strings, etc. from
14990         current gpdf, but just getting the boring typing out of the way 
14991
14992 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14993
14994         * po/POTFILES.in:
14995         * shell/ev-application.c: (window_destroy_cb):
14996         * shell/ev-window.c:
14997         * shell/main.c: (main):
14998
14999         Actually show the window...
15000
15001 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15002
15003         * Makefile.am:
15004         * shell/Makefile.am:
15005         * shell/ev-application.c: (ev_application_class_init):
15006         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
15007
15008         Make it build again
15009
15010 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15011
15012         Import to gnome cvs.
15013         
15014         * Remove copies of gpdf and ggv trees.
15015         * Rip out all the recursive configure code.
15016         * Remove bonobo machinery.
15017         * viewer/*: GInterfaces that backends should/can implement.
15018
15019 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15020
15021         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
15022         typo
15023
15024 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15025
15026         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
15027         (ev_application_finalize, ev_application_class_init)
15028         (ev_application_init): use GType instance private data for priv.
15029
15030         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
15031         (ev_window_finalize, ev_window_class_init)
15032         (ev_window_init): ditto.
15033
15034 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15035
15036         * shell/ev-application.c (ev_application_new_window): make public
15037         (ev_application_show_initial_window): kill.
15038
15039         * shell/ev-application.h: update prototypes.
15040
15041         * shell/main.cc (main): inline ev_application_show_initial_window.
15042
15043 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15044
15045         * shell/ev-application.c (ev_application_new_window): impl.
15046         (ev_application_show_initial_window): use it.
15047         (is_window_empty, ev_application_get_empty_window): returns an
15048         existing empty window or a new one.
15049         (ev_application_open): from ev_window_cmd_file_open.
15050
15051         * shell/ev-application.h: update prototypes
15052
15053         * shell/ev-window.c (ev_window_is_empty): impl.
15054         (ev_window_open): make public.
15055         (ev_window_cmd_file_open): use ev_application_open
15056
15057         * shell/ev-window.h: update prototypes, remove unused.
15058
15059 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15060
15061         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
15062         move destroy handler out of here...
15063
15064         * shell/ev-application.c, shell/ev-application.h: ...into this new
15065         class. Also handles initial window creation.
15066
15067         * shell/main.cc (main): use EvApplication to create initial
15068         window.
15069
15070 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15071
15072         * Makefile.am (SUBDIRS): add cut-n-paste
15073
15074         * cut-n-paste/Makefile.am: add
15075
15076         * configure.ac: generate Makefiles in cut-n-paste
15077
15078 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15079
15080         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
15081         (ev_window_class_init): install ev_window_dispose.
15082
15083 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15084
15085         * shell/ev-window.h, shell/ev-window.c: replace gchar with
15086         char (gchar looks stupid).
15087
15088 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15089
15090         * po/de.po: updated German translation.
15091
15092 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15093
15094         * configure.ac: add more pkg-config library checks for gnome-vfs,
15095         bonobo etc.
15096
15097         * gpdf/configure.in: temporarily disable libpaper
15098         checks. Otherwise I'd have to add the checks for the shell, too.
15099
15100 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15101
15102         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
15103         and * file filters to the file choose.
15104
15105 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15106
15107         * po/de.po: Updated German translation.
15108
15109 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15110
15111         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
15112
15113 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15114
15115         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
15116
15117         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
15118         (ev_window_init): implement those menuitems.
15119
15120 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15121
15122         * data/evince-ui.xml: add a toolbar (with FileOpen action)
15123
15124         * shell/ev-window.c (ev_window_init): use the toolbar.
15125
15126 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15127
15128         * shell/ev-window.c (ev_window_init): use menu translations
15129
15130 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15131
15132         * configure.ac: add "de" to ALL_LINGUAS.
15133
15134         * po/de.po: add German translation.
15135
15136 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15137
15138         * Makefile.am (SUBDIRS): add po
15139
15140         * configure.ac: check intltool, glib-gettext etc, generate
15141         po/Makefile.in
15142
15143         * po, po/POTFILES.in, po/POTFILES.skip: new.
15144
15145 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15146
15147         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
15148         already use (#ifdef ENABLE_NLS)
15149
15150         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
15151         pointer indirection thinko.
15152
15153         * shell/main.c: include gi18n.h for bindtextdomain etc.
15154
15155 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15156
15157         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
15158         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
15159         tooltips for menu items in the statusbar.
15160
15161 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15162
15163         * configure.ac, data/Makefile.am, shell/Makefile.am: use
15164         pkgdatadir drop UIDIR
15165
15166 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15167
15168         * data/evince-ui.xml: Add File->Open menu item
15169
15170         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
15171         chooser), hook it up in the ui manager.
15172
15173 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15174
15175         * shell/ev-window.c: fix Help->About tooltip.
15176
15177 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
15178
15179         * configure.ac: set CFLAGS for libevprivate.
15180
15181         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
15182         definitions, factory etc.
15183
15184         * lib/Makefile.am: build libevprivate.a (only stock icon code).
15185
15186         * shell/Makefile.am: link against libevprivate.a.
15187
15188         * shell/ev-window.c (entries): add stock icon to Help->About.
15189
15190         * shell/main.c (main): init stock icon code.
15191
15192 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15193
15194         * lib/recent-files: egg recent files code
15195
15196         * lib/Makefile.am: add.
15197
15198         * Makefile.am: add lib subdir.
15199
15200         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
15201         set CFLAGS for recent-files.
15202
15203 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15204
15205         * configure.ac: disable -ansi and -pedantic gcc flags. They
15206         disable POSIX stuff in stdio.h, but egg-recent uses them.
15207
15208 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
15209
15210         * configure.ac: add --disable-deprecated flag (defaults to on in
15211         "cvs" builds).
15212
15213         * shell/Makefile.am (INCLUDES): use it.
15214
15215 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15216
15217         * shell/main.c: add missing #include.
15218
15219         * shell/ev-window.c: fix for pedantic gcc.
15220         (ev_window_cmd_help_about): split license into paragraphs for
15221         translators and pedantic compilers.
15222
15223 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15224
15225         * configure.ac: add more warning flags if compiling with gcc from
15226         cvs (or explicitly requested with --enable-more-warnings).
15227
15228 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15229
15230         * data/evince-ui.xml: add File and File->Close menu.
15231
15232         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
15233         (ev_window_destroy): quit after destroy.
15234         (ev_window_class_init): override GtkObject::destroy.
15235         (entries): install close_window callback.
15236
15237 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15238
15239         * Makefile.am (SUBDIRS): add data subdir.
15240
15241         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
15242         gtk+ 2.5.0 for GtkAboutDialog.
15243
15244         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
15245         main window.
15246
15247         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
15248
15249         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
15250         manager.
15251         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
15252
15253 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15254
15255         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
15256
15257 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15258
15259         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
15260
15261 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15262
15263         * shell/*: Added shell directory boilerplate, build it.
15264
15265 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15266
15267         * configure.ac, Makefile.am: Added top-level configure.ac and
15268         Makefile.am