]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Update for the current source tree.
[evince.git] / ChangeLog
1 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * po/POTFILES.in:
4
5         Update for the current source tree.
6         
7 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
8
9         * configure.ac:
10         * Makefile.am:
11         * libdocument/Makefile.am:
12         * libview/Makefile.am:
13         * libview/ev-job-scheduler.[ch]:
14         * libview/ev-jobs.[ch]:
15         * libview/ev-page-cache.[ch]:
16         * libview/ev-pixbuf-cache.[ch]:
17         * libview/ev-timeline.[ch]:
18         * libview/ev-transition-animation.[ch]:
19         * libview/ev-view-accessible.[ch]:
20         * libview/ev-view-marshal.list:
21         * libview/ev-view.[ch]:
22         * shell/Makefile.am:
23
24         Move EvView specific code to a libeviview library so that it can
25         be embbeded in other applications. Based on patches by Tomeu
26         Vizoso. Fixes bug #567751.
27         
28 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
29
30         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
31         * shell/ev-window.c: (ev_window_load_job_cb),
32         (ev_window_load_job_cb), (ev_window_open_uri),
33         (ev_window_reload_local), (ev_window_dispose):
34
35         Remove dest, mode and search_string from EvJobLoad since they are
36         not really needed by the job, but for the window.
37         
38 2009-01-17  Carlos Garcia Campos  <carlosgc@gnome.org>
39
40         * shell/ev-view.c: (ev_view_drag_data_received),
41         (ev_view_class_init), (ev_view_init):
42         * shell/ev-window.c: (ev_window_drag_data_received),
43         (ev_window_class_init), (ev_window_init):
44
45         Make the whole EvWindow the destination of a drag and drop
46         operation.
47         
48 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
49
50         * shell/ev-window.c: (window_open_file_copy_progress_cb):
51
52         Add missing brakets around the percentage in progress
53         messages. See bug #567910.
54         
55 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
56
57         * shell/ev-application.c: (ev_application_open_window),
58         (ev_application_open_uri_at_dest):
59
60         Do no use gdk_x11_* when not available. Based on patch by Hib
61         Eris, see bug #339172.
62         
63 2009-01-16  Hib Eris  <hib@hiberis.nl>
64
65         * configure.ac:
66         * properties/ev-properties-view.c:
67         (ev_properties_view_format_date):
68
69         Check for localtime_r. See bug #339172.
70         
71 2009-01-16  Hib Eris  <hib@hiberis.nl>
72
73         * shell/main.c:
74
75         Include gdkx only for dbus support. See bug #339172.
76         
77 2009-01-16  Tomeu Vizoso  <tomeu@sugarlabs.org>
78
79         * shell/ev-view.c: (ev_view_set_zoom_for_size):
80
81         Expose ev_view_set_zoom_for_size for embedders to use. Fixes bug
82         #567785.
83         
84 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
85
86         * shell/ev-window.c: (reload_remote_copy_progress_cb),
87         (window_save_file_copy_progress_cb):
88
89         Use brakets around the percentage in progress messages. See bug
90         #567910.
91         
92 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
93
94         * shell/ev-window.c: (reload_remote_copy_ready_cb):
95
96         Fix typo in error message. See bug #567910.
97         
98 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
99
100         * shell/ev-window.c: (ev_window_cmd_file_close_window):
101
102         Fix mnemonic conflict. Fixes bug #567937.
103         
104 2009-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
105
106         * NEWS:
107         * configure.ac:
108
109         Update for release 2.25.4
110         
111 2009-01-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
112
113         * configure.ac:
114         
115         GLib version requirement bumped to 2.18 due to g_set_error_literal.
116         Thanks to Christian Spurk.
117
118 2008-12-31  Hib Eris  <hib@hiberis.nl>
119         
120         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri):
121
122         Fix mime type handling.
123         
124 2008-12-31  Carlos Garcia Campos  <carlosgc@gnome.org>
125
126         * po/POTFILES.in:
127
128         Add ev-print-operation.c.
129         
130 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
131
132         * shell/ev-window.c: (ev_window_clear_progress_idle),
133         (reset_progress_idle), (ev_window_show_progress_message),
134         (ev_window_reset_progress_cancellable),
135         (ev_window_progress_response_cb), (show_loading_progress),
136         (ev_window_load_remote_failed), (window_open_file_copy_ready_cb),
137         (window_open_file_copy_progress_cb), (ev_window_load_file_remote),
138         (show_reloading_progress), (reload_remote_copy_ready_cb),
139         (reload_remote_copy_progress_cb), (query_remote_uri_mtime_cb),
140         (show_saving_progress), (window_save_file_copy_ready_cb),
141         (window_save_file_copy_progress_cb), (ev_window_save_remote),
142         (ev_window_dispose):
143
144         Show progress information when loading/saving remote files. Fixes
145         bug #370958.
146         
147 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
148
149         * libdocument/ev-file-helpers.c: (ev_tmp_file_unlink):
150
151         Show better warning message when temp file cannot be deleted.
152         
153 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
154
155         * shell/ev-window.c: (image_save_dialog_response_cb):
156
157         Fix saving images to remote locations.
158         
159 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
160
161         * shell/ev-application.[ch]: (ev_application_shutdown),
162         (ev_application_get_print_settings_file),
163         (ev_application_save_print_settings),
164         (ev_application_get_print_settings),
165         (ev_application_set_print_settings),
166         (ev_application_get_page_setup), (ev_application_set_page_setup):
167         * shell/ev-window.c: (ev_window_save_print_page_setup),
168         (ev_window_load_print_page_setup_from_metadata),
169         (ev_window_print_page_setup_done_cb),
170         (ev_window_cmd_file_print_setup), (ev_window_do_preview_print),
171         (ev_window_cmd_preview_print):
172
173         Remember page setup options too. Paper size is globally remembered
174         while page margins are stored per document in metadata file. Fixes
175         bugs #525185 and #349102.
176         
177 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
178
179         * shell/ev-print-operation.c:
180         (ev_print_operation_export_print_dialog_response_cb):
181
182         Fallback to EV_FILE_FORMAT_PS when file_format is not defined.
183         
184 2008-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
185
186         * shell/ev-print-operation.c: (export_cancel),
187         (export_job_cancelled), (ev_print_operation_export_begin),
188         (ev_print_operation_export_cancel):
189         * shell/ev-window.c: (ev_window_print_cancel),
190         (ev_window_print_update_pending_jobs_message),
191         (ev_window_print_operation_done),
192         (ev_window_print_operation_status_changed),
193         (print_jobs_confirmation_dialog_response),
194         (ev_window_cmd_file_close_window):
195
196         Show a confirmation dialog when there are pending print jobs while
197         closing the main window. Fixes bug #480964.
198         
199 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
200
201         * shell/ev-print-operation.[ch]: (ev_print_operation_class_init),
202         (ev_print_operation_get_job_name),
203         (ev_print_operation_get_status),
204         (ev_print_operation_get_progress),
205         (ev_print_operation_update_status),
206         (ev_print_operation_export_get_job_name), (clamp_ranges),
207         (get_first_and_last_page), (ev_print_operation_export_run_next),
208         (print_job_finished), (export_print_done), (export_job_cancelled),
209         (update_progress), (export_print_page),
210         (ev_print_operation_export_begin),
211         (ev_print_operation_export_print_dialog_response_cb),
212         (ev_print_operation_export_run),
213         (ev_print_operation_export_cancel),
214         (ev_print_operation_export_class_init):
215         * shell/ev-window.c:
216         (ev_window_print_update_pending_jobs_message),
217         (ev_window_print_operation_done),
218         (ev_window_print_progress_response_cb),
219         (ev_window_print_operation_status_changed),
220         (ev_window_print_operation_begin_print), (ev_window_print_range),
221         (ev_window_dispose):
222
223         Show progress information when printing. Fixes bug #482770.
224         
225 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
226
227         * shell/Makefile.am:
228         * shell/ev-progress-message-area.[ch]:
229         * shell/ev-message-area.[ch]: (ev_message_area_init),
230         (ev_message_area_set_image_from_stock):
231
232         Add EvProgressMessageArea derived from EvMessageArea to show
233         progress information in the message area. 
234         
235 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
236
237         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
238
239         Use GTK_RESPONSE_CLOSE instead of GTK_RESPONSE_CANCEL for the
240         close button. Add a function to get the contents of the message
241         area.
242         
243 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
244
245         * shell/Makefile.am:
246         * shell/ev-print-operation.[ch]:
247         * shell/ev-jobs.[ch]: (ev_job_export_init),
248         (ev_job_export_dispose), (ev_job_export_run),
249         (ev_job_export_class_init), (ev_job_export_new),
250         (ev_job_export_set_page):
251         * shell/ev-window.c: (ev_window_print_operation_done),
252         (ev_window_print_range), (ev_window_dispose):
253
254         First step of the printing system rework. EvJobPrint has been
255         replaced by EvJobExport so that every page is scheduled to be
256         exported in a thread instead of scheduling the whole printing
257         process. This way the gui is responsive during printing.
258         
259 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
260
261         * shell/ev-window.c: (setup_size_from_metadata),
262         (ev_window_load_print_settings_from_metadata):
263
264         Fix memory leaks.
265         
266 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
267
268         * libdocument/ev-document.c: (ev_document_get_type):
269
270         Add GObject type as prerequisite to EvDocument interface so that
271         document instances can be used as GObjects.
272         
273 2008-12-19  Carlos Garcia Campos  <carlosgc@gnome.org>
274
275         * shell/ev-view.c: (jump_to_find_result):
276
277         Only jump the the location of the find result for the first match
278         when searching. It drastically improves the performance when
279         searching. Bug catched and fixed by Michael Hunold. Fixes bug
280         #564774.
281         
282 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
283
284         * properties/ev-properties-main.c: (ev_properties_get_pages):
285         * properties/ev-properties-view.[ch]:
286         (ev_properties_view_dispose), (ev_properties_view_class_init),
287         (ev_properties_view_set_info), (ev_properties_view_new):
288         * shell/ev-properties-dialog.[ch]:
289         (ev_properties_dialog_set_document):
290         * shell/ev-window.c: (ev_window_setup_document),
291         (ev_window_cmd_file_properties):
292
293         Add document URI to properties page. Fixes bug #555376.
294         
295 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
296
297         * configure.ac:
298         * data/Makefile.am:
299         * data/evince-password.glade: Removed
300         * data/evince-properties.glade: Removed
301         * properties/ev-properties-view.c:
302         (ev_properties_view_class_init), (set_property),
303         (ev_properties_view_set_info), (ev_properties_view_init):
304         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
305         (font_cell_data_func), (ev_properties_fonts_init):
306
307         Remove Glade dependency.
308         
309 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
310
311         * backend/comics/comics-document.c: (comics_document_load):
312
313         Fix zip mime-type in comics backend. Patch by Juanjo Marín.
314         
315 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
316
317         * NEWS:
318         * configure.ac:
319
320         Update for release 2.25.2
321         
322 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
323
324         * configure.ac:
325         * shell/Makefile.am:
326         * shell/ev-keyring.[ch]:
327         * shell/ev-password.[ch]: Removed
328         * shell/ev-password-view.[ch]: (ev_password_view_finalize),
329         (ev_password_view_class_init), (ev_password_view_clicked_cb),
330         (ev_password_view_init), (ev_password_view_set_uri),
331         (ev_password_dialog_got_response),
332         (ev_password_dialog_remember_button_toggled),
333         (ev_password_dialog_entry_changed_cb),
334         (ev_password_dialog_entry_activated_cb),
335         (ev_password_view_ask_password), (ev_password_view_get_password),
336         (ev_password_view_get_password_save_flags),
337         (ev_password_view_new):
338         * shell/ev-window.c: (ev_window_password_view_unlock),
339         (ev_window_load_job_cb), (ev_window_close_dialogs),
340         (ev_window_init):
341
342         Rework the password view. When the password is in the keyring it's
343         used automatically without showing the password dialog and it's  
344         only stored in the keyring when we are sure it's correct. The
345         password dialog has been reworked too, in order to make it
346         more hig compliant and consistent with the GTK+ dialog used in
347         gtkmountoperation. Fixes bug #562496. 
348         
349 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
350
351         * backend/comics/comics-document.c: (comics_document_load):
352
353         Do not trust file extensions when getting the command needed to
354         uncompress comic documents. Fixes bug #562143.
355         
356 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
357
358         * libdocument/ev-document-factory.c: (get_document_from_uri),
359         (ev_document_factory_get_document):
360         * libdocument/ev-file-helpers.[ch]: (get_mime_type_from_uri),
361         (get_mime_type_from_data), (ev_file_get_mime_type):
362
363         Move mime-type functions from document-facrory to file-helpers so
364         that it can be reused.
365         
366 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
367
368         * shell/ev-window.c: (ev_window_load_job_cb), (set_uri_mtime),
369         (window_open_file_copy_ready_cb), (ev_window_reload_local),
370         (reload_remote_copy_ready_cb), (query_remote_uri_mtime_cb),
371         (ev_window_reload_remote), (ev_window_reload_document):
372
373         Add support for reloading remote documents. Fixes bug #555399.
374         
375 2008-11-23  Carlos Garcia Campos  <carlosgc@gnome.org>
376
377         * shell/ev-view.c: (ev_view_find_previous):
378
379         Make sure find_result is never < 0 which causes a crash while
380         searching. Fixes bug #558377.
381         
382 2008-11-19  Marek Kašík <mkasik@redhat.com>
383
384         * shell/ev-pixbuf-cache.c (new_selection_surface_needed),
385         (ev_pixbuf_cache_get_selection_surface):
386         
387         Fixes crash on fast scrolling with simultaneous text selection.
388
389 2008-11-19  Marek Kašík <mkasik@redhat.com>
390
391         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_add_jobs_if_needed):
392         * shell/ev-window.c (launch_external_uri):
393         
394         Fixes assertion fail on selecting text. See bug #561393.
395
396 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
397
398         * shell/Makefile.am:
399         * shell/ev-jobs.[ch]: (ev_job_layers_init),
400         (ev_job_layers_dispose), (ev_job_layers_run),
401         (ev_job_layers_class_init), (ev_job_layers_new):
402         * shell/ev-sidebar-layers.[ch]:
403         * shell/ev-view.[ch]: (ev_view_form_field_button_create_widget),
404         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
405         (ev_view_reload_page), (ev_view_reload):
406         * shell/ev-window.c: (setup_sidebar_from_metadata),
407         (ev_window_sidebar_current_page_changed_cb),
408         (sidebar_layers_visibility_changed), (ev_window_init):
409
410         Add layers support.
411         
412 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
413
414         * data/icons/22x22/actions/Makefile.am:
415         * data/icons/22x22/actions/eye.png:
416         * shell/ev-stock-icons.[ch]:
417         
418         Add eye icon from gimp to hide/show layers.
419         
420 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
421
422         * configure.ac:
423         * cut-n-paste/Makefile.am:
424         * cut-n-paste/gimpcellrenderertoggle/Makefile.am:
425         * cut-n-paste/gimpcellrenderertoggle/gimpcellrenderertoggle.[ch]:
426         * cut-n-paste/gimpcellrenderertoggle/gimpwidgetsmarshal.list:
427
428         Add GimpCellRendererToggle from gimp slightly modified to fit our
429         needs. 
430         
431 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
432
433         * configure.ac:
434         * backend/pdf/ev-poppler.cc:
435
436         Implement layers interface in PDF backend.
437         
438 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
439
440         * libdocument/Makefile.am:
441         * libdocument/ev-document-layers.[ch]:
442         * libdocument/ev-layer.[ch]:
443
444         Add optional content (layers) interface.
445         
446 2008-11-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
447
448         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
449         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
450
451         Removes unused code.
452
453 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
454
455         * NEWS:
456         * configure.ac:
457
458         Update for 2.25.1 release
459
460 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
461
462         * shell/ev-window.c:
463
464         Fix build with GTK+ < 2.14
465
466 2008-11-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
467
468         * cut-n-paste/zoom-control/ephy-zoom-action.c (create_menu_item):
469         
470         Makes menu label translatable. Fixes bug #559129.
471
472 2008-11-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
473
474         * backend/dvi/mdvi-lib/t1.c (t1_reset_resolution),
475         (t1_transform_font):
476         * backend/dvi/mdvi-lib/tt.c (tt_really_load_font), (tt_load_font):
477         
478         More renames of warning to mdvi_warning in follow up to the
479         fix of the bug #553369. Fix for the bug #559257 by
480         Tuxce <tuxce.net@gmail.com>.
481         
482 2008-11-02  Carlos Garcia Campos  <carlosgc@gnome.org>
483
484         * shell/ev-application.c: (ev_application_init_session):
485         * shell/main.c: (main):
486
487         Move the egg_set_desktop_file() call to main and remove
488         gtk_window_set_default_icon_name() since it's already called by
489         egg_set_desktop_file()
490         
491 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
492
493         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
494
495         Initialize GError to NULL.
496         
497 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
498
499         * shell/ev-window.c: (window_save_file_copy_ready_cb),
500         (ev_window_print_finished), (ev_window_print_dialog_response_cb),
501         (ev_window_preview_print_finished), (launch_action):
502
503         Do not use popup dialogs to show error messages anymore, use the
504         message area instead.
505         
506 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
507
508         * shell/ev-window.c: (ev_window_error_message),
509         (ev_window_warning_message), (ev_window_set_document),
510         (ev_window_load_job_cb), (ev_window_load_remote_failed),
511         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
512         (ev_window_cmd_help_contents), (launch_external_uri),
513         (image_save_dialog_response_cb), (image_save_dialog_response_cb),
514         (ev_attachment_popup_cmd_open_attachment),
515         (attachment_save_dialog_response_cb):
516
517         Use a message format (with printf()-style) in
518         ev_window_error_message and ev_window_warning_message.
519
520 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
521
522         * shell/ev-window.c: (ev_window_error_message),
523         (ev_window_warning_message), (ev_window_set_document),
524         (ev_window_load_job_cb), (ev_window_load_remote_failed),
525         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
526         (ev_window_cmd_help_contents), (launch_external_uri),
527         (image_save_dialog_response_cb),
528         (ev_attachment_popup_cmd_open_attachment),
529         (attachment_save_dialog_response_cb):
530
531         Change ev_window_error_message and ev_window_warning_message to
532         receive a EvWindow instead of a GtkWindow. It's more consistent
533         and avoids unneeded casts.
534         
535 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
536
537         * shell/ev-window.c: (ev_window_cmd_help_contents):
538
539         Use gtk_show_uri() when availale to display help contents.
540         
541 2008-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
542
543         * configure.ac:
544         * backend/pdf/ev-poppler.cc:
545         * properties/ev-properties-view.c:
546         * shell/Makefile.am:
547         * shell/ev-tooltip.[ch]: Removed
548         * shell/ev-view-private.h
549         * shell/eggfindbar.c:
550         * shell/ev-application.c:
551         * shell/ev-open-recent-action.c:
552         * shell/ev-sidebar-thumbnails.c:
553         * shell/ev-view.c:
554         * shell/ev-window.c:
555
556         Bump GTK+ requirement to 2.12.
557         
558 2008-10-27 Christian Persch <chpe@gnome.org>
559
560         * backend/djvu/djvu-document.c
561         * backend/dvi/cairo-device.c
562         * cut-n-paste/evmountoperation/ev-mount-operation.h
563         * cut-n-paste/gedit-message-area/gedit-message-area.h
564         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
565         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h
566         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
567         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h
568         * cut-n-paste/toolbar-editor/egg-toolbars-model.c
569         * cut-n-paste/toolbar-editor/egg-toolbars-model.h
570         * cut-n-paste/toolbar-editor/eggtreemultidnd.c
571         * cut-n-paste/toolbar-editor/eggtreemultidnd.h
572         * cut-n-paste/zoom-control/ephy-zoom-action.c
573         * cut-n-paste/zoom-control/ephy-zoom-action.h
574         * cut-n-paste/zoom-control/ephy-zoom-control.c
575         * cut-n-paste/zoom-control/ephy-zoom-control.h
576         * libdocument/ev-async-renderer.h
577         * libdocument/ev-document-factory.c
578         * libdocument/ev-document-misc.h
579         * libdocument/ev-image.h
580         * libdocument/ev-selection.h
581         * shell/ev-properties-fonts.h
582         * shell/ev-stock-icons.h
583         * shell/ev-window.c: Only include glib.h, gdk/gdk.h and gtk/gtk.h
584         directly. Bug #558064.
585
586 2008-10-27 Christian Persch <chpe@gnome.org>
587
588         * cut-and-paste/smclient/*: Update from libegg.
589
590 2008-10-27 Christian Persch <chpe@gnome.org>
591
592         * backend/djvu/djvu-document.c
593         * backend/ps/ev-spectre.c
594         * shell/ev-jobs.c: Use printf safely. Bug #558066.
595
596 2008-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
597
598         * shell/ev-view.c (ev_view_change_page),
599         (ev_view_transition_animation_finish),
600         (ev_view_transition_animation_cancel), (page_changed_cb),
601         (ev_view_set_presentation), (ev_view_next_page),
602         (ev_view_previous_page):
603         
604         Cancel the animation without scheduling transition start
605         and proceed to the next page to fix bug #516749.
606
607 2008-10-19  Carlos Garcia Campos  <carlosgc@gnome.org>
608
609         * NEWS:
610         * configure.ac:
611
612         Update for release 2.24.1
613         
614 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
615
616         * shell/ev-window.c: (ev_window_cmd_view_presentation):
617
618         Disable toggle function of F5 when in presentation mode. Patch by
619         Dave Neary. Fixes bug #556162.
620         
621 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
622
623         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
624         (ev_sidebar_thumbnails_get_loading_icon), (clear_range),
625         (ev_sidebar_thumbnails_fill_model),
626         (ev_sidebar_thumbnails_refresh),
627         (ev_sidebar_thumbnails_set_document):
628
629         Instead of using only one loading icon for thumbnails based on the
630         size of the first page, create an icon for every different page
631         size. Fixes bug #556264.
632         
633 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
634
635         * shell/ev-page-cache.c: (ev_page_cache_finalize):
636
637         Fix memory leak.
638         
639 2008-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
640
641         * shell/ev-window-title.c (ev_window_title_sanitize_title):
642
643         Removes bad prefixes from window title. Patch by 
644         Robin Sonefors <ozamosi@blinkenlights.se> fixes bug #534684.
645         
646 2008-10-12  Carlos Garcia Campos  <carlosgc@gnome.org>
647
648         * shell/ev-window.c: (launch_external_uri):
649
650         Do not consider mailto links as http uris. Fixes bug #555801.
651         
652 2008-10-06  Carlos Garcia Campos  <carlosgc@gnome.org>
653
654         * shell/ev-view.c: (merge_selection_region), (clear_selection):
655
656         Fix memory leak. Fixes bug #555134.
657         
658 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
659
660         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
661
662         Emit the job finished signal when the job is handled before the
663         page_ready callback.
664         
665 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
666
667         * shell/ev-window.c: (launch_action):
668
669         Use GdkAppLaunchContext when available to launch external
670         applications.
671         
672 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
673
674         * shell/ev-window.c: (launch_action):
675
676         Fix launching external applications for launch actions which seems
677         to be broken since the gio port. Fixes bug #554500.
678         
679 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
680
681         * backend/dvi/Makefile.am:
682         * backend/dvi/cairo-device.c:
683         * backend/dvi/dvi-document.c:
684         * backend/dvi/mdvi-lib/Makefile.am:
685
686         Fix several compile warnings in the dvi backend.
687         
688 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
689
690         * backend/dvi/mdvi-lib/common.h:
691         * backend/dvi/mdvi-lib/dviread.c:
692         * backend/dvi/mdvi-lib/font.c:
693         * backend/dvi/mdvi-lib/fontmap.c:
694         * backend/dvi/mdvi-lib/fontsrch.c:
695         * backend/dvi/mdvi-lib/gf.c:
696         * backend/dvi/mdvi-lib/pagesel.c:
697         * backend/dvi/mdvi-lib/pk.c:
698         * backend/dvi/mdvi-lib/sp-epsf.c:
699         * backend/dvi/mdvi-lib/special.c:
700         * backend/dvi/mdvi-lib/tfm.c:
701         * backend/dvi/mdvi-lib/tfmfile.c:
702         * backend/dvi/mdvi-lib/util.c:
703         * backend/dvi/mdvi-lib/vf.c:
704
705         Rename error as mdvi_error to avoid symbol conflicts with the libc
706         error. Rename also message, crash, fatal and warning for
707         consistency. Fixes bug #553369.
708         
709 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
710
711         * backend/dvi/dvi-document.c: (dvi_document_load):
712
713         Fix memory leak.
714         
715 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
716
717         * backend/dvi/dvi-document.c:
718
719         Use EV_BACKEND_IMPLEMENT_INTERFACE instead of
720         G_IMPLEMENT_INTERFACE.
721         
722 2008-09-26  Carlos Garcia Campos  <carlosgc@gnome.org>
723
724         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
725
726         Make sure copy_job_page_and_selection_to_job_info is always called
727         before copy_job_to_job_info. Fixes bug #552382.
728         
729 2008-09-22  Carlos Garcia Campos  <carlosgc@gnome.org>
730
731         * NEWS:
732         * configure.ac:
733
734         Update for release 2.24.0
735         
736 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
737
738         * shell/ev-window.c: (launch_external_uri):
739
740         Use GdkAppLaunchContext when available to launch external uris.
741         
742 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
743
744         * shell/ev-window.c: (launch_external_uri):
745
746         Use the message area to show errors when lauching external uris
747         instead of a popup window.
748         
749 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
750
751         * shell/ev-window.c: (launch_external_uri):
752
753         Assume invalid uris are http uris. Fixes bug #552071.
754         
755 2008-09-09  Carlos Garcia Campos  <carlosgc@gnome.org>
756
757         * NEWS:
758         * configure.ac:
759
760         Update for release 2.23.92.
761         
762 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
763
764         * shell/eggfindbar.c: (egg_find_bar_class_init):
765
766         Allow page scrolling with PageUp/PageDown keys when find bar is
767         active. Fixes bug #529833.
768         
769 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
770
771         * shell/ev-view-private.h:
772         * shell/ev-view.[ch]: (add_scroll_binding_keypad),
773         (ev_view_scroll), (ev_view_class_init):
774         * shell/ev-view-accessible.c:
775         (ev_view_accessible_action_do_action):
776         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
777         (ev_window_cmd_scroll_backward):
778
779         Use GtkScrollType instead of EvScrollType.
780         
781 2008-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
782
783         * shell/ev-page-cache.c (ev_page_cache_set_page_label):
784         
785         Patch for case unsensitive page label match by Michael Lee.
786         See bug #550136.
787         
788         * shell/ev-page-action.c (create_tool_item):    
789         * test/Makefile.am:
790         * test/test1.py:
791         * test/test4.py:
792         * test/test5.py:
793         
794         Added test for the above and updated other tests.
795
796 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
797
798         * shell/ev-window.c: (image_save_dialog_response_cb):
799
800         Do not append the file extension twice when saving an image.
801         
802 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
803
804         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_image):
805
806         Remove an invalid ifdef.
807         
808 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
809
810         * shell/ev-view.c: (ev_view_motion_notify_event):
811
812         Make sure the cursor is correctly restored after showing the right
813         click menu.
814         
815 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
816
817         * libdocument/ev-attachment.[ch]: (ev_attachment_launch_app),
818         (ev_attachment_open):
819         * shell/ev-sidebar-attachments.c:
820         (ev_sidebar_attachments_button_press):
821         * shell/ev-window.c: (ev_attachment_popup_cmd_open_attachment):
822
823         Use GdkAppLaunchContext when available to open attachments.
824         
825 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
826
827         * shell/ev-media-player-keys.c: (ev_media_player_keys_grab_keys):
828
829         Grab the mediakeys with a low priority. Fixes bug #547164. Patch
830         by Eric Piel.
831         
832 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
833
834         * shell/ev-application.c: (ev_application_get_media_keys):
835         * shell/ev-media-player-keys.[ch]:
836         (ev_media_player_keys_class_init), (on_media_player_key_pressed),
837         (ev_media_player_keys_grab_keys),
838         (ev_media_player_keys_release_keys), (ev_media_player_keys_init),
839         (ev_media_player_keys_focused), (ev_media_player_keys_finalize):
840         * shell/ev-window.[ch]: (ev_window_dispose),
841         (view_actions_focus_in_cb), (ev_window_media_player_key_pressed),
842         (ev_window_init):
843
844         Clean up the media player keys stuff.
845         
846 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
847
848         * NEWS:
849         * configure.ac:
850
851         Update for release 2.23.91.
852         
853 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
854
855         * cut-n-paste/smclient/eggsmclient-xsmp.c:
856         (sm_client_xsmp_set_initial_properties):
857
858         Fix memory leak.
859         
860 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
861
862         * shell/ev-application.c: (ev_application_open_window),
863         (ev_application_open_uri_at_dest):
864
865         Make sure evince starts up in the right workspace when resuming a
866         previous session.
867         
868 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
869
870         * shell/ev-application.[ch]: (ev_application_open_window),
871         (ev_application_add_icon_path_for_screen),
872         (ev_application_open_uri_at_dest):
873
874         Fix window manager warnings shown in ~/.xsession-errors
875         
876 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
877
878         * configure.ac:
879         * cut-n-paste/Makefile.am:
880         * cut-n-paste/smclient/Makefile.am:
881         * cut-n-paste/smclient/eggdesktopfile.[ch]:
882         * cut-n-paste/smclient/eggsmclient-private.h:
883         * cut-n-paste/smclient/eggsmclient-xsmp.c:
884         * cut-n-paste/smclient/eggsmclient.[ch]:
885
886         EggSMClient copied from libegg
887
888         * libdocument/ev-file-helpers.c: (ev_dot_dir):
889         * shell/Makefile.am:
890         * shell/ev-application.[ch]: (ev_application_load_session),
891         (smclient_save_state_cb), (smclient_quit_cb),
892         (ev_application_init_session), (ev_application_shutdown),
893         (ev_application_init):
894         * shell/main.c: (main):
895
896         Use EggSMClient instead of gnome-client and remove libgnome and
897         libgnomeui dependencies.
898         
899 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
900
901         * shell/main.c: (main):
902
903         Remove gnome_authentication_manager_init.
904         
905 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
906
907         * shell/ev-view.c: (ev_view_goto_window_create):
908
909         Use gtk_box_pack_start instead of gtk_box_pack_start_defaults
910         since it's now deprecated.
911         
912 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
913
914         * backend/djvu/Makefile.am:
915         * backend/djvu/djvu-document-private.h:
916         * backend/djvu/djvu-document.c: (djvu_document_find_find_text),
917         (djvu_document_find_iface_init):
918         * backend/djvu/djvu-text-page.[ch]:
919         * backend/djvu/djvu-text.[ch]: Removed
920         * backend/pdf/ev-poppler.cc: (pdf_document_find_find_text),
921         (pdf_document_find_iface_init):
922         * libdocument/ev-document-find.[ch]: (ev_document_find_find_text):
923         * shell/ev-jobs.[ch]: (ev_job_find_init), (ev_job_find_dispose),
924         (ev_job_find_run), (ev_job_find_class_init), (ev_job_find_new),
925         (ev_job_find_get_n_results), (ev_job_find_get_progress),
926         (ev_job_find_has_results), (ev_job_find_get_results):
927         * shell/ev-view-private.h:
928         * shell/ev-view.[ch]: (ev_view_expose_event),
929         (highlight_find_results), (ev_view_finalize),
930         (ev_view_get_property), (ev_view_class_init), (page_changed_cb),
931         (ev_view_set_document), (ev_view_find_get_n_results),
932         (ev_view_find_get_result), (jump_to_find_result),
933         (jump_to_find_page), (ev_view_find_changed), (ev_view_find_next),
934         (ev_view_find_previous), (ev_view_find_search_changed),
935         (ev_view_find_set_highlight_search), (ev_view_find_cancel):
936         * shell/ev-window.c: (ev_window_update_actions),
937         (page_changed_cb), (ev_window_setup_document),
938         (ev_window_update_find_status_message),
939         (ev_window_find_job_finished_cb), (ev_window_find_job_updated_cb),
940         (ev_window_clear_find_job), (find_bar_close_cb),
941         (find_bar_search_changed_cb), (find_bar_visibility_changed_cb),
942         (ev_window_dispose), (ev_window_init):
943
944         Rework find interface. The find logic has been moved from backends
945         to the shell avoiding a lot of duplicated code in the backends and
946         making easier to implement the find interface in the backends.
947         
948 2008-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
949
950         * backend/pdf/ev-poppler.cc:
951         (pdf_document_thumbnails_get_dimensions):
952
953         Make sure thumbnail size returned by the PDF is actually
954         valid. Fixes bug #548462.
955         
956 2008-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
957
958         * shell/ev-window.c: (ev_window_setup_document),
959         (ev_window_set_document), (ev_window_dispose):
960
961         Remove the idle function for setting the document up when the
962         window is destroyed. Fixes bug #549163.
963         
964 2008-08-22  Carlos Garcia Campos  <carlosgc@gnome.org>
965
966         * shell/ev-jobs.[ch]: (ev_job_attachments_init),
967         (ev_job_attachments_dispose), (ev_job_attachments_run),
968         (ev_job_attachments_class_init), (ev_job_attachments_new):
969         * shell/ev-sidebar-attachments.c:
970         (ev_sidebar_attachments_set_document):
971
972         Add a new job to get the attachments in a thread with the document
973         lock held. Fixes bug #548653.
974         
975 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
976
977         * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
978         (tiff_document_document_iface_init):
979
980         Implement document_get_page_label in tiff backend.
981         
982 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
983
984         * backend/tiff/tiff-document.c: (tiff_document_render):
985
986         Handle document orientation in tiff backend. Fixes bug #548444.
987         
988 2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
989
990         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
991
992         Do not crash when adjustment page size is 0. Fixes bug #547440.
993         
994 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
995
996         * cut-n-paste/evmountoperation/ev-mount-operation.c:
997
998         Sync with current GTK+.
999         
1000 2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1001
1002         * configure.ac:
1003         
1004         Update for release 2.23.6.
1005
1006 2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1007
1008         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
1009         (ev_job_load_set_password):
1010         * shell/ev-password.[ch]: (ev_password_dialog_get_password):
1011         * shell/ev-window.c: (password_dialog_response),
1012         (ev_window_load_job_cb):
1013
1014         Fix loading encrypted documents since I broke it with the jobs
1015         rework.
1016         
1017 2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1018
1019         * NEWS:
1020
1021         Update NEWS for 2.23.6 release.
1022         
1023 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1024
1025         * backend/impress/impress-document.c:
1026         * backend/impress/render.h:
1027         * libdocument/ev-document-factory.c:
1028         * libdocument/ev-document-factory.h:
1029         * libdocument/ev-document-links.h:
1030         * libdocument/ev-document-misc.c:
1031         * libdocument/ev-document-misc.h:
1032         * properties/ev-properties-main.c:
1033         * properties/ev-properties-view.c:
1034         * properties/ev-properties-view.h:
1035         * shell/eggfindbar.c:
1036         * shell/eggfindbar.h:
1037         * shell/ev-application.c:
1038         * shell/ev-application.h:
1039         * shell/ev-jobs.h:
1040         * shell/ev-message-area.h:
1041         * shell/ev-navigation-action.c:
1042         * shell/ev-navigation-action.h:
1043         * shell/ev-open-recent-action.c:
1044         * shell/ev-open-recent-action.h:
1045         * shell/ev-page-action-widget.c:
1046         * shell/ev-page-action.c:
1047         * shell/ev-page-action.h:
1048         * shell/ev-page-cache.h:
1049         * shell/ev-password-view.h:
1050         * shell/ev-password.h:
1051         * shell/ev-pixbuf-cache.h:
1052         * shell/ev-properties-fonts.c:
1053         * shell/ev-sidebar-attachments.c:
1054         * shell/ev-sidebar-links.c:
1055         * shell/ev-sidebar-links.h:
1056         * shell/ev-sidebar-thumbnails.c:
1057         * shell/ev-sidebar-thumbnails.h:
1058         * shell/ev-sidebar.c:
1059         * shell/ev-sidebar.h:
1060         * shell/ev-stock-icons.c:
1061         * shell/ev-tooltip.h:
1062         * shell/ev-view.c:
1063         * shell/ev-view.h:
1064         * shell/ev-window.c:
1065         * shell/ev-window.h:
1066         * shell/main.c:
1067
1068         More #include cleanups. Again: reordering, single gtk.h
1069         includes and other stuff.
1070
1071 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1072
1073         * shell/eggfindbar.c:
1074         * shell/ev-application.c:
1075         * shell/ev-message-area.c:
1076         * shell/ev-navigation-action.c:
1077         * shell/ev-open-recent-action.c:
1078         * shell/ev-page-action-widget.c:
1079         * shell/ev-page-action.c:
1080         * shell/ev-password-view.c:
1081         * shell/ev-properties-dialog.c:
1082         * shell/ev-properties-fonts.c:
1083         * shell/ev-sidebar-attachments.c:
1084         * shell/ev-sidebar-page.c:
1085         * shell/ev-sidebar-thumbnails.c:
1086         * shell/ev-stock-icons.c:
1087         * shell/ev-tooltip.c:
1088         * shell/ev-view.c:
1089         * shell/ev-window.c:
1090         * shell/main.c:
1091
1092         Cleanup many #include statements: reorder so that a
1093         generic-to-specific order is used, use single gtk.h
1094         includes, and some other cleanups.
1095
1096 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1097
1098         * shell/ev-jobs.h:
1099
1100         Add gio header.
1101         
1102 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1103
1104         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
1105         (ev_document_fc_mutex_trylock):
1106         * shell/Makefile.am:
1107         * shell/ev-job-queue.[ch]:
1108         * shell/ev-job-scheduler.[ch]:
1109         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
1110         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
1111         (ev_job_run), (ev_job_cancel), (ev_job_failed),
1112         (ev_job_failed_from_error), (ev_job_succeeded),
1113         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
1114         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
1115         (ev_job_links_class_init), (ev_job_render_init),
1116         (notify_page_ready), (ev_job_render_page_ready),
1117         (ev_job_render_run), (ev_job_render_class_init),
1118         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
1119         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
1120         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
1121         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
1122         (ev_job_save_dispose), (ev_job_save_run),
1123         (ev_job_save_class_init), (ev_job_print_init),
1124         (ev_job_print_dispose), (ev_job_print_run),
1125         (ev_job_print_class_init):
1126         * shell/ev-page-cache.c:
1127         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1128         (check_job_size_and_unref), (move_one_job),
1129         (copy_job_to_job_info), (add_job),
1130         (ev_pixbuf_cache_add_jobs_if_needed):
1131         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
1132         (job_fonts_finished_cb), (job_fonts_updated_cb),
1133         (ev_properties_fonts_set_document):
1134         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
1135         (ev_sidebar_links_set_document):
1136         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
1137         (ev_sidebar_thumbnails_set_document),
1138         (ev_sidebar_thumbnails_clear_job):
1139         * shell/ev-view-private.h:
1140         * shell/ev-view.c:
1141         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
1142         (ev_window_refresh_window_thumbnail), (password_dialog_response),
1143         (ev_window_clear_load_job), (ev_window_clear_reload_job),
1144         (ev_window_load_job_cb), (ev_window_reload_job_cb),
1145         (window_open_file_copy_ready_cb), (ev_window_open_uri),
1146         (ev_window_reload_document), (ev_window_clear_save_job),
1147         (ev_window_save_job_cb), (file_save_dialog_response_cb),
1148         (ev_window_clear_print_job), (ev_window_print_job_cb),
1149         (ev_window_print_dialog_response_cb):
1150         * shell/main.c: (main):
1151
1152         Rework the jobs system in order to make it simpler and more
1153         extensible. It allows to run jobs in the main loop instead of
1154         using a thread when it's appropriate like the fonts job. Now it's
1155         also possible to cancel jobs that are currently running. 
1156         
1157 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1158
1159         * libdocument/ev-debug.c: (profile_init):
1160
1161         Create the hash table also when profiling service is enabled for
1162         all sections.
1163         
1164 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1165
1166         * libdocument/ev-debug.[ch]: (ev_profiler_start),
1167         (ev_profiler_stop):
1168         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
1169         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
1170         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
1171         (ev_job_print_run):
1172         * shell/main.c: (main):
1173
1174         Add a profile mode available when debug is enabled. Add profilers
1175         in ev-jobs.
1176         
1177 2008-07-23  Götz Waschk <waschk@mandriva.org>
1178
1179         * configure.ac: Correctly build desktop file. Fixes
1180         bug #544237.
1181
1182 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1183
1184         * configure.ac:
1185         
1186         Update for release 2.23.5.
1187
1188 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1189
1190         * NEWS:
1191
1192         Update NEWS for 2.23.5 release.
1193         
1194 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1195
1196         * shell/ev-window.c: (ev_window_state_event),
1197         (ev_window_class_init):
1198
1199         Intercept window manager's fullscreen request in order to run/stop
1200         fullscreen mode. Fixes bug #493541.
1201         
1202 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1203
1204         * shell/ev-window.c: (find_bar_visibility_changed_cb):
1205
1206         Restart the job search when the find bar is opened for the second
1207         time. Fixes bug #531956.
1208         
1209 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1210
1211         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
1212         (get_document_from_uri):
1213
1214         Make sure we always return a valid error struct when
1215         get_document_from_uri fails. Fixes nautilus crash, see bug
1216         #542548.
1217         
1218 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
1219
1220         * libdocument/ev-transition-effect.c
1221         (ev_transition_effect_type_get_type),
1222         (ev_transition_effect_alignment_get_type),
1223         (ev_transition_effect_direction_get_type):
1224         
1225         Fixes bug #542924. Makes enums static to fix Solaris build.
1226
1227 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1228
1229         * shell/ev-view.c: (ev_view_key_press_event):
1230
1231         Add '.' keybinding for blanking the screen in presentation
1232         mode. Fixes bug #542001.
1233         
1234 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1235
1236         * libdocument/ev-document-misc.c:
1237         (ev_document_misc_pixbuf_from_surface):
1238
1239         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
1240         #540950.
1241         
1242 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1243
1244         * backend/comics/comics-document.c (comics_document_load):
1245         * backend/comics/comicsdocument.evince-backend.in:
1246         * configure.ac:
1247         * thumbnailer/evince-thumbnailer-comics.schemas.in:
1248         
1249         Added support for 7-zip based cb7 comic book. Patch by
1250         Kartik Rustagi. Fixes bug #532312.
1251
1252 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1253
1254         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
1255         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
1256         Fixes bug #539972.
1257
1258 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1259
1260         * shell/Makefile.am:
1261         * shell/ev-application.c (ev_application_init),
1262         (ev_application_get_media_keys):
1263         * shell/ev-application.h:
1264         * shell/ev-marshal.list:
1265         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
1266         (proxy_destroy), (on_media_player_key_pressed),
1267         (ev_media_player_keys_init), (ev_media_player_keys_focused),
1268         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
1269         * shell/ev-media-player-keys.h:
1270         * shell/ev-window.c (ev_window_go_previous_page),
1271         (ev_window_go_next_page), (ev_window_go_first_page),
1272         (ev_window_go_last_page), (ev_window_start_presentation),
1273         (ev_window_dispose), (view_actions_focus_in_cb):
1274         * shell/ev-window.h: When building with D-Bus support, listen
1275         for multimedia key events from gnome-settings-daemon. This allows
1276         to go to the next/previous/first/last pages using, respectively,
1277         Next/Previous/Rewing/Fast Forward. The Play button is used to start
1278         a presentation. Fixes bug #539971.
1279
1280 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1281
1282         * configure.ac:
1283         
1284         Update for release 2.23.4.
1285
1286 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1287
1288         * NEWS:
1289
1290         Update news for 2.23.4 release.
1291         
1292 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1293
1294         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
1295         * shell/ev-sidebar-thumbnails.c:
1296         (ev_sidebar_thumbnails_set_loading_icon),
1297         (ev_sidebar_thumbnails_refresh):
1298         * shell/ev-window.c: (ev_window_error_message),
1299         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
1300         (ev_window_set_document):
1301
1302         Do not crash opening documents with no pages and show a warning
1303         message in the message area. Fixes bugs #537574 and #171588.
1304         
1305 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1306
1307         * shell/Makefile.am:
1308         * shell/ev-file-monitor.[ch]:
1309         * shell/ev-window.c: (ev_window_document_changed),
1310         (ev_window_clear_reload_job), (ev_window_load_job_cb),
1311         (ev_window_reload_job_cb), (ev_window_open_uri),
1312         (ev_window_reload_document), (ev_window_cmd_view_reload),
1313         (ev_window_dispose):
1314
1315         Automaticly reload the document when the file has changed on
1316         disk. Bug #304249.
1317         
1318 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
1319
1320         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1321         * libdocument/ev-image.c: (ev_image_save_tmp):
1322         * libdocument/ev-module.c: (ev_module_load):
1323         * shell/ev-application.c: (ev_application_shutdown),
1324         (ev_application_get_print_settings):
1325         * shell/ev-sidebar-attachments.c:
1326         (ev_sidebar_attachments_button_press),
1327         (ev_sidebar_attachments_drag_data_get):
1328         * shell/ev-window.c: (window_save_file_copy_ready_cb),
1329         (ev_window_print_finished), (ev_window_print_send),
1330         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
1331         (ev_window_preview_print_finished), (ev_window_do_preview_print),
1332         (ev_window_cmd_preview_print):
1333         * shell/main.c: (load_files_remote):
1334         Fix some build warnings under GCC 4.3.0. (#537535).
1335
1336 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1337
1338         * shell/ev-jobs.c: (ev_job_render_dispose):
1339
1340         Fix a crash in debug mode. Patch by Daniel M German.
1341         
1342 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1343
1344         * shell/ev-window.c:
1345
1346         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
1347         
1348 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1349
1350         * shell/ev-window.c: (ev_window_print_send),
1351         (ev_window_do_preview_print):
1352
1353         Use the window title as print job name instead of just
1354         "evince-print". Fixes bug #534493.
1355         
1356 2008-05-19  Frederic Peters  <fpeters@0d.be>
1357
1358         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
1359         Bug #533897.
1360
1361 2008-05-19  Frederic Peters  <fpeters@0d.be>
1362
1363         * help/reference/Makefile.am: added missing libevmountoperation to
1364         gtkdoc-scanobj libraries.  Bug #533896.
1365
1366 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
1367
1368         * properties/ev-properties-view.c (get_default_user_units):
1369         Fixes check for default units string translation. Bug #533323.
1370
1371 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
1372
1373         * backend/impress/iksemel.c (sax_core): Fix a free() that should
1374         be an iks_free(). Fix an array overflow in the XML parser that
1375         would occur whenever the number of attributes in a tag was greater
1376         than 0 and divisible by 6. Fixes GNOME bug #530852.
1377
1378 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1379
1380         * backend/djvu/djvu-document-private.h:
1381         * backend/djvu/djvu-links.c:
1382         * backend/djvu/djvu-text.c:
1383         * backend/djvu/djvu-document.c: (djvu_handle_events),
1384         (djvu_wait_for_message), (djvu_document_load),
1385         (document_get_page_size), (djvu_document_render),
1386         (djvu_document_thumbnails_get_thumbnail),
1387         (djvu_document_file_exporter_end):
1388
1389         Make sure load job doesn't finish successfully when the document
1390         is not successfully decoded by libdjvu. Fixes bug #530202.
1391         
1392 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1393
1394         * configure.ac:
1395         * libdocument/Makefile.am:
1396         * libdocument/ev-debug.[ch]:
1397         * libdocument/ev-document.c:
1398         * shell/ev-jobs.c: (ev_job_links_dispose),
1399         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
1400         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
1401         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
1402         (ev_job_render_page_ready), (ev_job_render_run),
1403         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
1404         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
1405         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
1406         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
1407         (ev_job_print_new), (ev_job_print_run):
1408         * shell/main.c: (main):
1409
1410         Add debug mode based on gedit code. Add debug messages in
1411         ev-jobs.
1412         
1413 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1414
1415         * libdocument/ev-document-factory.c: (get_document_from_uri):
1416
1417         Fix memory leak.
1418         
1419 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
1420
1421         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
1422         (get_mime_type_from_data), (get_document_from_uri),
1423         (ev_document_factory_get_document):
1424         
1425         Improved error message about file opening failture.
1426         Bug #529129.
1427
1428 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
1429
1430         * data/evince-toolbar.xml:
1431         
1432         Allow to add SaveAs to toolbar.
1433
1434 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1435
1436         * shell/ev-view-private.h:
1437         * shell/ev-view.[ch]: (ev_view_button_release_event),
1438         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
1439         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
1440         (ev_view_update_primary_selection), (clear_link_selected),
1441         (ev_view_copy_link_address):
1442         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
1443
1444         Update also the primary selection when copying a link
1445         address. Fixes bug #520855.
1446         
1447 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1448
1449         * libdocument/ev-document-factory.c: (get_document_from_uri):
1450
1451         Use the pixbuf backend only when the mime type is not supported by
1452         any of the other backend so that tiff documents, for instance, are
1453         handled by the tiff backend instead of the pixbuf backend. fixes
1454         bug #520290.
1455         
1456 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1457
1458         * cut-n-paste/Makefile.am:
1459
1460         Add evmountoperation to subdirs list.
1461         
1462 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1463
1464         * configure.ac:
1465
1466         Fix libspectre check in configure script. Fixes bug #528549.
1467         
1468 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1469
1470         * configure.ac:
1471         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
1472         * shell/Makefile.am:
1473         * shell/ev-window.c: (ev_window_load_remote_failed),
1474         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
1475
1476         Add GtkMountOperation (renamed to avoid conflicts) to be able to
1477         open documents in remote locations that are not mounted.
1478         
1479 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1480
1481         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
1482         (bitmap_convert_msb8):
1483         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
1484         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
1485
1486         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
1487         
1488 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1489
1490         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
1491         (ev_job_render_new), (ev_job_render_set_selection_info),
1492         (ev_job_render_run):
1493         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1494         (check_job_size_and_unref),
1495         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
1496         (add_job), (ev_pixbuf_cache_get_selection_surface):
1497
1498         Create the render context needed for rendering a page in the render
1499         thread so that we don't block the main thread. Simplify
1500         EvJobRender API.
1501         
1502 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1503
1504         * libdocument/Makefile.am:
1505         * libdocument/ev-page.[ch]:
1506         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
1507         (ev_render_context_new), (ev_render_context_set_page):
1508         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
1509         (ev_form_field_finalize), (ev_form_field_class_init):
1510         * libdocument/ev-document-forms.[ch]:
1511         (ev_document_forms_get_form_fields):
1512         * libdocument/ev-document.[ch]: (ev_document_get_page),
1513         (ev_document_get_page_size), (ev_document_get_page_label):
1514         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
1515         (ev_job_render_run), (ev_job_thumbnail_new),
1516         (ev_job_thumbnail_run), (ev_job_print_run):
1517         * shell/ev-page-cache.c: (ev_page_cache_new):
1518         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1519         (check_job_size_and_unref), (add_job):
1520         * shell/ev-sidebar-thumbnails.c: (add_range):
1521         * shell/ev-view.c: (ev_view_form_field_get_region),
1522         (ev_view_form_field_button_create_widget),
1523         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1524         (ev_view_handle_form_field), (ev_view_size_allocate),
1525         (get_selected_text):
1526         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
1527         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
1528         (pdf_document_get_page), (pdf_document_get_page_label),
1529         (pdf_document_render), (pdf_document_get_info),
1530         (pdf_document_document_iface_init),
1531         (pdf_document_thumbnails_get_thumbnail),
1532         (pdf_document_thumbnails_get_dimensions),
1533         (pdf_document_file_exporter_do_page),
1534         (pdf_selection_render_selection),
1535         (pdf_selection_get_selected_text),
1536         (pdf_selection_get_selection_region),
1537         (pdf_selection_get_selection_map),
1538         (pdf_document_forms_get_form_fields),
1539         (pdf_document_forms_form_field_text_get_text),
1540         (pdf_document_forms_form_field_text_set_text),
1541         (pdf_document_forms_form_field_button_set_state),
1542         (pdf_document_forms_form_field_button_get_state),
1543         (pdf_document_forms_form_field_choice_get_item),
1544         (pdf_document_forms_form_field_choice_get_n_items),
1545         (pdf_document_forms_form_field_choice_is_item_selected),
1546         (pdf_document_forms_form_field_choice_select_item),
1547         (pdf_document_forms_form_field_choice_toggle_item),
1548         (pdf_document_forms_form_field_choice_unselect_all),
1549         (pdf_document_forms_form_field_choice_set_text),
1550         (pdf_document_forms_form_field_choice_get_text):
1551         * backend/ps/ev-spectre.c: (ps_document_get_page),
1552         (ps_document_get_page_size), (ps_document_get_page_label),
1553         (ps_document_render), (ps_document_document_iface_init),
1554         (ps_document_file_exporter_do_page):
1555         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
1556         (tiff_document_render), (tiff_document_render_pixbuf),
1557         (tiff_document_file_exporter_do_page):
1558         * backend/pixbuf/pixbuf-document.c:
1559         (pixbuf_document_get_page_size):
1560         * backend/comics/comics-document.c:
1561         (comics_document_get_page_size), (comics_document_render_pixbuf):
1562         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
1563         (djvu_document_render), (djvu_selection_get_selected_text),
1564         (djvu_document_thumbnails_get_thumbnail),
1565         (djvu_document_file_exporter_do_page),
1566         (djvu_document_find_get_result):
1567         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
1568         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
1569         (dvi_document_thumbnails_get_thumbnail),
1570         (dvi_document_file_exporter_do_page):
1571         * backend/impress/impress-document.c:
1572         (impress_document_get_page_size),
1573         (impress_document_render_pixbuf):
1574         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1575
1576         Add EvPage so that we can hold a reference to the backend
1577         page. Form fields keep now a reference to the poppler page
1578         improving performance since we don't have to create/destroy the
1579         poppler field for every form operation. This will be needed for
1580         annotations too.
1581         
1582 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1583
1584         * data/evince-ui.xml:
1585         * shell/ev-window.c:
1586
1587         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
1588         
1589 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1590
1591         * configure.ac:
1592         * backend/ps/Makefile.am:
1593
1594         Remove gs stuff from ps backend.
1595         
1596 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1597
1598         * configure.ac:
1599         * backend/pdf/ev-poppler.cc:
1600
1601         Bump poppler requirement to 0.8.0.
1602         
1603 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1604
1605         * NEWS:
1606         * configure.ac:
1607
1608         Update for release 2.22.1.1
1609
1610 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1611
1612         * configure.ac:
1613
1614         Fix build (again) when poppler version is 0.6
1615         
1616 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1617
1618         * backend/djvu/djvu-links.c: (build_tree):
1619
1620         Make sure link title is a valid utf8 string. Fixes bug #526517.
1621         
1622 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1623
1624         * configure.ac:
1625
1626         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
1627         #526799.
1628         
1629 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1630
1631         * configure.ac:
1632         
1633         Update for release 2.22.1.
1634
1635 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1636
1637         * NEWS:
1638
1639         Update for upcoming release.
1640
1641 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1642
1643         * configure.ac:
1644         * backend/dvi/dvidocument.evince-backend.in:
1645
1646         Add compressed dvi to the list of supported mime types. Patch by
1647         Ed Catmur. Fixes bug #307087.
1648
1649 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1650
1651         * shell/ev-jobs.c: (ev_job_print_get_page_list):
1652
1653         Fix a crash when printing a range that doesn't specify the start or
1654         end page. Fixes bug #524288.
1655
1656 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1657
1658         * shell/ev-window.c: (ev_window_cmd_continuous),
1659         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
1660         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
1661         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
1662         (ev_window_run_presentation), (ev_window_stop_presentation),
1663         (ev_window_cmd_view_presentation),
1664         (ev_window_cmd_leave_fullscreen),
1665         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
1666
1667         Do not unfullscreen and fullscreen again the window when changing
1668         from fullscreen to presentation mode and vice versa. Fixes bug
1669         #524112.
1670         
1671 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1672
1673         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
1674
1675         Do not crash when thumbnail failed to render in PS backend. Fixes
1676         bug #525015.
1677         
1678 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1679
1680         * shell/ev-window.c: (window_open_file_copy_ready_cb),
1681         (ev_window_load_file_remote), (ev_window_open_uri):
1682
1683         Handle errors when opening remote files.
1684         
1685 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1686
1687         * shell/ev-page-action.c: (ev_page_action_grab_focus):
1688
1689         Only grab the focus for the current visible proxy widget. Fixes
1690         bug #521224.
1691         
1692 2008-03-30  Emil Soleyman  <emil@nishra.com>
1693
1694         * shell/ev-window.c: (launch_external_uri):
1695         
1696         Reuse g_app_info_launch_default_for_uri to
1697         save some code and fix bug #525009.
1698
1699 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1700
1701         * shell/ev-window.c (image_save_dialog_response_cb):
1702
1703         Use g_str_has_suffix. See bug #523069.
1704
1705 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1706
1707         * configure.ac:
1708
1709         Add a configure option to enable/diable DBus. Patch by Rémi
1710         Cardona. Fixes bug 521797.
1711
1712 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1713
1714         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1715
1716         Fix printing in documents with rotated pages. Patch by Eugen
1717         Dedu. Fixes bug #512648.
1718         
1719 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1720
1721         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
1722         (ev_link_from_action):
1723
1724         Fix warning messages.
1725         
1726 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1727
1728         * shell/ev-window.c: (image_save_dialog_response_cb):
1729
1730         Do not append the extension to filename when saving an image
1731         if the filename alredy contains the extension. Fixes bug #523069.
1732         
1733 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1734
1735         * shell/ev-view.[ch]: (ev_view_find_cancel):
1736         * shell/ev-window.c: (find_bar_close_cb):
1737
1738         Cancel the find operation when the find bar is closed. Fixes bug
1739         #508845.
1740         
1741 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1742
1743         * backend/ps/psdocument.evince-backend.in:
1744
1745         Make ps backend module resident. Fixes bug #520607.
1746         
1747 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1748
1749         * shell/ev-jobs.c: (ev_job_print_run):
1750
1751         Invert collate action in order to work as expected, fix reverse
1752         printing so that it doesn't start with a blank page and fix number
1753         of copies. Patch by Eugen Dedu. Fixes bug #365332.
1754         
1755 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1756
1757         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
1758
1759         Fix build with poppler <= 0.7.2
1760         
1761 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1762
1763         * libdocument/ev-document-misc.c:
1764         (ev_document_misc_surface_from_pixbuf):
1765
1766         Fix selections with poppler-splash.
1767         
1768 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1769
1770         * configure.ac:
1771         * backend/pdf/ev-poppler.cc:
1772
1773         Fix build with poppler >= 0.7.2
1774         
1775 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1776
1777         * configure.ac:
1778         
1779         Update for release 2.22.0
1780
1781 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1782
1783         * NEWS:
1784
1785         Update for upcoming release.
1786
1787 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1788
1789         * shell/ev-window.c (ev_window_print_dialog_response_cb):
1790
1791         Bug 495107 – Handle print dialog responses correctly
1792
1793         Correctly handle print dialog response. Properly fixes
1794         the above mentioned bug.
1795
1796 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1797
1798         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1799
1800         Make sure print job is only run when the print button is
1801         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
1802         
1803 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1804
1805         * backend/pdf/pdfdocument.evince-backend.in:
1806         * libdocument/ev-backends-manager.c:
1807         (ev_backends_manager_load_backend),
1808         (ev_backends_manager_get_document):
1809         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
1810
1811         Allow making backend modules resident. This is needed only for
1812         some backends like pdf to avoid registering glib types more than
1813         once.
1814         
1815 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1816
1817         * backend/comics/comics-document.c:
1818         * backend/djvu/djvu-document.c:
1819         * backend/impress/impress-document.c:
1820         * backend/pdf/ev-poppler.cc:
1821         * backend/pixbuf/pixbuf-document.c:
1822         * backend/ps/ev-spectre.c:
1823         * backend/ps/ps-document.c:
1824         * backend/tiff/tiff-document.c:
1825         * libdocument/ev-document.h:
1826         * properties/ev-properties-main.c:
1827
1828         Use g_type_module_add_interface instead of
1829         g_type_add_interface_static. Fixes bug #519679.
1830         
1831 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
1832
1833         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
1834         Added. Returns whether the animation has everything necessary to run.
1835         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
1836         is ready just because it's been created. Fixes #519106.
1837         (draw_one_page): Do not show the "Loading..." text in presentation
1838         mode, there was a slim probability that this could happen.
1839
1840 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1841
1842         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
1843
1844         Duplicate mime_type string before freeing it so that it doesn't
1845         always fail when getting mime type from uri. Fixes bug #518874.
1846         
1847 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1848
1849         * shell/ev-view.c: (ev_view_form_field_choice_changed):
1850
1851         Fix a crash when a choice form field doesn't have any item
1852         selected. Fixes bug #518831
1853         
1854 2008-02-25  Alexander Larsson  <alexl@redhat.com>
1855
1856         * shell/ev-window.c (ev_window_clear_temp_file):
1857         Use g_file_has_prefix instead of renamed
1858         g_file_contains_file.
1859
1860         * configure.ac:
1861         Require new glib for above change.
1862         
1863 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1864
1865         * libdocument/ev-image.c: (ev_image_finalize),
1866         (ev_image_save_tmp):
1867
1868         Return a real uri instead of a filename when saving an
1869         image. Fixes images drag an drop from evince to nautilus. 
1870         
1871 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1872
1873         * backend/pdf/ev-poppler.cc:
1874         (pdf_document_images_get_image_mapping):
1875
1876         Return the image list in the right order. Fixes bug #516237.
1877         
1878 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1879
1880         * backend/impress/impress-document.c:
1881         (impress_document_thumbnails_get_thumbnail):
1882
1883         Remove unused variable to avoid a compiler warning.
1884
1885 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1886
1887         * configure.ac:
1888         
1889         Update for release 2.21.91.
1890
1891 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1892
1893         * configure.ac:
1894         * shell/Makefile.am:
1895         * shell/ev-application.[ch]:
1896         * shell/ev-sidebar-links.c:
1897         * shell/ev-utils.[ch]:
1898         * shell/ev-window.[ch]:
1899
1900         Remove libgnomeprint support. Fixes bug #512370.
1901         
1902 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
1903
1904         * thumbnailer/evince-thumbnailer.c: (main):
1905
1906         Initialize glib type system before using it. Fixes bug #513934.
1907         
1908 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1909
1910         * properties/ev-properties-main.c:
1911
1912         Add missing #include.
1913         
1914 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1915
1916         * configure.ac:
1917         * backend/djvu/djvu-document.c: (djvu_document_render):
1918         * backend/tiff/tiff-document.c: (tiff_document_render):
1919
1920         Use the new cairo function cairo_format_stride_for_width when
1921         available. Fixes bug #482720.
1922
1923 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1924
1925         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
1926         (get_mime_type_from_data), (get_document_from_uri):
1927
1928         Use g_content_type_guess() only when slow is true in
1929         get_document_from_uri(). Fix several memory leaks.
1930         
1931 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
1932
1933         * libdocument/ev-document-factory.c:
1934         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
1935         (get_document_from_uri):
1936
1937         Use g_content_type_guess () to get mimetype for files.
1938         Bug #510401.
1939
1940 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1941
1942         * thumbnailer/Makefile.am:
1943
1944         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
1945         
1946 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1947
1948         * configure.ac:
1949
1950         Fix build with --without-libgnome. Fixes bug #512771.
1951         
1952 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1953
1954         * backend/dvi/Makefile.am: Install only dvi
1955         module. Fixes bug #512718.
1956
1957 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1958
1959         * properties/ev-properties-main.c: (nautilus_module_initialize):
1960         
1961         Initialize backends in properties tab. Fixes bug
1962         #512720.
1963
1964 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1965
1966         * properties/Makefile.am: No need to link with 
1967         libraries. Fixes bug #512719.
1968
1969 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1970
1971         * NEWS:
1972         * configure.ac:
1973         
1974         Update for release 2.21.90.
1975
1976 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1977
1978         * shell/ev-window.c: (ev_window_cmd_escape):
1979
1980         Fix compile warning.
1981         
1982 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1983
1984         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
1985
1986         Fix printing in dvi backend when filename contains white
1987         espaces. Fixes bug #502839.
1988         
1989 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1990
1991         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
1992         (screensaver_disable_x11):
1993         * shell/Makefile.am:
1994         * shell/xdg-user-dir-lookup.c: Removed
1995         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
1996         * shell/ev-view.c: (ev_view_presentation_transition_start):
1997         * shell/ev-window.c: (ev_window_cmd_file_open),
1998         (ev_window_cmd_save_as), (presentation_set_timeout):
1999
2000         Remove #ifdefs that are no longer needed.
2001         
2002 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2003
2004         * shell/ev-view.[ch]: (ev_view_button_release_event),
2005         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
2006         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
2007         (ev_window_cmd_escape):
2008
2009         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
2010         
2011 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2012
2013         * configure.ac:
2014         * backend/comics/comics-document.c: (comics_document_load):
2015         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
2016         (ev_attachment_set_property), (ev_attachment_init),
2017         (ev_attachment_save), (ev_attachment_launch_app),
2018         (ev_attachment_open):
2019         * libdocument/ev-document-factory.c: (get_document_from_uri):
2020         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
2021         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
2022         * shell/ev-jobs.c:
2023         * shell/ev-password.c: (ev_password_dialog_set_property),
2024         (ev_password_dialog_save_password):
2025         * shell/ev-sidebar-attachments.c:
2026         (ev_sidebar_attachments_drag_data_get):
2027         * shell/ev-window-title.c: (get_filename_from_uri):
2028         * shell/ev-window.c: (ev_window_clear_temp_file),
2029         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
2030         (ev_window_open_uri), (window_save_file_copy_ready_cb),
2031         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
2032         (launch_external_uri), (image_save_dialog_response_cb),
2033         (attachment_save_dialog_response_cb):
2034         * shell/main.c: (load_files), (load_files_remote), (main):
2035         * thumbnailer/evince-thumbnailer.c: (main):
2036
2037         Port to gio and drop gnome-vfs dependency. Fixes bug
2038         #510401. Based on patch by Cosimo Cecchi.
2039         
2040 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2041
2042         * NEWS:
2043
2044         Fixed formatting inconsistencies (spaces vs. tabs)
2045
2046 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2047
2048         * shell/ev-window.c:
2049
2050         Use top/up/bottom/down arrows instead of
2051         first/left/last/right in the toolbar and menu actions.
2052         This fixes issues with RTL languages and is visually
2053         consistent with the page view. Fixes bug #170081.
2054
2055 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2056
2057         * NEWS:
2058
2059         Fixed some inaccuracies pointed out by Carlos Garcia
2060         Campos.
2061
2062 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2063
2064         * NEWS:
2065         * data/evince.schemas.in:
2066         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2067
2068         Override PDF restrictions by default. Fixes bug #382700.
2069
2070 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2071
2072         * NEWS: Updated for upcoming release
2073
2074 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2075
2076         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
2077
2078         Fix memory leak.
2079         
2080 2008-01-23  Gil Forcada <gilforcada@guifi.net>
2081
2082         * shell/ev-window.c: (register_custom_actions):
2083         
2084         Added comment for translators
2085
2086 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2087
2088         * shell/ev-view.c: (ev_view_button_release_event):
2089
2090         Do not create the idle function for kinetic scrolling if we are
2091         not in a drag operation.
2092
2093 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2094
2095         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2096         (ev_view_button_press_event), (ev_view_motion_notify_event),
2097         (ev_view_button_release_event):
2098
2099         Restore cursor after autoscrolling. Fixes bug #509958.
2100
2101 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2102
2103         * configure.ac:
2104         * backend/pdf/ev-poppler.cc:
2105         (pdf_document_images_get_image_mapping),
2106         (pdf_document_images_get_image),
2107         (pdf_document_document_images_iface_init):
2108         * libdocument/ev-document-images.[ch]:
2109         (ev_document_images_get_image_mapping),
2110         (ev_document_images_get_image):
2111         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
2112         (ev_image_get_id), (ev_image_save_tmp):
2113         * shell/ev-jobs.c: (ev_job_render_run):
2114         * shell/ev-view.c: (ev_view_drag_data_get):
2115         * shell/ev-window.c: (image_save_dialog_response_cb),
2116         (ev_view_popup_cmd_copy_image):
2117
2118         Do not render images when rendering the page but on demand. It
2119         reduces the memory comsumption.
2120         
2121 2008-01-18  Marcelo Lira  <setanta@gmail.com>
2122
2123         * configure.a:
2124         * shell/ev-password.c:
2125
2126         Make gnome-keyring optional. Fixes bug #509676.
2127         
2128 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2129
2130         * shell/ev-pixbuf-cache.c: (add_job):
2131
2132         Initialize include_images variable as FALSE instead of TRUE.
2133         
2134 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2135
2136         * configure.ac:
2137         * cut-n-paste/Makefile.am:
2138         * cut-n-paste/fileformatchooser/Makefile.am:
2139         * cut-n-paste/fileformatchooser/egg-macros.h:
2140         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
2141         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
2142         * shell/Makefile.am:
2143         * shell/ev-utils.c:
2144         (file_chooser_dialog_add_writable_pixbuf_formats),
2145         (get_gdk_pixbuf_format_by_extension):
2146         * shell/ev-utils.h:
2147         * shell/ev-window.c: (ev_window_error_message),
2148         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
2149         
2150         Simplify image format selection on save.
2151
2152 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2153
2154         * shell/ev-view.c: (ev_view_scroll_event):
2155         
2156         Repair gorizontal scrolling with shift. Fixes
2157         bug #483412.
2158
2159 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2160         
2161         * MAINTAINERS:
2162
2163         Fix formatting issues.
2164         
2165 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2166
2167         * backend/comics/comics-document.c: (comics_regex_quote):
2168         
2169         Don't overquote special chars except of '. See bug 
2170         502500. Thanks to Tom Parker.
2171
2172 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2173
2174         * MAINTAINERS:
2175         
2176         Added Nickolay and Carlos, since they're doing most of
2177         the releases nowadays.
2178
2179 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2180
2181         * properties/Makefile.am:
2182
2183         Get the nautilus extension dir properly instead of using
2184         a hack. Fixes bug #505359.
2185
2186 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2187
2188         * properties/Makefile.am:
2189         
2190         Install nautilus extension into new place. See bug
2191         #505359. Thanks to Matthias Clasen, Brian Pepple and
2192         Damien Carbery.
2193
2194 2008-01-13  Djihed Afifi  <djihed@gmail.com>
2195
2196         * shell/ev-window.c: (ev_window_get_recent_file_label):
2197         
2198         RTL marker in recent file list. See bug #509076.
2199
2200 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2201
2202         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
2203         * shell/ev-window.c: (image_save_dialog_response_cb):
2204
2205         Fix compile warnings due to unused variables.
2206         
2207 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2208
2209         * configure.ac:
2210         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
2211         * backend/ps/ev-spectre.c: (ps_document_render):
2212
2213         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
2214
2215 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2216
2217         * shell/ev-transition-animation.c (ev_transition_animation_fade)
2218         (ev_transition_animation_paint): Implement "fade" effect.
2219
2220 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2221
2222         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
2223         (ev_transition_animation_paint): Implement "uncover" effect.
2224
2225 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2226
2227         * shell/ev-transition-animation.c (ev_transition_animation_cover)
2228         (ev_transition_animation_paint): Implement "cover" effect.
2229
2230 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2231
2232         * shell/ev-transition-animation.c (ev_transition_animation_push)
2233         (ev_transition_animation_paint): Implement "push" effect.
2234
2235 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2236
2237         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
2238         (ev_transition_animation_paint): Implement "dissolve" effect.
2239
2240 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2241
2242         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
2243         (ev_transition_animation_paint): Implement "wipe" effect.
2244
2245 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2246
2247         * shell/ev-transition-animation.c (ev_transition_animation_box)
2248         (ev_transition_animation_paint): Implement "box" effect.
2249
2250 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2251
2252         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
2253         (ev_transition_animation_paint): Implement "blinds" effect.
2254
2255 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2256
2257         * shell/ev-transition-animation.c (ev_transition_animation_split)
2258         (ev_transition_animation_paint): Implement "split" effect.
2259
2260 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2261
2262         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
2263         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
2264         (ev_view_transition_animation_start) 
2265         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
2266         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
2267         (ev_view_next_page) (ev_view_previous_page):
2268         
2269         Use EvTransitionAnimation to drive page changes in the presentation
2270         mode, the animation will wait to start until both the origin and 
2271         destination page surfaces are available. Fixes #458460.
2272
2273         (draw_loading_text):
2274
2275         Remove workaround for bug #320352, it's now fixed properly.
2276
2277
2278 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2279
2280         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
2281         will contain the implementations for page transition animations, at
2282         the moment it just has the "replace" effect.
2283         * shell/Makefile.am: Added these files to build.
2284
2285 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2286
2287         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
2288         animations.
2289         * shell/Makefile.am: Added these files to build.
2290
2291 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2292
2293         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
2294         implementation to get_effect() in EvDocumentTransitionIface.
2295
2296 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2297
2298         * libdocument/ev-transition-effect.[ch]: New files, define a page
2299         transition effect, at the moment it maps PopplerPageTransition to a
2300         GObject.
2301         * libdocument/Makefile.am: Added these files to build.
2302         * libdocument/ev-document-transition.[ch]
2303         (ev_document_transition_get_effect): New method, gets the
2304         EvTransitionEffect returned by the interface implementation, with
2305         fallback to the "replace" effect.
2306
2307 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
2308
2309         * configure.ac:
2310         * cut-n-paste/Makefile.am:
2311         * cut-n-paste/fileformatchooser/Makefile.am:
2312         * cut-n-paste/fileformatchooser/egg-macros.h:
2313         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
2314         * shell/Makefile.am:
2315         * shell/ev-window.c: (image_save_dialog_response_cb),
2316         (ev_view_popup_cmd_save_image_as):
2317
2318         Allow exporting images in any format supported by
2319         GdkPixbuf. Fixes bug #500209.
2320         
2321 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2322
2323         * backend/pixbuf/pixbuf-document.c:
2324
2325         More warnings fixed.
2326         
2327 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2328
2329         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
2330         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
2331         * backend/djvu/djvu-text.h:
2332         * backend/tiff/tiff-document.c: (tiff_document_render):
2333
2334         Fix compile warnings.
2335         
2336 2007-12-28  Christian Persch  <chpe@gnome.org>
2337
2338         * **/*.c: Include config.h. Bug #504721.
2339
2340 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2341
2342         * configure.ac:
2343         * Makefile.am:
2344         * po/POTFILES.in:
2345         * backend/comics/Makefile.am:
2346         * backend/comics/comics-document.[ch]:
2347         * backend/comics/comicsdocument.evince-backend.in:
2348         * backend/djvu/Makefile.am:
2349         * backend/djvu/djvu-document.[ch]:
2350         * backend/djvu/djvudocument.evince-backend.in:
2351         * backend/dvi/Makefile.am:
2352         * backend/dvi/dvi-document.[c]:
2353         * backend/dvi/dvidocument.evince-backend.in:
2354         * backend/impress/Makefile.am:
2355         * backend/impress/impress-document.[ch]:
2356         * backend/impress/impressdocument.evince-backend.in:
2357         * backend/pdf/Makefile.am:
2358         * backend/pdf/ev-poppler.cc:
2359         * backend/pdf/ev-poppler.h:
2360         * backend/pdf/pdfdocument.evince-backend.in:
2361         * backend/pixbuf/Makefile.am:
2362         * backend/pixbuf/pixbuf-document.[ch]:
2363         * backend/pixbuf/pixbufdocument.evince-backend.in:
2364         * backend/ps/Makefile.am:
2365         * backend/ps/ev-spectre.[ch]:
2366         * backend/ps/ps-document.[ch]:
2367         * backend/ps/psdocument.evince-backend.in:
2368         * backend/tiff/Makefile.am:
2369         * backend/tiff/tiff-document.[ch]:
2370         * backend/tiff/tiffdocument.evince-backend.in:
2371         * libdocument/Makefile.am:
2372         * libdocument/ev-backends-manager.[ch]:
2373         * libdocument/ev-module.[ch]:
2374         * libdocument/ev-document.h:
2375         * libdocument/ev-document-factory.[ch]:
2376         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
2377         (get_compression_from_mime_type), (get_document_from_uri),
2378         (ev_document_factory_get_document), (file_filter_add_mime_types),
2379         (ev_document_factory_add_filters):
2380         * shell/Makefile.am:
2381         * shell/ev-window-title.c: (get_filename_from_uri):
2382         * shell/main.c: (main):
2383         * thumbnailer/Makefile.am:
2384         * thumbnailer/evince-thumbnailer.c: (main):
2385
2386         Plugin system for backends. Fixes bug #351348.
2387         
2388 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2389
2390         * shell/ev-view-private.h:
2391         * shell/ev-view.c: (ev_view_drag_update_momentum),
2392         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
2393         (ev_view_button_release_event), (ev_view_destroy):
2394         
2395         Kinetic scrolling implemented as requested in
2396         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
2397
2398 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2399
2400         * data/evince-toolbar.xml:
2401         * data/evince-ui.xml:
2402         * shell/ev-view-private.h:
2403         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2404         (ev_view_button_press_event), (ev_view_motion_notify_event),
2405         (ev_view_button_release_event), (ev_view_init),
2406         (ev_view_autoscroll_cb), (ev_view_autoscroll),
2407         (ev_view_set_cursor):
2408         * shell/ev-view.h:
2409         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2410         (ev_window_cmd_view_autoscroll):
2411         
2412         Autoscroll feature with the context menu. Fixes bug 
2413         #323670. Thanks to David Turner <cillian64@googlemail.com>.
2414
2415 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2416
2417         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
2418
2419         Disconnect also page-ready signal when removing a job because the
2420         page size has changed. Thanks to kripken
2421         <kripkensteiner@gmail.com>.
2422
2423 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2424
2425         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
2426         
2427         Scroll pages in page entry with mouse wheel. Fixes bug
2428         #324122. Thanks to David Turner <cillian64@googlemail.com>.
2429
2430 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2431
2432         * backend/dvi/Makefile.am:
2433         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
2434         (mdvi_cairo_device_init):
2435         * backend/dvi/mdvi-lib/common.h:
2436         * backend/dvi/mdvi-lib/mdvi.h:
2437         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
2438         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
2439         (mdvi_build_path_from_cwd):
2440
2441         Add ps specials support in dvi backend when libspectre is
2442         present. Fixes bug #386005.
2443         
2444 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2445
2446         * configure.ac:
2447         * backend/ps/Makefile.am:
2448         * backend/ps/ev-spectre.[ch]:
2449         
2450         Use libspectre, if available, for the ps backend. Fixes bugs
2451         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
2452
2453 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
2454         
2455         * backend/comics/comics-document.c: (comics_document_load):
2456         
2457         Cygwin build issue fix.
2458
2459 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2460
2461         * shell/ev-view.c: (ev_view_set_zoom):
2462
2463         Do not limit the minimum zoom factor when sizing mode is best bit
2464         or fit width. Fixes bug #503805.
2465         
2466 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2467
2468         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
2469         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
2470         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
2471         (ev_link_dest_get_property), (ev_link_dest_set_property),
2472         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
2473         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
2474         (ev_link_dest_new_fitr):
2475         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
2476         (goto_fith_dest), (goto_xyz_dest):
2477
2478         Do not change left, top and zoom values when they are null in PDF
2479         destinations. Fixes bug #460658.
2480         
2481 2007-12-10  Christian Persch  <chpe@gnome.org>
2482
2483         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
2484         (ev_view_accessible_class_init),
2485         (ev_view_accessible_idle_do_action),
2486         (ev_view_accessible_action_do_action),
2487         (ev_view_accessible_action_get_description),
2488         (ev_view_accessible_action_set_description),
2489         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
2490         (ev_view_accessible_factory_init),
2491         (ev_view_accessible_factory_get_accessible_type):
2492         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
2493         private data, and G_DEFINE_TYPE. Bug #502843.
2494
2495 2007-12-08  Christian Persch  <chpe@gnome.org>
2496
2497         * shell/ev-metadata-manager.c: (item_free),
2498         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
2499         (value_free), (parse_value), (parseItem),
2500         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
2501         (save_values): Use GSlice to allocate small amounts of memory. Bug
2502         #475972.
2503
2504 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2505
2506         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
2507
2508         Restore cursor to normal after a drag operation. Fixes bug
2509         #501603.
2510         
2511 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2512
2513         * NEWS:
2514         * configure.ac:
2515         
2516         Update for release 2.21.1
2517
2518 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2519
2520         * configure.ac:
2521         * cut-n-paste/gedit-message-area/Makefile.am:
2522         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
2523         * shell/Makefile.am:
2524         * shell/ev-message-area.[ch]:
2525         * shell/ev-window.c: (ev_window_set_message_area),
2526         (ev_window_error_message_response_cb), (ev_window_error_message),
2527         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
2528         (ev_window_save_job_cb), (image_save_dialog_response_cb),
2529         (ev_attachment_popup_cmd_open_attachment),
2530         (attachment_save_dialog_response_cb), (ev_window_set_document),
2531         (ev_window_init):
2532
2533         Use a message area instead of a popup dialog for error
2534         notifications. Fixes bug #337495.
2535         
2536 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2537
2538         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
2539         (ev_window_run_fullscreen):
2540
2541         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
2542         
2543 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2544
2545         * ev-sidebar-thumbnails.c: (update_visible_range),
2546         (ev_sidebar_thumbnails_refresh),
2547         (ev_sidebar_thumbnails_set_document),
2548         (ev_sidebar_thumbnails_support_document):
2549
2550         Show thumbnails for documents with one page. Fixes bug #358751.
2551         
2552 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2553
2554         * shell/ev-window.c:
2555         (ev_window_load_print_settings_from_metadata),
2556         (ev_window_save_print_settings), (ev_window_print_finished),
2557         (ev_window_print_range):
2558
2559         Print settings that are specific to the document are now saved per
2560         document in the metadata file. Fixes bug #488806.
2561         
2562 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
2563
2564         * backend/tiff/tiff-document.c: (tiff_document_render):
2565
2566         Tiff documents were rendered with wrong colors. Fixes bug #497279.
2567         
2568 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2569
2570         * shell/ev-application.[ch]: (get_find_string_from_args),
2571         (ev_application_open_uri_at_dest), (ev_application_open_uri),
2572         (ev_application_open_uri_list):
2573         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
2574         * shell/ev-window.[ch]: (ev_window_load_job_cb),
2575         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
2576         (ev_window_cmd_recent_file_activate),
2577         (ev_window_open_recent_action_item_activated),
2578         (ev_window_print_send), (open_remote_link):
2579         * shell/main.c: (arguments_parse):
2580
2581         Add a command line option for search. Fixes bug #497710.
2582         
2583 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
2584
2585         * shell/ev-jobs.c: (ev_job_print_new):
2586
2587         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
2588         
2589 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2590
2591         * data/evince-toolbar.xml:
2592         * shell/Makefile.am:
2593         * shell/ev-application.c: (ev_application_init):
2594         * shell/ev-open-recent-action.[ch]:
2595         * shell/ev-window.c:
2596         (ev_window_open_recent_action_item_activated),
2597         (register_custom_actions):
2598
2599         Add an expander to the open toolbar item which pops up a dropdown
2600         menu with the recently used documents. Fixes bug #487215.
2601         
2602 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2603
2604         * shell/ev-window.c: (ev_window_open_uri),
2605         (ev_window_cmd_view_reload):
2606
2607         Do not jump to the first page when reloading by running evince
2608         from the command line. Fixes bug #490847.
2609         
2610 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
2611
2612         * shell/ev-window.c: (ev_window_cmd_help_contents):
2613
2614         Plugged memory leak when help file is not found. Fixes bug
2615         #490762.
2616         
2617 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2618
2619         * configure.ac:
2620
2621         Enable djvu, dvi and comics backends by default. Fixes bug
2622         #437121.
2623         
2624 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2625
2626         * configure.ac:
2627         * cut-n-paste/Makefile.am:
2628         * cut-n-paste/recent-files/*: Removed
2629         * help/reference/Makefile.am:
2630         * shell/Makefile.am:
2631         * shell/ev-application.[ch]: (ev_application_shutdown),
2632         (ev_application_init):
2633         * shell/ev-window.c: (ev_window_add_recent),
2634         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
2635
2636         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
2637         
2638 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
2639
2640         * shell/ev-window.c: (launch_external_uri):
2641
2642         Let GnomeVFS check the URL, this allow more URL (like mailto:),
2643         and report error if the URL is not supported (#489910).
2644
2645 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2646
2647         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2648         (pdf_document_file_exporter_begin_page),
2649         (pdf_document_file_exporter_end_page):
2650
2651         Fix printing with poppler splash backend. Fixes bug #489774.
2652         
2653 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2654
2655         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2656         * shell/ev-print-job.c: (ev_print_job_class_init):
2657
2658         Fix a crash when printing with the gnome-print dialog. Fixes bug
2659         #488939.
2660         
2661 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
2662
2663         * backend/pixbuf/pixbuf-document.c:
2664
2665         Fix an implicit function definition warning (#487655)
2666
2667 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2668
2669         * shell/ev-window.c:
2670
2671         Fix conflicting shortcut for view sade pane and presentation.
2672         
2673 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2674
2675         * backend/pdf/ev-poppler.cc:
2676         (pdf_document_file_exporter_begin_page),
2677         (pdf_document_file_exporter_do_page),
2678         (pdf_document_file_exporter_end_page),
2679         (pdf_document_file_exporter_iface_init):
2680         * libdocument/ev-file-exporter.[ch]:
2681         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
2682         * shell/ev-jobs.c: (ev_job_print_get_page_list),
2683         (ev_job_print_run):
2684
2685         When printing multiple pages per sheet in reverse option, do not
2686         invert the order of the pages in every sheet, but the order of the
2687         sheets. Do not print blank pages when page range is invalid. Fixes
2688         bugs #484857 and #485521.
2689         
2690 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2691
2692         * shell/ev-jobs.c: (ev_job_print_get_page_list),
2693         (ev_job_print_run):
2694         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2695
2696         Respect ranges order when printing more than one range in random
2697         order.
2698         
2699 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
2700
2701         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
2702         (ev_window_setup_document), (ev_window_rotation_changed_cb):
2703
2704         Rotate also the window icon when document is rotated. Fixes bug
2705         #474681.
2706         
2707 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2708
2709         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
2710         (pdf_document_forms_get_form_fields):
2711
2712         Silently ignore unknown form fields. Fixes bug #482654. Patch by
2713         Matthias Drochner.
2714         
2715 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2716
2717         * configure.ac:
2718         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2719
2720         Use poppler_page_render_for_printing() instead of
2721         poppler_page_render() if available when exporting to a ps or pdf
2722         file. Fixes bug #476627.
2723         
2724 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2725
2726         * shell/ev-window.c: (ev_window_run_fullscreen):
2727
2728         Do not show the toolbar in fullscreen mode if the main toolbar is
2729         not visible. Fixes bug #483048.
2730         
2731 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2732
2733         * shell/ev-view.c: (ev_view_button_press_event):
2734
2735         Give priority to form fields over images when deciding whether a
2736         button press event is over an image or form field. It allows edit
2737         form fields when they are over a background image. Fixes bug
2738         #477841.
2739         
2740 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2741
2742         * NEWS:
2743         * configure.ac:
2744         
2745         Update for release 2.20.0
2746
2747 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2748
2749         * backend/pdf/ev-poppler.cc:
2750
2751         Remove #ifdef HAVE_FORMS, so that forms support works again.
2752
2753 2007-09-05  Götz Waschk  <waschk@mandriva.org>
2754
2755         * configure.ac:
2756         * data/evince.desktop.in.in:
2757         
2758         Fixes desktop file issues. See bug #473471.
2759
2760 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2761
2762         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
2763         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
2764         (ev_job_queue_remove_job):
2765         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
2766         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
2767         * shell/ev-window.c: (ev_window_clear_save_job),
2768         (ev_window_save_job_cb), (file_save_dialog_response_cb),
2769         (ev_window_dispose):
2770
2771         Move save a copy task to its own job so that it's carried out in a
2772         thread avoiding another lock in the main thread. Use
2773         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
2774         can be saved to a pathin another file system. Fixes bug #456891.
2775         
2776 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2777
2778         * NEWS:
2779         * configure.ac:
2780         
2781         Update for release 2.19.92
2782
2783 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2784
2785         * configure.ac:
2786         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2787         (pdf_selection_get_selection_region),
2788         (pdf_selection_get_selection_map),
2789         (ev_form_field_from_poppler_field):
2790
2791         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
2792         and triple click selections are enabled again now.
2793
2794 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2795
2796         * shell/ev-window.c: (ev_window_add_history):
2797
2798         Make sure not to use the history with documents not supporting
2799         links. Fixes bug #468954.
2800
2801 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2802
2803         * shell/ev-window.c: (ev_window_load_job_cb):
2804
2805         Restart the search when reloading a document with the find bar
2806         visible. Fixes bug #461962.
2807
2808 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2809
2810         * shell/ev-window.c: (setup_document_from_metadata),
2811         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
2812
2813         Do not jump to the first page when reloading a document from the
2814         last page.
2815
2816 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2817
2818         * shell/ev-window.c: (update_chrome_flag),
2819         (setup_sidebar_from_metadata),
2820         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
2821         (ev_window_cmd_edit_find_next),
2822         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
2823         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
2824         (find_bar_close_cb), (view_actions_focus_in_cb):
2825
2826         Do not update visibility when changing a chrome flag so that it's
2827         possible to update several flags and update visibility only once
2828         for all of them.
2829
2830 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2831
2832         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2833
2834         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
2835         supported by gtk+. Fixes bug #460907.
2836
2837 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2838
2839         * shell/ev-view.c: (view_update_range_and_current_page):
2840
2841         Make sure current-page <= end-page in continuous mode. Fixes bug
2842         #454950.
2843
2844 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2845
2846         * backend/pdf/ev-poppler.cc: (build_tree):
2847
2848         Ignore outline items without a title. Fixes bug #453913.
2849
2850 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2851
2852         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2853         (ev_view_button_release_event), (ev_view_leave_notify_event):
2854
2855         Use always drag mouse cursor during a drag operation. Fixes bug
2856         #470564.
2857
2858 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2859
2860         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2861         (pdf_selection_get_selection_region),
2862         (pdf_selection_get_selection_map):
2863
2864         Temporarily disable double and triple selections since it depends on
2865         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
2866         released and the update of the external dependency minimal version
2867         approved.
2868
2869 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2870
2871         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2872         (pdf_document_file_exporter_do_page):
2873         * libdocument/ev-file-exporter.h:
2874         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2875         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2876
2877         Actually fix printing regressions. Remove orientation from
2878         EvPrintContext since it's redundant.
2879
2880 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2881
2882         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
2883         * backend/impress/impress-document.c:
2884         (impress_document_document_iface_init):
2885         * backend/ps/ps-document.c: (ps_document_document_iface_init):
2886         * backend/djvu/djvu-document.c:
2887         (djvu_document_document_iface_init),
2888         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
2889         * backend/tiff/tiff-document.c:
2890         (tiff_document_document_iface_init):
2891         * backend/pixbuf/pixbuf-document.c:
2892         (pixbuf_document_document_iface_init):
2893         * backend/comics/comics-document.c:
2894         (comics_document_document_iface_init):
2895         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
2896         (pdf_selection_render_selection),
2897         (pdf_selection_get_selected_text),
2898         (pdf_selection_get_selection_region),
2899         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
2900         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
2901         (ev_selection_get_selection_region),
2902         (ev_selection_get_selection_map):
2903         * libdocument/ev-document.[ch]:
2904         * shell/ev-pixbuf-cache.[ch]: (add_job),
2905         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
2906         * shell/ev-view-private.h:
2907         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
2908         (ev_job_render_run):
2909         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2910         * shell/ev-view.c: (start_selection_for_event),
2911         (ev_view_button_press_event), (ev_view_drag_data_get),
2912         (ev_view_drag_data_received), (ev_view_button_release_event),
2913         (compute_new_selection_text), (compute_selections),
2914         (ev_view_select_all), (get_selected_text), (ev_view_copy),
2915         (ev_view_primary_get_cb):
2916
2917         Add support for double and triple click selections.
2918
2919 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2920
2921         * NEWS:
2922         * configure.ac:
2923
2924         Update for release 2.19.4
2925
2926 2007-08-28  Justin Blanchard  <justinb04@aim.com>
2927
2928         * shell/ev-view-private.h:
2929         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
2930         (ev_view_set_highlight_search):
2931         * shell/ev-view.h:
2932         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
2933         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
2934         (find_bar_visibility_changed_cb):
2935         
2936         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
2937
2938 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2939
2940         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
2941         (pdf_document_file_exporter_begin),
2942         (pdf_document_file_exporter_do_page):
2943         * shell/ev-jobs.c: (ev_job_print_run):
2944         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2945
2946         Create always a portrait cairo surface and rotate when needed for
2947         landscape. It fixes printing problems in real printers.
2948
2949 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2950
2951         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2952         * libdocument/ev-file-exporter.[ch]:
2953         (ev_file_exporter_get_capabilities):
2954         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2955         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2956
2957         Adjust number of pages per row according to page orientation when
2958         printing 2 or 6 pages per sheet.
2959
2960 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2961
2962         * shell/ev-window.c: (ev_window_print_send):
2963
2964         Reset also cups setting to 1 when printing multiple pages per
2965         sheet. Fixes bug #468853.
2966
2967 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2968
2969         * libdocument/ev-document-misc.c:
2970         (ev_document_misc_surface_rotate_and_scale):
2971
2972         Use directly cairo_surface_get_content() when creating a similar
2973         surface as suggested by Jeff Muizelaar. Thanks again.
2974
2975 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2976
2977         * backend/djvu/djvu-document.c: (djvu_document_render):
2978         * backend/tiff/tiff-document.c: (tiff_document_render):
2979         * backend/pdf/ev-poppler.cc: (pdf_document_render):
2980         * libdocument/ev-document-misc.c:
2981         (ev_document_misc_surface_from_pixbuf),
2982         (ev_document_misc_surface_rotate_and_scale):
2983
2984         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
2985         creating page surfaces. Fixes bug #453123. Thank you very much to
2986         Jeff Muizelaar <jeff@infidigm.net>.
2987
2988 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2989
2990         * shell/ev-page-cache.c: (ev_page_cache_new),
2991         (ev_page_cache_get_thumbnail_size):
2992         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
2993         (ev_sidebar_thumbnails_set_loading_icon):
2994
2995         Also store in page-cache the dimensions of the thumbnails so that
2996         they can be used to create the correct loading icon in the side
2997         pane. Fixes bug #466857.
2998
2999 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3000
3001         * backend/pdf/ev-poppler.cc:
3002         (pdf_document_thumbnails_get_thumbnail):
3003
3004         Fix thumbnails rotation in pdf documents that include embedded 
3005         thumbnails.
3006
3007 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
3008
3009         * backend/pdf/ev-poppler.cc:
3010
3011         Don't use #ifdef in macro expansion. Some compilers don't
3012         like that. Closes bug #467042.
3013
3014 2007-08-15  Justin Blanchard  <justinb04@aim.com>
3015
3016         * backend/djvu/djvu-document.c: (djvu_document_finalize):
3017         
3018         Fixes memory leak in djvu backend.
3019
3020 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
3021
3022         * data/icons/32x32/Makefile.am:
3023         * data/icons/32x32/actions/Makefile.am:
3024         * data/icons/32x32/actions/view-page-cont.svg:
3025         * data/icons/32x32/actions/view-page-facing.svg:
3026         * data/icons/48x48/Makefile.am:
3027         * data/icons/48x48/actions/Makefile.am:
3028         * data/icons/48x48/actions/view-page-cont.svg:
3029         * data/icons/48x48/actions/view-page-facing.svg:
3030         
3031         Icons for a new sizes.
3032
3033 2007-08-14  Justin Blanchard  <justinb04@aim.com>
3034
3035         * shell/ev-page-cache.c: (build_height_to_page),
3036         (ev_page_cache_get_height_to_page):
3037         
3038         Fixes invalid read, see bug #466401.
3039
3040 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3041
3042         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3043         (set_drag_cursor):
3044         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3045         (configure_item_cursor), (new_pixbuf_from_widget):
3046
3047         Fix multihead problems in toolbar editor. Fixes bug #382055.
3048
3049 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3050
3051         * shell/ev-window.c: (ev_window_cmd_file_open),
3052         (ev_window_cmd_save_as):
3053
3054         Use g_get_user_special_dir when available instead of
3055         xdg_user_dir_lookup.
3056
3057 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3058
3059         * MAINTAINERS:
3060         
3061         Updated according to request on desktop-devel.
3062
3063 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3064
3065         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3066
3067         Do not use cairo_rectangle and cairo_clip since we are
3068         not using cairo_fill but cairo_paint. Use the same cairo context
3069         for every page in the same expose event.
3070
3071 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
3072
3073         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
3074         leak.
3075
3076 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3077
3078         * configure.ac:
3079         * NEWS:
3080
3081         Release 0.9.3
3082
3083 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3084
3085         * libdocument/ev-document-info.h:
3086         * libdocument/ev-document.h:
3087         * shell/ev-page-action.h:
3088         * shell/ev-sidebar-links.h:
3089
3090         Fix a headers problem with ev-link
3091         
3092         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
3093         * shell/ev-view-private.h:
3094         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3095         (get_link_area), (ev_view_query_tooltip),
3096         (ev_view_leave_notify_event), (ev_view_destroy),
3097         (ev_view_class_init):
3098
3099         Use new gtk tooltips when available instead of ev-tooltip.
3100         
3101 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3102
3103         * shell/ev-window.c: (update_chrome_visibility),
3104         (ev_window_sidebar_visibility_changed_cb):
3105
3106         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
3107         
3108 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3109
3110         * shell/ev-navigation-action.c:
3111         (ev_navigation_action_history_changed),
3112         (ev_navigation_action_set_history):
3113         * shell/ev-navigation-action-widget.c:
3114         (ev_navigation_action_widget_init):
3115         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3116
3117         Fix compile warnings.
3118         
3119 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3120
3121         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3122         (egg_editable_toolbar_dispose):
3123
3124         Fix memory leak.
3125         
3126 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3127
3128         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3129         (screensaver_disable_x11):
3130         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
3131         * shell/ev-window.c: (presentation_set_timeout):
3132         * shell/ev-view.c: (ev_view_presentation_transition_start):
3133
3134         Use g_timeout_add_seconds instead of g_timeout_add when
3135         available.
3136         
3137 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3138
3139         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
3140
3141         Set horizontal scrollbar policy to AUTOMATIC instead of
3142         NEVER. Workaround for bug #449462.
3143         
3144 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3145
3146         * shell/ev-jobs.c: (ev_job_render_page_ready):
3147
3148         Add page_ready callback to main loop with high priority and hold
3149         a reference to job during idle.
3150         
3151 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3152
3153         * configure.ac:
3154         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3155         (pdf_document_file_exporter_begin),
3156         (pdf_document_file_exporter_do_page),
3157         (pdf_document_file_exporter_get_capabilities):
3158         * libdocument/ev-file-exporter.h:
3159         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3160         * shell/ev-window.c: (ev_window_print_send),
3161         (ev_window_print_dialog_response_cb):
3162
3163         Allow printing multiple pages per sheet. Fixes bug #395573.
3164         
3165 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3166
3167         * shell/ev-view.c: (tip_from_link):
3168         
3169         Check for NULL, fixes bug #460862.
3170
3171 2007-07-29  Christian Persch  <chpe@gnome.org>
3172
3173         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
3174         (ev_window_preview_print_finished), (ev_window_do_preview_print),
3175         (ev_window_cmd_preview_print):
3176         
3177         Fixes bug #437681 - blocks while enumerating printers.
3178
3179 2007-07-29  Christian Persch  <chpe@gnome.org>
3180
3181         * shell/ev-window.c: (ev_window_screen_changed):
3182         
3183         Don't use deprecated gtk+ function. See bug #460909.
3184
3185 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3186
3187         * shell/ev-utils.c: (get_num_monitors):
3188         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
3189
3190         Do not use display before initializing it. Remove compile
3191         warnings.
3192
3193 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
3194
3195         * shell/ev-view.c: (ev_view_class_init):
3196         
3197         Unix-like hjkl bindings added. See bug #458111.
3198
3199 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
3200
3201         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
3202         * shell/ev-utils.h:
3203         * shell/ev-view.c: (ev_view_set_zoom_for_size),
3204         (ev_view_update_view_size):
3205         * shell/ev-view.h:
3206         * shell/ev-window.c: (ev_window_update_actions),
3207         (setup_view_from_metadata), (ev_window_screen_changed),
3208         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
3209         (zoom_control_changed_cb):
3210         * shell/ev-window.h:
3211         
3212         Reorganizes utility functions.
3213
3214 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3215
3216         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
3217         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
3218         (add_job), (ev_pixbuf_cache_get_surface),
3219         (ev_pixbuf_cache_get_link_mapping),
3220         (ev_pixbuf_cache_get_image_mapping),
3221         (ev_pixbuf_cache_get_form_field_mapping),
3222         (ev_pixbuf_cache_get_text_mapping):
3223         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
3224         (notify_page_ready), (ev_job_render_page_ready),
3225         (ev_job_render_run):
3226
3227         Add page_ready signal to notify that page is ready as soon as
3228         possible even if other page elements like links, forms, images or
3229         text mapping are not ready yet.
3230
3231 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3232
3233         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
3234         (dvi_document_file_exporter_do_page),
3235         (dvi_document_file_exporter_get_capabilities),
3236         (dvi_document_file_exporter_iface_init):
3237         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
3238         (ps_document_file_exporter_do_page),
3239         (ps_document_file_exporter_get_capabilities),
3240         (ps_document_file_exporter_iface_init):
3241         * backend/djvu/djvu-document.c:
3242         (djvu_document_file_exporter_begin),
3243         (djvu_document_file_exporter_end),
3244         (djvu_document_file_exporter_get_capabilities),
3245         (djvu_document_file_exporter_iface_init):
3246         * backend/tiff/tiff-document.c:
3247         (tiff_document_file_exporter_begin),
3248         (tiff_document_file_exporter_get_capabilities),
3249         (tiff_document_document_file_exporter_iface_init):
3250         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3251         (pdf_document_file_exporter_do_page),
3252         (pdf_document_file_exporter_get_capabilities),
3253         (pdf_document_file_exporter_iface_init):
3254         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
3255         (ev_file_exporter_get_capabilities):
3256         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
3257         (idle_print_handler), (ev_print_job_print):
3258         * shell/ev-jobs.c: (ev_job_print_run):
3259         * shell/ev-window.c: (ev_window_print_send),
3260         (ev_window_print_range):
3261
3262         Use capabilities to know which options should be offered by the
3263         print dialog depending on the document backend.
3264
3265 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3266
3267         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
3268
3269         Give priority to forms over text to set the cursor.
3270
3271 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3272
3273         * shell/ev-view-private.h:
3274         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3275         (ev_view_leave_notify_event), (ev_view_finalize),
3276         (ev_view_get_property), (ev_view_class_init):
3277
3278         Use IBEAM cursor for text form fields and NORMAL cursor for read
3279         only fields. Remove unused status attribute.
3280
3281 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3282
3283         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3284
3285         Update region for current selected items also for checkbox
3286         buttons, since they can behave as radio buttons when they are in a
3287         set.
3288
3289 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3290
3291         * configure.ac:
3292         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3293
3294         Get max length of text form fields.
3295
3296 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3297
3298         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3299         * libdocument/ev-form-field.h:
3300         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
3301
3302         Fix build with current poppler cvs head.
3303
3304 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3305
3306         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3307         * shell/eggfindbar.c: (egg_find_bar_init):
3308
3309         Fix build with gtk+ >= 2.11.5 due to gtktooltips
3310         deprecation. Fixes bug #455667
3311
3312 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3313
3314         * NEWS:
3315         * configure.ac:
3316         
3317         Update for release 0.9.2
3318
3319 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3320
3321         * shell/ev-view.c: (ev_view_form_field_text_save),
3322         (ev_view_form_field_choice_save):
3323
3324         Fix a crash when closing whith a form widget visible.
3325
3326 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3327
3328         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3329
3330         Update also the region of the current selected button when
3331         clicking on another button if they are radio buttons.
3332
3333 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3334
3335         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
3336         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
3337         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
3338         (ev_pixbuf_cache_get_link_mapping),
3339         (ev_pixbuf_cache_get_image_mapping),
3340         (ev_pixbuf_cache_get_form_field_mapping),
3341         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
3342         * shell/ev-view.c: (ev_view_form_field_get_region),
3343         (ev_view_form_field_button_create_widget),
3344         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
3345         (job_finished_cb):
3346
3347         Redraw only form field region instead of the whole page when
3348         reloading a page to show changes on the form field.
3349
3350 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3351
3352         * shell/ev-view.c: (ev_view_form_field_choice_save):
3353
3354         Fix selection of first item in list form fields.
3355
3356 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3357
3358         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
3359         (ev_pixbuf_cache_reload_page),
3360         (ev_pixbuf_cache_get_form_field_mapping):
3361
3362         Some refactoring to avoid duplicated code.
3363
3364 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3365
3366         * configure.ac:
3367         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
3368         (ev_form_field_from_poppler_field),
3369         (pdf_document_forms_get_form_fields),
3370         (pdf_document_forms_form_field_text_get_text),
3371         (pdf_document_forms_form_field_text_set_text),
3372         (pdf_document_forms_form_field_button_set_state),
3373         (pdf_document_forms_form_field_button_get_state),
3374         (pdf_document_forms_form_field_choice_get_item),
3375         (pdf_document_forms_form_field_choice_get_n_items),
3376         (pdf_document_forms_form_field_choice_is_item_selected),
3377         (pdf_document_forms_form_field_choice_select_item),
3378         (pdf_document_forms_form_field_choice_toggle_item),
3379         (pdf_document_forms_form_field_choice_unselect_all),
3380         (pdf_document_forms_form_field_choice_set_text),
3381         (pdf_document_forms_form_field_choice_get_text),
3382         (pdf_document_document_forms_iface_init):
3383         * libdocument/Makefile.am:
3384         * libdocument/ev-form-field.[ch]:
3385         * libdocument/ev-document-forms.[ch]:
3386         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3387         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3388         (add_job), (ev_pixbuf_cache_reload_page),
3389         (ev_pixbuf_cache_get_form_field_mapping):
3390         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
3391         * shell/ev-view-private.h:
3392         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
3393         (ev_view_handle_cursor_over_xy),
3394         (ev_view_get_form_field_at_location),
3395         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
3396         (ev_view_form_field_button_create_widget),
3397         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
3398         (ev_view_form_field_text_create_widget),
3399         (ev_view_form_field_choice_save),
3400         (ev_view_form_field_choice_changed),
3401         (ev_view_form_field_choice_create_widget),
3402         (ev_view_handle_form_field), (ev_view_size_allocate),
3403         (ev_view_realize), (draw_end_presentation_page),
3404         (ev_view_button_press_event), (ev_view_remove_all),
3405         (ev_view_motion_notify_event), (ev_view_key_press_event),
3406         (ev_view_enter_notify_event), (highlight_find_results),
3407         (draw_loading_text), (draw_one_page), (ev_view_destroy),
3408         (ev_view_class_init), (page_changed_cb),
3409         (on_adjustment_value_changed), (ev_view_set_presentation),
3410         (merge_selection_region), (ev_view_set_cursor),
3411         (ev_view_reset_presentation_state):
3412         
3413         Merge evince-forms branch.
3414
3415 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
3416
3417         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
3418
3419         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
3420         This script also updates itself from libegg
3421
3422         * cut-n-paste/toolbar-editor/egg*:
3423         Run update-toolbareditor-from-libegg.sh so we are in sync again with
3424         libegg
3425
3426 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
3427
3428         * shell/ev-window.c:
3429         
3430         Adds a nice icon to page action during toolbar editing.
3431         See bug #452872.
3432
3433 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3434
3435         * data/evince-toolbar.xml:
3436         * shell/ev-window.c:
3437         
3438         Let user add a presentation and fullscreen icons on toolbar.
3439         See bug #449734.
3440
3441 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
3442
3443         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
3444
3445         new script to keep in sync with toolbareditor in libegg
3446
3447         * cut-n-paste/toolbar-editor/*: 
3448
3449         Run update-toolbareditor-from-libegg so we are in sync again. 
3450         Fixes bug #452850.
3451         
3452
3453 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3454
3455         * shell/ev-sidebar-links.c: (job_finished_callback):
3456
3457         Do not connect selection changed signal more than once. Fixes bug
3458         #349433.
3459
3460 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3461
3462         * shell/ev-window.c: (ev_window_view_sidebar_cb):
3463
3464         Do not change sidebar chrome flag when pressing F9 key in
3465         presentation mode.
3466
3467 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3468
3469         * backend/pdf/ev-poppler.cc:
3470         (pdf_document_thumbnails_get_dimensions):
3471
3472         Make sure thumbnails width and height is not <= 0. Fixes a crash
3473         with some pdf documents which have really small pages.
3474
3475 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
3476
3477         * shell/main.c: (main):
3478
3479         Fixes program description translation issue.
3480         Bug #450148.
3481
3482 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
3483
3484         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
3485
3486         Do not change current page when returning from black/white mode
3487         in presentation. Fixes bug #415032.
3488
3489 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3490
3491         * NEWS:
3492         * configure.ac:
3493         
3494         Update for release 0.9.1
3495
3496 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
3497
3498         * backend/dvi/dvi-document.c:
3499         (dvi_document_finalize),
3500         (dvi_document_file_exporter_format_supported),
3501         (dvi_document_file_exporter_begin),
3502         (dvi_document_file_exporter_do_page),
3503         (dvi_document_file_exporter_end),
3504         (dvi_document_file_exporter_iface_init), (dvi_document_init):
3505         
3506         PDF exporter for dvi documents. Fixes bug #441319.
3507
3508 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3509
3510         * shell/ev-window.c: (ev_window_clear_print_job):
3511
3512         Clear gtk print job when job has finished. Fixes bug #447612.
3513
3514 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3515
3516         * shell/ev-window.c: (ev_window_print_send),
3517         (ev_window_print_dialog_response_cb), (ev_window_print_range):
3518
3519         Add preview button to print dialog. Fixes bug #445419.
3520
3521 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3522
3523         * backend/dvi/Makefile.am:
3524         * backend/dvi/pixbuf-device.[ch]: Removed
3525         * backend/dvi/cairo-device.[ch]: Added
3526         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
3527         * backend/dvi/dvi-document.c: (dvi_document_load),
3528         (dvi_document_render), (dvi_document_finalize),
3529         (dvi_document_thumbnails_get_thumbnail), (parse_color),
3530         (dvi_document_do_color_special):
3531         * libdocument/ev-document-misc.[ch]:
3532         (ev_document_misc_pixbuf_from_surface):
3533
3534         Port dvi backend to cairo and fix a problem with colors. 
3535
3536 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3537
3538         * shell/ev-view.c: (draw_one_page):
3539
3540         Draw only visible region.
3541
3542 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3543
3544         * backend/djvu/djvu-document.c: (djvu_document_render):
3545
3546         Fix rotation in djvu backend.
3547
3548 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3549
3550         * shell/ev-pixbuf-cache.c: (job_finished_cb),
3551         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
3552         (ev_pixbuf_cache_get_image_mapping),
3553         (ev_pixbuf_cache_get_text_mapping):
3554
3555         Redraw view every time we have a new surface. Fixes bug #443587.
3556
3557 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3558
3559         * libdocument/ev-document.c: (ev_document_info_free):
3560
3561         Fix memory leaks.
3562
3563 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3564
3565         * backend/dvi/dvi-document.c: (dvi_document_render),
3566         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
3567         * backend/impress/impress-document.c:
3568         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
3569         (impress_document_render), (impress_document_document_iface_init),
3570         (impress_document_thumbnails_get_thumbnail):
3571         * backend/djvu/djvu-document-private.h:
3572         * backend/djvu/djvu-document.c: (djvu_document_render),
3573         (djvu_document_finalize), (djvu_document_document_iface_init),
3574         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
3575         * backend/tiff/tiff-document.c: (tiff_document_render),
3576         (tiff_document_render_pixbuf),
3577         (tiff_document_document_iface_init):
3578         * backend/pdf/ev-poppler.cc: (pdf_document_render),
3579         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
3580         (pdf_selection_render_selection):
3581         * backend/comics/comics-document.c:
3582         (comics_document_render_pixbuf), (comics_document_render),
3583         (comics_document_document_iface_init):
3584         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
3585         (pixbuf_document_document_iface_init):
3586         * libdocument/ev-document-misc.[ch]:
3587         (ev_document_misc_surface_from_pixbuf),
3588         (ev_document_misc_surface_rotate_and_scale):
3589         * libdocument/ev-document.[ch]: (ev_document_render):
3590         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
3591         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3592         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3593         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
3594         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
3595         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
3596         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
3597         (render_finished_cb), (ev_job_render_run):
3598         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
3599         (merge_selection_region):
3600
3601         Use cairo image surfaces instead of GDK pixbufs for drawing pages
3602         and selections.
3603
3604 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3605
3606         * shell/ev-window-title.c: (ev_window_title_update):
3607
3608         Fix memory leak.
3609
3610 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3611
3612         * shell/ev-view.c: (draw_loading_text):
3613
3614         Show loading text centered. Fixes bug #433061
3615
3616 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3617
3618         * shell/ev-sidebar-thumbnails.c:
3619         (ev_sidebar_thumbnails_set_loading_icon):
3620
3621         Remove a mutex in the main thread that blocks the UI in heavy
3622         documents.
3623
3624 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3625
3626         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
3627
3628         Set points_set to TRUE so that selections don't disappear after a
3629         zoom change.
3630
3631 2007-06-07  Michael Monreal  <infernux@web.de>
3632
3633         * data/icons/16x16/actions/Makefile.am:
3634         * data/icons/16x16/actions/zoom.svg:
3635         * data/icons/22x22/actions/Makefile.am:
3636         * data/icons/22x22/actions/zoom.svg:
3637         * data/icons/24x24/actions/Makefile.am:
3638         * shell/ev-stock-icons.c:
3639         * shell/ev-stock-icons.h:
3640         * shell/ev-window.c:
3641         
3642         Zoom icon artwork. See bug #444795.
3643
3644 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3645
3646         * shell/ev-metadata-manager.c: Remove extraneous function
3647         (Closes: #444386)
3648
3649 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3650
3651         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
3652         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
3653         (ev_metadata_manager_set), (ev_metadata_manager_save):
3654         Simplify the timeout, no need for modified anymore
3655
3656 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3657
3658         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
3659         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
3660         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
3661         (ev_metadata_manager_save): Adapted patch from Arjan van de
3662         Ven (arjan@linux.intel.com) to avoid the timeout running all the
3663         time, saves on power (Closes: #443851)
3664
3665 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3666
3667         * configure.ac:
3668         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
3669         (pdf_selection_render_selection), (pdf_document_get_page_duration):
3670
3671         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
3672
3673 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3674
3675         * shell/ev-window.c: (ev_window_add_history):
3676
3677         Check if history is NULL
3678
3679 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3680
3681         * libdocument/ev-image.c: (ev_image_finalize):
3682         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
3683         * libdocument/ev-attachment.c: (ev_attachment_finalize):
3684         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
3685         (ev_tmp_uri_unlink):
3686
3687         Add functions to delete temporary files created by evince in a safe
3688         way.
3689
3690         * shell/ev-window.c: (ev_window_clear_local_uri),
3691         (open_xfer_update_progress_callback),
3692         (save_xfer_update_progress_callback), (ev_window_save_remote),
3693         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
3694         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
3695         (attachment_save_dialog_response_cb),
3696         (ev_attachment_popup_cmd_save_attachment_as):
3697
3698         Allow saving a copy of a document, image or attachment to a remote
3699         location. Fixes bug #440754. 
3700
3701 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3702
3703         * configure.ac:
3704         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
3705
3706         Fix build with current poppler from cvs head. 
3707
3708 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
3709
3710         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
3711
3712         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
3713         directory exists.
3714
3715 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
3716
3717         * shell/ev-sidebar.c: (ev_sidebar_add_page):
3718         * shell/ev-window.c:
3719
3720         Change sidebar ordering. Fixes bug #439939.
3721
3722 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
3723
3724         * backend/comics/Makefile.am:
3725         
3726         Fixes build with --without-libgnome.
3727
3728 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3729         
3730         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
3731
3732         Update cursor and tooltip on page change and view scroll. Fixes bug
3733         #439217.
3734
3735 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3736
3737         * NEWS:
3738         * configure.ac:
3739         
3740         Update for release 0.9.0
3741
3742 2007-05-14  Alaska Subedi <asubedi@gmail.com>
3743
3744         * backend/djvu/djvu-document-private.h:
3745         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3746         (djvu_document_finalize),
3747         (djvu_document_file_exporter_format_supported),
3748         (djvu_document_file_exporter_begin),
3749         (djvu_document_file_exporter_do_page),
3750         (djvu_document_file_exporter_end),
3751         (djvu_document_file_exporter_iface_init), (djvu_document_init):
3752         
3753         Implemented printing with djvu. Bug #437998.
3754
3755 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3756
3757         * backend/impress/zip.c:
3758         Add missing ulong definition.
3759
3760         * backend/ps/ps-interpreter.c:
3761         Add missing headers.
3762
3763         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
3764
3765 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3766
3767         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
3768
3769         Add missing call to parent class dispose method. 
3770
3771 2007-05-12  Ross Burton  <ross@openedhand.com>
3772
3773         * shell/main.c:
3774         Sync keybindings manually when building without libgnome
3775         (#437925).
3776
3777 2007-05-12  Ross Burton  <ross@openedhand.com>
3778
3779         * shell/ev-window.c:
3780         Respect the screen when opening help (#437866).
3781
3782 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3783
3784         * data/evince-ui.xml:
3785         * shell/ev-application.[ch]: (get_print_settings_from_args),
3786         (ev_application_open_uri_at_dest), (ev_application_open_uri),
3787         (ev_application_open_uri_list):
3788         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
3789         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
3790         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
3791         (ev_window_cmd_view_reload), (lookup_printer_from_name),
3792         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
3793         (ev_window_dispose):
3794         * shell/main.c: (arguments_parse):
3795
3796         Add print button in preview mode. Fixes bug #396475. 
3797
3798 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3799
3800         * cut-n-paste/zoom-control/ephy-zoom.h:
3801         
3802         Fixes zoom level factors. See bug #408119 for details.
3803
3804 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3805
3806         * backend/comics/comics-document.c: (comics_regex_quote),
3807         (extract_argv):
3808         
3809         Correctly quote symbols. Fixes crash in the bug
3810         #415370.
3811
3812 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3813
3814         * shell/ev-navigation-action-widget.c:
3815         (ev_navigation_action_widget_init),
3816         (ev_navigation_action_widget_class_init),
3817         (ev_navigation_action_widget_button_press_event):
3818         
3819         Connect to button-press event on correct widget. Fixes
3820         bug #431988
3821
3822 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3823
3824         * shell/ev-application.c: (ev_application_open_window),
3825         (ev_application_add_icon_path_for_screen),
3826         (ev_application_open_uri_at_dest):
3827         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
3828         * shell/ev-navigation-action.c: (build_menu):
3829         
3830         Add app-specific icons to our icon theme. Fixes bug
3831         #425508.
3832
3833 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3834
3835         * shell/ev-history.c: (ev_history_class_init),
3836         (ev_history_add_link):
3837         * shell/ev-history.h:
3838         * shell/ev-navigation-action.c:
3839         (ev_navigation_action_history_changed),
3840         (ev_navigation_action_set_history), (build_menu),
3841         (ev_navigation_action_finalize):
3842         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
3843         
3844         Make navigation action unsensitive instead of showing
3845         menu with unsensitive word. Fixes bug #417392.
3846
3847 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3848
3849         * shell/ev-application.[ch]: (ev_application_shutdown),
3850         (ev_application_get_print_settings),
3851         (ev_application_set_print_settings):
3852         * shell/ev-window.c:
3853
3854         Remember print settings. Fixes bug #349102. 
3855
3856 2007-05-08  Christian Persch  <chpe@gnome.org>
3857
3858         * configure.ac:
3859         * properties/ev-properties-view.c:
3860
3861         No need for a configure check; just use the GTK_CHECK_VERSION macro.
3862         Bug #382438.
3863
3864 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3865
3866         * configure.ac:
3867         * properties/ev-properties-view.c: (ev_regular_paper_size):
3868
3869         Use gtk+ builtin paper list to identify the document's paper size.
3870         Fixes bug #382438. 
3871
3872 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3873
3874         * configure.ac:
3875
3876         Fix build when compiling with thumbnailer and libgnome support. 
3877
3878 2007-05-04  Ross Burton  <ross@openedhand.com>
3879
3880         * configure.ac:
3881         Add --without-libgnome, check for libgnome and libgnomeui
3882         separately, and add them to the symbols as required.
3883
3884         * libdocument/ev-file-helpers.c:
3885         When building without libgnome, use g_get_user_config_dir instead
3886         of gnome_user_dir_get.
3887
3888         * shell/ev-application.c:
3889         When building without libgnome, don't use session management.
3890
3891         * shell/main.c:
3892         When building without libgnome, don't use GnomeProgram or
3893         initialise the authentication manager.
3894
3895         This fixes #328842.
3896
3897 2007-05-04  Ross Burton  <ross@openedhand.com>
3898
3899         * shell/ev-window.c:
3900         Don't use libgnome to open help, instead call Yelp directly.
3901
3902 2007-05-04  Ross Burton  <ross@openedhand.com>
3903
3904         * shell/ev-sidebar-attachments.c:
3905         Don't use libgnome to lookup icons for MIME types, instead copy
3906         code from GTK+ to do it manually.
3907
3908 2007-05-04  Ross Burton  <ross@openedhand.com>
3909
3910         * configure.ac:
3911         Add libxml to the dependencies for SHELL_CORE (#435818).
3912
3913 2007-05-02  Ross Burton  <ross@openedhand.com>
3914
3915         * configure.ac:
3916         * Makefile.am:
3917         Add --disable-thumbnailer (#434825)
3918
3919 2007-05-02  Ross Burton  <ross@openedhand.com>
3920
3921         * shell/ev-window.c:
3922         Add missing includes, fix indentation.
3923
3924         * shell/main.c:
3925         Fix indentation.
3926
3927 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
3928
3929         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
3930         ev_application_open_uri_at_dest instead of ev_application_open_uri
3931         preventing new document always being opened in a new window even if there
3932         is an empty window.
3933
3934 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3935
3936         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3937         (egg_recent_view_uimanager_finalize):
3938         * properties/ev-properties-view.c: (ev_properties_view_dispose):
3939         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
3940         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
3941         (ev_pixbuf_cache_dispose):
3942         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
3943         * shell/ev-tooltip.c: (ev_tooltip_dispose):
3944         
3945         Add missing chain to parent class methods. Fixes
3946         bug #433128.
3947
3948 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
3949
3950         * data/Makefile.am (update-icon-cache): Updates
3951         gtk-update-icon-cache in uninstall-hook.
3952
3953 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3954
3955         * shell/ev-window.c: (ev_window_setup_document),
3956         (ev_window_set_document), (ev_window_load_job_cb):
3957         * shell/ev-view.c: (setup_caches):
3958         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
3959
3960         Start rendering pages before any other jobs. 
3961
3962 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3963
3964         * shell/ev-window.c: (ev_window_stop_fullscreen),
3965         (ev_window_stop_presentation):
3966
3967         Update chrome visibility before window unfullscreen. 
3968
3969 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3970
3971         * data/Makefile.am:
3972         * data/evince-ui.xml:
3973         * shell/ev-stock-icons.[ch]:
3974         * shell/ev-application.[ch]: (ev_application_shutdown),
3975         (ev_application_init), (ev_application_get_toolbars_model):
3976         * shell/ev-window.c: (update_chrome_visibility),
3977         (fullscreen_toolbar_setup_item_properties),
3978         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
3979         (ev_window_run_presentation), (ev_window_stop_presentation),
3980         (ev_window_run_preview), (ev_window_screen_changed),
3981         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
3982         (ev_window_dispose), (ev_window_init):
3983
3984         Make fullscreen toolbar always visible. Do not use egg toolbars for
3985         fullscreen and preview modes since such toolbars are not editables.
3986         Fixes bugs #300278, #338910 and #316188.  
3987
3988 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
3989
3990         * shell/ev-application.c:
3991         * shell/ev-job-queue.c:
3992         * shell/ev-metadata-manager.c:
3993         * shell/ev-stock-icons.c:
3994         * shell/ev-window.c:
3995         * shell/main.c:
3996         
3997         Developers documentation updated.
3998
3999 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4000
4001         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
4002
4003         Check whether uri is valid before launching it. Fixes bug #427664.
4004
4005 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4006
4007         * shell/ev-window.c:
4008
4009         Change key accelerator for Open a Copy menu entry which is in conflict
4010         with Close. Fixes bug #427321.
4011
4012 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4013
4014         * NEWS:
4015         * configure.ac:
4016         
4017         Update for release 0.8.1
4018
4019 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4020
4021         * shell/ev-window.c: (setup_size_from_metadata):
4022         
4023         Do not make window bigger than screen. Fixes bug 
4024         #388985.
4025
4026 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4027
4028         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
4029         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
4030
4031         Use default resolution when it's not provided by document. Fixes bug
4032         #408762.
4033
4034 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4035
4036         * configure.ac:
4037         * thumbnailer/Makefile.am:
4038         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4039         * thumbnailer/evince-thumbnailer.schemas.in:
4040         * thumbnailer/evince-thumbnailer-ps.schemas.in:
4041
4042         Add support for ps, eps and compressed documents thumbnails. Do not
4043         ignore size parameter. 
4044
4045 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4046
4047         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
4048         (dvi_document_do_color_special):
4049         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
4050
4051         Implement font color specials in the DVI backend. Fixes bug #303651.
4052
4053 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4054
4055         Fixup the previous commit:
4056
4057         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
4058         * shell/xdg-user-dir-lookup.c: Make the function non-static
4059         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
4060
4061 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4062
4063         * shell/ev-window.c (file_open_dialog_response_cb): Use
4064         the xdg-user-dirs DOCUMENTS folder as default folder when
4065         opening a file chooser.  (#424858)
4066
4067         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
4068         xdg-user-dirs.
4069
4070 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4071
4072         * shell/ev-window.c: (ev_window_load_job_cb):
4073
4074         Do not setup view from metadata on preview mode. 
4075
4076 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4077
4078         * shell/main.c:
4079
4080         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
4081
4082 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4083
4084         * shell/ev-view.c: (ev_view_primary_get_cb):
4085
4086         Check pointer != NULL before using it. Fixes bug #416841. 
4087
4088 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4089
4090         * NEWS:
4091         * configure.ac:
4092         
4093         Release 0.8.0
4094
4095 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4096
4097         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
4098
4099         Do not render thumbnails when sidebar thumbnail page is not visible
4100         at startup. Fixes bug #416447. 
4101
4102 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
4103
4104         * data/evince.desktop.in.in:
4105
4106         "Application" is not a valid category in the freedesktop specification.
4107
4108 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4109
4110         * libdocument/ev-file-helpers.[ch]: (compression_run),
4111         (ev_file_uncompress), (ev_file_compress):
4112         * shell/ev-window.c: (file_save_dialog_response_cb):
4113
4114         Save document compressed when saving a copy of a compressed document.
4115         Fixes bug #334542.
4116
4117 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4118
4119         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
4120
4121         Allow deleting in goto window entry in presentation mode. 
4122
4123 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
4124
4125         * Makefile.am: Dist MAINTAINERS.
4126
4127 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4128
4129         * shell/ev-window.c: (ev_window_update_actions):
4130
4131         Fix zoom shortcut keys when searching. Fixes bug #409828.
4132
4133 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4134
4135         * shell/ev-window.c: (ev_window_setup_document):
4136
4137         Fix crash when loading documents with only one page. 
4138
4139 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
4140
4141         * backend/dvi/dvi-document.c:
4142         (dvi_document_thumbnails_get_dimensions),
4143         (dvi_document_thumbnails_get_thumbnail):
4144         * backend/impress/impress-document.c:
4145         (impress_document_thumbnails_get_thumbnail),
4146         (impress_document_thumbnails_get_dimensions):
4147         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
4148         (ps_document_thumbnails_get_dimensions):
4149         * backend/djvu/djvu-document.c:
4150         (djvu_document_thumbnails_get_dimensions),
4151         (djvu_document_thumbnails_get_thumbnail):
4152         * backend/tiff/tiff-document.c:
4153         (tiff_document_thumbnails_get_thumbnail),
4154         (tiff_document_thumbnails_get_dimensions):
4155         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
4156         (pdf_document_thumbnails_get_thumbnail),
4157         (pdf_document_thumbnails_get_dimensions):
4158         * backend/comics/comics-document.c:
4159         (comics_document_thumbnails_get_thumbnail),
4160         (comics_document_thumbnails_get_dimensions):
4161         * backend/pixbuf/pixbuf-document.c:
4162         (pixbuf_document_thumbnails_get_thumbnail),
4163         (pixbuf_document_thumbnails_get_dimensions):
4164         * libdocument/ev-document-thumbnails.[ch]:
4165         (ev_document_thumbnails_get_thumbnail),
4166         (ev_document_thumbnails_get_dimensions):
4167         * libdocument/ev-document-misc.[ch]:
4168         (ev_document_misc_get_thumbnail_frame):
4169         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
4170         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
4171         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
4172         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
4173         (ev_sidebar_thumbnails_refresh):
4174         * shell/ev-window.c: (ev_window_setup_document):
4175         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4176
4177         Use an EvRenderContext for rendering thumbnails instead of a suggested
4178         width, so that different sized pages get sized proportionally.
4179
4180 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4181
4182         * shell/ev-view.c: (ev_view_button_press_event),
4183         (ev_view_key_press_event):
4184
4185         Fix critical warnings when there is no document loaded. 
4186
4187 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4188
4189         * shell/ev-page-action-widget.c:
4190         * shell/ev-navigation-action.c:
4191         * shell/ev-window.c:
4192
4193         Fix compile warnings. 
4194
4195 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4196
4197         * backend/djvu/djvu-text.h:
4198         * backend/djvu/djvu-document.c:
4199         * backend/djvu/djvu-text-page.c:
4200         * backend/djvu/djvu-links.c:
4201         * backend/djvu/djvu-text-page.h:
4202         * backend/djvu/djvu-text.c:
4203         
4204         Fix build on Mac. Fixes bug #392186. Patch by
4205         <ephraim_owns@hotmail.com>
4206
4207 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4208
4209         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
4210
4211         Restore cairo context before rendering every page when printing a PDF
4212         document into a PDF file. 
4213
4214 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4215
4216         * backend/ps/gstypes.h:
4217         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
4218         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
4219         (ps_document_thumbnails_get_thumbnail):
4220
4221         Handle PostScript page orientation. Fixes bug #318568.
4222
4223 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4224
4225         * backend/ps/Makefile.am:
4226         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
4227         (document_load), (ps_document_load), (save_document),
4228         (save_page_list), (ps_document_get_n_pages),
4229         (ps_document_get_page_size), (ps_document_get_info),
4230         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
4231         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
4232         (ps_document_thumbnails_get_thumbnail),
4233         (ps_document_thumbnails_get_dimensions),
4234         (ps_document_document_thumbnails_iface_init):
4235         * backend/ps/ps.[ch]: (psgetpagebox):
4236         * backend/ps/ps-interpreter.[ch]:
4237
4238         Add support for thumbnails in ps backend. Fixes bug #164755. 
4239
4240 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4241
4242         * NEWS:
4243         * configure.ac:
4244         
4245         Release 0.7.2
4246
4247 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4248
4249         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
4250         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
4251         (ev_window_dispose):
4252
4253         Use document thumbnail as window icon. Fixes bug #384442.
4254
4255 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
4256
4257         * configure.ac:
4258
4259         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
4260         duplicated adding application/x-bzpostscript instead. 
4261
4262 2007-02-11  Tom Parker  <palfrey@tevp.net>
4263
4264         * backend/ps/ps-document.c: (document_load):
4265
4266         Check return value of psscan before trying
4267         to use it. Fixes bug #372414.
4268
4269 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4270
4271         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4272
4273         Fix invalid free in ev-page-cache. Fixes bug #404745.
4274
4275 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4276
4277         * test/Makefile.am:
4278         * test/test3.py:
4279         
4280         Added reload test case.
4281
4282 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4283
4284         * po/POTFILES.in:
4285         * backend/djvu/djvu-document.c: (djvu_document_load):
4286
4287         Check whether there are missing files in indirect multipage djvu
4288         documents. Fixes bug #361683. 
4289
4290 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4291
4292         * test/Makefile.am:
4293         * test/test-mime.bin:
4294         * test/test3.py:
4295         
4296         Added test for slow mime type
4297
4298 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4299
4300         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4301
4302         Add some checks and call parent_class->finalize. Fixes bug #404745.
4303
4304 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4305
4306         * shell/ev-navigation-action.c: (connect_proxy):
4307         
4308         Fixes dropdown history menu. Thanks a lot Carlos!
4309
4310 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4311
4312         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
4313
4314         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
4315         bug #373715.
4316
4317 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4318
4319         * backend/ps/ps.c: (psscan):
4320
4321         Fix memory leak. 
4322
4323 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4324
4325         * configure.ac:
4326         * libdocument/ev-file-helpers.c: 
4327
4328         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
4329
4330 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4331
4332         * configure.ac:
4333         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
4334         (ps_interpreter_start), (document_load), (save_document),
4335         (save_page_list):
4336         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
4337         * libdocument/ev-document-factory.c:
4338         (ev_document_factory_get_from_mime), (get_document_from_uri),
4339         (free_uncompressed_uri), (ev_document_factory_get_document):
4340         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
4341
4342         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
4343
4344 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4345
4346         * libdocument/ev-document.h:
4347
4348         Fix typo in function name. 
4349
4350 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4351
4352         * backend/ps/ps-document.c: (ps_interpreter_finished),
4353         (ps_interpreter_start), (ps_interpreter_failed):
4354
4355         Handle ghostscript interpreter crashes. 
4356
4357 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4358
4359         * shell/ev-window.c: (ev_window_open_uri),
4360         (window_configure_event_cb):
4361
4362         Setup window size and position before showing it. Fixes bug #401711.
4363
4364 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4365
4366         * backend/ps/Makefile.am:
4367         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
4368         (ps_document_dispose), (ps_document_class_init),
4369         (ps_interpreter_input), (ps_interpreter_output),
4370         (ps_interpreter_error), (setup_interpreter_env),
4371         (ps_interpreter_start), (ps_interpreter_stop),
4372         (ps_interpreter_failed), (ps_interpreter_is_ready),
4373         (check_filecompressed), (document_load), (ps_document_load),
4374         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
4375         (ps_document_widget_event), (send_ps), (ps_document_next_page),
4376         (render_page):
4377
4378         Rework ps-document. Code cleanups, remove deprecated code. 
4379
4380 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4381
4382         * shell/ev-view.c: (ev_view_button_press_event):
4383
4384         Do not start an image drag and drop operation when pointer is on 
4385         text, so that we can select text when the whole background is an
4386         image. 
4387
4388 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
4389
4390         * shell/ev-window.c: (ev_window_update_actions): 
4391
4392         Disable all zoom related actions during presentation mode. 
4393
4394 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
4395
4396         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
4397
4398         Do not zoom in or out on presentation mode. Fixes bug #401305.
4399
4400 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4401
4402         * shell/ev-navigation-action.c: (connect_proxy),
4403         (create_menu_item), (ev_navigation_action_class_init):
4404         
4405         Correctly show menu and fix crash when navigaton 
4406         action is out of toolbar visible area.
4407
4408 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4409
4410         * data/Makefile.am:
4411         * data/evince.1:
4412         
4413         Added man file
4414
4415 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4416
4417         * help/reference/* :
4418         * configure.ac:
4419         
4420         Added gtk-doc based documentation for Evince.
4421         Still in initial state but I hope it will
4422         grow.
4423         
4424         * configure.ac:
4425         
4426         Lower dbus requirement to 0.70
4427
4428 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4429
4430         * shell/ev-window.c: (ev_window_add_history):
4431
4432         Fix memory leak. 
4433
4434 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4435
4436         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
4437         * shell/ev-view.h:
4438         * shell/ev-window.c: (ev_window_add_history):
4439         
4440         Correctly handle named destination links
4441
4442 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4443
4444         * NOTES:
4445         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
4446         * backend/pdf/ev-poppler.cc:
4447         * libdocument/ev-document-links.h:
4448         * libdocument/ev-link.c: (ev_link_get_page):
4449         * libdocument/ev-link.h:
4450         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
4451         (ev_history_add_link):
4452         * shell/ev-history.h:
4453         * shell/ev-navigation-action.c: (activate_menu_item_cb),
4454         (new_history_menu_item), (build_menu):
4455         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
4456         * shell/ev-sidebar-links.c: (create_loading_model),
4457         (print_section_cb), (ev_sidebar_links_construct),
4458         (fill_page_labels), (update_page_callback_foreach),
4459         (update_page_callback), (job_finished_callback):
4460         * shell/ev-view.c: (ev_view_handle_link):
4461         * shell/ev-window.c: (ev_window_find_chapter),
4462         (ev_window_add_history), (view_handle_link_cb),
4463         (history_changed_cb):
4464         
4465         Implements another history variant
4466
4467 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4468
4469         * shell/ev-window.c: (view_external_link_cb):
4470         * shell/ev-view.c: (ev_view_button_release_event):
4471
4472         Open links in new window when clicking with middle button. 
4473
4474 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4475
4476         * shell/ev-navigation-action.c: (new_history_menu_item):
4477         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
4478         * shell/ev-view.c: (ev_view_handle_link):
4479         * shell/ev-window.c:
4480         
4481         Store link before jump, not the destination. For me it 
4482         seems like more natural history behavior.
4483
4484 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4485
4486         * shell/ev-navigation-action.c: (activate_menu_item_cb),
4487         (ev_navigation_action_class_init):
4488         * shell/ev-navigation-action.h:
4489         * shell/ev-page-action.c: (activate_cb):
4490         * shell/ev-page-cache.c: (ev_page_cache_class_init),
4491         (ev_page_cache_set_current_page_history):
4492         * shell/ev-page-cache.h:
4493         * shell/ev-sidebar-thumbnails.c:
4494         (ev_sidebar_tree_selection_changed),
4495         (ev_sidebar_icon_selection_changed), (page_changed_cb):
4496         * shell/ev-view-private.h:
4497         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
4498         * shell/ev-view.h:
4499         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
4500         (ev_window_setup_document), (ev_window_load_job_cb):
4501         * shell/ev-window.h:
4502         
4503         History finally works as expected.
4504
4505 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4506
4507         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
4508
4509         Do not update links treeview if it doesn't have a model assigned yet. 
4510
4511 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4512
4513         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
4514         (ev_sidebar_links_class_init), (update_page_callback):
4515
4516         Do not update links treeview when sidepane is not visible. 
4517
4518 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4519
4520         * shell/ev-marshal.list:
4521         * shell/ev-page-action.c: (activate_cb),
4522         (ev_page_action_class_init):
4523         * shell/ev-page-action.h:
4524         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
4525         * shell/ev-window.c:
4526         
4527         Remove activate_link signal, not required.
4528
4529 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4530
4531         * shell/ev-navigation-action.c: (build_menu):
4532         
4533         Reorder menu items and build menu with fixed length.
4534
4535 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
4536
4537         * shell/ev-view.c: (get_selected_text):
4538         
4539         Normalize text to fix ligatures problem. See bug
4540         #341947 for details.
4541
4542 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4543
4544         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4545
4546         Fix memory leak in ev-page-cache. 
4547
4548 2007-01-25  Tom Parker <palfrey@tevp.net>
4549
4550         * backend/impress/impress-document.c: (impress_document_load),
4551         (impress_document_finalize), (impress_document_init):
4552         * properties/ev-properties-main.c: (ev_properties_get_pages):
4553         
4554         Correctly handle impress document errors. Fixes nautilus
4555         crash in property page #370491.
4556
4557 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4558
4559         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
4560         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
4561         (ev_job_queue_remove_job):
4562         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
4563         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
4564         (ev_job_load_run):
4565         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
4566         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
4567         (ev_window_load_job_cb), (xfer_update_progress_callback),
4568         (ev_window_open_uri), (ev_window_dispose):
4569         * shell/main.c: (main):
4570
4571         Do file transfer asynchronously in the main thread instead of
4572         synchronously in the load thread. Fixes bugs #399694, #398307 and
4573         #343542.
4574
4575 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4576
4577         * shell/ev-jobs.c: (ev_job_xfer_run):
4578
4579         Load the document with the font-config lock held. 
4580
4581 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4582
4583         * backend/ps/ps-document.c: (start_interpreter):
4584
4585         Fix memory leaks in ps backend. 
4586
4587 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4588
4589         * backend/impress/impress-document.c:
4590         (impress_document_render_pixbuf):
4591
4592         Do not acquire fontconfig lock in impress backend, since it is using
4593         the main loop for rendering. 
4594
4595 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4596
4597         * po/POTFILES.in: 
4598
4599         Remove mdvi files that shouldn't be translated. 
4600
4601 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4602
4603         * shell/ev-view-private.h:
4604         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
4605         (ev_view_set_zoom):
4606
4607         Render "loading..." text into a cairo surface instead of directly into
4608         the window so that fontconfig lock is only needed once and UI is not
4609         blocked. Change text color to #9B9B9B. Fixes bug #397356.
4610
4611 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4612
4613         * shell/ev-stock-icons.c: (ev_stock_icons_init):
4614         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4615
4616         Use icon theme associated with the window screen rather than default. 
4617
4618 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
4619
4620         * configure.ac:
4621
4622         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
4623
4624 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
4625
4626         * data/icons/*/apps/evince.*:
4627
4628         Move Evince icons under new apps directory.
4629
4630         * data/icons/*/actions/*:
4631
4632         Add new custom themeable Evince icons: view-page-continuous, 
4633         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
4634         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
4635
4636         * configure.ac:
4637
4638         Add new directories to AC_CONFIG_FILES.
4639
4640         * shell/ev-stock-icons.c:
4641         * shell/ev-stock-icons.h:
4642
4643         Use new custom themeable icons.
4644
4645 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4646
4647         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
4648
4649         Do not draw white background page in presentation mode. 
4650
4651 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
4652
4653         * shell/ev-view.c: Remove unused gnome-vfs include.
4654
4655 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
4656
4657         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
4658         
4659         Format string is corrected, fixes bug #397129.
4660
4661 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4662
4663         * shell/ev-window.c: (ev_window_setup_recent):
4664
4665         Do not include in recent menu inexistent documents. Fixes
4666         bug #339171.
4667
4668 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4669
4670         * po/POTFILES.skip: 
4671
4672         Update POTFILES.skip file according to current source tree. 
4673
4674 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4675
4676         * shell/ev-window.c: (file_save_dialog_response_cb):
4677
4678         Do Save a copy in atomic way. Fixes bug #328266. 
4679
4680 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4681
4682         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
4683
4684         Keep selected cell always visible in index treeview.
4685
4686 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4687         
4688         * shell/ev-view.c: (ev_view_size_allocate):
4689
4690         Restore horizontal scrollbar after switching to/from fullscreen
4691         or presentation mode. Fixes bug #331728.
4692
4693 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4694
4695         * shell/ev-view-private.h:
4696         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
4697         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
4698         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
4699         (ev_view_can_zoom_out):
4700
4701         Use max and min scale values in the view iby taking dpi into account. 
4702
4703 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4704
4705         * configure.ac:
4706         * NEWS:
4707
4708         Release 0.7.1
4709
4710 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4711
4712         * shell/ev-window.c: (ev_window_print_send):
4713
4714         Send print job to printer with some settings set to default values,
4715         since we have already exported to a file according to such settings
4716         and they could be taken twice by some printers. 
4717
4718 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4719
4720         * shell/ev-jobs.c: (ev_job_xfer_run):
4721         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4722
4723         Show main window and load document with the font-config lock held. 
4724
4725 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4726
4727         * configure.ac:
4728         * shell/ev-application.c: (ev_application_register_service):
4729         * shell/main.c: (load_files_remote):
4730
4731         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
4732
4733 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4734
4735         * doc/debugging.txt:
4736         
4737         Remove obsolete documentation.
4738
4739 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4740
4741         * Makefile.am:
4742         * backend/Makefile.am:
4743         * backend/comics/Makefile.am:
4744         * backend/djvu/Makefile.am:
4745         * backend/dvi/Makefile.am:
4746         * backend/ev-async-renderer.c:
4747         * backend/ev-async-renderer.h:
4748         * backend/ev-attachment.c:
4749         * backend/ev-attachment.h:
4750         * backend/ev-backend-marshal.c:
4751         * backend/ev-document-factory.c:
4752         * backend/ev-document-factory.h:
4753         * backend/ev-document-find.c:
4754         * backend/ev-document-find.h:
4755         * backend/ev-document-fonts.c:
4756         * backend/ev-document-fonts.h:
4757         * backend/ev-document-images.c:
4758         * backend/ev-document-images.h:
4759         * backend/ev-document-info.h:
4760         * backend/ev-document-links.c:
4761         * backend/ev-document-links.h:
4762         * backend/ev-document-misc.c:
4763         * backend/ev-document-misc.h:
4764         * backend/ev-document-security.c:
4765         * backend/ev-document-security.h:
4766         * backend/ev-document-thumbnails.c:
4767         * backend/ev-document-thumbnails.h:
4768         * backend/ev-document-transition.c:
4769         * backend/ev-document-transition.h:
4770         * backend/ev-document.c:
4771         * backend/ev-document.h:
4772         * backend/ev-file-exporter.c:
4773         * backend/ev-file-exporter.h:
4774         * backend/ev-image.c:
4775         * backend/ev-image.h:
4776         * backend/ev-link-action.c:
4777         * backend/ev-link-action.h:
4778         * backend/ev-link-dest.c:
4779         * backend/ev-link-dest.h:
4780         * backend/ev-link.c:
4781         * backend/ev-link.h:
4782         * backend/ev-render-context.c:
4783         * backend/ev-render-context.h:
4784         * backend/ev-selection.c:
4785         * backend/ev-selection.h:
4786         * backend/impress/Makefile.am:
4787         * backend/pdf/Makefile.am:
4788         * backend/pixbuf/Makefile.am:
4789         * backend/ps/Makefile.am:
4790         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
4791         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
4792         (start_interpreter), (stop_interpreter), (document_load),
4793         (ps_document_next_page), (render_page):
4794         * backend/tiff/Makefile.am:
4795         * comics/Makefile.am:
4796         * comics/comics-document.c:
4797         * comics/comics-document.h:
4798         * configure.ac:
4799         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4800         * djvu/Makefile.am:
4801         * djvu/djvu-document-private.h:
4802         * djvu/djvu-document.c:
4803         * djvu/djvu-document.h:
4804         * djvu/djvu-links.c:
4805         * djvu/djvu-links.h:
4806         * djvu/djvu-text-page.c:
4807         * djvu/djvu-text-page.h:
4808         * djvu/djvu-text.c:
4809         * djvu/djvu-text.h:
4810         * dvi/Makefile.am:
4811         * dvi/dvi-document.c:
4812         * dvi/dvi-document.h:
4813         * dvi/fonts.c:
4814         * dvi/fonts.h:
4815         * dvi/mdvi-lib/Makefile.am:
4816         * dvi/mdvi-lib/afmparse.c:
4817         * dvi/mdvi-lib/afmparse.h:
4818         * dvi/mdvi-lib/bitmap.c:
4819         * dvi/mdvi-lib/bitmap.h:
4820         * dvi/mdvi-lib/color.c:
4821         * dvi/mdvi-lib/color.h:
4822         * dvi/mdvi-lib/common.c:
4823         * dvi/mdvi-lib/common.h:
4824         * dvi/mdvi-lib/defaults.h:
4825         * dvi/mdvi-lib/dvimisc.c:
4826         * dvi/mdvi-lib/dviopcodes.h:
4827         * dvi/mdvi-lib/dviread.c:
4828         * dvi/mdvi-lib/files.c:
4829         * dvi/mdvi-lib/font.c:
4830         * dvi/mdvi-lib/fontmap.c:
4831         * dvi/mdvi-lib/fontmap.h:
4832         * dvi/mdvi-lib/fontsrch.c:
4833         * dvi/mdvi-lib/gf.c:
4834         * dvi/mdvi-lib/hash.c:
4835         * dvi/mdvi-lib/hash.h:
4836         * dvi/mdvi-lib/list.c:
4837         * dvi/mdvi-lib/mdvi.h:
4838         * dvi/mdvi-lib/pagesel.c:
4839         * dvi/mdvi-lib/paper.c:
4840         * dvi/mdvi-lib/paper.h:
4841         * dvi/mdvi-lib/pk.c:
4842         * dvi/mdvi-lib/private.h:
4843         * dvi/mdvi-lib/setup.c:
4844         * dvi/mdvi-lib/sp-epsf.c:
4845         * dvi/mdvi-lib/special.c:
4846         * dvi/mdvi-lib/sysdeps.h:
4847         * dvi/mdvi-lib/t1.c:
4848         * dvi/mdvi-lib/tfm.c:
4849         * dvi/mdvi-lib/tfmfile.c:
4850         * dvi/mdvi-lib/tt.c:
4851         * dvi/mdvi-lib/util.c:
4852         * dvi/mdvi-lib/vf.c:
4853         * dvi/pixbuf-device.c:
4854         * dvi/pixbuf-device.h:
4855         * impress/Makefile.am:
4856         * impress/common.h:
4857         * impress/document.c:
4858         * impress/f_oasis.c:
4859         * impress/f_oo13.c:
4860         * impress/iksemel.c:
4861         * impress/iksemel.h:
4862         * impress/imposter.h:
4863         * impress/impress-document.c:
4864         * impress/impress-document.h:
4865         * impress/internal.h:
4866         * impress/r_back.c:
4867         * impress/r_draw.c:
4868         * impress/r_geometry.c:
4869         * impress/r_gradient.c:
4870         * impress/r_style.c:
4871         * impress/r_text.c:
4872         * impress/render.c:
4873         * impress/render.h:
4874         * impress/zip.c:
4875         * impress/zip.h:
4876         * lib/Makefile.am:
4877         * lib/ev-debug.c:
4878         * lib/ev-debug.h:
4879         * lib/ev-file-helpers.c:
4880         * lib/ev-file-helpers.h:
4881         * lib/ev-gui.c:
4882         * lib/ev-gui.h:
4883         * lib/ev-tooltip.c:
4884         * lib/ev-tooltip.h:
4885         * libdocument/Makefile.am:
4886         * libdocument/ev-file-helpers.c:
4887         * pdf/Makefile.am:
4888         * pdf/ev-poppler.cc:
4889         * pdf/ev-poppler.h:
4890         * pixbuf/Makefile.am:
4891         * pixbuf/pixbuf-document.c:
4892         * pixbuf/pixbuf-document.h:
4893         * properties/Makefile.am:
4894         * ps/Makefile.am:
4895         * ps/gsdefaults.c:
4896         * ps/gsdefaults.h:
4897         * ps/gsio.c:
4898         * ps/gsio.h:
4899         * ps/gstypes.h:
4900         * ps/ps-document.c:
4901         * ps/ps-document.h:
4902         * ps/ps.c:
4903         * ps/ps.h:
4904         * shell/Makefile.am:
4905         * shell/ev-application.h:
4906         * shell/ev-sidebar-links.c:
4907         * shell/ev-sidebar-links.h:
4908         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
4909         (ev_gui_menu_position_tree_selection):
4910         * shell/ev-utils.h:
4911         * shell/ev-view.c: (ev_view_finalize):
4912         * shell/ev-window.c:
4913         * shell/main.c: (main):
4914         * thumbnailer/Makefile.am:
4915         * tiff/Makefile.am:
4916         * tiff/tiff-document.c:
4917         * tiff/tiff-document.h:
4918         * tiff/tiff2ps.c:
4919         * tiff/tiff2ps.h:
4920         
4921         Reorganize source tree.
4922
4923 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4924
4925         * backend/ev-document-factory.c:
4926
4927         Do not include ev-poppler.h when pdf is disabled. 
4928
4929 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4930
4931         * configure.ac:
4932         * data/evince-ui.xml:
4933         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
4934         (pdf_document_document_images_iface_init):
4935         * backend/Makefile.am:
4936         * backend/ev-document-images.[ch]:
4937         * backend/ev-image.[ch]:
4938         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
4939         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
4940         (ev_job_xfer_run):
4941         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4942         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4943         (ev_pixbuf_cache_get_image_mapping):
4944         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
4945         (view_menu_popup_cb), (ev_window_dispose),
4946         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
4947         (ev_view_popup_cmd_copy_image):
4948         * shell/ev-view-private.h:
4949         * shell/ev-view.c: (ev_view_get_image_at_location),
4950         (ev_view_do_popup_menu), (ev_view_popup_menu),
4951         (ev_view_button_press_event), (ev_view_drag_data_get),
4952         (ev_view_drag_motion), (ev_view_drag_data_received),
4953         (ev_view_motion_notify_event), (ev_view_button_release_event),
4954         (ev_view_finalize), (ev_view_class_init):
4955
4956         Add image handling support. Fixes bugs #310008 and #325047. Images
4957         selection is not supported yet. 
4958
4959 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4960
4961         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
4962         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
4963         (ev_view_init):
4964
4965         Move view drag and drop stuff to ev-view.
4966
4967 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4968
4969         * shell/ev-pixbuf-cache.c: (clear_job_selection):
4970         * shell/ev-view.c: (clear_selection): 
4971
4972         Clear selection also in pixbuf cache.
4973
4974 2007-01-02  Luca Ferretti <elle.uca@libero.it>
4975
4976         * data/evince.desktop.in.in:
4977         
4978         Change icon name in desktop file. See bug #390734
4979         for details.
4980
4981 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4982
4983         * thumbnailer/Makefile.am:
4984
4985         Use top_builddir instead top_srcdir for generated schema
4986         file installation. Fixes bug #390161.
4987
4988 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4989
4990         * configure.ac:
4991         * backend/Makefile.am:
4992         * backend/ev-document-transition.[ch]:
4993         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
4994         (pdf_document_page_transition_iface_init):
4995         * shell/ev-view-private.h:
4996         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
4997         (ev_view_set_presentation), (transition_next_page),
4998         (ev_view_presentation_transition_stop),
4999         (ev_view_presentation_transition_start), (ev_view_next_page):
5000
5001         Add page transition support in presentation mode. At the moment only
5002         page duration is supported, but not transition effects. Fixes bug
5003         #309815.
5004
5005 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5006
5007         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
5008
5009         Run find_link_dest with document lock held, since it's called by links
5010         thread and main thread at the same time. 
5011
5012 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5013
5014         * shell/ev-view.c: (goto_dest):
5015
5016         Update page-cache when page is changed by the view, so that
5017         page-changed signal is emitted. 
5018
5019 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5020
5021         * test/test1.py:
5022         * test/test2.py:
5023
5024         Use C locale in tests. 
5025
5026 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5027
5028         * shell/ev-window.c: (ev_window_run_presentation):
5029         * shell/ev-view-private.h:
5030         * shell/ev-view.c: (ev_view_set_presentation):
5031
5032         Restore zoom settings when back from presentation mode. 
5033
5034 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5035
5036         * shell/ev-window.c: (ev_window_run_presentation):
5037
5038         Always use "best fit" zoom in presentation mode.
5039         Fixes bug #389195.
5040
5041 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5042
5043         * shell/ev-view.c: (ev_view_goto_window_create):
5044
5045         Show "Jump to page" label in the page jumping popup in
5046         presentation mode instead of just a GtkEntry.
5047
5048 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5049
5050         * shell/ev-window.c: (launch_external_uri):
5051
5052         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
5053         #378085.
5054
5055 2006-12-22  Elijah Newren  <newren gmail com>
5056
5057         * configure.ac: explicitly check for libxml2.  Fixes #388795
5058
5059 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5060
5061         * shell/ev-view-private.h:
5062         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
5063         (ev_view_goto_window_delete_event), (key_is_numeric),
5064         (ev_view_goto_window_key_press_event),
5065         (ev_view_goto_window_button_press_event),
5066         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
5067         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
5068         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
5069
5070         Allow jumping to another page by typing a page number in presentation
5071         mode. It uses a popup window with an entry. Fixes bug #353625.
5072
5073 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5074
5075         * configure.ac:
5076         * properties/ev-properties-view.c: (ev_get_default_user_units),
5077         (ev_regular_paper_size):
5078         
5079         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
5080         to Damien Carbery <damien.carbery@sun.com> and
5081         Yevgen Muntyan <muntyan@tamu.edu>.
5082
5083 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5084
5085         * shell/ev-window.c: (setup_document_from_metadata):
5086
5087         Make sure Evince doesn't restore the view on the last
5088         page when a document is reopened. Fixes bug #383381.
5089
5090 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
5091
5092         * shell/ev-view.c: (draw_loading_text):
5093
5094         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
5095
5096 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5097
5098         * configure.ac:
5099         * NEWS:
5100
5101         Release 0.7.0
5102
5103 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5104
5105         * configure.ac:
5106         * pdf/ev-poppler.cc: (pdf_print_context_free),
5107         (pdf_document_file_exporter_begin),
5108         (pdf_document_file_exporter_do_page):
5109
5110         Make cairo-pdf depedency optional. 
5111
5112 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5113
5114         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
5115
5116         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
5117
5118 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5119
5120         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
5121         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
5122         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
5123         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
5124         * shell/ev-view.c: (draw_loading_text):
5125         * shell/ev-window.c: (ev_window_cmd_file_properties):
5126
5127         Use an specific lock for FontConfig. Hopefully it fixes some crashes
5128         related to using FontConfig from different threads.
5129         
5130 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5131
5132         * shell/ev-view.c: (draw_loading_text):
5133
5134         Acquire lock document when drawing "Loading..." text so that only one
5135         thread will use FontConfig at the same time. Fixes bug #374750.
5136
5137 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5138
5139         * shell/ev-page-action.[ch]: (activate_cb):
5140         * shell/ev-window.c: (activate_label_cb):
5141
5142         Check if text inserted in page entry is a valid page number when it
5143         doesn't match to any document page label. Fixes bug #383165.
5144
5145 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
5146         * shell/ev-window.c:
5147
5148         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
5149         available with GTK < 2.10. Added an ifdef to avoid compilation
5150         error.
5151
5152 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5153
5154         * configure.ac:
5155         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
5156
5157         Fix ps backend in multihead systems.
5158
5159 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5160
5161         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
5162         * shell/ev-window.c: (ev_window_get_screen_dpi),
5163         (ev_window_update_actions), (setup_view_from_metadata),
5164         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
5165
5166         Take screen DPI into account when zooming. Fixes bug #318285.
5167
5168 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5169
5170         * data/Makefile.am:
5171
5172         Cleaned up/slightly refactored Makefile.am. Added GConf
5173         schemas uninstallation as well.
5174
5175 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5176
5177         * Makefile.am:
5178         * test/Makefile.am:
5179
5180         Fight with autotools to fix make check. Make distcheck
5181         works fine as well now!
5182
5183 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5184
5185         * shell/ev-view.c: (draw_end_presentation_page):
5186
5187         Corrected "end of presentation" string.
5188
5189 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5190
5191         * shell/ev-view.c: (ev_view_key_press_event):
5192
5193         Correctly propagate key press event so that up/down keys
5194         work as expected (correct behaviour was broken by
5195         black/white screen key bindings for presentations).
5196
5197 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5198
5199         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
5200         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
5201         (pdf_document_find_get_progress), (pdf_selection_render_selection),
5202         (pdf_selection_get_selection_region),
5203         (pdf_selection_get_selection_map):
5204
5205         Add "static" to some private functions. 
5206
5207 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
5208
5209         * lib/ev-tooltip.h:
5210         * properties/ev-properties-view.h:
5211         * shell/ev-jobs.h:
5212         * shell/ev-properties-dialog.h:
5213         * shell/ev-properties-fonts.h:
5214         * shell/ev-sidebar-links.h:
5215         * shell/ev-sidebar-thumbnails.h:
5216         * shell/ev-sidebar.h:
5217         * shell/ev-window.h:
5218         
5219         Fixes CHACK type in class casts. See bug #385343
5220         for details.
5221
5222 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5223
5224         * shell/ev-view-private.h:
5225         * shell/ev-view.c: (draw_end_presentation_page),
5226         (ev_view_expose_event), (ev_view_key_press_event),
5227         (ev_view_class_init), (ev_view_init):
5228
5229         Blank screen in presentation mode when pressing 'b' (filling with
5230         black) or 'w' (filling with white) keys. Fixes bug #358132.
5231
5232 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
5233
5234         * data/evince-toolbar.xml:
5235         * shell/ev-window.c:
5236         
5237         Use stock icon for Select All action. Fixes
5238         bug #382652.
5239
5240 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
5241
5242         * shell/ev-view.c: (get_doc_point_from_offset),
5243         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
5244
5245         Add links support in rotated documents. Fixes bug #343733.
5246
5247 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5248
5249         * shell/ev-view-private.h:
5250         * shell/ev-view.c: (draw_end_presentation_page),
5251         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
5252
5253         Show a blank page after the last page in presentation mode with a
5254         message indicating that presentation has finished and how to exit. 
5255
5256 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5257
5258         * shell/ev-window.c: (fullscreen_timeout_cb):
5259
5260         Hide cursor after a while in presentation mode. 
5261
5262 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5263
5264         * backend/ev-document-info.h:
5265         * data/evince-properties.glade:
5266         * pdf/ev-poppler.cc:
5267         * properties/ev-properties-view.c: (ev_regular_paper_size),
5268         (ev_properties_view_set_info):
5269         * ps/ps-document.c: (ps_document_get_info):
5270
5271         Adds a paper size field to the properties dialog. Fixes
5272         bug #307315. Patch by Kasper Svendsen (with some i18n
5273         changes done by me).
5274
5275 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5276
5277         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5278         (screensaver_init_dbus), (totem_scrsaver_new),
5279         (totem_scrsaver_init):
5280         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5281         * shell/ev-application.c: (ev_application_register_service),
5282         (ev_application_screensaver_enable),
5283         (ev_application_screensaver_disable):
5284         * shell/ev-application.h:
5285         * shell/ev-window.c: (ev_window_run_presentation),
5286         (ev_window_stop_presentation), (build_comments_string),
5287         (ev_window_init):
5288         
5289         Move screensaver handling to application. No more
5290         message on startup.
5291
5292 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5293
5294         * configure.ac:
5295         * backend/Makefile.am:
5296         * backend/ev-file-exporter.[ch]:
5297         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
5298         * ps/ps-document.c: (ps_document_file_exporter_*):
5299         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
5300         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
5301         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5302         (ev_window_print_dialog_response_cb), (ev_window_print_range):
5303
5304         Allow printing to PDF when suppoted by the backend.
5305         
5306 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5307
5308         * shell/ev-window.c: (build_comments_string):
5309
5310         Use always "Document Viewer" in about dialog. 
5311
5312 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5313
5314         * djvu/djvu-document.c: (djvu_document_get_page_size):
5315
5316         Display a warning message when get_pageinfo fails. 
5317
5318 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
5319
5320         * Makefile.am:
5321         * backend/Makefile.am:
5322         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5323         * configure.ac:
5324         * shell/ev-window.c: (build_comments_string):
5325         
5326         Make pdf compilation optional. See bug #38007.
5327
5328 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
5329
5330         * ps/ps.c: (get_next_text):
5331
5332         Fix CVE-2006-5864.
5333
5334 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5335
5336         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
5337         * shell/ev-navigation-action.c: (connect_proxy),
5338         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5339         
5340         Do not call g_type_class_peek_parent twice.
5341
5342 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5343
5344         * configure.ac:
5345         * data/icons/24x24/.cvsignore:
5346         * data/icons/24x24/Makefile.am:
5347         * data/icons/24x24/evince.png:
5348         * data/icons/Makefile.am:
5349         
5350         Add 24x24 icon. Thanks to 
5351         Michael Monreal <infernux@web.de>.
5352
5353 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5354
5355         * configure.ac: Fix typo in configure.ac. Thanks
5356         to dmacks@netspace.org for notification.
5357
5358 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5359
5360         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5361         
5362         Drop dbus include, fixes compilation with older dbus.
5363
5364 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5365
5366         * configure.ac:
5367         * cut-n-paste/Makefile.am:
5368         * cut-n-paste/totem-screensaver/.cvsignore
5369         * cut-n-paste/totem-screensaver/Makefile.am:
5370         * cut-n-paste/totem-screensaver/README:
5371         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5372         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5373         * shell/Makefile.am:
5374         * shell/ev-window.c: (ev_window_run_presentation),
5375         (ev_window_stop_presentation), (ev_window_cmd_help_about),
5376         (ev_window_init):
5377
5378         Implemented screensaver enabling/disabling for
5379         presentation mode (not fullscreen mode). Code stolen
5380         from Totem (with some minor tweaks). Fixes bug #338889.
5381
5382 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5383
5384         * configure.ac:
5385
5386         Bump gnome-icon-theme requirements. We use the rotation
5387         icons that appeared recently.
5388
5389 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5390
5391         * shell/ev-history.c: (ev_history_add_page):
5392         * shell/ev-history.h:
5393         * shell/ev-window.c: (page_changed_cb):
5394         
5395         Use page labels instead of numbers.
5396
5397 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5398
5399         * data/evince-toolbar.xml:
5400         * po/POTFILES.in:
5401         * shell/Makefile.am:
5402         * shell/ev-navigation-action-widget.c:
5403         (ev_navigation_action_widget_init),
5404         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
5405         (menu_detacher), (ev_navigation_action_widget_set_menu),
5406         (menu_position_func), (popup_menu_under_arrow),
5407         (ev_navigation_action_widget_toggled),
5408         (ev_navigation_action_widget_button_press_event):
5409         * shell/ev-navigation-action-widget.h:
5410         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
5411         (ev_navigation_action_set_window), (activate_menu_item_cb),
5412         (new_history_menu_item), (new_empty_history_menu_item),
5413         (build_menu), (menu_activated_cb), (connect_proxy),
5414         (create_tool_item), (ev_navigation_action_init),
5415         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5416         * shell/ev-navigation-action.h:
5417         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
5418         (ev_page_action_widget_set_page_cache),
5419         (ev_page_action_widget_finalize),
5420         (ev_page_action_widget_class_init), (match_selected_cb),
5421         (display_completion_text), (match_completion), (build_new_tree_cb),
5422         (get_filter_model_from_model),
5423         (ev_page_action_widget_update_model):
5424         * shell/ev-page-action-widget.h:
5425         * shell/ev-page-action.c: (activate_link_cb), (update_model),
5426         (connect_proxy):
5427         * shell/ev-page-action.h:
5428         * shell/ev-stock-icons.c:
5429         * shell/ev-stock-icons.h:
5430         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5431         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
5432         (register_custom_actions):
5433         * shell/main.c:
5434         
5435         Preliminary history implementation
5436
5437 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5438
5439         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
5440         (dvi_document_class_init), (dvi_document_init_params):
5441         * dvi/mdvi-lib/font.c: (font_reference):
5442         
5443         Add reference to subfont. Fixes bug #374277.
5444
5445 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
5446
5447         * shell/ev-window.c: (ev_window_create_tmp_symlink),
5448         (ev_window_cmd_file_open_copy_at_dest):
5449
5450         Fix a race condition when creating symlink. Increase the counter
5451         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
5452         Mathias Hasselmann).
5453
5454 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5455
5456         * backend/Makefile.am:
5457         * backend/ev-attachment.c: (ev_attachment_open):
5458         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
5459         (ev_tmp_dir), (ev_tmp_filename):
5460         * shell/ev-sidebar-attachments.c:
5461         (ev_sidebar_attachments_drag_data_get):
5462         * shell/ev-window.c: (ev_window_clear_temp_file):
5463
5464         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
5465         in ensure_dir_exists. Abort without crashing when we can't create
5466         user's directory.
5467
5468 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5469
5470         * data/evince-ui.xml:
5471         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5472         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
5473         (ev_window_cmd_file_open_copy_at_dest),
5474         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
5475         (ev_view_popup_cmd_open_link_new_window):
5476
5477         Allow opening a copy of the current document in a new window. Fixes bug
5478         #357472
5479
5480 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5481
5482         * data/evince-toolbar.xml:
5483         
5484         Add rotate right and rotate left to available items for toolbar.
5485         
5486         * data/evince-ui.xml:
5487         * shell/ev-window.c: (ev_window_init):
5488         
5489         Customize toolbar with right click. Fixes bug #372451.
5490
5491 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
5492
5493         * shell/ev-window.c: 
5494         
5495         Use "object-rotate-{left,right}" stock icons. Fixes 
5496         bug #373863.
5497
5498 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5499
5500         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
5501         (ev_application_open_uri_at_dest), (ev_application_open_uri):
5502         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
5503         (ev_window_open_uri):
5504         * shell/main.c: (arguments_parse):
5505
5506         Remove temp file created when evince is used by GTK+ in
5507         preview mode. Fixes bug #365282. 
5508
5509 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5510
5511         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
5512         
5513         Fixes bug #372474 - Side pane disabled when entering 
5514         and leaving fullscreen mode.
5515
5516 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5517
5518         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
5519         * data/Makefile.am:
5520         * data/evince-preview-toolbar.xml:
5521         * data/evince-toolbar.xml:
5522         * shell/ev-application.c: (ev_application_shutdown),
5523         (ev_application_init), (ev_application_get_toolbars_model):
5524         * shell/ev-application.h:
5525         * shell/ev-window.c: (update_chrome_visibility),
5526         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
5527         (ev_window_cmd_edit_toolbar), (ev_window_init):
5528         
5529         Fixes bug #364364 - toolbar editor shows zoom actions again.
5530
5531 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5532
5533         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
5534
5535         Do not take margins into consideration for paper size when printing.
5536         Really fixes bug #350491.
5537
5538 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5539
5540         * data/evince-ui.xml:
5541         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
5542         (ev_window_cmd_file_print_setup),
5543         (ev_window_print_dialog_response_cb),
5544         (ev_window_setup_action_sensitivity):
5545
5546         Add page setup settings for printing. Fixes bugs #363860 and #350491.
5547
5548 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5549
5550         * shell/ev-window.c: (ev_window_print_range):
5551
5552         Revert my previuos commit, since printing to PDF is not supported by
5553         evince yet. 
5554
5555 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5556
5557         * shell/ev-window.c: (ev_window_print_range):
5558
5559         Enable print to a PDF. Fixes bug #332121.
5560
5561 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
5562
5563         * shell/ev-application-service.xml:
5564         * shell/ev-application.[ch]: (ev_application_open_window),
5565         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
5566         (ev_application_open_uri), (ev_application_open_uri_list):
5567         * shell/ev-window.c: (file_open_dialog_response_cb),
5568         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
5569         (drag_data_received_cb), (open_remote_link):
5570         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
5571
5572         Add support for multiscreen systems. Fixes bug #316206.
5573
5574 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
5575
5576         * shell/ev-jobs.[ch]: (ev_job_print_new),
5577         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
5578         (ev_job_print_do_page):
5579         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
5580
5581         Allow printing only odd/even pages. Fixes bug #367289.
5582
5583 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5584
5585         * test/test1.py:
5586         * test/test2.py:
5587
5588         Re-add locale settings to test files.
5589
5590 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5591
5592         * data/evince-ui.xml:
5593         * shell/ev-window.c: (set_action_properties):
5594         
5595         Removed garbage from code and ui.
5596
5597 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5598
5599         * shell/ev-window.c: (ev_window_cmd_help_about):
5600
5601         Shamelessly add my name to the list of contributors.
5602
5603 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5604
5605         * test/test1.py:
5606         * test/test2.py:
5607
5608         Cleaned up the dogtail scripts.
5609
5610 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5611
5612         * shell/ev-view.c: (draw_loading_text): Don't render
5613         "loading..." text in presentation mode. Temporary
5614         workaround for bug #320352.
5615
5616 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5617
5618         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
5619         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
5620
5621         Use print settings scale, copies, collate and reverse which were
5622         ignored. Fixes bug #359032.
5623
5624 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5625
5626         * configure.ac:
5627         * data/evince-password.glade:
5628         * test/Makefile.am:
5629         * test/test-encrypt.pdf:
5630         * test/test-links.pdf:
5631         * test/test1.py:
5632         * test/test2.py:
5633
5634         Add automated UI tests for evince with dogtail. See
5635         bug #300948.    
5636
5637 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5638
5639         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
5640
5641         Hide fullscreen toolbar when switching to another desktop workspace.
5642         Fixes bug #338871
5643
5644 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5645
5646         * shell/ev-window-title.c: 
5647         
5648         Test for .dvi in title of pdf documents.
5649
5650 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5651
5652         * shell/ev-view.c: (ev_view_scroll):
5653
5654         Page Up/Down should do page jumps in "Best fit" mode.
5655         If a user has explicitly chosen to view exactly one page
5656         at a time, scrolling just a part of the page when
5657         pressing Page Up/Down is not right. Fixes bug #323107.
5658
5659 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5660
5661         * NEWS:
5662         * configure.ac:
5663         
5664         Update for 0.6.1
5665
5666 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5667
5668         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
5669         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
5670         
5671         Correctly disconnect from job signals on destroy.
5672
5673 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5674
5675         * shell/ev-view-private.h:
5676         * shell/ev-view.c: (view_set_adjustment_values),
5677         (view_update_range_and_current_page),
5678         (ensure_rectangle_is_visible), (ev_view_size_allocate):
5679         
5680         Fixes bug #343199, current page now follows find page.
5681
5682 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
5683
5684         * backend/ev-document-factory.c:
5685         * configure.ac:
5686         Assigned OpenDocument presenation MIME type to the
5687         Impress backend. Added some missing (but harmless)
5688         #ifdefs in the document factory as well to make things
5689         consistent again. Fixes bug #360658.
5690
5691 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
5692
5693         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
5694         * backend/ev-document-find.c: (ev_document_find_get_type):
5695         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
5696         * backend/ev-document-links.c: (ev_document_links_get_type):
5697         * backend/ev-document-security.c: (ev_document_security_get_type):
5698         * backend/ev-document-thumbnails.c:
5699         (ev_document_thumbnails_get_type):
5700         * backend/ev-document.c: (ev_document_get_type):
5701         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
5702         * backend/ev-selection.c: (ev_selection_get_type):
5703         * cut-n-paste/recent-files/egg-recent-model.c:
5704         (egg_recent_model_get_type):
5705         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5706         (egg_recent_view_uimanager_get_type):
5707         * cut-n-paste/recent-files/egg-recent-view.c:
5708         (egg_recent_view_get_type):
5709         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5710         (egg_editable_toolbar_get_type):
5711         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
5712         (egg_toolbar_editor_get_type):
5713         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5714         (egg_toolbars_model_get_type):
5715         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
5716         (egg_tree_multi_drag_source_get_type):
5717         * cut-n-paste/zoom-control/ephy-zoom-action.c:
5718         (ephy_zoom_action_get_type):
5719         * cut-n-paste/zoom-control/ephy-zoom-control.c:
5720         (ephy_zoom_control_get_type):
5721         * impress/r_back.c: (_imp_fill_back):
5722         * properties/ev-properties-main.c:
5723         (ev_properties_plugin_register_type):
5724         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
5725         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
5726         (ev_view_accessible_factory_get_type):
5727
5728         Reduce relocations. Bug #360616.
5729
5730 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5731
5732         * backend/ev-document-factory.c:
5733         (ev_document_factory_get_document):
5734         
5735         Load document even if extension is wrong.
5736
5737 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5738
5739         * shell/ev-metadata-manager.c: (save_values):
5740         * shell/ev-window.c: (setup_size_from_metadata),
5741         (setup_view_from_metadata), (ev_window_setup_document),
5742         (ev_window_xfer_job_cb), (window_configure_event_cb):
5743         
5744         Set size according to the document size/page size ratio.
5745         That should correct rather wierd behaviour of the previous
5746         commit.
5747
5748 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5749
5750         * shell/ev-window.c: (setup_view_from_metadata):
5751         
5752         Set size for new windows from previous window size.
5753         See bugs #354968 and #168450 for details. Thanks
5754         to Meik Hellmund.
5755
5756 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
5757
5758         * djvu/djvu-links.c: (build_tree):
5759
5760         Fix memory leak.
5761
5762 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5763
5764         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
5765         
5766         Don't make sidebar close button insensitive. Fixes
5767         bug #357871.
5768
5769 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5770
5771         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5772         (ev_window_set_view_accels_sensitivity):
5773         
5774         Don't enable Slash on documents which don't support
5775         find. Fixes bug #358648.
5776
5777 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
5778
5779         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
5780         open dialog fall back to the current document uri if the
5781         filechooser hasn't been used before. Fixes bug #356980.
5782
5783 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
5784
5785         * shell/ev-window.c: (ev_window_setup_recent), 
5786         (ev_window_get_recent_file_label):
5787
5788         Escape underscores in filenames of recent file items.
5789
5790 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5791
5792         * configure.ac:
5793         
5794         Bumped poppler requirements, really 0.5.3 is very 
5795         buggy, now we require 0.5.4.
5796
5797 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5798
5799         * djvu/Makefile.am:
5800         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
5801         (djvu_document_find_iface_init), (djvu_document_links_get_links),
5802         (djvu_document_document_links_iface_init):
5803         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
5804         (number_from_string_10), (get_djvu_link_dest),
5805         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
5806         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
5807         (djvu_links_get_links), (djvu_links_find_link_dest),
5808         (djvu_links_get_links_model):
5809         * djvu/djvu-links.h:
5810         
5811         Add support for links and bookmarks in djvu documents. Thanks
5812         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
5813         patch.
5814
5815 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5816
5817         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5818         
5819         Reopen should reload document. Fixes 
5820         bug 327951.
5821
5822 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5823
5824         * configure.ac:
5825         * data/Makefile.am:
5826         * data/evince-16.png:
5827         * data/evince-22.png:
5828         * data/evince.png:
5829         * data/evince.svg:
5830         * data/icons/16x16/Makefile.am:
5831         * data/icons/16x16/evince.png:
5832         * data/icons/22x22/Makefile.am:
5833         * data/icons/22x22/evince.png:
5834         * data/icons/48x48/Makefile.am:
5835         * data/icons/48x48/evince.png:
5836         * data/icons/Makefile.am:
5837         * data/icons/scalable/Makefile.am:
5838         * data/icons/scalable/evince.svg:
5839         
5840         Install icons with correct names. Fixes
5841         bug #354429.
5842
5843 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5844
5845         * shell/ev-view.c: (ev_view_button_release_event):
5846
5847         Don't open links with middle mouse button. Fixes bug #353649
5848
5849 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5850
5851         * NEWS:
5852         * configure.ac:
5853         
5854         Update for release 0.6.0
5855
5856 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5857
5858         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
5859         Implement Close named action. Patch by Carlos Garcia Campos.
5860
5861 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5862
5863         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
5864         
5865         Don't clear link mapping on copy_job_to_job_info. Fixes
5866         bug 346168.
5867
5868 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5869
5870         * shell/main.c: (main):
5871
5872         Revert my previous commit, gnome_program_init owns the option context.
5873         Fix another memory leak in main. Both caught by Christian Persch. 
5874
5875 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5876
5877         * shell/main.c: (main):
5878
5879         Fix memory leak.
5880
5881 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5882
5883         * backend/ev-document-factory.c: (ev_document_factory_get_document):
5884
5885         Fix crash when opening a pdf with password protection. 
5886
5887 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
5888
5889         * pdf/ev-poppler.cc: (pdf_document_search_free):
5890
5891         Fix memory leak. 
5892
5893 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5894
5895         * backend/ev-document-factory.c:
5896         (ev_document_factory_get_document):
5897         * tiff/tiff-document.c: (tiff_document_finalize):
5898         
5899         More correct handling of document loading. Fixes
5900         bug #349043.
5901
5902 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5903
5904         * backend/ev-attachment.c: (ev_attachment_save):
5905
5906         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
5907         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
5908
5909 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
5910         
5911         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
5912         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
5913
5914 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5915
5916         * shell/ev-sidebar-thumbnails.c:
5917
5918         Do not render thumbnails unless thumbnails page is active in the
5919         sidebar.
5920
5921 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
5922
5923         * shell/ev-properties-dialog.c:
5924
5925         Fix dialogue spacing. Bug #351370.
5926
5927 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5928
5929         * configure.ac:
5930
5931         Use lowercase gettext catalog file names (evince.mo
5932         instead of Evince.mo)
5933
5934 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5935
5936         * shell/ev-sidebar-attachments.c:
5937
5938         GtkIconTheme is now screen safe too. Fixes bug #350878
5939
5940 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5941
5942         * shell/ev-window.c:
5943
5944         GtkRecent manager is now screen safe. Fixes bug #350145
5945
5946 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5947
5948         * shell/ev-sidebar.c: (ev_sidebar_init):
5949         
5950         Make sidebar close icon smaller. Fix for bug 350177.
5951         See also bugs 350176 and 165770.
5952
5953 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5954
5955         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
5956
5957         Ignore zoom for xyz destinations when it's <= 1, keeping user
5958         preferences instead. Set correct sizing-mode for fith and fitv
5959         destinations rather than EV_SIZING_FREE. Fixes bug #349433
5960
5961 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5962
5963         * NEWS:
5964         * configure.ac:
5965         
5966         Update for release 0.5.5
5967
5968 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
5969         
5970         * shell/ev-window.c: (ev_window_cmd_escape)
5971
5972         Escape unfocus page entry. Fixes bug #345809.
5973
5974 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5975
5976         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
5977         (build_tree), (pdf_document_links_get_links),
5978         (pdf_document_links_find_link_dest):
5979         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
5980         (goto_xyz_dest):
5981
5982         Convert from PDF style coordinates to X style coordinates in the
5983         backend rather than in the view. Fixes bug #338440
5984
5985 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5986
5987         * shell/ev-window.c:
5988         
5989         Remove Ctrl+Shift+T shortcut for toolbars. See
5990         the bug #350098.
5991
5992 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5993
5994         * configure.ac:
5995
5996         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
5997         of this. 
5998
5999 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6000
6001         * configure.ac:
6002         * cut-n-paste/Makefile.am:
6003         * data/evince-ui.xml:
6004         * shell/Makefile.am:
6005         * shell/ev-application.[ch]:
6006         * shell/ev-window.c:
6007
6008         Use GtkRecent instead of EggRecent when it's available. Fixes bug
6009         #349273
6010
6011 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6012
6013         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
6014         findbar code: s/help/search/
6015
6016 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6017
6018         * shell/ev-window.c: (setup_document_from_metadata),
6019         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
6020         (setup_view_from_metadata):
6021         
6022         Fix memory leaks.
6023
6024 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
6025
6026         * autogen.sh, configure.ac: 
6027         
6028         Update automake usage. See bug 349292.
6029
6030 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6031
6032         * shell/eggfindbar.c: (egg_find_bar_class_init),
6033         (entry_activate_callback), (egg_find_bar_init),
6034         (egg_find_bar_set_status_text):
6035         * shell/eggfindbar.h:
6036         
6037         Unify Evince findbar with Epiphany. Nice patch
6038         from Fabricio Silva <silva@crans.org> and
6039         Frederic Peters <fpeters@entrouvert.com>. See
6040         bug #339966 for details.
6041
6042 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6043
6044         * data/evince.desktop.in.in:
6045         
6046         Correct information for bugzilla. Thanks to
6047         Olaf Vitters, see bug #348855.
6048
6049 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
6050
6051         * shell/ev-jobs.[ch]:
6052         * shell/ev-sidebar-links.c:
6053         * shell/ev-window.[ch]:
6054
6055         GtkPrintJob doesn't support print ranges or current page, so we export
6056         to a ps file now when printing ranges or current page.
6057
6058 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6059
6060         * pdf/ev-poppler.cc:
6061         * shell/ev-window.c: (do_action_named):
6062
6063         We should be more clear about bugzilla. See the
6064         poppler bug #7623.
6065
6066 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6067
6068         * configure.ac:
6069         * shell/Makefile.am:
6070         * shell/ev-job-queue.c:
6071         * shell/ev-jobs.[ch]:
6072         * shell/ev-sidebar-links.c:
6073         * shell/ev-window.[ch]:
6074         
6075         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
6076         #348422
6077
6078 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
6079
6080         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
6081         * shell/ev-application-service.xml:
6082         * shell/ev-application.[ch]:
6083         * shell/ev-jobs.[ch]:
6084         * shell/ev-window.[ch]: (ev_window_run_preview):
6085         * shell/main.c: 
6086
6087         Add preview mode to use evince as a printing previewer. It also adds
6088         other command line options for fullscreen and presentation modes.
6089         Fixes bugs #347822, #317031
6090
6091 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6092
6093         * NEWS:
6094         * configure.ac:
6095         
6096         Update for release 0.5.4
6097
6098 2006-07-11  Bastien Nocera <hadess@hadess.net>
6099
6100         * Makefile.am:
6101         * backend/Makefile.am:
6102         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
6103         * backend/ev-document-factory.h:
6104         * configure.ac:
6105         * impress/.cvsignore:
6106         * impress/Makefile.am:
6107         * impress/common.h:
6108         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
6109         (imp_get_page), (imp_next_page), (imp_prev_page),
6110         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
6111         * impress/f_oasis.c: (render_object), (render_page),
6112         (get_geometry), (_imp_oasis_load):
6113         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
6114         (_imp_oo13_load):
6115         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
6116         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
6117         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
6118         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
6119         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
6120         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
6121         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
6122         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
6123         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
6124         (iks_new_within), (iks_insert), (iks_insert_cdata),
6125         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
6126         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
6127         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
6128         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
6129         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
6130         (iks_cdata), (iks_cdata_size), (iks_has_children),
6131         (iks_has_attribs), (escape_size), (my_strcat), (escape),
6132         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
6133         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
6134         (iks_tree), (iks_load), (iks_save):
6135         * impress/iksemel.h:
6136         * impress/imposter.h:
6137         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
6138         (imp_render_draw_bezier_real), (imp_render_get_size),
6139         (imp_render_set_fg_color), (imp_render_draw_line),
6140         (imp_render_draw_rect), (imp_render_draw_polygon),
6141         (imp_render_draw_arc), (imp_render_draw_bezier),
6142         (imp_render_open_image), (imp_render_get_image_size),
6143         (imp_render_scale_image), (imp_render_draw_image),
6144         (imp_render_close_image), (imp_render_markup),
6145         (imp_render_get_text_size), (imp_render_draw_text),
6146         (impress_document_load), (impress_document_save),
6147         (impress_document_get_n_pages), (impress_document_get_page_size),
6148         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
6149         (impress_document_finalize), (impress_document_class_init),
6150         (impress_document_can_get_text), (impress_document_get_info),
6151         (impress_document_document_iface_init),
6152         (impress_document_thumbnails_get_thumbnail),
6153         (impress_document_thumbnails_get_dimensions),
6154         (impress_document_document_thumbnails_iface_init),
6155         (impress_document_init):
6156         * impress/impress-document.h:
6157         * impress/internal.h:
6158         * impress/r_back.c: (_imp_fill_back):
6159         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
6160         (_imp_draw_image), (_imp_tile_image):
6161         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
6162         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
6163         (r_polyline):
6164         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
6165         (r_draw_gradient_complex), (r_draw_gradient):
6166         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
6167         (r_get_bullet):
6168         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
6169         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
6170         (r_text):
6171         * impress/render.c: (imp_create_context), (imp_context_set_page),
6172         (imp_context_set_step), (imp_render), (imp_delete_context):
6173         * impress/render.h:
6174         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
6175         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
6176         (zip_load_xml), (zip_get_size), (zip_load):
6177         * impress/zip.h:
6178         * shell/ev-utils.c:
6179         
6180         New backend to support impress slides. Fixes bug #30867.
6181
6182 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
6183
6184         * shell/ev-utils.c: (using_postscript_printer):
6185         
6186         Fixes crash when print using PAPI backend,
6187         bug #345012.
6188
6189 2006-06-09  Pat Rondon  <pmr@patrondon.org>
6190
6191         * shell/ev-jobs.c: (ev_job_xfer_run):
6192         * shell/ev-window.c: (password_dialog_response),
6193         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
6194         (ev_window_dispose):
6195         Fixes bug #344160: if the xfer job doesn't complete
6196         because a password is required, reload the existing
6197         instance instead of creating a new one.
6198
6199 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6200
6201         * shell/main.c: (main): Call gdk_threads_init. Thus
6202         we'll avoid errors in auth dialog. Fix for the bug
6203         #343347.
6204
6205 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6206
6207         * configure.ac: Advertise pixbuf support, fix
6208         for the bug 343317.
6209
6210 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6211
6212         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
6213         (ev_sidebar_thumbnails_set_document):
6214         
6215         Update sidebar thumbnails after reloading.
6216
6217 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6218
6219         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
6220         * shell/ev-jobs.h:
6221         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
6222         (ev_window_cmd_view_reload), (ev_window_init):
6223         
6224         Don't crash on reload. Fix for the bug #343167.
6225
6226 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6227
6228         * shell/ev-jobs.c: (ev_job_render_run):
6229         
6230         Check for document links.
6231
6232 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6233
6234         * backend/ev-attachment.c: (ev_attachment_save),
6235         (ev_attachment_launch_app), (ev_attachment_open):
6236         * backend/ev-document-factory.c: (get_document_from_uri):
6237         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6238         (egg_recent_view_uimanager_set_list):
6239         * ps/ps-document.c: (check_filecompressed), (document_load),
6240         (ps_document_load):
6241         * shell/ev-metadata-manager.c: (load_values):
6242         * shell/ev-password.c: (ev_password_dialog_set_property):
6243         * shell/ev-view.c: (tip_from_link):
6244         * shell/ev-window.c: (file_save_dialog_response_cb),
6245         (ev_window_print_dialog_response_cb):
6246         
6247         Use consistent quoting style. Fix for the bug #320285.
6248
6249 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6250
6251         * shell/ev-jobs.c: (ev_job_xfer_run):
6252         * shell/main.c: (load_files):
6253                 
6254         Open links with anchors. Fix for the bug #339836.
6255
6256 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6257
6258         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
6259         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
6260         (ev_link_dest_set_property), (ev_link_dest_finalize),
6261         (ev_link_dest_class_init), (ev_link_dest_new_named),
6262         (ev_link_dest_new_page_label):
6263         * backend/ev-link-dest.h:
6264         * shell/ev-application.c: (ev_application_open_uri):
6265         * shell/ev-view.c: (goto_dest):
6266         * shell/ev-window.c:
6267         * shell/ev-window.h:
6268         
6269         Fix page-label command line option. Bug #342070.
6270
6271 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6272
6273         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
6274         
6275         Don't show highlight rects if page can't be showed. Fix for 
6276         the bug #342076
6277
6278 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6279
6280         * shell/ev-window.c: (setup_sidebar_from_metadata),
6281         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
6282         
6283         Setup sidebar from metadata even if there is no document
6284         loaded. Fix for the bug #342807.
6285
6286 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6287
6288         * cut-n-paste/toolbar-editor/Makefile.am:
6289         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6290         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
6291         (find_action), (drag_data_delete_cb), (drag_begin_cb),
6292         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
6293         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
6294         (popup_context_menu_cb), (button_press_event_cb),
6295         (configure_item_sensitivity), (configure_item_cursor),
6296         (configure_item_tooltip), (connect_widget_signals),
6297         (action_sensitive_cb), (create_item_from_action),
6298         (create_item_from_position), (toolbar_drag_data_received_cb),
6299         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
6300         (toolbar_drag_leave_cb), (configure_drag_dest),
6301         (toggled_visibility_cb), (toolbar_visibility_refresh),
6302         (create_dock), (toolbar_changed_cb), (unparent_fixed),
6303         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
6304         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
6305         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
6306         (egg_editable_toolbar_dispose),
6307         (egg_editable_toolbar_set_ui_manager),
6308         (egg_editable_toolbar_get_selected),
6309         (egg_editable_toolbar_set_selected), (set_edit_mode),
6310         (egg_editable_toolbar_set_property),
6311         (egg_editable_toolbar_get_property),
6312         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
6313         (egg_editable_toolbar_new_with_model),
6314         (egg_editable_toolbar_get_edit_mode),
6315         (egg_editable_toolbar_set_edit_mode),
6316         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
6317         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
6318         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6319         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
6320         (item_added_or_removed_cb), (toolbar_removed_cb),
6321         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
6322         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
6323         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
6324         (editor_create_item_from_name), (append_table),
6325         (update_editor_sheet), (egg_toolbar_editor_init):
6326         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
6327         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6328         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
6329         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
6330         (toolbar_node_free), (egg_toolbars_model_get_flags),
6331         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
6332         (egg_toolbars_model_get_name), (impl_add_item),
6333         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
6334         (parse_data_list), (parse_item_list), (parse_toolbars),
6335         (egg_toolbars_model_load_toolbars), (parse_available_list),
6336         (parse_names), (egg_toolbars_model_load_names),
6337         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
6338         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
6339         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
6340         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
6341         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
6342         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
6343         (egg_toolbars_model_set_types), (fill_avail_array),
6344         (egg_toolbars_model_get_name_avail),
6345         (egg_toolbars_model_get_name_flags),
6346         (egg_toolbars_model_set_name_flags):
6347         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6348         * cut-n-paste/toolbar-editor/eggintl.h:
6349         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
6350         (egg_tree_multi_drag_source_get_type),
6351         (egg_tree_multi_drag_source_row_draggable),
6352         (egg_tree_multi_drag_source_drag_data_delete),
6353         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
6354         (egg_tree_multi_drag_button_release_event), (selection_foreach),
6355         (path_list_free), (set_context_data), (get_context_data),
6356         (get_info), (egg_tree_multi_drag_drag_data_get),
6357         (egg_tree_multi_drag_motion_event),
6358         (egg_tree_multi_drag_button_press_event),
6359         (egg_tree_multi_drag_add_drag_support):
6360         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
6361         * shell/ev-application.c: (ev_application_init),
6362         (ev_application_save_toolbars_model):
6363         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
6364         (ev_window_cmd_edit_toolbar), (ev_window_init):
6365         
6366         Sync toolbareditor with epiphany and libegg
6367
6368 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6369
6370         * configure.ac: 
6371
6372         Depend on poppler 0.5.2
6373
6374 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6375
6376         * shell/ev-jobs.c: (ev_job_render_run):
6377         
6378         Check if document supports links iterface.
6379
6380 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6381
6382         * NEWS:
6383         * configure.ac:
6384         
6385         Update for release 0.5.3
6386
6387 2006-05-13  Michael Plump  <plumpy@skylab.org>
6388
6389         * configure.ac:
6390         * shell/Makefile.am:
6391         * shell/main.c: (main):
6392         
6393         Port to GOption command line parsing. Fix for the 
6394         bug #327518
6395
6396 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6397
6398         * shell/ev-window.c: (ev_window_cmd_help_about):
6399         
6400         Do not wrap license. Fix for the bug #309460.
6401
6402 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6403
6404         * configure.ac:
6405         * properties/ev-properties-main.c: (ev_properties_get_pages):
6406         * shell/ev-application.c: (ev_application_open_window),
6407         (ev_application_open_uri_at_dest):
6408         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
6409         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
6410         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
6411         * shell/ev-utils.c: (save_print_config_to_file):
6412         * shell/ev-window.c: (ev_window_cmd_save_as),
6413         (ev_attachment_popup_cmd_save_attachment_as):
6414         * shell/main.c: (load_files_remote):
6415         
6416         Bump requirements to gtk 2.8 and drop all ifdefs used.
6417
6418 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6419
6420         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
6421         * shell/ev-window.c: (ev_window_init):
6422         
6423         Show attachments page.
6424
6425 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6426
6427         * po/POTFILES.in:
6428         * shell/ev-attachment-bar.c:
6429         * shell/ev-attachment-bar.h:
6430         * shell/ev-sidebar-attachments.c:
6431         (ev_sidebar_attachments_icon_cache_add),
6432         (icon_theme_get_pixbuf_from_mime_type),
6433         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
6434         (ev_sidebar_attachments_icon_cache_refresh),
6435         (ev_sidebar_attachments_get_attachment_at_pos),
6436         (ev_sidebar_attachments_popup_menu_show),
6437         (ev_sidebar_attachments_popup_menu),
6438         (ev_sidebar_attachments_button_press),
6439         (ev_sidebar_attachments_update_icons),
6440         (ev_sidebar_attachments_drag_data_get),
6441         (ev_sidebar_attachments_get_property),
6442         (ev_sidebar_attachments_destroy),
6443         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
6444         (ev_sidebar_attachments_new),
6445         (ev_sidebar_attachments_set_document),
6446         (ev_sidebar_attachments_support_document),
6447         (ev_sidebar_attachments_get_label),
6448         (ev_sidebar_attachments_page_iface_init):
6449         * shell/ev-sidebar-attachments.h:
6450         * shell/ev-window.c: (update_chrome_visibility),
6451         (setup_sidebar_from_metadata), (ev_window_setup_document),
6452         (ev_window_sidebar_current_page_changed_cb),
6453         (attachment_bar_menu_popup_cb), (ev_window_init):
6454         
6455         Move attachments bar to sidebar.
6456
6457 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
6458
6459         * pdf/ev-poppler.cc:
6460         * shell/ev-application.[ch]:
6461         * shell/main.c:
6462
6463         Fix some memory leaks.
6464
6465 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6466
6467         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6468
6469         Change the properties dialog response to
6470         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
6471         will make the dialog go away when the user presses
6472         enter. With gtk+ >= 2.9 this will happen anyway, but for
6473         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
6474         escape by default. Fixes bug #340539. See also bug
6475         #101293 for the gtk+ part.
6476
6477 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
6478
6479         * shell/ev-view.c (tip_from_action_named): Replace some strings
6480         that were wrong. Closes #340970.
6481
6482 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6483
6484         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
6485
6486         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
6487         #341049
6488
6489 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6490
6491         * djvu/Makefile.am:
6492         * dvi/Makefile.am:
6493         * dvi/mdvi-lib/Makefile.am:
6494         * properties/Makefile.am:
6495         * ps/Makefile.am:
6496         * shell/Makefile.am:
6497         * thumbnailer/Makefile.am:
6498         
6499         Due to broken libtool that is unable to track dependencies
6500         of noinst libraries we are forced to explicitely point
6501         libraries for binary. Fix for the bug #333334.
6502
6503 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6504
6505         * data/evince.desktop.in.in:
6506         * shell/ev-view.c: (view_update_range_and_current_page),
6507         (ev_view_next_page), (ev_view_previous_page):
6508         * shell/ev-window.c: (update_chrome_visibility),
6509         (setup_sidebar_from_metadata), (ev_window_setup_document),
6510         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
6511         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6512         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
6513         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6514         (ev_window_stop_presentation), (ev_window_focus_in_event),
6515         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
6516         (ev_window_init):
6517         * thumbnailer/Makefile.am:
6518         
6519         Update fullscreen and presentation timeout handling. Hide
6520         cursor in presentation after timeout. Fix for the bugs
6521         #136359 and #336981.
6522
6523 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6524
6525         * backend/ev-link-action.[ch]:
6526         * pdf/ev-poppler.cc: (ev_link_from_action):
6527         * shell/ev-view-private.h:
6528         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
6529         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
6530
6531         Add support for Named Action links
6532
6533 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
6534
6535         * backend/Makefile.am:
6536         * backend/ev-document-links.[ch]:
6537         * backend/ev-document.[ch]:
6538         * backend/ev-link-action.[ch]:
6539         * backend/ev-link-dest.[ch]:
6540         * backend/ev-link.[ch]:
6541         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
6542         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
6543         * shell/ev-page-action.c: (build_new_tree_cb):
6544         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
6545         (links_page_num_func), (update_page_callback):
6546         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
6547         (tip_from_link):
6548         * shell/ev-jobs.c:
6549         * shell/ev-window.[ch]: (ev_window_open_uri),
6550         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
6551         * shell/ev-application.[ch]: (ev_application_open_window),
6552         (ev_application_open_uri):
6553
6554         Rework links system, it adds support for remote links now and it makes
6555         easier to add new kinds of actions and destinations. Fixes bug #317292
6556
6557 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6558
6559         * data/Makefile.am:
6560         * data/evince.png:
6561         * data/evince-16.png:
6562         * data/evince-22.png:
6563         * data/evince.svg:
6564         * shell/main.c: (main):
6565         
6566         Evince use it's own icon. Fix for the bug #313392.
6567
6568         * shell/ev-window.c: (fullscreen_timeout_cb),
6569         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6570         (ev_window_cmd_help_about), (ev_window_dispose):
6571         
6572         Simplify fullscreen timeout code.
6573
6574 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
6575
6576         * backend/ev-attachment.c: 
6577         * shell/ev-attachment-bar.c:
6578         * shell/ev-window.c:
6579
6580         Allow multiple selection of attachments
6581
6582 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6583
6584         * shell/ev-view.c: (view_update_range_and_current_page),
6585         (ev_view_scroll):
6586         
6587         Fix for the bug #312573 – Optimal selection of current 
6588         page among visible pages.
6589
6590 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6591
6592         * configure.ac:
6593         * djvu/Makefile.am:
6594         * djvu/djvu-text.h:
6595         
6596         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
6597         for the bug 339868.
6598
6599 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
6600
6601         * configure.ac: Fix the LINGUAS stuff here too so it builds.
6602
6603 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6604
6605         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
6606         dictated by the GNOME HIG. Fixes bug #339235.
6607
6608 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6609
6610         * data/evince-ui.xml:
6611         * shell/ev-view.c: (ev_view_can_find_previous):
6612         * shell/ev-view.h:
6613         * shell/ev-window.c: (ev_window_update_actions),
6614         (ev_window_cmd_edit_find_previous):
6615
6616         Add support for "Find Previous" as dictated by the GNOME HIG. A
6617         menu item is added and some glue code to make it all work is added
6618         to various files.
6619
6620 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6621
6622         * configure.ac: Award myself the "useless use of cat" award.
6623
6624 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6625
6626         * po/LINGUAS: New file listing all supported languages.
6627
6628         * configure.in: Use po/LINGUAS instead of including all languages
6629         directly in this file. See the wiki for more information:
6630         http://live.gnome.org/GnomeGoals/PoLinguas
6631
6632 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6633
6634         * backend/ev-document-factory.c:
6635
6636         Do not load the document twice when there isn't errors
6637
6638 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6639
6640         * backend/ev-attachment.c: 
6641
6642         Fix a crash when there isn't a default application to open an
6643         attachment
6644
6645 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6646
6647         * backend/ev-attachment.[ch]:
6648         * shell/ev-attachment-bar.[ch]:
6649
6650         Added missing files. 
6651
6652 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6653
6654         * backend/Makefile.am:
6655         * data/evince-ui.xml:
6656         * backend/ev-attachment.[ch]:
6657         * backend/ev-document.[ch]: (ev_document_has_attachments),
6658         (ev_document_get_attachments):
6659         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
6660         (attachment_save_to_buffer), (pdf_document_get_attachments),
6661         (pdf_document_document_iface_init):
6662         * shell/Makefile.am:
6663         * shell/ev-attachment-bar.[ch]:
6664         * shell/ev-window.c:
6665
6666         Add support for PDF attachments. Fixes bug #325143
6667
6668 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6669
6670         * backend/ev-document-factory.c: (get_document_from_uri),
6671         (ev_document_factory_get_document):
6672         * backend/ev-document-factory.h:
6673         * properties/ev-properties-main.c: (ev_properties_get_pages):
6674         * shell/Makefile.am:
6675         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
6676         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
6677         (ev_job_queue_remove_job):
6678         * shell/ev-job-queue.h:
6679         * shell/ev-job-xfer.c:
6680         * shell/ev-job-xfer.h:
6681         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
6682         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
6683         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
6684         (ev_job_xfer_run):
6685         * shell/ev-jobs.h:
6686         * shell/ev-window.c: (ev_window_is_empty),
6687         (password_dialog_response), (ev_window_clear_xfer_job),
6688         (ev_window_xfer_job_cb), (ev_window_open_uri),
6689         (ev_window_cmd_focus_page_selector),
6690         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
6691         (ev_window_cmd_continuous), (ev_window_cmd_dual),
6692         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6693         (ev_window_dispose):
6694         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6695         
6696         * Cleanup mime type detection on document load. Fix for the
6697         bug #336448.
6698
6699 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6700
6701         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
6702         
6703         Fix crash on exit, described in the bug #336825.
6704
6705 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6706
6707         * backend/ev-document-factory.c:
6708         (ev_document_factory_get_from_mime),
6709         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
6710         (ev_document_factory_get_document),
6711         (file_filter_add_mime_list_and_free),
6712         (ev_document_factory_add_filters):
6713         * backend/ev-document-factory.h:
6714         * properties/ev-properties-main.c: (ev_properties_get_pages):
6715         * shell/Makefile.am:
6716         * shell/ev-application.c:
6717         * shell/ev-job-xfer.c: (ev_job_xfer_run):
6718         * shell/ev-window.c: (ev_window_cmd_file_open),
6719         (ev_window_cmd_save_as):
6720         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6721         
6722         Rework factory functions so they are placed now in a single 
6723         file ev-document-factory.c
6724
6725 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6726
6727         * shell/ev-window.c: (update_chrome_visibility):
6728         
6729         Fix for the bug 166566 - don't show menubar in fullscreen
6730         mode.
6731
6732 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
6733
6734         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
6735
6736 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6737
6738         * shell/ev-view.c: (ev_view_expose_event):
6739         
6740         More correctly draw loading text when document
6741         is empty.
6742
6743 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6744
6745         * shell/ev-view.c: (ev_view_scroll):
6746         
6747         Fix for the bug #334854, page down and page up switch
6748         pages in presentation mode.
6749
6750 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6751
6752         * shell/ev-window.c: (ev_window_set_action_sensitive),
6753         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
6754         (ev_window_set_view_accels_sensitivity),
6755         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
6756         (ev_window_cmd_continuous), (ev_window_cmd_dual),
6757         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6758         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
6759         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
6760         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
6761         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
6762         (view_actions_focus_in_cb), (ev_window_init):
6763         
6764         Fix for the bug #333902, now it's possible to search
6765         words with slash.
6766
6767 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
6768
6769         * configure.ac: Added Breton translation.
6770         * po/br.po: Added Breton translation.
6771
6772 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6773
6774         * shell/ev-window-title (ev_window_title_update):
6775
6776         Fix memory leak in window title. Fixes bug #333944
6777
6778 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6779
6780         * shell/ev-metadata-manager.c (parseItem):
6781
6782         Fix memory leaks. Fixes bug #333945
6783
6784 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6785         
6786         * NEWS, configure.ac, TODO:
6787         
6788         Update for release 0.5.2.
6789
6790 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6791
6792         * shell/ev-view.c: (view_update_range_and_current_page),
6793         (page_changed_cb):
6794         
6795         Don't jump on scrolling, fix for the bug #333127.
6796
6797 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6798
6799         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
6800         
6801         Scroll by one page in presentation mode. Fix for the bug
6802         #332993.
6803
6804 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
6805
6806         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
6807
6808 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
6809
6810         * configure.ac  Added lv in ALL_LINGUAS line.
6811
6812 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6813         
6814         * NEWS, configure.ac:
6815         
6816         Update for release 0.5.1
6817
6818 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6819
6820         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
6821         * backend/ev-document-misc.h:
6822         * shell/ev-view.c: (draw_one_page):
6823         
6824          Clairfy what page the toolbar page number applies to. Fix
6825          for the bug #328102.
6826
6827 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
6828
6829         * shell/ev-view-private.h:
6830         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
6831         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
6832         (ev_view_search_changed):
6833         * shell/ev-view.h:
6834         * shell/ev-window.c: (find_bar_search_changed_cb):
6835         
6836         Dont't jump to find result if window was scrolled during search.
6837         Fix for the bug #313266.
6838
6839 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
6840
6841         * shell/eggfindbar.c: (egg_find_bar_class_init):
6842         * shell/eggfindbar.h:
6843         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
6844         * shell/ev-view-private.h:
6845         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
6846         (ev_view_class_init), (ev_sizing_mode_get_type),
6847         (ev_scroll_type_get_type):
6848         * shell/ev-view.h:
6849         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
6850         (ev_window_cmd_scroll_backward), (find_bar_scroll),
6851         (ev_window_init):
6852         
6853         Fix for the bug 319133 - Find entry should allow text scroll.
6854
6855 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
6856
6857         * shell/ev-view-private.h:
6858         * shell/ev-view.c: (view_update_range_and_current_page),
6859         (highlight_find_results), (find_changed_cb), (page_changed_cb),
6860         (ev_view_set_document), (update_find_status_message),
6861         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
6862         (ev_view_find_previous):
6863         
6864         Fix for the bug #319137. Search now takes account for scrolling.
6865
6866 2006-02-19  Michael Hofmann <mh21@piware.de>
6867
6868         * configure.ac:
6869         * djvu/Makefile.am:
6870         * djvu/djvu-document-private.h:
6871         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
6872         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
6873         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
6874         (djvu_document_can_get_text), (djvu_document_get_text),
6875         (djvu_document_document_iface_init),
6876         (djvu_document_thumbnails_get_thumbnail),
6877         (djvu_document_find_begin), (djvu_document_find_get_n_results),
6878         (djvu_document_find_get_result),
6879         (djvu_document_find_page_has_results),
6880         (djvu_document_find_get_progress), (djvu_document_find_cancel),
6881         (djvu_document_find_iface_init):
6882         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
6883         (djvu_text_page_selection), (djvu_text_page_limits_process),
6884         (djvu_text_page_limits), (djvu_text_page_copy),
6885         (djvu_text_page_position), (djvu_text_page_union),
6886         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
6887         (djvu_text_page_box), (djvu_text_page_append_text),
6888         (djvu_text_page_search), (djvu_text_page_prepare_search),
6889         (djvu_text_page_new), (djvu_text_page_free):
6890         * djvu/djvu-text-page.h:
6891         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
6892         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
6893         (djvu_text_n_results), (djvu_text_has_results),
6894         (djvu_text_get_result), (djvu_text_get_progress):
6895         * djvu/djvu-text.h:
6896         
6897         Text search in djvu. Fix for the bug #303415.
6898
6899 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6900
6901         * configure.ac:
6902         * shell/ev-window.c: (ev_window_cmd_save_as):
6903         
6904         Ask filechooser to confirm overwrite. Fix for the bug #328266.
6905         Thanks to Gary Coady <gary@lyranthe.org>
6906
6907 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6908
6909         * shell/ev-print-job.c: (idle_print_handler):
6910         
6911         Inverse order printing, bug #320919.
6912
6913 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6914
6915         * data/evince-toolbar.xml:
6916         * shell/ev-window.c:
6917         
6918         Allow to add sidebar checkbutton on toolbar. Fix
6919         for the bug #144577.
6920
6921 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6922
6923         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
6924         
6925         Add checks that have sense for empty ps document.
6926
6927 2006-02-15  Luca Ferretti <elle.uca@libero.it>
6928
6929         * configure.ac: Include PS in mime types list. 
6930
6931 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6932
6933         * configure.ac:
6934         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
6935         * ps/gsdefaults.h:
6936         * ps/ps-document.c: (start_interpreter), (ps_document_load):
6937         
6938         Runtime check for gs interpreter. Fix for the bug #320868.
6939         Thanks to Antoine Dopffer antoine.dopffer@free.fr
6940
6941 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
6942
6943         * shell/ev-application.c: 
6944
6945         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
6946         dbus>=0.60, so that the request is not queued. 
6947
6948 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6949
6950         * configure.ac:
6951         * shell/Makefile.am:
6952         * shell/ev-sidebar-links.c: (print_section_cb):
6953         * shell/ev-utils.c:
6954         * shell/ev-utils.h:
6955         * shell/ev-window.c: (update_action_sensitivity),
6956         (ev_window_close_dialogs), (ev_window_print):
6957         * shell/ev-window.h:
6958         
6959         Make printing support optional. Patch from Eduardo de Barros Lima
6960         <eduardo.lima@indt.org.br> for the bug #330546.
6961
6962 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6963
6964         * shell/ev-view-private.h:
6965         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
6966         (ev_view_set_document):
6967         * shell/ev-view.h:
6968         * shell/ev-window.c: (ev_window_load_job_cb),
6969         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
6970         (ev_window_init):
6971
6972         Draw Loading message during xfer job. Fix for the bug #329495.
6973
6974 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6975
6976         * comics/comics-document.c: (comics_regex_quote),
6977         (comics_document_load), (extract_argv):
6978         
6979         Correcly quote regexp before passing it to unzip.
6980
6981 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6982
6983         * shell/ev-page-cache.c: (build_height_to_page),
6984         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
6985         (ev_page_cache_get_dual_even_left):
6986         * shell/ev-page-cache.h:
6987         * shell/ev-view.c: (view_update_range_and_current_page),
6988         (get_page_y_offset), (get_page_extents):
6989         
6990         Place even pages to the left if document has less then
6991         two pages. Fix for the bug #328856.
6992
6993 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6994
6995         * thumbnailer/evince-thumbnailer-comics.schemas.in:
6996         
6997         Correct comics scheme. This make evince create thumbnails
6998         for comic books. Fix for the bug 329088.
6999
7000 2006-01-31  Christopher Aillon  <caillon@redhat.com>
7001
7002         * data/evince-password.glade: Don't explicitly set
7003         invisible_char to the current default value in case
7004         the default changes; let GTK+ do its magic.
7005
7006 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7007
7008         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
7009         real filename to tmp filename since often document
7010         type is determined by extension.
7011
7012 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
7013
7014         * shell/ev-view.c: (add_scroll_binding_keypad),
7015         (ev_view_binding_activated), (ev_view_class_init):
7016         
7017         Add keybindings for percision-scrolling of display area. 
7018         Fix for the bug #314072.
7019
7020 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7021
7022         * data/evince.desktop.in.in:
7023         
7024         Add GTK to the list of categories. Fix for the bug #328034.
7025
7026 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7027
7028         * shell/ev-application.c: (ev_application_shutdown),
7029         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
7030         * shell/ev-application.h:
7031         * shell/ev-window.c: (file_open_dialog_response_cb),
7032         (ev_window_cmd_file_open):
7033         
7034         Save last uri in file chooser dialog. Fix for the bug #327950.
7035
7036 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7037
7038         * NEWS:
7039         * README:
7040         
7041         Final update for release 0.5.0
7042         
7043         * shell/Makefile.am:
7044         
7045         Remove disable deprecated until we'll require libgnome-2.13.7
7046         and port to GOption argument parsing. See bug 327518.
7047
7048 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
7049
7050         * comics/comics-document.c: (comics_document_save):
7051         * djvu/djvu-document.c: (djvu_document_save):
7052         * dvi/dvi-document.c: (dvi_document_save):
7053         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
7054         * lib/ev-file-helpers.h:
7055         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
7056         * tiff/tiff-document.c: (tiff_document_save):
7057         
7058         Use common save function for backends.
7059
7060 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
7061
7062         * backend/ev-document-types.c:
7063         
7064         Fix crash on saving pixbuf.
7065
7066 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7067
7068         * cut-n-paste/recent-files/egg-recent-item.c:
7069         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
7070         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
7071         (parse_info_free), (valid_element), (start_element_handler),
7072         (end_element_handler), (text_handler), (egg_recent_model_filter),
7073         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
7074         (egg_recent_model_monitor), (egg_recent_model_read),
7075         (egg_recent_model_open_file), (egg_recent_model_lock_file),
7076         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
7077         (egg_recent_model_set_property), (egg_recent_model_class_init),
7078         (egg_recent_model_init), (egg_recent_model_add_full),
7079         (egg_recent_model_delete), (egg_recent_model_get_list),
7080         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
7081         (egg_recent_model_set_filter_mime_types),
7082         (egg_recent_model_clear_group_filter),
7083         (egg_recent_model_set_filter_groups),
7084         (egg_recent_model_clear_scheme_filter),
7085         (egg_recent_model_set_filter_uri_schemes),
7086         (egg_recent_model_remove_expired):
7087         * cut-n-paste/recent-files/egg-recent-util.c:
7088         (egg_recent_util_get_icon):
7089         * cut-n-paste/recent-files/egg-recent-util.h:
7090         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7091         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
7092         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
7093         (egg_recent_view_uimanager_set_property),
7094         (egg_recent_view_uimanager_get_property),
7095         (egg_recent_view_uimanager_class_init),
7096         (egg_recent_view_uimanager_init),
7097         (egg_recent_view_uimanager_set_label_width),
7098         (egg_recent_view_uimanager_get_label_width):
7099         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
7100         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7101         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7102         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7103         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7104         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7105         
7106         Update from libegg.
7107
7108 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7109
7110         * shell/ev-page-cache.c: (build_height_to_page),
7111         (ev_page_cache_get_height_to_page):
7112         * shell/ev-page-cache.h:
7113         * shell/ev-view.c: (view_update_range_and_current_page),
7114         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
7115         (ev_view_previous_page):
7116         
7117         Dual mode places even pages to the left. Fix for the bug #309393.
7118
7119         * shell/ev-view.h:
7120         * shell/ev-window.c: (update_action_sensitivity),
7121         (setup_view_from_metadata), (view_menu_popup_cb):
7122         
7123         Don't restore presentation in empty windows, more intelligent
7124         next page behaviour in dual mode.
7125
7126         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7127         (ev_pixbuf_cache_clear_job_sizes):
7128         
7129         Cleanup job callback on removal. Fix for the bug #325886.
7130
7131 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7132
7133         * ps/ps.c: (psscan):
7134         
7135         Commit workaround Mozilla problem. Fix for the bug #325919
7136         
7137         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
7138         (save_item):
7139         
7140         Fix for year 2038 problem.
7141
7142 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7143
7144         * shell/ev-window.c: (setup_document_from_metadata),
7145         (ev_window_cmd_view_reload):
7146
7147         Clamp page recieved from metadata in valid values. Fix
7148         for the bug #325986.
7149
7150 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7151
7152         * MAINTAINERS: 
7153         Add MAINTAINERS as requested on desktop-devel-list.
7154
7155 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7156
7157         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
7158         (mime_type_supported_by_gdk_pixbuf),
7159         (ev_document_factory_get_mime_types),
7160         (ev_document_factory_get_all_mime_types):
7161         
7162         Don't add pixbuf mime types if pixbuf backend is disabled.
7163         
7164         * shell/ev-application.c: (ev_application_get_uri_window):
7165         
7166         Fix for the bug 325815 - unhandled MIME type message doesn't 
7167         appear a second time. 
7168         
7169         * shell/ev-document-types.c: (ev_document_types_add_filters):
7170         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
7171         (password_dialog_response), (ev_window_popup_password_dialog),
7172         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7173         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7174         (ev_window_run_presentation), (ev_window_stop_presentation),
7175         (save_sizing_mode), (ev_window_zoom_changed_cb),
7176         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7177         (ev_window_dual_mode_changed_cb),
7178         (ev_window_sidebar_current_page_changed_cb),
7179         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7180         (window_state_event_cb), (window_configure_event_cb):
7181         
7182         Cleanup additional uris holded by EvWindow.
7183
7184 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7185
7186         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
7187         (ev_view_can_previous_page), (ev_view_can_next_page):
7188         * shell/ev-view.h:
7189         * shell/ev-window.c: (update_action_sensitivity):
7190         
7191         Two page scrolling with Space and PageUp in dual mode. Second fix 
7192         for the bug #316608.
7193
7194 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7195
7196         * shell/ev-view.c: (scroll_to_current_page):
7197         
7198         Correctly clamp adjustment value. Fix for the bug
7199         #325808.
7200
7201 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7202
7203         * shell/ev-sidebar-links.c: (print_section_cb):
7204         * shell/ev-window.c: (ev_window_get_uri),
7205         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
7206         (ev_window_print_dialog_response_cb), (ev_window_print_range),
7207         (ev_window_dispose):
7208         
7209         Make print dialog non-modal. Fix for the bug #325622.
7210
7211 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7212
7213         * shell/ev-metadata-manager.c:
7214         * shell/ev-utils.c: (using_pdf_printer),
7215         (using_postscript_printer), (load_print_config_from_file),
7216         (save_print_config_to_file):
7217         * shell/ev-utils.h:
7218         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
7219         (update_sidebar_visibility), (setup_sidebar_from_metadata),
7220         (setup_view_from_metadata), (ev_window_setup_document),
7221         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7222         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7223         (ev_window_run_presentation), (ev_window_stop_presentation),
7224         (save_sizing_mode), (ev_window_zoom_changed_cb),
7225         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7226         (ev_window_dual_mode_changed_cb),
7227         (ev_window_sidebar_current_page_changed_cb),
7228         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7229         (window_state_event_cb), (window_configure_event_cb),
7230         (ev_window_init):
7231         
7232         Setting saving behaviour fixes.
7233
7234 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7235
7236         * configure.ac:
7237         
7238         Make antialiasing gs options better and allow
7239         to change them during configure. Fix for the 
7240         bug #319049.
7241
7242 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7243
7244         * shell/ev-window.c: (setup_view_from_metadata):
7245         
7246         Remember if last window was maximized. Fix for the
7247         bug #323797.
7248
7249 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
7250
7251         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
7252
7253 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7254
7255         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
7256         * shell/ev-page-action.c: (build_new_tree_cb):
7257         * shell/ev-sidebar-links.c: (links_page_num_func),
7258         (update_page_callback_foreach), (update_page_callback):
7259         * shell/ev-view.c: (scroll_to_current_page):
7260         
7261         Fix for the bug #325067 with more intelligent selection
7262         of current link in sidebar. Make sidebar handle links
7263         of FITR-like type more correctly.
7264
7265         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
7266         (dvi_pixbuf_put_pixel):
7267         
7268         Fix memory consumtion with disabled alpha channel.
7269
7270 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7271
7272         * data/evince-ui.xml:
7273         * shell/ev-window.c: (view_menu_popup_cb),
7274         (ev_popup_cmd_open_link), (ev_window_init):
7275         
7276         Update context menu for internal links. Fix for the bug
7277         #325066.
7278
7279 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7280
7281         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
7282         
7283         Bind context menu to keyboard also. Fix for the bug
7284         #325065.
7285
7286 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7287
7288         * shell/ev-view.c: (selection_scroll_timeout_cb):
7289         
7290         Horizontal scroll on selection also.
7291
7292 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7293
7294         * shell/ev-metadata-manager.c: (parse_value):
7295         * shell/ev-view.c: (goto_xyz_link):
7296         
7297         Correct zoom setup and metadata save broken in 
7298         some locales.
7299
7300 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7301
7302         * shell/ev-view-private.h:
7303         * shell/ev-view.c: (scroll_to_current_page),
7304         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
7305         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
7306         (page_changed_cb), (ev_view_set_continuous),
7307         (ev_view_set_dual_page), (ev_view_set_presentation):
7308         
7309         Delay scroll until allocation to correctly position page. Fix
7310         for the bug #317334.
7311
7312 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7313
7314         * NEWS:
7315         * configure.ac:
7316         
7317         Update NEWS and require poppler 0.5.0.
7318
7319 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
7320         
7321         * data/evince-ui.xml:
7322         * shell/ev-view-private.h:
7323         * shell/ev-view.c: (ev_view_get_link_at_location),
7324         (handle_link_over_xy), (ev_view_button_press_event),
7325         (ev_view_button_release_event), (ev_view_class_init):
7326         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
7327         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
7328         (ev_window_init):
7329         
7330         Implement right-click context menu.
7331
7332 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7333
7334         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
7335         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
7336         (mdvi_pixbuf_device_render):
7337         * pdf/ev-poppler.cc:
7338
7339         Don't generate thumbnails with alpha. See bug #324077.
7340         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
7341
7342 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7343
7344         * shell/ev-window.c: (setup_chrome_from_metadata):
7345         
7346         Fix typo that was hiding toolbar.
7347
7348 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7349
7350         * shell/ev-view-private.h:
7351         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
7352         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
7353         (ev_view_button_release_event), (ev_view_destroy):
7354         
7355         Small cleanup and autoscrolling during selection. Thanks to 
7356         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
7357
7358 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
7359
7360         * configure.ac:
7361         
7362         Correctly check for comics option.
7363
7364 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
7365         * Makefile.am:
7366         * configure.ac:
7367         * backend/Makefile.am:
7368         * backend/ev-document-factory.c:
7369         * shell/ev-document-types.c:
7370
7371         Included option in configure to make ps backend 
7372         compilation optional with --disable-ps.
7373
7374 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7375
7376         * backend/ev-document-factory.c:
7377         * comics/Makefile.am:
7378         * comics/comics-document.c: (comics_document_load):
7379         * comics/ev-cbr-mime.xml:
7380         * configure.ac:
7381         
7382         Comics mime types are added to shared-mime-info CVS. Now
7383         we don't need to install our own mime types.
7384
7385 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7386
7387         * shell/ev-window.c:
7388         
7389         Add shortcut for "save a copy" menu entry. Fix for
7390         the bug #324582.
7391
7392 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7393
7394         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7395         (job_finished_cb), (new_selection_pixbuf_needed),
7396         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7397         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
7398         
7399         Rework selection job info logic and fix critical warning.
7400
7401 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
7402
7403         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
7404
7405 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
7406
7407         * data/evince-ui.xml:
7408         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
7409         
7410         Enter as shortcut key for next page. Fix for the bug
7411         #321394.
7412
7413 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
7414
7415         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
7416
7417 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7418
7419         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7420         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
7421         (new_selection_pixbuf_needed),
7422         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7423         (clear_job_selection):
7424         
7425         Too early for 0.5. Pixbuf cache code cleaned a bit.
7426
7427 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7428
7429         * NEWS:
7430         * configure.ac:
7431         
7432         Release 0.5.0 preparation
7433
7434 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7435
7436         * comics/Makefile.am:
7437         * configure.ac:
7438         * shell/ev-document-types.c: (ev_document_types_add_filters):
7439         
7440         More advanced handling of custom mime type installation.
7441
7442 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7443
7444         * data/evince.schemas.in:
7445         * shell/ev-metadata-manager.c: (value_free),
7446         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
7447         (ev_metadata_manager_get), (ev_metadata_manager_set):
7448         * shell/ev-metadata-manager.h:
7449         * shell/ev-window.c: (update_chrome_flag),
7450         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
7451         (setup_document_from_metadata), (setup_chrome_from_metadata),
7452         (setup_sidebar_from_metadata), (setup_view_from_metadata),
7453         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
7454         (ev_window_view_toolbar_cb),
7455         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
7456         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
7457         
7458         Save last document settings and reuse them for new documents.
7459
7460 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7461
7462         * Makefile.am:
7463         * backend/Makefile.am:
7464         * backend/ev-document-factory.c:
7465         * backend/ev-document-factory.h:
7466         * comics/Makefile.am:
7467         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
7468         (comics_document_load), (comics_document_save),
7469         (comics_document_get_n_pages), (comics_document_get_page_size),
7470         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
7471         (comics_document_class_init), (comics_document_can_get_text),
7472         (comics_document_get_info), (comics_document_document_iface_init),
7473         (comics_document_init), (get_supported_image_extensions),
7474         (comics_document_thumbnails_get_geometry),
7475         (comics_document_thumbnails_get_thumbnail),
7476         (comics_document_thumbnails_get_dimensions),
7477         (comics_document_document_thumbnails_iface_init), (extract_argv):
7478         * comics/comics-document.h:
7479         * comics/ev-cbr-mime.xml:
7480         * configure.ac:
7481         * po/POTFILES.in:
7482         * shell/ev-application.c: (ev_application_register_service):
7483         * shell/ev-document-types.c: (ev_document_types_add_filters):
7484         * thumbnailer/Makefile.am:
7485         * thumbnailer/evince-thumbnailer-comics.schemas.in:
7486         
7487         New CBR/CBZ backend for comic books.
7488
7489 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7490
7491         * shell/main.c: (load_files_remote):
7492
7493         Thanks to Robert McQueen <robot101@debian.org>. Dbus
7494         warning on startup of second instance is fixed. It
7495         is bug #320353.
7496
7497 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7498
7499         * shell/ev-window.c: (ev_window_finalize):
7500         
7501         Fix double free that cause crash.
7502
7503 2005-10-29  Bastien Nocera <hadess@hadess.net>
7504
7505         * tiff/tiff-document.c: (tiff_document_load):
7506         
7507         Fix memory leak.
7508
7509 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7510
7511         * po/POTFILES.in:
7512         * shell/Makefile.am:
7513         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
7514         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
7515         (ev_view_accessible_get_text),
7516         (ev_view_accessible_get_character_at_offset),
7517         (ev_view_accessible_get_text_before_offset),
7518         (ev_view_accessible_get_text_at_offset),
7519         (ev_view_accessible_get_text_after_offset),
7520         (ev_view_accessible_get_character_count),
7521         (ev_view_accessible_get_caret_offset),
7522         (ev_view_accessible_set_caret_offset),
7523         (ev_view_accessible_get_run_attributes),
7524         (ev_view_accessible_get_default_attributes),
7525         (ev_view_accessible_get_character_extents),
7526         (ev_view_accessible_get_offset_at_point),
7527         (ev_view_accessible_get_n_selections),
7528         (ev_view_accessible_get_selection),
7529         (ev_view_accessible_add_selection),
7530         (ev_view_accessible_remove_selection),
7531         (ev_view_accessible_set_selection),
7532         (ev_view_accessible_text_iface_init),
7533         (ev_view_accessible_idle_do_action),
7534         (ev_view_accessible_action_do_action),
7535         (ev_view_accessible_action_get_n_actions),
7536         (ev_view_accessible_action_get_description),
7537         (ev_view_accessible_action_get_name),
7538         (ev_view_accessible_action_set_description),
7539         (ev_view_accessible_action_iface_init),
7540         (ev_view_accessible_get_type), (ev_view_accessible_new),
7541         (ev_view_accessible_factory_get_accessible_type),
7542         (ev_view_accessible_factory_create_accessible),
7543         (ev_view_accessible_factory_class_init),
7544         (ev_view_accessible_factory_get_type):
7545         * shell/ev-view-accessible.h:
7546         * shell/ev-view-private.h:
7547         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
7548         * shell/ev-view.h:
7549         
7550         Initial accessibility support.
7551
7552 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
7553
7554         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
7555
7556 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
7557
7558         * shell/ev-print-job.c: (idle_print_handler):
7559         
7560         Fix for bug Bug 318916: Printing multiple pages.
7561
7562 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
7563
7564         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
7565
7566 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7567
7568         * pdf/ev-poppler.cc:
7569         
7570         Thumnail dimensions unified with other backends.
7571         
7572         * shell/ev-window-title.c: (ev_window_title_update):
7573         
7574         Fix warning.
7575
7576 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7577
7578         * data/ev-stock-zoom-fit-width.png:
7579         
7580         Remove unused file.
7581
7582 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7583
7584         * configure.ac:
7585         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
7586         (djvu_document_finalize):
7587         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
7588         (dvi_document_finalize):
7589         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
7590         (pixbuf_document_save), (pixbuf_document_finalize):
7591         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
7592         (tiff_document_finalize):
7593         
7594         Save a copy implemented for various backends.
7595
7596 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
7597
7598         * configure.ac:
7599         
7600         Don't link with ltiff if tiff is disabled.
7601
7602 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7603
7604         * pdf/GDKSplashOutputDev.cc:
7605         * pdf/GDKSplashOutputDev.h:
7606         * pdf/Thumb.cc:
7607         * pdf/Thumb.h:
7608         * pdf/pdf-document.cc:
7609         * pdf/pdf-document.h:
7610         * pdf/test-gdk-output-dev.cc:
7611         
7612         Remove old unused files.
7613
7614 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7615
7616         * shell/ev-window.c: (ev_window_setup_document):
7617         
7618         Fixed warnings on reload and probably crash reason.
7619
7620 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7621
7622         * properties/ev-properties-view.c:
7623         (ev_properties_view_format_date):
7624         
7625         Check if date is invalid. Fix for bug 318134.
7626
7627 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
7628
7629         * shell/ev-window-title.c:
7630         
7631         Add .indd files (Adobe Indesign) to the list of "bad
7632         extensions".
7633
7634 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7635
7636         * data/evince-ui.xml:
7637         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
7638         
7639         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
7640
7641 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
7642
7643         * shell/ev-window.c: (launch_link), (launch_external_uri),
7644         (view_external_link_cb):
7645
7646         URL-escape link before passing it to gnome_vfs_url_show.
7647
7648 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
7649
7650         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
7651         there isn't text selected.
7652
7653 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
7654
7655         * shell/ev-view.c: (handle_link_over_xy):
7656
7657         Check tooltip is valid utf8 before showing it
7658
7659 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
7660
7661         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
7662
7663 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
7664
7665         * shell/ev-window-title.c: (ev_window_title_update):
7666
7667         Guard against using g_strstrip on NULL. Fixes bug #317291.
7668
7669 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7670
7671         * pdf/ev-poppler.cc:
7672
7673         Show title even for unknown links
7674
7675 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7676
7677         * shell/ev-window-title.c: (ev_window_title_update):
7678
7679         Strip the title string
7680
7681 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7682
7683         * shell/ev-window-title.c:
7684
7685         Add .rtf to the bad extensions list
7686
7687 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7688
7689         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
7690         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
7691
7692         Ignore link coordinates if they are outside page bounds
7693
7694 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7695
7696         * backend/ev-link.c: (ev_link_type_get_type),
7697         (ev_link_get_filename), (ev_link_get_params),
7698         (ev_link_get_property), (ev_link_set_property),
7699         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
7700         * backend/ev-link.h:
7701         * pdf/ev-poppler.cc:
7702         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
7703         * shell/ev-window.c: (launch_link), (view_external_link_cb),
7704         (ev_window_init):
7705
7706         Implement launch links. Delegate external link opening to
7707         the window.
7708
7709 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7710
7711         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
7712         (ev_link_get_right), (ev_link_get_property),
7713         (ev_link_set_property), (ev_link_class_init),
7714         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
7715         * backend/ev-link.h:
7716         * pdf/ev-poppler.cc:
7717         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
7718
7719         Implement fitr links
7720
7721 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7722
7723         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
7724         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
7725         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
7726         (ev_view_size_request_continuous),
7727         (ev_view_size_request_dual_page),
7728         (ev_view_size_request_single_page), (ev_view_size_allocate),
7729         (ev_view_zoom_for_size_continuous_and_dual_page),
7730         (ev_view_zoom_for_size_continuous),
7731         (ev_view_zoom_for_size_dual_page),
7732         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7733         (ev_sizing_mode_get_type):
7734         * shell/ev-view.h:
7735         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
7736
7737         Do not use modes for link, we need to calculate size ad hoc.
7738         Still not perfect because of the usual scrollbar issues grrr.
7739
7740 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7741
7742         * backend/ev-link.c: (ev_link_type_get_type),
7743         (ev_link_new_page_fith), (ev_link_new_page_fitv):
7744         * backend/ev-link.h:
7745         * pdf/ev-poppler.cc:
7746         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
7747         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
7748         (ev_view_size_request_continuous),
7749         (ev_view_size_request_dual_page),
7750         (ev_view_size_request_single_page), (ev_view_size_allocate),
7751         (zoom_for_size_fit_height),
7752         (ev_view_zoom_for_size_continuous_and_dual_page),
7753         (ev_view_zoom_for_size_continuous),
7754         (ev_view_zoom_for_size_dual_page),
7755         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7756         (ev_sizing_mode_get_type):
7757         * shell/ev-view.h:
7758         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
7759
7760         Implement FIT_HEIGHT mode (only for links).
7761         Implement FITH links
7762
7763 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7764
7765         * shell/ev-window-title.c: (get_filename_from_uri),
7766         (ev_window_title_sanitize_extension), (ev_window_title_update),
7767         (ev_window_title_set_document), (ev_window_title_set_uri),
7768         (ev_window_title_free):
7769         * shell/ev-window-title.h:
7770         * shell/ev-window.c: (ev_window_setup_document),
7771         (ev_window_popup_password_dialog):
7772
7773         Refactor window title building while fixing it for
7774         password documents.
7775
7776 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7777
7778         * pdf/ev-poppler.cc:
7779
7780         Escape link title before setting it in the model
7781
7782 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
7783
7784         * shell/ev-application.c: (removed_from_session), (save_session),
7785         (init_session), (ev_application_get_empty_window),
7786         (ev_application_init), (ev_application_get_windows):
7787         * shell/ev-application.h:
7788         * shell/ev-window.c: (ev_window_finalize):
7789
7790         Add a function to retrieve window list and share it where
7791         necessary.
7792         Implement session handling, works pretty well thanks to the
7793         metadata system.
7794
7795 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7796
7797         * shell/ev-password.c: (ev_password_item_created_callback),
7798         (ev_password_dialog_save_password):
7799         
7800         Fix for bug 316972. Use async gnome-keyring API.
7801
7802 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
7803
7804         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
7805         Remove unused unrealize handler. Add scroll handling to
7806         ev_view_scroll_event for presentation mode (bug #316708),
7807         and fix the event state checks there.
7808
7809 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7810
7811         * shell/ev-page-action.c: (page_changed_cb):
7812
7813         "marco, maybe we should be crazy and jump right to 6! :)"
7814
7815         Bryan Clark, Sep 2005
7816
7817 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7818
7819         * ps/ps-document.c: (save_document), (ps_document_save),
7820         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
7821         (ps_document_ps_export_end):
7822
7823         Fix unstructured documents save and print
7824
7825 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7826
7827         * shell/ev-application.c: (ev_application_open_uri):
7828
7829         Fix window size persistance
7830
7831 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7832
7833         * shell/ev-view.c: (ev_view_button_release_event):
7834
7835         Based on a patch from carlosgc@gnome.org. Mouse buttons
7836         switch pages in presentation mode.
7837
7838 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7839
7840         * shell/ev-page-cache.c: (ev_page_cache_get_size):
7841
7842         Dont cast to int before scaling
7843
7844 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7845
7846         * backend/ev-link.c: (ev_link_type_get_type),
7847         (ev_link_new_page_xyz), (ev_link_new_page_fit),
7848         (ev_link_new_page_fith):
7849         * backend/ev-link.h:
7850         * pdf/ev-poppler.cc:
7851         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
7852
7853         Implement FIT and FITH links
7854
7855 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7856
7857         * pdf/ev-poppler.cc:
7858
7859         Return 0 results when search is not in progress.
7860
7861         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7862         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
7863
7864         Update menu sensitivity when cancelling search
7865
7866 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7867
7868         * shell/ev-view.c: (ev_view_can_find_next):
7869
7870         Take all pages in consideration, not just current one
7871
7872 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7873
7874         * shell/ev-page-cache.c:
7875         * shell/ev-page-cache.h:
7876         * shell/ev-view.c: (ev_view_binding_activated),
7877         (ev_view_next_page), (ev_view_previous_page),
7878         (ev_sizing_mode_get_type):
7879         * shell/ev-view.h:
7880         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7881         (ev_window_cmd_go_next_page):
7882
7883         Move page next/previous functions from page chace to
7884         view and change it to move by 2 page steps in dual mode.
7885
7886 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7887
7888         * shell/ev-window.c: (update_sidebar_visibility),
7889         (setup_sidebar_from_metadata), (ev_window_setup_document),
7890         (setup_view_from_metadata):
7891
7892         Show the index by default when there is one     
7893
7894 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7895
7896         * shell/ev-window-title.c: (ev_window_title_set_document):
7897
7898         Missing null check
7899
7900 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7901
7902         * shell/ev-view.c: (view_update_range_and_current_page):
7903         
7904         Allow display of last odd page in dual view. Fix for 316347.
7905
7906 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7907
7908         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
7909         
7910         Make close button default. Fix for 316383.
7911
7912 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7913
7914         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7915         
7916         Mark close button as default. Fix for 316381.
7917
7918 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7919
7920         * backend/ev-link.c: (ev_link_class_init):
7921
7922         Allow negative doubles in left/top properties
7923
7924 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7925
7926         * shell/ev-window.c:
7927
7928         Remove a bunch of strings that was used only
7929         by the statusbar.
7930
7931 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7932
7933         * shell/ev-window-title.c: (get_filename_from_uri),
7934         (ev_window_title_set_document):
7935
7936         When title has a confusing extension, show also
7937         the document filename inside ()
7938
7939 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7940
7941         * shell/Makefile.am:
7942         * shell/ev-window-title.c: (ev_window_title_new),
7943         (ev_window_title_update), (ev_window_title_set_type),
7944         (ev_window_title_set_document), (ev_window_title_free):
7945         * shell/ev-window-title.h:
7946         * shell/ev-window.c: (ev_window_setup_document),
7947         (password_dialog_response), (ev_window_popup_password_dialog),
7948         (ev_window_dispose), (ev_window_init):
7949
7950         Factor out and cleanup window title code
7951
7952 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7953
7954         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
7955         (unable_to_load):
7956
7957         Make dialog transient so it doesnt block other windows
7958
7959 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7960
7961         * pdf/ev-poppler.cc:
7962         
7963         Fix pdf thumbnails rendering.
7964
7965 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7966
7967         * shell/ev-window.c: (fullscreen_set_timeout):
7968         
7969         Increase timeout to hide full screen popup. Bug 
7970         316123. 
7971
7972 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7973
7974         * data/evince.schemas.in:
7975         * shell/ev-window.c: (update_action_sensitivity):
7976
7977         Allow the user to override document restrictions. Fix for bug
7978         305818.
7979
7980 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
7981
7982         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
7983         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
7984         (ev_window_class_init): Fix multihead behaviour of fullscreen
7985         toolbar popup. Fixes bug #315451.
7986
7987 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7988
7989         * configure.ac:
7990         * data/evince-password.glade:
7991         * shell/ev-password.c: (ev_password_dialog_set_property),
7992         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
7993         (ev_password_dialog_init), (ev_password_set_bad_password_label),
7994         (ev_password_dialog_entry_changed_cb),
7995         (ev_password_dialog_entry_activated_cb),
7996         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
7997         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
7998         (ev_password_dialog_set_bad_pass):
7999         * shell/ev-password.h:
8000         * shell/ev-window.c: (password_dialog_response),
8001         (ev_window_popup_password_dialog):
8002         
8003         Support for gnome-keyring for encrypted PDF's.
8004
8005 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8006
8007         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
8008         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
8009         (ev_view_enter_notify_event), (ev_view_class_init):
8010         
8011         More precise handling of enter_notify/leave_notify events
8012         in EvView. Fix for bug 315470.
8013
8014 2005-09-08  Christopher Aillon  <caillon@redhat.com>
8015
8016         * shell/ev-window.c: (fullscreen_timeout_cb),
8017         (fullscreen_set_timeout), (fullscreen_clear_timeout),
8018         (ev_window_dispose):
8019
8020         leak fix: unref fullscreen_timeout_source before clearing it
8021
8022 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8023
8024         * configure.ac, dvi/mdvi/Makefile.am: 
8025         
8026         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
8027
8028 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8029
8030         * backend/ev-link.c: (ev_link_new_page_xyz):
8031         * pdf/ev-poppler.cc:
8032         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
8033
8034         Fix some bugs with xyz links, respect zoom
8035
8036 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8037
8038         * shell/ev-window.c: (page_changed_cb),
8039         (setup_document_from_metadata), (update_sidebar_visibility),
8040         (setup_view_from_metadata), (ev_window_run_fullscreen),
8041         (ev_window_stop_fullscreen), (ev_window_run_presentation),
8042         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
8043         (ev_window_dual_mode_changed_cb),
8044         (ev_window_sidebar_current_page_changed_cb):
8045
8046         null check uri before setting and getting metadata
8047
8048 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8049
8050         * dvi/Makefile.am:
8051         * properties/Makefile.am:
8052         * shell/Makefile.am:
8053         * thumbnailer/Makefile.am:
8054
8055         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
8056
8057 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8058
8059         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
8060         (selection_changed_callback):
8061         * shell/ev-sidebar-links.h:
8062
8063         Add a signal for link activation.
8064
8065         * shell/ev-view.c: (ev_view_goto_link),
8066         (ev_view_button_release_event):
8067         * shell/ev-view.h:
8068         * shell/ev-window.c: (sidebar_links_link_activated_cb),
8069         (ev_window_init):
8070
8071         Implement the signal so that we can handle all link types.
8072
8073         * shell/ev-page-cache.c:
8074
8075         Remove unused set_link function
8076
8077 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8078
8079         * lib/ev-tooltip.c: (ev_tooltip_set_position):
8080
8081         Add some space from the cursor, hardcoded but I couldnt
8082         find a better way.
8083
8084 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8085
8086         * lib/ev-tooltip.c:
8087
8088         Use mozilla style vs gtk style, way better for links.
8089
8090         * shell/ev-view.c: (ev_view_motion_notify_event),
8091         (ev_view_destroy), (ev_view_init):
8092
8093         Deactive tooltip when the link hovered is changed.
8094
8095 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8096
8097         * backend/ev-document.h:
8098         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
8099         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
8100         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
8101         (ev_link_new_page), (ev_link_new_page_xyz):
8102         * backend/ev-link.h:
8103         * pdf/ev-poppler.cc:
8104         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
8105         (go_to_link), (tip_from_link):
8106
8107         Implement xyz links, still not functional. Links are a total
8108         mess, will need to refactor and bugfix a lot :(
8109
8110 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
8111
8112         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
8113
8114 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
8115
8116         * data/evince-ui.xml:
8117         * data/evince.schemas.in:
8118         * shell/Makefile.am:
8119         * shell/ev-window.c: (update_chrome_visibility),
8120         (password_dialog_response), (ev_window_load_job_cb),
8121         (ev_window_xfer_job_cb), (ev_window_open_uri),
8122         (ev_window_class_init), (set_chrome_actions), (load_chrome),
8123         (ev_window_init):
8124
8125         Remove the statusbar. This regress loading feedback, need to
8126         check with Bryan what we want to do there...
8127
8128 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8129
8130         * lib/ev-tooltip.c: (ev_tooltip_init):
8131
8132         Fix tooltip border and size handling
8133
8134 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8135
8136         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
8137         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
8138         (ev_tooltip_timeout), (ev_tooltip_activate),
8139         (ev_tooltip_deactivate):
8140         * lib/ev-tooltip.h:
8141         * shell/ev-view.c: (ev_view_motion_notify_event):
8142
8143         Delay popup showing. Mirror gtk logic/times.
8144
8145 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
8146
8147         * lib/Makefile.am:
8148         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
8149         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
8150         (ev_tooltip_set_text), (ev_tooltip_set_position):
8151         * lib/ev-tooltip.h:
8152
8153         Simple widget to show tooltips at a custom position
8154
8155         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
8156         (ev_view_destroy):
8157
8158         Use it for links. First go, needs work
8159
8160 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
8161
8162         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
8163         HIG fixes.  Use title capitalization for window title. Use 12 
8164         pixels of space between the dialog's vbox and action area.
8165
8166 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8167
8168         * shell/ev-window.c: (file_open_dialog_response_cb),
8169         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
8170         (ev_window_cmd_save_as):
8171
8172         Make file pickers not modal and refactor code some
8173
8174 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8175
8176         * shell/ev-sidebar.h:
8177         * shell/ev-sidebar.c: (ev_sidebar_set_property),
8178         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
8179         (ev_sidebar_class_init), (ev_sidebar_select_page),
8180         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
8181         (ev_sidebar_set_page):
8182
8183         Add a current page property and allow to get/set it
8184
8185         * shell/ev-window.c: (setup_view_from_metadata),
8186         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
8187
8188         Persist current sidebar page per document
8189
8190 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8191
8192         * data/evince.schemas.in:
8193         * shell/ev-window.c: (update_chrome_visibility),
8194         (setup_document_from_metadata), (update_sidebar_visibility),
8195         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
8196         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8197         (ev_window_run_presentation), (ev_window_stop_presentation),
8198         (ev_window_view_sidebar_cb),
8199         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
8200         (load_chrome), (ev_window_init):
8201
8202         Persist size/visibility of sidebar per document
8203
8204 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
8205
8206         * shell/ev-view.c (draw_loading_text): Draw loading text.
8207
8208 2005-09-02  Dan Damian  <dand@gnome.ro>
8209
8210         * configure.in: Added "ro" to ALL_LINGUAS.
8211
8212 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8213
8214         * shell/ev-view.c: (clear_caches):
8215
8216         ev_page_cache_get doesnt return a reference,
8217         dont try to unref it.
8218
8219 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8220
8221         * shell/main.c: (load_files_remote):
8222
8223         Fix timestamp parameter with dbus <= 0.33
8224
8225 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
8226
8227         * data/evince.schemas.in:
8228
8229         Add missing full stop
8230
8231 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
8232
8233         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
8234         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
8235
8236         Plug some memory leaks
8237
8238 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
8239
8240         * configure.ac:
8241         * lib/ev-debug.c: (trap_handler):
8242
8243         Check for execinfo.h and use it only if it exists.
8244         Ported from Epiphany (bug #314776).
8245
8246 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
8247
8248         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
8249
8250 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
8251
8252         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
8253         * po/id.po      : Added Indonesian translation
8254
8255 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
8256
8257         * shell/main.c:
8258         * shell/ev-application.c: Last minute GTK-2.6 fixes.
8259         * NEWS: Release 0.4.0
8260
8261 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
8262
8263         * configure.ac: catch another gtk+-2.8ism
8264         * shell/main.c: Make work with gtk+-2.6
8265
8266 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
8267
8268         * shell/ev-application-service.xml: Add 'timestamp' argument to
8269           ev_application_open_window and ev_application_open_uri methods.
8270
8271         * shell/ev-application.h: Add 'timestamp' argument to
8272           ev_application_open_window, ev_application_open_uri,
8273           and ev_application_open_uri_list functions.
8274
8275         * shell/ev-application.c (ev_application_open_window,
8276           ev_application_open_uri, ev_application_open_uri_list): Change
8277           functions that show/present windows to use a timestamp if one
8278           is passed in.
8279
8280         * shell/ev-window.c (ev_window_cmd_file_open,
8281           ev_window_cmd_recent_file_activate, drag_data_received_cb):
8282         * shell/main.c (load_files): Modify calls to ev_application to
8283           include GDK_CURRENT_TIME as timestamp.
8284
8285         * shell/main.c (load_files_remote): Obtain timestamp for client
8286           instance from GDK and pass to server instance so new windows are
8287           focused properly.  Fix dbus_g_proxy_call() calls by including second
8288           G_TYPE_INVALID.
8289           
8290         Closes bug #314475.
8291
8292 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
8293
8294         * shell/ev-window.c (ev_window_finalize): Check for
8295         avail. EvWindows when quiting to handle the finalize better,
8296         #314497
8297
8298 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8299         
8300         * properties/ev-properties-view.c: 
8301         
8302         Set textdomain to libglade. Fixes translation problem in property page.
8303
8304 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8305
8306         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
8307         * dvi/Makefile.am:
8308         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
8309         * dvi/mdvi-lib/Makefile.am:
8310         
8311         Fix rotation of thumbnails, ported to new API. Moved library
8312         dependencies earlier, probably it will fix linkage problem.
8313
8314 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
8315
8316         * backend/ev-document-misc.c:
8317         (ev_document_misc_get_thumbnail_frame):
8318         * backend/ev-document-misc.h:
8319         * configure.ac:
8320         * pdf/ev-poppler.cc:
8321         * shell/Makefile.am:
8322         * shell/ev-sidebar-thumbnails.c: (add_range),
8323         (ev_sidebar_thumbnails_set_loading_icon),
8324         (ev_sidebar_thumbnails_refresh),
8325         (ev_sidebar_thumbnails_set_document):
8326         * shell/ev-sidebar-thumbnails.h:
8327         * shell/ev-view.c: (ev_view_motion_notify_event),
8328         (ev_view_set_property), (ev_view_get_property),
8329         (ev_view_class_init), (ev_view_set_rotation):
8330         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8331         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
8332         (ev_window_init):
8333         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
8334         Redo rotation (again).  prepare for 0.4.0
8335
8336 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
8337
8338         * configure.ac: Bump poppler requirement to 0.4.1.
8339
8340         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
8341         argument to poppler_page_render_selection() call.
8342
8343 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8344
8345         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
8346         (djvu_document_thumbnails_get_thumbnail):
8347         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
8348         (dvi_document_thumbnails_get_thumbnail):
8349         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
8350         (pixbuf_document_thumbnails_get_thumbnail):
8351         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
8352         
8353         Update rotation direction of backends to fit with pdf and ps.
8354
8355 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
8356
8357         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
8358         * backend/ev-async-renderer.h:
8359         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
8360         (setup_page), (ps_document_get_page_size),
8361         (ps_async_renderer_render_pixbuf):
8362         * ps/ps-document.h:
8363         * shell/ev-jobs.c: (ev_job_render_run):
8364
8365         Fix orientation in the postscript document
8366
8367 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
8368
8369         * pdf/ev-poppler.cc:
8370         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
8371         * shell/ev-view.c: (highlight_find_results):
8372
8373         Adapt to the new poppler rotation API. Fix text maps on landscape
8374         documents.
8375
8376 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
8377
8378         * shell/ev-view.c (compute_new_selection_text): get the correct
8379         region when selecting in modes other than continuous.
8380
8381 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8382
8383         * shell/main.c (main): remove redundant g_warnings.
8384
8385 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8386
8387         * shell/Makefile.am: Don't include autogenerated
8388         file ev-application-service.h into distribution, since
8389         it causes dbus crash. Fix for bugs 313724 and 313443. 
8390
8391 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8392
8393         * configure.ac: Fix sed expression for FreeBSD. Thanks
8394         to Joe Marcus Clark <marcus@freebsd.org>
8395         
8396         * shell/eggfindbar.c: (entry_activate_callback),
8397         (entry_changed_callback), (egg_find_bar_init),
8398         (egg_find_bar_set_search_string):
8399         
8400         Made findbar buttons unsensitive if there is no text in
8401         entry. Fix for the bug 313285.
8402
8403 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
8404
8405         * ps/ps-document.c: Use g_filename_display_name for displaying
8406         filenames and revert string freeze breackage
8407
8408 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
8409
8410         * NEWS:
8411         * configure.ac:
8412
8413         Update for 0.3.4
8414
8415         * shell/Makefile.am:
8416
8417         Add ev-application-service.xml to extra dist
8418
8419         * shell/ev-view.c: (find_page_at_location):
8420
8421         Remove unused function (fix warning)
8422
8423 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8424
8425         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
8426         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
8427         
8428         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
8429         bug 313623.
8430
8431 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8432
8433         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
8434         * shell/ev-window.c:
8435         Fix build warnings
8436
8437 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
8438
8439         * configure.ac: Update script to get dbus version.
8440         Fix for the bug #313443.
8441
8442 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8443
8444         * shell/ev-window.c: (ev_window_cmd_escape):
8445         
8446         Return focus back to view on escape. Fix for bug 313295.
8447
8448 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8449
8450         * shell/ev-window.c: (update_window_title),
8451         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
8452         (ev_window_cmd_save_as):
8453         
8454         Correct conversion from uri to displayable string. Fix for
8455         bug 313296.
8456
8457 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
8458
8459         * ps/ps-document.c: convert filename to utf8 when there is an error
8460         loading document. Fixes #309915
8461
8462 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
8463
8464         * configure.ac:
8465
8466         We depend on poppler 0.4.0
8467
8468 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
8469
8470         * configure.ac:
8471         * NEWS: Release 0.3.3.
8472         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
8473
8474 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
8475
8476         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
8477         add a couple missing mnemonics to menu items, use title 
8478         capitalization for menu items and window titles, and add 
8479         ellipsis to open menu item.     
8480
8481 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
8482
8483         * pdf/ev-poppler.cc:
8484         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
8485         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
8486         (ev_view_get_rotation):
8487         * shell/ev-view.h:
8488         * shell/ev-window.c: (setup_view_from_metadata),
8489         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
8490         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
8491         disk.
8492
8493 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
8494
8495         * configure.ac: Added tr to ALL_LINGUAS
8496
8497 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8498
8499         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
8500         requires several clicks to find word. Thanks to 
8501         Colin Slater <kiltedtaco@gmail.com>.
8502
8503 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
8504
8505         * data/evince.desktop.in.in: Hide menu entry and
8506         rename it to "Document Viewer". Fix for bug 
8507         #312399.
8508
8509 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
8510
8511         * shell/ev-page-action.c (ev_page_action_class_init): 
8512
8513         Point to the correct function in constructor of the
8514         activate_label signal
8515
8516 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
8517
8518         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
8519         * shell/ev-jobs.h: Make thread safe.
8520
8521 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8522
8523         * shell/ev-view.c: (view_update_range_and_current_page):
8524         Don't update page range if we are scrolling to some document
8525         point.
8526
8527 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8528
8529         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
8530         when getting max_page_width, fix drawing in dual mode.
8531
8532 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
8533
8534         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
8535         getting the area for select_all.
8536
8537 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
8538
8539         * backend/ev-selection.c: (ev_selection_render_selection):
8540         * backend/ev-selection.h:
8541         * pdf/ev-poppler.cc:
8542         * shell/ev-jobs.c: (ev_job_render_new):
8543         * shell/ev-jobs.h:
8544         * shell/ev-pixbuf-cache.c: (get_selection_colors),
8545         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
8546         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
8547         (ev_view_class_init):
8548
8549         Change selection color on focus in and focus out events.  Also,
8550         poppler now uses GdkColor for specifying the selection colors, so
8551         drop some awkward conversion code.
8552
8553 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
8554
8555         * configure.ac: Added Hebrew translation
8556
8557 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
8558
8559         * NOTES:
8560         * backend/ev-selection.c: (ev_selection_render_selection):
8561         * backend/ev-selection.h:
8562         * pdf/ev-poppler.cc:
8563         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
8564         (ev_job_render_run):
8565         * shell/ev-jobs.h:
8566         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8567         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
8568         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
8569         (ev_pixbuf_cache_style_changed),
8570         (ev_pixbuf_cache_get_selection_pixbuf),
8571         (ev_pixbuf_cache_set_selection_list),
8572         (ev_pixbuf_cache_get_selection_list):
8573         * shell/ev-pixbuf-cache.h:
8574         * shell/ev-utils.c: (ev_print_region_contents):
8575         * shell/ev-utils.h:
8576         * shell/ev-view.c: (ev_view_queue_draw_page),
8577         (selection_update_idle_cb), (ev_view_motion_notify_event),
8578         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
8579         (setup_caches), (ev_view_find_next), (merge_selection_region),
8580         (selection_free):
8581         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
8582
8583         Clean up selection to be much smoother!
8584
8585 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
8586
8587         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
8588         to poppler_page_render_selection().
8589
8590 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8591
8592         * ps/ps-document.c: (save_page_list): Use
8593         unzipped document when printing. Thanks to 
8594         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
8595         311016.
8596
8597 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8598
8599         * shell/ev-window.c: (update_action_sensitivity):
8600         
8601         Disable print and save respect to lockdown gconf keys. Fix
8602         for 312342.
8603
8604 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8605
8606         * configure.ac:
8607         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
8608         (write_to_temp_file), (ev_file_set_contents):
8609         * shell/ev-utils.h:
8610         * shell/ev-window.c: (save_print_config_to_file):
8611         
8612         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
8613         Fix for bug 312238
8614
8615 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
8616
8617         * shell/ev-window.c: (load_print_config_from_file),
8618         (save_print_config_to_file), (ev_window_print_range):
8619
8620         Persist the print settings. Fixes bug #311578.
8621
8622 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8623
8624         * djvu/djvu-document.c: (djvu_document_get_page_size),
8625         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
8626         (djvu_document_thumbnails_get_thumbnail):
8627         * dvi/dvi-document.c: (dvi_document_get_page_size),
8628         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
8629         (dvi_document_thumbnails_get_dimensions),
8630         (dvi_document_thumbnails_get_thumbnail):
8631         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
8632         (pixbuf_document_render_pixbuf),
8633         (pixbuf_document_document_iface_init),
8634         (pixbuf_document_thumbnails_get_thumbnail):
8635         
8636         Update backends to make them build with new rotation system.
8637
8638 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8639
8640         * help/C/figures/evince_start_window.png:
8641         
8642         Update documentation image from Luca Ferretti <elle.uca@libero.it>
8643
8644 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
8645
8646         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
8647         * shell/ev-pixbuf-cache.h:
8648         * shell/ev-sidebar-thumbnails.c:
8649         (ev_sidebar_thumbnails_get_property), (add_range),
8650         (adjustment_changed_cb):
8651         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
8652         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
8653         we were thumbnailing the entire docment on startup, slowing us
8654         down hugely. 
8655
8656 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
8657
8658         * shell/ev-page-cache.c: (ev_page_cache_new):
8659         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
8660         == 0, fixes #310306.
8661
8662 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8663
8664         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
8665         (ev_view_rotate_left):
8666
8667         Account rotation in doc_rect_to_view_rect.
8668         Ensure rotation doesnt go out of bounds.
8669
8670 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8671
8672         * shell/ev-page-cache.c: (ev_page_cache_get_size):
8673
8674         Correct and cleanup w/h swapping
8675
8676 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8677
8678         * backend/ev-document-thumbnails.c:
8679         (ev_document_thumbnails_get_thumbnail):
8680         * backend/ev-document-thumbnails.h:
8681         * backend/ev-document.c:
8682         * backend/ev-document.h:
8683         * backend/ev-render-context.c: (ev_render_context_new),
8684         (ev_render_context_set_rotation):
8685         * backend/ev-render-context.h:
8686         * pdf/ev-poppler.cc:
8687         * ps/ps-document.c: (ps_document_document_iface_init):
8688         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
8689         * shell/ev-jobs.h:
8690         * shell/ev-page-cache.c: (build_height_to_page),
8691         (ev_page_cache_new), (ev_page_cache_get_size),
8692         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8693         (ev_page_cache_get_height_to_page):
8694         * shell/ev-page-cache.h:
8695         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8696         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
8697         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
8698         (ev_pixbuf_cache_get_selection_pixbuf):
8699         * shell/ev-pixbuf-cache.h:
8700         * shell/ev-print-job.c: (idle_print_handler):
8701         * shell/ev-sidebar-thumbnails.c: (add_range):
8702         * shell/ev-view.c: (view_update_range_and_current_page),
8703         (get_page_y_offset), (get_page_extents),
8704         (ev_view_size_request_continuous_dual_page),
8705         (ev_view_size_request_continuous),
8706         (ev_view_size_request_dual_page),
8707         (ev_view_size_request_single_page), (draw_one_page),
8708         (ev_view_set_rotation), (ev_view_rotate_right),
8709         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
8710         (ev_view_zoom_for_size_continuous_and_dual_page),
8711         (ev_view_zoom_for_size_continuous),
8712         (ev_view_zoom_for_size_dual_page),
8713         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
8714         (ev_view_select_all):
8715         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8716         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
8717         (tiff_document_document_iface_init),
8718         (tiff_document_thumbnails_get_thumbnail):
8719
8720         Use rotation rather than orientation. It's easier and enough
8721         for our needs.
8722
8723 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8724
8725         * shell/ev-page-cache.c: (build_height_to_page),
8726         (ev_page_cache_new), (ev_page_cache_get_size),
8727         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8728         (ev_page_cache_get_height_to_page):
8729         * shell/ev-page-cache.h:
8730         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
8731         (ev_view_size_request_continuous_dual_page),
8732         (ev_view_size_request_continuous),
8733         (ev_view_zoom_for_size_continuous_and_dual_page),
8734         (ev_view_zoom_for_size_continuous):
8735
8736         Make the page cache aware of page orientation.
8737
8738 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8739
8740         * backend/ev-document-thumbnails.c:
8741         (ev_document_thumbnails_get_thumbnail):
8742         * backend/ev-document-thumbnails.h:
8743         * backend/ev-document.c:
8744         * backend/ev-document.h:
8745         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
8746         * backend/ev-ps-exporter.h:
8747         * pdf/ev-poppler.cc:
8748         * ps/ps-document.c: (ps_document_document_iface_init),
8749         (ps_document_ps_export_do_page):
8750         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
8751         * shell/ev-jobs.h:
8752         * shell/ev-page-cache.c: (ev_page_cache_get_size),
8753         (ev_page_cache_get):
8754         * shell/ev-page-cache.h:
8755         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8756         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
8757         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
8758         * shell/ev-pixbuf-cache.h:
8759         * shell/ev-print-job.c: (idle_print_handler):
8760         * shell/ev-sidebar-thumbnails.c: (add_range):
8761         * shell/ev-view.c: (view_update_range_and_current_page),
8762         (get_page_extents), (ev_view_size_request_dual_page),
8763         (ev_view_size_request_single_page), (draw_one_page),
8764         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
8765         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
8766         (ev_view_zoom_for_size_dual_page),
8767         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
8768         (ev_view_select_all):
8769         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8770         * tiff/tiff-document.c: (tiff_document_get_page_size),
8771         (tiff_document_get_orientation), (rotate_pixbuf),
8772         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
8773         (tiff_document_thumbnails_get_thumbnail),
8774         (tiff_document_ps_export_do_page), (tiff_document_init):
8775
8776         Really make use of the orientation bit of the render context.
8777         Use the render context in a few more places in the backend API.
8778         This regress orientation, but now it's done right. Will try to
8779         fix it up asap...
8780
8781 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8782
8783         * shell/ev-view.c: (ensure_rectangle_is_visible):
8784
8785         Patch by Nickolay V. Shmyrev to fix find flickering
8786
8787 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
8788
8789         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
8790         duplex parameters to ::begin.
8791
8792         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
8793         * shell/ev-print-job.c (idle_print_handler): 
8794         * ps/ps-document.c (ps_document_ps_export_begin): 
8795         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
8796         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
8797         implementations. Poppler backend needs poppler cvs. Rest has
8798         unchanged behavior.
8799
8800 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8801
8802         * shell/ev-window.c (using_pdf_printer): new function.
8803         (ev_window_print_range): print a less techy message if someone
8804         tries to print to PDF.
8805
8806 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8807
8808         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
8809         from "unknown font" string. Bug #311431
8810
8811 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8812
8813         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
8814
8815 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8816
8817         Bug #311280
8818         
8819         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
8820         name for PopplerFontTypes
8821         (pdf_document_fonts_fill_model): add font type to the detail column
8822
8823         * backend/ev-document-fonts.h: added
8824         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
8825
8826         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
8827         font name and font details, add a little markup.
8828         (ev_properties_fonts_init): use the new cell data func, specify ypad
8829         property for the cell renderer.
8830         (ev_properties_fonts_set_document): add the details column.
8831
8832 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
8833
8834         * configure.ac: Added "pl" to ALL_LINGUAS.
8835
8836 2005-07-24  Danilo Šegan  <danilo@gnome.org>
8837
8838         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
8839
8840 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
8841
8842         * help/ChangeLog: Started this for translations of manual.
8843         * configure.ac, autogen.sh, .cvsignore: Migrated to
8844         gnome-doc-utils. Patch in bug #311222.
8845
8846 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
8847
8848         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
8849         #ifdef this away to fix an unused-function warning.
8850
8851 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
8852
8853         * configure.ac: Added 'gl' to ALL_LINGUAS.
8854
8855 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
8856
8857         * configure.ac: Added ne in ALL_LINGUAS
8858         
8859 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8860
8861         * shell/ev-view.c: (ev_view_leave_notify_event):
8862         
8863         Clear status message when pointer leaves view. Fix for bug
8864         #310818 
8865
8866 2005-07-20 Ankit Patel <ankit644@yahoo.com>
8867
8868         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
8869
8870 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8871
8872         * shell/ev-view.c: (ev_view_leave_notify_event),
8873         (ev_view_class_init):
8874         
8875         Set cursor to normal then leaving view.
8876
8877 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8878
8879         * configure.ac:
8880         
8881         Fix required djvulibre version.
8882
8883 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
8884
8885         *configure.ac: Hindi (hi) language added
8886
8887 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
8888
8889         *configure.ac: Punjabi (pa) Language added
8890
8891 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8892
8893         * data/evince-ui.xml, shell/ev-window.c:
8894         
8895         Add keypad accelerators for zooming. Fix for bug 308128.
8896
8897 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8898
8899         * Makefile.am:
8900         * backend/Makefile.am:
8901         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
8902         * configure.ac:
8903         * shell/ev-document-types.c: (ev_document_types_add_filters):
8904
8905         Allow to enable/disable the pixbuf backend.
8906         Default to off for now. If we want it enabled we should
8907         really put mime types in the desktop, implement properties etc.
8908
8909         * properties/evince-properties.c:
8910
8911         Initialize error to NULL.
8912         Check error is not NULL before freeing.
8913
8914 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8915
8916         * shell/ev-window.c:
8917
8918         Use F5 as presentation accell
8919
8920 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8921
8922         * shell/ev-window.c: (update_chrome_visibility),
8923         (ev_window_create_fullscreen_popup), (ev_window_init):
8924
8925         Do not leak the fullscreen toolbar
8926
8927 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8928
8929         * shell/ev-window.c: (view_actions_focus_in_cb),
8930         (view_actions_focus_out_cb):
8931
8932         These has a return value! Fix totally random focus
8933         issues we was seeing.
8934
8935 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
8936
8937         * shell/main.c: (load_files_remote):
8938
8939         Allow open more than one file
8940
8941 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8942
8943         * shell/main.c: (load_files_remote):
8944
8945         Fix for dbus 0.33. bug #309975
8946
8947 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8948
8949         * properties/ev-properties-main.c: (ev_properties_get_pages):
8950
8951         Actually return NULL for types we dont support
8952
8953 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
8954
8955         * po/POTFILES.in:
8956
8957         Remove empty lines.
8958
8959 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
8960
8961         * backend/ev-document-factory.c:
8962         (ev_document_factory_get_document):
8963
8964         Do not try to create the object if type
8965         is invalid.
8966
8967 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8968
8969         * ps/ps-document.c: (ps_document_dispose),
8970         (ps_async_renderer_render_pixbuf):
8971         * ps/ps-document.h:
8972
8973         Do not leak the target window
8974
8975 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8976
8977         * shell/ev-application.c: (ev_application_init):
8978
8979         Let tbe check file existence for us.
8980         Add a comment about eggrecent mime filter.
8981
8982 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8983
8984         * data/evince-ui.xml:
8985         * shell/ev-application.c: (ev_application_shutdown),
8986         (ev_application_init), (ev_application_get_toolbars_model),
8987         (ev_application_get_recent_model),
8988         (ev_application_save_toolbars_model):
8989         * shell/ev-application.h:
8990         * shell/ev-window.c: (ev_window_add_recent),
8991         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
8992         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
8993         (ev_window_init):
8994
8995         Use common toolbar and recent models for all windows.
8996         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8997
8998 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8999
9000         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
9001         successfully check for gtk_icon_view_get_visible_range.
9002
9003 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9004
9005         * djvu/Makefile.am:
9006         * dvi/Makefile.am:
9007         
9008         Fix djvu and dvi backend build.
9009
9010 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
9011
9012         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
9013         (new_separator_pixbuf):
9014
9015         Don't leak windows.
9016
9017 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
9018
9019         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
9020
9021         HIGification of toolbar editor dialogue.
9022
9023 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9024
9025         * configure.ac:
9026         * shell/Makefile.am:
9027
9028         Ever build metadata manager since it's just
9029         disabled at runtime now.
9030
9031 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9032
9033         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
9034         (ev_metadata_manager_get), (ev_metadata_manager_set):
9035         * shell/ev-metadata-manager.h:
9036
9037         Add an _init functions that enabled metadata management
9038         at runtime.
9039
9040         * shell/ev-window.c: (page_changed_cb),
9041         (setup_document_from_metadata), (ev_window_setup_document),
9042         (setup_view_from_metadata), (ev_window_open_uri),
9043         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9044         (ev_window_run_presentation), (ev_window_stop_presentation),
9045         (save_sizing_mode), (ev_window_zoom_changed_cb),
9046         (ev_window_continuous_changed_cb),
9047         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
9048         (window_configure_event_cb):
9049
9050         Remove all ugly metadata define since we deal with it
9051         at runtime now.
9052
9053         * shell/main.c: (load_files_remote), (main):
9054
9055         Add support for dbus cvs head. Hopefully didnt break one
9056         of the other versions now!
9057
9058         If we dont get a response from the dbus server just
9059         give up with it and not enable metadata.
9060
9061 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9062
9063         * Makefile.am:
9064         * backend/Makefile.am:
9065         * configure.ac:
9066         * cut-n-paste/recent-files/Makefile.am:
9067         * cut-n-paste/toolbar-editor/Makefile.am:
9068         * cut-n-paste/zoom-control/Makefile.am:
9069         * lib/Makefile.am:
9070         * pdf/Makefile.am:
9071         * pixbuf/Makefile.am:
9072         * properties/Makefile.am:
9073         * ps/Makefile.am:
9074         * shell/Makefile.am:
9075         * thumbnailer/Makefile.am:
9076         * tiff/Makefile.am:
9077
9078         Make frontends depend on just libev.
9079         Rework and group CFLAGS/LIBS definitions.
9080         Cleanups.
9081
9082 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9083
9084         * shell/ev-window:
9085
9086         do not unnecessarily save zoom
9087
9088         * configure.ac:
9089         * lib/ev-file-helpers.c: (ev_dot_dir):
9090         * shell/Makefile.am:
9091         * shell/dummy.cc:
9092
9093         Some cleanups
9094
9095 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9096
9097         * configure.ac:
9098         
9099         Remove unnecessary dependencies
9100
9101 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9102
9103         * properties/Makefile.am:
9104         * thumbnailer/Makefile.am:
9105         * tiff/Makefile.am:
9106
9107         Some more cleanups. Was really necessary
9108         but I probably introduced bugs, feel free
9109         to flame :)
9110
9111 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9112
9113         * backend/Makefile.am:
9114         * configure.ac:
9115         * cut-n-paste/recent-files/Makefile.am:
9116         * cut-n-paste/toolbar-editor/Makefile.am:
9117         * cut-n-paste/zoom-control/Makefile.am:
9118         * lib/Makefile.am:
9119         * pdf/Makefile.am:
9120         * pixbuf/Makefile.am:
9121         * properties/Makefile.am:
9122         * ps/Makefile.am:
9123         * shell/Makefile.am:
9124         * thumbnailer/Makefile.am:
9125         * tiff/Makefile.am:
9126
9127         Use gnome-common macros when possible.
9128         Cleanup dependencies.
9129         Actually disable deprecated where possible.
9130
9131 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9132
9133         * Makefile.am:
9134         * backend/Makefile.am:
9135         * properties/Makefile.am:
9136         * shell/Makefile.am:
9137         * thumbnailer/Makefile.am:
9138
9139         This should solve the circular dep without
9140         requiring dir reorg!
9141
9142         * shell/ev-window.c: (setup_view_from_metadata):
9143
9144         Never restore window size/position when the
9145         window is already visible.
9146
9147 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9148
9149         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
9150
9151         Return a boolean from timeout func. Fix ported from gedit.
9152
9153 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
9154
9155         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
9156
9157 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
9158
9159         * shell/ev-document-types.c: set "All Documents" as default filter in
9160         open dialog
9161
9162 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
9163
9164         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
9165         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
9166         (ev_metadata_manager_set_boolean): fix value/val thinko.
9167
9168 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9169
9170         * shell/ev-window.c: (setup_view_from_metadata),
9171         (window_state_event_cb), (window_configure_event_cb),
9172         (ev_window_init):
9173
9174         Remember window position and maximized state
9175
9176 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9177
9178         * configure.ac:
9179
9180         Fix DBUS configure checks.
9181
9182         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
9183         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
9184         (ev_metadata_manager_set_boolean):
9185
9186         Plug mem leaks.
9187
9188         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
9189         (ev_window_stop_fullscreen), (ev_window_run_presentation),
9190         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
9191         (ev_window_continuous_changed_cb),
9192         (ev_window_dual_mode_changed_cb), (ev_window_new):
9193
9194         Fix the build without DBUS.
9195
9196 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9197
9198         * shell/ev-metadata-manager.c: (parse_value), (save_values),
9199         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
9200         (ev_metadata_manager_set_string),
9201         (ev_metadata_manager_set_boolean):
9202         * shell/ev-metadata-manager.h:
9203
9204         Add support for some more types
9205
9206         * shell/ev-view.c: (scroll_to_current_page),
9207         (ev_view_get_continuous), (ev_view_set_continuous),
9208         (ev_view_get_dual_page):
9209         * shell/ev-view.h:
9210         * shell/ev-window.c: (page_changed_cb),
9211         (setup_document_from_metadata), (ev_window_setup_document),
9212         (setup_view_from_metadata), (ev_window_open_uri),
9213         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9214         (ev_window_run_presentation), (ev_window_stop_presentation),
9215         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
9216         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
9217         (ev_window_update_dual_page_action),
9218         (ev_window_continuous_changed_cb),
9219         (ev_window_dual_mode_changed_cb), (ev_window_init):
9220
9221         Remember a bunch of view/document properties. Prolly some
9222         are still missing but it's getting interesting.
9223
9224 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
9225
9226         * configure.ac: check if dbus-binding-tool is installed. Not the
9227         case on current Ubuntu breezy, it seems.
9228
9229 2005-07-05  Luca Ferretti <elle.uca@libero.it>
9230
9231         * data/evince.desktop.in.in:
9232         
9233         Allow open uri lists and add TryExec field.
9234
9235 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9236
9237         * configure.ac:
9238
9239         Enable dbus when available, do not require a configure
9240         option.
9241
9242 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9243
9244         * configure.ac:
9245
9246         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
9247         disabled.
9248
9249 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
9250         Marco Pesenti Gritti  <mpg@redhat.com>
9251
9252         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
9253         
9254         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
9255         functions to the format required by dbus
9256
9257         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
9258         errors. Use the RPC parameters in the expected way
9259
9260 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9261
9262         * Makefile.am:
9263         * properties/Makefile.am:
9264         * properties/ev-properties-main.c: (ev_properties_get_pages):
9265
9266         Support all mime types
9267
9268         * shell/Makefile.am:
9269         * thumbnailer/Makefile.am:
9270         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
9271         (evince_thumbnail_pngenc_get):
9272
9273         Use the document factory
9274
9275 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9276
9277         * backend/Makefile.am:
9278         * backend/ev-document-factory.c:
9279         (mime_type_supported_by_gdk_pixbuf),
9280         (ev_document_type_get_from_mime),
9281         (ev_document_factory_get_document),
9282         (ev_document_factory_get_backend),
9283         (ev_document_factory_get_mime_types),
9284         (ev_document_factory_get_all_mime_types):
9285         * backend/ev-document-factory.h:
9286         * shell/Makefile.am:
9287         * shell/ev-document-types.c: (get_document_from_uri),
9288         (ev_document_types_get_document),
9289         (file_filter_add_mime_list_and_free),
9290         (ev_document_types_add_filters):
9291         * shell/ev-document-types.h:
9292         * shell/ev-job-xfer.c: (ev_job_xfer_run):
9293         * shell/ev-properties-dialog.c:
9294         (ev_properties_dialog_set_document):
9295         * shell/ev-window.c: (ev_window_cmd_file_open),
9296         (ev_window_cmd_save_as):
9297         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9298
9299         Rework document types managing to avoid code duplication
9300         and actually abstract from backend implementations.
9301         Also provide a minimal factory api that can be used by
9302         thumbnailer/properties.
9303
9304 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9305
9306         * properties/ev-properties-view.c: (ev_properties_view_set_info):
9307         Plug a mem leak.
9308         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
9309         HIG spacings.
9310
9311 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9312
9313         * shell/ev-properties-dialog.c
9314         (ev_properties_dialog_set_document): only call
9315         ev_properties_fonts_set_document() if the document implements the
9316         fonts interface
9317
9318 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9319
9320         * configure.ac:
9321         * properties/Makefile.am:
9322         * properties/ev-properties-view.c:
9323         (ev_properties_view_register_type):
9324         * properties/ev-properties-view.h:
9325         * properties/ev-properties-main.h:
9326
9327         Implement nautilus plugin for properties.
9328         Works only for pdf atm, I need to rework the
9329         document types stuff to get this to work
9330         for all backends...
9331
9332 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9333
9334         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
9335         (ev_properties_fonts_set_document): use
9336         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
9337
9338 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9339
9340         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
9341         them
9342         (PlaceImage, tiff2ps_process_page): use
9343         g_ascii_dtostr to convert floats to strings in a locale-safe way.
9344
9345
9346 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9347
9348         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
9349         (main): to call gnome_authentication_manager_init. Should fix
9350         Bug #308510
9351
9352         * configure.ac: that requires libgnomeui 2.6.0.
9353
9354 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9355
9356         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9357         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
9358         use the new tiff2ps interfaces
9359
9360         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
9361         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
9362
9363         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
9364         structure instead of global variables.  Remove use of static
9365         variables in functions.
9366
9367 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
9368
9369         * shell/ev-page-action.c: unref the completion after setting it to the
9370         entry
9371
9372 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9373
9374         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
9375         postscript files
9376
9377 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9378
9379         * shell/ev-window.c (update_action_sensitivity): disable
9380         File->Print if the document does not implement the ps exporter
9381         interface
9382
9383 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
9384
9385         * Makefile.am:
9386         * configure.ac:
9387         * data/evince-properties.glade:
9388         * properties/.cvsignore:
9389         * properties/Makefile.am:
9390         * properties/ev-properties-view.c: (ev_properties_view_dispose),
9391         (ev_properties_view_class_init), (ev_properties_view_format_date),
9392         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
9393         (ev_properties_view_init), (ev_properties_view_new):
9394         * properties/ev-properties-view.h:
9395         * shell/Makefile.am:
9396         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
9397         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
9398         (ev_properties_dialog_new):
9399         * shell/ev-properties-dialog.h:
9400         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
9401         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
9402         (update_progress_label), (job_fonts_finished_cb),
9403         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
9404         * shell/ev-properties-fonts.h:
9405         * shell/ev-properties.c:
9406         * shell/ev-properties.h:
9407         * shell/ev-window.c: (ev_window_setup_document),
9408         (ev_window_cmd_file_properties):
9409
9410         Split the properties pages in two different objects, depend
9411         only on the backend where possible, use widgets instead
9412         of gobject for the glade part, reimplement the dialog
9413         itself with gtk.
9414         I need this to implement nautilus properties page.
9415
9416 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
9417
9418         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9419         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
9420         (tiff_document_document_ps_exporter_iface_init): implement the ps
9421         exporter interface for tiff documents
9422
9423         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
9424         libtiff to implement TIFF postscript export
9425
9426         * tiff/tiff2ps.h: added a header file for external tiff2ps
9427         functions.
9428
9429         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
9430         tiff2ps.h
9431
9432 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9433
9434         * shell/ev-view.c: (scroll_to_current_page),
9435         (ev_view_set_fullscreen), (ev_view_set_presentation):
9436         
9437         Scroll to current page when exit from presentation
9438
9439 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9440
9441         * shell/ev-window.c: (update_document_mode),
9442         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9443         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
9444         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
9445         
9446         Exit from fullscreen mode when switch to presentation. Fix for
9447         bug 309365
9448
9449 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
9450
9451         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
9452         return NULL if the document does not implement the selection
9453         interface.
9454
9455 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
9456
9457         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
9458         reported height by using the resolution aspect ratio
9459         (tiff_document_render_pixbuf): scale the pixbuf using the
9460         resolution aspect ratio
9461
9462 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9463
9464         * configure.ac:
9465         
9466         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
9467         <kiltedaco@gmail.com>
9468         
9469         * djvu/djvu-document.c: (djvu_document_get_orientation),
9470         (djvu_document_set_orientation), (djvu_document_get_page_size),
9471         (rotate_pixbuf), (djvu_document_render_pixbuf),
9472         (djvu_document_document_iface_init):
9473         * dvi/dvi-document.c: (dvi_document_get_orientation),
9474         (dvi_document_set_orientation), (dvi_document_get_page_size),
9475         (rotate_pixbuf), (dvi_document_render_pixbuf),
9476         (dvi_document_document_iface_init):
9477         
9478         Dvi and djvu backends are ported to new API
9479
9480 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
9481
9482         * backend/ev-selection.c: (ev_selection_get_selection_region),
9483         (ev_selection_get_selection_map):
9484         * backend/ev-selection.h:
9485         * pdf/ev-poppler.cc:
9486         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9487         * shell/ev-jobs.h:
9488         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
9489         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
9490         (ev_pixbuf_cache_get_text_mapping):
9491         * shell/ev-pixbuf-cache.h:
9492         * shell/ev-view.c: (location_in_text),
9493         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
9494         support to EvView.  Now we can see where we can select!  Sweet!
9495
9496 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
9497
9498         * shell/ev-view.c (ev_view_button_press_event): Fix
9499         event->y + view->scroll_x typo.
9500
9501 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
9502
9503         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
9504         sub-GdkPixbuf instead of passing dest_x and dest_y.
9505         
9506         * shell/ev-view.c: (view_point_to_doc_point),
9507         (view_rect_to_doc_rect), (ev_view_button_press_event),
9508         (ev_view_motion_notify_event), (compute_new_selection_rect),
9509         (gdk_rectangle_point_in), (compute_new_selection_text),
9510         (compute_selections): Update selection code to keep the selection
9511         around as two points and not as a normalized rectangle, and fix
9512         page level selection in two-column mode.
9513
9514 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
9515
9516         * shell/ev-window.c: (window_configure_event_cb): 
9517         
9518         Fix compilation
9519         
9520 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
9521
9522         * pdf/ev-poppler.cc:
9523
9524         Fix compilation
9525
9526 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
9527
9528         * shell/Makefile.am:
9529         * shell/ev-metadata-manager.c: (item_free),
9530         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
9531         (parse_value), (parseItem), (load_values),
9532         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
9533         (save_values), (save_item), (get_oldest), (resize_items),
9534         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
9535         * shell/ev-metadata-manager.h:
9536
9537         Metadata manager from gedit but modified to use GValue, so that
9538         we dont need to keep converting from strings.
9539
9540         * configure.ac:
9541
9542         ENABLE_METADATA conditional, on when dbus is on
9543
9544         * shell/ev-application.c: (ev_application_open_uri):
9545
9546         Show the window after load so that we can initialize
9547         window size before it's showed.
9548
9549         * shell/ev-window.c: (ev_window_setup_from_metadata),
9550         (ev_window_open_uri), (window_configure_event_cb),
9551         (ev_window_init):
9552
9553         Save and load metadata information about window size.
9554         Not yet keeping states in account.
9555
9556         * shell/main.c: (main):
9557
9558         Shutdown metadata manager.
9559
9560 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9561
9562         * shell/ev-application-service.xml:
9563         * configure.ac:
9564         * shell/Makefile.am:
9565         * shell/ev-application.c:
9566         * shell/ev-application.h:
9567         * shell/ev-window.c:
9568         * shell/ev-window.h:
9569         * shell/main.c:
9570
9571         Add an optional dbus interface (--enable-dbus).
9572         Rework application code, mainly to be easier to
9573         use "remotely".
9574         Do not open multiple windows with the same document,
9575         spatial evince!
9576
9577 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
9578
9579         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
9580         pixbuf iff it exists.
9581
9582 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
9583
9584         * shell/*:
9585         * backend/ev-render-context.[ch]:
9586         * backend/ev-selection.[ch]:
9587
9588         Massive changes.  We now support text selection of pdfs, and not
9589         just rectangular selection.  This is pretty broken still, but I
9590         want to get something into CVS.
9591
9592 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9593
9594         * pdf/ev-poppler.cc:
9595         
9596         Fix for Bug 309080: crash on window close.
9597         
9598         * shell/ev-page-action.c: (page_changed_cb):
9599         
9600         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
9601         jensgr@gmx.net (Jens Granseuer).
9602
9603 2005-06-25  Marcel Telka  <marcel@telka.sk>
9604
9605         * configure.in (ALL_LINGUAS): Added sk.
9606
9607 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
9608
9609         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
9610         not a document open
9611
9612 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9613
9614         * NEWS:
9615         * configure.ac:
9616
9617         Release 0.3.2
9618
9619         * cut-n-paste/recent-files/Makefile.am:
9620
9621         Fix make distcheck
9622
9623 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9624
9625         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
9626         (pixbuf_document_set_orientation), (rotate_pixbuf),
9627         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
9628         (pixbuf_document_document_iface_init), (pixbuf_document_init):
9629
9630         Implement rotation and cleanup the code a bit.
9631
9632         * tiff/tiff-document.c: (tiff_document_get_page_size),
9633         (tiff_document_get_orientation), (tiff_document_set_orientation),
9634         (rotate_pixbuf), (tiff_document_render_pixbuf),
9635         (tiff_document_document_iface_init), (tiff_document_init):
9636
9637         Implement rotation. Was the quicker solution for the release
9638         but we really need to share this code in the shell.
9639
9640 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9641
9642         * pdf/ev-poppler.cc:
9643
9644         Enable rotation, require poppler cvs. Fix a leak.
9645
9646 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9647
9648         * shell/ev-window.c: (update_action_sensitivity):
9649         
9650         Make properties unsensitive if document backend doesn't provide
9651         any info
9652
9653 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9654
9655         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
9656         (bitmap_flip_horizontally), (bitmap_flip_vertically),
9657         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
9658         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
9659         (bitmap_flip_rotate_counter_clockwise):
9660         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
9661         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
9662         (buff_gets):
9663         * dvi/mdvi-lib/common.h:
9664         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
9665         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
9666         (opendvi), (mdvi_reload), (mdvi_init_context),
9667         (mdvi_destroy_context), (mdvi_dopage), (special):
9668         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
9669         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
9670         (file_hash_free), (register_encoding), (parse_spec),
9671         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
9672         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
9673         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
9674         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
9675         (mdvi_register_font_type), (mdvi_unregister_font_type),
9676         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
9677         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
9678         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
9679         (mdvi_hash_destroy_key), (mdvi_hash_reset):
9680         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
9681         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
9682         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
9683         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
9684         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
9685         * dvi/mdvi-lib/special.c: (mdvi_register_special),
9686         (mdvi_unregister_special), (mdvi_flush_specials):
9687         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
9688         (t1_font_remove):
9689         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
9690         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
9691         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
9692         (free_font_metrics), (flush_font_metrics):
9693         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
9694         (tt_font_remove):
9695         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
9696         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
9697         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
9698         (dstring_insert), (dstring_new), (dstring_reset):
9699         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
9700         
9701         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
9702         avoid conflict with libtool on FC4
9703         
9704         * shell/ev-window.c: (ev_window_cmd_help_about):
9705         
9706         Update copyright year. Fix for bug 308828.
9707
9708 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9709
9710         * shell/ev-view.c: (add_scroll_binding_keypad),
9711         (ev_view_binding_activated), (ev_view_class_init),
9712         (on_adjustment_value_changed):
9713         
9714         Bug 170874: Arrow keys switch pages in presentation mode
9715
9716 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9717
9718         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
9719         
9720         Fix for Bug 308265: Sidebar dissappears coming out of 
9721         Presentation mode
9722
9723 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9724
9725         * shell/ev-application.c: (ev_application_open):
9726         * shell/ev-document-types.c: (ev_document_types_add_filters),
9727         (ev_document_types_add_filters_for_type):
9728         * shell/ev-document-types.h:
9729         * shell/ev-window.c: (ev_window_cmd_save_as):
9730         
9731         Suggest basename as template when saving, provide filters
9732         for save dialog. It's bug 308402
9733
9734 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9735
9736         * pdf/ev-poppler.cc:
9737         * shell/ev-sidebar-links.c: (job_finished_callback):
9738         * shell/ev-view.c: (update_find_status_message):
9739         
9740         Some leaks fixed
9741
9742 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
9743
9744         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9745         (egg_recent_view_uimanager_set_list):
9746
9747         Fix buglet in !show_numbers case.
9748
9749 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
9750
9751         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9752         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
9753
9754         Use pango ellipsisation.
9755
9756         * pdf/ev-poppler.cc:
9757
9758         Fix refcount leak, from nsh.
9759
9760 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9761
9762         * cut-n-paste/recent-files/Makefile.am:
9763         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9764         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9765         
9766         Removed EggRecentViewGtk
9767         
9768         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9769         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
9770         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
9771         (ev_window_setup_recent):
9772         
9773         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
9774         with other projects
9775
9776 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9777
9778         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9779         (egg_recent_view_gtk_finalize):
9780
9781         Fix memory leak
9782
9783         * cut-n-paste/toolbar-editor/Makefile.am:
9784         
9785         Fix location of cursor icon.
9786         
9787         * pdf/ev-poppler.cc:
9788         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
9789         (display_completion_text), (match_completion):
9790         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9791         (selection_changed_callback), (create_loading_model),
9792         (print_section_cb), (links_page_num_func),
9793         (update_page_callback_foreach):
9794         * shell/ev-window.c: (ev_window_dispose):
9795         
9796         Small memory fixes. Links model now store objects instead
9797         of pointers to improve memory management. 
9798
9799 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9800
9801         * shell/ev-window.c: (zoom_control_changed_cb):
9802         
9803         Fix update of zoom control (bug 308268).
9804
9805 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
9806
9807         * shell/ev-properties.c (set_property): escape the text correctly.
9808         Handles non-UTF-8 properties and escaped properties.  Also, sets
9809         the text to "<i>None</i>" if the property isn't set.
9810
9811         * data/evince-properties.glade: Change the label to be ellipsized,
9812         and give it a minimum size.
9813
9814 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9815
9816         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
9817         * shell/ev-sidebar-links.c: (create_loading_model):
9818         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
9819         * shell/ev-view.c: (ev_view_set_document):
9820         * shell/ev-window.c: (ev_window_dispose):
9821         
9822         Various small fixes, mostly memory leaks. Thanks to valgrind.
9823
9824 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
9825
9826         * ps/ps-document.c: remove the locale.h include again ;-). And
9827         kill the (bogus) setlocale/savelocale business.
9828
9829 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
9830
9831         * ps/ps-document.c:
9832         
9833         Include locale.h to fix build
9834         
9835         * shell/ev-sidebar.c:
9836         
9837         Remove unnecessary includes
9838
9839 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9840
9841         * dvi/dvi-document.c: (dvi_document_load):
9842         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
9843         * po/POTFILES.in:
9844         
9845         Check for incorrect dvi files. Fix parsing dvi on AMD64
9846         platform. Thanks to tester@tester.ca (Olivier Crete).
9847
9848 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9849
9850         * shell/ev-page-action.c: (match_selected_cb),
9851         (display_completion_text), (match_completion), (update_model):
9852         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9853         (expand_open_links):
9854         * shell/ev-sidebar.c: (ev_sidebar_destroy),
9855         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
9856         (ev_sidebar_set_document):
9857         * shell/ev-window.c: (ev_window_xfer_job_cb),
9858         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
9859         
9860         Fixed lot's of memory leaks, for example, memory leak on reload, 
9861         described in bug 307793.
9862
9863 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9864
9865         * pdf/ev-poppler.cc:
9866         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
9867         (update_visible_range), (adjustment_changed_cb),
9868         (ev_sidebar_thumbnails_fill_model),
9869         (ev_sidebar_thumbnails_refresh),
9870         (ev_sidebar_tree_selection_changed),
9871         (ev_sidebar_icon_selection_changed),
9872         (ev_sidebar_thumbnails_use_icon_view),
9873         (ev_sidebar_thumbnails_set_document):
9874         * shell/ev-sidebar-thumbnails.h:
9875         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9876         (ev_window_cmd_edit_rotate_right), (ev_window_init):
9877
9878         Refresh thumbnails when changing orientation. Not fully
9879         working yet becuase of a sidebar bug.
9880
9881         Set page orientation to poppler page everywhere. This sucks
9882         really need to fix poppler.
9883
9884 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9885
9886         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9887         (egg_recent_view_gtk_new_menu_item),
9888         (egg_recent_view_gtk_set_property),
9889         (egg_recent_view_gtk_get_property),
9890         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
9891         (egg_recent_view_gtk_set_tooltip_func),
9892         (egg_recent_view_gtk_set_label_width),
9893         (egg_recent_view_gtk_get_label_width):
9894         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9895
9896         Sync with libegg (ellipsize labels)
9897
9898 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9899
9900         * data/evince-ui.xml:
9901         * shell/ev-window.c: (ev_window_cmd_go_forward),
9902         (ev_window_cmd_go_backward):
9903         
9904         Shift + PageUp moves 10 Pages. Fix for 306125
9905
9906 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9907
9908         * pdf/ev-poppler.cc:
9909
9910         Add a flag to check if orientation has been overriden
9911
9912 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
9913
9914         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
9915         field if necessary.
9916
9917         * ps/ps.h: add creator field to document.
9918
9919         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
9920         set creator field.
9921
9922 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9923
9924         * data/evince-properties.glade:
9925         * shell/ev-properties.c: (ev_properties_set_document):
9926
9927         s/PDF Version/Format
9928
9929 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9930
9931         * shell/ev-properties.c: (ev_properties_set_document):
9932
9933         Remove unnecessary translations
9934
9935 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9936
9937         * cut-n-paste/toolbar-editor/Makefile.am:
9938
9939         Correct library name    
9940
9941 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9942
9943         * configure.ac:
9944         * cut-n-paste/recent-files/egg-recent-model.c:
9945         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
9946         (egg_recent_model_unlock_file):
9947         * cut-n-paste/recent-files/egg-recent-util.c:
9948         (egg_recent_util_get_unique_id):
9949         * cut-n-paste/recent-files/update-from-egg.sh:
9950         * cut-n-paste/toolbar-editor/Makefile.am:
9951         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9952         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9953         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9954         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9955         (egg_toolbars_model_get_type):
9956         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
9957
9958         Better makefile for toolbar editor and update everything
9959         to latest libegg.
9960
9961 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9962
9963         * shell/ev-window.c: (update_document_mode):
9964
9965         Prefer presentation mode when the document
9966         require fullscreen.
9967
9968 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9969
9970         * data/evince-ui.xml:
9971         * shell/ev-window.c:
9972
9973         Add control-equal for zooming
9974
9975 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
9976
9977         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
9978
9979 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
9980
9981         * backend/ev-document.c: (ev_document_get_orientation):
9982         * backend/ev-document.h:
9983         * pdf/ev-poppler.cc:
9984         * ps/ps-document.c: (ps_document_get_orientation),
9985         (ps_document_set_orientation), (ps_document_document_iface_init):
9986
9987         Add a get_orientation api. Improve set_orientation.
9988
9989         * data/evince-ui.xml:
9990         * shell/ev-view.c: (ev_view_set_orientation),
9991         (ev_view_rotate_right), (ev_view_rotate_left):
9992         * shell/ev-view.h:
9993         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9994         (ev_window_cmd_edit_rotate_right):
9995
9996         Better ui for changing document orientation
9997
9998 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9999
10000         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
10001         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
10002         * shell/ev-sidebar-links.h:
10003         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
10004         (ev_sidebar_page_iface_init):
10005         * shell/ev-sidebar-page.h:
10006         * shell/ev-sidebar-thumbnails.c:
10007         (ev_sidebar_thumbnails_get_property),
10008         (ev_sidebar_thumbnails_class_init),
10009         (ev_sidebar_thumbnails_set_document):
10010         * shell/ev-sidebar-thumbnails.h:
10011         * shell/ev-view.c: (ev_view_motion_notify_event):
10012         * shell/ev-window.c: (update_chrome_visibility),
10013         (ev_window_cmd_focus_page_selector),
10014         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
10015         (sidebar_page_main_widget_update_cb), (ev_window_init):
10016         
10017         Autoraise toolbar on GoToPage binding and fix bindings in
10018         EvSidebarThumbnails page.
10019
10020 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
10021
10022         * shell/ev-properties.c: (update_progress_label):
10023
10024         Hide the progress label when finished; bug #307697.
10025
10026 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10027
10028         * pdf/ev-poppler.cc:
10029
10030         Enable is_open for links, you will need poppler cvs
10031
10032         * shell/ev-properties.c: (job_fonts_finished_cb):
10033
10034         Get a lock on the document when filling the tree view
10035
10036 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10037
10038         * backend/ev-document-links.h:
10039         * pdf/ev-poppler.cc:
10040         * shell/ev-sidebar-links.c: (create_loading_model),
10041         (expand_open_links), (job_finished_callback):
10042
10043         Expand links when specified by the document.
10044         Depend on a poppler api (defined out for now)
10045
10046 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10047
10048         * shell/ev-properties.c: (ev_properties_dispose),
10049         (ev_properties_class_init), (dialog_destroy_cb),
10050         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
10051         (ev_properties_set_document), (ev_properties_new),
10052         (ev_properties_show):
10053         * shell/ev-properties.h:
10054
10055         Make it an object, cleanup the code, api to show it as transient
10056         and to set the document.
10057
10058         * shell/ev-window.c: (ev_window_setup_document),
10059         (ev_window_cmd_file_properties):
10060
10061         Adapt to EvProperties changes, do not show multiple
10062         times, update it when document changes.
10063
10064 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10065
10066         * ps/gstypes.h:
10067         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
10068         (ps_document_set_orientation), (ps_document_document_iface_init):
10069         * ps/ps-document.h:
10070
10071         Implement orientation here too
10072
10073         * shell/ev-properties.c: (ev_properties_new):
10074         * data/evince-properties.glade:
10075
10076         Hide the fonts page for backends that doesnt
10077         support it.     
10078
10079 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10080
10081         * backend/ev-document.c: (ev_document_set_orientation):
10082         * backend/ev-document.h:
10083         * pdf/ev-poppler.cc:
10084
10085         Add orientation api. Currently poppler api is not optimal,
10086         we need to set orientation every time we _get a page.
10087         I will try to fix that at some point.
10088
10089         * data/evince-ui.xml:
10090         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
10091         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
10092
10093         Add orientation menu items
10094
10095         * shell/ev-page-cache.c: (ev_page_cache_clear):
10096         * shell/ev-page-cache.h:
10097
10098         Add api to clear the cache
10099
10100         * shell/ev-view.c: (setup_caches), (clear_caches),
10101         (ev_view_set_document), (ev_view_zoom_out),
10102         (ev_view_set_orientation):
10103         * shell/ev-view.h:
10104
10105         Implement orientation changing
10106
10107 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
10108
10109         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
10110         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
10111         * backend/ev-document-fonts.h:
10112
10113         Separate scan and fill so that we can incrementally fill from
10114         the main thread. Add a progress api.
10115
10116         * data/evince-properties.glade:
10117         * pdf/ev-poppler.cc:
10118         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
10119         * shell/ev-jobs.h:
10120         * shell/ev-properties.c: (update_progress_label),
10121         (job_fonts_finished_cb), (setup_fonts_view):
10122
10123         Incrementally feel the list and show the progress
10124         percentage in a label like acrobat does.
10125
10126         You are going to need poppler cvs
10127
10128 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
10129
10130         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
10131         * backend/ev-document-fonts.h:
10132         * pdf/ev-poppler.cc:
10133
10134         Make fonts model fill incrementally.
10135
10136         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
10137         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
10138         (ev_job_queue_remove_job):
10139         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
10140         (ev_job_fonts_new), (ev_job_fonts_run):
10141         * shell/ev-jobs.h:
10142
10143         New job for fonts scanning
10144
10145         * shell/ev-properties.c: (job_fonts_finished_cb),
10146         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
10147         * shell/ev-properties.h:
10148         * shell/ev-window.c: (ev_window_cmd_file_properties):
10149
10150         Incrementally feel the treeview using the new job. Show Loading...
10151         message until scanning is completed.
10152
10153         Hopefully I didnt break the build without the poppler patch.
10154
10155 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10156
10157         * shell/ev-application.c: (ev_application_open):
10158         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
10159         (ev_document_type_get_type), (ev_document_type_lookup):
10160         * shell/ev-document-types.h:
10161         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
10162         * shell/ev-job-xfer.h:
10163         * shell/ev-window.c: (ev_window_clear_local_uri),
10164         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
10165         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
10166         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10167         
10168         Transfer remote documents to tmp directory to display them later.
10169
10170 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
10171
10172         * backend/ev-document-info.h:
10173         * shell/ev-properties.c: (ev_properties_new):
10174
10175         s/GTime*/GTime. Not sure why we was using a pointer
10176         at all there!
10177
10178 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
10179
10180         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
10181         situations.  That situation is that you're using GTK+-HEAD with
10182         the patch at #306726 is applied, and you have a document with <
10183         1500 pages in it.  It's not quite as uniformly nice as the
10184         TreeView, but should be better in the long run.
10185
10186         I'm pretty sure I guarded against breaking compilation with
10187         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
10188         I missed some.
10189
10190         * shell/ev-window.c (ev_window_init): We don't have our tree/list
10191         widget yet, so I commented that code out
10192         enable_view_actions_for_widget() for now.  Need to figure this
10193         out.
10194
10195         * shell/ev-page-action.c (match_selected_cb): emit the right
10196         signals.  Our cool C-l completion now works.
10197
10198 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10199
10200         * backend/Makefile.am:
10201         * backend/ev-document-fonts.c:
10202         * backend/ev-document-links.c:
10203         * backend/ev-document.c: (ev_document_load):
10204         * backend/ev-document.h:
10205         * backend/ev-job-queue.c:
10206         * backend/ev-job-queue.h:
10207         * backend/ev-jobs.c:
10208         * backend/ev-jobs.h:
10209         * backend/ev-page-cache.c:
10210         * backend/ev-page-cache.h:
10211
10212         EvPageCache and EvJobs are moved to shell.
10213
10214         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
10215         (ev_tmp_filename):
10216         * lib/ev-file-helpers.h:
10217         
10218         New helper to work with temporary files
10219         
10220         * shell/Makefile.am:
10221         * shell/ev-application.c: (ev_application_open):
10222         * shell/ev-application.h:
10223         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
10224         (remove_job_from_async_queue), (add_job_to_async_queue),
10225         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
10226         (handle_job), (search_for_jobs_unlocked),
10227         (no_jobs_available_unlocked), (ev_render_thread),
10228         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10229         (ev_job_queue_add_job), (move_job_async), (move_job),
10230         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10231         * shell/ev-job-queue.h:
10232         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
10233         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
10234         * shell/ev-job-xfer.h:
10235         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
10236         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
10237         (ev_job_links_class_init), (ev_job_render_init),
10238         (ev_job_render_dispose), (ev_job_render_class_init),
10239         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
10240         (ev_job_thumbnail_class_init), (ev_job_load_init),
10241         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
10242         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
10243         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
10244         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
10245         * shell/ev-jobs.h:
10246         * shell/ev-page-action.c: (ev_page_action_set_document):
10247         * shell/ev-page-cache.c: (ev_page_cache_init),
10248         (ev_page_cache_class_init), (ev_page_cache_finalize),
10249         (ev_page_cache_new), (ev_page_cache_get_n_pages),
10250         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
10251         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
10252         (ev_page_cache_get_title), (ev_page_cache_get_size),
10253         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
10254         (ev_page_cache_get_height_to_page),
10255         (ev_page_cache_get_max_label_chars),
10256         (ev_page_cache_get_page_label),
10257         (ev_page_cache_has_nonnumeric_page_labels),
10258         (ev_page_cache_get_info), (ev_page_cache_next_page),
10259         (ev_page_cache_prev_page), (ev_page_cache_get):
10260         * shell/ev-page-cache.h:
10261         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
10262         (ev_pixbuf_cache_clear_job_sizes),
10263         (ev_pixbuf_cache_add_jobs_if_needed),
10264         (ev_pixbuf_cache_set_page_range):
10265         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
10266         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
10267         * shell/ev-sidebar-thumbnails.c:
10268         (ev_sidebar_tree_selection_changed),
10269         (ev_sidebar_thumbnails_set_document):
10270         * shell/ev-statusbar.c: (ev_statusbar_destroy),
10271         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
10272         (ev_statusbar_get_context_id), (ev_statusbar_push),
10273         (ev_statusbar_pop), (ev_statusbar_set_maximized),
10274         (ev_statusbar_pulse), (ev_statusbar_show_progress),
10275         (ev_statusbar_set_progress):
10276         * shell/ev-statusbar.h:
10277         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
10278         (ev_view_find_previous):
10279         * shell/ev-window.c: (ev_window_is_empty),
10280         (ev_window_setup_document), (password_dialog_response),
10281         (ev_window_clear_jobs), (ev_window_load_job_cb),
10282         (ev_window_xfer_job_cb), (ev_window_open_uri),
10283         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
10284         (ev_window_print), (ev_window_print_range),
10285         (ev_window_state_event), (ev_window_cmd_view_reload),
10286         (menu_item_select_cb), (menu_item_deselect_cb),
10287         (view_status_changed_cb), (ev_window_dispose),
10288         (drag_data_received_cb), (ev_window_init):
10289         * shell/ev-window.h:
10290         * shell/main.c: (load_files):
10291         
10292         New statusbar to show progress on idle. Two new jobs - 
10293         xfer job and load job to load document in background. And update
10294         of page_cache clients to new location of code.
10295
10296 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
10297
10298         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
10299         selection in open dialog. It also remembers the last visited directory 
10300         in the current session.
10301
10302 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10303
10304         * shell/ev-properties.c: (ev_properties_new):
10305         * shell/ev-properties.h:
10306         * shell/ev-window.c: (ev_window_cmd_file_properties):
10307         
10308         Get document info from page cache instead of document itself.
10309         This should fix crash related to race conditions described in
10310         bug 306545.
10311
10312 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10313
10314         * ps/ps-document.c: (ps_document_init),
10315         (send_ps), (get_page_box), (output), (catchPipe), (input),
10316         (stop_interpreter), (file_length), (file_readable),
10317         (check_filecompressedb), (ps_document_enable_interpreter),
10318         (document_load), (ps_async_renderer_render_pixbuf):
10319         * ps/ps-document.h:
10320
10321         Big cleanup of the ps code
10322
10323 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10324
10325         * backend/Makefile.am:
10326         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
10327         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
10328         * backend/ev-async-renderer.h:
10329
10330         Add an async renderer interface (method + callback) which
10331         is useful for backends like ps.
10332
10333         * backend/ev-job-queue.c: (remove_job_from_async_queue),
10334         (add_job_to_async_queue), (job_finished_cb), (handle_job),
10335         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10336         (ev_job_queue_add_job), (move_job_async), (move_job),
10337         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10338
10339         Add queues for async renderer, these are executed on the
10340         main thread.
10341
10342         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
10343         (ev_job_render_run):
10344         * backend/ev-jobs.h:
10345
10346         If the backend support async renderer interface use it.
10347
10348         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
10349         (setup_pixmap), (ps_document_get_type),
10350         (ps_async_renderer_render_pixbuf),
10351         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
10352
10353         Implement async renderer interface.
10354
10355 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10356
10357         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
10358
10359         Cleanup links job on exit.
10360
10361 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10362
10363         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10364         (drag_data_get_cb), (drag_data_received_cb):
10365         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10366         (drag_data_get_cb), (parse_item_list),
10367         (egg_toolbar_editor_load_actions):
10368         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10369         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
10370         (parse_item_list), (parse_toolbars):
10371         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
10372         (dvi_pixbuf_put_pixel):
10373         
10374         Fix gcc 4.0 warnings
10375
10376 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10377
10378         * ps/ps-document.c: (start_interpreter):
10379
10380         Fix warning when loading ps
10381
10382 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10383
10384         * ps/ps-document.c: (output):
10385
10386         Fix crash when priting gs error messages.
10387
10388 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10389
10390         * backend/ev-page-cache.c: (_ev_page_cache_new):
10391         * backend/ev-page-cache.h:
10392
10393         Use a const to return title so that we dont double
10394         free it. Small cleanup and fix a leak.
10395
10396         * shell/ev-window.c: (update_window_title):
10397
10398         strdup value from get_title.
10399
10400 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10401
10402         * shell/ev-sidebar-links.c: (job_finished_callback),
10403         (ev_sidebar_links_set_document):
10404
10405         Cleanup the old job when changing document
10406
10407 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10408
10409         * shell/ev-stock-icons.c:
10410         * shell/ev-stock-icons.h:
10411         * shell/ev-window.c:
10412         
10413         Add stock icons for actions that can appear in toolbar. Fix for
10414         bug 306566.
10415
10416 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10417
10418         * backend/ev-page-cache.c: (ev_page_cache_finalize),
10419         (_ev_page_cache_new), (ev_page_cache_get_max_width),
10420         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
10421         * backend/ev-page-cache.h:
10422         * shell/ev-view.c: (scroll_to_current_page),
10423         (view_update_range_and_current_page), (get_page_y_offset),
10424         (get_page_extents), (ev_view_size_request_continuous_dual_page),
10425         (ev_view_size_request_continuous),
10426         (ev_view_zoom_for_size_continuous_and_dual_page),
10427         (ev_view_zoom_for_size_continuous):
10428         
10429         More compact EvView layout in document with pages of different size.
10430
10431 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
10432
10433         * shell/ev-window.c (ev_window_cmd_file_properties): fix
10434         compilation.
10435
10436 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10437
10438         * shell/ev-view.c: (view_set_adjustment_values):
10439         * shell/ev-window.c: (ev_window_cmd_file_properties):
10440         
10441         A bit different fix for rounding problem but it has no
10442         problems on startup. Make properties window transient to parent.
10443
10444 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10445
10446         * pdf/ev-poppler.cc:
10447         
10448         More commenting of font stuff.
10449
10450 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10451
10452         * pdf/ev-poppler.cc:
10453
10454         Comment out some more fonts stuff. Should really
10455         work without the poppler patch now.
10456
10457 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10458
10459         * pdf/ev-poppler.cc:
10460
10461         Adapt to api change
10462
10463 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10464
10465         * data/evince-properties.glade:
10466         * pdf/ev-poppler.cc:
10467         * shell/ev-properties.c: (setup_fonts_view):
10468
10469         Set the column title. Show the dialog only
10470         once everything is setup.
10471         Getting font info can be very slow... will
10472         prolly need to make this threaded too.
10473
10474 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10475
10476         * backend/Makefile.am:
10477         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
10478         (ev_document_fonts_get_fonts_model):
10479         * backend/ev-document-fonts.h:
10480         * data/evince-properties.glade:
10481         * pdf/ev-poppler.cc:
10482         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
10483         * shell/ev-properties.h:
10484         * shell/ev-window.c: (ev_window_cmd_file_properties):
10485
10486         Implement fonts list. Defined out for now, since it depends
10487         on a not yet committed poppler patch.
10488
10489 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
10490
10491         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
10492         page + 1.
10493
10494         * shell/ev-window.c: Make sure we add the timeout when we get a
10495         focus-in event.
10496
10497         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
10498         adjustment->value before calculating the zoom factor to average
10499         out all of our rounding errors.  The page no longer 'drifts' when
10500         resizing.
10501
10502 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10503
10504         * data/evince-properties.glade:
10505         * shell/ev-properties.c: (ev_properties_format_date),
10506         (set_property):
10507         
10508         Labels don't expand when the dialogue is resized.
10509         strftime result needs to be converted to UTF-8. Thanks
10510         to Christian Persch <chpe@gnome.org>.
10511
10512 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10513
10514         * data/evince-properties.glade:
10515
10516         Hide the fonts tab
10517
10518 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10519
10520         * backend/ev-document-info.h:
10521         * backend/ev-document.c: (ev_document_info_free):
10522         * data/evince-properties.glade:
10523         * pdf/ev-poppler.cc:
10524         * ps/ps-document.c: (ps_document_get_info):
10525         * shell/ev-properties.c: (ev_properties_format_date),
10526         (set_property), (ev_properties_new):
10527         * shell/ev-properties.h:
10528         * shell/ev-window.c: (ev_window_cmd_file_properties):
10529
10530         Rework properties code to take only EvPropertyInfo
10531         in the constructor so that it can be useful for
10532         nautilus plugin too.
10533
10534         Deal with backends that doesnt support some properties.
10535         Make set property code generic.
10536
10537 2005-06-04  Christian Persch <chpe@gnome.org>
10538
10539         * data/evince-properties.glade:
10540
10541         fix spacings, make resizeable, and make data labels
10542         selectable + ellipsised
10543
10544 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
10545
10546         * backend/ev-document-info.h:
10547         * data/Makefile.am:
10548         * data/evince-ui.xml:
10549         * pdf/ev-poppler.cc:
10550         * shell/Makefile.am:
10551         * shell/ev-window.c: (update_action_sensitivity),
10552         (ev_window_cmd_file_properties):
10553
10554         Initial go at file properties. Patch by
10555         Emil Soleyman-Zomalan <emil@soleyman.com>.
10556         Needs love see #169583
10557
10558 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
10559
10560         * ps/ps-document.c: (output):
10561         * ps/ps.c: (psscan):
10562
10563         Try to render even if psscan fails.
10564
10565 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10566
10567         * ps/ps.c: (psscan), (pscopydoc):
10568
10569         Port buffered reading code from gv
10570
10571 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10572
10573         * ps/ps-document.c: (interpreter_message), (output):
10574
10575         Do not fail on interpreter messages
10576
10577 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10578
10579         * backend/ev-document-misc.c:
10580         (ev_document_misc_get_thumbnail_frame):
10581
10582         Pages can be 0 x 0, dont assert on this case
10583
10584 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10585
10586         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10587         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
10588
10589         Correctly manage our reference on document. Finally the reload
10590         huge leak is gone...
10591
10592 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10593
10594         * ps/ps-document.c: (ps_document_dispose):
10595
10596         Forgot to chain it to the parent. Thanks chpe.
10597
10598 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10599
10600         * ps/ps-document.c: (ps_document_dispose),
10601         (ps_document_class_init), (stop_interpreter), (document_load):
10602
10603         Cleanup dispose a bit. Dont leak the whole pixmap.
10604
10605 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10606
10607         * pdf/ev-poppler.cc:
10608
10609         Release the poppler document on dispose
10610
10611 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10612
10613         * shell/ev-view.c: (ev_view_set_document):
10614
10615         Release ref on the pixbuf cache when changing
10616         document.
10617
10618 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10619
10620         * ps/ps-document.c: (ps_document_get_info):
10621
10622         Fix a double free
10623
10624 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10625
10626         * backend/ev-page-cache.c: (ev_page_cache_init),
10627         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
10628         * backend/ev-page-cache.h:
10629         * shell/ev-page-action.c: (page_changed_cb):
10630         
10631         Set page action entry width depending on labels width. Fix
10632         for bug 305202.
10633
10634 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
10635
10636         * backend/ev-link.c: (ev_link_class_init):
10637
10638         Allow -1 as page value (error)
10639
10640 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10641
10642         * shell/ev-sidebar-thumbnails.c:
10643         (ev_sidebar_thumbnails_set_document):
10644         * shell/ev-view.c: (scroll_to_current_page),
10645         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
10646         (page_changed_cb), (on_adjustment_value_changed),
10647         (ev_view_set_document):
10648
10649         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
10650         Fix bug 305377
10651
10652 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10653
10654         * configure.ac:
10655         * djvu/djvu-document.c: (djvu_document_get_page_size):
10656
10657         Require djvulibre CVS. Now djvu loading is much faster. Fix for
10658         bug 301993.
10659
10660 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
10661
10662         * shell/ev-view.c (draw_one_page): modify the expose handling to
10663         get the shadows.
10664
10665         * shell/ev-window.c (update_action_sensitivity): Respect
10666         permissions field.  Kowtow to the man.
10667
10668         * pdf/ev-poppler.cc: Get the permissions field.
10669
10670         * tiff/*c: Make a tiny bit more robust.
10671
10672 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10673
10674         * djvu/djvu-document.c:
10675         
10676         Pop messages from djvu context message queue.
10677
10678 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10679
10680         * configure.ac, Makefile.am, shell/Makefile.am:
10681         * tiff/Makefile.am, shell/ev-document-types.c:
10682         
10683         Cleanup tiff configure checks. Fix for bug 305218.
10684
10685 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
10686
10687         * configure.ac: Added "uk" to ALL_LINGUAS.
10688
10689 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10690
10691         * cut-n-paste/zoom-control/ephy-zoom.c:
10692         (ephy_zoom_get_changed_zoom_level):
10693         * cut-n-paste/zoom-control/ephy-zoom.h:
10694         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
10695         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
10696         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
10697         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
10698         (zoom_control_changed_cb), (ev_window_init):
10699         
10700         Fix minor points related to moving best fit up. Introduce
10701         "zoom" property and make zoom control change it's value on
10702         notify::zoom signals. Fix for 305080.
10703
10704 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10705
10706         * data/evince-ui.xml:
10707         * shell/ev-window.c: (set_view_actions_sensitivity):
10708         
10709         Use + and - as accels for zoom in and zoom out. Fix for 305001.
10710
10711 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
10712
10713         * configure.ac:
10714
10715         Depends on poppler 0.3.2
10716
10717 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
10718
10719         * cut-n-paste/recent-files/egg-recent-item.c:
10720         (egg_recent_item_get_short_name):
10721         * cut-n-paste/toolbar-editor/Makefile.am:
10722         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10723         (new_pixbuf_from_widget):
10724         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10725         * cut-n-paste/toolbar-editor/egg-marshal.c:
10726         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10727         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10728
10729         Sync
10730
10731 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
10732
10733         * tiff/tiff-document.c: Rough TIFF backend.
10734
10735 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
10736
10737         * NEWS:
10738         * configure.ac:
10739         * cut-n-paste/toolbar-editor/Makefile.am:
10740
10741         Release 0.3.1
10742
10743 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
10744
10745         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
10746         (ev_view_find_next), (ev_view_find_previous):
10747
10748         Remove the locks around get_n_results   
10749
10750 2005-05-21  Juerg Billeter  <j@bitron.ch>
10751
10752         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
10753
10754         Pass correct number of pages to poppler.
10755
10756 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10757
10758         * configure.ac:
10759         * data/Makefile.am:
10760         * data/evince.desktop.in: 
10761         * data/evince.desktop.in.in:
10762         * po/POTFILES.in:
10763         
10764         Add conditionally dvi and djvu to desktop types. Fix for 304658.
10765
10766 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
10767
10768         * shell/ev-view.c: (view_update_adjustments),
10769         (view_set_adjustment_values): cast adjustmen->value to (int)
10770         before using it.  Otherwise, we get off by a pixel in some
10771         situations.
10772
10773         (draw_one_page): Draw the border on expose.
10774
10775 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
10776
10777         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
10778         adjustment when the mode changes, #304923
10779
10780 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10781
10782         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
10783         flickering on resize but still use gdk_window_scroll on
10784         scrolling
10785
10786 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
10787
10788         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
10789         option, #170458
10790
10791 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
10792
10793         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
10794         second page on page_changed if possible, #304669
10795
10796 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
10797
10798         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
10799         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
10800
10801 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
10802
10803         * .cvsignore:
10804         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
10805         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10806         (ev_view_zoom_for_size_presentation),
10807         (ev_view_zoom_for_size_continuous_and_dual_page),
10808         (ev_view_zoom_for_size_continuous),
10809         (ev_view_zoom_for_size_dual_page),
10810         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
10811         * shell/ev-view.h:
10812         * shell/ev-window.c: (update_view_size),
10813         (ev_window_sizing_mode_changed_cb):
10814
10815         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
10816         the scrollbars.  It's not 100% right, but it's much closer.  Kills
10817         an infinite loop, #304769
10818
10819
10820 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10821
10822         * data/evince-ui.xml:
10823         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
10824         * shell/ev-window.c: (set_view_actions_sensitivity):
10825
10826         Make PgUp/Down behave like Space
10827
10828 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10829
10830         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10831         * backend/ev-ps-exporter.h:
10832         * pdf/ev-poppler.cc:
10833         * ps/ps-document.c: (ps_document_ps_export_begin):
10834         * shell/ev-print-job.c: (idle_print_handler):
10835
10836         Adapt to new poppler api
10837
10838 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10839
10840         * cut-n-paste/zoom-control/ephy-zoom-control.c:
10841         (ephy_zoom_control_init):
10842
10843         Translate zoom levels
10844
10845 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10846
10847         * cut-n-paste/zoom-control/ephy-zoom.c:
10848         (ephy_zoom_get_zoom_level_index):
10849
10850         Fix current zoom -> zoom control match
10851
10852 2005-05-18  James Bowes  <bowes@cs.dal.ca>
10853
10854         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
10855         rather than the scrolled_window that it's in. Fixes bug #304655.
10856
10857 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
10858
10859         * shell/ev-view.c: (view_update_adjustments),
10860         (view_set_adjustment_values), (view_update_range_and_current_page),
10861         (view_scroll_to_page), (set_scroll_adjustment),
10862         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
10863         (ev_view_scroll), (ev_view_scroll_view),
10864         (ensure_rectangle_is_visible), (find_page_at_location),
10865         (get_link_at_location), (go_to_link), (status_message_from_link),
10866         (ev_view_size_request_continuous_dual_page),
10867         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
10868         (ev_view_unrealize), (ev_view_expose_event),
10869         (ev_view_button_press_event), (ev_view_motion_notify_event),
10870         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
10871         (draw_rubberband), (highlight_find_results), (draw_one_page),
10872         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
10873         (ev_view_init), (find_changed_cb), (page_changed_cb),
10874         (on_adjustment_value_changed), (ev_view_new),
10875         (ev_view_set_document), (ev_view_set_zoom),
10876         (ev_view_set_continuous), (ev_view_set_dual_page),
10877         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
10878         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10879         (ev_view_zoom_for_size_presentation),
10880         (ev_view_zoom_for_size_continuous_dual_page),
10881         (ev_view_zoom_for_size_continuous),
10882         (ev_view_zoom_for_size_dual_page),
10883         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
10884         (ev_view_get_status), (ev_view_set_status),
10885         (update_find_status_message), (ev_view_get_find_status),
10886         (ev_view_set_find_status), (jump_to_find_result),
10887         (jump_to_find_page), (compute_selections), (clear_selection),
10888         (ev_view_select_all), (get_selected_text), (ev_view_copy),
10889         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
10890         (ev_view_update_primary_selection),
10891         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
10892         * shell/ev-view.h:
10893         * shell/ev-window.c: (ev_window_open_page_label),
10894         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
10895         (ev_window_init):
10896         * shell/ev-window.h:
10897         * shell/main.c: (load_files):
10898
10899         Massive code clean up from Nickolay Shmyrev.  Keep page offset
10900         when resizing.  Remove the bin_window().  Also, patch from James
10901         Bowes to fix command line page, #300641
10902         
10903 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
10904
10905         * data/evince-ui.xml:
10906         * shell/ev-view.c:
10907         * shell/ev-view.h:
10908         * shell/ev-window.c: (update_action_sensitivity):
10909
10910         Get rid of View->Normal Size, it's just confusing
10911
10912 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
10913
10914         * backend/ev-document-info.h:
10915         * backend/ev-document.c: (ev_document_info_free): Free the
10916         EvDocumentInfo.
10917
10918         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
10919         (clear_range), (add_range), (update_visible_range),
10920         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
10921         (ev_sidebar_thumbnails_set_document):
10922         * shell/ev-window.c: (ev_window_setup_document): Only render the
10923         visible thumbnails.  It takes an instant to render, but it uses
10924         much less memory.
10925
10926 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10927
10928         * shell/ev-sidebar-links.c: (popup_menu_cb):
10929
10930         Select first item
10931
10932 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10933
10934         * lib/Makefile.am:
10935         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
10936         (button_press_cb), (ev_sidebar_links_construct):
10937
10938         Show the popup menu also on keybindings
10939
10940 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10941
10942         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
10943         * shell/ev-window.h:
10944
10945         Expose api to print a range (with dialog). Make private _print use
10946         it.
10947
10948         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
10949         (ev_sidebar_links_construct):
10950
10951         Show a print context menu on linkx, it prints the selected
10952         section.
10953
10954 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
10955
10956         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
10957         button.
10958
10959 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
10960
10961         * AUTHORS:
10962
10963         Update
10964
10965         * shell/ev-window.c: (build_comments_string),
10966         (ev_window_cmd_help_about):
10967
10968         Show poppler version/backend and authors
10969
10970 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10971
10972         * cut-n-paste/zoom-control/ephy-zoom.c:
10973         (ephy_zoom_get_zoom_level_index):
10974         * cut-n-paste/zoom-control/ephy-zoom.h:
10975
10976         Move the best fit items at the top of the list
10977
10978 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10979
10980         * shell/ev-marshal.list:
10981         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
10982         (activate_cb), (match_selected_cb), (activate_link_cb),
10983         (connect_proxy), (ev_page_action_class_init):
10984         * shell/ev-page-action.h:
10985
10986         Use signals to notify action activation. Hopefully
10987         I did not break completion since I cant test...
10988
10989         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
10990         (register_custom_actions):
10991
10992         Connect to page selector actions and also grab focus on
10993         the view when activated.
10994
10995 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
10996
10997         * pdf/ev-poppler.cc:
10998         * backend/ev-page-cache.c: make page size calculation consistent
10999         and set it to (int)( width * scale + 0.5).  This makes the weird
11000         line going through the middle of the page go away.
11001
11002         * shell/ev-view.c: move painting the background page after
11003         checking the expose area covers us.
11004
11005 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11006
11007         * data/evince-password.glade:
11008         
11009         Mark labels as not translatable. Fix for bug 302842.
11010
11011 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
11012
11013         * configure.ac: Added "es" to ALL_LINGUAS.
11014
11015 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11016
11017         * data/evince-toolbar.xml:
11018         * shell/ev-window.c: (update_action_sensitivity),
11019         (ev_window_setup_document), (ev_window_set_page_mode),
11020         (ev_window_init):
11021
11022         Remove some leftover code from jrb first continous
11023         attempt. Use the new actions, we still need good icons
11024         though...
11025
11026 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11027
11028         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
11029
11030         Update label when connecting proxy. Fix a warning with NULL
11031         page_cache.
11032
11033 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11034
11035         * data/evince-ui.xml:
11036         * shell/ev-page-action.c: (ev_page_action_grab_focus):
11037         * shell/ev-page-action.h:
11038         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
11039
11040         Add mnemonic for edit toolbar.
11041         ctrl+l focus the page entry.
11042
11043 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11044
11045         * lib/Makefile.am:
11046         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
11047         (ev_window_init):
11048         * shell/main.c: (main):
11049
11050         Put the toolbar xml in evince own dot dir
11051
11052 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11053
11054         * shell/ev-window.c: (ev_window_init):
11055
11056         Make the toolbar not removable
11057
11058 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11059
11060         * data/evince-ui.xml:
11061         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
11062         * shell/ev-sidebar-links.h:
11063         * shell/ev-sidebar-thumbnails.c:
11064         (ev_sidebar_thumbnails_get_treeview):
11065         * shell/ev-sidebar-thumbnails.h:
11066         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
11067         (ev_view_class_init):
11068         * shell/ev-view.h:
11069         * shell/ev-window.c: (update_action_sensitivity),
11070         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
11071         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
11072         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
11073         (ev_window_init):
11074
11075         This is evil... Make space/backspace global accelerators but
11076         enable them only for some widgets (sidebars and view).
11077         I dont like it, but I dont know a better way... :/
11078
11079 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11080
11081         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
11082         (ev_page_action_widget_finalize),
11083         (ev_page_action_widget_class_init), (update_page_cache):
11084
11085         Keep a weak reference on proxy->page_cache so that we
11086         dont try to disconnect the signal if the object is already
11087         gone. Maybe there is a better way to cleanup reference handling
11088         in page action though...
11089
11090 2005-05-10  Juerg Billeter  <j@bitron.ch>
11091
11092         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
11093         * backend/ev-ps-exporter.h:
11094         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
11095         * ps/ps-document.c: (ps_document_ps_export_begin):
11096         
11097         Change api to pass print range to ps_exporter_begin. The pdf backend
11098         requires this information.
11099         
11100         * shell/ev-print-job.c: (idle_print_handler):
11101         
11102         Adapt to api change
11103
11104 2005-05-10  Juerg Billeter  <j@bitron.ch>
11105
11106         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
11107         (idle_print_handler)
11108         * shell/ev-window.c: (ev_window_print):
11109
11110         Support printing page range, based on patch by Amaury Jacquot
11111
11112 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11113
11114         * data/evince-toolbar.xml:
11115
11116         Add zoom control to available items
11117
11118 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11119
11120         * shell/ev-window.c: (update_action_sensitivity):
11121
11122         Set slash action insensitive when appropriate
11123
11124 2005-05-10  Christian Persch <chpe@gnome.org>
11125
11126         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
11127
11128         Fix warning on the overflow menu
11129
11130 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11131
11132         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
11133
11134         Check for uri correctness/existence
11135
11136 2005-05-09  Juerg Billeter  <j@bitron.ch>
11137
11138         * shell/ev-window.c: (using_postscript_printer):
11139
11140         LPD printers use postscript, too
11141
11142 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11143
11144         * shell/ev-window.c: (register_custom_actions):
11145
11146         The zoom one is actually sort of useful,
11147         put it back
11148
11149 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11150
11151         * shell/ev-window.c: (register_custom_actions):
11152
11153         Hide page/zoom controls from overflow, they
11154         are useless.
11155
11156 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11157
11158         * cut-n-paste/update-from-egg.sh:
11159         
11160         Share it between all cut-n-paste subdirs
11161
11162         * cut-n-paste/recent-files/Makefile.am:
11163
11164         Fix to use "global" update-from-egg.sh
11165
11166         * cut-n-paste/recent-files/egg-recent-model.c:
11167         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
11168         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
11169         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
11170         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
11171
11172         Update from libegg
11173
11174         * cut-n-paste/toolbar-editor/Makefile.am:
11175
11176         Fix to use "global" update-from-egg.sh
11177
11178         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11179
11180         Update from libegg
11181
11182 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
11183
11184         * configure.ac:
11185         * cut-n-paste/Makefile.am:
11186         * cut-n-paste/recent-files/Makefile.am:
11187         * cut-n-paste/toolbar-editor/.cvsignore:
11188         * cut-n-paste/toolbar-editor/Makefile.am:
11189         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11190         (egg_editable_toolbar_get_type), (get_toolbar_position),
11191         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
11192         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
11193         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
11194         (set_item_drag_source), (create_item_from_action), (create_item),
11195         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
11196         (popup_toolbar_context_menu_cb), (free_dragged_item),
11197         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
11198         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
11199         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
11200         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
11201         (item_added_cb), (item_removed_cb),
11202         (egg_editable_toolbar_construct),
11203         (egg_editable_toolbar_disconnect_model),
11204         (egg_editable_toolbar_deconstruct),
11205         (egg_editable_toolbar_set_model),
11206         (egg_editable_toolbar_set_ui_manager),
11207         (egg_editable_toolbar_set_property),
11208         (egg_editable_toolbar_get_property),
11209         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
11210         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
11211         (egg_editable_toolbar_new_with_model),
11212         (egg_editable_toolbar_get_edit_mode),
11213         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
11214         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
11215         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
11216         (new_pixbuf_from_widget), (new_separator_pixbuf),
11217         (update_separator_image), (style_set_cb),
11218         (_egg_editable_toolbar_new_separator_image),
11219         (egg_editable_toolbar_get_model):
11220         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
11221         * cut-n-paste/toolbar-editor/egg-marshal.c:
11222         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11223         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
11224         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
11225         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
11226         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
11227         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
11228         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
11229         (editor_drag_data_delete_cb), (drag_data_get_cb),
11230         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
11231         (editor_create_item), (update_editor_sheet), (setup_editor),
11232         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
11233         (parse_item_list), (model_has_action), (update_actions_list),
11234         (egg_toolbar_editor_load_actions):
11235         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
11236         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11237         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
11238         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
11239         (toolbars_item_new), (free_toolbar_node), (free_item_node),
11240         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
11241         (egg_toolbars_model_add_separator), (impl_add_item),
11242         (parse_item_list), (egg_toolbars_model_add_toolbar),
11243         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
11244         (impl_get_item_data), (impl_get_item_type),
11245         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
11246         (egg_toolbars_model_init), (free_toolbar),
11247         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
11248         (egg_toolbars_model_remove_toolbar),
11249         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
11250         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
11251         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
11252         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
11253         (egg_toolbars_model_get_item_data),
11254         (egg_toolbars_model_get_item_type):
11255         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
11256         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11257         * data/Makefile.am:
11258         * data/evince-toolbar.xml:
11259         * data/evince-ui.xml:
11260         * data/hand-open.png:
11261         * po/POTFILES.in:
11262         * shell/Makefile.am:
11263         * shell/ev-window.c: (update_chrome_visibility),
11264         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
11265         (ev_window_dispose), (ev_window_init):
11266
11267         Implement epiphany like toolbar editor. Based on patch by
11268         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11269
11270 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11271
11272         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
11273
11274         Use set_cursor instead of set_selection, so that
11275         the keyboard focus moves too.
11276
11277 2005-05-09  Aleksey Kliger <akliger@gmail.com>
11278
11279         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
11280
11281         Fix infinite loop when loading Type1 fonts
11282
11283 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11284
11285         * data/evince-ui.xml:
11286         * shell/ev-window.c:
11287
11288         Slash -> Find
11289
11290 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
11291
11292         * configure.ac:
11293
11294         Make --disable really disable
11295
11296 2005-05-07  Juerg Billeter  <j@bitron.ch>
11297
11298         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
11299
11300         Compare page labels even without has_labels set, fixes setting page
11301         with entry
11302
11303 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11304
11305         * shell/ev-view.c: (ev_view_create_invisible_cursor),
11306         (ev_view_set_cursor), (ev_view_button_press_event),
11307         (ev_view_motion_notify_event), (ev_view_button_release_event),
11308         (ev_view_init):
11309
11310         Implement middle button scrolling. Based on a patch
11311         by Tommi Komulainen <tommi.komulainen@iki.fi>.
11312
11313 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
11314
11315         * shell/ev-document-types.c: (get_slow_mime_type),
11316         (get_document_type_from_mime), (ev_document_type_lookup):
11317         * shell/ev-document-types.h:
11318
11319         Change api to lookup from uri. Do fast lookup first, if the
11320         type is unknown try with data sniffing.
11321
11322         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
11323         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11324
11325         Adapt to api change
11326
11327 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11328
11329         * thumbnailer/Makefile.am:
11330
11331         Fix distcheck
11332
11333 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11334
11335         * NEWS:
11336         * configure.ac:
11337
11338         Release 0.3.0
11339
11340         * data/evince-ui.xml:
11341
11342         Hide presentation mode for now
11343
11344         * shell/ev-view.c: (highlight_find_results):
11345
11346         Show current find selection only on current page
11347
11348 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11349
11350         * shell/ev-view.c: (ev_view_select_all):
11351
11352         Compute size of the actual page, not of
11353         the current one.
11354
11355 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11356
11357         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
11358         (view_rect_to_doc_rect), (compute_selections),
11359         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
11360         (ev_view_copy), (ev_view_primary_get_cb),
11361         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
11362         (ev_view_button_press_event), (ev_view_motion_notify_event),
11363         (ev_view_button_release_event), (page_changed_cb):
11364
11365         Fix text selection
11366
11367 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11368
11369         * shell/ev-view.c: (compute_border), (get_page_extents),
11370         (doc_rect_to_view_rect), (highlight_find_results),
11371         (ev_view_bin_expose), (ev_view_select_all),
11372         (ev_view_motion_notify_event), (update_find_status_message),
11373         (jump_to_find_result), (jump_to_find_page):
11374
11375         First go at fixing search, still buggy
11376
11377 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
11378
11379         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
11380         dropdown box and button at the top of the sidebar.
11381
11382 2005-05-02  James Bowes  <bowes@cs.dal.ca>
11383
11384         * configure.ac: Output zoom-control Makefile.
11385         * cut-n-paste/Makefile.am: build zoom-control subdir.
11386         * cut-n-paste/zoom-control/ephy-zoom-action.c:
11387         * cut-n-paste/zoom-control/ephy-zoom-action.h:
11388         * cut-n-paste/zoom-control/ephy-zoom-control.c:
11389         * cut-n-paste/zoom-control/ephy-zoom-control.h:
11390         * cut-n-paste/zoom-control/ephy-zoom.c:
11391         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
11392         from epiphany, and modified to add a separator into the menu.
11393         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
11394         * data/evince-ui.xml: Replace old zoom toolbar actions with new
11395         zoom-control action.
11396         * shell/Makefile.am: Include zoom-control flags.
11397         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
11398         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
11399         (ev_view_zoom_for_size_presentation),
11400         (ev_view_zoom_for_size_continuous_and_dual_page),
11401         (ev_view_zoom_for_size_continuous),
11402         (ev_view_zoom_for_size_dual_page),
11403         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
11404         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
11405         ev_view_get_zoom and ev_view_get_sizing_mode.
11406         * shell/ev-view.h:
11407         * shell/ev-window.c: (update_action_sensitivity),
11408         (update_sizing_buttons), (zoom_control_changed_cb),
11409         (register_custom_actions): Initialize and use the zoom-control 
11410         widget.
11411
11412 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
11413
11414         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
11415         preview cache back to 1.  Don't know when it got set to 0.
11416         
11417         * shell/ev-view.c: (compute_border), (ev_view_realize),
11418         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
11419         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
11420         (ev_view_get_fullscreen), (ev_view_set_presentation),
11421         (ev_view_get_presentation), (ev_view_set_sizing_mode),
11422         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
11423         * shell/ev-view.h:
11424         * shell/ev-window.c:
11425         (update_chrome_visibility),
11426         (ev_window_cmd_continuous), (ev_window_cmd_dual),
11427         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11428         (update_document_mode), (ev_window_update_fullscreen_action),
11429         (ev_window_fullscreen), (ev_window_unfullscreen),
11430         (ev_window_cmd_view_fullscreen),
11431         (ev_window_update_presentation_action),
11432         (ev_window_run_presentation), (ev_window_stop_presentation),
11433         (ev_window_cmd_view_presentation), (ev_window_state_event),
11434         (ev_window_focus_in_event), (ev_window_focus_out_event),
11435         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
11436         * data/evince-ui.xml: Initial presentation mode.  We should
11437         probably hide this until it's done, as it's quite rough.  Also,
11438         change full-screen to fullscreen and add two getters to EvView.
11439
11440 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
11441
11442         * shell/ev-page-action.c: (update_page_cache),
11443         (ev_page_action_dispose):
11444         * shell/ev-window.c: (destroy_fullscreen_popup),
11445         (ev_window_create_fullscreen_popup):
11446
11447         Use connect_object rather than explicitly
11448         disconnect on dispose.
11449
11450 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
11451
11452         * shell/ev-page-action.c: (update_page_cache),
11453         (ev_page_action_dispose):
11454
11455 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11456
11457         * backend/ev-page-cache.c: (_ev_page_cache_new),
11458         (ev_page_cache_set_page_label),
11459         (ev_page_cache_has_nonnumeric_page_labels):
11460         * backend/ev-page-cache.h:
11461         * shell/ev-page-action.c: (update_pages_label):
11462         
11463         If all page labels are numeric, fallback to default
11464         way to display number of pages. See bug 173185.
11465
11466 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11467
11468         * shell/ev-page-action.c: (ev_page_action_dispose):
11469         * shell/ev-view.c: (view_update_range_and_current_page):
11470         * shell/ev-window.c: (ev_window_dispose):
11471         
11472         Set page on scroll in continuous mode. Fixes bug 301986.
11473         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
11474
11475 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
11476
11477         * configure.ac:
11478
11479         Require poppler 0.3.0
11480
11481 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11482         
11483         * shell/Makefile.am, configure.ac: Fix build problems
11484         with t1lib. Bug 301996.
11485
11486 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11487
11488         * shell/ev-view.c: (ev_view_scroll_event):
11489         
11490         Scroll up increase zoom
11491
11492 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11493
11494         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
11495         (ev_view_set_sizing_mode),
11496         (ev_view_zoom_for_size_continuous_and_dual_page),
11497         (ev_view_zoom_for_size_continuous):
11498         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
11499         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
11500         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
11501         (ev_window_init):
11502
11503         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
11504         Fix for 165473 and 165472.
11505
11506 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11507
11508         * po/POTFILES.in:
11509         * thumbnailer/Makefile.am:
11510         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
11511         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
11512         * thumbnailer/evince-thumbnailer.schemas.in:
11513         
11514         Make thumbnailer schemas translatable. Fix for bug 301773
11515         
11516         * thumbnailer/evince-thumbnailer-djvu.schemas:
11517         * thumbnailer/evince-thumbnailer-dvi.schemas:
11518         * thumbnailer/evince-thumbnailer.schemas:
11519
11520         Removed files
11521
11522 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
11523
11524         * shell/ev-view.c (ev_view_init): forgot to set this.
11525
11526 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
11527
11528         * shell/ev-view.c: (find_page_at_location),
11529         (get_link_at_location),
11530         (ev_view_set_show_border), (ev_view_set_spacing),
11531         (ev_view_zoom_for_size_continuous_and_dual_page),
11532         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
11533         Also, add a quick fix measuring of widths.  Also, removed
11534         ev_view_set_spacing and ev_view_set_show_border.
11535         
11536         * shell/ev-window.c: (ev_window_unfullscreen),
11537         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
11538
11539 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11540
11541         * shell/ev-view.c: (view_update_range_and_current_page),
11542         (page_changed_cb):
11543         
11544         Fix crash on exit and scrolling to page in continuous view.
11545
11546 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
11547
11548         * TODO:
11549         * backend/ev-page-cache.c: (_ev_page_cache_new),
11550         (ev_page_cache_get_max_width_size),
11551         (ev_page_cache_get_max_height_size):
11552         * backend/ev-page-cache.h:
11553         * data/evince-ui.xml:
11554         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
11555         * shell/ev-view.c: (view_update_adjustments),
11556         (view_update_range_and_current_page), (get_bounding_box_size),
11557         (ev_view_size_request_continuous_and_dual_page),
11558         (ev_view_size_request_continuous),
11559         (ev_view_size_request_dual_page),
11560         (ev_view_size_request_single_page), (ev_view_size_request),
11561         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
11562         (ev_view_bin_expose), (ev_view_expose_event),
11563         (ev_view_set_property), (ev_view_get_property),
11564         (ev_view_class_init), (ev_view_init), (ev_view_new),
11565         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
11566         (ev_view_set_dual_page), (ev_view_set_full_screen),
11567         (ev_view_set_presentation), (ev_view_set_sizing_mode),
11568         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
11569         (ev_view_zoom_out), (zoom_for_size_fit_width),
11570         (zoom_for_size_best_fit),
11571         (ev_view_zoom_for_size_continuous_and_dual_page),
11572         (ev_view_zoom_for_size_continuous),
11573         (ev_view_zoom_for_size_dual_page),
11574         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
11575         (ev_view_show_cursor), (ev_sizing_mode_get_type):
11576         * shell/ev-view.h:
11577         * shell/ev-window.c: (update_action_sensitivity),
11578         (ev_window_cmd_continuous), (ev_window_cmd_dual),
11579         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11580         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
11581         (ev_window_cmd_view_zoom_out), (update_view_size),
11582         (ev_window_set_sizing_mode), (ev_window_init):
11583
11584         Add Continuous and Dual page modes.
11585
11586 2005-04-23  James Bowes  <bowes@cs.dal.ca>
11587
11588         * dvi/dvi-document.c: (dvi_document_load),
11589         (dvi_document_thumbnails_get_thumbnail),
11590         (dvi_document_init_params): Fix up some mixups between
11591         width and height to correct thumbnail rendering.
11592
11593 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11594
11595         * dvi/mdvi-lib/private.h:
11596         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
11597         
11598         Suppess output for kpathsea during font generation. Thanks to
11599         James Bowes
11600
11601 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
11602
11603         * NEWS:
11604         * configure.ac:
11605
11606         Release 0.2.1
11607
11608         * Makefile.am: fix distcheck.
11609
11610 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11611
11612         * shell/ev-sidebar-links.c: (selection_changed_callback),
11613         (update_page_callback), (row_activated_callback),
11614         (job_finished_callback), (ev_sidebar_links_set_document):
11615         
11616         Fix for bug #169901. Double click on links expands tree.
11617
11618 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
11619
11620         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
11621         hard-coded style. Fix for bug 170111
11622
11623 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
11624
11625         * shell/ev-view.c (highlight_find_results): Remove unnecessary
11626         locking.
11627
11628 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
11629
11630         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
11631
11632 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
11633
11634         * pdf/ev-poppler.cc:
11635         * shell/ev-view.c: (highlight_find_results):
11636
11637         Fix find on single page documents
11638
11639 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
11640
11641         * data/evince.schemas.in: fix for bug 301390
11642
11643 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11644
11645         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
11646         (ev_view_zoom_out), (ev_view_zoom_normal):
11647         * shell/ev-view.h:
11648         * shell/ev-window.c: (update_action_sensitivity),
11649         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11650         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
11651         (ev_window_cmd_view_normal_size):
11652
11653         Fix normal size zoom. Make zoom in/zoom out unsensitive when
11654         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
11655         better than oom. 
11656
11657 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11658
11659         * configure.ac:
11660
11661         Depend on 2.57, 2.59 doesnt seem to be necessary
11662
11663 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11664
11665         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
11666         (create_tool_item):
11667
11668         Put back total number of pages as (1 of 1234)
11669
11670 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
11671
11672         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
11673         remove the job.
11674
11675         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
11676         function.  This helps debugging.
11677
11678 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11679
11680         * djvu/djvu-document.c: (djvu_document_class_init),
11681         (djvu_document_get_info), (djvu_document_document_iface_init):
11682         * dvi/dvi-document.c: (dvi_document_class_init),
11683         (dvi_document_get_info), (dvi_document_document_iface_init):
11684
11685         Dummy implementation of get_info method for dvi and
11686         djvu. Fix crashes with those backends
11687
11688 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
11689
11690         * data/evince.desktop.in:
11691
11692         Add application/x-gzpostscript
11693
11694 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
11695
11696         * data/evince.schemas.in: Added real long descriptions, 
11697         closes bug 172496 
11698
11699         * README: Added actual text, closes bug 171869
11700
11701 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11702
11703         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11704
11705         Thumbnail page 0
11706
11707 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11708
11709         * backend/ev-document-info.h:
11710
11711         s/GDate */GDate so we can just use g_free
11712
11713 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11714
11715         * shell/ev-window.c: (update_document_mode),
11716         (ev_window_setup_document):
11717
11718         Show the window in fullscreen when specified by
11719         the document
11720
11721 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11722
11723         * backend/ev-document.c: (ev_document_class_init),
11724         (ev_document_get_info), (ev_document_render_pixbuf):
11725         * backend/ev-document.h:
11726         * backend/ev-page-cache.c: (_ev_page_cache_new):
11727         * pdf/ev-poppler.cc:
11728         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
11729         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
11730         * ps/ps-document.c: (ps_document_class_init), (document_load),
11731         (ps_document_get_info), (ps_document_document_iface_init):
11732
11733         Remove get_title from the interface, we can just use document info
11734
11735 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11736
11737         * backend/Makefile.am:
11738         * backend/ev-document.c: (ev_document_render_get_info):
11739         * backend/ev-document.h:
11740         * pdf/ev-poppler.cc:
11741
11742         Initial support for document info. Based on jrb patch.
11743
11744 2005-04-19  Paolo Borelli <pborelli@katamail.com>
11745
11746         * shell/ev-window.c: (ev_window_state_event),
11747         (ev_window_class_init), (ev_window_init):
11748         
11749         Doesn't show resize grip when maximized. See bug #301053
11750
11751 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11752
11753         * po/POTFILES.in:
11754         
11755         ev-sidebar-thumbnails now has translatable labels
11756         
11757         * shell/Makefile.am:
11758         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
11759         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
11760         (ev_sidebar_links_page_iface_init):
11761         * shell/ev-sidebar-links.h:
11762         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
11763         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
11764         (ev_sidebar_page_get_label):
11765         * shell/ev-sidebar-page.h:
11766         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
11767         (ev_sidebar_thumbnails_set_document),
11768         (ev_sidebar_thumbnails_support_document),
11769         (ev_sidebar_thumbnails_get_label),
11770         (ev_sidebar_thumbnails_page_iface_init):
11771         * shell/ev-sidebar-thumbnails.h:
11772         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
11773         (ev_sidebar_set_document):
11774         * shell/ev-sidebar.h:
11775         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
11776         
11777         Small rework of sidebar code. Now sidebar pages should implement
11778         EvSidebarPage interface. That makes page management in EvSidebar
11779         easier. See bug #164811 for details
11780
11781 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11782
11783         * shell/ev-application.c: (ev_application_open):
11784         * shell/ev-document-types.c:
11785         
11786         Fix build error and small problem with application exit
11787
11788 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11789
11790         * thumbnailer/Makefile.am:
11791         * thumbnailer/evince-thumbnailer-djvu.schemas:
11792         * thumbnailer/evince-thumbnailer-dvi.schemas:
11793         
11794         Conditionally install schemas for djvu/dvi thumbnailer
11795
11796 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
11797
11798         * shell/ev-document-types.h: 
11799         * shell/ev-document-types.c: 
11800         New files, handling the mapping from mimetypes to backends
11801         
11802         * shell/ev-window.c: 
11803         * thumbnailer/evince-thumbnailer.c:     
11804         Use the ev-document-types code
11805         
11806         * shell/Makefile.am: 
11807         Added new convenience library libevbackendfactory_la, containing
11808         the new mimetype->backend logic; moved the backends into it.
11809
11810         * thumbnailer/Makefile.am:
11811         Make the thumbnailer link with the libevbackend.la convenience
11812         library, rather than having a duplicate of the backend logic here.
11813
11814 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
11815
11816         * shell/ev-stock-icons.c: constify some vars.
11817         * shell/ev-window.c: ditto.
11818
11819 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
11820
11821         * ps/ps-document.c (get_page_orientation):
11822
11823         Respect document orientation 
11824
11825 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11826
11827         * djvu/Makefile.am:
11828         * dvi/Makefile.am:
11829         * shell/Makefile.am:
11830         
11831         Move library dependencies to components.
11832         
11833         * shell/ev-window.c: (update_window_title),
11834         (start_loading_document):
11835         
11836         Fix display of uris with spaces. Bug 168358.
11837
11838 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
11839
11840         * shell/ev-sidebar-links.c: (selection_changed_cb):
11841         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
11842         (ev_view_button_release_event), (ev_view_set_document):
11843         * shell/ev-view.h:
11844         * shell/ev-window.c: (find_bar_search_changed_cb):
11845         * shell/ev-window.h: Minor cleanups removing some dead code.
11846
11847 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11848
11849         * backend/ev-page-cache.c: (_ev_page_cache_new):
11850         
11851         Set current page to 0 if document has pages.
11852
11853 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11854
11855         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11856
11857         Initialize GError to NULL, fix a crash when loading fails.
11858
11859 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11860
11861         * shell/ev-window.c: (update_view_size):
11862
11863         Calculate shadow size only when there is actually
11864         a shadow.
11865
11866 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11867
11868         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
11869         * shell/ev-view.h:
11870
11871         Allow setting view spacing, default to 0
11872
11873         * shell/ev-window.c: (ev_window_unfullscreen),
11874         (ev_window_cmd_view_fullscreen), (ev_window_init):
11875
11876         Remove spacing in fullscreen mode
11877
11878 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11879
11880         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
11881         (ev_view_size_request), (expose_bin_window),
11882         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
11883         * shell/ev-view.h:
11884         * shell/ev-window.c: (ev_window_unfullscreen),
11885         (ev_window_cmd_view_fullscreen):
11886
11887         Do not draw the border in fulscreen
11888
11889 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11890
11891         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
11892         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
11893         (find_page_at_location), (page_changed_cb):
11894
11895         Rework border calculation, so that I can more easily disable it.
11896         Code somewhat cleaner too.
11897
11898 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11899
11900         * backend/ev-page-cache.c: (ev_page_cache_init),
11901         (_ev_page_cache_new):
11902
11903         Remove some assertions, documents can have 0 pages.
11904         Make initial current page -1.
11905
11906         * shell/ev-page-action.c: (page_changed_cb):
11907
11908         Show "" if current page is -1
11909
11910         * shell/ev-window.c: (update_action_sensitivity),
11911         (ev_window_setup_document):
11912
11913         When document has 0 pages do not set the view
11914         and make nearly everything insensitive.
11915
11916 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11917
11918         * shell/ev-page-view.c:
11919         * shell/ev-page-view.h:
11920
11921         Remove unused files.
11922         
11923         * shell/ev-sidebar-thumbnails.c:
11924         (ev_sidebar_thumbnails_set_document):
11925         * shell/ev-sidebar.c: (ev_sidebar_set_document),
11926         (ev_sidebar_supports_document):
11927         * shell/ev-sidebar.h:
11928         * shell/ev-window.c: (ev_window_setup_document):
11929         
11930         Doesn't show thumbnails if document has 1 page. Make
11931         sidebar menu entries sensitive only if if they have 
11932         sense. Fix bug 164811. 
11933
11934 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11935
11936         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
11937         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
11938         (ev_view_zoom_out), (ev_view_set_size):
11939
11940         Rework sizing to deal with documents with not uniform page
11941         size.
11942
11943 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11944
11945         * backend/ev-page-cache.c: (_ev_page_cache_new):
11946
11947         Fix several page size caching bugs
11948
11949 2005-04-15  Luca Ferretti <elle.uca@libero.it>
11950
11951         * shell/ev-window.c: (set_action_properties):
11952
11953         Make all toolbar items translatable
11954
11955 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11956
11957         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
11958         (save_page_list), (ps_document_save),
11959         (ps_document_document_iface_init), (ps_document_ps_export_begin),
11960         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
11961         (ps_document_ps_exporter_iface_init):
11962         * ps/ps-document.h:
11963
11964         Based on a patch by J�rg Billeter <j@bitron.ch>
11965         
11966         Implement print and save a copy for the ps backend.
11967
11968 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
11969
11970         * backend/ev-document.h:
11971         * djvu/djvu-document.c: (djvu_document_can_get_text),
11972         (djvu_document_document_iface_init):
11973         * dvi/dvi-document.c: (dvi_document_can_get_text),
11974         (dvi_document_document_iface_init):
11975         * pdf/ev-poppler.cc:
11976         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
11977         (pixbuf_document_document_iface_init):
11978         * ps/ps-document.c: (ps_document_can_get_text),
11979         (ps_document_document_iface_init):
11980         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
11981         * shell/ev-window.c: (update_action_sensitivity):
11982
11983         Fix the crash when trying to copy in backends that doesnt
11984         support it. We can implement a better solution once we
11985         do real text selection.
11986
11987 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
11988
11989         * data/evince-ui.xml:
11990         * shell/ev-window.c: (ev_window_cmd_escape):
11991         
11992         Work around the Escape conflict (find bar and unfullscreen)
11993
11994 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
11995
11996         * backend/ev-page-cache.c: (ev_page_cache_next_page):
11997         
11998         Fix for #300233. Next page correctly handles document end.
11999         
12000         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
12001         (ev_sidebar_thumbnails_class_init),
12002         (ev_sidebar_thumbnails_set_document),
12003         (ev_sidebar_thumbnails_clear_job),
12004         (ev_sidebar_thumbnails_clear_model):
12005         
12006         Cleanup thumbnail jobs on document changes.
12007         
12008         * shell/ev-view.c: (add_scroll_binding_keypad),
12009         (add_scroll_binding_shifted), (ev_view_class_init):
12010         
12011         Shift + Space scrolls up. Fix for #173184
12012         
12013         * shell/ev-window.c: (ev_window_open_page),
12014         (ev_window_cmd_view_reload):
12015         
12016         Fix reload (Bug #300094)
12017
12018 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12019
12020         
12021         * dvi/mdvi-lib/assoc.c:
12022         * dvi/mdvi-lib/assoc.h: Removed garbage files
12023         
12024         * dvi/mdvi-lib/bitmap.c:
12025         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
12026         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
12027         * dvi/mdvi-lib/color.h: Antialias of rules
12028         
12029         * dvi/mdvi-lib/common.h:
12030         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
12031         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
12032         * dvi/mdvi-lib/files.c:
12033         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
12034         * dvi/mdvi-lib/mdvi.h:
12035         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
12036         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
12037         * dvi/mdvi-lib/util.c: Fix compile warnings
12038         
12039         * dvi/dvi-document.c:
12040         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
12041         (dvi_document_thumbnails_get_thumbnail),
12042         (dvi_document_document_thumbnails_iface_init):
12043         * dvi/mdvi-lib/Makefile.am:
12044         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
12045         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
12046         
12047         Dvi backend now renders thumbnails
12048
12049 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
12050
12051         * shell/main.c: (main): 
12052         
12053         Save accelerators on exit. Fixes bug #172095.
12054
12055 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
12056
12057         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
12058         update priority" comment.
12059
12060         * backend/ev-job-queue.c: Give a way to change priority.
12061
12062 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
12063
12064         * shell/ev-page-action.c: Fix logic.
12065
12066 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12067
12068         * shell/ev-view.c: (ev_view_can_find_next):
12069         * shell/ev-window.c: (ev_window_setup_document):
12070
12071         Check that the document supports find
12072
12073 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12074
12075         * data/evince-ui.xml:
12076         * shell/ev-view.c: (ev_view_can_find_next):
12077         * shell/ev-view.h:
12078         * shell/ev-window.c: (update_action_sensitivity),
12079         (find_changed_cb), (ev_window_setup_document),
12080         (ev_window_cmd_edit_find_next):
12081
12082         Add Edit->Find Next
12083
12084 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12085
12086         * pdf/ev-poppler.cc:
12087         * shell/ev-print-job.c: (idle_print_handler):
12088
12089         Make printing work again
12090
12091 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
12092
12093         * shell/ev-page-action.h:
12094         * shell/ev-page-action.c: (ev_page_action_widget_init),
12095         (ev_page_action_widget_class_init), (page_changed_cb),
12096         (create_tool_item), (update_page_cache), (build_new_tree_cb),
12097         (get_filter_model_from_model), (match_selected_cb),
12098         (display_completion_text), (match_completion), (update_model),
12099         (connect_proxy), (ev_page_action_set_property),
12100         (ev_page_action_get_property), (ev_page_action_set_document),
12101         (ev_page_action_set_model), (ev_page_action_class_init): Big
12102         reworking to make completions work iff we have >= GTK-2.7.0
12103                 
12104         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
12105         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
12106         (job_finished_cb): We now have a 'model' property that is set when
12107         the links are loaded.  This can be caught with "notify::model"
12108
12109         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
12110         listen for the model to be set, and propagate it to the action.
12111
12112 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12113
12114         * cut-n-paste/recent-files/egg-recent-item.c:
12115         (egg_recent_item_set_uri), (make_valid_utf8),
12116         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
12117         * cut-n-paste/recent-files/egg-recent-item.h:
12118         
12119         Update egg-recent from libegg. This should fix long
12120         startup problem. For details see
12121         http://bugzilla.gnome.org/show_bug.cgi?id=160531
12122
12123 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12124
12125         * cut-n-paste/recent-files/Makefile.am:
12126         * data/evince-ui.xml, shell/Makefile.am:
12127         * shell/ev-application.c, shell/ev-application.h:
12128         * shell/ev-window.c: Recent files support.
12129         
12130         * configure.ac: Added "ru" to ALL_LINGUAS.
12131         
12132         * dvju: new backend to support DJVU files.
12133         * dvi: new backend to support DVI.
12134
12135         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
12136         * ev-application.c: Support for new backends.
12137         
12138         * help, ev-window.c, main.c shell/Makefile.am: 
12139         Evince user documentation.
12140
12141 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12142
12143         * po/POTFILES.in:
12144         * shell/ev-window.c:
12145         * thumbnailer/evince-thumbnailer.c:
12146
12147         s/pdf-document/ev-poppler
12148
12149 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12150
12151         * NEWS:
12152         * configure.ac:
12153
12154         Release 0.2.0
12155
12156         * ps/ps-document.c: (setup_pixmap):
12157
12158         Remove debug code
12159
12160 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
12161
12162         * backend/ev-page-cache.c (ev_page_cache_next_page): 
12163         * shell/ev-window.c (ev_window_cmd_go_next_page) 
12164         (ev_window_cmd_go_first_page): Fix of by one errors.
12165
12166 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12167
12168         * ps/ps-document.c: (get_page_box):
12169
12170         Fix page size calculation
12171
12172 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12173
12174         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
12175         (ps_document_cleanup), (setup_pixmap), (get_page_box),
12176         (get_page_orientation), (setup_page), (document_load),
12177         (ps_document_get_page_size), (render_pixbuf_idle):
12178         * ps/ps-document.h:
12179
12180         More refactoring to adapt to EvDocument changes
12181
12182 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12183
12184         * ps/ps-document.c: (start_interpreter):
12185
12186         Actually add alpha args
12187
12188 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12189
12190         * pdf/ev-poppler.cc:
12191
12192         Make clipboard work again
12193
12194 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
12195
12196         Make searching work again.
12197         
12198         * backend/ev-document.c:
12199         * backend/ev-document.h:
12200         * backend/ev-document-find.c:
12201         * backend/ev-document-find.h: Change EvDocumentIface so we no
12202         longer store the current page or zoom level in the document.  The
12203         consequence is that all calls that operate on the current page now
12204         instead take the page number as an extra argument, and all
12205         coordinates are now doubles in document coordinate system.
12206
12207         * pdf/ev-poppler.cc:
12208         * pixbuf/pixbuf-document.c:
12209         * ps/ps-document.c: Update backends accordingly.
12210
12211 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
12212
12213         * autogen.sh:
12214
12215         Add required gettext version
12216
12217 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
12218
12219         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
12220         make F1 bring up non-existent help.
12221
12222         * shell/eggfindbar.c: Patch from Christian Persch to sync to
12223         epiphany's find bar, #167477
12224
12225         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
12226         <emil@nishra.com> to add space-bar scrolling, 
12227
12228         * shell/ev-window.c (static GtkActionEntry entries): add default
12229         keybinding for Help (F1)
12230         Fixes #171068
12231
12232         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
12233         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
12234         170110
12235
12236 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
12237
12238         * Makefile.am: 
12239         * pixbuf/pixbuf-document.c: 
12240
12241         Got pixbuf backend working again
12242
12243 2005-04-01  Steve Murphy  <murf@e-tools.com>
12244
12245         * configure.in: Added "rw" to ALL_LINGUAS.
12246
12247 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
12248
12249         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
12250         model types, noticed by Martin Kretzschmar.
12251
12252 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
12253
12254         * pdf/ev-poppler.cc: Implement search based on
12255         poppler_page_find_text().  Currently a bit crude since we remember
12256         all matches from all pages.  Also, we grab the big document lock
12257         when we search since searching changes the underlying stream and
12258         thus conflicts with the rendering thread.
12259         
12260         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12261         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
12262         (ev_view_find_previous): Fix some page indexes to be 0 based,
12263         offset rubber band by view offset,
12264
12265 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
12266
12267         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
12268
12269 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
12270
12271         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
12272         completely because I didn't understand GtkActions.  I should
12273         read Marco's code more carefully in the future.
12274
12275         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
12276         function
12277
12278 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
12279
12280         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
12281         PopplerRectangle change from poppler CVS.
12282
12283 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
12284
12285         * backend/ev-document.c: (ev_document_get_page_label):
12286         * backend/ev-document.h:
12287         * backend/ev-page-cache.c: (_ev_page_cache_new),
12288         (ev_page_cache_get_page_label):
12289         * backend/ev-page-cache.h:
12290         * pdf/ev-poppler.cc:
12291         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
12292         (links_page_num_func):
12293         * shell/ev-sidebar-thumbnails.c:
12294         (ev_sidebar_thumbnails_set_document):
12295         * shell/ev-view.c: (status_message_from_link),
12296         (ev_view_motion_notify_event):
12297         * shell/ev-window.c: (document_supports_sidebar): Add in page
12298         label support.  It's not perfect yet, but it's the first 'feature'
12299         in a while.
12300         Also, fix a bogus comment noticed by crispin. 
12301
12302 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
12303
12304         * Makefile.am: Remove pixbuf backend for now
12305
12306         * configure.ac: Require poppler-glib instead of just poppler.
12307
12308         * backend/ev-document-thumbnails.h: Add a comment
12309
12310         * backend/ev-document.h:
12311         * backend/ev-document.c: (ev_document_class_init),
12312         (ev_document_load), (ev_document_get_link),
12313         (ev_document_get_links): Remove 3 methods and add get_links.
12314         Also, made 0 based.
12315
12316         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
12317         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
12318
12319         * backend/ev-link.c: (ev_link_set_title),
12320         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
12321         (ev_link_mapping_find):
12322         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
12323         
12324         * backend/ev-page-cache.c: (ev_page_cache_init),
12325         (_ev_page_cache_new), (ev_page_cache_set_current_page),
12326         (ev_page_cache_get_size), (ev_page_cache_next_page),
12327         (ev_page_cache_prev_page): Fix to be 0 based.
12328
12329         * pdf/Makefile.am: 
12330         * pdf/ev-poppler.h:
12331         * pdf/ev-poppler.cc: New backend.
12332         
12333         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
12334         (ps_document_get_page), (ps_document_document_iface_init):
12335
12336         * shell/ev-pixbuf-cache.h:
12337         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
12338         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
12339         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
12340         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
12341         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
12342         Fix up code to grab a page cache per each doc.  Also, fix to be 0
12343         based.
12344         
12345         * shell/ev-sidebar-thumbnails.c:
12346         (ev_sidebar_tree_selection_changed), (page_changed_cb),
12347         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
12348
12349         * shell/ev-view.c: (status_message_from_link),
12350         (find_page_at_location), (get_link_at_location),
12351         (ev_view_motion_notify_event), (ev_view_button_release_event),
12352         (ev_view_init): Use the new link code.  Fix to be 0 based.
12353
12354         * shell/ev-window.c: (update_action_sensitivity),
12355         (document_supports_sidebar): 0 based.
12356
12357 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
12358
12359         * pdf/pdf-document.cc: Patch from Fernando Herrera
12360         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
12361         *blush*
12362
12363 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
12364
12365         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
12366         1 to the page, as this seems to be 1 based.  I thought we has this
12367         fixed.  grump.
12368
12369 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
12370
12371         * TODO:
12372         * backend/Makefile.am:
12373         * backend/ev-document-links.c:
12374         (ev_document_links_has_document_links),
12375         (ev_document_links_get_links_model):
12376         * backend/ev-document-links.h:
12377         * backend/ev-document.c: (ev_document_get_page_cache),
12378         (ev_document_get_doc_mutex), (ev_document_load),
12379         (ev_document_save), (ev_document_get_title),
12380         (ev_document_get_n_pages), (ev_document_set_page),
12381         (ev_document_get_page), (ev_document_set_target),
12382         (ev_document_set_scale), (ev_document_set_page_offset),
12383         (ev_document_get_page_size), (ev_document_get_text),
12384         (ev_document_get_link), (ev_document_render),
12385         (ev_document_render_pixbuf), (ev_document_scale_changed):
12386         * backend/ev-document.h:
12387         * backend/ev-job-queue.c: (remove_object_from_queue),
12388         (notify_finished), (handle_job), (search_for_jobs_unlocked),
12389         (no_jobs_available_unlocked), (ev_render_thread),
12390         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
12391         (ev_job_queue_remove_job):
12392         * backend/ev-job-queue.h:
12393         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
12394         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
12395         (ev_job_links_class_init), (ev_job_render_init),
12396         (ev_job_render_dispose), (ev_job_render_class_init),
12397         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
12398         (ev_job_thumbnail_class_init), (ev_job_finished),
12399         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
12400         (ev_job_render_run), (ev_job_thumbnail_new),
12401         (ev_job_thumbnail_run):
12402         * backend/ev-jobs.h:
12403         * backend/ev-link.c:
12404         * backend/ev-link.h:
12405         * backend/ev-page-cache.c: (ev_page_cache_init),
12406         (ev_page_cache_class_init), (ev_page_cache_finalize),
12407         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
12408         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
12409         (ev_page_cache_set_link), (ev_page_cache_get_title),
12410         (ev_page_cache_get_size), (ev_page_cache_next_page),
12411         (ev_page_cache_prev_page):
12412         * backend/ev-page-cache.h:
12413         * pdf/pdf-document.cc:
12414         * ps/gsdefaults.c:
12415         * ps/gsdefaults.h:
12416         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
12417         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
12418         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
12419         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
12420         (is_interpreter_ready), (output), (catchPipe), (input),
12421         (start_interpreter), (check_filecompressed), (compute_dimensions),
12422         (ps_document_enable_interpreter), (document_load),
12423         (ps_document_next_page), (render_page), (ps_document_set_page),
12424         (ps_document_set_scale), (render_pixbuf_idle),
12425         (ps_document_render_pixbuf), (ps_document_document_iface_init):
12426         * ps/ps-document.h:
12427         * shell/Makefile.am:
12428         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
12429         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
12430         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
12431         (ev_pixbuf_cache_new), (job_finished_cb),
12432         (check_job_size_and_unref), (move_one_job),
12433         (ev_pixbuf_cache_update_range), (find_job_cache),
12434         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
12435         (ev_pixbuf_cache_add_jobs_if_needed),
12436         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
12437         * shell/ev-pixbuf-cache.h:
12438         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
12439         (idle_print_handler):
12440         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
12441         (selection_changed_cb), (create_loading_model),
12442         (ev_sidebar_links_construct), (links_page_num_func),
12443         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
12444         (update_page_callback), (job_finished_cb),
12445         (ev_sidebar_links_set_document):
12446         * shell/ev-sidebar-thumbnails.c:
12447         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
12448         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
12449         (page_changed_cb), (thumbnail_job_completed_callback),
12450         (ev_sidebar_thumbnails_set_document):
12451         * shell/ev-sidebar-thumbnails.h:
12452         * shell/ev-sidebar.c: (ev_sidebar_set_document):
12453         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
12454         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
12455         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
12456         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
12457         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
12458         (ev_view_button_release_event), (ev_view_scroll_view),
12459         (ev_view_class_init), (ev_view_init), (update_find_status_message),
12460         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
12461         (ev_view_new), (job_finished_cb), (page_changed_cb),
12462         (ev_view_set_document), (go_to_link), (ev_view_zoom),
12463         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
12464         (ev_view_find_previous):
12465         * shell/ev-view.h:
12466         * shell/ev-window.c: (update_action_sensitivity),
12467         (ev_window_open_page), (update_window_title), (update_total_pages),
12468         (page_changed_cb), (ev_window_setup_document),
12469         (password_dialog_response), (ev_window_cmd_save_as),
12470         (ev_window_print), (ev_window_cmd_go_previous_page),
12471         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
12472         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
12473         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
12474         * shell/main.c: (main):
12475
12476         Merge evince-threads branch
12477
12478 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
12479
12480         * configure.ac: Added "lt" to ALL_LINGUAS.
12481
12482 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
12483
12484         * NEWS:
12485         * configure.ac:
12486
12487         Release 0.1.9
12488
12489 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
12490
12491         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12492
12493         Fix here also the thumbnails 1-basedness :)
12494
12495 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
12496
12497         * NEWS:
12498         * configure.ac:
12499
12500         Release 0.1.8
12501
12502 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
12503
12504         * pdf/pdf-document.cc:
12505         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
12506         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
12507
12508         Fix the mess we did with thumbnails and 1-basedness
12509
12510 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
12511
12512         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
12513
12514 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
12515
12516         * NEWS:
12517         * configure.ac:
12518
12519         Release 0.1.7
12520
12521 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
12522
12523         * ps/Makefile.am:
12524         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
12525         (gtk_gs_defaults_get_alpha_parameters),
12526         (gtk_gs_defaults_get_ungzip_cmd),
12527         (gtk_gs_defaults_get_unbzip2_cmd):
12528         * ps/gsdefaults.h:
12529         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
12530         (ps_document_get_orientation), (document_load),
12531         (ps_document_goto_page), (ps_document_set_page_size):
12532         * ps/ps-document.h:
12533
12534         Some more sanitization of the ps backend. Remove a lot
12535         of unused code and do not base our defaults on ggv
12536         preferences (ugh!)
12537
12538 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
12539
12540         * thumbnailer/evince-thumbnailer.schemas:
12541         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
12542         (main): add -s option for thumbnail size.
12543
12544 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
12545
12546         * configure.ac:
12547
12548         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
12549         remove it.
12550
12551 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
12552
12553         * pdf/pdf-document.cc:
12554
12555         Remove 4 pixels of useless border from the
12556         thumbnail.
12557
12558 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
12559
12560         * backend/ev-document-thumbnails.c:
12561         (ev_document_thumbnails_get_thumbnail):
12562         * backend/ev-document-thumbnails.h:
12563
12564         Rework API a bit. Add a border flag and
12565         change sizing logic (now the size we specify
12566         applies to the bigger dimension).
12567
12568         * pdf/pdf-document.cc:
12569         * pixbuf/pixbuf-document.c:
12570         (pixbuf_document_thumbnails_get_thumbnail):
12571         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
12572         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12573
12574         Adapt to the new API and do not draw a border for nautilus
12575         thumbnailer.
12576
12577 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
12578
12579         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12580         take thumbnails from page "0" instead of "1". Added a copyright header.
12581
12582 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
12583
12584         * ps/ps-document.c: (set_up_page), (start_interpreter):
12585
12586         Make it C89 compliant
12587
12588 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
12589
12590         * Makefile.am:
12591         * configure.ac:
12592         * pdf/.cvsignore:
12593         * pdf/pdf-document.cc:
12594         * thumbnailer/Makefile.am:
12595         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
12596         (main):
12597         * thumbnailer/evince-thumbnailer.schemas:
12598         * thumbnailer/pdf-icon.png:
12599
12600         Add a nautilus thumbnailer.
12601         Based on patch by Fernando Herrera <fherrera@onirica.com>.
12602
12603 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
12604
12605         * NEWS:
12606         * configure.ac:
12607         * po/POTFILES.in:
12608
12609         Release 0.1.6
12610
12611 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
12612
12613         Use poppler instead of including xpdf source code.  Poppler is a
12614         fork of xpdf to build it as a shared library. See
12615         http://freedesktop.org/wiki/Software/poppler.
12616
12617         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
12618         xpdf fork.
12619         
12620         * pdf/Makefile.am: Build libpdfdocument.a here.
12621         
12622         * pdf/GDKSplashOutputDev.cc:
12623         * pdf/GDKSplashOutputDev.h:
12624         * pdf/GnomeVFSStream.cc:
12625         * pdf/GnomeVFSStream.h:
12626         * pdf-document.cc:
12627         * pdf-document.h:
12628         * test-gdk-output-dev.cc
12629         * Thumb.cc:
12630         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
12631         against poppler.
12632
12633 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12634
12635         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
12636
12637         Clear idle stack before unsetting the document
12638
12639 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12640
12641         * ps/ps-document.c: (ps_document_widget_event),
12642         (ps_document_set_target), (ps_document_finalize),
12643         (ps_document_get_page):
12644
12645         Disconnect the widget event signal on finalize.
12646         Some code cleanups.
12647
12648 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12649
12650         * ps/ps-document.c: (set_up_page):
12651
12652         If there is no bpixmap create one, even if size
12653         is not changed.
12654
12655 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12656
12657         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
12658         (set_up_page), (document_load), (ps_document_set_zoom):
12659
12660         Default page is 0. Calculate size even when we have no
12661         target yet.
12662
12663 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
12664
12665         * shell/ev-sidebar.c: expand the selection widget to be always as
12666         wide as the sidebar
12667
12668 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12669
12670         * shell/ev-sidebar-thumbnails.c:
12671         (ev_sidebar_thumbnails_set_document):
12672
12673         Clear the list store when setting document
12674
12675 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12676
12677         * shell/ev-page-action.c: (update_entry), (sync_entry),
12678         (activate_cb), (entry_size_request_cb), (create_tool_item),
12679         (connect_proxy):
12680
12681         Use an entry for the page control instead of spinbuttons
12682
12683 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12684
12685         * data/evince.schemas.in:
12686
12687         Correct confusing string
12688
12689 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
12690
12691         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
12692         for real.  Gosh, how long has this been broken.
12693
12694         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
12695         check for a NULL link.  We crash otherwise.
12696
12697 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
12698
12699         * NEWS:
12700         * configure.ac:
12701
12702         Release 0.1.5
12703
12704 2005-02-25  Sebastien Bacher  <seb128@debian.org>
12705
12706         * configure.ac: add the french translation.
12707
12708 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12709
12710         * shell/ev-window.c:
12711
12712         Remove unused header -> fix distcheck
12713
12714 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12715
12716         * shell/ev-window.c: (update_window_title),
12717         (ev_window_popup_password_dialog):
12718
12719         Unescape filename for display
12720
12721 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12722
12723         * pdf/xpdf/pdf-document.cc:
12724
12725         In get_page_size deal with rotation. Also
12726         cleanup the function a bit.
12727
12728 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12729
12730         * pdf/xpdf/pdf-document.cc:
12731
12732         Fix crash when opening in new window
12733
12734 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12735
12736         * configure.ac:
12737
12738         Check ghostscript >= 7
12739
12740 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
12741
12742         * shell/ev-window.c:
12743
12744         Make page width the default sizing mode
12745
12746 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
12747         Marco Pesenti Gritti <marco@gnome.org>
12748
12749         * shell/ev-window.c: Remember the sidebar size
12750
12751         * data/evince.schemas.in: Add a new gconf key to store the size of
12752         the sidebar
12753
12754 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
12755
12756         * data/evince-ui.xml:
12757         * shell/ev-window.c: (update_action_sensitivity),
12758         (ev_window_cmd_view_reload):
12759         
12760         Add a "Reload" action and menu entry
12761
12762 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
12763
12764         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
12765         iff the type doesn't support thumbnailing and indexing.
12766
12767 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
12768
12769         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
12770
12771 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12772
12773         * pdf/splash/Splash.cc:
12774
12775         Port fix for a crasher from kde bug
12776         http://bugs.kde.org/show_bug.cgi?id=97131
12777
12778 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12779
12780         * pdf/xpdf/pdf-document.cc:
12781
12782         Return a link even if it's of an unrecognized
12783         type. Otherwise we go in an infinte cycle.
12784
12785 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12786
12787         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
12788         (size_allocate_cb), (ev_window_set_sizing_mode):
12789
12790         Update size when switching mode
12791
12792 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12793
12794         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
12795         (ev_window_cmd_view_page_width), (update_sizing_buttons),
12796         (ev_window_cmd_view_normal_size):
12797
12798         Fix size toggle buttons behavior
12799
12800 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12801
12802         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
12803         (doc_rect_to_view_rect), (ev_view_size_allocate),
12804         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
12805         (scale_changed_callback):
12806
12807         Do not cache offsets in size_allocate.
12808
12809 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12810
12811         * shell/ev-view.c: (ev_view_size_allocate):
12812
12813         Calculate offsets before calling the parent
12814         class (which does a redraw)
12815
12816 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12817
12818         * pdf/xpdf/pdf-document.cc:
12819
12820         Fix a crasher on exit. Unused code, put a TODO
12821
12822 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12823
12824         * backend/ev-document.c: (ev_document_class_init),
12825         (ev_document_page_changed), (ev_document_scale_changed):
12826         * backend/ev-document.h:
12827
12828         Separate page/scale notifications
12829
12830         * pdf/xpdf/pdf-document.cc:
12831
12832         Emit the new signals.
12833         Do not display the pdf page in _render, do it
12834         when scale/page are requested.
12835
12836         * ps/ps-document.c: (ps_document_set_zoom),
12837         (ps_document_widget_event):
12838         * ps/ps-document.h:
12839
12840         Emit the new signals.
12841
12842         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12843         (ev_view_init), (page_changed_callback), (scale_changed_callback),
12844         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
12845         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
12846         * shell/ev-view.h:
12847         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
12848         (ev_window_cmd_view_page_width), (size_allocate_cb),
12849         (ev_window_set_sizing_mode):
12850
12851         Rework sizing to be pixel based.
12852         There are bugs but should be already way better.
12853
12854 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
12855
12856         * shell/ev-window.c: (ev_window_init):
12857
12858         Do not allow to shrink sidebar smaller then
12859         child requisition
12860
12861 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
12862
12863         * shell/ev-sidebar.[ch]
12864         * shell/ev-window.c:
12865
12866         Improved sidebar widget. Fixes #166683
12867
12868 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
12869
12870         * shell/ev-view.c (update_find_status_message): Give translators
12871         more flexibility with ngettext plural handling.
12872
12873 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
12874
12875         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
12876         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
12877         page when we get the page size.
12878
12879 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12880
12881         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
12882
12883         ps pages are 0 based, convert 
12884
12885 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12886
12887         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
12888
12889         Initialize correct parent class. Set GError on document load
12890
12891 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12892
12893         * pdf/xpdf/pdf-document.cc:
12894
12895         Fixup selection offset calculation
12896
12897         * shell/ev-view.c: (view_rect_to_doc_rect),
12898         (doc_rect_to_view_rect), (ev_view_size_allocate),
12899         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
12900         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
12901
12902         Store selection as document relative, so that zooming
12903         and offset changing doesnt break it.
12904
12905 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12906
12907         * shell/ev-view.c: (ev_view_best_fit):
12908
12909         Do not try to best fit if the view is not realized
12910
12911 2005-02-20  Kostas Papadimas <pkst@gnome.org>
12912           
12913         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
12914
12915 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
12916
12917         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
12918
12919 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
12920
12921         * shell/ev-window.c: Change the fullscreen toolbar to always be in
12922         the popup window.  That prevents it resizing when in full screen
12923         mode.
12924
12925         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
12926         multiple rerenders.  This pretty much sucks.
12927
12928         * data/evince-ui.xml: Change the fullscreen toolbar to include the
12929         rest of the toolbar.
12930
12931 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
12932
12933         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
12934
12935 2005-02-17  Alexander Shopov  <ash@contact.bg>
12936
12937         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
12938
12939 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
12940
12941         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
12942
12943 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
12944
12945         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
12946         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
12947         (set_document_page), (document_changed_callback),
12948         (ev_view_set_document), (ev_view_find_previous),
12949         (ev_view_hide_cursor), (ev_view_show_cursor):
12950         * shell/ev-view.h:
12951         * shell/ev-window.c: (update_chrome_visibility),
12952         (fullscreen_timeout_cb), (fullscreen_set_timeout),
12953         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
12954         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
12955         (ev_window_unfullscreen):
12956         * shell/main.c: (main):
12957
12958         Automatically hide the fullscreen button.
12959         Patch by Kristian Høgsberg <krh@redhat.com>
12960
12961 2005-02-16  Vincent Noel  <vnoel@cox.net>
12962
12963         * shell/main.c (main): Specify an icon for the window. Patch by
12964         Jaap A. Haitsma. Fixes #166177.
12965
12966 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
12967
12968         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
12969
12970 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
12971
12972         * backend/ev-document-misc.h:
12973         * backend/ev-document-misc.c:
12974         (ev_document_misc_get_page_border_size),
12975         (ev_document_misc_paint_one_page): New function to canonicalize
12976         sizing/painting a border.
12977
12978         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
12979         used.
12980
12981         * pdf/xpdf/pdf-document.cc: use new function
12982
12983         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12984         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
12985         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
12986         shell/ev-window.c: (update_sizing_buttons),
12987         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
12988         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
12989         (ev_window_cmd_view_page_width), (size_allocate_cb),
12990         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
12991         and "fit width" values act as toggle buttons so they stay
12992         toggled.  It's not 100% perfect, and it's a little slow, but it's
12993         good enough to commit I think.
12994
12995 2005-02-15  David Lodge  <dave@cirt.net>
12996
12997         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
12998
12999 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
13000
13001         * shell/ev-window.c (update_window_title): replace newlines in
13002         the title by spaces. Bug #166107.
13003
13004 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
13005
13006         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
13007         parameters providing allocation width and height without
13008         scrollbars and width of a possible vertical scrollbar. With this
13009         additional information the functions can work as
13010         intended. Unfortunately they're not idempotent. We should
13011         transform these commands to toggles. Fixes Bug #164976
13012         Initial patch by Stephane Loeuillet, then heavily modified.
13013
13014         * shell/ev-view.h: update prototypes.
13015
13016         * shell/ev-window.c (ev_window_cmd_view_best_fit)
13017         (ev_window_cmd_view_page_width): provide EvView fit functions with
13018         all the information they need. Formulas to calculate this
13019         information taken from GtkScrolledWindow.
13020
13021 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
13022
13023         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
13024         created a thumbnail, the list store is updated to know
13025         that the thumbnail is set. Fixes bug #166792
13026
13027 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
13028
13029         * shell/ev-window.c: fixed typo, closes bug 166897
13030
13031         * TODO: updated TODO with bug numbers that are relevant
13032
13033 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
13034
13035         * shell/ev-window.c: Support for DnD of files. Fixes #164813
13036
13037 2005-02-09  Vincent Noel  <vnoel@cox.net>
13038
13039         * shell/ev-window.c: (set_action_properties): Set the "Previous"
13040         and "Next" toolbar buttons as important to make them stand out.
13041
13042 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13043
13044         * lib/ev-debug.c:
13045         * lib/ev-debug.h:
13046         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
13047         (start_interpreter), (stop_interpreter), (document_load),
13048         (ps_document_next_page), (ps_document_goto_page),
13049         (ps_document_set_page_size), (ps_document_widget_event),
13050         (ps_document_render):
13051         * shell/ev-page-view.c: (ev_page_view_dispose):
13052         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
13053
13054         Fix compilation on non-gcc platforms
13055
13056 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13057
13058         * NEWS:
13059         * configure.ac:
13060
13061         Release 0.1.4
13062
13063         * pdf/xpdf/Catalog.cc:
13064         * pdf/xpdf/XRef.cc:
13065
13066         Fix the fix for CAN-2004-0888
13067
13068 2005-02-09  Luca Ferretti <elle.uca@libero.it>
13069
13070         * data/Makefile.am:
13071         * data/evince-ui.xml:
13072         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13073         * shell/ev-stock-icons.h:
13074         * shell/ev-window.c: (update_action_sensitivity),
13075         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
13076         (set_action_properties):
13077
13078         Improve toolbar layout/icons
13079
13080 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
13081
13082         * pdf/xpdf/pdf-document.cc:
13083
13084         Add warnings about unimplemented/unknown link
13085         types.
13086
13087 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13088
13089         * ps/ps-document.c: (set_up_page):
13090
13091         Log gs property
13092
13093 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13094
13095         * ps/ps-document.c: (start_interpreter):
13096
13097         Log gs env var
13098
13099 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13100
13101         * shell/ev-page-view.c: (ev_page_view_dispose):
13102         * shell/ev-view.c: (ev_view_finalize):
13103         * shell/ev-window.c: (ev_window_setup_document),
13104         (ev_window_dispose), (ev_window_init):
13105
13106         Solve more refs issues.
13107
13108         I commented out the page_view initialization for now:
13109         it was never destroyed (because it's never added
13110         to a container). Because of that we was leaking
13111         gs processes. Couldnt think to a clean fix.
13112         We need to figure this out, password view has the
13113         same issue probably.
13114
13115 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13116
13117         * ps/ps-document.c: (ps_document_finalize),
13118         (ps_document_get_n_pages), (ps_document_get_page):
13119
13120         Some cleanups, stop the interpreter on finalize
13121
13122         * shell/ev-page-view.c: (ev_page_view_dispose),
13123         (ev_page_view_class_init):
13124
13125         Release our reference on the document
13126
13127 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13128
13129         * Makefile.am:
13130         * configure.ac:
13131         * doc/debugging.txt:
13132         * lib/.cvsignore:
13133         * lib/Makefile.am:
13134         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
13135         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
13136         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
13137         * lib/ev-debug.h:
13138
13139         Add debugging helpers
13140
13141         * ps/Makefile.am:
13142         * ps/ps-document.c: (set_up_page), (start_interpreter),
13143         (stop_interpreter), (document_load), (ps_document_next_page),
13144         (ps_document_goto_page), (ps_document_set_page_size),
13145         (ps_document_widget_event), (ps_document_render):
13146         * shell/Makefile.am:
13147         * shell/ev-view.c: (expose_bin_window):
13148         * shell/main.c: (main):
13149
13150         Add some logs
13151         
13152 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13153
13154         * ps/ps-document.c: (ps_document_widget_event):
13155
13156         Initialize message_window, this should make ps
13157         rendering really work! (Never noticed because I was
13158         testing with a ps that is causing gs to exit every time!)
13159
13160 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
13161
13162         * data/evince.schemas.in: updated simple error in applyto closing tag
13163
13164 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
13165
13166         * Makefile.am:
13167         * configure.ac:
13168         * data/.cvsignore:
13169         * data/Makefile.am:
13170         * data/evince-ui.xml:
13171         A data/evince.schemas.in:
13172         * po/POTFILES.in:
13173         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13174         * shell/ev-stock-icons.h:
13175         * shell/ev-window.c: (update_chrome_visibility),
13176         (update_chrome_flag), (ev_window_cmd_edit_find),
13177         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
13178         (ev_window_unfullscreen), (ev_window_focus_in_event),
13179         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
13180         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
13181         (ev_window_view_sidebar_cb), (find_bar_close_cb),
13182         (ev_window_dispose), (ev_window_class_init),
13183         (set_action_properties), (set_chrome_actions), (load_chrome),
13184         (ev_window_init):
13185
13186         Implement fullscreen mode changes from bug #164776.
13187         Also implement persistent chrome toggles.
13188
13189 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
13190
13191         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
13192
13193 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13194
13195         * NEWS:
13196         * configure.ac:
13197         * shell/ev-view.c:
13198
13199         Add another check for find interface
13200
13201         Release 0.1.3
13202
13203 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13204
13205         * shell/ev-application.c: (ev_application_open):
13206         * shell/ev-window.c: (ev_window_open):
13207
13208         Open gzipped ps documents
13209
13210 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13211
13212         * TODO:
13213         * shell/ev-view.c: (set_document_page):
13214
13215         Clamp page number, dont try to move to
13216         not existant pages.
13217
13218 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13219
13220         * backend/ev-document-find.c: (ev_document_find_changed):
13221         * backend/ev-document-find.h:
13222         * pdf/xpdf/pdf-document.cc:
13223         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
13224         * shell/ev-window.c: (find_bar_search_changed_cb):
13225
13226         Fix several bugs with find
13227
13228 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
13229
13230         * shell/ev-sidebar-thumbnails.c
13231         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
13232         document. Prevents warning from scroll_to_cell.
13233
13234 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
13235
13236         * configure.ac: Add «nb» to ALL_LINGUAS too.
13237
13238 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
13239
13240         * NOTES: New file with some random thoughts.
13241
13242         * TODO: Update.
13243
13244         * backend/ev-document-misc.c:
13245         (ev_document_misc_get_page_border_size): New function to
13246         canonicalize shadow drawing sizes.  Possibly goofy.
13247
13248         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
13249         (ev_view_best_fit), (ev_view_fit_width):
13250         * pdf/xpdf/pdf-document.cc:
13251         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13252         * ps/ps-document.c: (ps_document_get_page_size):
13253         * backend/ev-document-misc.h:
13254         * backend/ev-document.c: (ev_document_get_page_size):
13255         * backend/ev-document.h: get_page_size now takes a page number
13256         parameter.  Made all the backends/frontends honor it.
13257
13258         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
13259         see.  Doesn't work yet.
13260
13261         * shell/Makefile.am:
13262         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
13263         Doesn't do anything yet.
13264
13265         * shell/ev-sidebar-thumbnails.c:
13266         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
13267         [0..n_pages-1]
13268
13269         * shell/ev-window.c: (update_action_sensitivity),
13270         (ev_window_setup_document), (ev_window_set_page_mode),
13271         (ev_window_page_mode_cb), (ev_window_init): Clean up the
13272         view-swapping code a bit so we can have multiple views on a
13273         document.  Add the multi-page view, though it can't be turned on
13274         yet.
13275
13276 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13277
13278         * shell/ev-application.c: (ev_application_open):
13279         * shell/ev-view.c: (expose_bin_window):
13280         * shell/ev-window.c: (ev_window_open):
13281
13282         Support eps and check document supports find
13283         before drawing highlightings in expose.
13284
13285 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
13286
13287         * pixbuf/pixbuf-document.c:
13288         (pixbuf_document_thumbnails_get_dimensions),
13289         (pixbuf_document_document_thumbnails_iface_init):
13290
13291         implement get_dimensions
13292
13293 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13294
13295         * NEWS:
13296         * configure.ac:
13297
13298         Release 0.1.2
13299
13300 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13301
13302         * shell/ev-view.c: (set_document_page):
13303
13304         Scroll at the top of the page when changing page
13305
13306 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13307
13308         * shell/ev-view.c: (ev_view_motion_notify_event):
13309
13310         Do not redraw unnecessarily
13311
13312 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13313
13314         * pdf/xpdf/pdf-document.cc:
13315         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13316         (expose_bin_window), (find_changed_cb):
13317
13318         Yay! find works now... Now to find bugs...
13319
13320 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13321
13322         * backend/ev-document-find.c: (ev_document_find_base_init),
13323         (ev_document_find_changed):
13324         * backend/ev-document-find.h:
13325         * pdf/xpdf/pdf-document.cc:
13326         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13327         (expose_bin_window), (ev_view_init), (set_document_page),
13328         (ensure_rectangle_is_visible), (jump_to_find_result),
13329         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
13330         (ev_view_find_next), (ev_view_find_previous):
13331         * shell/ev-view.h:
13332         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
13333
13334         More work on find implementation, mostly there now
13335
13336 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
13337
13338         * backend/ev-backend-marshalers.list:
13339         * backend/ev-document-find.c: (ev_document_find_base_init),
13340         (ev_document_find_cancel), (ev_document_find_page_has_results),
13341         (ev_document_find_get_n_results), (ev_document_find_get_result),
13342         (ev_document_find_get_progress), (ev_document_find_changed):
13343         * backend/ev-document-find.h:
13344
13345         Enanche the find interface to be really able to do
13346         multi page find.
13347
13348         * pdf/xpdf/pdf-document.cc:
13349
13350         Implement
13351
13352         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
13353         (expose_bin_window), (ev_view_init),
13354         (ev_view_get_find_status_message), (find_changed_cb),
13355         (ev_view_set_document), (set_document_page):
13356
13357         Adapt to the new interface. A few things are regressed sorry,
13358         I will finish it soon.
13359
13360 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
13361
13362         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
13363         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
13364         ev_sidebar_thumbnails_parent_class variable, don't define another
13365         parent_class variable.
13366
13367         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
13368         (ev_page_action_class_init): ditto.
13369
13370         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
13371         (pixbuf_document_class_init): ditto.
13372
13373         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
13374         ditto.
13375
13376         * .cvsignore: ignore various valgrind output files.
13377
13378 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13379
13380         * data/evince-ui.xml:
13381         * shell/Makefile.am:
13382         * shell/ev-history.c:
13383         * shell/ev-history.h:
13384         * shell/ev-navigation-action.c:
13385         * shell/ev-navigation-action.h:
13386         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
13387         (ev_view_set_page), (ev_view_fit_width):
13388         * shell/ev-view.h:
13389         * shell/ev-window.c: (update_action_sensitivity),
13390         (ev_window_setup_document), (register_custom_actions):
13391
13392         Kill session history
13393
13394 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13395
13396         * shell/ev-window.c: (update_action_sensitivity):
13397
13398         Fix inverted up/down buttons
13399
13400 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
13401
13402         * shell/ev-sidebar-thumbnails.c
13403         (ev_sidebar_thumbnails_select_page): make sure the selected
13404         thumbnail stays visible.
13405
13406 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
13407
13408         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
13409         scrolled window for Federico.
13410
13411 2005-01-26  Ole Laursen  <olau@hardworking.dk>
13412
13413         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
13414
13415 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
13416
13417         * configure.ac:
13418         * pdf/splash/SplashFTFontEngine.cc:
13419
13420         Fix CID fonts with freetype 2.1.9
13421
13422 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
13423
13424         * TODO: added item for desktop icon thumbnailer
13425
13426 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
13427
13428         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
13429         unloaded docs when the title is accessed.
13430
13431         * shell/ev-password-view.[hc]: New widget for displaying password
13432         state.
13433
13434         * shell/ev-window.[ch]: Refactor password handling code to handle
13435         the new view.
13436
13437 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
13438
13439         * NEWS:
13440         * configure.ac:
13441         * data/Makefile.am:
13442
13443         Release 0.1.1
13444
13445 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
13446
13447         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
13448         ignore page offset here, to make search results independent of it,
13449
13450         * shell/ev-view.c (expose_bin_window): but take offsets into
13451         account here. Bug #164932
13452
13453         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
13454         scale at the right time. Bug #164996
13455
13456 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
13457
13458         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
13459         fix the problem. Now I just removed the Adobe font names and hope
13460         that the URW fonts are always in outline format. Bug #164934
13461
13462         * shell/ev-window.c (update_window_title): empty titles are
13463         useless, use filename in that case too.
13464
13465         * NEWS: Add some content.
13466
13467 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
13468
13469         * TODO: added one more TODO item and a TODONE section :)
13470
13471 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
13472
13473         * ps/ps-document.h: add page_[xy]_offset fields.
13474
13475         * ps/ps-document.c (ps_document_set_page_offset)
13476         (ps_document_render): Keep offset in consideration in a few
13477         places. Bug #164752 "postscript documents are not centered in
13478         window"
13479
13480         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
13481         s/gpdf/evince/. Spotted by Stephane Loeuillet.
13482
13483         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
13484         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
13485         stub out missing methods for complete EvDocument implementation.
13486         Fixes segfaults with Save A Copy and Copy actions.
13487
13488         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
13489         (ps_document_document_iface_init): ditto.
13490         
13491 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13492
13493         * data/.cvsignore:
13494         * data/Makefile.am:
13495         * data/evince.desktop.in:
13496
13497         Add desktop file
13498
13499 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13500
13501         * shell/ev-view.c: (ev_view_button_press_event),
13502         (ev_view_motion_notify_event):
13503
13504         Make selection work in any direction
13505
13506 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13507
13508         * TODO:
13509         * shell/ev-window.c: (set_short_labels), (ev_window_init):
13510
13511         Use shorter labels for some of the toolbars items
13512
13513 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13514
13515         * pdf/xpdf/pdf-document.cc:
13516
13517         Check the links info is initialized before
13518         using it. Should fix a crash on startup.
13519
13520 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
13521
13522         * pixbuf/pixbuf-document.c
13523         (pixbuf_document_thumbnails_get_dimensions): force floating point
13524         division to calculate page_ratio. Fixes crash with landscape
13525         format pixbufs.
13526
13527 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
13528
13529         * shell/ev-view.c (ev_view_realize): make the bg color darker.
13530
13531 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
13532
13533         * shell/ev-view.c (set_document_page): unset has_selection when
13534         the page changes.
13535         (set_document_page): handle paper size changes when the page
13536         changes (test with Free Culture, page 2).
13537
13538 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13539
13540         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
13541         (expose_bin_window), (ev_view_class_init), (ev_view_init):
13542
13543         Use normal style color for the widget background and
13544         draw a black box around the page.
13545
13546 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13547
13548         * pdf/xpdf/pdf-document.cc:
13549
13550         Keep offset in consideration in a few places
13551
13552         * shell/ev-view.c: (expose_bin_window):
13553
13554         Set the offsets so that the document is ever centered
13555
13556 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
13557
13558         * TODO: Added TODO items and finished off the first todo item
13559
13560         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
13561         reflect current authors
13562
13563 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13564
13565         * pdf/xpdf/pdf-document.cc:
13566         * shell/ev-view.c: (ev_view_set_cursor),
13567         (ev_view_motion_notify_event), (document_changed_callback),
13568         (set_document_page):
13569
13570         Show a wait cursor while the page is rendering
13571
13572 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13573
13574         * shell/ev-sidebar-thumbnails.c:
13575         (ev_sidebar_tree_selection_changed),
13576         (ev_sidebar_thumbnails_select_page):
13577         * shell/ev-sidebar-thumbnails.h:
13578         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
13579         (ev_view_can_go_forward):
13580         * shell/ev-window.c: (ev_window_open_page),
13581         (ev_window_setup_document), (update_current_page),
13582         (view_page_changed_cb), (ev_window_init):
13583         * shell/ev-window.h:
13584
13585         Ensure thumbnails selection, toolbar page control and
13586         current page are in sync.
13587
13588 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
13589
13590         * pdf/xpdf/XRef.cc:
13591
13592         Fix CAN-2005-0064
13593
13594 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
13595
13596         * backend/Makefile.am:
13597         * backend/ev-document-links.h:
13598         * backend/ev-document-security.c: (ev_document_security_get_type),
13599         (ev_document_security_has_document_security),
13600         (ev_document_security_set_password):
13601         * backend/ev-document-security.h:
13602         * backend/ev-document.c: (ev_document_error_quark):
13603         * backend/ev-document.h:
13604         * data/Makefile.am:
13605         * data/evince-password.glade:
13606         * pdf/xpdf/pdf-document.cc:
13607         * shell/Makefile.am:
13608         * shell/ev-password.c: (ev_password_set_bad_password_label),
13609         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
13610         (ev_password_dialog_get_password),
13611         (ev_password_dialog_set_bad_pass):
13612         * shell/ev-password.h:
13613         * shell/ev-window.c: (ev_window_get_attribute),
13614         (ev_window_set_property), (update_action_sensitivity),
13615         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
13616         (ev_window_setup_document), (ev_window_get_password),
13617         (ev_window_open), (ev_window_cmd_save_as),
13618         (using_postscript_printer), (ev_window_print),
13619         (find_not_supported_dialog), (ev_window_cmd_edit_find),
13620         (update_fullscreen_popup), (ev_window_fullscreen),
13621         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
13622         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
13623         (menu_item_select_cb), (find_bar_search_changed_cb),
13624         (ev_window_dispose), (ev_window_init):
13625
13626         Add initial support for password-supported dialogs.  This could be
13627         a lot cooler, but it'll do for now.
13628
13629 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
13630
13631         * pdf/xpdf/pdf-document.cc:
13632         * shell/ev-view.c: (status_message_from_link),
13633         (ev_view_set_status), (ev_view_set_cursor),
13634         (ev_view_motion_notify_event), (ev_view_init):
13635         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
13636
13637         Fix bugs in the links implementation and change cursor
13638         when hovering a link.
13639
13640 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
13641
13642         * viewer/.cvsignore: added cvsignore file for viewer directory
13643
13644         * TODO: created TODO document
13645
13646 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
13647
13648         * shell/ev-view.h:
13649         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
13650         new functions to help with implementation of sensitivity code
13651         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
13652         of all actions that might require it.  Fixes a crash when you
13653         click on the Zoom actions in a window lacking a document.
13654
13655 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
13656
13657         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
13658         of the Find action
13659
13660 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13661
13662         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
13663         (pixbuf_document_document_iface_init):
13664         * ps/ps-document.c: (ps_document_get_link),
13665         (ps_document_document_iface_init):
13666         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
13667         (status_message_from_link), (ev_view_set_status),
13668         (ev_view_set_find_status), (ev_view_motion_notify_event),
13669         (ev_view_button_release_event), (ev_view_set_property),
13670         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
13671         (ev_view_get_find_status_message), (update_find_results),
13672         (ev_view_get_status), (ev_view_get_find_status):
13673         * shell/ev-view.h:
13674         * shell/ev-window.c: (view_status_changed_cb),
13675         (view_find_status_changed_cb), (ev_window_init):
13676
13677         View status message support, use it to show the links.
13678         Needs work...
13679
13680 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13681
13682         * backend/ev-document.c: (ev_document_get_link):
13683         * backend/ev-document.h:
13684         * pdf/xpdf/pdf-document.cc:
13685         * shell/ev-application.c: (ev_application_open):
13686         * shell/ev-application.h:
13687         * shell/ev-sidebar-links.c: (selection_changed_cb):
13688         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
13689         (ev_view_go_to_link):
13690
13691         Add support for document links
13692
13693 2005-01-13  Anders Carlsson  <andersca@gnome.org>
13694
13695         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
13696         (create_tool_item):
13697         Set the spin button limits correctly.
13698         
13699         * shell/ev-sidebar-thumbnails.c:
13700         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
13701         Support changing pages by clicking on the thumbnails.
13702         
13703 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
13704
13705         * pixbuf/pixbuf-document.c:
13706         (pixbuf_document_thumbnails_get_dimensions),
13707         (pixbuf_document_document_thumbnails_iface_init):
13708
13709         implement get_dimensions
13710
13711 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13712
13713         * ps/ps-document.c: (ps_document_goto_page):
13714
13715         Fix page switching on multipage documents
13716
13717 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
13718
13719         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13720         
13721         check for NULL before assigning to width and height parameters
13722
13723 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
13724
13725         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
13726         (pixbuf_document_set_property), (pixbuf_document_get_property):
13727
13728         implement get/set properties
13729
13730 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
13731
13732         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
13733         
13734         return NULL instead of "Unknown", letting the title get set to
13735         the filename when the pdf has no title.
13736
13737 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13738
13739         * ps/ps-document.c: (ps_document_get_page_count),
13740         (ps_document_goto_page):
13741
13742 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13743
13744         * shell/ev-history.c: (ev_history_get_property),
13745         (ev_history_set_property), (ev_history_class_init),
13746         (ev_history_add_page), (ev_history_set_current_index):
13747         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
13748         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
13749         (ev_navigation_action_finalize):
13750         * shell/ev-navigation-action.h:
13751         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13752         (ev_view_go_forward), (ev_view_get_find_status_message),
13753         (history_index_changed_cb), (ev_view_set_history):
13754         * shell/ev-view.h:
13755         * shell/ev-window.c: (update_total_pages), (ev_window_open),
13756         (update_current_page), (register_custom_actions):
13757
13758         Implement history dropdowns
13759
13760 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13761
13762         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
13763         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13764         (ev_view_go_forward):
13765         * shell/ev-window.c: (register_custom_actions):
13766
13767         Fix several history bugs
13768
13769 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
13770
13771         * configure.ac: Add «nb» to ALL_LINGUAS.
13772
13773 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
13774
13775         * backend/Makefile.am:
13776         * backend/ev-bookmark.c:
13777         * backend/ev-bookmark.h:
13778         * backend/ev-document-bookmarks.c:
13779         * backend/ev-document-bookmarks.h:
13780         * backend/ev-document-links.c: (ev_document_links_get_type),
13781         (ev_document_links_has_document_links),
13782         (ev_document_links_begin_read), (ev_document_links_get_link),
13783         (ev_document_links_get_child), (ev_document_links_next),
13784         (ev_document_links_free_iter):
13785         * backend/ev-document-links.h:
13786         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
13787         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
13788         (ev_link_get_link_type), (ev_link_set_link_type),
13789         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
13790         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
13791         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
13792         (ev_link_new_external):
13793         * backend/ev-link.h:
13794         * pdf/xpdf/pdf-document.cc:
13795         * shell/Makefile.am:
13796         * shell/ev-application.c: (ev_application_open_link):
13797         * shell/ev-application.h:
13798         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
13799         (ev_history_get_link_nth):
13800         * shell/ev-history.h:
13801         * shell/ev-sidebar-bookmarks.c:
13802         * shell/ev-sidebar-bookmarks.h:
13803         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
13804         (ev_sidebar_links_class_init), (selection_changed_cb),
13805         (ev_sidebar_links_construct), (ev_sidebar_links_init),
13806         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
13807         (do_one_iteration), (populate_links_idle),
13808         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
13809         * shell/ev-sidebar-links.h:
13810         * shell/ev-sidebar.c: (ev_sidebar_set_document):
13811         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
13812         (go_to_index):
13813         * shell/ev-view.h:
13814         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
13815         * shell/ev-window.h:
13816
13817         Rename bookmark to link, and use "Index" for the sidebar panel.
13818
13819 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13820
13821         * shell/Makefile.am:
13822         * shell/ev-application.c: (ev_application_open_bookmark):
13823         * shell/ev-application.h:
13824         * shell/ev-history.c: (ev_history_init), (free_links_list),
13825         (ev_history_finalize), (ev_history_class_init),
13826         (ev_history_add_link), (ev_history_add_page),
13827         (ev_history_get_link_nth), (ev_history_get_n_links),
13828         (ev_history_get_current_index), (ev_history_set_current_index),
13829         (ev_history_new):
13830         * shell/ev-history.h:
13831         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13832         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
13833         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
13834         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
13835         (ev_view_set_page):
13836         * shell/ev-view.h:
13837         * shell/ev-window.c: (ev_window_open_bookmark),
13838         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
13839         (goto_page_cb), (register_custom_actions):
13840         * shell/ev-window.h:
13841
13842         Initial history implementation. Needs work.
13843
13844 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
13845
13846         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
13847
13848 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13849
13850         * cut-n-paste/recent-files/egg-recent-item.c:
13851         * cut-n-paste/recent-files/egg-recent-item.h:
13852         * cut-n-paste/recent-files/egg-recent-model.c:
13853         * cut-n-paste/recent-files/egg-recent-util.c:
13854         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
13855         * cut-n-paste/recent-files/egg-recent-view.c:
13856
13857         Update
13858
13859 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
13860
13861         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
13862         (fillGlyph, fillImageMask, drawImage):
13863         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
13864         pdf/splash/SplashTypes.h:
13865         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
13866         packed mode for Splash.
13867
13868         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
13869         RGB8 packed mode, eliminates the pixbuf data creation loop.
13870
13871         * shell/ev-print-job.c (ev_print_job_finalize)
13872         (ev_print_job_set_property, ev_print_job_get_property)
13873         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
13874         (ev_print_job_use_print_dialog_settings, idle_print_handler)
13875         (print_closure_finalize, ev_print_job_print): implement
13876         printing (for backends with EvPsExporter)
13877
13878         * shell/ev_print_job.h: update prototypes.
13879
13880         * shell/ev-window.c (ev_window_print): unref print job after
13881         printing.
13882
13883         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
13884         unless the document implements the EvDocumentFind interface.
13885
13886 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
13887
13888         * configure.ac: Added ja to ALL_LINGUAS.
13889
13890 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13891
13892         * pdf/xpdf/pdf-document.cc:
13893
13894         add a FIXME. We should probably not allocate
13895         a bookmark object every time
13896
13897 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13898
13899         * shell/ev-application.c: (ev_application_open),
13900         (ev_application_open_bookmark):
13901         * shell/ev-application.h:
13902         
13903         Add a way to open bookmarks
13904
13905         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
13906         (ev_bookmark_set_uri), (ev_bookmark_get_property),
13907         (ev_bookmark_set_property), (ev_bookmark_class_init),
13908         (ev_bookmark_new_title), (ev_bookmark_new_link),
13909         (ev_bookmark_new_external):
13910
13911         Support for external uris, better constructors.
13912
13913         * backend/ev-bookmark.h:
13914         * pdf/xpdf/pdf-document.cc:
13915         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13916
13917         Handle external uris
13918
13919 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13920
13921         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
13922         (ev_sidebar_bookmarks_construct), (do_one_iteration):
13923
13924         Hook up bookmarks navigation
13925
13926 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13927
13928         * backend/Makefile.am:
13929         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
13930         (ev_bookmark_get_title), (ev_bookmark_set_title),
13931         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
13932         (ev_bookmark_get_page), (ev_bookmark_set_page),
13933         (ev_bookmark_get_property), (ev_bookmark_set_property),
13934         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
13935         (ev_bookmark_new):
13936         * backend/ev-bookmark.h:
13937         * backend/ev-document-bookmarks.c:
13938         (ev_document_bookmarks_get_bookmark):
13939         * backend/ev-document-bookmarks.h:
13940         * pdf/xpdf/pdf-document.cc:
13941         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
13942
13943         Add a bookmark object to the backend and use it instead of get_values
13944
13945 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13946
13947         * data/evince-ui.xml:
13948
13949         Cleanup and add select all.
13950
13951         * shell/ev-view.c: (ev_view_select_all),
13952         (ev_view_button_press_event):
13953         * shell/ev-view.h:
13954         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
13955
13956         Add select all.
13957         Clear selection on click.
13958
13959 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
13960
13961         * shell/ev-sidebar-thumbnails.c
13962         (ev_sidebar_thumbnails_set_document): forgot to unref the
13963         loading_icon.
13964
13965 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
13966
13967         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
13968         at the visible page, not just linearly.  This makes it look fast.
13969
13970 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
13971
13972         * backend/ev-document-misc.c
13973         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
13974         white.
13975         * backend/ev-document-thumbnails.h: New interface to get the size
13976         of a page.
13977
13978 2005-01-06  Jeremy Katz  <katzj@redhat.com>
13979
13980         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
13981         make dist works
13982
13983 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
13984
13985         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
13986         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
13987         things up a bit.
13988
13989         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
13990
13991 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
13992
13993         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
13994         fonts. Should fix font problems on systems that have the base
13995         fonts in bitmap format. Reported by James Henstridge
13996         <james@jamesh.id.au>.
13997
13998 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13999
14000         * pdf/xpdf/Gfx.cc:
14001         * pdf/xpdf/GfxState.cc:
14002
14003         Fix for CAN-2004-1125
14004
14005 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14006
14007         * shell/ev-view.c: (ev_view_copy):
14008         * shell/ev-view.h:
14009         * shell/ev-window.c: (ev_window_cmd_edit_copy):
14010
14011         Implement Edit->Copy
14012
14013 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14014
14015         * backend/ev-document.c: (ev_document_get_text):
14016         * backend/ev-document.h:
14017         * pdf/xpdf/pdf-document.cc:
14018         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
14019         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
14020         (ev_view_update_primary_selection), (ev_view_button_press_event),
14021         (ev_view_motion_notify_event), (ev_view_button_release_event):
14022
14023         Beginnings of clipboard support. Incomplete but primary sort
14024         of work.
14025
14026 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14027
14028         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
14029         (expose_bin_window):
14030
14031         Nicer rubberband drawing, from GtkIconView.
14032
14033 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14034
14035         * backend/ev-document.c: (ev_document_save):
14036         * backend/ev-document.h:
14037         * data/evince-ui.xml:
14038         * pdf/xpdf/pdf-document.cc:
14039         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
14040
14041         Implement "Save a copy..." menu item
14042
14043 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14044
14045         * shell/ev-view.c: (ev_view_zoom):
14046
14047         Queue a resize when zoom changes
14048
14049 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
14050
14051         * backend/ev-document-misc.[ch]: New misc file to do simple drop
14052         shadows.
14053
14054         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
14055         thumbnails..
14056
14057 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
14058
14059         * pdf/xpdf/pdf-document.cc
14060         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
14061
14062 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
14063
14064         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
14065         It's slow, but I'll speed it up next!
14066
14067 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
14068
14069         * shell/main.c (load_files):
14070
14071         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
14072         from the command line and because it seems more appropriate.
14073
14074 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14075
14076         * data/evince-ui.xml:
14077         * shell/ev-window.c: (update_action_sensitivity),
14078         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
14079
14080         s/next page/page down
14081         s/previous page/page up
14082
14083 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14084
14085         * data/evince-ui.xml:
14086
14087         Change the layout to match clarkbw design.
14088
14089         * shell/Makefile.am:
14090         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
14091         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
14092         (ev_navigation_action_finalize),
14093         (ev_navigation_action_set_property),
14094         (ev_navigation_action_get_property),
14095         (ev_navigation_action_class_init):
14096         * shell/ev-navigation-action.h:
14097
14098         Implement clarkbw toolbar navigation controls (incomplete)
14099
14100         * shell/ev-page-action.c: (update_label), (update_spin),
14101         (value_changed_cb), (create_tool_item), (connect_proxy),
14102         (ev_page_action_init), (ev_page_action_finalize),
14103         (ev_page_action_set_property), (ev_page_action_get_property),
14104         (ev_page_action_set_current_page),
14105         (ev_page_action_set_total_pages), (ev_page_action_class_init):
14106         * shell/ev-page-action.h:
14107
14108         Implement a page switcher in the toolbar
14109
14110         * shell/ev-view.c: (ev_view_scroll_view):
14111         * shell/ev-window.c: (update_total_pages), (ev_window_open),
14112         (update_current_page), (view_page_changed_cb), (goto_page_cb),
14113         (register_custom_actions), (ev_window_init):
14114
14115         Change page on PageUp/Down.
14116
14117 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
14118
14119         * pdf/xpdf/pdf-document.cc
14120         (pdf_document_thumbnails_get_thumbnail): initial stab at
14121         implementing thumbnail support for pdfs.  It only does documents
14122         with precached pdfs now.
14123
14124 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
14125
14126         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
14127         thumbnail code into a time-based idle as well.  Also, turn off the
14128         shadow temporarily as it's really slow.
14129
14130 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14131
14132         * backend/ev-document.c: (ev_document_class_init):
14133         * pdf/xpdf/pdf-document.cc:
14134         * shell/ev-window.c: (ev_window_open):
14135
14136         Fix document title bugs and fallback to
14137         filename when not available.
14138
14139 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14140
14141         * backend/ev-document.c: (ev_document_get_type),
14142         (ev_document_class_init), (ev_document_load),
14143         (ev_document_get_title):
14144         * backend/ev-document.h:
14145         * pdf/xpdf/pdf-document.cc:
14146         * ps/ps-document.c: (ps_document_set_property),
14147         (ps_document_get_property), (ps_document_class_init),
14148         (document_load):
14149         * ps/ps-document.h:
14150         * ps/ps.h:
14151         * shell/ev-window.c: (update_window_title), (ev_window_open),
14152         (ev_window_init):
14153
14154         Initial support for document title. Not working yet.
14155
14156 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14157
14158         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
14159
14160         Grab focus on the view when clicking it
14161
14162 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14163
14164         * shell/ev-marshal.list:
14165         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
14166         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
14167
14168         Add key bindings to the view. Now if the focus would work
14169         right...
14170
14171 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14172
14173         * Makefile.am:
14174         * backend/Makefile.am:
14175         * data/Makefile.am:
14176         * dvi/Makefile.am:
14177         * dvi/dvilib/Makefile.am:
14178         * pdf/xpdf/Makefile.am:
14179         * po/POTFILES.in:
14180         * ps/Makefile.am:
14181
14182         Fix distcheck
14183
14184 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14185
14186         * shell/ev-view.c: (ev_view_realize):
14187
14188         Fix mouse wheel scrolling
14189
14190 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14191
14192         * ps/Makefile.am:
14193         * ps/gstypes.h:
14194         * ps/gtkgs.c:
14195         * ps/gtkgs.h:
14196         * ps/ps-document.c: (catchPipe), (ps_document_init),
14197         (ps_document_class_init), (ps_document_cleanup),
14198         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
14199         (set_up_page), (close_pipe), (is_interpreter_ready),
14200         (interpreter_failed), (output), (input), (start_interpreter),
14201         (stop_interpreter), (file_length), (file_readable),
14202         (check_filecompressed), (check_pdf), (compute_xdpi),
14203         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
14204         (ps_document_get_type), (ps_document_emit_error_msg),
14205         (document_load), (ps_document_next_page),
14206         (ps_document_get_current_page), (ps_document_get_page_count),
14207         (ps_document_goto_page), (ps_document_set_page_size),
14208         (ps_document_zoom_to_fit), (ps_document_set_zoom),
14209         (ps_document_load), (ps_document_get_n_pages),
14210         (ps_document_set_page), (ps_document_get_page),
14211         (ps_document_widget_event), (ps_document_set_target),
14212         (ps_document_set_scale), (ps_document_set_page_offset),
14213         (ps_document_get_page_size), (ps_document_render),
14214         (ps_document_document_iface_init):
14215         * ps/ps-document.h:
14216         * ps/ps.c:
14217         * shell/ev-window.c: (ev_window_open):
14218
14219         Rename GtkGS to PSDocument
14220
14221 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14222
14223         * ps/gtkgs.c: (gtk_gs_class_init):
14224         * ps/gtkgs.h:
14225
14226         Some more leftover...
14227
14228 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14229
14230         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
14231         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
14232         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
14233         * ps/gtkgs.h:
14234
14235         Remove unused code and make a lot of stuff private
14236
14237 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14238
14239         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
14240         (gtk_gs_defaults_changed):
14241         * ps/gsdefaults.h:
14242         * ps/gtkgs.c:
14243         * ps/gtkgs.h:
14244         * ps/ps.h:
14245
14246         Cleanup headers dependencies
14247
14248 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14249
14250         * ps/Makefile.am:
14251         * ps/ggvutils.c:
14252         * ps/ggvutils.h:
14253         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
14254         * ps/gsdefaults.h:
14255         * ps/gtkgs.c: (file_length), (file_readable),
14256         (check_filecompressed), (check_pdf), (gtk_gs_load),
14257         (gtk_gs_get_postscript):
14258
14259         Get rid of ggvutils
14260
14261 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14262
14263         * ps/ggvutils.c:
14264         * ps/ggvutils.h:
14265         * ps/gsio.h:
14266         * ps/gtkgs.c: (gtk_gs_set_zoom):
14267
14268         Cleanups
14269
14270 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14271
14272         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
14273
14274         Ensure the page is rerendered when changing zoom
14275
14276 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14277
14278         * backend/ev-document.c: (ev_document_base_init),
14279         (ev_document_changed):
14280         * backend/ev-document.h:
14281
14282         Add a changed event that is emitted when the page content
14283         changes. This is necessary to deal with the fact that
14284         in ps backend rendering happen asycrounously.
14285         This makes the ps backend mostly work.
14286
14287         * pdf/xpdf/pdf-document.cc:
14288
14289         Emit changed event
14290
14291         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
14292         (ps_document_set_target):
14293
14294         Emit changed event
14295
14296         * shell/ev-view.c: (document_changed_callback),
14297         (ev_view_set_document), (ev_view_set_page):
14298
14299         Redraw on the changed signal
14300
14301 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
14302
14303         * configure.ac: Added pt_BR to ALL_LINGUAS.
14304
14305 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
14306
14307         * backend/ev-document-bookmarks.c:
14308         (ev_document_bookmarks_get_child): *
14309         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
14310         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
14311         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
14312         (ev_sidebar_bookmarks_destroy),
14313         (ev_sidebar_bookmarks_class_init),
14314         (ev_sidebar_bookmarks_construct), (stack_data_free),
14315         (do_one_iteration), (populate_bookmarks_idle),
14316         (ev_sidebar_bookmarks_clear_document),
14317         (ev_sidebar_bookmarks_set_document): *
14318         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
14319         (ev_sidebar_add_page),
14320         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
14321         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
14322         it displays both the topics and the page numbers.
14323
14324 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
14325
14326         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
14327         toggle.
14328         * shell/ev-window.c (toggle_entries): Set sidebar default value to
14329         visible.
14330
14331 2004-12-23  Adam Weinberger  <adamw@gnome.org>
14332
14333         * configure.ac: Added en_CA to ALL_LINGUAS.
14334
14335 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14336
14337         * ChangeLog: replace bottom of this ChangeLog (merged history of
14338         ggv and gpdf; where all paths were wrong and most of the files are
14339         not even in this tree) with ChangeLog (from arch) of the shell
14340         code.
14341
14342 2004-12-23  Havoc Pennington  <hp@redhat.com>
14343
14344         * shell/ev-window.c: hook up potentially-questionable "find
14345         results status text" feature - something involving the sidebar or
14346         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
14347         might be better in the end.
14348
14349         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
14350         with corresponding signal when it should be updated
14351
14352         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
14353
14354 2004-12-22  Havoc Pennington  <hp@redhat.com>
14355
14356         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
14357         find stuff on other pages, sort of (only returns one result on
14358         invisible pages, to show they have results; updates full results
14359         for a page when you view it). Currently repaints the current page
14360         every time a new result is found on any page, which isn't so nice.
14361
14362 2004-12-22  Havoc Pennington  <hp@redhat.com>
14363
14364         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
14365         the document doesn't support find (better ideas?)
14366         (find_bar_search_changed_cb): handle missing document or document
14367         that doesn't support find
14368
14369         * pdf/xpdf/pdf-document.cc: port to implement the new
14370         EvDocumentFindIface
14371
14372         * backend/ev-document-find.c: create a new interface for searching
14373
14374         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
14375
14376 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14377
14378         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
14379         libevbackend.la.
14380
14381         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
14382         EvPrintJob constructor arguments.
14383
14384         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
14385         for documents that can export PostScript (page by page).
14386
14387         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
14388         
14389         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
14390         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
14391         (pdf_document_ps_exporter_iface_init:
14392         Implement EvPSExporter.
14393
14394         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
14395
14396 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14397
14398         * backend/Makefile.am:
14399         * backend/ev-document-thumbnails.c:
14400         (ev_document_thumbnails_get_type),
14401         (ev_document_thumbnails_get_thumbnail):
14402         * backend/ev-document-thumbnails.h:
14403         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
14404         (pixbuf_document_thumbnails_get_thumbnail),
14405         (pixbuf_document_document_thumbnails_iface_init):
14406         * shell/Makefile.am:
14407         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
14408         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
14409         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
14410         * shell/ev-sidebar-thumbnails.h:
14411         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
14412         (ev_sidebar_set_document):
14413         * shell/ev-utils.c: (gaussian), (create_blur_filter),
14414         (create_shadow), (ev_pixbuf_add_shadow):
14415         * shell/ev-utils.h:
14416         Add thumbnail support.
14417         
14418 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14419
14420         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
14421         (using_postscript_printer): Set up a print dialog for "PostScript
14422         injection" method.
14423
14424         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
14425         EvPrintJob.
14426
14427         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
14428
14429 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14430
14431         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
14432         (ps_document_set_target), (ps_document_get_page_size),
14433         (ps_document_render):
14434         * ps/gtkgs.h:
14435
14436         Fix a few bugs
14437
14438 2004-12-22  Christian Rose  <menthos@menthos.com>
14439
14440         * configure.ac: Added "sv" to ALL_LINGUAS.
14441
14442 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
14443
14444         * backend/ev-document-bookmarks.[ch]: new interface to indicate
14445         document supports bookmarks.
14446
14447 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14448
14449         * ps/ggvutils.c: (ggv_file_readable):
14450         * ps/ggvutils.h:
14451         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
14452         (gtk_gs_get_postscript):
14453
14454         Remove unused utils
14455
14456 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14457
14458         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
14459         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
14460         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
14461         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
14462         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
14463         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
14464         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
14465         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
14466         (gtk_gs_set_antialiasing), (ps_document_load),
14467         (ps_document_render):
14468         * ps/gtkgs.h:
14469
14470         Another check point for the ps backend. Now I can get it to show
14471         pages!
14472
14473 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
14474
14475         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
14476         document setting code.
14477
14478 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14479
14480         * shell/eggfindbar.c: (entry_activate_callback):
14481         Animate the next button when activate is pressed.
14482         
14483 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14484
14485         * shell/ev-window.c: (ev_window_cmd_edit_find),
14486         (update_fullscreen_popup), (ev_window_fullscreen),
14487         (ev_window_unfullscreen), (ev_window_state_event_cb),
14488         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
14489         Fix bugs in fullscreen code.
14490         
14491 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14492
14493         * Makefile.am:
14494         * configure.ac:
14495         * pixbuf/Makefile.am:
14496         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
14497         (pixbuf_document_load), (pixbuf_document_get_n_pages),
14498         (pixbuf_document_set_page), (pixbuf_document_get_page),
14499         (pixbuf_document_set_target), (pixbuf_document_set_scale),
14500         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
14501         (pixbuf_document_render), (pixbuf_document_begin_find),
14502         (pixbuf_document_end_find), (pixbuf_document_finalize),
14503         (pixbuf_document_class_init),
14504         (pixbuf_document_document_iface_init), (pixbuf_document_init):
14505         * pixbuf/pixbuf-document.h:
14506         * shell/Makefile.am:
14507         * shell/ev-application.c: (ev_application_open):
14508         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
14509         (ev_window_open):
14510         Add pixbuf backend.
14511         
14512 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
14513
14514         * Makefile.am: 
14515         * dvi/dvilib/Makefile.am:
14516         * dvi/Makefile.am:
14517         * configure.ac: Auto*ify dvi and dvi/dvilib
14518
14519         * dvi/Makefile: Remove from CVS
14520         
14521         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
14522         confusion.
14523
14524         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
14525         
14526         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
14527         
14528 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14529
14530         * ps/Makefile.am:
14531         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
14532         (gtk_gs_value_adjustment_changed), (compute_size),
14533         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
14534         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
14535         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
14536         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
14537         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
14538         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
14539         (ps_document_load), (ps_document_get_n_pages),
14540         (ps_document_set_page), (ps_document_get_page),
14541         (ps_document_set_target), (ps_document_set_scale),
14542         (ps_document_set_page_offset), (ps_document_get_page_size),
14543         (ps_document_render), (ps_document_begin_find),
14544         (ps_document_end_find), (ps_document_document_iface_init):
14545         * ps/gtkgs.h:
14546         * shell/Makefile.am:
14547         * shell/ev-window.c: (ev_window_open):
14548
14549         Some work to integrate gtkgs with EvDocument
14550
14551 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14552
14553         * shell/ev-window.c: (update_fullscreen_popup),
14554         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
14555         (exit_fullscreen_button_clicked_cb),
14556         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
14557         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
14558         (ev_window_state_event_cb), (ev_window_init):
14559         Add fullscreen support from Epiphany.
14560         
14561 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14562
14563         * data/ev-stock-zoom-fit-width.png: fit-width
14564         stock icon from gpdf.
14565         
14566         * shell/ev-stock-icons.[ch]: copied from gpdf.
14567         
14568         * shell/main.c: (main): init stock icons.
14569         
14570         * shell/ev-window.c: use the fit-width icon.
14571         
14572         * data/evince-ui.xml: add zooming toolbar items.
14573
14574 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14575
14576         * shell/ev-view.c: 
14577         (ev_view_best_fit), (ev_view_fit_width): because
14578         get_page_size() returns the scaled page size, we
14579         need to calculate the scale factor relative to
14580         the previous scale factor. Should really just
14581         add get_real_page_size().
14582
14583 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14584
14585         * shell/ev-view.[ch]:
14586         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
14587         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
14588         add zooming.
14589         
14590         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
14591         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
14592         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
14593         hook it up.
14594         
14595         * pdf/xpdf/pdf-document.cc:
14596         (pdf_document_begin_find),
14597         (pdf_document_end_find): make static.
14598
14599 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14600
14601         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
14602
14603         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
14604         names to fontconfig patterns.
14605         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
14606
14607         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
14608         setupBaseFontsFc.
14609
14610 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14611
14612         * Makefile.am:
14613         * configure.ac:
14614         * ps/Makefile.am:
14615         * ps/ggvutils.c:
14616         * ps/ggvutils.h:
14617         * ps/gsdefaults.c:
14618         * ps/gsdefaults.h:
14619         * ps/gsio.c:
14620         * ps/gsio.h:
14621         * ps/gtkgs.c:
14622         * ps/gtkgs.h:
14623         * ps/ps.c:
14624         * ps/ps.h:
14625
14626         Import ggv backend. Not hooked up yet.
14627
14628 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14629
14630         * shell/main.c: (load_files), (main): load files
14631         from the command line.
14632
14633 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14634
14635         * configure.ac: don't require bonobo.
14636         
14637         * cut-n-paste/recent-files/*: kill bonobo recent
14638         view.
14639
14640         * shell/ev-window.c:
14641         (ev_window_is_empty): upd.
14642         (unable_to_load), (ev_window_open): load backend
14643         based on the mime type.
14644
14645 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14646
14647         * backend/.cvsignore: ignore generated marshalers source.
14648
14649         * shell/main.c (main): this is not epiphany.
14650
14651 2004-12-22  Havoc Pennington  <hp@redhat.com>
14652
14653         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
14654         (expose_bin_window): draw find highlights
14655
14656         * shell/ev-window.c (find_bar_search_changed_cb): implement 
14657         
14658         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
14659         (pdf_document_end_find): implement this interface
14660
14661         * backend/ev-document.c (ev_document_found): add this to emit
14662         signal
14663
14664 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
14665
14666         * data/evince-ui.xml: Add a few more toolbar items.
14667
14668         * shell/ev-window.c: Hook up page navigation toolbar 
14669         items.
14670
14671         * shell/ev-view.[ch]: add ev_view_set/get_page and 
14672         a page-changed signal.
14673
14674         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
14675         Add ev_document_get_page().
14676
14677         * shell/ev-window.c: Sensitize/desensitize navigation
14678         actions.
14679
14680 2004-12-21  Havoc Pennington  <hp@redhat.com>
14681
14682         * backend/ev-backend-marshal.c,
14683         backend/ev-backend-marshalers.list, backend/Makefile.am: add
14684         marshaler-generator thingy. I'm sure there's a better way to do
14685         this in the modern world.
14686
14687         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
14688         end_find methods and "found" signal.
14689
14690         * configure.ac: find glib-genmarshal
14691
14692 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
14693
14694         * shell/ev-sidebar.c: Construct an actual sidebar.
14695         * shell/ev-sidebar-bookmarks.[ch]:
14696         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
14697
14698 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
14699
14700         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
14701         Redo size handling.
14702         
14703         * shell/ev-view.c: Track the size from the document.
14704
14705 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
14706
14707         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
14708         constructor assumes ownership of the string passed in.
14709         
14710         * shell/ev-window.c (ev_window_open): Destroy the error
14711         dialog once we've displayed it.
14712
14713 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
14714
14715         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
14716         a bit, it works! (sort of)
14717
14718         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
14719         Move to .cc since we need to use C++ in the implementation.
14720
14721         * shell/dummy.cc: Add a CC file to force evince
14722         to be linked as a C++ program.
14723
14724 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
14725
14726         * shell/ev-view.[ch]: Start of content-area widget.
14727
14728         * shell/ev-window.c: Create a EvView, update it
14729         as we change documents.
14730
14731         * shell/Makefile.am shell/ev-marshal.list: Add
14732         generated marshalers.
14733
14734 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
14735
14736         * Makefile.am (SUBDIRS): move shell.
14737
14738 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
14739
14740         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
14741         .a to libtool convenience libraries.
14742
14743         * shell/ev-window.c (ev_window_open): Hard code loading
14744         a PDF document.
14745         
14746         * backend/ev-document.h: Add a boolean return to load(),
14747         fix GError * to GError **.
14748
14749         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
14750         object for a PDF backend EvDocument.
14751
14752 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
14753
14754         * dvi/*: New directory with the beginning of a .dvi backend.
14755
14756 2004-12-21  Havoc Pennington  <hp@redhat.com>
14757
14758         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
14759         previous/next instead of back/forward
14760
14761 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
14762
14763         * backend/ev-document.[ch]: Fix a couple of problems so
14764         it compile.
14765
14766 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
14767
14768         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
14769         to backend/ directory, rename EvViewer to EvDocument.
14770
14771 2004-12-21  Havoc Pennington  <hp@redhat.com>
14772
14773         * shell/ev-window.c: hook up the find bar widget; now we just need
14774         a document to find things in
14775
14776         * shell/eggfindbar.c: a find bar widget
14777
14778 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
14779
14780         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
14781
14782 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
14783
14784         * pdf/**: Import of xpdf code from gpdf. 
14785
14786         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
14787
14788         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
14789         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
14790         Fix FreeType includes.
14791
14792         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
14793         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
14794         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
14795         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
14796         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
14797         Include xpdfconfig.h
14798         
14799 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
14800
14801         * shell/ev-window.c (ev_window_dispose): dispose can be called
14802         multiple times.
14803
14804 2004-12-21  Havoc Pennington  <hp@redhat.com>
14805
14806         * shell/ev-window.c (ev_window_init): set title to Document Viewer
14807         rather than Evince
14808
14809         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
14810         items; really they should be synced with the strings, etc. from
14811         current gpdf, but just getting the boring typing out of the way 
14812
14813 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14814
14815         * po/POTFILES.in:
14816         * shell/ev-application.c: (window_destroy_cb):
14817         * shell/ev-window.c:
14818         * shell/main.c: (main):
14819
14820         Actually show the window...
14821
14822 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14823
14824         * Makefile.am:
14825         * shell/Makefile.am:
14826         * shell/ev-application.c: (ev_application_class_init):
14827         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
14828
14829         Make it build again
14830
14831 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14832
14833         Import to gnome cvs.
14834         
14835         * Remove copies of gpdf and ggv trees.
14836         * Rip out all the recursive configure code.
14837         * Remove bonobo machinery.
14838         * viewer/*: GInterfaces that backends should/can implement.
14839
14840 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14841
14842         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
14843         typo
14844
14845 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14846
14847         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
14848         (ev_application_finalize, ev_application_class_init)
14849         (ev_application_init): use GType instance private data for priv.
14850
14851         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
14852         (ev_window_finalize, ev_window_class_init)
14853         (ev_window_init): ditto.
14854
14855 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14856
14857         * shell/ev-application.c (ev_application_new_window): make public
14858         (ev_application_show_initial_window): kill.
14859
14860         * shell/ev-application.h: update prototypes.
14861
14862         * shell/main.cc (main): inline ev_application_show_initial_window.
14863
14864 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14865
14866         * shell/ev-application.c (ev_application_new_window): impl.
14867         (ev_application_show_initial_window): use it.
14868         (is_window_empty, ev_application_get_empty_window): returns an
14869         existing empty window or a new one.
14870         (ev_application_open): from ev_window_cmd_file_open.
14871
14872         * shell/ev-application.h: update prototypes
14873
14874         * shell/ev-window.c (ev_window_is_empty): impl.
14875         (ev_window_open): make public.
14876         (ev_window_cmd_file_open): use ev_application_open
14877
14878         * shell/ev-window.h: update prototypes, remove unused.
14879
14880 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14881
14882         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
14883         move destroy handler out of here...
14884
14885         * shell/ev-application.c, shell/ev-application.h: ...into this new
14886         class. Also handles initial window creation.
14887
14888         * shell/main.cc (main): use EvApplication to create initial
14889         window.
14890
14891 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14892
14893         * Makefile.am (SUBDIRS): add cut-n-paste
14894
14895         * cut-n-paste/Makefile.am: add
14896
14897         * configure.ac: generate Makefiles in cut-n-paste
14898
14899 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14900
14901         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
14902         (ev_window_class_init): install ev_window_dispose.
14903
14904 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14905
14906         * shell/ev-window.h, shell/ev-window.c: replace gchar with
14907         char (gchar looks stupid).
14908
14909 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14910
14911         * po/de.po: updated German translation.
14912
14913 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14914
14915         * configure.ac: add more pkg-config library checks for gnome-vfs,
14916         bonobo etc.
14917
14918         * gpdf/configure.in: temporarily disable libpaper
14919         checks. Otherwise I'd have to add the checks for the shell, too.
14920
14921 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14922
14923         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
14924         and * file filters to the file choose.
14925
14926 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14927
14928         * po/de.po: Updated German translation.
14929
14930 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14931
14932         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
14933
14934 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14935
14936         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
14937
14938         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
14939         (ev_window_init): implement those menuitems.
14940
14941 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14942
14943         * data/evince-ui.xml: add a toolbar (with FileOpen action)
14944
14945         * shell/ev-window.c (ev_window_init): use the toolbar.
14946
14947 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14948
14949         * shell/ev-window.c (ev_window_init): use menu translations
14950
14951 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14952
14953         * configure.ac: add "de" to ALL_LINGUAS.
14954
14955         * po/de.po: add German translation.
14956
14957 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14958
14959         * Makefile.am (SUBDIRS): add po
14960
14961         * configure.ac: check intltool, glib-gettext etc, generate
14962         po/Makefile.in
14963
14964         * po, po/POTFILES.in, po/POTFILES.skip: new.
14965
14966 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14967
14968         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
14969         already use (#ifdef ENABLE_NLS)
14970
14971         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
14972         pointer indirection thinko.
14973
14974         * shell/main.c: include gi18n.h for bindtextdomain etc.
14975
14976 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14977
14978         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
14979         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
14980         tooltips for menu items in the statusbar.
14981
14982 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14983
14984         * configure.ac, data/Makefile.am, shell/Makefile.am: use
14985         pkgdatadir drop UIDIR
14986
14987 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14988
14989         * data/evince-ui.xml: Add File->Open menu item
14990
14991         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
14992         chooser), hook it up in the ui manager.
14993
14994 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14995
14996         * shell/ev-window.c: fix Help->About tooltip.
14997
14998 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
14999
15000         * configure.ac: set CFLAGS for libevprivate.
15001
15002         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
15003         definitions, factory etc.
15004
15005         * lib/Makefile.am: build libevprivate.a (only stock icon code).
15006
15007         * shell/Makefile.am: link against libevprivate.a.
15008
15009         * shell/ev-window.c (entries): add stock icon to Help->About.
15010
15011         * shell/main.c (main): init stock icon code.
15012
15013 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15014
15015         * lib/recent-files: egg recent files code
15016
15017         * lib/Makefile.am: add.
15018
15019         * Makefile.am: add lib subdir.
15020
15021         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
15022         set CFLAGS for recent-files.
15023
15024 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15025
15026         * configure.ac: disable -ansi and -pedantic gcc flags. They
15027         disable POSIX stuff in stdio.h, but egg-recent uses them.
15028
15029 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
15030
15031         * configure.ac: add --disable-deprecated flag (defaults to on in
15032         "cvs" builds).
15033
15034         * shell/Makefile.am (INCLUDES): use it.
15035
15036 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15037
15038         * shell/main.c: add missing #include.
15039
15040         * shell/ev-window.c: fix for pedantic gcc.
15041         (ev_window_cmd_help_about): split license into paragraphs for
15042         translators and pedantic compilers.
15043
15044 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15045
15046         * configure.ac: add more warning flags if compiling with gcc from
15047         cvs (or explicitly requested with --enable-more-warnings).
15048
15049 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15050
15051         * data/evince-ui.xml: add File and File->Close menu.
15052
15053         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
15054         (ev_window_destroy): quit after destroy.
15055         (ev_window_class_init): override GtkObject::destroy.
15056         (entries): install close_window callback.
15057
15058 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15059
15060         * Makefile.am (SUBDIRS): add data subdir.
15061
15062         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
15063         gtk+ 2.5.0 for GtkAboutDialog.
15064
15065         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
15066         main window.
15067
15068         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
15069
15070         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
15071         manager.
15072         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
15073
15074 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15075
15076         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
15077
15078 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15079
15080         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
15081
15082 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15083
15084         * shell/*: Added shell directory boilerplate, build it.
15085
15086 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15087
15088         * configure.ac, Makefile.am: Added top-level configure.ac and
15089         Makefile.am